From owner-freebsd-gecko@FreeBSD.ORG Tue Apr 15 04:51:55 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6922BCC4 for ; Tue, 15 Apr 2014 04:51:55 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 905831763 for ; Tue, 15 Apr 2014 04:51:54 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s3F4pqtv097904 for ; Tue, 15 Apr 2014 04:51:52 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s3F4plvn094598 for freebsd-gecko@freebsd.org; Tue, 15 Apr 2014 04:51:47 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 15 Apr 2014 04:51:47 GMT Message-Id: <201404150451.s3F4plvn094598@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1573 - in trunk: . Mk www/firefox www/firefox-i18n www/firefox-nightly www/firefox-nightly/files www/linux-firefox www/linux-seamonkey www/linux-tor-browser www/seamonkey-i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 04:51:55 -0000 Author: jbeich Date: Tue Apr 15 04:51:46 2014 New Revision: 1573 Log: update Added: trunk/www/firefox-nightly/files/patch-bug994562 Modified: trunk/Gecko_TODO trunk/Mk/bsd.gecko.mk trunk/www/firefox-i18n/Makefile trunk/www/firefox-i18n/distinfo trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/linux-firefox/Makefile trunk/www/linux-firefox/distinfo trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/distinfo trunk/www/linux-tor-browser/Makefile trunk/www/linux-tor-browser/distinfo trunk/www/linux-tor-browser/pkg-plist trunk/www/seamonkey-i18n/Makefile trunk/www/seamonkey-i18n/distinfo Modified: trunk/Gecko_TODO ============================================================================== --- trunk/Gecko_TODO Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/Gecko_TODO Tue Apr 15 04:51:46 2014 (r1573) @@ -23,3 +23,4 @@ - move duplicated `>=' deps into bsd.gecko.mk (system libxul?) - replace FAKEDIR with STAGEDIR - get rid of symlink farms for webplugins and xpi-* ports +- make linux-tor-browser work with multiple users, /tmp permissions Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/Mk/bsd.gecko.mk Tue Apr 15 04:51:46 2014 (r1573) @@ -187,9 +187,9 @@ # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. -# Available values: yes 25+ 25 +# Available values: yes 26+ 26 # NOTE: -# default value 25 is used in case of USE_SEAMONKEY=yes +# default value 26 is used in case of USE_SEAMONKEY=yes # # USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY @@ -291,12 +291,12 @@ _SEAMONKEY_BUILD_DEPENDS= yes .endif -_SEAMONKEY_DEFAULT_VERSION= 25 -_SEAMONKEY_VERSIONS= 25 -_SEAMONKEY_RANGE_VERSIONS= 25+ +_SEAMONKEY_DEFAULT_VERSION= 26 +_SEAMONKEY_VERSIONS= 26 +_SEAMONKEY_RANGE_VERSIONS= 26+ -# For specifying [25, ..]+ -_SEAMONKEY_25P= 25 +# For specifying [26, ..]+ +_SEAMONKEY_26P= 26 # Set the default SeaMonkey version and check if USE_SEAMONKEY=yes was given .if ${USE_SEAMONKEY} == "yes" @@ -338,7 +338,7 @@ .endif # Dependence lines for different SeaMonkey versions -25_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey +26_DEPENDS= ${LOCALBASE}/lib/seamonkey/seamonkey:${PORTSDIR}/www/seamonkey # Add dependencies .if defined(USE_SEAMONKEY) Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/firefox-i18n/Makefile Tue Apr 15 04:51:46 2014 (r1573) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-i18n/Makefile 336446 2013-12-14 13:42:06Z flo $ PORTNAME= firefox-i18n -PORTVERSION= 29.0b6 +PORTVERSION= 29.0b8 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/www/firefox-i18n/distinfo ============================================================================== --- trunk/www/firefox-i18n/distinfo Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/firefox-i18n/distinfo Tue Apr 15 04:51:46 2014 (r1573) @@ -1,178 +1,178 @@ -SHA256 (xpi/firefox-i18n-29.0b6/ach.xpi) = 60eab40f0a4bce0ea5bd03bc029d6fb4846f3d30cc0713df1f602b04cd035db4 -SIZE (xpi/firefox-i18n-29.0b6/ach.xpi) = 373389 -SHA256 (xpi/firefox-i18n-29.0b6/af.xpi) = fc3abf6e099656e806b707282f2a182d9b6e7be4e1572674dca46e35eec76d23 -SIZE (xpi/firefox-i18n-29.0b6/af.xpi) = 367118 -SHA256 (xpi/firefox-i18n-29.0b6/an.xpi) = a34f548a497d1f04768936ab87d587008700b8298204431e8254b517d2ca55a0 -SIZE (xpi/firefox-i18n-29.0b6/an.xpi) = 373505 -SHA256 (xpi/firefox-i18n-29.0b6/ar.xpi) = 6245f68a191cbd7f99fa532114b8fb572a477c84288b6672b44734b5d90785a7 -SIZE (xpi/firefox-i18n-29.0b6/ar.xpi) = 396591 -SHA256 (xpi/firefox-i18n-29.0b6/as.xpi) = 88738f990881f034655c23583cd550e282d9898f0154238edeecd26337e90552 -SIZE (xpi/firefox-i18n-29.0b6/as.xpi) = 415333 -SHA256 (xpi/firefox-i18n-29.0b6/ast.xpi) = 9561ad5d5e2211acebf2582a9e886ac6ed20717d55ae689fb68caf5c23e4266b -SIZE (xpi/firefox-i18n-29.0b6/ast.xpi) = 324865 -SHA256 (xpi/firefox-i18n-29.0b6/be.xpi) = 731d44ffce40e246e6a680ee43fc76229a5006ee353205c165343779c2a0dec2 -SIZE (xpi/firefox-i18n-29.0b6/be.xpi) = 340359 -SHA256 (xpi/firefox-i18n-29.0b6/bg.xpi) = 9a65a2adaa5693a31aefc9571c4d2e34e063b982109bb9ba2a15759737f7fd92 -SIZE (xpi/firefox-i18n-29.0b6/bg.xpi) = 400753 -SHA256 (xpi/firefox-i18n-29.0b6/bn-BD.xpi) = 486b38990d09cde444c4e7538a6a1a52c1876b225bcf1246c1ed5b8f57ab7556 -SIZE (xpi/firefox-i18n-29.0b6/bn-BD.xpi) = 426360 -SHA256 (xpi/firefox-i18n-29.0b6/bn-IN.xpi) = 9e17ed69558a1a58945f9cc9e17287a8892dabb839e5d2fe77e1469075a0064c -SIZE (xpi/firefox-i18n-29.0b6/bn-IN.xpi) = 421123 -SHA256 (xpi/firefox-i18n-29.0b6/br.xpi) = 0c51016de241be6d6e122360ed12458bf6ddc70ea0e634d48b9deae8844c98dd -SIZE (xpi/firefox-i18n-29.0b6/br.xpi) = 364016 -SHA256 (xpi/firefox-i18n-29.0b6/bs.xpi) = f93020e36e73c9c060315a034c81bc16a048cdf8190b81d5c1e56229c04bc86d -SIZE (xpi/firefox-i18n-29.0b6/bs.xpi) = 371217 -SHA256 (xpi/firefox-i18n-29.0b6/ca.xpi) = 163517a6580f33933499422f426b220d997f33a6dde16f7ca723dec6b24e6fd6 -SIZE (xpi/firefox-i18n-29.0b6/ca.xpi) = 370416 -SHA256 (xpi/firefox-i18n-29.0b6/cs.xpi) = 431abf33a2f50a932f03d7af6ef841ef4bdcfba26251e71018ff7b78090ddfd2 -SIZE (xpi/firefox-i18n-29.0b6/cs.xpi) = 364879 -SHA256 (xpi/firefox-i18n-29.0b6/csb.xpi) = 23a7f3f08948a8fe882b22a342a74dcce1d9bf18daa07ab1d6ef77a6eaf3a841 -SIZE (xpi/firefox-i18n-29.0b6/csb.xpi) = 355960 -SHA256 (xpi/firefox-i18n-29.0b6/cy.xpi) = 05ef0fefd4a32e39b9149c56c94fb2b2e0c2f31c1948df72d0cf8c42a5567fd0 -SIZE (xpi/firefox-i18n-29.0b6/cy.xpi) = 364985 -SHA256 (xpi/firefox-i18n-29.0b6/da.xpi) = 301ae4d7e926d6a9fddb54ca2d3af44f1f5d4978a3967503c630e5960d1f565d -SIZE (xpi/firefox-i18n-29.0b6/da.xpi) = 355897 -SHA256 (xpi/firefox-i18n-29.0b6/de.xpi) = 5a1c28de5ae59d3d615aa8d867aa132aaef429f08c74fd941cbe6e27e65e3efb -SIZE (xpi/firefox-i18n-29.0b6/de.xpi) = 363997 -SHA256 (xpi/firefox-i18n-29.0b6/el.xpi) = d6beb593b00b1ec1da8ed37a49a4c8ce2ed14e414dca4f5b90d1fec4e4bff209 -SIZE (xpi/firefox-i18n-29.0b6/el.xpi) = 397058 -SHA256 (xpi/firefox-i18n-29.0b6/en-GB.xpi) = 0999bade6b6ccf659b5bc5658cfb76daf90d85af5271a9f2a96fc23dbb3ef665 -SIZE (xpi/firefox-i18n-29.0b6/en-GB.xpi) = 352798 -SHA256 (xpi/firefox-i18n-29.0b6/en-US.xpi) = 2c50832e47952c9da83372257e4459ca0ea9a9b7f7afa8ff13b494766f6a0df5 -SIZE (xpi/firefox-i18n-29.0b6/en-US.xpi) = 352625 -SHA256 (xpi/firefox-i18n-29.0b6/en-ZA.xpi) = ec21f8784ed08448704e2adc94d7f00bab8cda27edea0c20aabcbb051662198a -SIZE (xpi/firefox-i18n-29.0b6/en-ZA.xpi) = 343166 -SHA256 (xpi/firefox-i18n-29.0b6/eo.xpi) = f70c6a9ed66463434d6889c5bd0e251f6e23aaa893df84cff8061fd60c971439 -SIZE (xpi/firefox-i18n-29.0b6/eo.xpi) = 368913 -SHA256 (xpi/firefox-i18n-29.0b6/es-AR.xpi) = db9a8ddf58c62209c9488e2fd06c3b28f0571685b9f36d85233957cf3da19208 -SIZE (xpi/firefox-i18n-29.0b6/es-AR.xpi) = 367832 -SHA256 (xpi/firefox-i18n-29.0b6/es-CL.xpi) = 888f28ddbf397991eb5465cd2f9d4fef22e5a5fc687b626d92ac301a95b63a17 -SIZE (xpi/firefox-i18n-29.0b6/es-CL.xpi) = 314751 -SHA256 (xpi/firefox-i18n-29.0b6/es-ES.xpi) = a5526d0f0a6e46e442e76b5feb3d1b10458040a2733046c906f47c2b5aa4eb7e -SIZE (xpi/firefox-i18n-29.0b6/es-ES.xpi) = 305465 -SHA256 (xpi/firefox-i18n-29.0b6/es-MX.xpi) = edc366776f76fb3f5f9f25fb2f7355f4a20b77f22ea08b698e98d3819d3554cf -SIZE (xpi/firefox-i18n-29.0b6/es-MX.xpi) = 372453 -SHA256 (xpi/firefox-i18n-29.0b6/et.xpi) = 77c3f7707862a6536adbe1602b0ceddfadd113206836ead148492c7c11e2cabf -SIZE (xpi/firefox-i18n-29.0b6/et.xpi) = 352881 -SHA256 (xpi/firefox-i18n-29.0b6/eu.xpi) = 7e1b00b5d9389dc68afc5866a9e0ffe42c4ca2fd7801f9ff212cd0b816bcbf63 -SIZE (xpi/firefox-i18n-29.0b6/eu.xpi) = 369435 -SHA256 (xpi/firefox-i18n-29.0b6/fa.xpi) = 30111a7e448f80aa9f9742c4f43653dc268a28e561a92120ffc5fa1851cc9c51 -SIZE (xpi/firefox-i18n-29.0b6/fa.xpi) = 409143 -SHA256 (xpi/firefox-i18n-29.0b6/ff.xpi) = e0ad0a41a50c981de71e6bae263a61d8220dd3430f92d913084ed30cb8aefc07 -SIZE (xpi/firefox-i18n-29.0b6/ff.xpi) = 361590 -SHA256 (xpi/firefox-i18n-29.0b6/fi.xpi) = c4c45f34164e3b5b6fdd3d19ee5bd354587c682039a493f8844364e3fcc8ad21 -SIZE (xpi/firefox-i18n-29.0b6/fi.xpi) = 363344 -SHA256 (xpi/firefox-i18n-29.0b6/fr.xpi) = fafdfbaf8b808f203874abb7bd046ca086efc7a558133e4761483c64170de494 -SIZE (xpi/firefox-i18n-29.0b6/fr.xpi) = 376283 -SHA256 (xpi/firefox-i18n-29.0b6/fy-NL.xpi) = 4166e3936a114ac94cb3db4bc0f821fa5f1a3dc19edd1a7a15a2fdffbdfeec3d -SIZE (xpi/firefox-i18n-29.0b6/fy-NL.xpi) = 372392 -SHA256 (xpi/firefox-i18n-29.0b6/ga-IE.xpi) = 5b4b9ac5ed5e4d08a39967b463d9ff3363bef2a9b356ea359536a154f50f4a2c -SIZE (xpi/firefox-i18n-29.0b6/ga-IE.xpi) = 378271 -SHA256 (xpi/firefox-i18n-29.0b6/gd.xpi) = adf160f73d79ecf3373d812e368c15d4bfcc6ed597bcc2ec41e51e542d044611 -SIZE (xpi/firefox-i18n-29.0b6/gd.xpi) = 375413 -SHA256 (xpi/firefox-i18n-29.0b6/gl.xpi) = d2b562f8104bb72a1c86dc42e9a575e4467aa76aca9a25c7e901c72257706315 -SIZE (xpi/firefox-i18n-29.0b6/gl.xpi) = 363697 -SHA256 (xpi/firefox-i18n-29.0b6/gu-IN.xpi) = b6f6e4a55e733eed95222be664536e83a8721bb490a0a03faccecfb9142c349f -SIZE (xpi/firefox-i18n-29.0b6/gu-IN.xpi) = 391895 -SHA256 (xpi/firefox-i18n-29.0b6/he.xpi) = 5c2364c7db7564400367c07a363ec34ccb5bc2f9ab4b36fcd541baad0d220d6d -SIZE (xpi/firefox-i18n-29.0b6/he.xpi) = 385474 -SHA256 (xpi/firefox-i18n-29.0b6/hi-IN.xpi) = 85f44a82d05bcbb337e915c2bc501be4570f4d4d052646e9e940a56f34fc7267 -SIZE (xpi/firefox-i18n-29.0b6/hi-IN.xpi) = 410183 -SHA256 (xpi/firefox-i18n-29.0b6/hr.xpi) = eb6605e7e130c3fbbabb87d751591e8a01f18a329f3f6c70a76c72633416b29d -SIZE (xpi/firefox-i18n-29.0b6/hr.xpi) = 376599 -SHA256 (xpi/firefox-i18n-29.0b6/hu.xpi) = d3075d806562995d24374f4d64c768346661ae3e54f43287734fd691b214f93d -SIZE (xpi/firefox-i18n-29.0b6/hu.xpi) = 372596 -SHA256 (xpi/firefox-i18n-29.0b6/hy-AM.xpi) = cbb1f91ad6e5a7c5bb8e67db9d16d9401c6e5fcb066de11d4f32ec7d7f2a3d3c -SIZE (xpi/firefox-i18n-29.0b6/hy-AM.xpi) = 419567 -SHA256 (xpi/firefox-i18n-29.0b6/id.xpi) = 007cad1ae71e2676591b78056129c7579ed2045aae6930e995dc79107c1ce31c -SIZE (xpi/firefox-i18n-29.0b6/id.xpi) = 352600 -SHA256 (xpi/firefox-i18n-29.0b6/is.xpi) = 296cf20dbaecf2fe0dca46be374efa993fa80d50c064db00a2786a5306282056 -SIZE (xpi/firefox-i18n-29.0b6/is.xpi) = 364688 -SHA256 (xpi/firefox-i18n-29.0b6/it.xpi) = 90dcb85625c3b94734daec4c6f9574739ce5ccc285684b62681879bfd0b07a86 -SIZE (xpi/firefox-i18n-29.0b6/it.xpi) = 304006 -SHA256 (xpi/firefox-i18n-29.0b6/ja.xpi) = a22b6fd15fed22dbc53d1224bc8bd6bb4c26a5a9bde17ffbe99d60fc50de57f9 -SIZE (xpi/firefox-i18n-29.0b6/ja.xpi) = 405191 -SHA256 (xpi/firefox-i18n-29.0b6/kk.xpi) = df2695c2ab4e8e277e0a5eea4445d8b8219024ec103ede294041c36b8466ed2f -SIZE (xpi/firefox-i18n-29.0b6/kk.xpi) = 408441 -SHA256 (xpi/firefox-i18n-29.0b6/km.xpi) = 6b1118a8169816e58e7ba6b4ff308bc93a1f9686d5a01698c9595ee41beb95f0 -SIZE (xpi/firefox-i18n-29.0b6/km.xpi) = 438766 -SHA256 (xpi/firefox-i18n-29.0b6/kn.xpi) = 9cfee82dbed1904ad290f54788981679237691f3cc049bb912b686f021bd2c03 -SIZE (xpi/firefox-i18n-29.0b6/kn.xpi) = 421795 -SHA256 (xpi/firefox-i18n-29.0b6/ko.xpi) = 905fb796edd867929b57a29aa6d755cf92f015ab5f20b2e911706de85da0b943 -SIZE (xpi/firefox-i18n-29.0b6/ko.xpi) = 372835 -SHA256 (xpi/firefox-i18n-29.0b6/ku.xpi) = 31aea45f255d18d78fa6da026d19b568bc4415ca8537e38065e8840c10c6b451 -SIZE (xpi/firefox-i18n-29.0b6/ku.xpi) = 377937 -SHA256 (xpi/firefox-i18n-29.0b6/lij.xpi) = c4841075adf7d36ab5a84ba9d7d32ab208822543d6a13032c0794df7cffb540d -SIZE (xpi/firefox-i18n-29.0b6/lij.xpi) = 353136 -SHA256 (xpi/firefox-i18n-29.0b6/lt.xpi) = 4539956744d1965112a6bef00f1d62dec862215af78b8312c0fb3b53ae32a60f -SIZE (xpi/firefox-i18n-29.0b6/lt.xpi) = 382913 -SHA256 (xpi/firefox-i18n-29.0b6/lv.xpi) = 623f27a69333c4d9f038dcffd484f188d84fb7ac3886d2c9260bb0f2e1a0e3a3 -SIZE (xpi/firefox-i18n-29.0b6/lv.xpi) = 360715 -SHA256 (xpi/firefox-i18n-29.0b6/mai.xpi) = d580fb8b412bd5d2e2a7612882420db2c45ac4fd094cc2f3a3bb408c73280b54 -SIZE (xpi/firefox-i18n-29.0b6/mai.xpi) = 410017 -SHA256 (xpi/firefox-i18n-29.0b6/mk.xpi) = 1d500464aeea3fbb1fa650ed47a6e960f537dc482d659f17f74a0db88b668993 -SIZE (xpi/firefox-i18n-29.0b6/mk.xpi) = 410709 -SHA256 (xpi/firefox-i18n-29.0b6/ml.xpi) = d2fa32a8a7f314435fec399cf124ffd6fb22084f8d33d95119c46fda0a559336 -SIZE (xpi/firefox-i18n-29.0b6/ml.xpi) = 430795 -SHA256 (xpi/firefox-i18n-29.0b6/mr.xpi) = f88055194ae6d3ac2d11986604e74e40adcebf94d0b8f3487d1de0537a18f9c5 -SIZE (xpi/firefox-i18n-29.0b6/mr.xpi) = 408573 -SHA256 (xpi/firefox-i18n-29.0b6/ms.xpi) = 114db0f4c5532c5ea83a9d6d21c81a763f8f2f3499020d6a25468b6618bcf2c7 -SIZE (xpi/firefox-i18n-29.0b6/ms.xpi) = 368824 -SHA256 (xpi/firefox-i18n-29.0b6/nb-NO.xpi) = ac3d58c23845a40960c25417e879c4ea0a6840ec69cbed8e724630153eef00a6 -SIZE (xpi/firefox-i18n-29.0b6/nb-NO.xpi) = 362517 -SHA256 (xpi/firefox-i18n-29.0b6/nl.xpi) = 76ba7362b1327380faa48daef15ec494c5134afdecdf1c0181764bfd8c0760fe -SIZE (xpi/firefox-i18n-29.0b6/nl.xpi) = 361325 -SHA256 (xpi/firefox-i18n-29.0b6/nn-NO.xpi) = aec7f192a926678e6535d924f60d9d0300b056e9941dab2aaea72678ea29bb74 -SIZE (xpi/firefox-i18n-29.0b6/nn-NO.xpi) = 358822 -SHA256 (xpi/firefox-i18n-29.0b6/or.xpi) = cff6ef6fd1911dd91950e312fe76dc363bedf1be98304e781d2bfcc1a33e3e7e -SIZE (xpi/firefox-i18n-29.0b6/or.xpi) = 423776 -SHA256 (xpi/firefox-i18n-29.0b6/pa-IN.xpi) = cbebd3fa59cfb0435dd78c32b31eeb710993fd3fc454843abc87215ddf25095f -SIZE (xpi/firefox-i18n-29.0b6/pa-IN.xpi) = 401699 -SHA256 (xpi/firefox-i18n-29.0b6/pl.xpi) = 8add2194c0eeccfd8e6fe5e6cf36ea88ee38acc16f470b4b34a84e2440c5e30c -SIZE (xpi/firefox-i18n-29.0b6/pl.xpi) = 354463 -SHA256 (xpi/firefox-i18n-29.0b6/pt-BR.xpi) = 062a4b9e1da907f5e22485cd054896de3f1b8ce50a5c37b1349cfa8888ce2b08 -SIZE (xpi/firefox-i18n-29.0b6/pt-BR.xpi) = 372125 -SHA256 (xpi/firefox-i18n-29.0b6/pt-PT.xpi) = 3c12c730d331f6708ba0bb38d10299b602685908358862d90a02bc66df3abed8 -SIZE (xpi/firefox-i18n-29.0b6/pt-PT.xpi) = 359732 -SHA256 (xpi/firefox-i18n-29.0b6/rm.xpi) = 5c6849d0b5bcefcf637a18ef2c2837236a6f39fd13be75f5b656dfc71f074d42 -SIZE (xpi/firefox-i18n-29.0b6/rm.xpi) = 362968 -SHA256 (xpi/firefox-i18n-29.0b6/ro.xpi) = 4066976277b4176023ad1fdf3a9fc5e348fa9ee3020b6df912ce7f27f2b1fb2b -SIZE (xpi/firefox-i18n-29.0b6/ro.xpi) = 397535 -SHA256 (xpi/firefox-i18n-29.0b6/ru.xpi) = c91a82b800103d499848b4258ff9a1fceb027c194ced7e840c21893a0f59eef9 -SIZE (xpi/firefox-i18n-29.0b6/ru.xpi) = 344170 -SHA256 (xpi/firefox-i18n-29.0b6/si.xpi) = a0c00cb07eb8c758b470e2e92ce283b7b6a5bbf071e7ac3e9abd9a770ab04753 -SIZE (xpi/firefox-i18n-29.0b6/si.xpi) = 403339 -SHA256 (xpi/firefox-i18n-29.0b6/sk.xpi) = b068349875c8060225b4a74cbee5f0fec19f3100a26589c00675653f1f64fa13 -SIZE (xpi/firefox-i18n-29.0b6/sk.xpi) = 375536 -SHA256 (xpi/firefox-i18n-29.0b6/sl.xpi) = e1b5cf5d09bb9b8d3c553381c87768238134ce7b7b73d6cfd3d49ea3b5391b60 -SIZE (xpi/firefox-i18n-29.0b6/sl.xpi) = 358506 -SHA256 (xpi/firefox-i18n-29.0b6/son.xpi) = e23948ddb7419c53a8d233ffb7da128347f94c5e0bfda9fa3e24ececbb6b517b -SIZE (xpi/firefox-i18n-29.0b6/son.xpi) = 358446 -SHA256 (xpi/firefox-i18n-29.0b6/sq.xpi) = 8989801989929026f75389c78e96f4928d21c01901cbad248431cd1f01c0f590 -SIZE (xpi/firefox-i18n-29.0b6/sq.xpi) = 374238 -SHA256 (xpi/firefox-i18n-29.0b6/sr.xpi) = 3fadf8f145351d29c23bd25b5f787958f1641ed9ad55b6a5fb216c0debfbbded -SIZE (xpi/firefox-i18n-29.0b6/sr.xpi) = 412777 -SHA256 (xpi/firefox-i18n-29.0b6/sv-SE.xpi) = 5b0476d4e00fd404d2ff40c3633c9ba14bc8b9db7a90d3a78aada1b0a5858a69 -SIZE (xpi/firefox-i18n-29.0b6/sv-SE.xpi) = 368440 -SHA256 (xpi/firefox-i18n-29.0b6/sw.xpi) = e8765b5b40930d3c5c330476c0d5d8e5c33feb7e192ef5d4b1ae7de245f77732 -SIZE (xpi/firefox-i18n-29.0b6/sw.xpi) = 373163 -SHA256 (xpi/firefox-i18n-29.0b6/ta.xpi) = 0460435988bca886d9cc7fcf51d6f0789dd1c048fca4b2afe3d8e99bb2fc05cb -SIZE (xpi/firefox-i18n-29.0b6/ta.xpi) = 416217 -SHA256 (xpi/firefox-i18n-29.0b6/te.xpi) = d8e3a395e75601f92cf64cf0704f7919fe6eed99558a22ba69d3a73233b093bf -SIZE (xpi/firefox-i18n-29.0b6/te.xpi) = 429028 -SHA256 (xpi/firefox-i18n-29.0b6/th.xpi) = 2975d2f98fc0ee961108b0edb3e1bda1bad5eaf8117d7c23f706036a9d3cad6d -SIZE (xpi/firefox-i18n-29.0b6/th.xpi) = 413952 -SHA256 (xpi/firefox-i18n-29.0b6/tr.xpi) = 648edaa5a0daa234873a43899f13a4908955d55976f41c4ab235b43800048205 -SIZE (xpi/firefox-i18n-29.0b6/tr.xpi) = 369616 -SHA256 (xpi/firefox-i18n-29.0b6/uk.xpi) = b18106838ca0a240a5762c6401511feaadfaecea9425e76e9de7af61ef559d7d -SIZE (xpi/firefox-i18n-29.0b6/uk.xpi) = 395932 -SHA256 (xpi/firefox-i18n-29.0b6/vi.xpi) = deba8a9b151abdf7b639dc5bc485565323dfba67c59e4051caf313fe10d8a244 -SIZE (xpi/firefox-i18n-29.0b6/vi.xpi) = 386474 -SHA256 (xpi/firefox-i18n-29.0b6/xh.xpi) = 63adf2d376aa5b7ee24a60c2f75c15478b164c5c1c7afd44f04f07137e5a6717 -SIZE (xpi/firefox-i18n-29.0b6/xh.xpi) = 363928 -SHA256 (xpi/firefox-i18n-29.0b6/zh-CN.xpi) = 5b3a2b1cf676053c1a21d8779d7833a53ed039751a72f611c9352ccb3b596865 -SIZE (xpi/firefox-i18n-29.0b6/zh-CN.xpi) = 389330 -SHA256 (xpi/firefox-i18n-29.0b6/zh-TW.xpi) = 9f9c319529053bde726395cc1f255da6643a4f9cb1a0071a65e2c3090f9ec87b -SIZE (xpi/firefox-i18n-29.0b6/zh-TW.xpi) = 386314 -SHA256 (xpi/firefox-i18n-29.0b6/zu.xpi) = d257af03dca4551fd5460f59938b0e1e9ce71b5dbe072920c567b8c7231a5c12 -SIZE (xpi/firefox-i18n-29.0b6/zu.xpi) = 373422 +SHA256 (xpi/firefox-i18n-29.0b8/ach.xpi) = 8bc04b9ba9ce64adbca2e15ba1e26a40d21a742a3c181e6c4df5b87f8b8586c3 +SIZE (xpi/firefox-i18n-29.0b8/ach.xpi) = 373389 +SHA256 (xpi/firefox-i18n-29.0b8/af.xpi) = 0a66cc8c8ef9a474f826d81a7e425f7f9999acde24c809f9949abf0727583def +SIZE (xpi/firefox-i18n-29.0b8/af.xpi) = 367118 +SHA256 (xpi/firefox-i18n-29.0b8/an.xpi) = 1b793723bd27673635b48477e1fd814cf412c2e3f5ba4186d6f8cb0f8b57bb0f +SIZE (xpi/firefox-i18n-29.0b8/an.xpi) = 373505 +SHA256 (xpi/firefox-i18n-29.0b8/ar.xpi) = 5a6769c7d4ca6eb65d716cb7506b6cf6abe48528e29964cc731e37c6c772cb92 +SIZE (xpi/firefox-i18n-29.0b8/ar.xpi) = 396591 +SHA256 (xpi/firefox-i18n-29.0b8/as.xpi) = b626031bf28b0262488609ab3b63b58c808b86fd371adfca082355b06a900496 +SIZE (xpi/firefox-i18n-29.0b8/as.xpi) = 415333 +SHA256 (xpi/firefox-i18n-29.0b8/ast.xpi) = 4ce1f3ef97afad1840a4afba2e3c5ccafd22560652916811054312960f6900a8 +SIZE (xpi/firefox-i18n-29.0b8/ast.xpi) = 324865 +SHA256 (xpi/firefox-i18n-29.0b8/be.xpi) = 888476b24bed74968f5f5591ebae53475eb086ec3a4432ffc565425f06ec8059 +SIZE (xpi/firefox-i18n-29.0b8/be.xpi) = 340359 +SHA256 (xpi/firefox-i18n-29.0b8/bg.xpi) = 487b7e043bef80640a2f3e14f8c2c569d3b338cd0795ff28b94ead9999b22851 +SIZE (xpi/firefox-i18n-29.0b8/bg.xpi) = 400753 +SHA256 (xpi/firefox-i18n-29.0b8/bn-BD.xpi) = dd7954a4e43e6a6d1259ba4c1495deacbc5df683c499a9cc3711b239a6f350cc +SIZE (xpi/firefox-i18n-29.0b8/bn-BD.xpi) = 426360 +SHA256 (xpi/firefox-i18n-29.0b8/bn-IN.xpi) = f84f1b784e2e8b254f590bbf1d91876b07030d5ab941592235d92b9d209d109f +SIZE (xpi/firefox-i18n-29.0b8/bn-IN.xpi) = 421123 +SHA256 (xpi/firefox-i18n-29.0b8/br.xpi) = 1f531de2f9ff965ea8bb0ef79dcdf91844eed17c600ce8ddef968e4d5ea18c99 +SIZE (xpi/firefox-i18n-29.0b8/br.xpi) = 364016 +SHA256 (xpi/firefox-i18n-29.0b8/bs.xpi) = 418d8f3c9e1190457c2c8c16ce684fc1d72d85d34c051ec97ae5da9a7644267a +SIZE (xpi/firefox-i18n-29.0b8/bs.xpi) = 371217 +SHA256 (xpi/firefox-i18n-29.0b8/ca.xpi) = 858864bbe8d0d0fcb111079c0581ddb9cf8711201e8f9363342d860398cbeff2 +SIZE (xpi/firefox-i18n-29.0b8/ca.xpi) = 370416 +SHA256 (xpi/firefox-i18n-29.0b8/cs.xpi) = 74c852d4d11000027eda62ca212f777c61cac05bfe1bfe4fbd9fe256e740cd29 +SIZE (xpi/firefox-i18n-29.0b8/cs.xpi) = 364879 +SHA256 (xpi/firefox-i18n-29.0b8/csb.xpi) = 0526fa2c2ff87b4464be1f4f97b3125bcfcec9ce2ecea4f818abbbafab8f1607 +SIZE (xpi/firefox-i18n-29.0b8/csb.xpi) = 355960 +SHA256 (xpi/firefox-i18n-29.0b8/cy.xpi) = 1081523697c7f315cf0ef07e682f1986154c61355a38843d5117864d38acb986 +SIZE (xpi/firefox-i18n-29.0b8/cy.xpi) = 364985 +SHA256 (xpi/firefox-i18n-29.0b8/da.xpi) = c039a3d17e3ff4df12d905ec5e0780a473454699e9f38223c64cf36bba20e054 +SIZE (xpi/firefox-i18n-29.0b8/da.xpi) = 355897 +SHA256 (xpi/firefox-i18n-29.0b8/de.xpi) = 081bf08e51eaf18df9c8767c7501901aa81f86e48631f7c34dc18e2dab59bb42 +SIZE (xpi/firefox-i18n-29.0b8/de.xpi) = 363989 +SHA256 (xpi/firefox-i18n-29.0b8/el.xpi) = 9b4565ec24b6c03aad6e6b25495cd2dd6a3cc2f356315ce53cbb9684f49d67c1 +SIZE (xpi/firefox-i18n-29.0b8/el.xpi) = 397058 +SHA256 (xpi/firefox-i18n-29.0b8/en-GB.xpi) = 097199f94969231043b6a7ed4fb3d9b5b7e31cbe823d09710303b99ee508697f +SIZE (xpi/firefox-i18n-29.0b8/en-GB.xpi) = 352798 +SHA256 (xpi/firefox-i18n-29.0b8/en-US.xpi) = 2a3ab6d8633659ff56f9005d6d93fe2a7feffd55159e2b16e01cfccd8f051bb7 +SIZE (xpi/firefox-i18n-29.0b8/en-US.xpi) = 352625 +SHA256 (xpi/firefox-i18n-29.0b8/en-ZA.xpi) = 3b64952ad013510675b1c2cdbf9150a0c8c5522032cf0f50652a489b97e14c7a +SIZE (xpi/firefox-i18n-29.0b8/en-ZA.xpi) = 343166 +SHA256 (xpi/firefox-i18n-29.0b8/eo.xpi) = 71029467300dcc628761c33d0da511ad1dfbe6bba1381f7659733ed39489f7f9 +SIZE (xpi/firefox-i18n-29.0b8/eo.xpi) = 369145 +SHA256 (xpi/firefox-i18n-29.0b8/es-AR.xpi) = 26315dd7089c325c10aa13ff2b3078199413cd20c0af561aa0eb6b63609119f5 +SIZE (xpi/firefox-i18n-29.0b8/es-AR.xpi) = 367832 +SHA256 (xpi/firefox-i18n-29.0b8/es-CL.xpi) = 81befa441697aa3d0d72537075de7f631e097365f7fbb7b8c5b5af299d4ba72c +SIZE (xpi/firefox-i18n-29.0b8/es-CL.xpi) = 314751 +SHA256 (xpi/firefox-i18n-29.0b8/es-ES.xpi) = 8fb231eb59a3a487c0dc3d09baecc884cfe28109cdd4125602e8b7e3230b1102 +SIZE (xpi/firefox-i18n-29.0b8/es-ES.xpi) = 305437 +SHA256 (xpi/firefox-i18n-29.0b8/es-MX.xpi) = 1226867486238ba2f687199ff5fecda6ad184067b7ab23e0526b00e953f133c0 +SIZE (xpi/firefox-i18n-29.0b8/es-MX.xpi) = 372453 +SHA256 (xpi/firefox-i18n-29.0b8/et.xpi) = 147526d0ebb7fe11508b5ded6d38af72f511da62602e7f2fdda9a1b9a7a7b1f8 +SIZE (xpi/firefox-i18n-29.0b8/et.xpi) = 352881 +SHA256 (xpi/firefox-i18n-29.0b8/eu.xpi) = 3699d59f796a61970c7fa3e439a3c9e84bfc7fa4c95e3b01ba3f31c54bbe758e +SIZE (xpi/firefox-i18n-29.0b8/eu.xpi) = 369435 +SHA256 (xpi/firefox-i18n-29.0b8/fa.xpi) = 6f0c6593003b1e7890b251fa696ff13f09bd5be1bcd5e1e9699b5f899cedaa93 +SIZE (xpi/firefox-i18n-29.0b8/fa.xpi) = 409143 +SHA256 (xpi/firefox-i18n-29.0b8/ff.xpi) = fd3c147c13dc9b5d8a425fb5f4c9fa4b780e59e8a83804ffd49c55f64a2ba845 +SIZE (xpi/firefox-i18n-29.0b8/ff.xpi) = 361590 +SHA256 (xpi/firefox-i18n-29.0b8/fi.xpi) = ceab945b7a3b7edce2ce74a4badd71de05dfa42197d1f42d7971c5d0e3a30ab2 +SIZE (xpi/firefox-i18n-29.0b8/fi.xpi) = 363344 +SHA256 (xpi/firefox-i18n-29.0b8/fr.xpi) = 36d9cb653edf6ff195af4d1cc0a260ca0ca9b05e37aa44e03f535161aa693ec6 +SIZE (xpi/firefox-i18n-29.0b8/fr.xpi) = 376283 +SHA256 (xpi/firefox-i18n-29.0b8/fy-NL.xpi) = 794db02c27e977e71b62bed23f0107d2f1703cbed73b5837c54e84d7e2bde103 +SIZE (xpi/firefox-i18n-29.0b8/fy-NL.xpi) = 372392 +SHA256 (xpi/firefox-i18n-29.0b8/ga-IE.xpi) = 21c5300a4f75333abc48503070c097ab82ad0e13081968ea065fea2c61fe411d +SIZE (xpi/firefox-i18n-29.0b8/ga-IE.xpi) = 378271 +SHA256 (xpi/firefox-i18n-29.0b8/gd.xpi) = b87fc74d30f00634fd09722a8db348612980facb0b4dfd8e40261945ef557740 +SIZE (xpi/firefox-i18n-29.0b8/gd.xpi) = 375413 +SHA256 (xpi/firefox-i18n-29.0b8/gl.xpi) = a3d3457e4d1d8af8ede376757bc33bc8382a3e577d9835484b5b568fadd91165 +SIZE (xpi/firefox-i18n-29.0b8/gl.xpi) = 363697 +SHA256 (xpi/firefox-i18n-29.0b8/gu-IN.xpi) = b10b1a285ab2a66ffebac497a2c52bee65d82497dc7ea7f982a039b41aa2840a +SIZE (xpi/firefox-i18n-29.0b8/gu-IN.xpi) = 391895 +SHA256 (xpi/firefox-i18n-29.0b8/he.xpi) = 067696b8fecdd85a45b5b5a9b7f51c3718cdd343cfd47e4c478960da55e20070 +SIZE (xpi/firefox-i18n-29.0b8/he.xpi) = 385474 +SHA256 (xpi/firefox-i18n-29.0b8/hi-IN.xpi) = 2da1c50ba03b1d77a0c26e16eba381bde3b46bb70748e6eb877004573224912e +SIZE (xpi/firefox-i18n-29.0b8/hi-IN.xpi) = 410183 +SHA256 (xpi/firefox-i18n-29.0b8/hr.xpi) = eaa91e03b4041f994aedc31fc816cb89fdc8f0d6d8cf95ede9e82f16ebc1ccb4 +SIZE (xpi/firefox-i18n-29.0b8/hr.xpi) = 376599 +SHA256 (xpi/firefox-i18n-29.0b8/hu.xpi) = bd1dd455dd2163adb29d4f1476afe5b4593facbc6962d64a32ea5951e4b9e7f9 +SIZE (xpi/firefox-i18n-29.0b8/hu.xpi) = 372536 +SHA256 (xpi/firefox-i18n-29.0b8/hy-AM.xpi) = ec746b08d8ca12ae91867693e9ed100eeaa88071b462ec815735f949420f749d +SIZE (xpi/firefox-i18n-29.0b8/hy-AM.xpi) = 419567 +SHA256 (xpi/firefox-i18n-29.0b8/id.xpi) = bd0df789588b605b256d626ab3e5e21a3e9f1d7039b236b893ad6737477679fa +SIZE (xpi/firefox-i18n-29.0b8/id.xpi) = 352600 +SHA256 (xpi/firefox-i18n-29.0b8/is.xpi) = 3e2c44add69f2029a62c3b0dc8803809a4d4a1f38db83665167a82369c2b1a1f +SIZE (xpi/firefox-i18n-29.0b8/is.xpi) = 364688 +SHA256 (xpi/firefox-i18n-29.0b8/it.xpi) = 02340269a829898e0492dd470175d4ab707e7b5c3c697207461759ec88108d6c +SIZE (xpi/firefox-i18n-29.0b8/it.xpi) = 304006 +SHA256 (xpi/firefox-i18n-29.0b8/ja.xpi) = 395b423d194d2ddd86608397dda347e34841ef0a63c75130681efb0f5dd59014 +SIZE (xpi/firefox-i18n-29.0b8/ja.xpi) = 405191 +SHA256 (xpi/firefox-i18n-29.0b8/kk.xpi) = d5e3e79e18e266a55671d9ba66e864564664632581c9b1033b8b73631be07a9d +SIZE (xpi/firefox-i18n-29.0b8/kk.xpi) = 408441 +SHA256 (xpi/firefox-i18n-29.0b8/km.xpi) = a5e46d71ccef02d600b9a87d544f60a8143a0aa7df025690d631e0715976e236 +SIZE (xpi/firefox-i18n-29.0b8/km.xpi) = 438766 +SHA256 (xpi/firefox-i18n-29.0b8/kn.xpi) = 1d761d9f428ad3406a619b8540d397f2810eddb1e4836dd03e367bcd9f2a1925 +SIZE (xpi/firefox-i18n-29.0b8/kn.xpi) = 421795 +SHA256 (xpi/firefox-i18n-29.0b8/ko.xpi) = a78b3809218b12b428994178aaf222433ac1e28a111f5a604c11c95a4ad5965d +SIZE (xpi/firefox-i18n-29.0b8/ko.xpi) = 372827 +SHA256 (xpi/firefox-i18n-29.0b8/ku.xpi) = dffd97a282e6a5323ef7805acb1e16fde5ecfcd336c155cb421492a890ffbbc4 +SIZE (xpi/firefox-i18n-29.0b8/ku.xpi) = 377937 +SHA256 (xpi/firefox-i18n-29.0b8/lij.xpi) = 10e53c2576fcf4d2ed44f062767196e5e2f9ac726cd70f1cd1fa4c58bb03abae +SIZE (xpi/firefox-i18n-29.0b8/lij.xpi) = 353136 +SHA256 (xpi/firefox-i18n-29.0b8/lt.xpi) = 5684bd375e34ed69349dff8192f82f4ac7e30397694a5a618259f5ec05c76270 +SIZE (xpi/firefox-i18n-29.0b8/lt.xpi) = 382913 +SHA256 (xpi/firefox-i18n-29.0b8/lv.xpi) = 1e5b35892421215d482af7a5dd3983aad0b5518f873f6481b39988ed1842ec45 +SIZE (xpi/firefox-i18n-29.0b8/lv.xpi) = 360715 +SHA256 (xpi/firefox-i18n-29.0b8/mai.xpi) = b2ed93bac4fbb3b57bd52b20341ee6fc8e81198a24ffb58e8645e86fff07ffb0 +SIZE (xpi/firefox-i18n-29.0b8/mai.xpi) = 410017 +SHA256 (xpi/firefox-i18n-29.0b8/mk.xpi) = cff52fa3c20514e94d5d85333eaa1b854f00827b3134ced876f73df658fb7f77 +SIZE (xpi/firefox-i18n-29.0b8/mk.xpi) = 410709 +SHA256 (xpi/firefox-i18n-29.0b8/ml.xpi) = 53eac37c23bc580056b662ade42e880cdd054fddd3edf90ff494acba742e23f9 +SIZE (xpi/firefox-i18n-29.0b8/ml.xpi) = 430795 +SHA256 (xpi/firefox-i18n-29.0b8/mr.xpi) = 1497c792e4bf0250c49604e545f4722f0093f147dfa971d1d57f8fd3f87c718b +SIZE (xpi/firefox-i18n-29.0b8/mr.xpi) = 408573 +SHA256 (xpi/firefox-i18n-29.0b8/ms.xpi) = 97848d9ba3a06006524a7e5834c014ff5006bd4ed212fd440140e4b5bc9a0e18 +SIZE (xpi/firefox-i18n-29.0b8/ms.xpi) = 368824 +SHA256 (xpi/firefox-i18n-29.0b8/nb-NO.xpi) = e1b24fe13b5586d444e5cb10e174cbbff9fa787ee7dd7c3ab122411481a3f636 +SIZE (xpi/firefox-i18n-29.0b8/nb-NO.xpi) = 362517 +SHA256 (xpi/firefox-i18n-29.0b8/nl.xpi) = 6cb60d7096357bdf703dd9522c38452a0628861fffc955c6c9818d1648307ae6 +SIZE (xpi/firefox-i18n-29.0b8/nl.xpi) = 361312 +SHA256 (xpi/firefox-i18n-29.0b8/nn-NO.xpi) = 853a4e6037536e85c0a52b2aaa8d8d12ee90313c6669902232c9d347a7e85c05 +SIZE (xpi/firefox-i18n-29.0b8/nn-NO.xpi) = 358822 +SHA256 (xpi/firefox-i18n-29.0b8/or.xpi) = a8e1f139a982bdff739a1d85eb5bf27d01769e7bdb9d346c4d69f20cfd811473 +SIZE (xpi/firefox-i18n-29.0b8/or.xpi) = 423776 +SHA256 (xpi/firefox-i18n-29.0b8/pa-IN.xpi) = 7f7d150eb9cd7cc91d9213552dedbc8578dc69885f0b4cc300d74757ecc98599 +SIZE (xpi/firefox-i18n-29.0b8/pa-IN.xpi) = 401689 +SHA256 (xpi/firefox-i18n-29.0b8/pl.xpi) = ad21f524e4a176a1b11a3fe90f280d817bdc880d3a1720b5e9e55d1f6db789b6 +SIZE (xpi/firefox-i18n-29.0b8/pl.xpi) = 354463 +SHA256 (xpi/firefox-i18n-29.0b8/pt-BR.xpi) = dc96540556f898ecd5540f557174d066d428a0337eef9f1c285771e4fbdea2c6 +SIZE (xpi/firefox-i18n-29.0b8/pt-BR.xpi) = 372125 +SHA256 (xpi/firefox-i18n-29.0b8/pt-PT.xpi) = d5e52a2f2cc49fa2e59f2661f6463527070516d50584842d07608ba513be1002 +SIZE (xpi/firefox-i18n-29.0b8/pt-PT.xpi) = 359732 +SHA256 (xpi/firefox-i18n-29.0b8/rm.xpi) = f4c448a5fab48040ce5c30880d3dc7dee73d04bbebb923c3a2e37cf107e108b5 +SIZE (xpi/firefox-i18n-29.0b8/rm.xpi) = 362968 +SHA256 (xpi/firefox-i18n-29.0b8/ro.xpi) = 6058077ea952f790e3a3045a79a1e1b7ce8959f734b210c1d45b0027de5d6bee +SIZE (xpi/firefox-i18n-29.0b8/ro.xpi) = 397535 +SHA256 (xpi/firefox-i18n-29.0b8/ru.xpi) = 99ed8ebf18900e75038e99dd94ae6911f78d77a7c316e435c6840c1ef08f4afa +SIZE (xpi/firefox-i18n-29.0b8/ru.xpi) = 344170 +SHA256 (xpi/firefox-i18n-29.0b8/si.xpi) = d2b310d739f74609c9a23478129e82862fab4df9d5aa63651d4bfe7c3653a8f2 +SIZE (xpi/firefox-i18n-29.0b8/si.xpi) = 403339 +SHA256 (xpi/firefox-i18n-29.0b8/sk.xpi) = b7844893862d18c78efff647bad4cd11a5d04924373b2deac97ccfd9291aecfa +SIZE (xpi/firefox-i18n-29.0b8/sk.xpi) = 375536 +SHA256 (xpi/firefox-i18n-29.0b8/sl.xpi) = e89d7ad765458e2e8aee99c154efc4c604d1b62d481e54da65d6dedc2e4330b9 +SIZE (xpi/firefox-i18n-29.0b8/sl.xpi) = 358506 +SHA256 (xpi/firefox-i18n-29.0b8/son.xpi) = f8c157651b3728adcee275795b5c848dad53d7b4297d2c9e12510541bf0c2a30 +SIZE (xpi/firefox-i18n-29.0b8/son.xpi) = 358446 +SHA256 (xpi/firefox-i18n-29.0b8/sq.xpi) = 743f05973e29aba288f3b063127c0d4644d031c8adf4304e9f3d1593a3f4336f +SIZE (xpi/firefox-i18n-29.0b8/sq.xpi) = 374238 +SHA256 (xpi/firefox-i18n-29.0b8/sr.xpi) = efb49b7ec02c2f4fac5006bcd3a1f912ff6c3a587409e62c13d80101c45bb606 +SIZE (xpi/firefox-i18n-29.0b8/sr.xpi) = 412777 +SHA256 (xpi/firefox-i18n-29.0b8/sv-SE.xpi) = d72ec1e6469a429889fb6fa7daa8904a7ed074a028b77f582aceef840fb0c6ee +SIZE (xpi/firefox-i18n-29.0b8/sv-SE.xpi) = 368440 +SHA256 (xpi/firefox-i18n-29.0b8/sw.xpi) = 5818ca5987d835791af2389f747b04511ce66244046ebf1199e14e4b52211db1 +SIZE (xpi/firefox-i18n-29.0b8/sw.xpi) = 373163 +SHA256 (xpi/firefox-i18n-29.0b8/ta.xpi) = 3f9aeae0d18e66065f6cd85d0a869ed19ec6405746cc70e89cd4c72cec2c7465 +SIZE (xpi/firefox-i18n-29.0b8/ta.xpi) = 416217 +SHA256 (xpi/firefox-i18n-29.0b8/te.xpi) = 9a3c4dc803a8c2907d10bc0d6d21dcf2fe3fa404f9fd3a46b965a1e68241ab51 +SIZE (xpi/firefox-i18n-29.0b8/te.xpi) = 429028 +SHA256 (xpi/firefox-i18n-29.0b8/th.xpi) = 58c07480fd680e118689e58fcd22f3e1d41623331a5a8833f6918f59f5896e99 +SIZE (xpi/firefox-i18n-29.0b8/th.xpi) = 413952 +SHA256 (xpi/firefox-i18n-29.0b8/tr.xpi) = cea87c626ee7a266ad25bce99d518cbf234f98bccc96df5b1e84c1935d48f2aa +SIZE (xpi/firefox-i18n-29.0b8/tr.xpi) = 369616 +SHA256 (xpi/firefox-i18n-29.0b8/uk.xpi) = c9b8c9061bca476528f6d8721e5fd042bc5c3956df2372d117da36f1423aacf9 +SIZE (xpi/firefox-i18n-29.0b8/uk.xpi) = 395932 +SHA256 (xpi/firefox-i18n-29.0b8/vi.xpi) = 80104fc49567cb89e3aa74a14f970fe7d63e2f32a3ca2b7c59361016cd006650 +SIZE (xpi/firefox-i18n-29.0b8/vi.xpi) = 386474 +SHA256 (xpi/firefox-i18n-29.0b8/xh.xpi) = 949e5834d0e42a75cb401fb8bc4d612aed8a8e6d33fdfff8c4053176dd47c04c +SIZE (xpi/firefox-i18n-29.0b8/xh.xpi) = 363928 +SHA256 (xpi/firefox-i18n-29.0b8/zh-CN.xpi) = 8ff786638ae8bd3b84a660696e0ee8a510f91f13b5bd474fcc585b38b3ca8bb6 +SIZE (xpi/firefox-i18n-29.0b8/zh-CN.xpi) = 389330 +SHA256 (xpi/firefox-i18n-29.0b8/zh-TW.xpi) = 35646f8ec8a4dbd6b6cafd95e927278f2c146069c54acd138a5e560b46edf714 +SIZE (xpi/firefox-i18n-29.0b8/zh-TW.xpi) = 386294 +SHA256 (xpi/firefox-i18n-29.0b8/zu.xpi) = 24d50109056f35f7e50e0a36d8061df5b0e6c65dbb1e76028fd2ae2532a628e6 +SIZE (xpi/firefox-i18n-29.0b8/zu.xpi) = 373422 Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/firefox-nightly/Makefile.hgrev Tue Apr 15 04:51:46 2014 (r1573) @@ -1 +1 @@ -HGREV= 177556:cd140d715b37 +HGREV= 178445:bdccb863d2de Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/firefox-nightly/distinfo Tue Apr 15 04:51:46 2014 (r1573) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/cd140d715b37.tar.bz2) = c8fb9205347d1f94472973c5e052ed939c3b78edc8f31b016deea5bb90a3ff79 -SIZE (firefox-nightly/cd140d715b37.tar.bz2) = 143673474 +SHA256 (firefox-nightly/bdccb863d2de.tar.bz2) = eca7e5784e8a41cc984dfb39e5e677da5ba6c24c32f0967a4c32818dc5e0c104 +SIZE (firefox-nightly/bdccb863d2de.tar.bz2) = 144378011 Added: trunk/www/firefox-nightly/files/patch-bug994562 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-bug994562 Tue Apr 15 04:51:46 2014 (r1573) @@ -0,0 +1,39 @@ +# Tune opacity of Arrowpanel transitions to make them visible without an X compositor. + +diff --git browser/themes/linux/browser.css browser/themes/linux/browser.css +index 6840a93..aec9815 100644 +--- browser/themes/linux/browser.css ++++ browser/themes/linux/browser.css +@@ -1644,6 +1644,11 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- + opacity: .4; + } + ++#BMB_bookmarksPopup { ++ /* Adjust opacity rounding to be visible without X compositor */ ++ opacity: .5; ++} ++ + #BMB_bookmarksPopup[side="top"], + #BMB_bookmarksPopup[side="bottom"] { + margin-left: -16px; +diff --git toolkit/themes/linux/global/popup.css toolkit/themes/linux/global/popup.css +index c589145..183a8f4 100644 +--- toolkit/themes/linux/global/popup.css ++++ toolkit/themes/linux/global/popup.css +@@ -19,6 +19,16 @@ panel[type="arrow"] { + -moz-appearance: none; + } + ++panel[type="arrow"]:not([animate="false"]) { ++ /* Adjust opacity rounding to be visible without X compositor */ ++ opacity: .5; ++} ++ ++panel[type="arrow"][animate="open"] { ++ /* Do not inherit above */ ++ opacity: 1; ++} ++ + panel[type="arrow"][side="top"], + panel[type="arrow"][side="bottom"] { + margin-left: -16px; Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/firefox/Makefile Tue Apr 15 04:51:46 2014 (r1573) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox/Makefile 339634 2014-01-13 21:00:02Z rene $ PORTNAME= firefox -DISTVERSION= 29.0b6 +DISTVERSION= 29.0b8 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/firefox/distinfo Tue Apr 15 04:51:46 2014 (r1573) @@ -1,2 +1,2 @@ -SHA256 (firefox-29.0b6.source.tar.bz2) = df286a501369e715ec81ed89b111a147c639939f7ee43f740dab2240b499b8d0 -SIZE (firefox-29.0b6.source.tar.bz2) = 142650008 +SHA256 (firefox-29.0b8.source.tar.bz2) = 35007a3042f39de8f7603462723f293da9e8b0896685444923ac02167274fcbe +SIZE (firefox-29.0b8.source.tar.bz2) = 143423964 Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/linux-firefox/Makefile Tue Apr 15 04:51:46 2014 (r1573) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-firefox/Makefile 336446 2013-12-14 13:42:06Z flo $ PORTNAME= firefox -DISTVERSION= 29.0b6 +DISTVERSION= 29.0b8 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: trunk/www/linux-firefox/distinfo ============================================================================== --- trunk/www/linux-firefox/distinfo Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/linux-firefox/distinfo Tue Apr 15 04:51:46 2014 (r1573) @@ -1,5 +1,5 @@ -SHA256 (firefox-29.0b6.tar.bz2) = 4495001ac9048f0a042b234bdb751619e915269f71310533448a3d39ab42c074 -SIZE (firefox-29.0b6.tar.bz2) = 36248733 +SHA256 (firefox-29.0b8.tar.bz2) = f66488c28bf31ba16e84afef9bed600cd7f559ef612e48f163ad2bead3a5bfe4 +SIZE (firefox-29.0b8.tar.bz2) = 36361930 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/linux-seamonkey/Makefile Tue Apr 15 04:51:46 2014 (r1573) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-seamonkey/Makefile 336446 2013-12-14 13:42:06Z flo $ PORTNAME= seamonkey -DISTVERSION= 2.25 +DISTVERSION= 2.26b1 CATEGORIES= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: trunk/www/linux-seamonkey/distinfo ============================================================================== --- trunk/www/linux-seamonkey/distinfo Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/linux-seamonkey/distinfo Tue Apr 15 04:51:46 2014 (r1573) @@ -1,5 +1,5 @@ -SHA256 (seamonkey-2.25.tar.bz2) = 67892c00243b9a4f2964ac61c9661e2d954ce33bc27fb10588f650922d5e3c62 -SIZE (seamonkey-2.25.tar.bz2) = 30377947 +SHA256 (seamonkey-2.26b1.tar.bz2) = 5370c0429e2d419d2f12c2859bae1f4add7828d79bb02e50628d970e1e74302c +SIZE (seamonkey-2.26b1.tar.bz2) = 30886722 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b Modified: trunk/www/linux-tor-browser/Makefile ============================================================================== --- trunk/www/linux-tor-browser/Makefile Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/linux-tor-browser/Makefile Tue Apr 15 04:51:46 2014 (r1573) @@ -2,7 +2,7 @@ PORTNAME= tor-browser DISTVERSIONPREFIX=linux32- -DISTVERSION= 3.6-beta-1 +DISTVERSION= 3.6-beta-2 DISTVERSIONSUFFIX=_${LOCALE} CATEGORIES= www security linux MASTER_SITES= https://people.torproject.org/~mikeperry/builds/${DISTVERSION}/ \ @@ -38,7 +38,7 @@ "Network;WebBrowser;Security;" \ false -ALL_LOCALES= ar de en-US es-ES fa fr it ko nl pl pt-PT ru vi zh-CN +ALL_LOCALES= ar de en-US es-ES fa fr it ko nl pl pt-PT ru tr vi zh-CN LOCALE= ${${PORT_OPTIONS:MLANG_*}} OPTIONS_DEFAULT=LANG_US Modified: trunk/www/linux-tor-browser/distinfo ============================================================================== --- trunk/www/linux-tor-browser/distinfo Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/linux-tor-browser/distinfo Tue Apr 15 04:51:46 2014 (r1573) @@ -1,28 +1,30 @@ -SHA256 (tor-browser-linux32-3.6-beta-1_ar.tar.xz) = 0188d2306f8c9561f2a0f398e3801d7fbfd259dbe5b9a17752b9d210205267fb -SIZE (tor-browser-linux32-3.6-beta-1_ar.tar.xz) = 28070692 -SHA256 (tor-browser-linux32-3.6-beta-1_de.tar.xz) = ba5cfd03c11c7621877e1a813b717e99e5b638f3d5699a61e2fadb17fff9eef4 -SIZE (tor-browser-linux32-3.6-beta-1_de.tar.xz) = 28035528 -SHA256 (tor-browser-linux32-3.6-beta-1_en-US.tar.xz) = 3665a88903c58ddb39e7afd76513ee38e677db520a89ce647fb0946974f36c45 -SIZE (tor-browser-linux32-3.6-beta-1_en-US.tar.xz) = 27758716 -SHA256 (tor-browser-linux32-3.6-beta-1_es-ES.tar.xz) = 2631713530f2a630c41ced9aaa2ef49439a2cd16d4c7f90a1029b13693b95afc -SIZE (tor-browser-linux32-3.6-beta-1_es-ES.tar.xz) = 27987792 -SHA256 (tor-browser-linux32-3.6-beta-1_fa.tar.xz) = eaeb88fa5877f0deb926c220ed17e08f83c9791b42e35e7ec32c6f4b2b96b7d7 -SIZE (tor-browser-linux32-3.6-beta-1_fa.tar.xz) = 28080684 -SHA256 (tor-browser-linux32-3.6-beta-1_fr.tar.xz) = f5de1d180cc547f6b77531274b0abb7e68362d49d2eee054fda8ac9b01ea8c86 -SIZE (tor-browser-linux32-3.6-beta-1_fr.tar.xz) = 28042940 -SHA256 (tor-browser-linux32-3.6-beta-1_it.tar.xz) = b7c8b256d58f117722afa3115f26970211f64bf6d1e954468f13b9e15b1882bb -SIZE (tor-browser-linux32-3.6-beta-1_it.tar.xz) = 27983748 -SHA256 (tor-browser-linux32-3.6-beta-1_ko.tar.xz) = 8fa6b68daccc78d8e7ecfeb5af023ab88f76193e3c064922bd27d5db1934ea23 -SIZE (tor-browser-linux32-3.6-beta-1_ko.tar.xz) = 28056632 -SHA256 (tor-browser-linux32-3.6-beta-1_nl.tar.xz) = b12f3b1de0f5d7b4245ae4109a9e3abd3cf18832e8ea21de61bc5c9eae9d0bde -SIZE (tor-browser-linux32-3.6-beta-1_nl.tar.xz) = 28045896 -SHA256 (tor-browser-linux32-3.6-beta-1_pl.tar.xz) = ab6487a1ca60dea00560908951a17300537ac3a017a8cd4c592d73d5b17a1ea8 -SIZE (tor-browser-linux32-3.6-beta-1_pl.tar.xz) = 28047640 -SHA256 (tor-browser-linux32-3.6-beta-1_pt-PT.tar.xz) = 5da5440ff43ac7e6bf4f5db117b670e23f92f21f761f814506909e8b30156ab3 -SIZE (tor-browser-linux32-3.6-beta-1_pt-PT.tar.xz) = 28043620 -SHA256 (tor-browser-linux32-3.6-beta-1_ru.tar.xz) = e90613379b9db1648e81e9b015c0549307e2e3399ddaa949c50a3adb1708527e -SIZE (tor-browser-linux32-3.6-beta-1_ru.tar.xz) = 28031348 -SHA256 (tor-browser-linux32-3.6-beta-1_vi.tar.xz) = a8a5c5f46f88020d866562527d4c3b83ed7879799ccc86ac7b6c349ce056cffc -SIZE (tor-browser-linux32-3.6-beta-1_vi.tar.xz) = 28064492 -SHA256 (tor-browser-linux32-3.6-beta-1_zh-CN.tar.xz) = be0f79ef60d655792141a26dea6cc303c9ce55beeb878979d036c73c65336022 -SIZE (tor-browser-linux32-3.6-beta-1_zh-CN.tar.xz) = 28063204 +SHA256 (tor-browser-linux32-3.6-beta-2_ar.tar.xz) = 9fa6d105098c2542937e2475fe078a1c541c655e28f766e41dbd5b515adaeda8 +SIZE (tor-browser-linux32-3.6-beta-2_ar.tar.xz) = 28453748 +SHA256 (tor-browser-linux32-3.6-beta-2_de.tar.xz) = bba8e779fb49d7ad391fc06bf9522b1612e0a24da620a31575f43ca2372f6510 +SIZE (tor-browser-linux32-3.6-beta-2_de.tar.xz) = 28411008 +SHA256 (tor-browser-linux32-3.6-beta-2_en-US.tar.xz) = 1869302266d7250072155be882c4f2919f0debd65e9854385e72237cc0169115 +SIZE (tor-browser-linux32-3.6-beta-2_en-US.tar.xz) = 28139792 +SHA256 (tor-browser-linux32-3.6-beta-2_es-ES.tar.xz) = 9bc8e2e7c43d2a94cd32ad84e4b506be863407bda058e899ecfa126c415b3385 +SIZE (tor-browser-linux32-3.6-beta-2_es-ES.tar.xz) = 28366160 +SHA256 (tor-browser-linux32-3.6-beta-2_fa.tar.xz) = 16073a6abc5e2941436aaea67fa353fd6e4df70e90fb5d075c699dc600e90861 +SIZE (tor-browser-linux32-3.6-beta-2_fa.tar.xz) = 28460848 +SHA256 (tor-browser-linux32-3.6-beta-2_fr.tar.xz) = 3458c9ca167360bd02698ac68bdd0496d4ec2fd6d690c1569b1c72f353950bd4 +SIZE (tor-browser-linux32-3.6-beta-2_fr.tar.xz) = 28431420 +SHA256 (tor-browser-linux32-3.6-beta-2_it.tar.xz) = b2220315a4b2ef26a07f8182f48bd8aa941268b22f377c8e5b79a1247cb37a95 +SIZE (tor-browser-linux32-3.6-beta-2_it.tar.xz) = 28359056 +SHA256 (tor-browser-linux32-3.6-beta-2_ko.tar.xz) = 23a18e3c9ea6229b022643c063fcb1e9f335be9fda7943aca39e401688dd8dc9 +SIZE (tor-browser-linux32-3.6-beta-2_ko.tar.xz) = 28436448 +SHA256 (tor-browser-linux32-3.6-beta-2_nl.tar.xz) = 85c26d7723579cffb1a33820b6d7610e391d1c378888cd57bb590da81373bcaa +SIZE (tor-browser-linux32-3.6-beta-2_nl.tar.xz) = 28424504 +SHA256 (tor-browser-linux32-3.6-beta-2_pl.tar.xz) = ac7cb3c80247a7b420af3b2c227f36245dd4770324770b202ac5526f91316648 +SIZE (tor-browser-linux32-3.6-beta-2_pl.tar.xz) = 28432328 +SHA256 (tor-browser-linux32-3.6-beta-2_pt-PT.tar.xz) = 74c0f1a362496c4fab7dfa5e94f5d8e5c057e6b86ae0b848c33c79e9226e6a5c +SIZE (tor-browser-linux32-3.6-beta-2_pt-PT.tar.xz) = 28417344 +SHA256 (tor-browser-linux32-3.6-beta-2_ru.tar.xz) = bb31c3217600aa9513083a2697ed3d3943d2501d82f18a294194d7e4e904fd77 +SIZE (tor-browser-linux32-3.6-beta-2_ru.tar.xz) = 28412820 +SHA256 (tor-browser-linux32-3.6-beta-2_tr.tar.xz) = b6d1bb57dabd62a6e9ef41de9c568a2d817ebf910a36a11f1c948a4c9cc8a893 +SIZE (tor-browser-linux32-3.6-beta-2_tr.tar.xz) = 28432924 +SHA256 (tor-browser-linux32-3.6-beta-2_vi.tar.xz) = 2652cbf3fab168e1b4e18cd86743664fd4a83ad91cf577718ee3944a2a568794 +SIZE (tor-browser-linux32-3.6-beta-2_vi.tar.xz) = 28448288 +SHA256 (tor-browser-linux32-3.6-beta-2_zh-CN.tar.xz) = 06ae823d8cd7cdf31cb5d9f7ffeb02be7b7f5daf4f1ebfcaa0d4c42513ed7792 +SIZE (tor-browser-linux32-3.6-beta-2_zh-CN.tar.xz) = 28444868 Modified: trunk/www/linux-tor-browser/pkg-plist ============================================================================== --- trunk/www/linux-tor-browser/pkg-plist Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/linux-tor-browser/pkg-plist Tue Apr 15 04:51:46 2014 (r1573) @@ -445,7 +445,6 @@ lib/linux-tor-browser/Tor/PluggableTransports/fte/dfa.py lib/linux-tor-browser/Tor/PluggableTransports/fte/encoder.py lib/linux-tor-browser/Tor/PluggableTransports/fte/encrypter.py -lib/linux-tor-browser/Tor/PluggableTransports/fte/logger.py lib/linux-tor-browser/Tor/PluggableTransports/fte/network_io.py lib/linux-tor-browser/Tor/PluggableTransports/fte/rank_unrank.cc lib/linux-tor-browser/Tor/PluggableTransports/fte/rank_unrank.h @@ -456,6 +455,7 @@ lib/linux-tor-browser/Tor/PluggableTransports/fte/tests/bit_ops.py lib/linux-tor-browser/Tor/PluggableTransports/fte/tests/cDFA.py lib/linux-tor-browser/Tor/PluggableTransports/fte/tests/dfa.py +lib/linux-tor-browser/Tor/PluggableTransports/fte/tests/dfas/__init__.py lib/linux-tor-browser/Tor/PluggableTransports/fte/tests/dfas/test1.dfa lib/linux-tor-browser/Tor/PluggableTransports/fte/tests/dfas/test1.regex lib/linux-tor-browser/Tor/PluggableTransports/fte/tests/dfas/test2.dfa Modified: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/seamonkey-i18n/Makefile Tue Apr 15 04:51:46 2014 (r1573) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey-i18n/Makefile 336446 2013-12-14 13:42:06Z flo $ PORTNAME= seamonkey-i18n -PORTVERSION= 2.25 +PORTVERSION= 2.26b1 CATEGORIES= www mail news editors irc MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= Modified: trunk/www/seamonkey-i18n/distinfo ============================================================================== --- trunk/www/seamonkey-i18n/distinfo Fri Apr 11 13:28:05 2014 (r1572) +++ trunk/www/seamonkey-i18n/distinfo Tue Apr 15 04:51:46 2014 (r1573) @@ -1,54 +1,54 @@ -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.be.langpack.xpi) = 89685620ee38c099b3621de2ef1e79b63ea2f8c2c73d333c1afb79068e971d14 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.be.langpack.xpi) = 817911 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.ca.langpack.xpi) = ea59f8370f00ca40358ecdf489658316ffd44f58c75a3a2b0d4823b0b0a65a5e -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.ca.langpack.xpi) = 815229 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.cs.langpack.xpi) = 9e1ed7d0540634f4dfa96e71219c9b5ef13389b498185f8160ddc732402f8329 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.cs.langpack.xpi) = 813471 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.de.langpack.xpi) = 38634d0c30f1c81a2b86d85542038dcc78efe82a9423718fd5feae15749a9764 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.de.langpack.xpi) = 821039 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.en-GB.langpack.xpi) = ab5e441d1b2b474b2724fa67afc1ae77433efdeb3d8f2292b27376b08f433c61 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.en-GB.langpack.xpi) = 784862 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.en-US.langpack.xpi) = 7fd81253636a639c33665c0276f88748cb80fe084eff12a9ae7535c2fb5daed3 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.en-US.langpack.xpi) = 785842 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.es-AR.langpack.xpi) = bea734c6766993aa99b0c2bc78370e732680d00de7ca1dd65a02a2a92383794d -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.es-AR.langpack.xpi) = 836043 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.es-ES.langpack.xpi) = e1f52133ff623e90dcb9cd9988abd9c5e6e31d8679c6ee2ccd723f52028bae33 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.es-ES.langpack.xpi) = 813327 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.fi.langpack.xpi) = caaaf807a1bf85408c2a9dcbab74e6ee2e9a794114a9d72a86f218ad1b2d4a5b -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.fi.langpack.xpi) = 783351 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.fr.langpack.xpi) = 3983ba2cf14165d78724dd97e4652833c7f4197c8fa2218eb48c575c8359249f -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.fr.langpack.xpi) = 794139 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.gl.langpack.xpi) = b48fe273f37bf4a76b6d607377e390d64053019df7213c59b0aa35bce6a6e533 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.gl.langpack.xpi) = 792993 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.hu.langpack.xpi) = 3818cf807f912dcf089d992520debf7deda24346f083172ab50fad1ef3b6b197 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.hu.langpack.xpi) = 827480 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.it.langpack.xpi) = 1b1b28a69f18af2cf089860722c8a85e8a8b53087adf7bdb881b7fce14a571dd -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.it.langpack.xpi) = 727323 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.ja-JP-mac.langpack.xpi) = ce6ee62d188107055a7bfaff2a47b375ae06a4e11898d22c4af3636b653487f2 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.ja-JP-mac.langpack.xpi) = 891817 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.ja.langpack.xpi) = 66916fd154ef6e33f2c6d3a53fe0dd46d1fd03542241361a18cd589ee7683483 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.ja.langpack.xpi) = 866418 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.lt.langpack.xpi) = 043edbbe70608661eb33be1c372f5a4132d2f37e56d570bd6a953495cf99002c -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.lt.langpack.xpi) = 830877 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.nb-NO.langpack.xpi) = 0773a90b97b3b24f28dea4c637a95c1cf0b4a0aa4b7957232dec7d2de23775e6 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.nb-NO.langpack.xpi) = 806695 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.nl.langpack.xpi) = e6b91de4deb292b61ad18e593338f912a5d5749b045bc2698b7e38e394d148ee -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.nl.langpack.xpi) = 780751 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.pl.langpack.xpi) = 420d34f2475fbfe0f5c80ba3e9d526e02b9fb605e2edc8cfe0011d1e4afd93b2 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.pl.langpack.xpi) = 855085 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.pt-PT.langpack.xpi) = 54c80b0243f946249bf53f84b424ef0102cc4cbd0b4fa7861ba77b7977880ff6 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.pt-PT.langpack.xpi) = 816434 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.ru.langpack.xpi) = 1f03d4fe581603c64e619562af0aa747e9e73a5be179d99b9b6d5d568ca995dd -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.ru.langpack.xpi) = 884848 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.sk.langpack.xpi) = 841c06545a7b5f57842674d9f59849e0840dda51d4d5029c1d1dade100df66cb -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.sk.langpack.xpi) = 840780 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.sv-SE.langpack.xpi) = 1455d1aff8f321d40a1e724d8771db39eee93e74deaf8733fa5a01badc3affd8 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.sv-SE.langpack.xpi) = 809391 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.tr.langpack.xpi) = 3c3c54f359b08a508ce014b1edb99db4ed0455237f423051a25e746a775f1dd1 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.tr.langpack.xpi) = 789890 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.uk.langpack.xpi) = b64369e2191eaa97fbb11a8e3e343cef42f3156ffccb75d97ed48a71158ea29f -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.uk.langpack.xpi) = 852254 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.zh-CN.langpack.xpi) = 2e00de1f63e08914d954af80b6bd19552a268f566ca16de587ea673df4d6217c -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.zh-CN.langpack.xpi) = 817701 -SHA256 (xpi/seamonkey-i18n-2.25/seamonkey-2.25.zh-TW.langpack.xpi) = fc24d601697ee73d6cebb6bc06cc8b22e192716b343138834788d4ff7c9a1863 -SIZE (xpi/seamonkey-i18n-2.25/seamonkey-2.25.zh-TW.langpack.xpi) = 842075 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.be.langpack.xpi) = 2f24052a35bdc3f93e327b29349c65faba834cf3e80784cc79bd29f9d1edddd9 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.be.langpack.xpi) = 818751 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.ca.langpack.xpi) = 9fdb17d2182e8729e21f9364c1fabba0e23cb574bff944d919057cbf83bd76b4 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.ca.langpack.xpi) = 816735 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.cs.langpack.xpi) = 9e6d68c1b3c9d0dce983910e51f40eca06ca1dbc2d0045d98015e6e38ecfadf3 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.cs.langpack.xpi) = 814944 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.de.langpack.xpi) = 358155b9dd590bf513156fd7c1ec4cb41e159363ae9852b1bcbe7493e2c84bda +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.de.langpack.xpi) = 822042 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.en-GB.langpack.xpi) = c0ca3f0868266dbb2a0511475e1614c5c0525430dfbd0b152537e31a59137821 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.en-GB.langpack.xpi) = 785829 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.en-US.langpack.xpi) = eb0345e71381d4f81caafe9cd26028507caa80ffb095f35399ba6865b16bfba8 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.en-US.langpack.xpi) = 786788 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.es-AR.langpack.xpi) = 6505da14b20394c59ff5c881cbc13ec25cad659053c7348ed55fd2f64a8b4438 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.es-AR.langpack.xpi) = 837475 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.es-ES.langpack.xpi) = bce45dbd0f7bd73762c4acca16c30baf6de4e4d2f0cc2d816f93d13c93012c91 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.es-ES.langpack.xpi) = 815842 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.fi.langpack.xpi) = e47cabefea6ea7ce608db1001c99a7e096afab5522ca9237852da8af068d1ca1 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.fi.langpack.xpi) = 784387 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.fr.langpack.xpi) = 473790c84af6a2038c0b24b81a41b9fc8df5eddf7fa1a902f338f464377289da +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.fr.langpack.xpi) = 795188 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.gl.langpack.xpi) = 90f394219b887ad80e7e6ea47497e1533dee4a595529b6445e8db5c2afd280a8 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.gl.langpack.xpi) = 794258 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.hu.langpack.xpi) = 25483d489e9f7c467deaa2c849e9ef2f6659f21d12c6fe866c03fb45296b533a +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.hu.langpack.xpi) = 828526 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.it.langpack.xpi) = 83aa64409d78aa85d10c7dc69b887aa69c531a6cc68111be36d46c78c683b52d +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.it.langpack.xpi) = 728566 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.ja-JP-mac.langpack.xpi) = da1d46f25bd2c62642a7cab3a4ebd285b418328e4a7080ed44e6e6881c67b8a5 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.ja-JP-mac.langpack.xpi) = 892973 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.ja.langpack.xpi) = 17477e325a987da0127e26e8aa7b63fe75eba429abf13804d342c595cfa38b60 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.ja.langpack.xpi) = 867575 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.lt.langpack.xpi) = 9e4b8e8874de1e9311a0f50f01e7592c05c366ab370d66094bebc5770b5fadc6 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.lt.langpack.xpi) = 832068 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.nb-NO.langpack.xpi) = 1cd011fb77b98942e0e085a774d9e13c31befe14d6df1ba44229d5281194705b +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.nb-NO.langpack.xpi) = 808006 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.nl.langpack.xpi) = a688e4cd782e5e32102a257dc12ffbb544ec8a3435b80e8f0bb46be72969e17f +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.nl.langpack.xpi) = 781844 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.pl.langpack.xpi) = db33d8b01d525083035e973be5456863d7acbac63d08dc22620ed125c65c5a27 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.pl.langpack.xpi) = 855820 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.pt-PT.langpack.xpi) = ebcb8d249e111973fcd23582711ad52030469065669d058ca81f28cc8cd66158 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.pt-PT.langpack.xpi) = 817865 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.ru.langpack.xpi) = 34bcddeb5f269d05aac57f0a88367a4fe9d9dba92cee019e0bf5011d61247d04 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.ru.langpack.xpi) = 885692 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.sk.langpack.xpi) = 233349521887b83ff1771b06fb7ba5156f3eefbb5a15987aa34561d8ed3aaf9b +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.sk.langpack.xpi) = 841887 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.sv-SE.langpack.xpi) = c909e50fcbdc04e27b8d09b60b2f78f2aad2a553cc8c310a5b8db68137ce6aef +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.sv-SE.langpack.xpi) = 809829 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.tr.langpack.xpi) = bf390f113dd0ea5837602a2e5b0c382e0a164b60db1cc0be5301b855f1d3e31c +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.tr.langpack.xpi) = 791385 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.uk.langpack.xpi) = 4fdbd403e1de750001a0054f5f5b33e8d890efd5e96aab4a39223ca33b636f98 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.uk.langpack.xpi) = 853567 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.zh-CN.langpack.xpi) = 3ef22a535047a45961fa3adcb0ffc2bd4b3a3c8ae54f09f46c0158a2df045e47 +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.zh-CN.langpack.xpi) = 818845 +SHA256 (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.zh-TW.langpack.xpi) = ed2cfd40465dd37bf5acefa0b87436a46328faa98ed48876397bdeeb400a953d +SIZE (xpi/seamonkey-i18n-2.26b1/seamonkey-2.26b1.zh-TW.langpack.xpi) = 843195