diff options
| author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-03-14 19:56:38 +0200 | 
|---|---|---|
| committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-03-14 19:56:38 +0200 | 
| commit | 422b2c5e330ecb1fd7c9055403444a9e5fc5926c (patch) | |
| tree | ffa19d63d7a1dbe67f1c4310961e481bf1598d7e | |
| parent | 3b3e4833ad41993785ea2fcae651b588df8e492d (diff) | |
| parent | 89f99f6ba441e53ab2144e4689f5c95ce10c749e (diff) | |
Merged in callum_linden/viewer-release-cve-2019-5786
| -rw-r--r-- | autobuild.xml | 14 | ||||
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 2 | 
2 files changed, 8 insertions, 8 deletions
| diff --git a/autobuild.xml b/autobuild.xml index 9b7ff39334..e6c6803d89 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -580,9 +580,9 @@              <key>archive</key>              <map>                <key>hash</key> -              <string>118987b1a5b56214cfdbd0c763e180da</string> +              <string>9c219f5fe35161eefb8abe1c6b8524ea</string>                <key>url</key> -              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/15127/97748/dullahan-1.1.1080_3.3325.1750.gaabe4c4-darwin64-513449.tar.bz2</string> +              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33755/280172/dullahan-1.1.1309_3.3626.1895.g7001d56-darwin64-525191.tar.bz2</string>              </map>              <key>name</key>              <string>darwin64</string> @@ -592,9 +592,9 @@              <key>archive</key>              <map>                <key>hash</key> -              <string>2ecc71350b30a1057091b9cd7af18b1c</string> +              <string>4b62b7726ba4b6912711b232539a51ed</string>                <key>url</key> -              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/15128/97755/dullahan-1.1.1080_3.3325.1750.gaabe4c4-windows-513449.tar.bz2</string> +              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33756/280178/dullahan-1.1.1309_3.3626.1895.g7001d56-windows-525191.tar.bz2</string>              </map>              <key>name</key>              <string>windows</string> @@ -604,16 +604,16 @@              <key>archive</key>              <map>                <key>hash</key> -              <string>2ed3e49388514dafb907c59a209d580e</string> +              <string>06c3ae1ac1c0b9ce044ad839d95faff8</string>                <key>url</key> -              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/15129/97760/dullahan-1.1.1080_3.3325.1750.gaabe4c4-windows64-513449.tar.bz2</string> +              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/33757/280182/dullahan-1.1.1309_3.3626.1895.g7001d56-windows64-525191.tar.bz2</string>              </map>              <key>name</key>              <string>windows64</string>            </map>          </map>          <key>version</key> -        <string>1.1.1080_3.3325.1750.gaabe4c4</string> +        <string>1.1.1309_3.3626.1895.g7001d56</string>        </map>        <key>elfio</key>        <map> diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index c0f642c852..fcb97ded8f 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -635,7 +635,7 @@ class WindowsManifest(ViewerManifest):                  self.path("dullahan_host.exe")                  self.path("natives_blob.bin")                  self.path("snapshot_blob.bin") -                self.path("widevinecdmadapter.dll") +                self.path("v8_context_snapshot.bin")              # MSVC DLLs needed for CEF and have to be in same directory as plugin              with self.prefix(src=os.path.join(self.args['build'], os.pardir, | 
