commit 3f83d43a323ba18479894f5c12e4c99ff80882f7 Author: Mike Perry mikeperry-git@fscked.org Date: Wed Jul 24 10:56:56 2013 +0200
Fix NoScript and PDF.JS urls+hashes.
PDF.JS seems to have dropped FF17-ESR support. :/ --- gitian/fetch-inputs.sh | 3 ++- gitian/versions | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/gitian/fetch-inputs.sh b/gitian/fetch-inputs.sh index 0a53c67..63e7f16 100755 --- a/gitian/fetch-inputs.sh +++ b/gitian/fetch-inputs.sh @@ -140,7 +140,8 @@ cd ..
# Noscript and PDF.JS are magikal and special: wget -N https://addons.mozilla.org/firefox/downloads/latest/722/addon-722-latest.xpi -wget -N https://addons.mozilla.org/firefox/downloads/latest/352704/addon-352704-late... +#wget -N https://addons.mozilla.org/firefox/downloads/latest/352704/addon-352704-late... +wget -N https://addons.mozilla.org/firefox/downloads/file/201180/pdf_viewer-0.8.1-sm...
# So is mingw: if [ ! -f mingw-w64-svn-snapshot.zip ]; diff --git a/gitian/versions b/gitian/versions index 35d4486..480f63e 100755 --- a/gitian/versions +++ b/gitian/versions @@ -21,7 +21,8 @@ FIREFOX_LANG_VER=17.0.7esr ## File names for the source packages OPENSSL_PACKAGE=openssl-${OPENSSL_VER}.tar.gz NOSCRIPT_PACKAGE=addon-722-latest.xpi -PDFJS_PACKAGE=addon-352704-latest.xpi +#PDFJS_PACKAGE=addon-352704-latest.xpi +PDFJS_PACKAGE=pdf_viewer-0.8.1-sm+fx+an.xpi TOOLCHAIN4_PACKAGE=multiarch-darwin11-cctools127.2-gcc42-5666.3-llvmgcc42-2336.1-Linux-120724.tar.xz OSXSDK_PACKAGE=apple-uni-sdk-10.6_20110407-0.flosoft1_i386.deb MINGW_PACKAGE=mingw-w64-svn-snapshot.zip @@ -31,7 +32,7 @@ MSVCR100_PACKAGE=msvcr100.dll OPENSSL_HASH=f74f15e8c8ff11aa3d5bb5f276d202ec18d7246e95f961db76054199c69c1ae3 OSXSDK_HASH=6602d8d5ddb371fbc02e2a5967d9bd0cd7358d46f9417753c8234b923f2ea6fc TOOLCHAIN4_HASH=65c1b2d302358a6b95a26c6828a66908a199276193bb0b268f2dcc1a997731e9 -NOSCRIPT_HASH=6d5d50dea791dd52caf41ea28199743591776ecd7dd88bcccfcfb7e8de32386d +NOSCRIPT_HASH=67a8b38894f5d695a4e07f2ce790d13c9f024da2a96956435037229114d0c940 PDFJS_HASH=2e3e6811f5294b24aafeba44e8206ddc81fb15e5934e5166a2c7df3a4405020b MINGW_HASH=457f11d29f6e95425d190711a73955fa54a98a2113ce2c2bfd76291be71e3e2b MSVCR100_HASH=1221a09484964a6f38af5e34ee292b9afefccb3dc6e55435fd3aaf7c235d9067
tor-commits@lists.torproject.org