From owner-svn-ports-branches@freebsd.org Sun Apr 16 06:31:30 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22950D40D8D; Sun, 16 Apr 2017 06:31:30 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2128FCA; Sun, 16 Apr 2017 06:31:29 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3G6VTWt058867; Sun, 16 Apr 2017 06:31:29 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3G6VSEg058864; Sun, 16 Apr 2017 06:31:28 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201704160631.v3G6VSEg058864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 16 Apr 2017 06:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438616 - in branches/2017Q2/audio/py-pyaudio: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2017 06:31:30 -0000 Author: riggs Date: Sun Apr 16 06:31:28 2017 New Revision: 438616 URL: https://svnweb.freebsd.org/changeset/ports/438616 Log: MFH: r438525 Update to upstream version 0.2.11, fixes runtime issue with python GIL PR: 218588 Submitted by: jaap@NLnetLabs.nl (maintainer) Approved by: ports-secteam (junovitch) Added: branches/2017Q2/audio/py-pyaudio/files/patch-Makefile - copied unchanged from r438525, head/audio/py-pyaudio/files/patch-Makefile Modified: branches/2017Q2/audio/py-pyaudio/Makefile branches/2017Q2/audio/py-pyaudio/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/audio/py-pyaudio/Makefile ============================================================================== --- branches/2017Q2/audio/py-pyaudio/Makefile Sun Apr 16 03:12:08 2017 (r438615) +++ branches/2017Q2/audio/py-pyaudio/Makefile Sun Apr 16 06:31:28 2017 (r438616) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyaudio -PORTVERSION= 0.2.9 +PORTVERSION= 0.2.11 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,9 @@ COMMENT= Portaudio toolkit bindings for LICENSE= MIT LIB_DEPENDS= libportaudio.so:audio/portaudio +BUILD_DEPENDS= sphinx-build:textproc/py-sphinx -USES= python +USES= python gmake USE_PYTHON= distutils autoplist WRKSRC= ${WRKDIR}/PyAudio-${PORTVERSION} @@ -27,6 +28,9 @@ post-patch: @${REINPLACE_CMD} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${WRKSRC}/setup.py +pre-install: + (cd ${BUILD_WRKSRC} && ${MAKE_CMD} PYTHON=${PYTHON_CMD} docs) + post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR} @@ -34,5 +38,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/docs/*.inv ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} _static ${STAGEDIR}${DOCSDIR}/ @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} _sources ${STAGEDIR}${DOCSDIR}/ + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_portaudio.so .include Modified: branches/2017Q2/audio/py-pyaudio/distinfo ============================================================================== --- branches/2017Q2/audio/py-pyaudio/distinfo Sun Apr 16 03:12:08 2017 (r438615) +++ branches/2017Q2/audio/py-pyaudio/distinfo Sun Apr 16 06:31:28 2017 (r438616) @@ -1,2 +1,3 @@ -SHA256 (PyAudio-0.2.9.tar.gz) = bfd694272b3d1efc51726d0c27650b3c3ba1345f7f8fdada7e86c9751ce0f2a1 -SIZE (PyAudio-0.2.9.tar.gz) = 289499 +TIMESTAMP = 1490086382 +SHA256 (PyAudio-0.2.11.tar.gz) = 93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74 +SIZE (PyAudio-0.2.11.tar.gz) = 37428 Copied: branches/2017Q2/audio/py-pyaudio/files/patch-Makefile (from r438525, head/audio/py-pyaudio/files/patch-Makefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/audio/py-pyaudio/files/patch-Makefile Sun Apr 16 06:31:28 2017 (r438616, copy of r438525, head/audio/py-pyaudio/files/patch-Makefile) @@ -0,0 +1,10 @@ +--- Makefile.orig 2017-03-21 13:20:48 UTC ++++ Makefile +@@ -36,7 +36,6 @@ build: build/$(BUILD_STAMP) + + build/$(BUILD_STAMP): $(SRCFILES) + $(PYTHON) setup.py build $(BUILD_ARGS) +- touch $@ + + docs: build + PYTHONPATH=build/$(BUILD_DIR) $(SPHINX) -b html sphinx/ $(DOCS_OUTPUT) From owner-svn-ports-branches@freebsd.org Sun Apr 16 06:33:07 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BBDFD40E61; Sun, 16 Apr 2017 06:33:07 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F0B91F3; Sun, 16 Apr 2017 06:33:07 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3G6X6OS060535; Sun, 16 Apr 2017 06:33:06 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3G6X58q060531; Sun, 16 Apr 2017 06:33:05 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201704160633.v3G6X58q060531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 16 Apr 2017 06:33:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438617 - in branches/2017Q2/math/amath: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2017 06:33:07 -0000 Author: riggs Date: Sun Apr 16 06:33:05 2017 New Revision: 438617 URL: https://svnweb.freebsd.org/changeset/ports/438617 Log: MFH: r438586 Update to upstream version 1.8.0 Detailed log: - Update to upstream version 1.8.0 - New default OPTION TESTS: Build with regression tests - Now choice possible between different math libs: SYSLIBM (-lm) OPENLIBM (math/openlibm) APPLIBM (bundled), default PR: 218612 Submitted by: cs@innolan.dk (maintainer) Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/math/amath/Makefile branches/2017Q2/math/amath/distinfo branches/2017Q2/math/amath/files/patch-configure branches/2017Q2/math/amath/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/math/amath/Makefile ============================================================================== --- branches/2017Q2/math/amath/Makefile Sun Apr 16 06:31:28 2017 (r438616) +++ branches/2017Q2/math/amath/Makefile Sun Apr 16 06:33:05 2017 (r438617) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= amath -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 CATEGORIES= math -MASTER_SITES= http://suyai.innolan.net/ +MASTER_SITES= http://suyai.innolan.net/ \ + https://amath.innolan.net/ MAINTAINER= cs@innolan.dk COMMENT= Simple command line calculator @@ -11,18 +12,39 @@ COMMENT= Simple command line calculator LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +OPTIONS_DEFINE= TESTS +TESTS_DESC= Build with regression tests +OPTIONS_RADIO= LIBM +OPTIONS_RADIO_LIBM= APPLIBM OPENLIBM SYSLIBM +LIBM_DESC= Math libraries +APPLIBM_DESC= Build and install application libraries +OPENLIBM_DESC= Build with OpenLibm +SYSLIBM_DESC= System (-lm) +OPTIONS_DEFAULT= APPLIBM TESTS +OPTIONS_SUB= yes + +SYSLIBM_CONFIGURE_WITH= libm +OPENLIBM_CONFIGURE_WITH= openlibm +OPENLIBM_LIB_DEPENDS= libopenlibm.so:math/openlibm +TESTS_CONFIGURE_ENABLE= test + USES= gmake HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --pkgconfig=libdata/pkgconfig +CONFIGURE_ARGS= --prefix=${PREFIX} --pkgconfig=libdata/pkgconfig \ + --mandir=man LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} MAKE_ARGS= CC=${CC} CXX=${CXX} ALL_TARGET= static TEST_TARGET= test -post-install: +post-install-APPLIBM-on: ${LN} -sf libamathapp.so ${STAGEDIR}${PREFIX}/lib/amath/libamathapp.so.1 ${LN} -sf libamathcplex.so ${STAGEDIR}${PREFIX}/lib/amath/libamathcplex.so.1 ${LN} -sf libamathc.so ${STAGEDIR}${PREFIX}/lib/amath/libamathc.so.1 ${LN} -sf libamath.so ${STAGEDIR}${PREFIX}/lib/amath/libamath.so.1 +do-install-APPLIBM-off: + ${INSTALL_PROGRAM} ${WRKSRC}/amath ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/amath.1 ${STAGEDIR}${PREFIX}/man/man1/ + .include Modified: branches/2017Q2/math/amath/distinfo ============================================================================== --- branches/2017Q2/math/amath/distinfo Sun Apr 16 06:31:28 2017 (r438616) +++ branches/2017Q2/math/amath/distinfo Sun Apr 16 06:33:05 2017 (r438617) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489273516 -SHA256 (amath-1.7.0.tar.gz) = 7ee5271e67a0091061b30658437080360a6e81f7e019e34d70ef739009ccca8a -SIZE (amath-1.7.0.tar.gz) = 301232 +TIMESTAMP = 1492032535 +SHA256 (amath-1.8.0.tar.gz) = 63a32ac5512fac5421147c04f2fd500dc7b63c209706f225cfbf28ff90da6b0d +SIZE (amath-1.8.0.tar.gz) = 258709 Modified: branches/2017Q2/math/amath/files/patch-configure ============================================================================== --- branches/2017Q2/math/amath/files/patch-configure Sun Apr 16 06:31:28 2017 (r438616) +++ branches/2017Q2/math/amath/files/patch-configure Sun Apr 16 06:33:05 2017 (r438617) @@ -1,115 +1,20 @@ ---- configure.orig 2017-03-11 22:56:45 UTC +--- configure.orig 2017-04-03 12:17:53 UTC +++ configure -@@ -567,7 +567,7 @@ echo " \${MKDIR} static" - echo " \${MKDIR} shared" - echo - echo "\${solib}: build ${files2}" --echo " \${CXX} \${CXXFLAGS} -shared ${exestrip} -fPIC -Wl,-soname,\${solib}.${version} -o \${solib} ${files2}" -+echo " \${CXX} \${CXXFLAGS} -shared ${exestrip} -fPIC -Wl,-soname,\${solib} -o \${solib} ${files2}" - echo - echo "\${alib}: build ${files}" - echo " \${AR} rcs static/\${alib} ${files}" -@@ -589,7 +589,6 @@ echo " \${INSTALL} nnumb.h \${INSTDIRI}/ - echo " \${INSTALL} ntext.h \${INSTDIRI}/ntext.h" - echo " \${INSTALL} numb.h \${INSTDIRI}/numb.h" - echo " \${INSTALL} real.h \${INSTDIRI}/real.h" --echo " \${LDCONFIG} \${INSTDIR}" - echo - echo ".PHONY: uninstall" - echo "uninstall:" -@@ -626,7 +625,7 @@ echo "PREFIX = ${prefix}" - echo "INSTDIR = \${DESTDIR}\${PREFIX}/lib/amath" - echo "INSTDIRI = \${DESTDIR}\${PREFIX}/include/amath" - echo "INSTDIRPC = \${DESTDIR}\${PREFIX}/${pkgconfigdir}" --echo "INSTDIRM = \${DESTDIR}\${PREFIX}/share/man/man3" -+echo "INSTDIRM = \${DESTDIR}\${PREFIX}/man/man3" - echo "alib = lib${amathc}.a" - echo "solib = lib${amathc}.so" - echo "pkgconfig = amathc.pc" -@@ -660,7 +659,7 @@ echo " \${MKDIR} static" - echo " \${MKDIR} shared" - echo - echo "\${solib}: build ${libcs}" --echo " \${CC} \${CFLAGS} -shared ${exestrip} -fPIC -Wl,-soname,\${solib}.${version} -o \${solib} ${libcs} -lc" -+echo " \${CC} \${CFLAGS} -shared ${exestrip} -fPIC -Wl,-soname,\${solib} -o \${solib} ${libcs} -lc" - echo - echo "\${alib}: build ${libc}" - echo " \${AR} rcs static/\${alib} ${libc}" -@@ -677,7 +676,6 @@ echo " \${INSTALL} \${pkgconfig} \${INST - echo " \${INSTALL} \${manpage} \${INSTDIRM}/\${manpage}" - echo " \${INSTALL} ../amath.h \${INSTDIRI}" - echo " \${INSTALL} ../amathc.h \${INSTDIRI}" --echo " \${LDCONFIG} \${INSTDIR}" - echo - echo ".PHONY: uninstall" - echo "uninstall:" -@@ -710,7 +708,7 @@ echo "PREFIX = ${prefix}" - echo "INSTDIR = \${DESTDIR}\${PREFIX}/lib/amath" - echo "INSTDIRI = \${DESTDIR}\${PREFIX}/include/amath" - echo "INSTDIRPC = \${DESTDIR}\${PREFIX}/${pkgconfigdir}" --echo "INSTDIRM = \${DESTDIR}\${PREFIX}/share/man/man3" -+echo "INSTDIRM = \${DESTDIR}\${PREFIX}/man/man3" - echo "alib = lib${amath}.a" - echo "solib = lib${amath}.so" - echo "pkgconfig = amathr.pc" -@@ -744,7 +742,7 @@ echo " \${MKDIR} static" - echo " \${MKDIR} shared" - echo - echo "\${solib}: build ${libamaths}" --echo " \${CC} \${CFLAGS} -shared ${exestrip} -fPIC -Wl,-soname,\${solib}.${version} -o \${solib} ${libamaths}" -+echo " \${CC} \${CFLAGS} -shared ${exestrip} -fPIC -Wl,-soname,\${solib} -o \${solib} ${libamaths}" - echo - echo "\${alib}: build ${libamath}" - echo " \${AR} rcs static/\${alib} ${libamath}" -@@ -760,7 +758,6 @@ echo " \${INSTALL} \${solib} \${INSTDIR} - echo " \${INSTALL} \${pkgconfig} \${INSTDIRPC}/\${pkgconfig}" - echo " \${INSTALL} \${manpage} \${INSTDIRM}/\${manpage}" - echo " \${INSTALL} ../math.h \${INSTDIRI}/amathr.h" --echo " \${LDCONFIG} \${INSTDIR}" - echo - echo ".PHONY: uninstall" - echo "uninstall:" -@@ -791,7 +788,7 @@ echo "PREFIX = ${prefix}" - echo "INSTDIR = \${DESTDIR}\${PREFIX}/lib/amath" - echo "INSTDIRI = \${DESTDIR}\${PREFIX}/include/amath" - echo "INSTDIRPC = \${DESTDIR}\${PREFIX}/${pkgconfigdir}" --echo "INSTDIRM = \${DESTDIR}\${PREFIX}/share/man/man3" -+echo "INSTDIRM = \${DESTDIR}\${PREFIX}/man/man3" - echo "alib = lib${amathcplex}.a" - echo "solib = lib${amathcplex}.so" - echo "pkgconfig = amathi.pc" -@@ -825,7 +822,7 @@ echo " \${MKDIR} static" - echo " \${MKDIR} shared" - echo - echo "\${solib}: build ${libcomplexs}" --echo " \${CC} \${CFLAGS} -shared ${exestrip} -fPIC -Wl,-soname,\${solib}.${version} -o \${solib} ${libcomplexs}" -+echo " \${CC} \${CFLAGS} -shared ${exestrip} -fPIC -Wl,-soname,\${solib} -o \${solib} ${libcomplexs}" - echo - echo "\${alib}: build ${libcomplex}" - echo " \${AR} rcs static/\${alib} ${libcomplex}" -@@ -841,7 +838,6 @@ echo " \${INSTALL} \${solib} \${INSTDIR} - echo " \${INSTALL} \${pkgconfig} \${INSTDIRPC}/\${pkgconfig}" - echo " \${INSTALL} \${manpage} \${INSTDIRM}/\${manpage}" - echo " \${INSTALL} ../complex.h \${INSTDIRI}/amathi.h" --echo " \${LDCONFIG} \${INSTDIR}" - echo - echo ".PHONY: uninstall" - echo "uninstall:" -@@ -878,7 +874,7 @@ echo "INSTALLP = install -m 0755" - echo "INSTALLM = install -m 0644" - echo "PREFIX = ${prefix}" - echo "INSTDIRP = \${DESTDIR}\${PREFIX}/bin" --echo "INSTDIRM = \${DESTDIR}\${PREFIX}/share/man/man1" -+echo "INSTDIRM = \${DESTDIR}\${PREFIX}/man/man1" - echo - echo "all: shared-app" - echo "app: ${appmain} ${appfunction} ${appstatement} ${appsystem}" -@@ -953,7 +949,7 @@ echo " LD_LIBRARY_PATH=src/clib/:src/lib - echo " ./amath test" - echo - echo ".PHONY: install" --echo "install: shared-app" -+echo "install:" - echo " cd src/lib && \${MAKE} install" - echo " cd src/clib && \${MAKE} install" - echo " cd src/real && \${MAKE} install" +@@ -465,8 +465,6 @@ catanh.c + ccos.c + ccosh.c + cexp.c +-clog.c +-cpow.c + csin.c + csinh.c + csqrt.c +@@ -485,6 +483,8 @@ ccot.c + ccoth.c + ccsc.c + ccsch.c ++clog.c ++cpow.c + clogb.c + clog10.c + csec.c Modified: branches/2017Q2/math/amath/pkg-plist ============================================================================== --- branches/2017Q2/math/amath/pkg-plist Sun Apr 16 06:31:28 2017 (r438616) +++ branches/2017Q2/math/amath/pkg-plist Sun Apr 16 06:33:05 2017 (r438617) @@ -1,33 +1,35 @@ bin/amath -include/amath/aengine.h -include/amath/amath.h -include/amath/amathc.h -include/amath/amathi.h -include/amath/amathr.h -include/amath/charbuf.h -include/amath/cplex.h -include/amath/integer.h -include/amath/nnumb.h -include/amath/ntext.h -include/amath/numb.h -include/amath/real.h -lib/amath/libamath.a -lib/amath/libamath.so -lib/amath/libamath.so.1 -lib/amath/libamathapp.a -lib/amath/libamathapp.so -lib/amath/libamathapp.so.1 -lib/amath/libamathc.a -lib/amath/libamathc.so -lib/amath/libamathc.so.1 -lib/amath/libamathcplex.a -lib/amath/libamathcplex.so -lib/amath/libamathcplex.so.1 -libdata/pkgconfig/amatha.pc -libdata/pkgconfig/amathc.pc -libdata/pkgconfig/amathi.pc -libdata/pkgconfig/amathr.pc +%%APPLIBM%%include/amath/aengine.h +%%APPLIBM%%include/amath/bigint.h +%%APPLIBM%%include/amath/amath.h +%%APPLIBM%%include/amath/amathc.h +%%APPLIBM%%include/amath/mathi.h +%%APPLIBM%%include/amath/mathr.h +%%APPLIBM%%include/amath/charbuf.h +%%APPLIBM%%include/amath/cplex.h +%%APPLIBM%%include/amath/nnumb.h +%%APPLIBM%%include/amath/ntext.h +%%APPLIBM%%include/amath/ntextd.h +%%APPLIBM%%include/amath/ntextp.h +%%APPLIBM%%include/amath/numb.h +%%APPLIBM%%include/amath/real.h +%%APPLIBM%%lib/amath/libamath.a +%%APPLIBM%%lib/amath/libamath.so +%%APPLIBM%%lib/amath/libamath.so.1 +%%APPLIBM%%lib/amath/libamathapp.a +%%APPLIBM%%lib/amath/libamathapp.so +%%APPLIBM%%lib/amath/libamathapp.so.1 +%%APPLIBM%%lib/amath/libamathc.a +%%APPLIBM%%lib/amath/libamathc.so +%%APPLIBM%%lib/amath/libamathc.so.1 +%%APPLIBM%%lib/amath/libamathcplex.a +%%APPLIBM%%lib/amath/libamathcplex.so +%%APPLIBM%%lib/amath/libamathcplex.so.1 +%%APPLIBM%%libdata/pkgconfig/amatha.pc +%%APPLIBM%%libdata/pkgconfig/amathc.pc +%%APPLIBM%%libdata/pkgconfig/amathi.pc +%%APPLIBM%%libdata/pkgconfig/amathr.pc man/man1/amath.1.gz -man/man3/amathc.3.gz -man/man3/amathi.3.gz -man/man3/amathr.3.gz +%%APPLIBM%%man/man3/amathc.3.gz +%%APPLIBM%%man/man3/amathi.3.gz +%%APPLIBM%%man/man3/amathr.3.gz From owner-svn-ports-branches@freebsd.org Sun Apr 16 06:34:41 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B470D40EAC; Sun, 16 Apr 2017 06:34:41 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D252307; Sun, 16 Apr 2017 06:34:41 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3G6Yepf060771; Sun, 16 Apr 2017 06:34:40 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3G6Ye3X060769; Sun, 16 Apr 2017 06:34:40 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201704160634.v3G6Ye3X060769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 16 Apr 2017 06:34:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438618 - branches/2017Q2/graphics/bmeps X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2017 06:34:41 -0000 Author: riggs Date: Sun Apr 16 06:34:40 2017 New Revision: 438618 URL: https://svnweb.freebsd.org/changeset/ports/438618 Log: MFH: r438585 Update to upstream version 4.8.3 Detailed maintainer log: bmpp modification: /CropBox Previous versions of bmpp only wrote a /MediaBox to PDF output, current versions write a /CropBox too. bmpp modification: /CreationTime and /ModTime Timestamps are included in PDF output. PR: 218560 Submitted by: takefu@airport.fm (maintainer) Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/graphics/bmeps/Makefile branches/2017Q2/graphics/bmeps/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/graphics/bmeps/Makefile ============================================================================== --- branches/2017Q2/graphics/bmeps/Makefile Sun Apr 16 06:33:05 2017 (r438617) +++ branches/2017Q2/graphics/bmeps/Makefile Sun Apr 16 06:34:40 2017 (r438618) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bmpp -PORTVERSION= 4.7.0 +PORTVERSION= 4.8.3 CATEGORIES= graphics perl5 MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION}/src DISTNAME= dktools-${PORTVERSION} Modified: branches/2017Q2/graphics/bmeps/distinfo ============================================================================== --- branches/2017Q2/graphics/bmeps/distinfo Sun Apr 16 06:33:05 2017 (r438617) +++ branches/2017Q2/graphics/bmeps/distinfo Sun Apr 16 06:34:40 2017 (r438618) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486535907 -SHA256 (dktools-4.7.0.tar.gz) = 0c08ef7d0a04faad1dccb48389b5f1e598d3e343c1026d2e6c7d92c24ae587d8 -SIZE (dktools-4.7.0.tar.gz) = 9198248 +TIMESTAMP = 1491891984 +SHA256 (dktools-4.8.3.tar.gz) = 350693116c68ff457c693cafad29319e788b8d24424fc24978321ddbe339dd9d +SIZE (dktools-4.8.3.tar.gz) = 11039578 From owner-svn-ports-branches@freebsd.org Sun Apr 16 12:37:07 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 148B1D3F302; Sun, 16 Apr 2017 12:37:07 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B12D11502; Sun, 16 Apr 2017 12:37:06 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3GCb5wg011871; Sun, 16 Apr 2017 12:37:05 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3GCb5uB011870; Sun, 16 Apr 2017 12:37:05 GMT (envelope-from db@FreeBSD.org) Message-Id: <201704161237.v3GCb5uB011870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Sun, 16 Apr 2017 12:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438657 - branches/2017Q2/comms/fldigi X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2017 12:37:07 -0000 Author: db Date: Sun Apr 16 12:37:05 2017 New Revision: 438657 URL: https://svnweb.freebsd.org/changeset/ports/438657 Log: MFH: r438526 Upgrade to 4.0.2 =Version 4.0.2= 2017-04-14 keith bellairs 7432793: Lotw Match 2017-04-13 David Freese ed5850e: flrigi bw synch 9723972: Clang 8.1.0 97024a9: Sound card 1549193: Revert "wefax" c85b75e: IFKP image processing ef39743: Macro Save 4396c43: CW end-of-transmit 2f1d709: Font Initialization a1d4122: OS X socket connect 835d823: Winkeyer exit process Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/comms/fldigi/Makefile branches/2017Q2/comms/fldigi/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/comms/fldigi/Makefile ============================================================================== --- branches/2017Q2/comms/fldigi/Makefile Sun Apr 16 12:03:05 2017 (r438656) +++ branches/2017Q2/comms/fldigi/Makefile Sun Apr 16 12:37:05 2017 (r438657) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= fldigi -PORTVERSION= 4.0.1 -PORTREVISION= 1 +PORTVERSION= 4.0.2 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} Modified: branches/2017Q2/comms/fldigi/distinfo ============================================================================== --- branches/2017Q2/comms/fldigi/distinfo Sun Apr 16 12:03:05 2017 (r438656) +++ branches/2017Q2/comms/fldigi/distinfo Sun Apr 16 12:37:05 2017 (r438657) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490880647 -SHA256 (fldigi-4.0.1.tar.gz) = ea68b7fe6de4eba8b99956a10c51c3c8d1e45cb8a6c6aa58594d8510a36d1bc5 -SIZE (fldigi-4.0.1.tar.gz) = 3346237 +TIMESTAMP = 1492185340 +SHA256 (fldigi-4.0.2.tar.gz) = 5abff148ac138ee4d04567400f20d0915e749e105d029cdf53164fb1da35ae96 +SIZE (fldigi-4.0.2.tar.gz) = 3346691 From owner-svn-ports-branches@freebsd.org Sun Apr 16 17:13:26 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C60D5D41A82; Sun, 16 Apr 2017 17:13:26 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 879511EBF; Sun, 16 Apr 2017 17:13:26 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3GHDPKS026316; Sun, 16 Apr 2017 17:13:25 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3GHDP5q026314; Sun, 16 Apr 2017 17:13:25 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201704161713.v3GHDP5q026314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 16 Apr 2017 17:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438666 - in branches/2017Q2/security/keepass: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2017 17:13:26 -0000 Author: woodsb02 Date: Sun Apr 16 17:13:25 2017 New Revision: 438666 URL: https://svnweb.freebsd.org/changeset/ports/438666 Log: MFH: r438665 security/keepass: Prevent crash when running in i3 window manager Obtained from: https://sourceforge.net/p/keepass/bugs/1545/#1618 Approved by: ports-secteam blanket Modified: branches/2017Q2/security/keepass/Makefile branches/2017Q2/security/keepass/files/keepass.sh.in Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/security/keepass/Makefile ============================================================================== --- branches/2017Q2/security/keepass/Makefile Sun Apr 16 17:10:58 2017 (r438665) +++ branches/2017Q2/security/keepass/Makefile Sun Apr 16 17:13:25 2017 (r438666) @@ -3,6 +3,7 @@ PORTNAME= keepass PORTVERSION= 2.35 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/KeePass%202.x/${PORTVERSION} DISTNAME= KeePass-${PORTVERSION}-Source Modified: branches/2017Q2/security/keepass/files/keepass.sh.in ============================================================================== --- branches/2017Q2/security/keepass/files/keepass.sh.in Sun Apr 16 17:10:58 2017 (r438665) +++ branches/2017Q2/security/keepass/files/keepass.sh.in Sun Apr 16 17:13:25 2017 (r438666) @@ -1,3 +1,3 @@ #!/bin/sh -exec %%PREFIX%%/bin/mono %%PREFIX%%/share/keepass/KeePass.exe "$@" +exec %%PREFIX%%/bin/mono --verify-all %%PREFIX%%/share/keepass/KeePass.exe "$@" From owner-svn-ports-branches@freebsd.org Mon Apr 17 01:32:24 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49B85D2A942; Mon, 17 Apr 2017 01:32:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1313D9BA; Mon, 17 Apr 2017 01:32:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3H1WN65027261; Mon, 17 Apr 2017 01:32:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3H1WNai027259; Mon, 17 Apr 2017 01:32:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201704170132.v3H1WNai027259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 17 Apr 2017 01:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438675 - branches/2017Q2/graphics/sekrit-twc-zimg X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 01:32:24 -0000 Author: jbeich Date: Mon Apr 17 01:32:22 2017 New Revision: 438675 URL: https://svnweb.freebsd.org/changeset/ports/438675 Log: MFH: r438623 graphics/sekrit-twc-zimg: update to 2.5.1 Changes: https://github.com/sekrit-twc/zimg/blob/release-2.5.1/ChangeLog ABI: https://abi-laboratory.pro/tracker/timeline/z/ Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/graphics/sekrit-twc-zimg/Makefile branches/2017Q2/graphics/sekrit-twc-zimg/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/graphics/sekrit-twc-zimg/Makefile ============================================================================== --- branches/2017Q2/graphics/sekrit-twc-zimg/Makefile Mon Apr 17 00:30:15 2017 (r438674) +++ branches/2017Q2/graphics/sekrit-twc-zimg/Makefile Mon Apr 17 01:32:22 2017 (r438675) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= zimg -PORTVERSION= 2.5 -PORTREVISION= 1 +PORTVERSION= 2.5.1 DISTVERSIONPREFIX= release- CATEGORIES= graphics PKGNAMEPREFIX= ${GH_ACCOUNT}- Modified: branches/2017Q2/graphics/sekrit-twc-zimg/distinfo ============================================================================== --- branches/2017Q2/graphics/sekrit-twc-zimg/distinfo Mon Apr 17 00:30:15 2017 (r438674) +++ branches/2017Q2/graphics/sekrit-twc-zimg/distinfo Mon Apr 17 01:32:22 2017 (r438675) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489128996 -SHA256 (sekrit-twc-zimg-release-2.5_GH0.tar.gz) = 50b2bcc49e51cd36011a0c363ff914a81b6f161aefdffeaa2bc4a4627c13784d -SIZE (sekrit-twc-zimg-release-2.5_GH0.tar.gz) = 213054 +TIMESTAMP = 1492296140 +SHA256 (sekrit-twc-zimg-release-2.5.1_GH0.tar.gz) = deb85887081cab7fa9c492b588900d60d6466e61ee8ea51a84ca280688d93de9 +SIZE (sekrit-twc-zimg-release-2.5.1_GH0.tar.gz) = 213083 From owner-svn-ports-branches@freebsd.org Mon Apr 17 01:33:50 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DED04D2A989; Mon, 17 Apr 2017 01:33:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB675AB0; Mon, 17 Apr 2017 01:33:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3H1XncN027484; Mon, 17 Apr 2017 01:33:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3H1Xn5K027482; Mon, 17 Apr 2017 01:33:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201704170133.v3H1Xn5K027482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 17 Apr 2017 01:33:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438676 - branches/2017Q2/multimedia/libmtp X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 01:33:51 -0000 Author: jbeich Date: Mon Apr 17 01:33:49 2017 New Revision: 438676 URL: https://svnweb.freebsd.org/changeset/ports/438676 Log: MFH: r438581 multimedia/libmtp: update to 1.1.13 Changes: https://sourceforge.net/projects/libmtp/files/libmtp/1.1.13/README/view ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/ Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/multimedia/libmtp/Makefile branches/2017Q2/multimedia/libmtp/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/multimedia/libmtp/Makefile ============================================================================== --- branches/2017Q2/multimedia/libmtp/Makefile Mon Apr 17 01:32:22 2017 (r438675) +++ branches/2017Q2/multimedia/libmtp/Makefile Mon Apr 17 01:33:49 2017 (r438676) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmtp -PORTVERSION= 1.1.12 +PORTVERSION= 1.1.13 CATEGORIES= multimedia audio MASTER_SITES= SF Modified: branches/2017Q2/multimedia/libmtp/distinfo ============================================================================== --- branches/2017Q2/multimedia/libmtp/distinfo Mon Apr 17 01:32:22 2017 (r438675) +++ branches/2017Q2/multimedia/libmtp/distinfo Mon Apr 17 01:33:49 2017 (r438676) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471112087 -SHA256 (libmtp-1.1.12.tar.gz) = cdf59e816c6cda3e908a876c7fb42943f40b85669aea0029a1ca431c89afa1a0 -SIZE (libmtp-1.1.12.tar.gz) = 776555 +TIMESTAMP = 1491160693 +SHA256 (libmtp-1.1.13.tar.gz) = 494ee02fbfbc316aad75b93263dac00f02a4899f28cfda1decbbd6e26fda6d40 +SIZE (libmtp-1.1.13.tar.gz) = 801519 From owner-svn-ports-branches@freebsd.org Mon Apr 17 04:15:44 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 404A4D41839; Mon, 17 Apr 2017 04:15:44 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA7DAC88; Mon, 17 Apr 2017 04:15:43 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3H4Fhb9092526; Mon, 17 Apr 2017 04:15:43 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3H4FgWE092523; Mon, 17 Apr 2017 04:15:42 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201704170415.v3H4FgWE092523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Mon, 17 Apr 2017 04:15:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438679 - branches/2017Q2/devel/p4d X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 04:15:44 -0000 Author: gordon Date: Mon Apr 17 04:15:42 2017 New Revision: 438679 URL: https://svnweb.freebsd.org/changeset/ports/438679 Log: MFH: r438678 Update p4d to 2016.1/1504544. Approved by: ports-secteam (blanket) Modified: branches/2017Q2/devel/p4d/Makefile branches/2017Q2/devel/p4d/distinfo.freebsd100x86 branches/2017Q2/devel/p4d/distinfo.freebsd100x86_64 Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/devel/p4d/Makefile ============================================================================== --- branches/2017Q2/devel/p4d/Makefile Mon Apr 17 04:14:17 2017 (r438678) +++ branches/2017Q2/devel/p4d/Makefile Mon Apr 17 04:15:42 2017 (r438679) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4d -PORTVERSION= 2016.1.1492381 +PORTVERSION= 2016.1.1504544 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: branches/2017Q2/devel/p4d/distinfo.freebsd100x86 ============================================================================== --- branches/2017Q2/devel/p4d/distinfo.freebsd100x86 Mon Apr 17 04:14:17 2017 (r438678) +++ branches/2017Q2/devel/p4d/distinfo.freebsd100x86 Mon Apr 17 04:15:42 2017 (r438679) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488697339 -SHA256 (perforce/2016.1.1492381/bin.freebsd100x86/p4d) = 54381dfb9f5c8602802c812ccb7cecb6a3a032a6b210ac308240694b76426844 -SIZE (perforce/2016.1.1492381/bin.freebsd100x86/p4d) = 5876924 +TIMESTAMP = 1492402218 +SHA256 (perforce/2016.1.1504544/bin.freebsd100x86/p4d) = 652276298bc7d9b32a0147fde28ab7a788f2d68efd6ff486a09074d4d448aa77 +SIZE (perforce/2016.1.1504544/bin.freebsd100x86/p4d) = 5876924 Modified: branches/2017Q2/devel/p4d/distinfo.freebsd100x86_64 ============================================================================== --- branches/2017Q2/devel/p4d/distinfo.freebsd100x86_64 Mon Apr 17 04:14:17 2017 (r438678) +++ branches/2017Q2/devel/p4d/distinfo.freebsd100x86_64 Mon Apr 17 04:15:42 2017 (r438679) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488697335 -SHA256 (perforce/2016.1.1492381/bin.freebsd100x86_64/p4d) = 927ce0baad89f0aadc76c6841f30618488faa3e62e6cad15ad08bd8b1dc9e0c7 -SIZE (perforce/2016.1.1492381/bin.freebsd100x86_64/p4d) = 6257576 +TIMESTAMP = 1492402214 +SHA256 (perforce/2016.1.1504544/bin.freebsd100x86_64/p4d) = 1d1d713ab18c2a169f306ee7708227a04f83300f555a971a8e79a9a267aea19e +SIZE (perforce/2016.1.1504544/bin.freebsd100x86_64/p4d) = 6257576 From owner-svn-ports-branches@freebsd.org Mon Apr 17 12:40:48 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5D18D41747; Mon, 17 Apr 2017 12:40:48 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4DA9172D; Mon, 17 Apr 2017 12:40:48 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3HCelVo095408; Mon, 17 Apr 2017 12:40:47 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3HCelo5095406; Mon, 17 Apr 2017 12:40:47 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201704171240.v3HCelo5095406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 17 Apr 2017 12:40:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438691 - in branches/2017Q2/emulators/open-vm-tools: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 12:40:48 -0000 Author: garga Date: Mon Apr 17 12:40:47 2017 New Revision: 438691 URL: https://svnweb.freebsd.org/changeset/ports/438691 Log: MFH: r438529 Make vmware-kmod startup script to return 1 when it fails Approved by: ports-secteam (junovitch), swills (maintainer) Sponsored by: Rubicon Communications (Netgate) Differential Revision: https://reviews.freebsd.org/D10397 Modified: branches/2017Q2/emulators/open-vm-tools/Makefile branches/2017Q2/emulators/open-vm-tools/files/vmware-kmod.in Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/emulators/open-vm-tools/Makefile ============================================================================== --- branches/2017Q2/emulators/open-vm-tools/Makefile Mon Apr 17 12:14:18 2017 (r438690) +++ branches/2017Q2/emulators/open-vm-tools/Makefile Mon Apr 17 12:40:47 2017 (r438691) @@ -3,7 +3,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 MASTER_SITES= https://github.com/vmware/open-vm-tools/files/590760/ DISTNAME= open-vm-tools-${RELEASE_VER}-${BUILD_VER} Modified: branches/2017Q2/emulators/open-vm-tools/files/vmware-kmod.in ============================================================================== --- branches/2017Q2/emulators/open-vm-tools/files/vmware-kmod.in Mon Apr 17 12:14:18 2017 (r438690) +++ branches/2017Q2/emulators/open-vm-tools/files/vmware-kmod.in Mon Apr 17 12:40:47 2017 (r438691) @@ -25,6 +25,7 @@ vmware_mod_load() echo "done." else echo "failed." + return 1 fi fi } @@ -36,6 +37,7 @@ vmware_mod_status() echo "loaded." else echo "not loaded" + return 1 fi } From owner-svn-ports-branches@freebsd.org Mon Apr 17 12:58:35 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D9FBD41C5D; Mon, 17 Apr 2017 12:58:35 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F661315; Mon, 17 Apr 2017 12:58:35 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3HCwYKv003757; Mon, 17 Apr 2017 12:58:34 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3HCwYFc003754; Mon, 17 Apr 2017 12:58:34 GMT (envelope-from db@FreeBSD.org) Message-Id: <201704171258.v3HCwYFc003754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Mon, 17 Apr 2017 12:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438693 - in branches/2017Q2/comms/direwolf: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 12:58:35 -0000 Author: db Date: Mon Apr 17 12:58:33 2017 New Revision: 438693 URL: https://svnweb.freebsd.org/changeset/ports/438693 Log: MFH: r438662 This got lost due to confusion over who was handling what. > > Attached is a revised patch, s/STAGEDIR/DESTDIR/ and the dw-start.sh > > script was getting installed with the wrong permissions because I > > overlooked the fact it's installed in the examples/ with a bunch of > > datafiles. PR: ports/436814 Submitted by: Kyle Evans Reported by: danfe Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/comms/direwolf/Makefile branches/2017Q2/comms/direwolf/files/Makefile.FreeBSD (contents, props changed) branches/2017Q2/comms/direwolf/files/patch-dw-start.sh (contents, props changed) Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/comms/direwolf/Makefile ============================================================================== --- branches/2017Q2/comms/direwolf/Makefile Mon Apr 17 12:41:09 2017 (r438692) +++ branches/2017Q2/comms/direwolf/Makefile Mon Apr 17 12:58:33 2017 (r438693) @@ -2,10 +2,11 @@ PORTNAME= direwolf PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= comms hamradio MAINTAINER= bsdports@kyle-evans.net -COMMENT= Software software "soundcard" modem/TNC and APRS encoder/decoder +COMMENT= Software "soundcard" modem/TNC and APRS encoder/decoder LICENSE= GPLv2 @@ -14,7 +15,6 @@ LIB_DEPENDS= libhamlib.so:comms/hamlib \ USE_GITHUB= yes GH_ACCOUNT= wb2osz -GH_PROJECT= direwolf GH_TAGNAME= 6207e2e USES= dos2unix gmake shebangfix @@ -24,17 +24,10 @@ SHEBANG_FILES= telemetry-toolkit/telem-b telemetry-toolkit/telem-data91.pl \ telemetry-toolkit/telem-unit.pl telemetry-toolkit/telem-balloon.pl -pre-patch: - ${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC} - ${REINPLACE_CMD} -e 's|%%STAGEDIR%%|${STAGEDIR}|' \ - -e 's|%%PREFIX%%|${PREFIX}|' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/Makefile.FreeBSD - -post-install: -.for f in direwolf decode_aprsd text2tt tt2text ll2utm utm2ll aclients \ - log2gpx gen_packets atest ttcalc \ - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/direwolf/$f -.endfor +MAKE_ENV+= STAGEDIR=${STAGEDIR} + +post-patch: + ${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC} + ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/dw-start.sh .include Modified: branches/2017Q2/comms/direwolf/files/Makefile.FreeBSD ============================================================================== --- branches/2017Q2/comms/direwolf/files/Makefile.FreeBSD Mon Apr 17 12:41:09 2017 (r438692) +++ branches/2017Q2/comms/direwolf/files/Makefile.FreeBSD Mon Apr 17 12:58:33 2017 (r438693) @@ -11,7 +11,6 @@ all : $(APPS) direwolf.desktop direwolf @echo " sudo make install" @echo " " -LOCALBASE= %%LOCALBASE%% CFLAGS += -I${LOCALBASE}/include CFLAGS += -pthread -Igeotranz @@ -192,7 +191,7 @@ direwolf.conf : generic.conf # This is a step in the right direction but not sufficient to use /usr instead. # Eventually I'd like to have targets here to build the .DEB and .RPM packages. -INSTALLDIR := %%STAGEDIR%%/%%PREFIX%%/ +INSTALLDIR := ${STAGEDIR}/${PREFIX}/ SHAREDIR := ${INSTALLDIR}/share # Command to "install" to system directories. Use "ginstall" for Mac. @@ -219,7 +218,7 @@ else endif @echo 'Name=Dire Wolf' >> $@ @echo 'Comment=APRS Soundcard TNC' >> $@ - @echo 'Icon=%%PREFIX%%/share/direwolf/dw-icon.png' >> $@ + @echo 'Icon=${PREFIX}/share/direwolf/dw-icon.png' >> $@ @echo "Path=$(HOME)" >> $@ @echo '#Terminal=true' >> $@ @echo 'Categories=HamRadio' >> $@ @@ -236,61 +235,61 @@ install : $(APPS) direwolf.conf tocalls. # Applications, not installed with package manager, normally go in /usr/local/bin. # /usr/bin is used instead when installing from .DEB or .RPM package. # - $(INSTALL) direwolf $(INSTALLDIR)/bin - $(INSTALL) decode_aprs $(INSTALLDIR)/bin - $(INSTALL) text2tt $(INSTALLDIR)/bin - $(INSTALL) tt2text $(INSTALLDIR)/bin - $(INSTALL) ll2utm $(INSTALLDIR)/bin - $(INSTALL) utm2ll $(INSTALLDIR)/bin - $(INSTALL) aclients $(INSTALLDIR)/bin - $(INSTALL) log2gpx $(INSTALLDIR)/bin - $(INSTALL) gen_packets $(INSTALLDIR)/bin - $(INSTALL) atest $(INSTALLDIR)/bin - $(INSTALL) ttcalc $(INSTALLDIR)/bin - $(INSTALL) dwespeak.sh $(INSTALLDIR)/bin + $(BSD_INSTALL_PROGRAM) direwolf $(INSTALLDIR)/bin + $(BSD_INSTALL_PROGRAM) decode_aprs $(INSTALLDIR)/bin + $(BSD_INSTALL_PROGRAM) text2tt $(INSTALLDIR)/bin + $(BSD_INSTALL_PROGRAM) tt2text $(INSTALLDIR)/bin + $(BSD_INSTALL_PROGRAM) ll2utm $(INSTALLDIR)/bin + $(BSD_INSTALL_PROGRAM) utm2ll $(INSTALLDIR)/bin + $(BSD_INSTALL_PROGRAM) aclients $(INSTALLDIR)/bin + $(BSD_INSTALL_PROGRAM) log2gpx $(INSTALLDIR)/bin + $(BSD_INSTALL_PROGRAM) gen_packets $(INSTALLDIR)/bin + $(BSD_INSTALL_PROGRAM) atest $(INSTALLDIR)/bin + $(BSD_INSTALL_PROGRAM) ttcalc $(INSTALLDIR)/bin + $(BSD_INSTALL_SCRIPT) dwespeak.sh $(INSTALLDIR)/bin # # Telemetry Toolkit executables. Other .conf and .txt files will go into doc directory. # - $(INSTALL) telemetry-toolkit/telem-balloon.pl $(INSTALLDIR)/bin - $(INSTALL) telemetry-toolkit/telem-bits.pl $(INSTALLDIR)/bin - $(INSTALL) telemetry-toolkit/telem-data.pl $(INSTALLDIR)/bin - $(INSTALL) telemetry-toolkit/telem-data91.pl $(INSTALLDIR)/bin - $(INSTALL) telemetry-toolkit/telem-eqns.pl $(INSTALLDIR)/bin - $(INSTALL) telemetry-toolkit/telem-parm.pl $(INSTALLDIR)/bin - $(INSTALL) telemetry-toolkit/telem-seq.sh $(INSTALLDIR)/bin - $(INSTALL) telemetry-toolkit/telem-unit.pl $(INSTALLDIR)/bin - $(INSTALL) telemetry-toolkit/telem-volts.py $(INSTALLDIR)/bin + $(BSD_INSTALL_SCRIPT) telemetry-toolkit/telem-balloon.pl $(INSTALLDIR)/bin + $(BSD_INSTALL_SCRIPT) telemetry-toolkit/telem-bits.pl $(INSTALLDIR)/bin + $(BSD_INSTALL_SCRIPT) telemetry-toolkit/telem-data.pl $(INSTALLDIR)/bin + $(BSD_INSTALL_SCRIPT) telemetry-toolkit/telem-data91.pl $(INSTALLDIR)/bin + $(BSD_INSTALL_SCRIPT) telemetry-toolkit/telem-eqns.pl $(INSTALLDIR)/bin + $(BSD_INSTALL_SCRIPT) telemetry-toolkit/telem-parm.pl $(INSTALLDIR)/bin + $(BSD_INSTALL_SCRIPT) telemetry-toolkit/telem-seq.sh $(INSTALLDIR)/bin + $(BSD_INSTALL_SCRIPT) telemetry-toolkit/telem-unit.pl $(INSTALLDIR)/bin + $(BSD_INSTALL_SCRIPT) telemetry-toolkit/telem-volts.py $(INSTALLDIR)/bin # # Misc. data such as "tocall" to system mapping. # mkdir -p ${SHAREDIR}/direwolf - $(INSTALL) -D --mode=644 tocalls.txt ${SHAREDIR}/direwolf/tocalls.txt - $(INSTALL) -D --mode=644 symbols-new.txt ${SHAREDIR}/direwolf/symbols-new.txt - $(INSTALL) -D --mode=644 symbolsX.txt ${SHAREDIR}/direwolf/symbolsX.txt - $(INSTALL) -D --mode=644 dw-icon.png ${SHAREDIR}/direwolf/dw-icon.png + $(BSD_INSTALL_DATA) tocalls.txt ${SHAREDIR}/direwolf/tocalls.txt + $(BSD_INSTALL_DATA) symbols-new.txt ${SHAREDIR}/direwolf/symbols-new.txt + $(BSD_INSTALL_DATA) symbolsX.txt ${SHAREDIR}/direwolf/symbolsX.txt + $(BSD_INSTALL_DATA) dw-icon.png ${SHAREDIR}/direwolf/dw-icon.png mkdir -p ${SHAREDIR}/applications - $(INSTALL) -D --mode=644 direwolf.desktop ${SHAREDIR}/applications/direwolf.desktop + $(BSD_INSTALL_DATA) direwolf.desktop ${SHAREDIR}/applications/direwolf.desktop # # Documentation. Various plain text files and PDF. -# $(INSTALL) -D --mode=644 CHANGES.md $(INSTALLDIR)/share/doc/direwolf/CHANGES.md +# $(INSTALL) CHANGES.md $(INSTALLDIR)/share/doc/direwolf/CHANGES.md mkdir -p ${INSTALLDIR}/share/doc/direwolf mkdir -p ${INSTALLDIR}/share/direwolf - $(INSTALL) -D --mode=644 LICENSE-dire-wolf.txt $(INSTALLDIR)/share/doc/direwolf/LICENSE-dire-wolf.txt - $(INSTALL) -D --mode=644 LICENSE-other.txt $(INSTALLDIR)/share/doc/direwolf/LICENSE-other.txt + $(BSD_INSTALL_DATA) LICENSE-dire-wolf.txt $(INSTALLDIR)/share/doc/direwolf/LICENSE-dire-wolf.txt + $(BSD_INSTALL_DATA) LICENSE-other.txt $(INSTALLDIR)/share/doc/direwolf/LICENSE-other.txt # # ./README.md is an overview for the project main page. # doc/README.md contains an overview of the PDF file contents and is more useful here. # - $(INSTALL) -D --mode=644 doc/README.md $(INSTALLDIR)/share/doc/direwolf/README.md - $(INSTALL) -D --mode=644 doc/User-Guide.pdf $(INSTALLDIR)/share/doc/direwolf/User-Guide.pdf - $(INSTALL) -D --mode=644 doc/Raspberry-Pi-APRS.pdf $(INSTALLDIR)/share/doc/direwolf/Raspberry-Pi-APRS.pdf - $(INSTALL) -D --mode=644 doc/Raspberry-Pi-APRS-Tracker.pdf $(INSTALLDIR)/share/doc/direwolf/Raspberry-Pi-APRS-Tracker.pdf - $(INSTALL) -D --mode=644 doc/Raspberry-Pi-SDR-IGate.pdf $(INSTALLDIR)/share/doc/direwolf/Raspberry-Pi-SDR-IGate.pdf - $(INSTALL) -D --mode=644 doc/APRStt-Implementation-Notes.pdf $(INSTALLDIR)/share/doc/direwolf/APRStt-Implementation-Notes.pdf - $(INSTALL) -D --mode=644 doc/APRStt-interface-for-SARTrack.pdf $(INSTALLDIR)/share/doc/direwolf/APRStt-interface-for-SARTrack.pdf - $(INSTALL) -D --mode=644 doc/APRS-Telemetry-Toolkit.pdf $(INSTALLDIR)/share/doc/direwolf/APRS-Telemetry-Toolkit.pdf - $(INSTALL) -D --mode=644 doc/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf $(INSTALLDIR)/share/doc/direwolf/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf - $(INSTALL) -D --mode=644 doc/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf $(INSTALLDIR)/share/doc/direwolf/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf + $(BSD_INSTALL_DATA) doc/README.md $(INSTALLDIR)/share/doc/direwolf/README.md + $(BSD_INSTALL_DATA) doc/User-Guide.pdf $(INSTALLDIR)/share/doc/direwolf/User-Guide.pdf + $(BSD_INSTALL_DATA) doc/Raspberry-Pi-APRS.pdf $(INSTALLDIR)/share/doc/direwolf/Raspberry-Pi-APRS.pdf + $(BSD_INSTALL_DATA) doc/Raspberry-Pi-APRS-Tracker.pdf $(INSTALLDIR)/share/doc/direwolf/Raspberry-Pi-APRS-Tracker.pdf + $(BSD_INSTALL_DATA) doc/Raspberry-Pi-SDR-IGate.pdf $(INSTALLDIR)/share/doc/direwolf/Raspberry-Pi-SDR-IGate.pdf + $(BSD_INSTALL_DATA) doc/APRStt-Implementation-Notes.pdf $(INSTALLDIR)/share/doc/direwolf/APRStt-Implementation-Notes.pdf + $(BSD_INSTALL_DATA) doc/APRStt-interface-for-SARTrack.pdf $(INSTALLDIR)/share/doc/direwolf/APRStt-interface-for-SARTrack.pdf + $(BSD_INSTALL_DATA) doc/APRS-Telemetry-Toolkit.pdf $(INSTALLDIR)/share/doc/direwolf/APRS-Telemetry-Toolkit.pdf + $(BSD_INSTALL_DATA) doc/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf $(INSTALLDIR)/share/doc/direwolf/A-Better-APRS-Packet-Demodulator-Part-1-1200-baud.pdf + $(BSD_INSTALL_DATA) doc/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf $(INSTALLDIR)/share/doc/direwolf/A-Better-APRS-Packet-Demodulator-Part-2-9600-baud.pdf # # Various sample config and other files go into examples under the doc directory. # When building from source, these can be put in home directory with "make install-conf". @@ -298,25 +297,25 @@ install : $(APPS) direwolf.conf tocalls. # the home directory or other desired location. # mkdir -p ${INSTALLDIR}/share/doc/direwolf/examples - $(INSTALL) -D --mode=644 direwolf.conf $(INSTALLDIR)/share/doc/direwolf/examples/direwolf.conf - $(INSTALL) -D --mode=644 dw-start.sh $(INSTALLDIR)/share/doc/direwolf/examples/dw-start.sh - $(INSTALL) -D --mode=644 sdr.conf $(INSTALLDIR)/share/doc/direwolf/examples/sdr.conf - $(INSTALL) -D --mode=644 telemetry-toolkit/telem-m0xer-3.txt $(INSTALLDIR)/share/doc/direwolf/examples/telem-m0xer-3.txt - $(INSTALL) -D --mode=644 telemetry-toolkit/telem-balloon.conf $(INSTALLDIR)/share/doc/direwolf/examples/telem-balloon.conf - $(INSTALL) -D --mode=644 telemetry-toolkit/telem-volts.conf $(INSTALLDIR)/share/doc/direwolf/examples/telem-volts.conf + $(BSD_INSTALL_DATA) direwolf.conf $(INSTALLDIR)/share/doc/direwolf/examples/direwolf.conf + $(BSD_INSTALL_DATA) dw-start.sh $(INSTALLDIR)/share/doc/direwolf/examples/dw-start.sh + $(BSD_INSTALL_DATA) sdr.conf $(INSTALLDIR)/share/doc/direwolf/examples/sdr.conf + $(BSD_INSTALL_DATA) telemetry-toolkit/telem-m0xer-3.txt $(INSTALLDIR)/share/doc/direwolf/examples/telem-m0xer-3.txt + $(BSD_INSTALL_DATA) telemetry-toolkit/telem-balloon.conf $(INSTALLDIR)/share/doc/direwolf/examples/telem-balloon.conf + $(BSD_INSTALL_DATA) telemetry-toolkit/telem-volts.conf $(INSTALLDIR)/share/doc/direwolf/examples/telem-volts.conf # # "man" pages # - $(INSTALL) -D --mode=644 man1/aclients.1 $(INSTALLDIR)/man/man1/aclients.1 - $(INSTALL) -D --mode=644 man1/atest.1 $(INSTALLDIR)/man/man1/atest.1 - $(INSTALL) -D --mode=644 man1/decode_aprs.1 $(INSTALLDIR)/man/man1/decode_aprs.1 - $(INSTALL) -D --mode=644 man1/direwolf.1 $(INSTALLDIR)/man/man1/direwolf.1 - $(INSTALL) -D --mode=644 man1/gen_packets.1 $(INSTALLDIR)/man/man1/gen_packets.1 - $(INSTALL) -D --mode=644 man1/ll2utm.1 $(INSTALLDIR)/man/man1/ll2utm.1 - $(INSTALL) -D --mode=644 man1/log2gpx.1 $(INSTALLDIR)/man/man1/log2gpx.1 - $(INSTALL) -D --mode=644 man1/text2tt.1 $(INSTALLDIR)/man/man1/text2tt.1 - $(INSTALL) -D --mode=644 man1/tt2text.1 $(INSTALLDIR)/man/man1/tt2text.1 - $(INSTALL) -D --mode=644 man1/utm2ll.1 $(INSTALLDIR)/man/man1/utm2ll.1 + $(BSD_INSTALL_MAN) man1/aclients.1 $(INSTALLDIR)/man/man1/aclients.1 + $(BSD_INSTALL_MAN) man1/atest.1 $(INSTALLDIR)/man/man1/atest.1 + $(BSD_INSTALL_MAN) man1/decode_aprs.1 $(INSTALLDIR)/man/man1/decode_aprs.1 + $(BSD_INSTALL_MAN) man1/direwolf.1 $(INSTALLDIR)/man/man1/direwolf.1 + $(BSD_INSTALL_MAN) man1/gen_packets.1 $(INSTALLDIR)/man/man1/gen_packets.1 + $(BSD_INSTALL_MAN) man1/ll2utm.1 $(INSTALLDIR)/man/man1/ll2utm.1 + $(BSD_INSTALL_MAN) man1/log2gpx.1 $(INSTALLDIR)/man/man1/log2gpx.1 + $(BSD_INSTALL_MAN) man1/text2tt.1 $(INSTALLDIR)/man/man1/text2tt.1 + $(BSD_INSTALL_MAN) man1/tt2text.1 $(INSTALLDIR)/man/man1/tt2text.1 + $(BSD_INSTALL_MAN) man1/utm2ll.1 $(INSTALLDIR)/man/man1/utm2ll.1 # @echo " " @echo "If this is your first install, not an upgrade, type this to put a copy" Modified: branches/2017Q2/comms/direwolf/files/patch-dw-start.sh ============================================================================== --- branches/2017Q2/comms/direwolf/files/patch-dw-start.sh Mon Apr 17 12:41:09 2017 (r438692) +++ branches/2017Q2/comms/direwolf/files/patch-dw-start.sh Mon Apr 17 12:58:33 2017 (r438693) @@ -5,20 +5,20 @@ -if [ -x /usr/bin/lxterminal ] -+if [ -x /usr/local/bin/lxterminal ] ++if [ -x %%PREFIX%%/bin/lxterminal ] then - /usr/bin/lxterminal -t "Dire Wolf" -e "$DWCMD" & -elif [ -x /usr/bin/xterm ] -+ /usr/local/bin/lxterminal -t "Dire Wolf" -e "$DWCMD" & -+elif [ -x /usr/local/bin/xterm ] ++ %%PREFIX%%/bin/lxterminal -t "Dire Wolf" -e "$DWCMD" & ++elif [ -x %%PREFIX%%/bin/xterm ] then - /usr/bin/xterm -bg white -fg black -e "$DWCMD" & -elif [ -x /usr/bin/x-terminal-emulator ] -+ /usr/local/bin/xterm -bg white -fg black -e "$DWCMD" & -+elif [ -x /usr/local/bin/x-terminal-emulator ] ++ %%PREFIX%%/bin/xterm -bg white -fg black -e "$DWCMD" & ++elif [ -x %%PREFIX%%/bin/x-terminal-emulator ] then - /usr/bin/x-terminal-emulator -e "$DWCMD" & -+ /usr/local/bin/x-terminal-emulator -e "$DWCMD" & ++ %%PREFIX%%/bin/x-terminal-emulator -e "$DWCMD" & else echo "Did not find an X terminal emulator." fi From owner-svn-ports-branches@freebsd.org Mon Apr 17 14:43:07 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29311D4114B; Mon, 17 Apr 2017 14:43:07 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0CC69E3E; Mon, 17 Apr 2017 14:43:07 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 3C3982B71; Mon, 17 Apr 2017 14:43:06 +0000 (UTC) Date: Mon, 17 Apr 2017 14:43:06 +0000 From: Alexey Dokuchaev To: Diane Bruce Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r438693 - in branches/2017Q2/comms/direwolf: . files Message-ID: <20170417144306.GB79849@FreeBSD.org> References: <201704171258.v3HCwYFc003754@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201704171258.v3HCwYFc003754@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 14:43:07 -0000 On Mon, Apr 17, 2017 at 12:58:34PM +0000, Diane Bruce wrote: > New Revision: 438693 > URL: https://svnweb.freebsd.org/changeset/ports/438693 > > Log: > MFH: r438662 > > This got lost due to confusion over who was handling what. > > > > Attached is a revised patch, s/STAGEDIR/DESTDIR/ and the dw-start.sh Looks like this part did not make it into the final version of the patch. > ... > +MAKE_ENV+= STAGEDIR=${STAGEDIR} > ... > @@ -192,7 +191,7 @@ direwolf.conf : generic.conf > -INSTALLDIR := %%STAGEDIR%%/%%PREFIX%%/ > +INSTALLDIR := ${STAGEDIR}/${PREFIX}/ Correct DESTDIR is passed via MAKE_ARGS, no need to pass it via MAKE_ENV. ./danfe From owner-svn-ports-branches@freebsd.org Mon Apr 17 15:05:03 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7E77D41995; Mon, 17 Apr 2017 15:05:03 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A995112B6; Mon, 17 Apr 2017 15:05:03 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3HF52Md058042; Mon, 17 Apr 2017 15:05:02 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3HF52op058041; Mon, 17 Apr 2017 15:05:02 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201704171505.v3HF52op058041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Mon, 17 Apr 2017 15:05:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438700 - branches/2017Q2/net/ceph-devel X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 15:05:04 -0000 Author: mmokhi Date: Mon Apr 17 15:05:02 2017 New Revision: 438700 URL: https://svnweb.freebsd.org/changeset/ports/438700 Log: MFH: r438104 Mark port as unbuildable for FreeBSD 10.X PR: 218484 Approved by: feld (mentor) Differential Revision: https://reviews.freebsd.org/D10319 Approved by: ports-secteam (feld) Modified: branches/2017Q2/net/ceph-devel/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/net/ceph-devel/Makefile ============================================================================== --- branches/2017Q2/net/ceph-devel/Makefile Mon Apr 17 14:58:06 2017 (r438699) +++ branches/2017Q2/net/ceph-devel/Makefile Mon Apr 17 15:05:02 2017 (r438700) @@ -77,6 +77,7 @@ SHEBANG_FILES=src/rbdmap src/ceph-post-f # even though i386 will build, it is not really advised. ONLY_FOR_ARCHS= amd64 +IGNORE_FreeBSD_10= Doesnt build for FreeBSD 10.x USE_RC_SUBR= ceph USE_LDCONFIG= yes From owner-svn-ports-branches@freebsd.org Tue Apr 18 10:31:29 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F36CD44CF0; Tue, 18 Apr 2017 10:31:29 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43D6AA46; Tue, 18 Apr 2017 10:31:29 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3IAVSPk035913; Tue, 18 Apr 2017 10:31:28 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3IAVSVr035909; Tue, 18 Apr 2017 10:31:28 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201704181031.v3IAVSVr035909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 18 Apr 2017 10:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438773 - in branches/2017Q2/mail: thunderbird thunderbird-i18n X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2017 10:31:29 -0000 Author: cmt Date: Tue Apr 18 10:31:27 2017 New Revision: 438773 URL: https://svnweb.freebsd.org/changeset/ports/438773 Log: MFH: r438763 mail/thunderbird: update to 52.0.1 https://www.mozilla.org/en-US/thunderbird/52.0.1/releasenotes/ PR: 218712 Approved by: jbeich (maintainer) Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/mail/thunderbird-i18n/Makefile branches/2017Q2/mail/thunderbird-i18n/distinfo branches/2017Q2/mail/thunderbird/Makefile branches/2017Q2/mail/thunderbird/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2017Q2/mail/thunderbird-i18n/Makefile Tue Apr 18 10:26:10 2017 (r438772) +++ branches/2017Q2/mail/thunderbird-i18n/Makefile Tue Apr 18 10:31:27 2017 (r438773) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 52.0 +PORTVERSION= 52.0.1 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build4/linux-i686/xpi Modified: branches/2017Q2/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2017Q2/mail/thunderbird-i18n/distinfo Tue Apr 18 10:26:10 2017 (r438772) +++ branches/2017Q2/mail/thunderbird-i18n/distinfo Tue Apr 18 10:31:27 2017 (r438773) @@ -1,117 +1,117 @@ -TIMESTAMP = 1490138257 -SHA256 (xpi/thunderbird-i18n-52.0/ar.xpi) = e3e8d437d39a4498aa1809596dbc41827bf78548d7cde602c21a216125b207a2 -SIZE (xpi/thunderbird-i18n-52.0/ar.xpi) = 604234 -SHA256 (xpi/thunderbird-i18n-52.0/ast.xpi) = 34d7f850552c5aa797814fee1d502d7107217a8452d7c1bb66a7195163948c62 -SIZE (xpi/thunderbird-i18n-52.0/ast.xpi) = 541171 -SHA256 (xpi/thunderbird-i18n-52.0/be.xpi) = 7413ba36031510549dd7acf07c8db6a2da2b76cf8d19e782e75b9a40336023b1 -SIZE (xpi/thunderbird-i18n-52.0/be.xpi) = 570930 -SHA256 (xpi/thunderbird-i18n-52.0/bg.xpi) = 90fdb9db753ea4cba18117779ee2e406e82db45b27a948b8b4e40478cdcf1bde -SIZE (xpi/thunderbird-i18n-52.0/bg.xpi) = 634895 -SHA256 (xpi/thunderbird-i18n-52.0/bn-BD.xpi) = 54798a0b477349f5afa459091bedf43f1bcf7ad23b4d364b93ec3ae4b2df1412 -SIZE (xpi/thunderbird-i18n-52.0/bn-BD.xpi) = 676899 -SHA256 (xpi/thunderbird-i18n-52.0/br.xpi) = 9557dd58c3aebfa3374cc02f148e3e81fcc570ff18278d4d5ecab122ce8be7b3 -SIZE (xpi/thunderbird-i18n-52.0/br.xpi) = 559378 -SHA256 (xpi/thunderbird-i18n-52.0/ca.xpi) = 8170436599d99a4bf280e6b03ebf0f05b08a5f972509482621e93f0adc9d434e -SIZE (xpi/thunderbird-i18n-52.0/ca.xpi) = 569909 -SHA256 (xpi/thunderbird-i18n-52.0/cs.xpi) = 3af5a594427183bf6628d80a7f6be993422074bb457a35284d11f465e0e9bbb3 -SIZE (xpi/thunderbird-i18n-52.0/cs.xpi) = 579148 -SHA256 (xpi/thunderbird-i18n-52.0/cy.xpi) = ae40f1bfa1d8af5f6e0e29cf361553591814e9eb125913d4aa38b80afc60cfcd -SIZE (xpi/thunderbird-i18n-52.0/cy.xpi) = 554856 -SHA256 (xpi/thunderbird-i18n-52.0/da.xpi) = 0bd85aef2320d5f06bd45d2353985d41c536501c6d3a3e931426fb2c1209a8d9 -SIZE (xpi/thunderbird-i18n-52.0/da.xpi) = 543334 -SHA256 (xpi/thunderbird-i18n-52.0/de.xpi) = 880cbc0a7cf35e5064abdfe5af51bd4a41caffe3d2ac7259200adaa7f4d98cb2 -SIZE (xpi/thunderbird-i18n-52.0/de.xpi) = 555743 -SHA256 (xpi/thunderbird-i18n-52.0/dsb.xpi) = b017e9fccf2b0205ccbc2409e1787c49952cc8d017d8e07fac89f5b11046f5ac -SIZE (xpi/thunderbird-i18n-52.0/dsb.xpi) = 584579 -SHA256 (xpi/thunderbird-i18n-52.0/el.xpi) = 18564e0db6a1c197eb94f467fe4aaf39d158f021d02a528262b5e6ac3dffd690 -SIZE (xpi/thunderbird-i18n-52.0/el.xpi) = 662963 -SHA256 (xpi/thunderbird-i18n-52.0/en-GB.xpi) = 79134a4b7de73bc727bc4f1c26b36002ae020858fd17ad8cdd51eb1ec894ff85 -SIZE (xpi/thunderbird-i18n-52.0/en-GB.xpi) = 531232 -SHA256 (xpi/thunderbird-i18n-52.0/en-US.xpi) = 727075afcdc94c10dc828319bba6a246e30f0c865e38c7883fc13afd839f6dcb -SIZE (xpi/thunderbird-i18n-52.0/en-US.xpi) = 529121 -SHA256 (xpi/thunderbird-i18n-52.0/es-AR.xpi) = 033e982191bd05bb93536bed02312f4369af5ffaca4702e3575258ca55d7eedb -SIZE (xpi/thunderbird-i18n-52.0/es-AR.xpi) = 565993 -SHA256 (xpi/thunderbird-i18n-52.0/es-ES.xpi) = 8c01e17cf543deaee84fcdc1733ca4d3b8f27c4cf767f98da4cbce899dc4a2f8 -SIZE (xpi/thunderbird-i18n-52.0/es-ES.xpi) = 445462 -SHA256 (xpi/thunderbird-i18n-52.0/et.xpi) = 24a5fef90a9956026c7a38799bfd7bb519d2a39b3cca08b530e1c61899b44dca -SIZE (xpi/thunderbird-i18n-52.0/et.xpi) = 551659 -SHA256 (xpi/thunderbird-i18n-52.0/eu.xpi) = 49dde6cf9646805cde78cae1e6eb950b33622063328ab4329305568c3e260c39 -SIZE (xpi/thunderbird-i18n-52.0/eu.xpi) = 555534 -SHA256 (xpi/thunderbird-i18n-52.0/fi.xpi) = a001c0041c4306774e265789402a56cbb8cfbadb23e81dafbd02f017e13c5dba -SIZE (xpi/thunderbird-i18n-52.0/fi.xpi) = 550668 -SHA256 (xpi/thunderbird-i18n-52.0/fr.xpi) = ee05900a43bdebdb0abd981fb1ea9d8243f307436ec8a7bd32fef21cb35cf4b6 -SIZE (xpi/thunderbird-i18n-52.0/fr.xpi) = 577559 -SHA256 (xpi/thunderbird-i18n-52.0/fy-NL.xpi) = 544e7dd3c65c239cd7290629ad9b5d244158a7193875d3bae76b582fc51398f9 -SIZE (xpi/thunderbird-i18n-52.0/fy-NL.xpi) = 563630 -SHA256 (xpi/thunderbird-i18n-52.0/ga-IE.xpi) = 8b83d36d3e4d38f80b1ee8649b08a650b3babddfaadb551dbe390c527dee2330 -SIZE (xpi/thunderbird-i18n-52.0/ga-IE.xpi) = 583554 -SHA256 (xpi/thunderbird-i18n-52.0/gd.xpi) = 5f5a6561bf7ac835b38585acf218dd2cd0535e4d0fba27d79da447aa272e566b -SIZE (xpi/thunderbird-i18n-52.0/gd.xpi) = 574063 -SHA256 (xpi/thunderbird-i18n-52.0/gl.xpi) = 58d5243000c9df92e2c4da971c4a8e0e4e8781581ef06d44d193d34d9ad7f2f5 -SIZE (xpi/thunderbird-i18n-52.0/gl.xpi) = 575148 -SHA256 (xpi/thunderbird-i18n-52.0/he.xpi) = 1055c4d3ebf1add85a6ef453ef2df4e0b8dcb9e3e879fa87b23227362fb80a69 -SIZE (xpi/thunderbird-i18n-52.0/he.xpi) = 592564 -SHA256 (xpi/thunderbird-i18n-52.0/hr.xpi) = 2b96f2c19b261114b01b7a3e7e81fca3843af561ca2756b3ca919058308253d5 -SIZE (xpi/thunderbird-i18n-52.0/hr.xpi) = 564777 -SHA256 (xpi/thunderbird-i18n-52.0/hsb.xpi) = afb0ad688171fc6520e173b35fc36b3522a7b5e7c2d93f5377f223fa3b4f457a -SIZE (xpi/thunderbird-i18n-52.0/hsb.xpi) = 582240 -SHA256 (xpi/thunderbird-i18n-52.0/hu.xpi) = 5d145989196ab76721cb07083857c4b7a4bbd077b83500c3d135b8810f4e1d6e -SIZE (xpi/thunderbird-i18n-52.0/hu.xpi) = 586445 -SHA256 (xpi/thunderbird-i18n-52.0/hy-AM.xpi) = 1e5d66d824bfaefc7964d6d6b6d782a76ffeef83e39a628cb30fc0787e0042e5 -SIZE (xpi/thunderbird-i18n-52.0/hy-AM.xpi) = 629877 -SHA256 (xpi/thunderbird-i18n-52.0/id.xpi) = 76c92adf78489c92b9ae935925890569b95aaac9c724dd478130751dd8951f28 -SIZE (xpi/thunderbird-i18n-52.0/id.xpi) = 546524 -SHA256 (xpi/thunderbird-i18n-52.0/is.xpi) = c1d4d5eff7f35a0047c04516e61fdc0845ae14a84fd03357773513e6c23e3c1d -SIZE (xpi/thunderbird-i18n-52.0/is.xpi) = 555711 -SHA256 (xpi/thunderbird-i18n-52.0/it.xpi) = a069dbe5facf20f276d916546ac4c5cdccc7a641cae6382f2abec1fca7586eaf -SIZE (xpi/thunderbird-i18n-52.0/it.xpi) = 455406 -SHA256 (xpi/thunderbird-i18n-52.0/ja.xpi) = 3b2962e6ef9e62cf2347aa78ef44f447c2bc6da246d90bb52bdf961cfc890d70 -SIZE (xpi/thunderbird-i18n-52.0/ja.xpi) = 630051 -SHA256 (xpi/thunderbird-i18n-52.0/ko.xpi) = 3a7b447251c3500978e91748f3e7c9342a45473bd1411bc47b66c865af66d9ed -SIZE (xpi/thunderbird-i18n-52.0/ko.xpi) = 595515 -SHA256 (xpi/thunderbird-i18n-52.0/lt.xpi) = 19385346d4c67ca3091bc30939c926905401b207b5f1b15f2454c748bc9e72d1 -SIZE (xpi/thunderbird-i18n-52.0/lt.xpi) = 580596 -SHA256 (xpi/thunderbird-i18n-52.0/nb-NO.xpi) = 85227393d6d0f7d00c36f76b960cb09451339dda3ec1964085255c48e5227994 -SIZE (xpi/thunderbird-i18n-52.0/nb-NO.xpi) = 551102 -SHA256 (xpi/thunderbird-i18n-52.0/nl.xpi) = 06ed5988ee5c83838bc462cad62eee349cec17cf53db4f6d3bf0ce14cee92bc1 -SIZE (xpi/thunderbird-i18n-52.0/nl.xpi) = 557955 -SHA256 (xpi/thunderbird-i18n-52.0/nn-NO.xpi) = 787f8e811bc8b56c3ed30f01fe2805206c70fa7739f920014be757d6ca814496 -SIZE (xpi/thunderbird-i18n-52.0/nn-NO.xpi) = 551890 -SHA256 (xpi/thunderbird-i18n-52.0/pa-IN.xpi) = b07086ca1c19b2c1ae2a88b88d7b6734f1344f433ab7dad78482cccaf0a2018e -SIZE (xpi/thunderbird-i18n-52.0/pa-IN.xpi) = 646567 -SHA256 (xpi/thunderbird-i18n-52.0/pl.xpi) = 3bbe0fd7625e8f3be605fb05535519ab9719f1de8652249eb78b517a466730e4 -SIZE (xpi/thunderbird-i18n-52.0/pl.xpi) = 469900 -SHA256 (xpi/thunderbird-i18n-52.0/pt-BR.xpi) = c19eb78b97de1098b72f348b0737ad4c701cd0335ca0f0258eb23b1286ca5568 -SIZE (xpi/thunderbird-i18n-52.0/pt-BR.xpi) = 558222 -SHA256 (xpi/thunderbird-i18n-52.0/pt-PT.xpi) = 1eb05103770666f718b51a2568946a87e0010fe085a8b878e1ec1c2e07b04549 -SIZE (xpi/thunderbird-i18n-52.0/pt-PT.xpi) = 565622 -SHA256 (xpi/thunderbird-i18n-52.0/rm.xpi) = 17881f8d6dcc445b6eb9f33e1d37f013973f376b4d78c5afbd302e2b07f4c104 -SIZE (xpi/thunderbird-i18n-52.0/rm.xpi) = 557603 -SHA256 (xpi/thunderbird-i18n-52.0/ro.xpi) = 709697f6eb96246a8cc7dee07a702cefebe2f186db5822772754790b4646b1d3 -SIZE (xpi/thunderbird-i18n-52.0/ro.xpi) = 570528 -SHA256 (xpi/thunderbird-i18n-52.0/ru.xpi) = 11016a8231a91d959a48620c613a91c097a6b63d0b15a2f45b1f2cfa612f6ac5 -SIZE (xpi/thunderbird-i18n-52.0/ru.xpi) = 530668 -SHA256 (xpi/thunderbird-i18n-52.0/si.xpi) = 2a553cff1fac5e59a8847753bf9b674a3b7787dea14b1482cc75d1a125c2d373 -SIZE (xpi/thunderbird-i18n-52.0/si.xpi) = 649009 -SHA256 (xpi/thunderbird-i18n-52.0/sk.xpi) = c247925988e879a504fe375dc0d20e19619c936ae270cccc4f58185a8b019e40 -SIZE (xpi/thunderbird-i18n-52.0/sk.xpi) = 583880 -SHA256 (xpi/thunderbird-i18n-52.0/sl.xpi) = 6cc6956f3868714c6eb9b737b824fde0ad6c0e45bce558844b4f8226e95c4c67 -SIZE (xpi/thunderbird-i18n-52.0/sl.xpi) = 562832 -SHA256 (xpi/thunderbird-i18n-52.0/sq.xpi) = fa57bb1a451de6eb94e5b6d38eaca560e419515006c2678da8e6f145c523328e -SIZE (xpi/thunderbird-i18n-52.0/sq.xpi) = 570614 -SHA256 (xpi/thunderbird-i18n-52.0/sr.xpi) = 3fdf4f093ef87911384107da4dfa90eda167355270024a95d3ed4ecb16631a95 -SIZE (xpi/thunderbird-i18n-52.0/sr.xpi) = 609017 -SHA256 (xpi/thunderbird-i18n-52.0/sv-SE.xpi) = 68962e2dbf5bdf7414923caa9bcc5f894b820db6ad017c0a5ce862ac181529d1 -SIZE (xpi/thunderbird-i18n-52.0/sv-SE.xpi) = 565775 -SHA256 (xpi/thunderbird-i18n-52.0/ta-LK.xpi) = 25e521c4cea1b0263e8cf228e247e796ed91d972ffeab600898822a64c8f6412 -SIZE (xpi/thunderbird-i18n-52.0/ta-LK.xpi) = 675037 -SHA256 (xpi/thunderbird-i18n-52.0/tr.xpi) = 4f16be2180ef8493dfdbcc6da68da8f7b15a180fc443bb8f4c38322d5579d44b -SIZE (xpi/thunderbird-i18n-52.0/tr.xpi) = 569924 -SHA256 (xpi/thunderbird-i18n-52.0/uk.xpi) = e1b86cc9345f9b179f6c5b6f3dcb5df937db6112f821b68b4bbdc973a476c319 -SIZE (xpi/thunderbird-i18n-52.0/uk.xpi) = 652853 -SHA256 (xpi/thunderbird-i18n-52.0/vi.xpi) = 20818ce37f255f8dbdd16f9058af5fab63ed61febb094a71e2cb20eda0b22ba9 -SIZE (xpi/thunderbird-i18n-52.0/vi.xpi) = 637162 -SHA256 (xpi/thunderbird-i18n-52.0/zh-CN.xpi) = e65db328a1dd9fb8259ab654db682e1c9c7b96ecbee77f88f8a88abb0b54c1f3 -SIZE (xpi/thunderbird-i18n-52.0/zh-CN.xpi) = 593611 -SHA256 (xpi/thunderbird-i18n-52.0/zh-TW.xpi) = bca31ce7e998c16cdf5a42e5bdcec39d517be37c84232d8a25bd8b3e6eee9887 -SIZE (xpi/thunderbird-i18n-52.0/zh-TW.xpi) = 595727 +TIMESTAMP = 1492182146 +SHA256 (xpi/thunderbird-i18n-52.0.1/ar.xpi) = 0fc0782a81939ae8d3e618162516081a6a91143701932b221dc7a5de20fabdcf +SIZE (xpi/thunderbird-i18n-52.0.1/ar.xpi) = 604235 +SHA256 (xpi/thunderbird-i18n-52.0.1/ast.xpi) = af64b2e231212b45ee9369ce1fcf7c37392edc354e3c81f12279db6a097b868a +SIZE (xpi/thunderbird-i18n-52.0.1/ast.xpi) = 541173 +SHA256 (xpi/thunderbird-i18n-52.0.1/be.xpi) = 33a9cdcd1fcd7837636d238a567acfaf1fd9dddae28621ba779ada3309a42f1e +SIZE (xpi/thunderbird-i18n-52.0.1/be.xpi) = 570931 +SHA256 (xpi/thunderbird-i18n-52.0.1/bg.xpi) = ed32ed033b6253ef78f02b2d31d41a7cd12a14c65258da47c347088348c64e7a +SIZE (xpi/thunderbird-i18n-52.0.1/bg.xpi) = 634897 +SHA256 (xpi/thunderbird-i18n-52.0.1/bn-BD.xpi) = 6fdd4c7324f08e75c59375097c4c1ebdfa797b38df36968ae14719d5f7b9d452 +SIZE (xpi/thunderbird-i18n-52.0.1/bn-BD.xpi) = 676900 +SHA256 (xpi/thunderbird-i18n-52.0.1/br.xpi) = 100003de0c8970a3a180fd0cae2a4520dc5751472a8ee3eb1d5a416231662606 +SIZE (xpi/thunderbird-i18n-52.0.1/br.xpi) = 559380 +SHA256 (xpi/thunderbird-i18n-52.0.1/ca.xpi) = 0b9bf170b8f13eeb91c28c4279b611664cf8ba0594586e43900208a4d4fd138c +SIZE (xpi/thunderbird-i18n-52.0.1/ca.xpi) = 569910 +SHA256 (xpi/thunderbird-i18n-52.0.1/cs.xpi) = 93b473a55ed4c282d8e7d66118be7fe0d0c998c3f0661661d6f59549bcd27ae7 +SIZE (xpi/thunderbird-i18n-52.0.1/cs.xpi) = 579149 +SHA256 (xpi/thunderbird-i18n-52.0.1/cy.xpi) = 70c5a3c15f40b616c395ef407078d3818a8dd0358afdebace7ab1a695c983b47 +SIZE (xpi/thunderbird-i18n-52.0.1/cy.xpi) = 554857 +SHA256 (xpi/thunderbird-i18n-52.0.1/da.xpi) = 861bbddb9d16ccfc9b425bc85b0170779c09c4f3b39dfaa3ff1f4b102e117617 +SIZE (xpi/thunderbird-i18n-52.0.1/da.xpi) = 543334 +SHA256 (xpi/thunderbird-i18n-52.0.1/de.xpi) = 1fbf7af9b42d1a5952ee1d6c3138dae59e544f5a58d8e5e73788479b2267120d +SIZE (xpi/thunderbird-i18n-52.0.1/de.xpi) = 555743 +SHA256 (xpi/thunderbird-i18n-52.0.1/dsb.xpi) = b1800554c2a5ae1dd42f91cc8f9c8f20dc5f49fe2f705fc3ff7754a60f99cf4c +SIZE (xpi/thunderbird-i18n-52.0.1/dsb.xpi) = 584582 +SHA256 (xpi/thunderbird-i18n-52.0.1/el.xpi) = 44cb14189af91e19aa2b087c8cba2d01b460f4498a943642331d67fea3edf2f8 +SIZE (xpi/thunderbird-i18n-52.0.1/el.xpi) = 662964 +SHA256 (xpi/thunderbird-i18n-52.0.1/en-GB.xpi) = fb3b293483bc456db764bf1ca66dc98e98998ce88e9d508a49e1c2be48fe7a82 +SIZE (xpi/thunderbird-i18n-52.0.1/en-GB.xpi) = 531233 +SHA256 (xpi/thunderbird-i18n-52.0.1/en-US.xpi) = dc47e69dbeb11a358acb88b5a6ad07959f1de64b96d9eb67e3ea8eb09a64d814 +SIZE (xpi/thunderbird-i18n-52.0.1/en-US.xpi) = 529123 +SHA256 (xpi/thunderbird-i18n-52.0.1/es-AR.xpi) = 5a444089d0b6c9ba99a4aff9273522781e51a4455a67c645f98d076ea8f92887 +SIZE (xpi/thunderbird-i18n-52.0.1/es-AR.xpi) = 565995 +SHA256 (xpi/thunderbird-i18n-52.0.1/es-ES.xpi) = 0437548fec6a907618cfce5ffa7654b05942bb345fce6d280e16ed909087f646 +SIZE (xpi/thunderbird-i18n-52.0.1/es-ES.xpi) = 445464 +SHA256 (xpi/thunderbird-i18n-52.0.1/et.xpi) = 88faa4f5d910d765e7e3758e990b7accf5432971efa2b4eb26d221b6d7ba49b3 +SIZE (xpi/thunderbird-i18n-52.0.1/et.xpi) = 551661 +SHA256 (xpi/thunderbird-i18n-52.0.1/eu.xpi) = 9d93f4974044daf38c301048e57045d868fe5054b6ba157b1fbb2e281884d408 +SIZE (xpi/thunderbird-i18n-52.0.1/eu.xpi) = 555536 +SHA256 (xpi/thunderbird-i18n-52.0.1/fi.xpi) = 4100732602e478285143b34732397a674806f26a597d202b492a624bac706f4d +SIZE (xpi/thunderbird-i18n-52.0.1/fi.xpi) = 550669 +SHA256 (xpi/thunderbird-i18n-52.0.1/fr.xpi) = b2779f8257aaff4d3e889c8380000d23b4b60b5a2c570d694867d07bd00aba63 +SIZE (xpi/thunderbird-i18n-52.0.1/fr.xpi) = 577560 +SHA256 (xpi/thunderbird-i18n-52.0.1/fy-NL.xpi) = 93719ced46467b9b13bbb4a9ec13e1e82124c084bb0e6dde717eaa6d36346417 +SIZE (xpi/thunderbird-i18n-52.0.1/fy-NL.xpi) = 563632 +SHA256 (xpi/thunderbird-i18n-52.0.1/ga-IE.xpi) = dfbc5a27fca6f189bcf7bbe6a459c31f3f24617c06163d5f03f03c250e98dedb +SIZE (xpi/thunderbird-i18n-52.0.1/ga-IE.xpi) = 583556 +SHA256 (xpi/thunderbird-i18n-52.0.1/gd.xpi) = 5109b924de2f1e2a2841933d45ef44db3fda5a4c9f081ca123f64c6e0fdac56f +SIZE (xpi/thunderbird-i18n-52.0.1/gd.xpi) = 574065 +SHA256 (xpi/thunderbird-i18n-52.0.1/gl.xpi) = d09b3271dad710ea6fb596ed0c26c94a3760c6e1f3f64a76e8368cc4e7c0aa19 +SIZE (xpi/thunderbird-i18n-52.0.1/gl.xpi) = 575150 +SHA256 (xpi/thunderbird-i18n-52.0.1/he.xpi) = 29e1734fb60fe54427a86c5442d33edb2be55495d9919a537e5cbacb02a7b40a +SIZE (xpi/thunderbird-i18n-52.0.1/he.xpi) = 592566 +SHA256 (xpi/thunderbird-i18n-52.0.1/hr.xpi) = 765894566e687401ba237469db261af64d10c0db4ddf35bb6a9ff7d8a89050f1 +SIZE (xpi/thunderbird-i18n-52.0.1/hr.xpi) = 564778 +SHA256 (xpi/thunderbird-i18n-52.0.1/hsb.xpi) = e2fca54bd25160d7799c8187fab1bf768fce838b0f6abaf4e91e09fcb040a3d8 +SIZE (xpi/thunderbird-i18n-52.0.1/hsb.xpi) = 582241 +SHA256 (xpi/thunderbird-i18n-52.0.1/hu.xpi) = 634366ce43ffda750daa2416fb34962e9201f6e826913574ea59c4a01b63db74 +SIZE (xpi/thunderbird-i18n-52.0.1/hu.xpi) = 586446 +SHA256 (xpi/thunderbird-i18n-52.0.1/hy-AM.xpi) = dfa2cfaed3fa783b6155c1763c242bf7f6150ead0ffc9b81597aad0e2915fc17 +SIZE (xpi/thunderbird-i18n-52.0.1/hy-AM.xpi) = 629879 +SHA256 (xpi/thunderbird-i18n-52.0.1/id.xpi) = acc56d41abdc522da128fc9cc4dcdbc42b20105f44229156042647bd34822eaf +SIZE (xpi/thunderbird-i18n-52.0.1/id.xpi) = 546526 +SHA256 (xpi/thunderbird-i18n-52.0.1/is.xpi) = dea3b6dcc9d930d5a1346308bfb2f6c55afa5f79790bc4b9908af783a0b4ab96 +SIZE (xpi/thunderbird-i18n-52.0.1/is.xpi) = 555712 +SHA256 (xpi/thunderbird-i18n-52.0.1/it.xpi) = bb462ca0274a700163a056197ac74bfccfd8249a7af51955a761f48c1e8cfece +SIZE (xpi/thunderbird-i18n-52.0.1/it.xpi) = 455407 +SHA256 (xpi/thunderbird-i18n-52.0.1/ja.xpi) = 1b3a4cb82f30fb2c459c9b82d957c9157aad7c7b5fb3eb4d7aa0c4f1dd1327ee +SIZE (xpi/thunderbird-i18n-52.0.1/ja.xpi) = 630052 +SHA256 (xpi/thunderbird-i18n-52.0.1/ko.xpi) = 3a956209a9f03bcb6bb4553831de3701e6d7585829d0b400de9616825dbbe5a0 +SIZE (xpi/thunderbird-i18n-52.0.1/ko.xpi) = 595516 +SHA256 (xpi/thunderbird-i18n-52.0.1/lt.xpi) = e6dd8ec6b6b45ca32b6bc6e5dcd9af3c8d06488f017c319e5d210e8242417e96 +SIZE (xpi/thunderbird-i18n-52.0.1/lt.xpi) = 580598 +SHA256 (xpi/thunderbird-i18n-52.0.1/nb-NO.xpi) = 5d3b07b37964e570f659e6a7e8877a14cb0f31fbc78d9c1a256a25f37f141dd3 +SIZE (xpi/thunderbird-i18n-52.0.1/nb-NO.xpi) = 551103 +SHA256 (xpi/thunderbird-i18n-52.0.1/nl.xpi) = 7f652d11c06765829e54b2947efbeab2a28520a7055bff8416ee3b4de2f2d2f4 +SIZE (xpi/thunderbird-i18n-52.0.1/nl.xpi) = 557956 +SHA256 (xpi/thunderbird-i18n-52.0.1/nn-NO.xpi) = 183f7f54505e9758a7006fd05d7c5746052df32fba2f9a64e1dc6b73ab85f87d +SIZE (xpi/thunderbird-i18n-52.0.1/nn-NO.xpi) = 551891 +SHA256 (xpi/thunderbird-i18n-52.0.1/pa-IN.xpi) = b5591cad7182b16cac8c6edee2140db6b7b6763ab1c3bb19bdd101900e1a88b2 +SIZE (xpi/thunderbird-i18n-52.0.1/pa-IN.xpi) = 646567 +SHA256 (xpi/thunderbird-i18n-52.0.1/pl.xpi) = 34561c89cf01794b0b9798f7c9b7ff1c91dc69b7413a73aa9a45a40ef3ac8ae6 +SIZE (xpi/thunderbird-i18n-52.0.1/pl.xpi) = 469901 +SHA256 (xpi/thunderbird-i18n-52.0.1/pt-BR.xpi) = 17aa3a09efa5280bcffa58589e5d7b233868ceb0d1f9d40c1ae72eed3c904646 +SIZE (xpi/thunderbird-i18n-52.0.1/pt-BR.xpi) = 558223 +SHA256 (xpi/thunderbird-i18n-52.0.1/pt-PT.xpi) = 210a70e2231d569189dae2e9faf2440040366b0f7574fba2fd75f29da690edd9 +SIZE (xpi/thunderbird-i18n-52.0.1/pt-PT.xpi) = 565623 +SHA256 (xpi/thunderbird-i18n-52.0.1/rm.xpi) = 1f319506286427c5b0f0ca37928216cd0338dd94852f443fbd0fb8c5e9154bd8 +SIZE (xpi/thunderbird-i18n-52.0.1/rm.xpi) = 557605 +SHA256 (xpi/thunderbird-i18n-52.0.1/ro.xpi) = b202828134d3aa0880ac205b24f2b42958d08abd2a9c8d394cd48973a703095a +SIZE (xpi/thunderbird-i18n-52.0.1/ro.xpi) = 570529 +SHA256 (xpi/thunderbird-i18n-52.0.1/ru.xpi) = ba6076ee387dbac1f911e78d03360a47fcb9e9d7e302dac29b4f91f8660f5e00 +SIZE (xpi/thunderbird-i18n-52.0.1/ru.xpi) = 530670 +SHA256 (xpi/thunderbird-i18n-52.0.1/si.xpi) = 91bdcbf70a8e74921350501bd86d59b39a6936328d25747679b9b292cb2718a8 +SIZE (xpi/thunderbird-i18n-52.0.1/si.xpi) = 649010 +SHA256 (xpi/thunderbird-i18n-52.0.1/sk.xpi) = 3054eae03bcfb3e4d5baa779fb621b5b052792aa25a8b13c7f02ff9eb386161e +SIZE (xpi/thunderbird-i18n-52.0.1/sk.xpi) = 583881 +SHA256 (xpi/thunderbird-i18n-52.0.1/sl.xpi) = 0ed11399cddbfc88eabb9c51609065ed56c6605006acdfa62980f3e46276711e +SIZE (xpi/thunderbird-i18n-52.0.1/sl.xpi) = 562833 +SHA256 (xpi/thunderbird-i18n-52.0.1/sq.xpi) = 3b933be76fc42e6bee8e501f858b33e3a69d324f9fa97b4bd75dc711a2f5a4ec +SIZE (xpi/thunderbird-i18n-52.0.1/sq.xpi) = 570616 +SHA256 (xpi/thunderbird-i18n-52.0.1/sr.xpi) = 4d3fa7e2f4e24760ca14324bd3552d7d2e9d31315ce4296a589c83f537aba920 +SIZE (xpi/thunderbird-i18n-52.0.1/sr.xpi) = 609019 +SHA256 (xpi/thunderbird-i18n-52.0.1/sv-SE.xpi) = c32a477bdda5cad814f446183df2fd2157eb40566e52f7ac329c71318ba09840 +SIZE (xpi/thunderbird-i18n-52.0.1/sv-SE.xpi) = 565777 +SHA256 (xpi/thunderbird-i18n-52.0.1/ta-LK.xpi) = f8dd44dfed27bc2ff3a1d651080ba809ba451eb01b31ff4c5b40af1372fc2e4d +SIZE (xpi/thunderbird-i18n-52.0.1/ta-LK.xpi) = 675039 +SHA256 (xpi/thunderbird-i18n-52.0.1/tr.xpi) = 359365e851c761a405834079e0dbd7e4e8b7c0a05452999fa1a8985e48a258df +SIZE (xpi/thunderbird-i18n-52.0.1/tr.xpi) = 569926 +SHA256 (xpi/thunderbird-i18n-52.0.1/uk.xpi) = 7854d30a8b6f83db5e312ce7a8f1d0f2df1debe8ae10e16e59158769f0e94fbf +SIZE (xpi/thunderbird-i18n-52.0.1/uk.xpi) = 652854 +SHA256 (xpi/thunderbird-i18n-52.0.1/vi.xpi) = ef981e7ac35ed52ae0bd57f4893aa26679eb802eb28d1e4dcb486b2cd6a1f66e +SIZE (xpi/thunderbird-i18n-52.0.1/vi.xpi) = 637163 +SHA256 (xpi/thunderbird-i18n-52.0.1/zh-CN.xpi) = 5cd323280af4670ab568ff1b16cd8dd8c62bae14a12464b9a10eac96add630d3 +SIZE (xpi/thunderbird-i18n-52.0.1/zh-CN.xpi) = 593611 +SHA256 (xpi/thunderbird-i18n-52.0.1/zh-TW.xpi) = f2509eadb69cac8b0bf1cf387284cbeb0a0e9e57abc73e171319173c0ca10020 +SIZE (xpi/thunderbird-i18n-52.0.1/zh-TW.xpi) = 595728 Modified: branches/2017Q2/mail/thunderbird/Makefile ============================================================================== --- branches/2017Q2/mail/thunderbird/Makefile Tue Apr 18 10:26:10 2017 (r438772) +++ branches/2017Q2/mail/thunderbird/Makefile Tue Apr 18 10:31:27 2017 (r438773) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 52.0 +DISTVERSION= 52.0.1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build4/source Modified: branches/2017Q2/mail/thunderbird/distinfo ============================================================================== --- branches/2017Q2/mail/thunderbird/distinfo Tue Apr 18 10:26:10 2017 (r438772) +++ branches/2017Q2/mail/thunderbird/distinfo Tue Apr 18 10:31:27 2017 (r438773) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490138257 -SHA256 (thunderbird-52.0.source.tar.xz) = 44e148b1ebd4135a6923a5403792035cf170745e7e99c4ec85142988dd6b26c6 -SIZE (thunderbird-52.0.source.tar.xz) = 228425264 +TIMESTAMP = 1492181434 +SHA256 (thunderbird-52.0.1.source.tar.xz) = a1cede97e836c728d3157b9e043f3724f7aff83f92ba1f3796e9cc7299402cab +SIZE (thunderbird-52.0.1.source.tar.xz) = 228422924 From owner-svn-ports-branches@freebsd.org Tue Apr 18 21:42:12 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70A55D4448F; Tue, 18 Apr 2017 21:42:12 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40C46A8D; Tue, 18 Apr 2017 21:42:12 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3ILgBFL013587; Tue, 18 Apr 2017 21:42:11 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3ILgBFA013585; Tue, 18 Apr 2017 21:42:11 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201704182142.v3ILgBFA013585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 18 Apr 2017 21:42:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438816 - branches/2017Q2/www/speedtest-mini X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2017 21:42:12 -0000 Author: riggs Date: Tue Apr 18 21:42:11 2017 New Revision: 438816 URL: https://svnweb.freebsd.org/changeset/ports/438816 Log: MFH: r438685 Update to upstream version 2.1.8.20170224 PR: 217536 Submitted by: meta+ports@vmeta.jp (maintainer) Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/www/speedtest-mini/Makefile branches/2017Q2/www/speedtest-mini/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/speedtest-mini/Makefile ============================================================================== --- branches/2017Q2/www/speedtest-mini/Makefile Tue Apr 18 20:56:44 2017 (r438815) +++ branches/2017Q2/www/speedtest-mini/Makefile Tue Apr 18 21:42:11 2017 (r438816) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= speedtest-mini -PORTVERSION= 2.1.8.20160830 +PORTVERSION= 2.1.8.20170224 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://c.speedtest.net/mini/ Modified: branches/2017Q2/www/speedtest-mini/distinfo ============================================================================== --- branches/2017Q2/www/speedtest-mini/distinfo Tue Apr 18 20:56:44 2017 (r438815) +++ branches/2017Q2/www/speedtest-mini/distinfo Tue Apr 18 21:42:11 2017 (r438816) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473841994 -SHA256 (mini.zip) = a1e14675993dbe008e4601d11361acee8cb7963d3cb51200b766e8f67e552500 -SIZE (mini.zip) = 99053525 +TIMESTAMP = 1488638433 +SHA256 (mini.zip) = bbcfc3986a5525e4fab0e069b23b24da15510af1bb2782a55eec4039d0f5a22b +SIZE (mini.zip) = 99053366 From owner-svn-ports-branches@freebsd.org Wed Apr 19 09:09:02 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89CF1D436BB; Wed, 19 Apr 2017 09:09:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 652703DF; Wed, 19 Apr 2017 09:09:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3J991Qx094739; Wed, 19 Apr 2017 09:09:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3J991Gn094737; Wed, 19 Apr 2017 09:09:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201704190909.v3J991Gn094737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 19 Apr 2017 09:09:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438830 - branches/2017Q2/games/openbor X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2017 09:09:02 -0000 Author: jbeich Date: Wed Apr 19 09:09:01 2017 New Revision: 438830 URL: https://svnweb.freebsd.org/changeset/ports/438830 Log: MFH: r438658 games/openbor: move to GitHub where new builds are http://www.chronocrash.com/forum/index.php?topic=3344.0 Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/games/openbor/Makefile branches/2017Q2/games/openbor/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/games/openbor/Makefile ============================================================================== --- branches/2017Q2/games/openbor/Makefile Wed Apr 19 09:05:03 2017 (r438829) +++ branches/2017Q2/games/openbor/Makefile Wed Apr 19 09:09:01 2017 (r438830) @@ -3,8 +3,6 @@ PORTNAME= openbor PORTVERSION= 3.0.r4432 CATEGORIES= games -MASTER_SITES= LOCAL/jbeich \ - https://svn.code.sf.net/p/${PORTNAME}/engine/engine/:svn MAINTAINER= jbeich@FreeBSD.org COMMENT= Moddable fighting game engine (aka Beats of Rage) @@ -18,9 +16,14 @@ LICENSE_FILE_ISCL= ${WRKSRC}/source/webm LIB_DEPENDS= libpng.so:graphics/png \ libvpx.so:multimedia/libvpx -USES= gmake pkgconfig tar:xz +USE_GITHUB= yes +GH_ACCOUNT= DCurrent +GH_TAGNAME= ba1eb4f # git v4432 is actually svn r4437 + +USES= gmake pkgconfig USE_CSTD= gnu89 USE_SDL= gfx2 +WRKSRC_SUBDIR= engine MAKE_ENV= BUILD_LINUX=1 SDKPATH="${LOCALBASE}" \ GCC_TARGET="${CONFIGURE_TARGET:S/amd64/x86_64/}" MAKE_ARGS= CC="${CC}" LIBRARIES="${LOCALBASE}/lib" \ @@ -50,41 +53,6 @@ TREMOR_LIB_DEPENDS= libvorbisidec.so:aud TREMOR_MAKE_ARGS= BUILD_TREMOR=1 BUILD_VORBIS="" TREMOR_LIB_DEPENDS_OFF= libvorbisfile.so:audio/libvorbis -.include - -# -# To update snapshot: make makesum BOOTSTRAP= -# Specific snapshot: make makesum SVN_FETCH= PORTVERSION=1.0.r1234 -# -.if defined(BOOTSTRAP) -SVN_REV!= svn info ${MASTER_SITES:M*\:svn:S/:svn//} | \ - ${SED} -n 's/^Last Changed Rev: //p' -PORTVERSION:= ${PORTVERSION:R}.r${SVN_REV} -.else -SVN_REV?= ${PORTVERSION:E:S/r//} -.endif - -.if defined(BOOTSTRAP) || defined(SVN_FETCH) -FETCH_DEPENDS+= svn:devel/subversion - -NO_CHECKSUM= yes - -do-fetch: - ${MKDIR} ${WRKDIR} - svn export -r${SVN_REV} ${_MASTER_SITES_svn} ${WRKSRC} - (cd ${WRKDIR} && ${TAR} cJvf \ - ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \ - --uid 0 --gid 0 ${DISTNAME}) -. ifmake makesum - ${REINPLACE_CMD} -i '' '/^PORTVERSION=/s/r.*/r${SVN_REV}/' \ - ${MASTERDIR}/Makefile -. endif -. if ${USER} == ${MAINTAINER:C/@.*//} - -scp ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \ - freefall.freebsd.org:public_distfiles/ -. endif -.endif - post-patch: @${REINPLACE_CMD} -e 's/ -O[0-9]//; s/ -g//; s/ -Werror//' \ -e 's/ -fomit-frame-pointer//' \ @@ -97,7 +65,7 @@ post-patch: @${GREP} -Flr 'malloc.h' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ 's,malloc\.h,stdlib.h,' @${REINPLACE_CMD} -e 's/^function \(.*\) {/\1() {/' \ - -e 's/^get_revnum$$/VERSION_BUILD=${SVN_REV}/' \ + -e 's/^get_revnum$$/VERSION_BUILD=${PORTVERSION:E:S/^r//}/' \ ${WRKSRC}/version.sh do-configure: Modified: branches/2017Q2/games/openbor/distinfo ============================================================================== --- branches/2017Q2/games/openbor/distinfo Wed Apr 19 09:05:03 2017 (r438829) +++ branches/2017Q2/games/openbor/distinfo Wed Apr 19 09:09:01 2017 (r438830) @@ -1,3 +1,3 @@ TIMESTAMP = 1485387608 -SHA256 (openbor-3.0.r4432.tar.xz) = 14215dca007f0300c281aa020bf8d79f65d58155b4e9705319d26bc5a9027199 -SIZE (openbor-3.0.r4432.tar.xz) = 3944096 +SHA256 (DCurrent-openbor-3.0.r4432-ba1eb4f_GH0.tar.gz) = 0c26130127d1ec1d98c6c5e68b38a11df3e405ed7e43b7c61762f6ae862538c5 +SIZE (DCurrent-openbor-3.0.r4432-ba1eb4f_GH0.tar.gz) = 6087650 From owner-svn-ports-branches@freebsd.org Wed Apr 19 10:59:02 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 506E5D44A3D; Wed, 19 Apr 2017 10:59:02 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20A541F0F; Wed, 19 Apr 2017 10:59:02 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3JAx1m2040269; Wed, 19 Apr 2017 10:59:01 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3JAx1Ud040267; Wed, 19 Apr 2017 10:59:01 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201704191059.v3JAx1Ud040267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Apr 2017 10:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438835 - branches/2017Q2/lang/php70 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2017 10:59:02 -0000 Author: tz Date: Wed Apr 19 10:59:00 2017 New Revision: 438835 URL: https://svnweb.freebsd.org/changeset/ports/438835 Log: MFH: r438767 Update PHP 7 from 7.0.17 to 7.0.18 Changelog: http://www.php.net/ChangeLog-7.php#7.0.18 PR: 218589 Submitted by: Jochen Neumeister Differential Revision: https://reviews.freebsd.org/D10373 Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/lang/php70/Makefile branches/2017Q2/lang/php70/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/lang/php70/Makefile ============================================================================== --- branches/2017Q2/lang/php70/Makefile Wed Apr 19 10:34:43 2017 (r438834) +++ branches/2017Q2/lang/php70/Makefile Wed Apr 19 10:59:00 2017 (r438835) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.17 +PORTVERSION= 7.0.18 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2017Q2/lang/php70/distinfo ============================================================================== --- branches/2017Q2/lang/php70/distinfo Wed Apr 19 10:34:43 2017 (r438834) +++ branches/2017Q2/lang/php70/distinfo Wed Apr 19 10:59:00 2017 (r438835) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489565928 -SHA256 (php-7.0.17.tar.xz) = 471c16fcdd6a5e1a37199e97bcaeea6117626229785185be7532aaa7c6ee04be -SIZE (php-7.0.17.tar.xz) = 12588452 +TIMESTAMP = 1491983822 +SHA256 (php-7.0.18.tar.xz) = 679cffcdf2495dee5ab89bda595e678a1096136678b3a1d08f1f57ba347c234d +SIZE (php-7.0.18.tar.xz) = 12593408 From owner-svn-ports-branches@freebsd.org Wed Apr 19 11:00:26 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3FB5D44AE7; Wed, 19 Apr 2017 11:00:26 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5FD28A; Wed, 19 Apr 2017 11:00:26 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3JB0PqJ040532; Wed, 19 Apr 2017 11:00:25 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3JB0PIq040530; Wed, 19 Apr 2017 11:00:25 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201704191100.v3JB0PIq040530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Apr 2017 11:00:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438836 - branches/2017Q2/lang/php71 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2017 11:00:27 -0000 Author: tz Date: Wed Apr 19 11:00:25 2017 New Revision: 438836 URL: https://svnweb.freebsd.org/changeset/ports/438836 Log: MFH: r438766 Update PHP 7.1 from 7.1.3 to 7.1.4 Changelog: http://www.php.net/ChangeLog-7.php#7.1.4 PR: 218589 Submitted by: Jochen Neumeister Differential Revision: https://reviews.freebsd.org/D10372 Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/lang/php71/Makefile branches/2017Q2/lang/php71/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/lang/php71/Makefile ============================================================================== --- branches/2017Q2/lang/php71/Makefile Wed Apr 19 10:59:00 2017 (r438835) +++ branches/2017Q2/lang/php71/Makefile Wed Apr 19 11:00:25 2017 (r438836) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.3 +PORTVERSION= 7.1.4 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2017Q2/lang/php71/distinfo ============================================================================== --- branches/2017Q2/lang/php71/distinfo Wed Apr 19 10:59:00 2017 (r438835) +++ branches/2017Q2/lang/php71/distinfo Wed Apr 19 11:00:25 2017 (r438836) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489566414 -SHA256 (php-7.1.3.tar.xz) = e4887c2634778e37fd962fbdf5c4a7d32cd708482fe07b448804625570cb0bb0 -SIZE (php-7.1.3.tar.xz) = 12788560 +TIMESTAMP = 1492001005 +SHA256 (php-7.1.4.tar.xz) = 71514386adf3e963df087c2044a0b3747900b8b1fc8da3a99f0a0ae9180d300b +SIZE (php-7.1.4.tar.xz) = 12793840 From owner-svn-ports-branches@freebsd.org Wed Apr 19 14:15:31 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0449AD45D4D; Wed, 19 Apr 2017 14:15:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8438DED; Wed, 19 Apr 2017 14:15:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3JEFTqi022709; Wed, 19 Apr 2017 14:15:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3JEFTve022708; Wed, 19 Apr 2017 14:15:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704191415.v3JEFTve022708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 19 Apr 2017 14:15:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438844 - branches/2017Q2/ftp/curl X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2017 14:15:31 -0000 Author: sunpoet Date: Wed Apr 19 14:15:29 2017 New Revision: 438844 URL: https://svnweb.freebsd.org/changeset/ports/438844 Log: MFH: r438798 Fix HTTP2 option PR: 218721 Reported by: Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/ftp/curl/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/ftp/curl/Makefile ============================================================================== --- branches/2017Q2/ftp/curl/Makefile Wed Apr 19 14:04:23 2017 (r438843) +++ branches/2017Q2/ftp/curl/Makefile Wed Apr 19 14:15:29 2017 (r438844) @@ -86,7 +86,7 @@ GSSAPI_MIT_LDFLAGS= ${GSSAPILDFLAGS} GSSAPI_MIT_LIBS= ${GSSAPILIBS} GSSAPI_MIT_USES= gssapi:mit GSSAPI_NONE_CONFIGURE_ON= --without-gssapi -HTTP2_CONFIGURE_WITH= libnghttp2 +HTTP2_CONFIGURE_WITH= nghttp2 HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 HTTP2_USES= pkgconfig IDN_CONFIGURE_WITH= libidn2 From owner-svn-ports-branches@freebsd.org Thu Apr 20 01:23:01 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33A48D4620F; Thu, 20 Apr 2017 01:23:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10C0810AC; Thu, 20 Apr 2017 01:23:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3K1N0kB008540; Thu, 20 Apr 2017 01:23:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3K1MxbE008532; Thu, 20 Apr 2017 01:22:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201704200122.v3K1MxbE008532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 20 Apr 2017 01:22:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438917 - in branches/2017Q2/www: libxul linux-firefox X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2017 01:23:01 -0000 Author: jbeich Date: Thu Apr 20 01:22:59 2017 New Revision: 438917 URL: https://svnweb.freebsd.org/changeset/ports/438917 Log: MFH: r438427 www/linux-firefox, www/libxul: update to 45.9.0 Security: 5e0a038a-ca30-416d-a2f5-38cbf5e7df33 Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/www/libxul/Makefile branches/2017Q2/www/libxul/distinfo branches/2017Q2/www/linux-firefox/Makefile branches/2017Q2/www/linux-firefox/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/libxul/Makefile ============================================================================== --- branches/2017Q2/www/libxul/Makefile Wed Apr 19 20:58:23 2017 (r438916) +++ branches/2017Q2/www/libxul/Makefile Thu Apr 20 01:22:59 2017 (r438917) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= libxul -DISTVERSION= 45.8.0 -PORTREVISION= 3 +DISTVERSION= 45.9.0 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ - MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source + MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build3/source DISTNAME= firefox-${DISTVERSION}esr.source MAINTAINER?= gecko@FreeBSD.org Modified: branches/2017Q2/www/libxul/distinfo ============================================================================== --- branches/2017Q2/www/libxul/distinfo Wed Apr 19 20:58:23 2017 (r438916) +++ branches/2017Q2/www/libxul/distinfo Thu Apr 20 01:22:59 2017 (r438917) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488487483 -SHA256 (firefox-45.8.0esr.source.tar.xz) = 7e28decd81f78070b433c69ebd7498f2e46e7cc5c5c6bff9a8cd7380d09da17a -SIZE (firefox-45.8.0esr.source.tar.xz) = 185229628 +TIMESTAMP = 1492014893 +SHA256 (firefox-45.9.0esr.source.tar.xz) = 2afb02029e115fae65dbe1d9c562cbfeb761a6807338bbd30dbffba616cb2d20 +SIZE (firefox-45.9.0esr.source.tar.xz) = 184597220 Modified: branches/2017Q2/www/linux-firefox/Makefile ============================================================================== --- branches/2017Q2/www/linux-firefox/Makefile Wed Apr 19 20:58:23 2017 (r438916) +++ branches/2017Q2/www/linux-firefox/Makefile Thu Apr 20 01:22:59 2017 (r438917) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 45.8.0 +DISTVERSION= 45.9.0 DISTVERSIONSUFFIX=esr -PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/linux-i686/en-US \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/en-US + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build3/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: branches/2017Q2/www/linux-firefox/distinfo ============================================================================== --- branches/2017Q2/www/linux-firefox/distinfo Wed Apr 19 20:58:23 2017 (r438916) +++ branches/2017Q2/www/linux-firefox/distinfo Thu Apr 20 01:22:59 2017 (r438917) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488487483 -SHA256 (firefox-45.8.0esr.tar.bz2) = 8539d413069af98b94b087d1f30b4839bee01edb5f80af69d5512aa3f61bb3a0 -SIZE (firefox-45.8.0esr.tar.bz2) = 52377663 +TIMESTAMP = 1492014893 +SHA256 (firefox-45.9.0esr.tar.bz2) = 3687a85302533f634baf737201da2dd1d7a3dfee60e102f60ab125f9b3fd455a +SIZE (firefox-45.9.0esr.tar.bz2) = 52403484 From owner-svn-ports-branches@freebsd.org Thu Apr 20 01:34:58 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3731D462D6; Thu, 20 Apr 2017 01:34:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 578371E0B; Thu, 20 Apr 2017 01:34:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3K1YvAx013177; Thu, 20 Apr 2017 01:34:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3K1YuiH013168; Thu, 20 Apr 2017 01:34:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201704200134.v3K1YuiH013168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 20 Apr 2017 01:34:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438918 - in branches/2017Q2: . Mk Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2017 01:34:58 -0000 Author: jbeich Date: Thu Apr 20 01:34:56 2017 New Revision: 438918 URL: https://svnweb.freebsd.org/changeset/ports/438918 Log: MFH: r438264 r438304 r438305 r438318 r438394 r438359 r438428 r438521 r438796 www/firefox: update to 53.0 Changes: https://www.mozilla.org/firefox/53.0/releasenotes/ Security: 5e0a038a-ca30-416d-a2f5-38cbf5e7df33 Approved by: ports-secteam (junovitch) Added: branches/2017Q2/www/firefox/files/patch-python_futures_concurrent_futures_process.py - copied unchanged from r438796, head/www/firefox/files/patch-python_futures_concurrent_futures_process.py Deleted: branches/2017Q2/www/firefox/files/patch-bug1013882 branches/2017Q2/www/firefox/files/patch-bug1316879 branches/2017Q2/www/firefox/files/patch-bug1321877 branches/2017Q2/www/firefox/files/patch-bug1322112 branches/2017Q2/www/firefox/files/patch-bug1322660 branches/2017Q2/www/firefox/files/patch-bug1336791 branches/2017Q2/www/firefox/files/patch-toolkit_mozapps_installer_packager_mk Modified: branches/2017Q2/Mk/Uses/gecko.mk branches/2017Q2/Mk/bsd.gecko.mk branches/2017Q2/UPDATING branches/2017Q2/www/firefox-i18n/Makefile branches/2017Q2/www/firefox-i18n/distinfo branches/2017Q2/www/firefox/Makefile branches/2017Q2/www/firefox/distinfo branches/2017Q2/www/firefox/files/patch-bug1021761 branches/2017Q2/www/firefox/files/patch-bug826985 Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/Mk/Uses/gecko.mk ============================================================================== --- branches/2017Q2/Mk/Uses/gecko.mk Thu Apr 20 01:22:59 2017 (r438917) +++ branches/2017Q2/Mk/Uses/gecko.mk Thu Apr 20 01:34:56 2017 (r438918) @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 45 -_GECKO_VERSIONS= 45 52 +_GECKO_VERSIONS= 45 53 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 45_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +53_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null Modified: branches/2017Q2/Mk/bsd.gecko.mk ============================================================================== --- branches/2017Q2/Mk/bsd.gecko.mk Thu Apr 20 01:22:59 2017 (r438917) +++ branches/2017Q2/Mk/bsd.gecko.mk Thu Apr 20 01:34:56 2017 (r438918) @@ -249,7 +249,7 @@ BUILD_DEPENDS+= ${-${dep}_BUILD_DEPENDS} # Standard options MOZ_CHROME?= omni -MOZ_TOOLKIT?= cairo-gtk2 +MOZ_TOOLKIT?= cairo-gtk3 MOZ_CHANNEL?= ${PKGNAMESUFFIX:Urelease:S/^-//} MOZ_OPTIONS+= \ --enable-chrome-format=${MOZ_CHROME} \ @@ -278,8 +278,8 @@ MOZ_OPTIONS+= --with-system-zlib \ # please get your own set of keys. MOZ_EXPORT+= MOZ_GOOGLE_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 -.if ${PORT_OPTIONS:MGTK3} -MOZ_TOOLKIT= cairo-gtk3 +.if ${PORT_OPTIONS:MGTK2} +MOZ_TOOLKIT= cairo-gtk2 .endif .if ${MOZ_TOOLKIT:Mcairo-gtk3} @@ -375,8 +375,13 @@ LIB_DEPENDS+= libsndio.so:audio/sndio post-patch-SNDIO-on: @${REINPLACE_CMD} -e 's|OpenBSD|${OPSYS}|g' \ ${MOZSRC}/media/libcubeb/src/moz.build \ - ${MOZSRC}/media/libcubeb/tests/moz.build \ ${MOZSRC}/toolkit/library/moz.build +. for tests in tests gtest + @if [ -f "${MOZSRC}/media/libcubeb/${tests}/moz.build" ]; then \ + ${REINPLACE_CMD} -e 's|OpenBSD|${OPSYS}|g' \ + ${MOZSRC}/media/libcubeb/${tests}/moz.build \ + ; fi +. endfor @${REINPLACE_CMD} -e 's|OS==\"openbsd\"|OS==\"${OPSYS:tl}\"|g' \ ${MOZSRC}/media/webrtc/trunk/webrtc/build/common.gypi @${ECHO} "OS_LIBS += ['sndio']" >> \ Modified: branches/2017Q2/UPDATING ============================================================================== --- branches/2017Q2/UPDATING Thu Apr 20 01:22:59 2017 (r438917) +++ branches/2017Q2/UPDATING Thu Apr 20 01:34:56 2017 (r438918) @@ -5,6 +5,33 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170411: + AFFECTS: www/firefox + AUTHOR: gecko@FreeBSD.org + + Firefox 53 or later may fail to build if sem(4) is present (see below) + because sysconf(3) still consults the old limits. If you don't plan to + run FreeBSD 8.x or older binaries make sure sem(4) isn't loaded during + boot or built statically into the kernel. + + Creating config.status + Traceback (most recent call last): + File "configure.py", line 124, in + sys.exit(main(sys.argv)) + File "configure.py", line 34, in main + return config_status(config) + File "configure.py", line 119, in config_status + return config_status(args=[], **encode(sanitized_config, encoding)) + File "python/mozbuild/mozbuild/config_status.py", line 136, in config_status + reader = BuildReader(env) + File "python/mozbuild/mozbuild/frontend/reader.py", line 886, in __init__ + self._gyp_worker_pool = ProcessPoolExecutor(max_workers=max_workers) + File "python/futures/concurrent/futures/process.py", line 274, in __init__ + _check_system_limits() + File "python/futures/concurrent/futures/process.py", line 263, in _check_system_limits + raise NotImplementedError(_system_limited) + NotImplementedError: system provides too few semaphores (30 available, 256 necessary) + 20170331: AFFECTS: users of security/openssh-portable AUTHOR: bdrewery@FreeBSD.org Modified: branches/2017Q2/www/firefox-i18n/Makefile ============================================================================== --- branches/2017Q2/www/firefox-i18n/Makefile Thu Apr 20 01:22:59 2017 (r438917) +++ branches/2017Q2/www/firefox-i18n/Makefile Thu Apr 20 01:34:56 2017 (r438918) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 52.0.2 +PORTVERSION= 53.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build6/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} @@ -15,7 +15,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:archivers/zip -USES= zip:infozip gecko:firefox,52,build +USES= zip:infozip gecko:firefox,53,build USE_XPI= firefox NO_ARCH= yes Modified: branches/2017Q2/www/firefox-i18n/distinfo ============================================================================== --- branches/2017Q2/www/firefox-i18n/distinfo Thu Apr 20 01:22:59 2017 (r438917) +++ branches/2017Q2/www/firefox-i18n/distinfo Thu Apr 20 01:34:56 2017 (r438918) @@ -1,179 +1,179 @@ -TIMESTAMP = 1490348850 -SHA256 (xpi/firefox-i18n-52.0.2/ach.xpi) = 46a28dec74c400b26b894ff50e386bc4cd657d09450b0b2daa643fed234a49fe -SIZE (xpi/firefox-i18n-52.0.2/ach.xpi) = 427637 -SHA256 (xpi/firefox-i18n-52.0.2/af.xpi) = c63b3bc898c1d05acfbc69cd98192568e8e69e66e54590a418ba5de9b05d2fd4 -SIZE (xpi/firefox-i18n-52.0.2/af.xpi) = 436821 -SHA256 (xpi/firefox-i18n-52.0.2/an.xpi) = d341e02116d166a57451a043eb8c1a33f528050483a54129c1a42b5a3257a205 -SIZE (xpi/firefox-i18n-52.0.2/an.xpi) = 445141 -SHA256 (xpi/firefox-i18n-52.0.2/ar.xpi) = b20d225e90ae1d7641faafd80e7d0e53b811473410d45a21dd2fc2dd2b3b9a77 -SIZE (xpi/firefox-i18n-52.0.2/ar.xpi) = 473379 -SHA256 (xpi/firefox-i18n-52.0.2/as.xpi) = ad300a4a43e6961a75bb50089427b292b53e90a02d5d4420aae364192e952d02 -SIZE (xpi/firefox-i18n-52.0.2/as.xpi) = 486886 -SHA256 (xpi/firefox-i18n-52.0.2/ast.xpi) = bb39846af23b0e422be4727359233cc2df3f80751a24f0ff933b094300263a62 -SIZE (xpi/firefox-i18n-52.0.2/ast.xpi) = 440030 -SHA256 (xpi/firefox-i18n-52.0.2/az.xpi) = 238b8948b8dd429b96a25dced6968d4154749ade71ff2ccfdcda3ed15d694b69 -SIZE (xpi/firefox-i18n-52.0.2/az.xpi) = 454920 -SHA256 (xpi/firefox-i18n-52.0.2/bg.xpi) = 98adcbaf6f62e3dc8533ba9ad304f4e2183ab6cf93434522fe748b7bd28a5b50 -SIZE (xpi/firefox-i18n-52.0.2/bg.xpi) = 487890 -SHA256 (xpi/firefox-i18n-52.0.2/bn-BD.xpi) = 796e8ec22cf717829f59c697fa26d4ac22ad0f911f080a16d5fdf87774ee35cf -SIZE (xpi/firefox-i18n-52.0.2/bn-BD.xpi) = 511992 -SHA256 (xpi/firefox-i18n-52.0.2/bn-IN.xpi) = b90a849d2d23a223aa19f237861c793c50b0978a5129c89fd201270cf01fad6f -SIZE (xpi/firefox-i18n-52.0.2/bn-IN.xpi) = 509373 -SHA256 (xpi/firefox-i18n-52.0.2/br.xpi) = 57c2d2b6b7a2ee58ac7955c3e3d1085cd8cfc8b308812907c8e2507ad5065501 -SIZE (xpi/firefox-i18n-52.0.2/br.xpi) = 435481 -SHA256 (xpi/firefox-i18n-52.0.2/bs.xpi) = a41b344e55c7bff518188dace17be215cdb3ed003f7373b3ed5792ed3ad9aa93 -SIZE (xpi/firefox-i18n-52.0.2/bs.xpi) = 441781 -SHA256 (xpi/firefox-i18n-52.0.2/ca.xpi) = 07a394409d6092353e621f526843c4dcf786375c022a46a074860d9d1bfaf974 -SIZE (xpi/firefox-i18n-52.0.2/ca.xpi) = 443303 -SHA256 (xpi/firefox-i18n-52.0.2/cs.xpi) = 63765555f13a30b00076139d9ae83666075c6ab82c2c3dd9c7cb03bf4bd30b83 -SIZE (xpi/firefox-i18n-52.0.2/cs.xpi) = 444072 -SHA256 (xpi/firefox-i18n-52.0.2/cy.xpi) = 5ed4f0cd18880dad59be7bfa0231c9b6c09328de8299d955ca495558ad5d3ec3 -SIZE (xpi/firefox-i18n-52.0.2/cy.xpi) = 436582 -SHA256 (xpi/firefox-i18n-52.0.2/da.xpi) = 496b38aaffb4014fbc85052027c3c5fb91222264ec289c49f11b59b36b03097d -SIZE (xpi/firefox-i18n-52.0.2/da.xpi) = 424391 -SHA256 (xpi/firefox-i18n-52.0.2/de.xpi) = 49b7a797e31288de30ec2b659940a96735bb658a7c5aa1a81e15d2708d117388 -SIZE (xpi/firefox-i18n-52.0.2/de.xpi) = 442477 -SHA256 (xpi/firefox-i18n-52.0.2/dsb.xpi) = 84f3d361fbb320ecc6a19d2bc6b2ed0b6fafc28527a26cea8481f1e31e6f7873 -SIZE (xpi/firefox-i18n-52.0.2/dsb.xpi) = 459422 -SHA256 (xpi/firefox-i18n-52.0.2/el.xpi) = d7068492c5fe5fece28c6b02416c22ed77e33bc2bf62cf9a391fc0872b81a1ce -SIZE (xpi/firefox-i18n-52.0.2/el.xpi) = 516590 -SHA256 (xpi/firefox-i18n-52.0.2/en-GB.xpi) = 66001390175d8983abc372e5092fd03ce452b0eab00419cbcde263eccf372f1b -SIZE (xpi/firefox-i18n-52.0.2/en-GB.xpi) = 419322 -SHA256 (xpi/firefox-i18n-52.0.2/en-US.xpi) = 457b7309200df9d7850412740f9ca093eb84a1222792aaa87681ae2fab6e6d03 -SIZE (xpi/firefox-i18n-52.0.2/en-US.xpi) = 428627 -SHA256 (xpi/firefox-i18n-52.0.2/en-ZA.xpi) = 4507c1d5fc872e8f7ece588811046e4a994de4f64590771d98287c2d4eeba1af -SIZE (xpi/firefox-i18n-52.0.2/en-ZA.xpi) = 412209 -SHA256 (xpi/firefox-i18n-52.0.2/eo.xpi) = 983b6af6b5576ae92305c9f3c3e59f361256535aff167f13c494b8e9baf36bae -SIZE (xpi/firefox-i18n-52.0.2/eo.xpi) = 437471 -SHA256 (xpi/firefox-i18n-52.0.2/es-AR.xpi) = 4e001c2ca079d338fb113c8ac173094a6b94428c18f2a987cdc2b40b015bd2e1 -SIZE (xpi/firefox-i18n-52.0.2/es-AR.xpi) = 445924 -SHA256 (xpi/firefox-i18n-52.0.2/es-CL.xpi) = dc7e749e4f2ca9c6960b426b9e2f636202ac3a2cc3f1b1b06df0f03bb531e1aa -SIZE (xpi/firefox-i18n-52.0.2/es-CL.xpi) = 445675 -SHA256 (xpi/firefox-i18n-52.0.2/es-ES.xpi) = dd1d6fbea50903fd37f7f122b94b857d8d3c1ea45ad0f18735586294ef651273 -SIZE (xpi/firefox-i18n-52.0.2/es-ES.xpi) = 344875 -SHA256 (xpi/firefox-i18n-52.0.2/es-MX.xpi) = 06b6fbf5bf090ca988ac646f7b7ad173f81fee4cbc06efa8aff60efd0f028b2d -SIZE (xpi/firefox-i18n-52.0.2/es-MX.xpi) = 448383 -SHA256 (xpi/firefox-i18n-52.0.2/et.xpi) = e58153f1cd3110d1d3a165ce7301fb618782b17454e481bc222fe231bf58ed60 -SIZE (xpi/firefox-i18n-52.0.2/et.xpi) = 425112 -SHA256 (xpi/firefox-i18n-52.0.2/eu.xpi) = 19d9fbf829a8ecc937c505240be92ec8a0324f19d05bcabe5a56a3e1fefefb6a -SIZE (xpi/firefox-i18n-52.0.2/eu.xpi) = 438477 -SHA256 (xpi/firefox-i18n-52.0.2/fa.xpi) = 4fa4505571ae92264ca42ca0a55cc59d137b37e77cdbb0b24fb21c56b9cce8c0 -SIZE (xpi/firefox-i18n-52.0.2/fa.xpi) = 491342 -SHA256 (xpi/firefox-i18n-52.0.2/ff.xpi) = 698a02e232bcbc5c67a566f666f5e462bfa66c104015cbf6a6938185fdef85f0 -SIZE (xpi/firefox-i18n-52.0.2/ff.xpi) = 440926 -SHA256 (xpi/firefox-i18n-52.0.2/fi.xpi) = 79f369ed2c47676fb8d13dae59499ca22bd33eb52a51ec661522070ab33c7f6e -SIZE (xpi/firefox-i18n-52.0.2/fi.xpi) = 430058 -SHA256 (xpi/firefox-i18n-52.0.2/fr.xpi) = 0f3aa5e2f940c9d58a73e6388db14776f857cbd6fdaa84c2b6078f9fa2dba8fb -SIZE (xpi/firefox-i18n-52.0.2/fr.xpi) = 450208 -SHA256 (xpi/firefox-i18n-52.0.2/fy-NL.xpi) = 397c97d97183730701ed3295d7aebddf32b81207ade87c14018ffaeaad81337c -SIZE (xpi/firefox-i18n-52.0.2/fy-NL.xpi) = 444971 -SHA256 (xpi/firefox-i18n-52.0.2/ga-IE.xpi) = 2a4ec23a859ed66eeac2da30a33333d53b69e995d5733e7ff8d4703d73a7f12d -SIZE (xpi/firefox-i18n-52.0.2/ga-IE.xpi) = 458163 -SHA256 (xpi/firefox-i18n-52.0.2/gd.xpi) = 9471b63f068a154896946d205062688b1f79646263431bbfa79d0e44c64fbe53 -SIZE (xpi/firefox-i18n-52.0.2/gd.xpi) = 447265 -SHA256 (xpi/firefox-i18n-52.0.2/gl.xpi) = 9b92c412edcecee43756ac709c0cd382561485ba9b2fb6c2c5e84878ed274087 -SIZE (xpi/firefox-i18n-52.0.2/gl.xpi) = 447294 -SHA256 (xpi/firefox-i18n-52.0.2/gn.xpi) = cb9fe1f0eb9f08046c96a0a60781a5f87b9d3116b6b87b1a8cc131328b413ae4 -SIZE (xpi/firefox-i18n-52.0.2/gn.xpi) = 456213 -SHA256 (xpi/firefox-i18n-52.0.2/gu-IN.xpi) = b27f5139ded670a4f58c7e2f55ee413758c9f46f9190e3398bffa8137588ae53 -SIZE (xpi/firefox-i18n-52.0.2/gu-IN.xpi) = 489365 -SHA256 (xpi/firefox-i18n-52.0.2/he.xpi) = 3975a4028cf4137fbe23f8d3daab92ba0116deabccfe9feb00be9f8bb10e9cd7 -SIZE (xpi/firefox-i18n-52.0.2/he.xpi) = 455281 -SHA256 (xpi/firefox-i18n-52.0.2/hi-IN.xpi) = 8039d71d12d43f98315d734f374461d17059b5f6d84c144f42e0e39c58bec2fd -SIZE (xpi/firefox-i18n-52.0.2/hi-IN.xpi) = 506516 -SHA256 (xpi/firefox-i18n-52.0.2/hr.xpi) = e3c7e75bc1d445a110e31aa823f2d60ba8283ceb9f1a0fb381d635a8d653c479 -SIZE (xpi/firefox-i18n-52.0.2/hr.xpi) = 447501 -SHA256 (xpi/firefox-i18n-52.0.2/hsb.xpi) = df1a7df836781b9d32ae33ebb3c01fd95b58ae75acf9e87655c7eb7114e4b08c -SIZE (xpi/firefox-i18n-52.0.2/hsb.xpi) = 457258 -SHA256 (xpi/firefox-i18n-52.0.2/hu.xpi) = 4ddcef44310b790c314e069556abb34fec9cc47fe25e0f89acfbdf2ae7c62725 -SIZE (xpi/firefox-i18n-52.0.2/hu.xpi) = 451493 -SHA256 (xpi/firefox-i18n-52.0.2/hy-AM.xpi) = 9d8227c27bee38324727681f4a6a58c2d111e38998b5c2e2be645d8a81ac5acb -SIZE (xpi/firefox-i18n-52.0.2/hy-AM.xpi) = 495771 -SHA256 (xpi/firefox-i18n-52.0.2/id.xpi) = aeb3aee8ff4066b8f5b6947c90b50daf49a42722b64ff219be7f050fbac500fa -SIZE (xpi/firefox-i18n-52.0.2/id.xpi) = 426022 -SHA256 (xpi/firefox-i18n-52.0.2/is.xpi) = 392d2e44f60ed162a0c1c662549d796d907529a7f48468c064f02daef4843300 -SIZE (xpi/firefox-i18n-52.0.2/is.xpi) = 442695 -SHA256 (xpi/firefox-i18n-52.0.2/it.xpi) = 9c61bfc7b21987c497941db6d8a7a8551e1af71deacd24b63971e000ecab3661 -SIZE (xpi/firefox-i18n-52.0.2/it.xpi) = 339219 -SHA256 (xpi/firefox-i18n-52.0.2/ja.xpi) = 631f3391dc3918369a5ef73982c020ed77566f06fef22a633828ae81b0f591c7 -SIZE (xpi/firefox-i18n-52.0.2/ja.xpi) = 488342 -SHA256 (xpi/firefox-i18n-52.0.2/kk.xpi) = 34530b6a9d15c22a9edbe43ac4d4f76e8c2a352355646ecfa3acfad236f0f1af -SIZE (xpi/firefox-i18n-52.0.2/kk.xpi) = 496937 -SHA256 (xpi/firefox-i18n-52.0.2/km.xpi) = 61fc53a527bc4c5723c71dffffc2564e413f6cc8b7ad9ba1208474e7b26ded7c -SIZE (xpi/firefox-i18n-52.0.2/km.xpi) = 520342 -SHA256 (xpi/firefox-i18n-52.0.2/kn.xpi) = b8b635b6d857a145d258fc7ef67609b4842c09de3857d3acb65058b1a9331dfa -SIZE (xpi/firefox-i18n-52.0.2/kn.xpi) = 519454 -SHA256 (xpi/firefox-i18n-52.0.2/ko.xpi) = 7b951abdbff6b3f2b1b2f074e9c2ac8c23f222a3379a40f278c7a218d1b07f32 -SIZE (xpi/firefox-i18n-52.0.2/ko.xpi) = 463629 -SHA256 (xpi/firefox-i18n-52.0.2/lij.xpi) = aa25a8a6b7bbf585199c655aabbd017e4dc11c05389e180d9e7d0df6245b7384 -SIZE (xpi/firefox-i18n-52.0.2/lij.xpi) = 421071 -SHA256 (xpi/firefox-i18n-52.0.2/lt.xpi) = a255238cff530ffaef75dcfe45bf8a22b59fae6be781da5fac3302af8c509dd1 -SIZE (xpi/firefox-i18n-52.0.2/lt.xpi) = 452234 -SHA256 (xpi/firefox-i18n-52.0.2/lv.xpi) = ca6828ae04899e618e576288bd2a45582347e31d4b1d3e3e9e27ec479cf1e280 -SIZE (xpi/firefox-i18n-52.0.2/lv.xpi) = 448449 -SHA256 (xpi/firefox-i18n-52.0.2/mai.xpi) = 02338b36d11863f61b1208a476b69dc0d1b4569500692a6041bce271d73ec488 -SIZE (xpi/firefox-i18n-52.0.2/mai.xpi) = 499838 -SHA256 (xpi/firefox-i18n-52.0.2/mk.xpi) = cccd132a530a4a0bd20e573a5b9eb01e20a6b214b4dcb4b0b5172d438ad09098 -SIZE (xpi/firefox-i18n-52.0.2/mk.xpi) = 496198 -SHA256 (xpi/firefox-i18n-52.0.2/ml.xpi) = 8a06f9959060884b660b7e0c7d8ac5bca3af2cbede25fabcada56c450147cfe9 -SIZE (xpi/firefox-i18n-52.0.2/ml.xpi) = 516485 -SHA256 (xpi/firefox-i18n-52.0.2/mr.xpi) = cdd57ca6da4964c3d85db9ae5b66344ea37b462e5c6a8d67cab9c5984942b9b8 -SIZE (xpi/firefox-i18n-52.0.2/mr.xpi) = 502429 -SHA256 (xpi/firefox-i18n-52.0.2/ms.xpi) = 575abeeaa27eadb22bb7db64455d2ea3a0e1e1489e4649084b5da888dd6a3ef5 -SIZE (xpi/firefox-i18n-52.0.2/ms.xpi) = 435989 -SHA256 (xpi/firefox-i18n-52.0.2/nb-NO.xpi) = 0eb0571fe1f2ce42b531e872a75e144905feb9df3a5222539cb57625c732b1c1 -SIZE (xpi/firefox-i18n-52.0.2/nb-NO.xpi) = 434410 -SHA256 (xpi/firefox-i18n-52.0.2/nl.xpi) = f087cb5cfc1ca8a8099f1780eb4af54d45634f3b29413007cc43054c8ac0312b -SIZE (xpi/firefox-i18n-52.0.2/nl.xpi) = 432005 -SHA256 (xpi/firefox-i18n-52.0.2/nn-NO.xpi) = 36f8c050f21d068f1af7305258273257c66087849d1bb28970075057f6636434 -SIZE (xpi/firefox-i18n-52.0.2/nn-NO.xpi) = 428642 -SHA256 (xpi/firefox-i18n-52.0.2/or.xpi) = 1da04e28aa10b9af5e4f964674116a14905480d346f054f0dbf6ee69d5543a7b -SIZE (xpi/firefox-i18n-52.0.2/or.xpi) = 496914 -SHA256 (xpi/firefox-i18n-52.0.2/pa-IN.xpi) = f1ffa9dbfef26c65187a76d85c88cdea8fd4351fa0a7deda8d53c9af5aa3b78a -SIZE (xpi/firefox-i18n-52.0.2/pa-IN.xpi) = 476585 -SHA256 (xpi/firefox-i18n-52.0.2/pl.xpi) = e80cc845cd383cda82fdc2bb0e4e0ddeb4029558546d2bc03e3d8239eacb8463 -SIZE (xpi/firefox-i18n-52.0.2/pl.xpi) = 352850 -SHA256 (xpi/firefox-i18n-52.0.2/pt-BR.xpi) = 9e452c0562f4241302ffe682967d8635805c9733e2b7cbde2a57bca1df4d6e52 -SIZE (xpi/firefox-i18n-52.0.2/pt-BR.xpi) = 438168 -SHA256 (xpi/firefox-i18n-52.0.2/pt-PT.xpi) = 914ad44b853ef8eb25c8c255619b467dba4329be5e76ece189de72c43d5e39b5 -SIZE (xpi/firefox-i18n-52.0.2/pt-PT.xpi) = 436725 -SHA256 (xpi/firefox-i18n-52.0.2/rm.xpi) = 07c385a14377d8eeba68406ab1dd40b8506147c55133bb604b048e1543bf1821 -SIZE (xpi/firefox-i18n-52.0.2/rm.xpi) = 434607 -SHA256 (xpi/firefox-i18n-52.0.2/ro.xpi) = 60198c04cdab52fd275abe62f56e04289ae7a22f7d84cdf61a06589431557168 -SIZE (xpi/firefox-i18n-52.0.2/ro.xpi) = 449935 -SHA256 (xpi/firefox-i18n-52.0.2/ru.xpi) = 619efb022f7eedefb5c3e3e9038bf6dd3e95fc73f1de8049b97631110560c93f -SIZE (xpi/firefox-i18n-52.0.2/ru.xpi) = 395362 -SHA256 (xpi/firefox-i18n-52.0.2/si.xpi) = 4e90ee6fba5bebd359541af331a0728131476e41e2b02d774f9da6b7e3e808df -SIZE (xpi/firefox-i18n-52.0.2/si.xpi) = 491957 -SHA256 (xpi/firefox-i18n-52.0.2/sk.xpi) = 21e46ea68503a8058188822dc774a9463ae60a60642bfa0b750c39c7f356aa19 -SIZE (xpi/firefox-i18n-52.0.2/sk.xpi) = 455817 -SHA256 (xpi/firefox-i18n-52.0.2/sl.xpi) = d7960ff34578f09f4d9caa5630d7550b22235f36ab2b4ac876dcdd0192a444a7 -SIZE (xpi/firefox-i18n-52.0.2/sl.xpi) = 433481 -SHA256 (xpi/firefox-i18n-52.0.2/son.xpi) = bdc20ab4dacf72d375dc22677134e0b57cd79705e8a86dfcc9376e33b2fde193 -SIZE (xpi/firefox-i18n-52.0.2/son.xpi) = 435126 -SHA256 (xpi/firefox-i18n-52.0.2/sq.xpi) = 42769c0e78ae845c439a606480bfe38cf7a0f0428e692f1ccb54ae9490619a1d -SIZE (xpi/firefox-i18n-52.0.2/sq.xpi) = 448154 -SHA256 (xpi/firefox-i18n-52.0.2/sr.xpi) = 91eaa2f539233af915e816d2d0c165828e1b877b7ada63e86b43207900e30473 -SIZE (xpi/firefox-i18n-52.0.2/sr.xpi) = 463392 -SHA256 (xpi/firefox-i18n-52.0.2/sv-SE.xpi) = ebdfc72bec47311ccc4fb3c8d89de3ee82d6eba28a1e93a0864512f8a9df50fc -SIZE (xpi/firefox-i18n-52.0.2/sv-SE.xpi) = 441179 -SHA256 (xpi/firefox-i18n-52.0.2/ta.xpi) = a7c06a0a0275ea9df6a496b158ae13f58943811e29ceeec98697ba3c3a1a2f51 -SIZE (xpi/firefox-i18n-52.0.2/ta.xpi) = 494798 -SHA256 (xpi/firefox-i18n-52.0.2/te.xpi) = 8b91189605191a3704754f6421f7c2fb0dabc1237d44ec18b222b197b069be43 -SIZE (xpi/firefox-i18n-52.0.2/te.xpi) = 515239 -SHA256 (xpi/firefox-i18n-52.0.2/th.xpi) = 1309494d11a907096e04251978e090d85faa01af0672935cbef69e07ef513e83 -SIZE (xpi/firefox-i18n-52.0.2/th.xpi) = 489377 -SHA256 (xpi/firefox-i18n-52.0.2/tr.xpi) = 0e3b4defe3da096b0592fe2140bfa1a2f1d3471c6197f7c3fc3944f5a98c63ca -SIZE (xpi/firefox-i18n-52.0.2/tr.xpi) = 443670 -SHA256 (xpi/firefox-i18n-52.0.2/uk.xpi) = ce9e641feac457f804eb3654f8bbfbf57c8a5574185f09e13ed636b3b4b6cfe2 -SIZE (xpi/firefox-i18n-52.0.2/uk.xpi) = 495093 -SHA256 (xpi/firefox-i18n-52.0.2/uz.xpi) = 649a1bd017a6230868ce99eb55dab3ad6e27e443ba96f0fd6382e095006aaa4a -SIZE (xpi/firefox-i18n-52.0.2/uz.xpi) = 447914 -SHA256 (xpi/firefox-i18n-52.0.2/vi.xpi) = 7a8bc3e7c68853b2a32321a180d431522528bc2574cff6d37f565f58a32e2773 -SIZE (xpi/firefox-i18n-52.0.2/vi.xpi) = 450803 -SHA256 (xpi/firefox-i18n-52.0.2/xh.xpi) = bb5b38a0c4edf7b777efbff8c2f832ee9422247257d0cc25c5257122e76cdfb9 -SIZE (xpi/firefox-i18n-52.0.2/xh.xpi) = 441170 -SHA256 (xpi/firefox-i18n-52.0.2/zh-CN.xpi) = b09d4dc5567d0e147c4d1ed623a65f44f60ad67601b7d285f5d5658901c594db -SIZE (xpi/firefox-i18n-52.0.2/zh-CN.xpi) = 461691 -SHA256 (xpi/firefox-i18n-52.0.2/zh-TW.xpi) = 26061af5b560a3df1657f589741fd551c607142cb775981492bdfad888fc4cb8 -SIZE (xpi/firefox-i18n-52.0.2/zh-TW.xpi) = 472532 +TIMESTAMP = 1491914864 +SHA256 (xpi/firefox-i18n-53.0/ach.xpi) = 6b50af6b457608c625b5a99c0f467e9e13827e84387223682c251847ef12ec03 +SIZE (xpi/firefox-i18n-53.0/ach.xpi) = 432350 +SHA256 (xpi/firefox-i18n-53.0/af.xpi) = 2e030e8d993a72fc2b922bd71749564706d5bbc4f5edd1d5cb0a2e2d341dd397 +SIZE (xpi/firefox-i18n-53.0/af.xpi) = 441829 +SHA256 (xpi/firefox-i18n-53.0/an.xpi) = 3b049eabcf49f57742f574c792b0f15a2f0fe7af8d7700074555741eba4b40bd +SIZE (xpi/firefox-i18n-53.0/an.xpi) = 450799 +SHA256 (xpi/firefox-i18n-53.0/ar.xpi) = 0df14612d4a6fe4e6da247b8529b45ab856d3a6d6bf284dac9654af2b4c91909 +SIZE (xpi/firefox-i18n-53.0/ar.xpi) = 479118 +SHA256 (xpi/firefox-i18n-53.0/as.xpi) = 67a780398046cfb66c7b10d8aa3e42a7b8eef5d8eedb2f7d890ab1a748049708 +SIZE (xpi/firefox-i18n-53.0/as.xpi) = 491255 +SHA256 (xpi/firefox-i18n-53.0/ast.xpi) = 0b0cab248642b295d3ec4fdb5206c4b4ab3ec1d8aa9cec573f230bd6fa75a816 +SIZE (xpi/firefox-i18n-53.0/ast.xpi) = 445436 +SHA256 (xpi/firefox-i18n-53.0/az.xpi) = 59ead0e267f43af93c7caa1148947224dc4206d42a37f80156ff47adae994261 +SIZE (xpi/firefox-i18n-53.0/az.xpi) = 459503 +SHA256 (xpi/firefox-i18n-53.0/bg.xpi) = 5ca6477997bd96165af804a2a8bcd6c01c8bfb5c9f98354e1602f49a922cf65b +SIZE (xpi/firefox-i18n-53.0/bg.xpi) = 492607 +SHA256 (xpi/firefox-i18n-53.0/bn-BD.xpi) = 9f52c102c056489b2187f9d781a645f2c1d205b812a3ca6afdad56130c211c7f +SIZE (xpi/firefox-i18n-53.0/bn-BD.xpi) = 516501 +SHA256 (xpi/firefox-i18n-53.0/bn-IN.xpi) = f913e5d79388285ae6a7e7f59b81855135336c50c37e3dd90cbd101057017600 +SIZE (xpi/firefox-i18n-53.0/bn-IN.xpi) = 513552 +SHA256 (xpi/firefox-i18n-53.0/br.xpi) = 0bb79e4c792cd3bba0804064f91963389daba26a486cbf3fe84045ee6701ec07 +SIZE (xpi/firefox-i18n-53.0/br.xpi) = 440067 +SHA256 (xpi/firefox-i18n-53.0/bs.xpi) = e4c803a77b70c0077c3f0fb467a601b5ff143a37ac8303dd97005b7aa3007864 +SIZE (xpi/firefox-i18n-53.0/bs.xpi) = 446633 +SHA256 (xpi/firefox-i18n-53.0/ca.xpi) = 18483d647252cb2d6c9be0a2ec460de22cdecaa492b02d4a1ef3e5f9ded2aa59 +SIZE (xpi/firefox-i18n-53.0/ca.xpi) = 448941 +SHA256 (xpi/firefox-i18n-53.0/cs.xpi) = 5335967e578088e691d59a6f0540380075dab79e611c53fd67e2938da432f25a +SIZE (xpi/firefox-i18n-53.0/cs.xpi) = 449411 +SHA256 (xpi/firefox-i18n-53.0/cy.xpi) = 0822da739fc2ce0bf267dcafc8af2841432e62793e4c66ca79d0d937c4e5780e +SIZE (xpi/firefox-i18n-53.0/cy.xpi) = 441503 +SHA256 (xpi/firefox-i18n-53.0/da.xpi) = 823dfd42463c4b31a6a5b1cfdcb79bfda8e80ade999cd9d481d09e48b97190c6 +SIZE (xpi/firefox-i18n-53.0/da.xpi) = 428973 +SHA256 (xpi/firefox-i18n-53.0/de.xpi) = 81a6ac063827b7c3eb99a26b491e26c5e6898edf51e2d836d60e14a69a2d150d +SIZE (xpi/firefox-i18n-53.0/de.xpi) = 447784 +SHA256 (xpi/firefox-i18n-53.0/dsb.xpi) = 72e03e9bcefc173af4df02bfc99f22df99e7b3829cbc1d07de1b3d98e8092b35 +SIZE (xpi/firefox-i18n-53.0/dsb.xpi) = 464374 +SHA256 (xpi/firefox-i18n-53.0/el.xpi) = e8815fb6cae7632d70ae00cd28293a96f9d875f4f2e4e6c1491751037f293437 +SIZE (xpi/firefox-i18n-53.0/el.xpi) = 523412 +SHA256 (xpi/firefox-i18n-53.0/en-GB.xpi) = 258bec58ec28b75eb3db7c9b9cc68af21497eb49603994ace4aaa105840c84fd +SIZE (xpi/firefox-i18n-53.0/en-GB.xpi) = 424829 +SHA256 (xpi/firefox-i18n-53.0/en-US.xpi) = e8d3d164d433d755f7619c8413d1f53041f2f23d5819c8043362408b26245398 +SIZE (xpi/firefox-i18n-53.0/en-US.xpi) = 430736 +SHA256 (xpi/firefox-i18n-53.0/en-ZA.xpi) = 0fe0b4fc2bb38f15bfff36e44bbb2c62715daaa6b242f3914581512684fddeb7 +SIZE (xpi/firefox-i18n-53.0/en-ZA.xpi) = 417992 +SHA256 (xpi/firefox-i18n-53.0/eo.xpi) = 541501fc0829fcf8147ee269224928b52e6cf4e8f1b362a4177d63f906db902e +SIZE (xpi/firefox-i18n-53.0/eo.xpi) = 442322 +SHA256 (xpi/firefox-i18n-53.0/es-AR.xpi) = 61ff3ce7467b5222e110107c4119e9f752645ad0b31c6b614487bb5c533a0311 +SIZE (xpi/firefox-i18n-53.0/es-AR.xpi) = 450766 +SHA256 (xpi/firefox-i18n-53.0/es-CL.xpi) = a806fc6176247cda5a54ef853c9637775f9a1c2e29a87dd1b55742a71f852b33 +SIZE (xpi/firefox-i18n-53.0/es-CL.xpi) = 450475 +SHA256 (xpi/firefox-i18n-53.0/es-ES.xpi) = 8604ba37430f71b800a67361ce53b2325d7d71cefd0167170db35c4f2e02ce59 +SIZE (xpi/firefox-i18n-53.0/es-ES.xpi) = 347587 +SHA256 (xpi/firefox-i18n-53.0/es-MX.xpi) = 2173f50a3dea92c658a7e60ae76fbab81335e2bd843a835bd31db2e6162d75f1 +SIZE (xpi/firefox-i18n-53.0/es-MX.xpi) = 453324 +SHA256 (xpi/firefox-i18n-53.0/et.xpi) = 1ded0ac4ec18c88b8c9425a9f00f02112514c0474c442d445fd210dae019bc77 +SIZE (xpi/firefox-i18n-53.0/et.xpi) = 428863 +SHA256 (xpi/firefox-i18n-53.0/eu.xpi) = 624fc7dfe57168f616153f03f34348786f82efe5dcb0a510d4e42c93560bede7 +SIZE (xpi/firefox-i18n-53.0/eu.xpi) = 443202 +SHA256 (xpi/firefox-i18n-53.0/fa.xpi) = a745c9cdf381f18097755226fd7fff59840c6498fd8601d8850f7b22d36ddddb +SIZE (xpi/firefox-i18n-53.0/fa.xpi) = 496781 +SHA256 (xpi/firefox-i18n-53.0/ff.xpi) = f68a9e23a8e2a02ff493ebd0bd9698b17ff5a5a3850bc8f21bf6fe2d6c6f22cf +SIZE (xpi/firefox-i18n-53.0/ff.xpi) = 446668 +SHA256 (xpi/firefox-i18n-53.0/fi.xpi) = b99cc77e76dcbf9a25fa68c622648aa9e2db64b610c83012d8695f13e55d23a9 +SIZE (xpi/firefox-i18n-53.0/fi.xpi) = 434620 +SHA256 (xpi/firefox-i18n-53.0/fr.xpi) = 85436c3886b9b89e601ddf39329af76275a0010fb6acc723574a239154cd3f07 +SIZE (xpi/firefox-i18n-53.0/fr.xpi) = 457534 +SHA256 (xpi/firefox-i18n-53.0/fy-NL.xpi) = 1896b79fd6ac6bfa4beca5f56d88292375231836d1d031a4146b126f464403ea +SIZE (xpi/firefox-i18n-53.0/fy-NL.xpi) = 449819 +SHA256 (xpi/firefox-i18n-53.0/ga-IE.xpi) = c276e493fd8a6a77bb9f6a0542763ded93ceff0f74dfdc7329f2c86105d30e6c +SIZE (xpi/firefox-i18n-53.0/ga-IE.xpi) = 463129 +SHA256 (xpi/firefox-i18n-53.0/gd.xpi) = 4da4ab8fc415524ea83e99f63edc5546c0027e8b3dca1615905e69521c358a38 +SIZE (xpi/firefox-i18n-53.0/gd.xpi) = 452061 +SHA256 (xpi/firefox-i18n-53.0/gl.xpi) = 3a6bbcc4ac4e7b6a16031a64a8b8518fa18c7932d90bbbedfa79beecc32ece96 +SIZE (xpi/firefox-i18n-53.0/gl.xpi) = 449150 +SHA256 (xpi/firefox-i18n-53.0/gn.xpi) = b750ecda7bef4e14213d8e04281e080748cf48ec6e26e81457de9451aabd1454 +SIZE (xpi/firefox-i18n-53.0/gn.xpi) = 461571 +SHA256 (xpi/firefox-i18n-53.0/gu-IN.xpi) = 922ab30d6f1cb0747d1cd18ec526014e6f1761d5667f5d16eed834ac214149f4 +SIZE (xpi/firefox-i18n-53.0/gu-IN.xpi) = 493667 +SHA256 (xpi/firefox-i18n-53.0/he.xpi) = 11d021e790ab97612caa09afd29586fff8d680f8c4267920180f4a2b888e34a2 +SIZE (xpi/firefox-i18n-53.0/he.xpi) = 460047 +SHA256 (xpi/firefox-i18n-53.0/hi-IN.xpi) = af30c610f0e1300a2deeb47438e303b1714fd554f7859693d0a55109915d66d9 +SIZE (xpi/firefox-i18n-53.0/hi-IN.xpi) = 511787 +SHA256 (xpi/firefox-i18n-53.0/hr.xpi) = f4f7ffc50536c254a274e593eefb63fa5d26601968efc4f53d71179c6c95180c +SIZE (xpi/firefox-i18n-53.0/hr.xpi) = 453109 +SHA256 (xpi/firefox-i18n-53.0/hsb.xpi) = ba0e3f0d2d40c45d2b481dfd2680a2fc312e6eb981058c85e696690f90f52d4d +SIZE (xpi/firefox-i18n-53.0/hsb.xpi) = 462170 +SHA256 (xpi/firefox-i18n-53.0/hu.xpi) = 486d533bddbc6dd76a435fbe4efcb092218ec13ccc62aaaf2577b118d008bff8 +SIZE (xpi/firefox-i18n-53.0/hu.xpi) = 456925 +SHA256 (xpi/firefox-i18n-53.0/hy-AM.xpi) = d0b02e04e824c1110f3bc1c16854e0d65632fbc1683ff149def5cb3878e35dca +SIZE (xpi/firefox-i18n-53.0/hy-AM.xpi) = 500717 +SHA256 (xpi/firefox-i18n-53.0/id.xpi) = e4533c814f961d10f807c9e575989e1116bba1369731fc8f46c00fd5cc9d966a +SIZE (xpi/firefox-i18n-53.0/id.xpi) = 430280 +SHA256 (xpi/firefox-i18n-53.0/is.xpi) = da4be8811abad593f3f8bf06f922ccdc0873a59ed6f63fbfc5d541272e211b89 +SIZE (xpi/firefox-i18n-53.0/is.xpi) = 447329 +SHA256 (xpi/firefox-i18n-53.0/it.xpi) = 7dbbe76bfea715179c118ed0d3547596454d45e9ee0b001d876893db807b68b8 +SIZE (xpi/firefox-i18n-53.0/it.xpi) = 341968 +SHA256 (xpi/firefox-i18n-53.0/ja.xpi) = d0ce0ca453f180cdf7edabf18e3268f3117c70018fd2d06f870b60eee8d5c2cf +SIZE (xpi/firefox-i18n-53.0/ja.xpi) = 493027 +SHA256 (xpi/firefox-i18n-53.0/kk.xpi) = 29bbb10188bac81daf7d73c82da3d4c653fd4b8ae384527b18bbda3fed07eca3 +SIZE (xpi/firefox-i18n-53.0/kk.xpi) = 499340 +SHA256 (xpi/firefox-i18n-53.0/km.xpi) = 36101d95663960644b096602ee3db596b0f1e59ead95e9a5bf64be3accad8bdb +SIZE (xpi/firefox-i18n-53.0/km.xpi) = 524728 +SHA256 (xpi/firefox-i18n-53.0/kn.xpi) = 59c340fdedbf240a5e46e07144a11ce01cb0bd83d4cd7fa0c611e2f2bcbd465e +SIZE (xpi/firefox-i18n-53.0/kn.xpi) = 524035 +SHA256 (xpi/firefox-i18n-53.0/ko.xpi) = 9e67ce2142de5d82e959dff3e812efff88ec34f1b691d07fa0312a50173de95d +SIZE (xpi/firefox-i18n-53.0/ko.xpi) = 468651 +SHA256 (xpi/firefox-i18n-53.0/lij.xpi) = c739536b93b9f8a6b97f958531d19907752d77619d84232e03bf9b14bb543995 +SIZE (xpi/firefox-i18n-53.0/lij.xpi) = 435428 +SHA256 (xpi/firefox-i18n-53.0/lt.xpi) = 8a42c0b05b37d3554ae70478a84a16b8e78ee3aa6eb26a1b6fd4cbaba0e9c1bb +SIZE (xpi/firefox-i18n-53.0/lt.xpi) = 457033 +SHA256 (xpi/firefox-i18n-53.0/lv.xpi) = e2067c4beced017ce7559bf0bb610d5cc3e2fc0e2d654223e93224fe09f26c49 +SIZE (xpi/firefox-i18n-53.0/lv.xpi) = 453376 +SHA256 (xpi/firefox-i18n-53.0/mai.xpi) = de5a34ad598a77c50be8f51529ec384f163ab388d6c14919a1928bf00dc4a8ea +SIZE (xpi/firefox-i18n-53.0/mai.xpi) = 504301 +SHA256 (xpi/firefox-i18n-53.0/mk.xpi) = bd05f2c417b776651c5aa58f610d532a7b1402c9ab30fdde3126e3bd7b38ccc9 +SIZE (xpi/firefox-i18n-53.0/mk.xpi) = 499954 +SHA256 (xpi/firefox-i18n-53.0/ml.xpi) = 89e1127cfd43e994b39505b901e5dc696acbe744cd55f30ebfbd832530ae4d59 +SIZE (xpi/firefox-i18n-53.0/ml.xpi) = 520665 +SHA256 (xpi/firefox-i18n-53.0/mr.xpi) = 94d69be50f1c958102715dcc93ed12f2e9e8b8dd9431c9f675949b9208a0ae45 +SIZE (xpi/firefox-i18n-53.0/mr.xpi) = 507881 +SHA256 (xpi/firefox-i18n-53.0/ms.xpi) = d0a9ebeb04a68cbf250cfc02aca420e1398d09709dcc2ec2030b90ccaaeee314 +SIZE (xpi/firefox-i18n-53.0/ms.xpi) = 440726 +SHA256 (xpi/firefox-i18n-53.0/nb-NO.xpi) = d87de6098aa2e6a6589a4892009e321702cdf3ab78f1d098b8c8cc4002b8b250 +SIZE (xpi/firefox-i18n-53.0/nb-NO.xpi) = 439031 +SHA256 (xpi/firefox-i18n-53.0/nl.xpi) = d81a6ffa69b3735e9d2d7009a5272917566960842ef6bfd3d1ddfa79ef486954 +SIZE (xpi/firefox-i18n-53.0/nl.xpi) = 436859 +SHA256 (xpi/firefox-i18n-53.0/nn-NO.xpi) = 4e514e8d606b0af61e383830fb4cd01026c54670886c4292222280be15628afe +SIZE (xpi/firefox-i18n-53.0/nn-NO.xpi) = 433328 +SHA256 (xpi/firefox-i18n-53.0/or.xpi) = 1dd68ac544f06277082413f6673ec34e4e2472991b6ee3c0ee2e6eb2136da45f +SIZE (xpi/firefox-i18n-53.0/or.xpi) = 501207 +SHA256 (xpi/firefox-i18n-53.0/pa-IN.xpi) = 02fd50b2c13337bbda22d54d9284418ddbb015107194a0ceef1983686de8f76c +SIZE (xpi/firefox-i18n-53.0/pa-IN.xpi) = 480863 +SHA256 (xpi/firefox-i18n-53.0/pl.xpi) = a883b9cee7408f109fc1c4f7067081b83d483c341c972d1ba458635e64e68402 +SIZE (xpi/firefox-i18n-53.0/pl.xpi) = 354948 +SHA256 (xpi/firefox-i18n-53.0/pt-BR.xpi) = 0fa8dc3ed0ebd891e877782b04b9b256b9074612095feed6002b21d6beb27f21 +SIZE (xpi/firefox-i18n-53.0/pt-BR.xpi) = 442706 +SHA256 (xpi/firefox-i18n-53.0/pt-PT.xpi) = e330926df408aa8641f75736a9badef3e7e4e6e2aba7b2ea94b614aafdb563ae +SIZE (xpi/firefox-i18n-53.0/pt-PT.xpi) = 441597 +SHA256 (xpi/firefox-i18n-53.0/rm.xpi) = 02b3d8b7c7a955ebc031515048fa973901551e503b469404c9424188f7d7ffb1 +SIZE (xpi/firefox-i18n-53.0/rm.xpi) = 439746 +SHA256 (xpi/firefox-i18n-53.0/ro.xpi) = e4369e1952a7960a95b2c081c8103006b1d0cf6bf03caa42a457b5ef3300ab50 +SIZE (xpi/firefox-i18n-53.0/ro.xpi) = 454821 +SHA256 (xpi/firefox-i18n-53.0/ru.xpi) = a2d465ba99ba544cefd517c3c2725453501e04d993fe0c6554c04d5e1a2e52c6 +SIZE (xpi/firefox-i18n-53.0/ru.xpi) = 506893 +SHA256 (xpi/firefox-i18n-53.0/si.xpi) = 3f59729bae26437926a1db83d3cb711f5e5a7dc0b77bcb8ded6741cbaa400e35 +SIZE (xpi/firefox-i18n-53.0/si.xpi) = 496182 +SHA256 (xpi/firefox-i18n-53.0/sk.xpi) = 9b59cc6c64d376c99f599ba39094ac2c9d0cbd7460e8a22b27d6a0840337e3a4 +SIZE (xpi/firefox-i18n-53.0/sk.xpi) = 460857 +SHA256 (xpi/firefox-i18n-53.0/sl.xpi) = 04454bfb17d444bb5bee5075e67c63bbaa021293bfdb73ef6c34b41ddd16ddc6 +SIZE (xpi/firefox-i18n-53.0/sl.xpi) = 438368 +SHA256 (xpi/firefox-i18n-53.0/son.xpi) = e3eb6d18f50936eb502aa115f93b23769e7490b34fea9d7a95263a2700a52d99 +SIZE (xpi/firefox-i18n-53.0/son.xpi) = 439833 +SHA256 (xpi/firefox-i18n-53.0/sq.xpi) = 8e2472bdb82639b71fd57fa8f9beec91fb5d3542b086f24ff53155d12c66abe7 +SIZE (xpi/firefox-i18n-53.0/sq.xpi) = 453422 +SHA256 (xpi/firefox-i18n-53.0/sr.xpi) = c89f53af42e87fdb87cc5f3651fe4bd33c98ed2306102ed91961e2901793771e +SIZE (xpi/firefox-i18n-53.0/sr.xpi) = 467995 +SHA256 (xpi/firefox-i18n-53.0/sv-SE.xpi) = 8ea1cbf75b2a2dd31fbaabda7af29a911a70d0565c82058f38d677e43bf07e73 +SIZE (xpi/firefox-i18n-53.0/sv-SE.xpi) = 445794 +SHA256 (xpi/firefox-i18n-53.0/ta.xpi) = 6f9c38e64e388bc9d20e29ca63d3ff9b67b3d6a896bc0d647a50ec90295f3413 +SIZE (xpi/firefox-i18n-53.0/ta.xpi) = 500477 +SHA256 (xpi/firefox-i18n-53.0/te.xpi) = b7b8b3b74d150c3d676a2f527f77c3c80c2f4ecdf255e280ed2db3a748e6abe3 +SIZE (xpi/firefox-i18n-53.0/te.xpi) = 520473 +SHA256 (xpi/firefox-i18n-53.0/th.xpi) = baf97ade535c20e08c5a804a2a08441b07e6237b35970e9471490a8c74fb32d0 +SIZE (xpi/firefox-i18n-53.0/th.xpi) = 494085 +SHA256 (xpi/firefox-i18n-53.0/tr.xpi) = e25bdd9f0e2fccffd28cfeb4df596a41f762c20933593dfe3ff5b044af703e81 +SIZE (xpi/firefox-i18n-53.0/tr.xpi) = 445852 +SHA256 (xpi/firefox-i18n-53.0/uk.xpi) = b0259c08112f7a846d9fef89f1fc44130e7ce1760efaf4a0ec6e657c08351fac +SIZE (xpi/firefox-i18n-53.0/uk.xpi) = 497430 +SHA256 (xpi/firefox-i18n-53.0/uz.xpi) = 4b99ed2093fa73aa086bae96f4b04b34a8ea5f73aeb25ec21a1c316d97085224 +SIZE (xpi/firefox-i18n-53.0/uz.xpi) = 453390 +SHA256 (xpi/firefox-i18n-53.0/vi.xpi) = 0cdb6fd7573de2f4315d6c1d6011b6d74abb33f1e562a42b5807f4be3218a71e +SIZE (xpi/firefox-i18n-53.0/vi.xpi) = 455840 +SHA256 (xpi/firefox-i18n-53.0/xh.xpi) = 8999ad2228f4a96829e65a0c17f77bd2f9c21cba50f40238c381054dc358660d +SIZE (xpi/firefox-i18n-53.0/xh.xpi) = 446170 +SHA256 (xpi/firefox-i18n-53.0/zh-CN.xpi) = 3a0efa39397231033295ba594f4fff36ec3e829727a3c4e1fd7cafa6cf6a67da +SIZE (xpi/firefox-i18n-53.0/zh-CN.xpi) = 463955 +SHA256 (xpi/firefox-i18n-53.0/zh-TW.xpi) = 9e1f57da99b79fbce6d70f6d04e7295663c5e84fa151e9026c3519ab8d3bbd61 +SIZE (xpi/firefox-i18n-53.0/zh-TW.xpi) = 474980 Modified: branches/2017Q2/www/firefox/Makefile ============================================================================== --- branches/2017Q2/www/firefox/Makefile Thu Apr 20 01:22:59 2017 (r438917) +++ branches/2017Q2/www/firefox/Makefile Thu Apr 20 01:34:56 2017 (r438918) @@ -2,22 +2,23 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 52.0.2 +DISTVERSION= 53.0 DISTVERSIONSUFFIX=.source +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build6/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.13.1:devel/nspr \ - nss>=3.28.3:security/nss \ + nss>=3.29.5:security/nss \ libevent>=2.0.21_2:devel/libevent \ harfbuzz>=1.4.1:print/harfbuzz \ graphite2>=1.3.8:graphics/graphite2 \ - png>=1.6.25:graphics/png \ + png>=1.6.28:graphics/png \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.17.0:databases/sqlite3 \ @@ -45,14 +46,11 @@ MOZ_OPTIONS= --enable-application=browse --enable-official-branding OPTIONS_DEFINE= RUST -OPTIONS_DEFAULT= BUNDLED_CAIRO GTK3 +OPTIONS_DEFAULT= BUNDLED_CAIRO # XXX lang/rust and devel/cargo currently build only on these platforms OPTIONS_DEFAULT_amd64= RUST OPTIONS_DEFAULT_i386= RUST -OPTIONS_SINGLE+= TOOLKIT -OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 - .include "${.CURDIR}/../../www/firefox/Makefile.options" WRKSRC:= ${WRKDIR}/${PORTNAME}-${DISTVERSION} Modified: branches/2017Q2/www/firefox/distinfo ============================================================================== --- branches/2017Q2/www/firefox/distinfo Thu Apr 20 01:22:59 2017 (r438917) +++ branches/2017Q2/www/firefox/distinfo Thu Apr 20 01:34:56 2017 (r438918) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490348850 -SHA256 (firefox-52.0.2.source.tar.xz) = 2927a9a097be69338ed2a4aa94f063669e447e59fbcd28da76c7bb180ed16230 -SIZE (firefox-52.0.2.source.tar.xz) = 211407880 +TIMESTAMP = 1492149930 +SHA256 (firefox-53.0.source.tar.xz) = 4ed1b23ea7c08f81a08817ddf3b4f06849e01420ee074008b6f390366e95b7d0 +SIZE (firefox-53.0.source.tar.xz) = 213676692 Modified: branches/2017Q2/www/firefox/files/patch-bug1021761 ============================================================================== --- branches/2017Q2/www/firefox/files/patch-bug1021761 Thu Apr 20 01:22:59 2017 (r438917) +++ branches/2017Q2/www/firefox/files/patch-bug1021761 Thu Apr 20 01:34:56 2017 (r438918) @@ -1,20 +1,20 @@ diff --git build/moz.configure/old.configure build/moz.configure/old.configure -index b95dd2b..4cbefd5 100644 +index cd6c37cf4c7c..e98dc7973a6a 100644 --- build/moz.configure/old.configure +++ build/moz.configure/old.configure -@@ -305,6 +305,7 @@ def old_configure_options(*options): +@@ -275,6 +275,7 @@ def old_configure_options(*options): '--with-nspr-prefix', '--with-nss-exec-prefix', '--with-nss-prefix', + '--with-oss', '--with-pthreads', '--with-qemu-exe', - '--with-servo', -diff --git old-configure.in configure.in -index 48e60c0..ec08417 100644 + '--with-sixgill', +diff --git old-configure.in old-configure.in +index dff46614635e..dbbfdb76ab78 100644 --- old-configure.in +++ old-configure.in -@@ -5591,6 +5591,67 @@ fi +@@ -3128,6 +3128,67 @@ AC_DEFINE(MOZ_WEBM_ENCODER) AC_SUBST(MOZ_WEBM_ENCODER) dnl ================================== @@ -82,32 +82,49 @@ index 48e60c0..ec08417 100644 dnl = Check alsa availability on Linux dnl ================================== +diff --git dom/media/CubebUtils.cpp dom/media/CubebUtils.cpp +index e10e07e06ade..1fd561bea113 100644 +--- dom/media/CubebUtils.cpp ++++ dom/media/CubebUtils.cpp +@@ -71,7 +71,8 @@ const char* AUDIOSTREAM_BACKEND_ID_STR[] = { + "sndio", + "opensl", + "audiotrack", +- "kai" ++ "kai", ++ "oss", + }; + /* Index for failures to create an audio stream the first time. */ + const int CUBEB_BACKEND_INIT_FAILURE_FIRST = diff --git media/libcubeb/AUTHORS media/libcubeb/AUTHORS -index b441e8a..950d9e5 100644 +index 0fde65baad34..f8663c43b475 100644 --- media/libcubeb/AUTHORS +++ media/libcubeb/AUTHORS -@@ -4,3 +4,4 @@ Michael Wu +@@ -4,6 +4,7 @@ Michael Wu Paul Adenot David Richards Sebastien Alaiwan +Evgeniy Vodolazskiy + KO Myung-Hun + Haakon Sporsheim + Alex Chronopoulos diff --git media/libcubeb/src/cubeb.c media/libcubeb/src/cubeb.c -index 9c3adcc..45d765b 100644 +index 57bcb4c13652..68be024f4a68 100644 --- media/libcubeb/src/cubeb.c +++ media/libcubeb/src/cubeb.c -@@ -54,6 +54,9 @@ int opensl_init(cubeb ** context, char const * context_name); - #if defined(USE_AUDIOTRACK) - int audiotrack_init(cubeb ** context, char const * context_name); +@@ -54,6 +54,9 @@ int audiotrack_init(cubeb ** context, char const * context_name); + #if defined(USE_KAI) + int kai_init(cubeb ** context, char const * context_name); #endif +#if defined(USE_OSS) +int oss_init(cubeb ** context, char const * context_name); +#endif - int - validate_stream_params(cubeb_stream_params stream_params) -@@ -120,6 +123,9 @@ cubeb_init(cubeb ** context, char const * context_name) - #if defined(USE_AUDIOTRACK) - audiotrack_init, + static int + validate_stream_params(cubeb_stream_params * input_stream_params, +@@ -138,6 +141,9 @@ cubeb_init(cubeb ** context, char const * context_name) + #if defined(USE_KAI) + kai_init, #endif +#if defined(USE_OSS) + oss_init, @@ -116,10 +133,10 @@ index 9c3adcc..45d765b 100644 int i; diff --git media/libcubeb/src/cubeb_alsa.c media/libcubeb/src/cubeb_alsa.c -index a962553..1f780f4 100644 +index 05ad27fef53b..3ea78e994f59 100644 --- media/libcubeb/src/cubeb_alsa.c +++ media/libcubeb/src/cubeb_alsa.c -@@ -11,6 +11,7 @@ +@@ -12,6 +12,7 @@ #include #include #include @@ -127,7 +144,7 @@ index a962553..1f780f4 100644 #include #include #include -@@ -24,6 +25,50 @@ +@@ -25,6 +26,52 @@ #define ALSA_PA_PLUGIN "ALSA <-> PulseAudio PCM I/O Plugin" @@ -167,8 +184,10 @@ index a962553..1f780f4 100644 +MAKE_TYPEDEF(snd_pcm_poll_descriptors); +MAKE_TYPEDEF(snd_pcm_poll_descriptors_count); +MAKE_TYPEDEF(snd_pcm_poll_descriptors_revents); ++MAKE_TYPEDEF(snd_pcm_readi); +MAKE_TYPEDEF(snd_pcm_recover); +MAKE_TYPEDEF(snd_pcm_set_params); ++MAKE_TYPEDEF(snd_pcm_start); +MAKE_TYPEDEF(snd_pcm_state); +MAKE_TYPEDEF(snd_pcm_writei); + @@ -178,7 +197,7 @@ index a962553..1f780f4 100644 /* ALSA is not thread-safe. snd_pcm_t instances are individually protected by the owning cubeb_stream's mutex. snd_pcm_t creation and destruction is not thread-safe until ALSA 1.0.24 (see alsa-lib.git commit 91c9c8f1), -@@ -64,6 +109,8 @@ struct cubeb { +@@ -65,6 +112,8 @@ struct cubeb { workaround is not required. */ snd_config_t * local_config; int is_pa; @@ -187,53 +206,85 @@ index a962553..1f780f4 100644 }; enum stream_state { -@@ -260,10 +307,10 @@ alsa_refill_stream(cubeb_stream * stm) +@@ -243,8 +292,8 @@ set_timeout(struct timeval * timeout, unsigned int ms) + static void + stream_buffer_decrement(cubeb_stream * stm, long count) + { +- char * bufremains = stm->buffer + snd_pcm_frames_to_bytes(stm->pcm, count); +- memmove(stm->buffer, bufremains, snd_pcm_frames_to_bytes(stm->pcm, stm->bufframes - count)); ++ char * bufremains = stm->buffer + WRAP(snd_pcm_frames_to_bytes)(stm->pcm, count); ++ memmove(stm->buffer, bufremains, WRAP(snd_pcm_frames_to_bytes)(stm->pcm, stm->bufframes - count)); + stm->bufframes -= count; + } - pthread_mutex_lock(&stm->mutex); +@@ -276,9 +325,9 @@ alsa_process_stream(cubeb_stream * stm) + /* Call _poll_descriptors_revents() even if we don't use it + to let underlying plugins clear null events. Otherwise poll() + may wake up again and again, producing unnecessary CPU usage. */ +- snd_pcm_poll_descriptors_revents(stm->pcm, stm->fds, stm->nfds, &revents); ++ WRAP(snd_pcm_poll_descriptors_revents)(stm->pcm, stm->fds, stm->nfds, &revents); - avail = snd_pcm_avail_update(stm->pcm); + avail = WRAP(snd_pcm_avail_update)(stm->pcm); - if (avail < 0) { -- snd_pcm_recover(stm->pcm, avail, 1); -- avail = snd_pcm_avail_update(stm->pcm); -+ WRAP(snd_pcm_recover)(stm->pcm, avail, 1); -+ avail = WRAP(snd_pcm_avail_update)(stm->pcm); - } - /* Failed to recover from an xrun, this stream must be broken. */ -@@ -286,7 +333,7 @@ alsa_refill_stream(cubeb_stream * stm) - return RUNNING; - } + /* Got null event? Bail and wait for another wakeup. */ + if (avail == 0) { +@@ -301,7 +350,7 @@ alsa_process_stream(cubeb_stream * stm) + // TODO: should it be marked as DRAINING? + } -- p = calloc(1, snd_pcm_frames_to_bytes(stm->pcm, avail)); -+ p = calloc(1, WRAP(snd_pcm_frames_to_bytes)(stm->pcm, avail)); - assert(p); +- got = snd_pcm_readi(stm->pcm, stm->buffer+stm->bufframes, avail); ++ got = WRAP(snd_pcm_readi)(stm->pcm, stm->buffer+stm->bufframes, avail); - pthread_mutex_unlock(&stm->mutex); -@@ -312,10 +359,10 @@ alsa_refill_stream(cubeb_stream * stm) - b[i] *= stm->volume; + if (got < 0) { + avail = got; // the error handler below will recover us +@@ -345,7 +394,7 @@ alsa_process_stream(cubeb_stream * stm) + (!stm->other_stream || stm->other_stream->bufframes > 0)) { + long got = avail - stm->bufframes; + void * other_buffer = stm->other_stream ? stm->other_stream->buffer : NULL; +- char * buftail = stm->buffer + snd_pcm_frames_to_bytes(stm->pcm, stm->bufframes); ++ char * buftail = stm->buffer + WRAP(snd_pcm_frames_to_bytes)(stm->pcm, stm->bufframes); + + /* Correct read size to the other stream available frames */ + if (stm->other_stream && got > stm->other_stream->bufframes) { +@@ -372,8 +421,8 @@ alsa_process_stream(cubeb_stream * stm) + long drain_frames = avail - stm->bufframes; + double drain_time = (double) drain_frames / stm->params.rate; + +- char * buftail = stm->buffer + snd_pcm_frames_to_bytes(stm->pcm, stm->bufframes); +- memset(buftail, 0, snd_pcm_frames_to_bytes(stm->pcm, drain_frames)); ++ char * buftail = stm->buffer + WRAP(snd_pcm_frames_to_bytes)(stm->pcm, stm->bufframes); ++ memset(buftail, 0, WRAP(snd_pcm_frames_to_bytes)(stm->pcm, drain_frames)); + stm->bufframes = avail; + + /* Mark as draining, unless we're waiting for capture */ +@@ -400,7 +449,7 @@ alsa_process_stream(cubeb_stream * stm) } } -- wrote = snd_pcm_writei(stm->pcm, p, got); -+ wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); + +- wrote = snd_pcm_writei(stm->pcm, stm->buffer, avail); ++ wrote = WRAP(snd_pcm_writei)(stm->pcm, stm->buffer, avail); if (wrote < 0) { -- snd_pcm_recover(stm->pcm, wrote, 1); -- wrote = snd_pcm_writei(stm->pcm, p, got); -+ WRAP(snd_pcm_recover)(stm->pcm, wrote, 1); -+ wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); - } - assert(wrote >= 0 && wrote == got); - stm->write_position += wrote; -@@ -342,7 +389,7 @@ alsa_refill_stream(cubeb_stream * stm) - - /* Fill the remaining buffer with silence to guarantee one full period - has been written. */ -- snd_pcm_writei(stm->pcm, (char *) p + got, avail - got); -+ WRAP(snd_pcm_writei)(stm->pcm, (char *) p + got, avail - got); + avail = wrote; // the error handler below will recover us + } else { +@@ -413,13 +462,13 @@ alsa_process_stream(cubeb_stream * stm) - set_timeout(&stm->drain_timeout, buffer_time * 1000); + /* Got some error? Let's try to recover the stream. */ + if (avail < 0) { +- avail = snd_pcm_recover(stm->pcm, avail, 0); ++ avail = WRAP(snd_pcm_recover)(stm->pcm, avail, 0); + + /* Capture pcm must be started after initial setup/recover */ + if (avail >= 0 && + stm->stream_type == SND_PCM_STREAM_CAPTURE && +- snd_pcm_state(stm->pcm) == SND_PCM_STATE_PREPARED) { +- avail = snd_pcm_start(stm->pcm); ++ WRAP(snd_pcm_state)(stm->pcm) == SND_PCM_STATE_PREPARED) { ++ avail = WRAP(snd_pcm_start)(stm->pcm); + } + } -@@ -453,26 +500,26 @@ get_slave_pcm_node(snd_config_t * lconf, snd_config_t * root_pcm) +@@ -535,26 +584,26 @@ get_slave_pcm_node(snd_config_t * lconf, snd_config_t * root_pcm) slave_def = NULL; @@ -265,7 +316,7 @@ index a962553..1f780f4 100644 if (r < 0) { break; } -@@ -481,7 +528,7 @@ get_slave_pcm_node(snd_config_t * lconf, snd_config_t * root_pcm) +@@ -563,7 +612,7 @@ get_slave_pcm_node(snd_config_t * lconf, snd_config_t * root_pcm) if (r < 0 || r > (int) sizeof(node_name)) { break; } @@ -274,7 +325,7 @@ index a962553..1f780f4 100644 if (r < 0) { break; } -@@ -490,7 +537,7 @@ get_slave_pcm_node(snd_config_t * lconf, snd_config_t * root_pcm) +@@ -572,7 +621,7 @@ get_slave_pcm_node(snd_config_t * lconf, snd_config_t * root_pcm) } while (0); if (slave_def) { @@ -283,7 +334,7 @@ index a962553..1f780f4 100644 } return NULL; -@@ -513,22 +560,22 @@ init_local_config_with_workaround(char const * pcm_name) +@@ -595,22 +644,22 @@ init_local_config_with_workaround(char const * pcm_name) lconf = NULL; @@ -310,7 +361,7 @@ index a962553..1f780f4 100644 if (r < 0) { break; } -@@ -537,7 +584,7 @@ init_local_config_with_workaround(char const * pcm_name) +@@ -619,7 +668,7 @@ init_local_config_with_workaround(char const * pcm_name) if (r < 0 || r > (int) sizeof(node_name)) { break; } @@ -319,7 +370,7 @@ index a962553..1f780f4 100644 if (r < 0) { break; } -@@ -548,12 +595,12 @@ init_local_config_with_workaround(char const * pcm_name) +@@ -630,12 +679,12 @@ init_local_config_with_workaround(char const * pcm_name) } /* Fetch the PCM node's type, and bail out if it's not the PulseAudio plugin. */ @@ -334,7 +385,7 @@ index a962553..1f780f4 100644 if (r < 0) { break; } -@@ -564,18 +611,18 @@ init_local_config_with_workaround(char const * pcm_name) +@@ -646,18 +695,18 @@ init_local_config_with_workaround(char const * pcm_name) /* Don't clobber an explicit existing handle_underrun value, set it only if it doesn't already exist. */ @@ -356,7 +407,7 @@ index a962553..1f780f4 100644 if (r < 0) { break; } -@@ -583,7 +630,7 @@ init_local_config_with_workaround(char const * pcm_name) +@@ -665,7 +714,7 @@ init_local_config_with_workaround(char const * pcm_name) return lconf; } while (0); @@ -365,19 +416,19 @@ index a962553..1f780f4 100644 return NULL; } -@@ -595,9 +642,9 @@ alsa_locked_pcm_open(snd_pcm_t ** pcm, snd_pcm_stream_t stream, snd_config_t * l +@@ -677,9 +726,9 @@ alsa_locked_pcm_open(snd_pcm_t ** pcm, char const * pcm_name, snd_pcm_stream_t s pthread_mutex_lock(&cubeb_alsa_mutex); if (local_config) { -- r = snd_pcm_open_lconf(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK, local_config); -+ r = WRAP(snd_pcm_open_lconf)(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK, local_config); +- r = snd_pcm_open_lconf(pcm, pcm_name, stream, SND_PCM_NONBLOCK, local_config); ++ r = WRAP(snd_pcm_open_lconf)(pcm, pcm_name, stream, SND_PCM_NONBLOCK, local_config); } else { -- r = snd_pcm_open(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK); -+ r = WRAP(snd_pcm_open)(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK); +- r = snd_pcm_open(pcm, pcm_name, stream, SND_PCM_NONBLOCK); ++ r = WRAP(snd_pcm_open)(pcm, pcm_name, stream, SND_PCM_NONBLOCK); } pthread_mutex_unlock(&cubeb_alsa_mutex); -@@ -610,7 +657,7 @@ alsa_locked_pcm_close(snd_pcm_t * pcm) +@@ -692,7 +741,7 @@ alsa_locked_pcm_close(snd_pcm_t * pcm) int r; pthread_mutex_lock(&cubeb_alsa_mutex); @@ -386,7 +437,7 @@ index a962553..1f780f4 100644 pthread_mutex_unlock(&cubeb_alsa_mutex); return r; -@@ -667,12 +714,65 @@ alsa_init(cubeb ** context, char const * context_name) +@@ -755,12 +804,65 @@ alsa_init(cubeb ** context, char const * context_name) pthread_attr_t attr; snd_pcm_t * dummy; @@ -453,7 +504,7 @@ index a962553..1f780f4 100644 cubeb_alsa_error_handler_set = 1; } pthread_mutex_unlock(&cubeb_alsa_mutex); -@@ -680,6 +780,8 @@ alsa_init(cubeb ** context, char const * context_name) +@@ -768,6 +870,8 @@ alsa_init(cubeb ** context, char const * context_name) ctx = calloc(1, sizeof(*ctx)); assert(ctx); @@ -462,7 +513,7 @@ index a962553..1f780f4 100644 ctx->ops = &alsa_ops; r = pthread_mutex_init(&ctx->mutex, NULL); -@@ -729,7 +831,7 @@ alsa_init(cubeb ** context, char const * context_name) +@@ -817,7 +921,7 @@ alsa_init(cubeb ** context, char const * context_name) config fails with EINVAL, the PA PCM is too old for this workaround. */ if (r == -EINVAL) { pthread_mutex_lock(&cubeb_alsa_mutex); @@ -471,7 +522,7 @@ index a962553..1f780f4 100644 pthread_mutex_unlock(&cubeb_alsa_mutex); ctx->local_config = NULL; } else if (r >= 0) { -@@ -768,9 +870,13 @@ alsa_destroy(cubeb * ctx) +@@ -857,9 +961,13 @@ alsa_destroy(cubeb * ctx) pthread_mutex_destroy(&ctx->mutex); free(ctx->fds); @@ -486,7 +537,7 @@ index a962553..1f780f4 100644 pthread_mutex_unlock(&cubeb_alsa_mutex); } -@@ -838,7 +944,7 @@ alsa_stream_init(cubeb * ctx, cubeb_stream ** stream, char const * stream_name, +@@ -939,7 +1047,7 @@ alsa_stream_init_single(cubeb * ctx, cubeb_stream ** stream, char const * stream return CUBEB_ERROR; } @@ -495,7 +546,7 @@ index a962553..1f780f4 100644 assert(r == 0); latency_us = latency_frames * 1e6 / stm->params.rate; -@@ -855,7 +961,7 @@ alsa_stream_init(cubeb * ctx, cubeb_stre +@@ -952,7 +1060,7 @@ alsa_stream_init_single(cubeb * ctx, cubeb_stream ** stream, char const * stream latency_us = latency_us < min_latency ? min_latency: latency_us; } @@ -504,7 +555,7 @@ index a962553..1f780f4 100644 stm->params.channels, stm->params.rate, 1, latency_us); if (r < 0) { -@@ -867,15 +973,15 @@ alsa_stream_init(cubeb * ctx, cubeb_stre +@@ -960,20 +1068,20 @@ alsa_stream_init_single(cubeb * ctx, cubeb_stream ** stream, char const * stream return CUBEB_ERROR_INVALID_FORMAT; } @@ -512,6 +563,12 @@ index a962553..1f780f4 100644 + r = WRAP(snd_pcm_get_params)(stm->pcm, &stm->buffer_size, &period_size); assert(r == 0); + /* Double internal buffer size to have enough space when waiting for the other side of duplex connection */ + stm->buffer_size *= 2; +- stm->buffer = calloc(1, snd_pcm_frames_to_bytes(stm->pcm, stm->buffer_size)); ++ stm->buffer = calloc(1, WRAP(snd_pcm_frames_to_bytes)(stm->pcm, stm->buffer_size)); + assert(stm->buffer); + - stm->nfds = snd_pcm_poll_descriptors_count(stm->pcm); + stm->nfds = WRAP(snd_pcm_poll_descriptors_count)(stm->pcm); assert(stm->nfds > 0); @@ -523,7 +580,7 @@ index a962553..1f780f4 100644 assert((nfds_t) r == stm->nfds); r = pthread_cond_init(&stm->cond, NULL); -@@ -895,7 +1001,7 @@ alsa_stream_destroy(cubeb_stream * stm) +@@ -1048,7 +1156,7 @@ alsa_stream_destroy(cubeb_stream * stm) pthread_mutex_lock(&stm->mutex); if (stm->pcm) { if (stm->state == DRAINING) { @@ -532,9 +589,9 @@ index a962553..1f780f4 100644 } alsa_locked_pcm_close(stm->pcm); stm->pcm = NULL; -@@ -938,12 +1044,12 @@ alsa_get_max_channel_count(cubeb * ctx, uint32_t * max_channels) - return CUBEB_ERROR; - } +@@ -1094,12 +1202,12 @@ alsa_get_max_channel_count(cubeb * ctx, uint32_t * max_channels) + + assert(stm); - r = snd_pcm_hw_params_any(stm->pcm, hw_params); + r = WRAP(snd_pcm_hw_params_any)(stm->pcm, hw_params); @@ -547,7 +604,7 @@ index a962553..1f780f4 100644 if (r < 0) { return CUBEB_ERROR; } -@@ -969,34 +1075,34 @@ alsa_get_preferred_sample_rate(cubeb * c +@@ -1120,34 +1228,34 @@ alsa_get_preferred_sample_rate(cubeb * ctx, uint32_t * rate) { /* get a pcm, disabling resampling, so we get a rate the * hardware/dmix/pulse/etc. supports. */ @@ -590,16 +647,21 @@ index a962553..1f780f4 100644 return CUBEB_OK; } -@@ -1013,7 +1119,7 @@ alsa_stream_start(cubeb_stream * stm) - ctx = stm->context; - +@@ -1180,10 +1288,10 @@ alsa_stream_start(cubeb_stream * stm) pthread_mutex_lock(&stm->mutex); + /* Capture pcm must be started after initial setup/recover */ + if (stm->stream_type == SND_PCM_STREAM_CAPTURE && +- snd_pcm_state(stm->pcm) == SND_PCM_STATE_PREPARED) { +- snd_pcm_start(stm->pcm); ++ WRAP(snd_pcm_state)(stm->pcm) == SND_PCM_STATE_PREPARED) { ++ WRAP(snd_pcm_start)(stm->pcm); + } - snd_pcm_pause(stm->pcm, 0); + WRAP(snd_pcm_pause)(stm->pcm, 0); gettimeofday(&stm->last_activity, NULL); pthread_mutex_unlock(&stm->mutex); *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Thu Apr 20 01:47:49 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75AA3D46ECB; Thu, 20 Apr 2017 01:47:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12E9F897; Thu, 20 Apr 2017 01:47:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3K1lmhM017931; Thu, 20 Apr 2017 01:47:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3K1lkfc017918; Thu, 20 Apr 2017 01:47:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201704200147.v3K1lkfc017918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 20 Apr 2017 01:47:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438919 - in branches/2017Q2: Mk/Uses www/firefox-esr www/firefox-esr-i18n www/firefox-esr/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2017 01:47:49 -0000 Author: jbeich Date: Thu Apr 20 01:47:46 2017 New Revision: 438919 URL: https://svnweb.freebsd.org/changeset/ports/438919 Log: MFH: r438316 r438317 r438462 r438814 www/firefox-esr: update to 52.1.0 Changes: https://www.mozilla.org/firefox/52.1.0/releasenotes/ Security: 5e0a038a-ca30-416d-a2f5-38cbf5e7df33 Approved by: ports-secteam (junovitch) Added: branches/2017Q2/www/firefox-esr/files/patch-bug1288587 - copied unchanged from r438316, head/www/firefox-esr/files/patch-bug1288587 branches/2017Q2/www/firefox-esr/files/patch-env-api-keys - copied unchanged from r438316, head/www/firefox-esr/files/patch-env-api-keys Deleted: branches/2017Q2/www/firefox-esr/files/patch-bug1013882 branches/2017Q2/www/firefox-esr/files/patch-bug1130155 branches/2017Q2/www/firefox-esr/files/patch-bug1153151 branches/2017Q2/www/firefox-esr/files/patch-bug1153179 branches/2017Q2/www/firefox-esr/files/patch-bug1232150 branches/2017Q2/www/firefox-esr/files/patch-bug1233275 branches/2017Q2/www/firefox-esr/files/patch-bug1245076 branches/2017Q2/www/firefox-esr/files/patch-bug1252246 branches/2017Q2/www/firefox-esr/files/patch-bug1257947 branches/2017Q2/www/firefox-esr/files/patch-bug1268816 branches/2017Q2/www/firefox-esr/files/patch-bug1269171 branches/2017Q2/www/firefox-esr/files/patch-bug1278861 branches/2017Q2/www/firefox-esr/files/patch-bug1320621 branches/2017Q2/www/firefox-esr/files/patch-bug1320991 branches/2017Q2/www/firefox-esr/files/patch-bug1329520 branches/2017Q2/www/firefox-esr/files/patch-bug1336791 branches/2017Q2/www/firefox-esr/files/patch-bug757366 branches/2017Q2/www/firefox-esr/files/patch-media-mtransport-third_party-nICEr-src-util-mbslen.c branches/2017Q2/www/firefox-esr/files/patch-modules-libpref-init-all.js Modified: branches/2017Q2/Mk/Uses/gecko.mk branches/2017Q2/www/firefox-esr-i18n/Makefile branches/2017Q2/www/firefox-esr-i18n/Makefile.lang branches/2017Q2/www/firefox-esr-i18n/Makefile.option branches/2017Q2/www/firefox-esr-i18n/distinfo branches/2017Q2/www/firefox-esr/Makefile branches/2017Q2/www/firefox-esr/distinfo branches/2017Q2/www/firefox-esr/files/patch-browser-app-nsBrowserApp.cpp branches/2017Q2/www/firefox-esr/files/patch-bug1021761 branches/2017Q2/www/firefox-esr/files/patch-bug826985 branches/2017Q2/www/firefox-esr/files/patch-bug847568 branches/2017Q2/www/firefox-esr/files/patch-bug981348 branches/2017Q2/www/firefox-esr/files/patch-ijg-libjpeg branches/2017Q2/www/firefox-esr/files/patch-sample-type branches/2017Q2/www/firefox-esr/files/patch-z-bug517422 Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/Mk/Uses/gecko.mk ============================================================================== --- branches/2017Q2/Mk/Uses/gecko.mk Thu Apr 20 01:34:56 2017 (r438918) +++ branches/2017Q2/Mk/Uses/gecko.mk Thu Apr 20 01:47:46 2017 (r438919) @@ -36,12 +36,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} -_GECKO_DEFAULT_VERSION= 45 -_GECKO_VERSIONS= 45 53 +_GECKO_DEFAULT_VERSION= 52 +_GECKO_VERSIONS= 52 53 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions -45_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr +52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr 53_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) Modified: branches/2017Q2/www/firefox-esr-i18n/Makefile ============================================================================== --- branches/2017Q2/www/firefox-esr-i18n/Makefile Thu Apr 20 01:34:56 2017 (r438918) +++ branches/2017Q2/www/firefox-esr-i18n/Makefile Thu Apr 20 01:47:46 2017 (r438919) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 45.8.0 +PORTVERSION= 52.1.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build3/linux-i686/xpi PKGNAMEPREFIX= PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} Modified: branches/2017Q2/www/firefox-esr-i18n/Makefile.lang ============================================================================== --- branches/2017Q2/www/firefox-esr-i18n/Makefile.lang Thu Apr 20 01:34:56 2017 (r438918) +++ branches/2017Q2/www/firefox-esr-i18n/Makefile.lang Thu Apr 20 01:47:46 2017 (r438919) @@ -1,7 +1,7 @@ # Created by: Koji Yokota # $FreeBSD$ -FIREFOX_I18N_ALL_= ach af an ar as ast az be bg bn-BD bn-IN br bs ca cs \ +FIREFOX_I18N_ALL_= ach af an ar as ast az bg bn-BD bn-IN br bs ca cs \ cy da de dsb el en-GB en-US en-ZA eo es-AR es-CL \ es-ES es-MX et eu fa ff fi fr fy-NL ga-IE gd gl gn \ gu-IN he hi-IN hr hsb hu hy-AM id is it ja kk km \ @@ -33,9 +33,6 @@ FIREFOX_I18N+= ast .if ${PORT_OPTIONS:MLANG_AZ} FIREFOX_I18N+= az .endif -.if ${PORT_OPTIONS:MLANG_BE} -FIREFOX_I18N+= be -.endif .if ${PORT_OPTIONS:MLANG_BG} FIREFOX_I18N+= bg .endif Modified: branches/2017Q2/www/firefox-esr-i18n/Makefile.option ============================================================================== --- branches/2017Q2/www/firefox-esr-i18n/Makefile.option Thu Apr 20 01:34:56 2017 (r438918) +++ branches/2017Q2/www/firefox-esr-i18n/Makefile.option Thu Apr 20 01:47:46 2017 (r438919) @@ -9,7 +9,6 @@ OPTIONS_DEFINE= LANG_ACH \ LANG_AS \ LANG_AST \ LANG_AZ \ - LANG_BE \ LANG_BG \ LANG_BB \ LANG_BN \ Modified: branches/2017Q2/www/firefox-esr-i18n/distinfo ============================================================================== --- branches/2017Q2/www/firefox-esr-i18n/distinfo Thu Apr 20 01:34:56 2017 (r438918) +++ branches/2017Q2/www/firefox-esr-i18n/distinfo Thu Apr 20 01:47:46 2017 (r438919) @@ -1,181 +1,179 @@ -TIMESTAMP = 1488235265 -SHA256 (xpi/firefox-45.8.0/ach.xpi) = e8337d1951aa8484bfade7a3157529a78a0d6882c4d332e880e1ac1063e028f1 -SIZE (xpi/firefox-45.8.0/ach.xpi) = 426530 -SHA256 (xpi/firefox-45.8.0/af.xpi) = b0d0ff680ae288fca3f319fa54a2607f980845c0384e153523b764fcf4d475b4 -SIZE (xpi/firefox-45.8.0/af.xpi) = 439353 -SHA256 (xpi/firefox-45.8.0/an.xpi) = 8897ebf779339512753770d00cafad01e514e8eec6f89e1887cde3c5c5256209 -SIZE (xpi/firefox-45.8.0/an.xpi) = 449036 -SHA256 (xpi/firefox-45.8.0/ar.xpi) = 7a2142e9eee1f9d798070da889301b0750b7c80aaea511fac6dfa38dc1e2e873 -SIZE (xpi/firefox-45.8.0/ar.xpi) = 474961 -SHA256 (xpi/firefox-45.8.0/as.xpi) = 58a788699e8f2930085b72edbfa03939e82f170258db92bdc7d8b44a4ec695e6 -SIZE (xpi/firefox-45.8.0/as.xpi) = 483096 -SHA256 (xpi/firefox-45.8.0/ast.xpi) = b0dabf6bd67b1bece44728ad600c919bfa0498bc593228b5a2ca46ad0574c7a5 -SIZE (xpi/firefox-45.8.0/ast.xpi) = 419250 -SHA256 (xpi/firefox-45.8.0/az.xpi) = e794b077c1a3e1d0c560dc95f69dcb90a03168032f34ab7822eb44c31ac5782a -SIZE (xpi/firefox-45.8.0/az.xpi) = 464018 -SHA256 (xpi/firefox-45.8.0/be.xpi) = 42c9a3eaf47d5dc59a137b756f80bd8ee79771825f63c8edfdd8366e0a95b63b -SIZE (xpi/firefox-45.8.0/be.xpi) = 442619 -SHA256 (xpi/firefox-45.8.0/bg.xpi) = 5972247e018f6b7165f5f2349a8693475aa046a0fbabd829a4b16d83170be637 -SIZE (xpi/firefox-45.8.0/bg.xpi) = 460809 -SHA256 (xpi/firefox-45.8.0/bn-BD.xpi) = 2d8097d6bc4632a092cf93967998bb76323051cbeb54e8b448d51105dba2fddb -SIZE (xpi/firefox-45.8.0/bn-BD.xpi) = 515643 -SHA256 (xpi/firefox-45.8.0/bn-IN.xpi) = 9b9c18088bb7b93bfb305b7beb86d097372bddf2e2cf1b6a9bea3915f6553a9f -SIZE (xpi/firefox-45.8.0/bn-IN.xpi) = 494076 -SHA256 (xpi/firefox-45.8.0/br.xpi) = 907414ac6a4edd0aece6e855e5fcade6d95fb98bb838c9dbf5c6a7ff22ea2e8e -SIZE (xpi/firefox-45.8.0/br.xpi) = 436390 -SHA256 (xpi/firefox-45.8.0/bs.xpi) = 0a7547b87ff3b16977f12568fee06d50936e33cb60a343cde84ab8f4dcbf17eb -SIZE (xpi/firefox-45.8.0/bs.xpi) = 442998 -SHA256 (xpi/firefox-45.8.0/ca.xpi) = c42c7517e9f16411407d437742c192538fa8996b460e697c455e62069d9e89e7 -SIZE (xpi/firefox-45.8.0/ca.xpi) = 436832 -SHA256 (xpi/firefox-45.8.0/cs.xpi) = 18d5650dd4eaef469228a6fa1a67363b828b17ada1ad861d51db41d9096f51fd -SIZE (xpi/firefox-45.8.0/cs.xpi) = 443482 -SHA256 (xpi/firefox-45.8.0/cy.xpi) = 9b7882133ec2f3b87c6c89c3069d74093c971a8369cbec15a679a75cf6703ad5 -SIZE (xpi/firefox-45.8.0/cy.xpi) = 438907 -SHA256 (xpi/firefox-45.8.0/da.xpi) = 3cb7160d1197f4378f2d9e5a292d69db020f4de33fabf99f772ff1d7a014575f -SIZE (xpi/firefox-45.8.0/da.xpi) = 430078 -SHA256 (xpi/firefox-45.8.0/de.xpi) = 5fbbe236fe80d34c0791fcd8b7492c18ca19bc0b1b093c3888d5ed191739b83f -SIZE (xpi/firefox-45.8.0/de.xpi) = 445482 -SHA256 (xpi/firefox-45.8.0/dsb.xpi) = b133cfb5d4b3556a7a7ed1cae65bd2cd0c271ea7d192c737c3316d1c9c872cda -SIZE (xpi/firefox-45.8.0/dsb.xpi) = 463791 -SHA256 (xpi/firefox-45.8.0/el.xpi) = 440468020d2babb17f28b13e781adf6e94829dde7474edacac9a8b9b0c0a5037 -SIZE (xpi/firefox-45.8.0/el.xpi) = 470867 -SHA256 (xpi/firefox-45.8.0/en-GB.xpi) = 7716fb13674dcff52cfa2d72ca3901e9d72a33f8c3af051bce89739daecf1f56 -SIZE (xpi/firefox-45.8.0/en-GB.xpi) = 423871 -SHA256 (xpi/firefox-45.8.0/en-US.xpi) = 615da888226f0b8052887af96c8269d5af642a203c08a18a450a20756baf8580 -SIZE (xpi/firefox-45.8.0/en-US.xpi) = 425461 -SHA256 (xpi/firefox-45.8.0/en-ZA.xpi) = a9a1cf1e1e3cd9a89698a8b1da8fa868f43216783325974ef966b0b9f7ad17c2 -SIZE (xpi/firefox-45.8.0/en-ZA.xpi) = 420776 -SHA256 (xpi/firefox-45.8.0/eo.xpi) = 61bae1e4100b1132eb534fd68e3889f5f683e65af7fd6165765a2c0203a92135 -SIZE (xpi/firefox-45.8.0/eo.xpi) = 440960 -SHA256 (xpi/firefox-45.8.0/es-AR.xpi) = 1a87cf2b1e1f78c8b6ebf6bc5d6e659c9cec002e47f2db5cd8b0b49b7d0ec87f -SIZE (xpi/firefox-45.8.0/es-AR.xpi) = 441482 -SHA256 (xpi/firefox-45.8.0/es-CL.xpi) = e05a6f9dcf53e32e8ee83e7350dbb6f0f1570ab0bb460fca5f7fbc884216cce9 -SIZE (xpi/firefox-45.8.0/es-CL.xpi) = 368763 -SHA256 (xpi/firefox-45.8.0/es-ES.xpi) = 829634f48d92d17c106bfdb58c054793b6016e61354d83e1c16f6c7cfee7a5a6 -SIZE (xpi/firefox-45.8.0/es-ES.xpi) = 353716 -SHA256 (xpi/firefox-45.8.0/es-MX.xpi) = 878fc31f44841162b748828a33cf0d5e906e0bff5bcf0295d1392395dae3e46d -SIZE (xpi/firefox-45.8.0/es-MX.xpi) = 449395 -SHA256 (xpi/firefox-45.8.0/et.xpi) = 400df3e8d025e106ff6217647bb9be03b75befa6446ef853b8638416665fde14 -SIZE (xpi/firefox-45.8.0/et.xpi) = 433352 -SHA256 (xpi/firefox-45.8.0/eu.xpi) = 650f66dd10372666747891e8ea4ce9a4bc749e9586b69e972517c2ae4a2c9fcd -SIZE (xpi/firefox-45.8.0/eu.xpi) = 441357 -SHA256 (xpi/firefox-45.8.0/fa.xpi) = 09d367036bde6791f39dbe8c33bb6f27c4de2c4c5378129e4eb61ce2635e3d25 -SIZE (xpi/firefox-45.8.0/fa.xpi) = 491941 -SHA256 (xpi/firefox-45.8.0/ff.xpi) = a60f6c1d1ed52e26b2f7dff4aeedfbb986d0d48bbeb031ea5d35dae3dc4e3729 -SIZE (xpi/firefox-45.8.0/ff.xpi) = 441499 -SHA256 (xpi/firefox-45.8.0/fi.xpi) = ddfb255418d7592bcef68cae8897fc18fe5914829c7502d0ff92354fa3cb8aef -SIZE (xpi/firefox-45.8.0/fi.xpi) = 438347 -SHA256 (xpi/firefox-45.8.0/fr.xpi) = 1ef78dde93358f09dcb596905669409f3b072a58dcc7fedc9187a64ff2dd7232 -SIZE (xpi/firefox-45.8.0/fr.xpi) = 450037 -SHA256 (xpi/firefox-45.8.0/fy-NL.xpi) = 6170e0272b70dd9cbd042d8521b154f87a39049ab4186c57f4ff01a35b240cb8 -SIZE (xpi/firefox-45.8.0/fy-NL.xpi) = 447778 -SHA256 (xpi/firefox-45.8.0/ga-IE.xpi) = f1e8faf6df095894c5b615caa0df6f476cadfa68dc5f45dea7136c2dea323975 -SIZE (xpi/firefox-45.8.0/ga-IE.xpi) = 460055 -SHA256 (xpi/firefox-45.8.0/gd.xpi) = a11c18d575fd3e572f7d3ee4a081516dab34390127387c73f524dc705a8c8c42 -SIZE (xpi/firefox-45.8.0/gd.xpi) = 449711 -SHA256 (xpi/firefox-45.8.0/gl.xpi) = b8fb8d3c132d1f5d56bc6b3c24b6c285b9ada68e4c5760bf3356974969d7f8c4 -SIZE (xpi/firefox-45.8.0/gl.xpi) = 434804 -SHA256 (xpi/firefox-45.8.0/gn.xpi) = d29c7b1c8193ed6194daabb57603ef67a0123a69c25be551736bff2268abb19d -SIZE (xpi/firefox-45.8.0/gn.xpi) = 460649 -SHA256 (xpi/firefox-45.8.0/gu-IN.xpi) = cb21847120c5c9bb389cf1f94b353d3b448b76296a3882104c516ede2005db9a -SIZE (xpi/firefox-45.8.0/gu-IN.xpi) = 472566 -SHA256 (xpi/firefox-45.8.0/he.xpi) = 865ecbbf980f14bd5d3341fff508c9af3c30130ebe31a78b1b331dec1cf30e6c -SIZE (xpi/firefox-45.8.0/he.xpi) = 454785 -SHA256 (xpi/firefox-45.8.0/hi-IN.xpi) = a531c8850809b576a5a363b33378f0a21284388317bf5d24a830d01080db810f -SIZE (xpi/firefox-45.8.0/hi-IN.xpi) = 486991 -SHA256 (xpi/firefox-45.8.0/hr.xpi) = 4e01fcfcac300d47cc7e7763d2ef10fec67bd24b5ac5a8916152910d2521fdd3 -SIZE (xpi/firefox-45.8.0/hr.xpi) = 449068 -SHA256 (xpi/firefox-45.8.0/hsb.xpi) = 7643abcd9e9a4183082300215403f2b7a6483bdc3dded68068b68a5b96e8eae3 -SIZE (xpi/firefox-45.8.0/hsb.xpi) = 461454 -SHA256 (xpi/firefox-45.8.0/hu.xpi) = af5f29ebe544af8d94d584b33b60c0aef2ada90b9832570b763cd4ecc8869428 -SIZE (xpi/firefox-45.8.0/hu.xpi) = 449777 -SHA256 (xpi/firefox-45.8.0/hy-AM.xpi) = 8c3d266ba6dbd0e25d0b24822f88f51daf1796ad72a5f329196f0a85f0c3d1e4 -SIZE (xpi/firefox-45.8.0/hy-AM.xpi) = 500040 -SHA256 (xpi/firefox-45.8.0/id.xpi) = 9d387769e3e1023768f4cf67d81e7f7952d33b6d821ba3f9cb4f41f87cf32727 -SIZE (xpi/firefox-45.8.0/id.xpi) = 427175 -SHA256 (xpi/firefox-45.8.0/is.xpi) = 3e4ce279d99fc0d13f153b03cbc2f65f55f7f5cf19116efb40304f36775d3063 -SIZE (xpi/firefox-45.8.0/is.xpi) = 443209 -SHA256 (xpi/firefox-45.8.0/it.xpi) = 4ef4bf7762f371a600b483c0e1331983a5a61c0060df650f375027f782460e82 -SIZE (xpi/firefox-45.8.0/it.xpi) = 343724 -SHA256 (xpi/firefox-45.8.0/ja.xpi) = c4d19e2ac9b3067cd6fae506544467eac85f5364604a2e973db028f3058ab21d -SIZE (xpi/firefox-45.8.0/ja.xpi) = 486331 -SHA256 (xpi/firefox-45.8.0/kk.xpi) = b8c6d314679d5cb13c86feca37277c0b8e84762bfc676f216ce2a22eb575b082 -SIZE (xpi/firefox-45.8.0/kk.xpi) = 498895 -SHA256 (xpi/firefox-45.8.0/km.xpi) = d19c3611bd7ac7366eaf7d1d9cb29389542a7900769db01e06e87ca67c1b3800 -SIZE (xpi/firefox-45.8.0/km.xpi) = 504301 -SHA256 (xpi/firefox-45.8.0/kn.xpi) = 233f6358aabc171d80d4b153757400d41e2b412c69acb208e5e0c9ad128cd542 -SIZE (xpi/firefox-45.8.0/kn.xpi) = 495881 -SHA256 (xpi/firefox-45.8.0/ko.xpi) = ab9a9a655b86ffe8fac739ceb72c9e65b5f765dc90964778d9a6d39b7f1e46f5 -SIZE (xpi/firefox-45.8.0/ko.xpi) = 465289 -SHA256 (xpi/firefox-45.8.0/lij.xpi) = 8a695065e6581135a814f1b5ca63f2c73856ec729e2a86bf6074800ff755866a -SIZE (xpi/firefox-45.8.0/lij.xpi) = 381384 -SHA256 (xpi/firefox-45.8.0/lt.xpi) = 0768f7d2596d33c66fd3d7d9cfeeb1dd91930fa48009c34079227537c436b74f -SIZE (xpi/firefox-45.8.0/lt.xpi) = 454678 -SHA256 (xpi/firefox-45.8.0/lv.xpi) = ff2ed673affc08ee4b5e65f701c082249990015dc32852e5055048f8a7a803c2 -SIZE (xpi/firefox-45.8.0/lv.xpi) = 445720 -SHA256 (xpi/firefox-45.8.0/mai.xpi) = 0152e459d6d5192f45dc29935309bd42001e6035fef225b4f098b7434f55f5b4 -SIZE (xpi/firefox-45.8.0/mai.xpi) = 492650 -SHA256 (xpi/firefox-45.8.0/mk.xpi) = 4dfb44f42d1f2442f19c8b082c07f96470f9cc5135b6266957ee567436ee4ceb -SIZE (xpi/firefox-45.8.0/mk.xpi) = 476391 -SHA256 (xpi/firefox-45.8.0/ml.xpi) = c7a35ae74caec8c252339f0c65dcb406303fca35553e0b9665fb9ca87bd55ea8 -SIZE (xpi/firefox-45.8.0/ml.xpi) = 498681 -SHA256 (xpi/firefox-45.8.0/mr.xpi) = c5c44dd20bdabdf92c1e5d7cce847d280f43182740c1d0a22ae392284a243b9f -SIZE (xpi/firefox-45.8.0/mr.xpi) = 503700 -SHA256 (xpi/firefox-45.8.0/ms.xpi) = 6d8b74dbafd3c490ed345d533c50963a0a5e9204c52d14a28bdda989d84d4c7a -SIZE (xpi/firefox-45.8.0/ms.xpi) = 440065 -SHA256 (xpi/firefox-45.8.0/nb-NO.xpi) = 7fc2e833da70c875aa7eaee49a750565ce663c060e3ac17b6cd88a5e9799fcd6 -SIZE (xpi/firefox-45.8.0/nb-NO.xpi) = 435471 -SHA256 (xpi/firefox-45.8.0/nl.xpi) = ec7725665e885272e51ab0986e19052af01c6179e32a17ca22b64eeb8f6a5d41 -SIZE (xpi/firefox-45.8.0/nl.xpi) = 435202 -SHA256 (xpi/firefox-45.8.0/nn-NO.xpi) = 61eb3e0d76ca7cbb69bbf6bb8c9552f469b71723a0cb4417171fe7b82b89fa3e -SIZE (xpi/firefox-45.8.0/nn-NO.xpi) = 432934 -SHA256 (xpi/firefox-45.8.0/or.xpi) = 943c4c44d1bd776730e098180c08c15a89dceb88b4130a287b5c87ba74bff512 -SIZE (xpi/firefox-45.8.0/or.xpi) = 495922 -SHA256 (xpi/firefox-45.8.0/pa-IN.xpi) = bc6d13e6fe2c12b79f55f04f7e51c4bddcdae66696c669f49dac73285d3fd265 -SIZE (xpi/firefox-45.8.0/pa-IN.xpi) = 489550 -SHA256 (xpi/firefox-45.8.0/pl.xpi) = 261b3c557ae6e53601504f9ad801489bc33fc2aa62ea6d1436e34b69c76c412a -SIZE (xpi/firefox-45.8.0/pl.xpi) = 383929 -SHA256 (xpi/firefox-45.8.0/pt-BR.xpi) = 0959e6b30ef9579b02f8f8ee6cfb148e581329195915d94c05b21489c7d856ff -SIZE (xpi/firefox-45.8.0/pt-BR.xpi) = 450991 -SHA256 (xpi/firefox-45.8.0/pt-PT.xpi) = cb61aa1b149eacda43343368b699c0dcc9fd70ee292293ff82e65263edc6040a -SIZE (xpi/firefox-45.8.0/pt-PT.xpi) = 437022 -SHA256 (xpi/firefox-45.8.0/rm.xpi) = 80b9a7da56be4b82d74ba97ee53fe78609942625a45769a93294a160f5a59c48 -SIZE (xpi/firefox-45.8.0/rm.xpi) = 437717 -SHA256 (xpi/firefox-45.8.0/ro.xpi) = de6e523e7730f0329a5b5753c467cbc8c38aa6628f0746a57febd36633fec9f6 -SIZE (xpi/firefox-45.8.0/ro.xpi) = 444062 -SHA256 (xpi/firefox-45.8.0/ru.xpi) = 0dce53178156223869dbc0a56dfeb203b94770ff32a7029de1af51f662c21363 -SIZE (xpi/firefox-45.8.0/ru.xpi) = 392738 -SHA256 (xpi/firefox-45.8.0/si.xpi) = 55a3ff30146341f0d1e6c86765248d5161d574cccaca1b5da69565d97604e43f -SIZE (xpi/firefox-45.8.0/si.xpi) = 482248 -SHA256 (xpi/firefox-45.8.0/sk.xpi) = b6e248955e8d37d5082664b20f6dddfbf0ee7f9b5151e43789086c6d59632438 -SIZE (xpi/firefox-45.8.0/sk.xpi) = 453607 -SHA256 (xpi/firefox-45.8.0/sl.xpi) = cb23d8e958701534794dedd3cc25fbf85a5238bc0a89ecb479a2550df3fe7f5e -SIZE (xpi/firefox-45.8.0/sl.xpi) = 444963 -SHA256 (xpi/firefox-45.8.0/son.xpi) = 337fba617b16ada119fce0b07a6b8658656a65fd5b429e0b214654fadcdc91a5 -SIZE (xpi/firefox-45.8.0/son.xpi) = 433513 -SHA256 (xpi/firefox-45.8.0/sq.xpi) = c7a71597dc4ca54984200a0da3837100756dbe930eda21ad6ccfab0cc2700f1b -SIZE (xpi/firefox-45.8.0/sq.xpi) = 452186 -SHA256 (xpi/firefox-45.8.0/sr.xpi) = 7185fc946328646b1a80996df71a4f8d02c1033c5c84b546eca01851bc6df337 -SIZE (xpi/firefox-45.8.0/sr.xpi) = 464478 -SHA256 (xpi/firefox-45.8.0/sv-SE.xpi) = a9a9dacf53e510db5fb0476af2f16f3508bd955aecf5cce4b522d07f24c3cafd -SIZE (xpi/firefox-45.8.0/sv-SE.xpi) = 444213 -SHA256 (xpi/firefox-45.8.0/ta.xpi) = f3c24960f752a494a468d878da01e114b886da4b547c6bcf9fbb618a54c4fc93 -SIZE (xpi/firefox-45.8.0/ta.xpi) = 483118 -SHA256 (xpi/firefox-45.8.0/te.xpi) = b8d11b842d31c933e6e74fbad3eb443b7e053740d3d5d7fd1627da8415a0c17d -SIZE (xpi/firefox-45.8.0/te.xpi) = 492471 -SHA256 (xpi/firefox-45.8.0/th.xpi) = 3fca54e4c7bb453f8000d87759a1ec5bcb63e30efc3d5fd6011a0b6eef890936 -SIZE (xpi/firefox-45.8.0/th.xpi) = 477650 -SHA256 (xpi/firefox-45.8.0/tr.xpi) = 17a30f0df5ea59969a7c8f12f81fe40db80281ffb45db770c2a6de5d7797b20c -SIZE (xpi/firefox-45.8.0/tr.xpi) = 451166 -SHA256 (xpi/firefox-45.8.0/uk.xpi) = 7fc8c0e84af1e730ec9cb93f18b889e7ca35445f04081f1fa00c2a19a00b7185 -SIZE (xpi/firefox-45.8.0/uk.xpi) = 494780 -SHA256 (xpi/firefox-45.8.0/uz.xpi) = aeb237a07f02f7680c838518c1ab4c9450a2de87690e1d92b1ec5d317287e399 -SIZE (xpi/firefox-45.8.0/uz.xpi) = 443803 -SHA256 (xpi/firefox-45.8.0/vi.xpi) = 6112ea4ddeb60109f656f902886c2b59b8cb1f34e6c87b966fff558e5aa8561d -SIZE (xpi/firefox-45.8.0/vi.xpi) = 450778 -SHA256 (xpi/firefox-45.8.0/xh.xpi) = d77e888447b44be1716f36f36f599823ea619e6b58673d21123b171402b05203 -SIZE (xpi/firefox-45.8.0/xh.xpi) = 432918 -SHA256 (xpi/firefox-45.8.0/zh-CN.xpi) = 295990f964e9926f20b6a5f06e06686a88a9199a7e4a48e9fa2132e6338cff0c -SIZE (xpi/firefox-45.8.0/zh-CN.xpi) = 475797 -SHA256 (xpi/firefox-45.8.0/zh-TW.xpi) = 004c22566602ef5c3905f0d8818018fc77d9f8022c97e15bb9f2841c9711fde3 -SIZE (xpi/firefox-45.8.0/zh-TW.xpi) = 466529 +TIMESTAMP = 1491886176 +SHA256 (xpi/firefox-52.1.0/ach.xpi) = aaa528f7f394e4801aab21d0d6f0313fc8a4b786873dab9c004c2dd741095c7f +SIZE (xpi/firefox-52.1.0/ach.xpi) = 427640 +SHA256 (xpi/firefox-52.1.0/af.xpi) = 2bda3bfc9b83a76df12234fb68db9bad1f836593b760bcc5dd8c831dff06c994 +SIZE (xpi/firefox-52.1.0/af.xpi) = 436823 +SHA256 (xpi/firefox-52.1.0/an.xpi) = 11984920e096e97b7defa905d749cebf4c4d5a8648bc9263cbd008f8bb9c9af5 +SIZE (xpi/firefox-52.1.0/an.xpi) = 445142 +SHA256 (xpi/firefox-52.1.0/ar.xpi) = 6fedf28099b26244349b8cfd85c8c0d3c44b26e6fc888498413cfad923a8497b +SIZE (xpi/firefox-52.1.0/ar.xpi) = 473382 +SHA256 (xpi/firefox-52.1.0/as.xpi) = 9c64fa1854a0b8bceab3237b7f9516e1bd73cb24089fd4b422b3705958f847fc +SIZE (xpi/firefox-52.1.0/as.xpi) = 486888 +SHA256 (xpi/firefox-52.1.0/ast.xpi) = 2feae76cbfc4a12f8c2ec4788bf16d0ccc1257b90f4d182e7c3d64ece636c0d5 +SIZE (xpi/firefox-52.1.0/ast.xpi) = 440033 +SHA256 (xpi/firefox-52.1.0/az.xpi) = 7dcc5b97f3ecf887f7372f39d050eab1163efa02463f2d689b50e458c75bf8d9 +SIZE (xpi/firefox-52.1.0/az.xpi) = 454923 +SHA256 (xpi/firefox-52.1.0/bg.xpi) = abbf23207d9704b2fdfb2fa3448d07640c4d185ec2a9d427ba37d6aa57886a37 +SIZE (xpi/firefox-52.1.0/bg.xpi) = 487891 +SHA256 (xpi/firefox-52.1.0/bn-BD.xpi) = d697f0eca8217f9e69738e513e82f02cd301ffb42ca1133c8ad464930404c554 +SIZE (xpi/firefox-52.1.0/bn-BD.xpi) = 511994 +SHA256 (xpi/firefox-52.1.0/bn-IN.xpi) = 2669ff2c9c89fa4c10d0f95f08a677420c1a7eaf6e5980c1071e2086fe493990 +SIZE (xpi/firefox-52.1.0/bn-IN.xpi) = 509375 +SHA256 (xpi/firefox-52.1.0/br.xpi) = 97608859ead1b10dc1d2f05ac4bea632ccbe1aea3375a28b2dd36abfd2f6fdee +SIZE (xpi/firefox-52.1.0/br.xpi) = 435482 +SHA256 (xpi/firefox-52.1.0/bs.xpi) = 3ad5709d451a32ef0ac51468588e41e3153bec352221b858c56f82d6cbef55ce +SIZE (xpi/firefox-52.1.0/bs.xpi) = 441782 +SHA256 (xpi/firefox-52.1.0/ca.xpi) = 69af86fe9453373c3b41dc9cd370917f563eeeeba750eb6d99bef31e6050de70 +SIZE (xpi/firefox-52.1.0/ca.xpi) = 443303 +SHA256 (xpi/firefox-52.1.0/cs.xpi) = 0fd5d4786b639fc44fbb8b4d7bcdda883da58204f78fbc55b684139fd72a778a +SIZE (xpi/firefox-52.1.0/cs.xpi) = 444075 +SHA256 (xpi/firefox-52.1.0/cy.xpi) = 78e2c91debf309d1c69f86e1ec8df38a006c23853cee5de87c298167daa47213 +SIZE (xpi/firefox-52.1.0/cy.xpi) = 436583 +SHA256 (xpi/firefox-52.1.0/da.xpi) = 8c73cc13da9fddf78deba643976fb43d493af3e66cc7d0260ecce0674c517189 +SIZE (xpi/firefox-52.1.0/da.xpi) = 424394 +SHA256 (xpi/firefox-52.1.0/de.xpi) = 9a030a63136583c071cdf57c2d857ba1faa2e43c1fb146f0dde48cfb0563e3bb +SIZE (xpi/firefox-52.1.0/de.xpi) = 442478 +SHA256 (xpi/firefox-52.1.0/dsb.xpi) = 7f5078ed137a74d6e441edfc09e2dae084443f292620b4ae37ea29b99ba004e8 +SIZE (xpi/firefox-52.1.0/dsb.xpi) = 459424 +SHA256 (xpi/firefox-52.1.0/el.xpi) = dcb41271678ba967bb8f2df01906dae87e4d14386ef1880675212988d9e01722 +SIZE (xpi/firefox-52.1.0/el.xpi) = 516592 +SHA256 (xpi/firefox-52.1.0/en-GB.xpi) = 24df2612d92ea2ec9b69ac21f377b0061463c1025f5259221c18132b2ed9b627 +SIZE (xpi/firefox-52.1.0/en-GB.xpi) = 419323 +SHA256 (xpi/firefox-52.1.0/en-US.xpi) = 87dd5705c916afc40890fb595bde1b2d5dcc148bf97bfd22cfbd937e004f83e4 +SIZE (xpi/firefox-52.1.0/en-US.xpi) = 428630 +SHA256 (xpi/firefox-52.1.0/en-ZA.xpi) = 00c764b77d38eb66f1975dae4e7eb11c64bd908e08831c98aca1d8b128f75324 +SIZE (xpi/firefox-52.1.0/en-ZA.xpi) = 412211 +SHA256 (xpi/firefox-52.1.0/eo.xpi) = fb85aa82a8937bd36f722a31e47458e62dd74425172222c303408b3a7310aad4 +SIZE (xpi/firefox-52.1.0/eo.xpi) = 437473 +SHA256 (xpi/firefox-52.1.0/es-AR.xpi) = bbf6951dee0edd98af3a6817e80bbfcf263f1530abdf1c1305c607fccff9c4d7 +SIZE (xpi/firefox-52.1.0/es-AR.xpi) = 445925 +SHA256 (xpi/firefox-52.1.0/es-CL.xpi) = b6e62a993c5927c99feeba35e932ba896a14c49c4a8fd1e7f8c606236f263df7 +SIZE (xpi/firefox-52.1.0/es-CL.xpi) = 445675 +SHA256 (xpi/firefox-52.1.0/es-ES.xpi) = fbdf9804d4320a286ddbd75108537819f13979a45d1a16f31956f79bf01836f8 +SIZE (xpi/firefox-52.1.0/es-ES.xpi) = 344875 +SHA256 (xpi/firefox-52.1.0/es-MX.xpi) = d118efbaaa7dd43b1e952691df8438f7243e8783444f66167ae33750919b73ce +SIZE (xpi/firefox-52.1.0/es-MX.xpi) = 448384 +SHA256 (xpi/firefox-52.1.0/et.xpi) = 991c77b981d6d1e4b4bfb6e236fd33bd814aca3212967c2e279d98915ffe3838 +SIZE (xpi/firefox-52.1.0/et.xpi) = 425112 +SHA256 (xpi/firefox-52.1.0/eu.xpi) = ac5d0468e00e9975b1ab7e79f73d662c185a2ab6f3976f67d8bac9b45663cc70 +SIZE (xpi/firefox-52.1.0/eu.xpi) = 438478 +SHA256 (xpi/firefox-52.1.0/fa.xpi) = 907622303642e0d5a09aa6fe4aa5eb5bdca70701ffd57255c1fc1083b89dde82 +SIZE (xpi/firefox-52.1.0/fa.xpi) = 491343 +SHA256 (xpi/firefox-52.1.0/ff.xpi) = 91be72df5b6a67b36c76a609cbfb4431fac3d1208e4423301bf4b14268200056 +SIZE (xpi/firefox-52.1.0/ff.xpi) = 440928 +SHA256 (xpi/firefox-52.1.0/fi.xpi) = 26bf0fcb296bfaa95b4a773d5b24bf5591f67562b5526d4112e772247723210f +SIZE (xpi/firefox-52.1.0/fi.xpi) = 430061 +SHA256 (xpi/firefox-52.1.0/fr.xpi) = 871f861ed6dd9256efcbe0c37937a91323bc61344eac45ff96d35eda37cbc7f3 +SIZE (xpi/firefox-52.1.0/fr.xpi) = 450210 +SHA256 (xpi/firefox-52.1.0/fy-NL.xpi) = 121e2d3d60f05b9715bc78c1abbc4da96d8433b800721ff54399afff6dbc49ca +SIZE (xpi/firefox-52.1.0/fy-NL.xpi) = 444973 +SHA256 (xpi/firefox-52.1.0/ga-IE.xpi) = 302f5693f5be52c96e5261b6552d76f7010aa5db007d8956967d4aac5f94b095 +SIZE (xpi/firefox-52.1.0/ga-IE.xpi) = 458164 +SHA256 (xpi/firefox-52.1.0/gd.xpi) = 756e9e47cf0f5fbc16ee6e697182c1738e8aef303a4b240b82ac61cfccdbabbf +SIZE (xpi/firefox-52.1.0/gd.xpi) = 447267 +SHA256 (xpi/firefox-52.1.0/gl.xpi) = c88a2ee3dfadc5a0ce92bedc81a0aee5f28b60ab6fc025a3252249809d26f630 +SIZE (xpi/firefox-52.1.0/gl.xpi) = 447295 +SHA256 (xpi/firefox-52.1.0/gn.xpi) = 66e621462c612b7857489511f888ea14645805d0eee9b679d04238999ab7f9b2 +SIZE (xpi/firefox-52.1.0/gn.xpi) = 456213 +SHA256 (xpi/firefox-52.1.0/gu-IN.xpi) = 52908d8932a07738f6113a618628086e1a236da6aa34206f0fcac774632634c0 +SIZE (xpi/firefox-52.1.0/gu-IN.xpi) = 489365 +SHA256 (xpi/firefox-52.1.0/he.xpi) = da75ac77f78d71d26ec4cf2dbce7c137d5fe4e78caea88577c550a95f20b9caf +SIZE (xpi/firefox-52.1.0/he.xpi) = 455282 +SHA256 (xpi/firefox-52.1.0/hi-IN.xpi) = 09db771f3b794ce51598cbece81a362a9401fcde8071898db8423ddc031b6f0e +SIZE (xpi/firefox-52.1.0/hi-IN.xpi) = 506518 +SHA256 (xpi/firefox-52.1.0/hr.xpi) = 699db658924dbbb6c0b1f8d160e3c20a0357a6197a7fd6576ca1f3b5bd5ff438 +SIZE (xpi/firefox-52.1.0/hr.xpi) = 447502 +SHA256 (xpi/firefox-52.1.0/hsb.xpi) = e514e07c823bfccc003c7caa93e0d0af49bbcaa7f3f5ec2fd0e35add73ea040d +SIZE (xpi/firefox-52.1.0/hsb.xpi) = 457258 +SHA256 (xpi/firefox-52.1.0/hu.xpi) = 62a65d6dabdc2370987735da7426ce5acc4325b3cbab31b1615d39f4a872d891 +SIZE (xpi/firefox-52.1.0/hu.xpi) = 451495 +SHA256 (xpi/firefox-52.1.0/hy-AM.xpi) = 4987323930c67b85fee1f5a4d775a2ae0748eb6183656f2ff25375e06794f6b9 +SIZE (xpi/firefox-52.1.0/hy-AM.xpi) = 495773 +SHA256 (xpi/firefox-52.1.0/id.xpi) = c1094fa40ca88e22526a1da963e6d3fedf03388701faf9b933869abf69b9a90c +SIZE (xpi/firefox-52.1.0/id.xpi) = 426023 +SHA256 (xpi/firefox-52.1.0/is.xpi) = 00c393fc58daf5fb57f3a289001e19cb28eda9716e07decd52d3d216a62a3584 +SIZE (xpi/firefox-52.1.0/is.xpi) = 442693 +SHA256 (xpi/firefox-52.1.0/it.xpi) = 6bdc6d51dee1fd6a513caf6cc81ae5012d9d5c8639c25957a4019cbf8ab3c408 +SIZE (xpi/firefox-52.1.0/it.xpi) = 339220 +SHA256 (xpi/firefox-52.1.0/ja.xpi) = 0d62b4f0485397a167c4432ee3acb7c6e80557d10cfd3a4734ad02b1b1f93061 +SIZE (xpi/firefox-52.1.0/ja.xpi) = 488342 +SHA256 (xpi/firefox-52.1.0/kk.xpi) = 58c3f660493537076edb1e31b9f89b0492eb359794517bf5b2da511facb53cc3 +SIZE (xpi/firefox-52.1.0/kk.xpi) = 496939 +SHA256 (xpi/firefox-52.1.0/km.xpi) = a9e06fb46b571de4e3e4de68b0e98f71818cbf3ed07e4e278ebf44d1cbf89eae +SIZE (xpi/firefox-52.1.0/km.xpi) = 520343 +SHA256 (xpi/firefox-52.1.0/kn.xpi) = 52790b78f00d530afd06187196cf78004ae6506e8b0d4cc5c9e08b0b3b641dad +SIZE (xpi/firefox-52.1.0/kn.xpi) = 519455 +SHA256 (xpi/firefox-52.1.0/ko.xpi) = 15eeaa8a8dfe177aa65605abd8d06818142865a81f9a19bb39e46844da505931 +SIZE (xpi/firefox-52.1.0/ko.xpi) = 463629 +SHA256 (xpi/firefox-52.1.0/lij.xpi) = bb8647019b8a13ddfe48bda7a9bc5e6641d4c956f9aabfc0baf559fb9ba5d3a9 +SIZE (xpi/firefox-52.1.0/lij.xpi) = 421070 +SHA256 (xpi/firefox-52.1.0/lt.xpi) = 579a850cf726c4e2cc0608218e25e45bd3bfc3f29c44f70e9c299810c3836412 +SIZE (xpi/firefox-52.1.0/lt.xpi) = 452235 +SHA256 (xpi/firefox-52.1.0/lv.xpi) = 9e0d770ee4bc4eda603b27cc69dcbacf922fc58149039b53f715db232ed3891d +SIZE (xpi/firefox-52.1.0/lv.xpi) = 448450 +SHA256 (xpi/firefox-52.1.0/mai.xpi) = 25358f6508930d3960c5ae029bbc5414b93ccc9f21a3bc53268857970698d4ed +SIZE (xpi/firefox-52.1.0/mai.xpi) = 499841 +SHA256 (xpi/firefox-52.1.0/mk.xpi) = 66518b2bf8f43caf02f8f46cdac906f92430b9e30b89f14ae48df8bd8132c4bd +SIZE (xpi/firefox-52.1.0/mk.xpi) = 496199 +SHA256 (xpi/firefox-52.1.0/ml.xpi) = d8c391910e955edf462a279524ca283a0111e57273e9a53467404a244cedda89 +SIZE (xpi/firefox-52.1.0/ml.xpi) = 516486 +SHA256 (xpi/firefox-52.1.0/mr.xpi) = 9152aa3cf23f576d5288b575d67c81b85a8a2059c10a955a08f0e6944c95d15e +SIZE (xpi/firefox-52.1.0/mr.xpi) = 502430 +SHA256 (xpi/firefox-52.1.0/ms.xpi) = f653115354ba1fc458b4fe4d9b357a9b3f958ca7a68d1d93909c922837181ccc +SIZE (xpi/firefox-52.1.0/ms.xpi) = 435990 +SHA256 (xpi/firefox-52.1.0/nb-NO.xpi) = f22e0d4f168946940e76648bf1f7490b18679caf7a4968387adcec3a6356e460 +SIZE (xpi/firefox-52.1.0/nb-NO.xpi) = 434411 +SHA256 (xpi/firefox-52.1.0/nl.xpi) = ea2d7b61f5d63d56b6cf825fea1c13f45049826446a4173f749b80849ed05643 +SIZE (xpi/firefox-52.1.0/nl.xpi) = 432007 +SHA256 (xpi/firefox-52.1.0/nn-NO.xpi) = f2ff89745686fd069c2ace20af3e186c98e6a14516c04a84036fa868e704a778 +SIZE (xpi/firefox-52.1.0/nn-NO.xpi) = 428644 +SHA256 (xpi/firefox-52.1.0/or.xpi) = 216f9e769a3617d1d64b82cbd6ca93cf6cbca87340c3102d27757a861288f434 +SIZE (xpi/firefox-52.1.0/or.xpi) = 496917 +SHA256 (xpi/firefox-52.1.0/pa-IN.xpi) = de2ab48f12e1ee79dd943a17b69c5f54e611de6f5262a3dc26dd44759f3110ac +SIZE (xpi/firefox-52.1.0/pa-IN.xpi) = 476587 +SHA256 (xpi/firefox-52.1.0/pl.xpi) = dcbd1720686c17ed38f565c74e359e1eb3b10593eaf03d69e4c6cc828cba36c1 +SIZE (xpi/firefox-52.1.0/pl.xpi) = 352851 +SHA256 (xpi/firefox-52.1.0/pt-BR.xpi) = 8f7c422d25eb13568802027a47fb544ac6df5274878859747b1d971722e16fbc +SIZE (xpi/firefox-52.1.0/pt-BR.xpi) = 438169 +SHA256 (xpi/firefox-52.1.0/pt-PT.xpi) = c33221725e433dcf43576490054d2eab6508d1d7466a2219a50045fa2829bac5 +SIZE (xpi/firefox-52.1.0/pt-PT.xpi) = 436726 +SHA256 (xpi/firefox-52.1.0/rm.xpi) = 32ffa2f6ec44a00673175e9b2fa9604311261b827752dec21a7b2852149ac714 +SIZE (xpi/firefox-52.1.0/rm.xpi) = 434608 +SHA256 (xpi/firefox-52.1.0/ro.xpi) = 1716cb258768432d6e93725318baaf3dfbfef8e794ef45c175ae36a1ecd3b820 +SIZE (xpi/firefox-52.1.0/ro.xpi) = 449937 +SHA256 (xpi/firefox-52.1.0/ru.xpi) = 7f83816417cf538c922d8956e502afe63785971c9daed0f7612aa6cc7c2c2e45 +SIZE (xpi/firefox-52.1.0/ru.xpi) = 395363 +SHA256 (xpi/firefox-52.1.0/si.xpi) = cf6f951b34148fba88ca4dff0bdbfae5d8e7db4be0e381caab2c3667d6a39c61 +SIZE (xpi/firefox-52.1.0/si.xpi) = 491958 +SHA256 (xpi/firefox-52.1.0/sk.xpi) = 21acf4974b6b130e7be2ddda6d68423c6204f360a5ccbb892ff0ce65b272a7ab +SIZE (xpi/firefox-52.1.0/sk.xpi) = 455819 +SHA256 (xpi/firefox-52.1.0/sl.xpi) = 3298e941c2ab1411e973d13a941edde04563675a9650c244782f89c9bc4138d6 +SIZE (xpi/firefox-52.1.0/sl.xpi) = 433482 +SHA256 (xpi/firefox-52.1.0/son.xpi) = ecc893020de0603f2ee7accf53014740c3dfc0b05eacf11fae96cc36acf4ce73 +SIZE (xpi/firefox-52.1.0/son.xpi) = 435127 +SHA256 (xpi/firefox-52.1.0/sq.xpi) = e7bd223209d997b13addd48a316f93da5687cfd941d027ff1cbbf1ccbc0861eb +SIZE (xpi/firefox-52.1.0/sq.xpi) = 448155 +SHA256 (xpi/firefox-52.1.0/sr.xpi) = 9b28684db2933399a0fd35ad66b938e9c72a445e73e6150928f91359ad399376 +SIZE (xpi/firefox-52.1.0/sr.xpi) = 463394 +SHA256 (xpi/firefox-52.1.0/sv-SE.xpi) = bf7280cd8f995868d7204d12de7f7444daabada8b8a748094d7c460072d551e1 +SIZE (xpi/firefox-52.1.0/sv-SE.xpi) = 441180 +SHA256 (xpi/firefox-52.1.0/ta.xpi) = 8a232709dcbc90fcf55c4245f86f2862c781fe1786076f91dcfc823aaf85e582 +SIZE (xpi/firefox-52.1.0/ta.xpi) = 494797 +SHA256 (xpi/firefox-52.1.0/te.xpi) = 5a4d385bac1db32e082b12c1176fe74990c182a3d80309599a0eefb5ec0ba43b +SIZE (xpi/firefox-52.1.0/te.xpi) = 515240 +SHA256 (xpi/firefox-52.1.0/th.xpi) = 1497f40d9cfc182d864845ed07abd407334b4412a204620f3665b139ea31a190 +SIZE (xpi/firefox-52.1.0/th.xpi) = 489378 +SHA256 (xpi/firefox-52.1.0/tr.xpi) = 98c3189161b5388c807210c3df1fee39a1266752461c497064632d8e4bdaf17d +SIZE (xpi/firefox-52.1.0/tr.xpi) = 443673 +SHA256 (xpi/firefox-52.1.0/uk.xpi) = 7c3d3e674b14df5d34ebaa9acbd8246a5613dbd402c7eb6f9932faffe1feac72 +SIZE (xpi/firefox-52.1.0/uk.xpi) = 495094 +SHA256 (xpi/firefox-52.1.0/uz.xpi) = dd662267de891c3c67f3ba83b679e2cd181f028a7d606f981411a0fd5568476d +SIZE (xpi/firefox-52.1.0/uz.xpi) = 447916 +SHA256 (xpi/firefox-52.1.0/vi.xpi) = b90a4c3845b328436eb908741d8308855cdc25b418553683fc271c31a570cf42 +SIZE (xpi/firefox-52.1.0/vi.xpi) = 450804 +SHA256 (xpi/firefox-52.1.0/xh.xpi) = f24de110815f6d50f70b71b4f59f5c2268d8a00593972ce9f9c9dda269d3f79c +SIZE (xpi/firefox-52.1.0/xh.xpi) = 441172 +SHA256 (xpi/firefox-52.1.0/zh-CN.xpi) = ed4afe83bed6c76b8051a3b4972d2d0469e11e59ea41e38232a94decd8f8e399 +SIZE (xpi/firefox-52.1.0/zh-CN.xpi) = 461694 +SHA256 (xpi/firefox-52.1.0/zh-TW.xpi) = f2aa1acca0afb7de7ae5cb939267cbc71c9fcf5bbd2239f89e8901cbe83fd999 +SIZE (xpi/firefox-52.1.0/zh-TW.xpi) = 472533 Modified: branches/2017Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2017Q2/www/firefox-esr/Makefile Thu Apr 20 01:34:56 2017 (r438918) +++ branches/2017Q2/www/firefox-esr/Makefile Thu Apr 20 01:47:46 2017 (r438919) @@ -2,33 +2,33 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 45.8.0 +DISTVERSION= 52.1.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 3 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build3/source PKGNAMESUFFIX= -esr MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.12:devel/nspr \ - nss>=3.21.3:security/nss \ +BUILD_DEPENDS= nspr>=4.13.1:devel/nspr \ + nss>=3.29.5:security/nss \ libevent>=2.0.21_2:devel/libevent \ - soundtouch>=1.9.0:audio/soundtouch \ - harfbuzz>=1.1.0:print/harfbuzz \ - graphite2>=1.3.6:graphics/graphite2 \ - png>=1.6.19:graphics/png \ + harfbuzz>=1.4.1:print/harfbuzz \ + graphite2>=1.3.8:graphics/graphite2 \ + png>=1.6.28:graphics/png \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ - sqlite3>=3.9.1:databases/sqlite3 \ + sqlite3>=3.17.0:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ yasm:devel/yasm \ zip:archivers/zip +# soundtouch>=1.9.0:audio/soundtouch \ LIB_DEPENDS= libv4l2.so:multimedia/libv4l @@ -36,7 +36,7 @@ USE_GECKO= gecko CPE_PRODUCT= ${PORTNAME}_esr CONFLICTS_INSTALL= firefox-[0-9]* MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= # empty +USE_MOZILLA= -soundtouch MOZILLA_NAME= Firefox USE_GL= gl @@ -44,8 +44,7 @@ USES= tar:xz FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png -MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \ - --enable-application=browser \ +MOZ_OPTIONS= --enable-application=browser \ --enable-official-branding OPTIONS_DEFINE= RUST Modified: branches/2017Q2/www/firefox-esr/distinfo ============================================================================== --- branches/2017Q2/www/firefox-esr/distinfo Thu Apr 20 01:34:56 2017 (r438918) +++ branches/2017Q2/www/firefox-esr/distinfo Thu Apr 20 01:47:46 2017 (r438919) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488487483 -SHA256 (firefox-45.8.0esr.source.tar.xz) = 7e28decd81f78070b433c69ebd7498f2e46e7cc5c5c6bff9a8cd7380d09da17a -SIZE (firefox-45.8.0esr.source.tar.xz) = 185229628 +TIMESTAMP = 1492454000 +SHA256 (firefox-52.1.0esr.source.tar.xz) = da2ba9630b8b56c6f5d36d9f3da2d984ef7986dc8b4d804f6947fcea6c24637d +SIZE (firefox-52.1.0esr.source.tar.xz) = 212348684 Modified: branches/2017Q2/www/firefox-esr/files/patch-browser-app-nsBrowserApp.cpp ============================================================================== --- branches/2017Q2/www/firefox-esr/files/patch-browser-app-nsBrowserApp.cpp Thu Apr 20 01:34:56 2017 (r438918) +++ branches/2017Q2/www/firefox-esr/files/patch-browser-app-nsBrowserApp.cpp Thu Apr 20 01:47:46 2017 (r438919) @@ -1,11 +1,12 @@ ---- browser/app/nsBrowserApp.cpp~ +--- browser/app/nsBrowserApp.cpp.orig 2016-09-19 16:19:28 UTC +++ browser/app/nsBrowserApp.cpp -@@ -417,6 +417,8 @@ int main(int argc, char* argv[]) - TriggerQuirks(); - #endif +@@ -324,6 +324,9 @@ int main(int argc, char* argv[], char* e + { + mozilla::TimeStamp start = mozilla::TimeStamp::Now(); + setenv("MOZ_GMP_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); + setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); - int gotCounters; - #if defined(XP_UNIX) - struct rusage initialRUsage; ++ + #ifdef HAS_DLL_BLOCKLIST + DllBlocklist_Initialize(); + Modified: branches/2017Q2/www/firefox-esr/files/patch-bug1021761 ============================================================================== --- branches/2017Q2/www/firefox-esr/files/patch-bug1021761 Thu Apr 20 01:34:56 2017 (r438918) +++ branches/2017Q2/www/firefox-esr/files/patch-bug1021761 Thu Apr 20 01:47:46 2017 (r438919) @@ -1,7 +1,19 @@ -diff --git configure.in configure.in +diff --git build/moz.configure/old.configure build/moz.configure/old.configure +index b95dd2b..4cbefd5 100644 +--- build/moz.configure/old.configure ++++ build/moz.configure/old.configure +@@ -305,6 +305,7 @@ def old_configure_options(*options): + '--with-nspr-prefix', + '--with-nss-exec-prefix', + '--with-nss-prefix', ++ '--with-oss', + '--with-pthreads', + '--with-qemu-exe', + '--with-servo', +diff --git old-configure.in configure.in index 48e60c0..ec08417 100644 ---- configure.in -+++ configure.in +--- old-configure.in ++++ old-configure.in @@ -5591,6 +5591,67 @@ fi AC_SUBST(MOZ_WEBM_ENCODER) @@ -175,22 +187,13 @@ index a962553..1f780f4 100644 }; enum stream_state { -@@ -262,7 +309,7 @@ alsa_refill_stream(cubeb_stream * stm) +@@ -260,10 +307,10 @@ alsa_refill_stream(cubeb_stream * stm) pthread_mutex_lock(&stm->mutex); -- r = snd_pcm_poll_descriptors_revents(stm->pcm, stm->fds, stm->nfds, &revents); -+ r = WRAP(snd_pcm_poll_descriptors_revents)(stm->pcm, stm->fds, stm->nfds, &revents); - if (r < 0 || revents != POLLOUT) { - /* This should be a stream error; it makes no sense for poll(2) to wake - for this stream and then have the stream report that it's not ready. -@@ -271,10 +318,10 @@ alsa_refill_stream(cubeb_stream * stm) - return RUNNING; - } - - avail = snd_pcm_avail_update(stm->pcm); + avail = WRAP(snd_pcm_avail_update)(stm->pcm); - if (avail == -EPIPE) { + if (avail < 0) { - snd_pcm_recover(stm->pcm, avail, 1); - avail = snd_pcm_avail_update(stm->pcm); + WRAP(snd_pcm_recover)(stm->pcm, avail, 1); @@ -198,19 +201,8 @@ index a962553..1f780f4 100644 } /* Failed to recover from an xrun, this stream must be broken. */ -@@ -293,8 +340,8 @@ alsa_refill_stream(cubeb_stream * stm) - available to write. If avail is still zero here, the stream must be in - a funky state, so recover and try again. */ - if (avail == 0) { -- snd_pcm_recover(stm->pcm, -EPIPE, 1); -- avail = snd_pcm_avail_update(stm->pcm); -+ WRAP(snd_pcm_recover)(stm->pcm, -EPIPE, 1); -+ avail = WRAP(snd_pcm_avail_update)(stm->pcm); - if (avail <= 0) { - pthread_mutex_unlock(&stm->mutex); - stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); -@@ -302,7 +349,7 @@ alsa_refill_stream(cubeb_stream * stm) - } +@@ -286,7 +333,7 @@ alsa_refill_stream(cubeb_stream * stm) + return RUNNING; } - p = calloc(1, snd_pcm_frames_to_bytes(stm->pcm, avail)); @@ -218,13 +210,13 @@ index a962553..1f780f4 100644 assert(p); pthread_mutex_unlock(&stm->mutex); -@@ -327,10 +374,10 @@ alsa_refill_stream(cubeb_stream * stm) +@@ -312,10 +359,10 @@ alsa_refill_stream(cubeb_stream * stm) b[i] *= stm->volume; } } - wrote = snd_pcm_writei(stm->pcm, p, got); + wrote = WRAP(snd_pcm_writei)(stm->pcm, p, got); - if (wrote == -EPIPE) { + if (wrote < 0) { - snd_pcm_recover(stm->pcm, wrote, 1); - wrote = snd_pcm_writei(stm->pcm, p, got); + WRAP(snd_pcm_recover)(stm->pcm, wrote, 1); @@ -502,24 +494,22 @@ index a962553..1f780f4 100644 + r = WRAP(snd_pcm_nonblock)(stm->pcm, 1); assert(r == 0); - /* Ugly hack: the PA ALSA plugin allows buffer configurations that can't -@@ -848,23 +954,23 @@ alsa_stream_init(cubeb * ctx, cubeb_stream ** stream, char const * stream_name, - latency = latency < 500 ? 500 : latency; + latency_us = latency_frames * 1e6 / stm->params.rate; +@@ -855,7 +961,7 @@ alsa_stream_init(cubeb * ctx, cubeb_stre + latency_us = latency_us < min_latency ? min_latency: latency_us; } - r = snd_pcm_set_params(stm->pcm, format, SND_PCM_ACCESS_RW_INTERLEAVED, -- stm->params.channels, stm->params.rate, 1, -- latency * 1000); + r = WRAP(snd_pcm_set_params)(stm->pcm, format, SND_PCM_ACCESS_RW_INTERLEAVED, -+ stm->params.channels, stm->params.rate, 1, -+ latency * 1000); + stm->params.channels, stm->params.rate, 1, + latency_us); if (r < 0) { - alsa_stream_destroy(stm); +@@ -867,15 +973,15 @@ alsa_stream_init(cubeb * ctx, cubeb_stre return CUBEB_ERROR_INVALID_FORMAT; } -- r = snd_pcm_get_params(stm->pcm, &stm->buffer_size, &stm->period_size); -+ r = WRAP(snd_pcm_get_params)(stm->pcm, &stm->buffer_size, &stm->period_size); +- r = snd_pcm_get_params(stm->pcm, &stm->buffer_size, &period_size); ++ r = WRAP(snd_pcm_get_params)(stm->pcm, &stm->buffer_size, &period_size); assert(r == 0); - stm->nfds = snd_pcm_poll_descriptors_count(stm->pcm); @@ -557,12 +547,12 @@ index a962553..1f780f4 100644 if (r < 0) { return CUBEB_ERROR; } -@@ -963,34 +1069,34 @@ alsa_get_preferred_sample_rate(cubeb * ctx, uint32_t * rate) { +@@ -969,34 +1075,34 @@ alsa_get_preferred_sample_rate(cubeb * c /* get a pcm, disabling resampling, so we get a rate the * hardware/dmix/pulse/etc. supports. */ -- r = snd_pcm_open(&pcm, CUBEB_ALSA_PCM_NAME, SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); -+ r = WRAP(snd_pcm_open)(&pcm, CUBEB_ALSA_PCM_NAME, SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); +- r = snd_pcm_open(&pcm, CUBEB_ALSA_PCM_NAME, SND_PCM_STREAM_PLAYBACK, SND_PCM_NO_AUTO_RESAMPLE); ++ r = WRAP(snd_pcm_open)(&pcm, CUBEB_ALSA_PCM_NAME, SND_PCM_STREAM_PLAYBACK, SND_PCM_NO_AUTO_RESAMPLE); if (r < 0) { return CUBEB_ERROR; } @@ -643,7 +633,7 @@ new file mode 100644 index 0000000..5e38e27 --- /dev/null +++ media/libcubeb/src/cubeb_oss.c -@@ -0,0 +1,432 @@ +@@ -0,0 +1,442 @@ +/* + * Copyright © 2014 Mozilla Foundation + * @@ -664,6 +654,7 @@ index 0000000..5e38e27 +#include +#include +#include ++#include + +#include "cubeb/cubeb.h" +#include "cubeb-internal.h" @@ -762,7 +753,7 @@ index 0000000..5e38e27 + pthread_mutex_lock(&stream->state_mutex); + if (stream->data_callback && stream->running && !stream->stopped) { + pthread_mutex_unlock(&stream->state_mutex); -+ got = stream->data_callback(stream, stream->user_ptr, buffer, nframes); ++ got = stream->data_callback(stream, stream->user_ptr, NULL, buffer, nframes); + } else { + pthread_mutex_unlock(&stream->state_mutex); + } @@ -892,7 +883,10 @@ index 0000000..5e38e27 + +static int oss_stream_init(cubeb * context, cubeb_stream ** stm, + char const * stream_name, -+ cubeb_stream_params stream_params, ++ cubeb_devid input_device, ++ cubeb_stream_params * input_stream_params, ++ cubeb_devid output_device, ++ cubeb_stream_params * output_stream_params, + unsigned int latency, + cubeb_data_callback data_callback, + cubeb_state_callback state_callback, void * user_ptr) @@ -903,6 +897,12 @@ index 0000000..5e38e27 + stream->state_callback = state_callback; + stream->user_ptr = user_ptr; + ++ assert(!input_stream_params && "not supported."); ++ if (input_device || output_device) { ++ /* Device selection not yet implemented. */ ++ return CUBEB_ERROR_DEVICE_UNAVAILABLE; ++ } ++ + if ((stream->fd = open(CUBEB_OSS_DEFAULT_OUTPUT, O_WRONLY)) == -1) { + free(stream); + return CUBEB_ERROR; @@ -914,7 +914,7 @@ index 0000000..5e38e27 + free(stream); \ + return CUBEB_ERROR_INVALID_FORMAT; } } while (0) + -+ stream->params = stream_params; ++ stream->params = *output_stream_params; + stream->volume = 1.0; + stream->panning = 0.0; + @@ -1117,14 +1117,14 @@ diff --git media/libcubeb/update.sh medi index a96badd..2f9585e 100755 --- media/libcubeb/update.sh +++ media/libcubeb/update.sh -@@ -10,6 +10,7 @@ cp $1/src/cubeb_audiounit.c src - cp $1/src/cubeb_pulse.c src - cp $1/src/cubeb_sndio.c src +@@ -16,6 +16,7 @@ cp $1/src/cubeb_audiounit.cpp src + cp $1/src/cubeb_osx_run_loop.h src + cp $1/src/cubeb_jack.cpp src cp $1/src/cubeb_opensl.c src +cp $1/src/cubeb_oss.c src - cp $1/src/cubeb_audiotrack.c src - cp $1/src/cubeb_wasapi.cpp src - cp $1/src/cubeb_resampler.h src + cp $1/src/cubeb_panner.cpp src + cp $1/src/cubeb_panner.h src + cp $1/src/cubeb_pulse.c src diff --git media/webrtc/signaling/test/common.build media/webrtc/signaling/test/common.build index 991f03f..3d99eb5 100644 --- media/webrtc/signaling/test/common.build @@ -1138,13 +1138,13 @@ index 991f03f..3d99eb5 100644 +if CONFIG['MOZ_OSS']: + OS_LIBS += CONFIG['MOZ_OSS_LIBS'] - if CONFIG['MOZ_NATIVE_JPEG']: + if CONFIG['MOZ_SYSTEM_JPEG']: OS_LIBS += CONFIG['MOZ_JPEG_LIBS'] diff --git toolkit/library/moz.build toolkit/library/moz.build index e191f13..4fb268a 100644 --- toolkit/library/moz.build +++ toolkit/library/moz.build -@@ -234,8 +234,8 @@ if CONFIG['MOZ_NATIVE_LIBVPX']: +@@ -234,8 +234,8 @@ if CONFIG['MOZ_SYSTEM_LIBVPX']: if not CONFIG['MOZ_TREE_PIXMAN']: OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS'] Copied: branches/2017Q2/www/firefox-esr/files/patch-bug1288587 (from r438316, head/www/firefox-esr/files/patch-bug1288587) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/www/firefox-esr/files/patch-bug1288587 Thu Apr 20 01:47:46 2017 (r438919, copy of r438316, head/www/firefox-esr/files/patch-bug1288587) @@ -0,0 +1,67 @@ +diff --git a/build/moz.configure/init.configure b/build/moz.configure/init.configure +index 855214a..1e91d51 100644 +--- build/moz.configure/init.configure ++++ build/moz.configure/init.configure +@@ -165,16 +165,17 @@ option(env='PYTHON', nargs=1, help='Python interpreter') + # ============================================================== + @depends('PYTHON', check_build_environment, mozconfig, '--help') + @imports('os') + @imports('sys') + @imports('subprocess') + @imports(_from='mozbuild.configure.util', _import='LineIO') + @imports(_from='mozbuild.virtualenv', _import='VirtualenvManager') + @imports(_from='mozbuild.virtualenv', _import='verify_python_version') ++@imports(_from='__builtin__', _import='KeyError') + @imports('distutils.sysconfig') + def virtualenv_python(env_python, build_env, mozconfig, help): + if help: + return + + python = env_python[0] if env_python else None + + # Ideally we'd rely on the mozconfig injection from mozconfig_options, +@@ -184,16 +185,22 @@ def virtualenv_python(env_python, build_env, mozconfig, help): + if 'PYTHON' in mozconfig['env']['added']: + python = mozconfig['env']['added']['PYTHON'] + elif 'PYTHON' in mozconfig['env']['modified']: + python = mozconfig['env']['modified']['PYTHON'][1] + elif 'PYTHON' in mozconfig['vars']['added']: + python = mozconfig['vars']['added']['PYTHON'] + elif 'PYTHON' in mozconfig['vars']['modified']: + python = mozconfig['vars']['modified']['PYTHON'][1] ++ for i in ('env', 'vars'): ++ for j in ('added', 'modified'): ++ try: ++ del mozconfig[i][j]['PYTHON'] ++ except KeyError: ++ pass + + with LineIO(lambda l: log.error(l)) as out: + verify_python_version(out) + topsrcdir, topobjdir = build_env.topsrcdir, build_env.topobjdir + if topobjdir.endswith('/js/src'): + topobjdir = topobjdir[:-7] + + with LineIO(lambda l: log.info(l)) as out: +@@ -219,17 +226,20 @@ def virtualenv_python(env_python, build_env, mozconfig, help): + log.info('Creating Python environment') + manager.build(python) + + python = normsep(manager.python_path) + + if python != normsep(sys.executable): + log.info('Reexecuting in the virtualenv') + if env_python: +- del os.environ['PYTHON'] ++ try: ++ del os.environ['PYTHON'] ++ except KeyError: ++ pass + # One would prefer to use os.execl, but that's completely borked on + # Windows. + sys.exit(subprocess.call([python] + sys.argv)) + + # We are now in the virtualenv + if not distutils.sysconfig.get_python_lib(): + die('Could not determine python site packages directory') + Modified: branches/2017Q2/www/firefox-esr/files/patch-bug826985 ============================================================================== --- branches/2017Q2/www/firefox-esr/files/patch-bug826985 Thu Apr 20 01:34:56 2017 (r438918) +++ branches/2017Q2/www/firefox-esr/files/patch-bug826985 Thu Apr 20 01:47:46 2017 (r438919) @@ -5,7 +5,7 @@ Date: Fri Jan 4 13:49:22 2013 +0100 Bug 826985 - Support more video formats for WebRTC via libv4l2 on Linux. --- config/system-headers | 1 + - configure.in | 7 +++++++ + old-configure.in | 7 +++++++ media/webrtc/signaling/test/Makefile.in | 1 + .../modules/video_capture/linux/device_info_linux.cc | 17 +++++++++++++++++ .../modules/video_capture/linux/video_capture_linux.cc | 16 +++++++++++++++- @@ -17,18 +17,18 @@ diff --git config/system-headers config/ index 55e4cd1..76567b3 100644 --- config/system-headers +++ config/system-headers -@@ -627,6 +627,7 @@ libgnome/libgnome.h +@@ -624,6 +624,7 @@ libgnome/libgnome.h libgnomeui/gnome-icon-lookup.h libgnomeui/gnome-icon-theme.h libgnomeui/gnome-ui-init.h +libv4l2.h - lib$routines.h - limits limits.h -diff --git configure.in configure.in + link.h + #ifdef ANDROID +diff --git old-configure.in configure.in index 55e4cd1..76567b3 100644 ---- configure.in -+++ configure.in +--- old-configure.in ++++ old-configure.in @@ -5309,6 +5309,9 @@ if test -n "$MOZ_WEBRTC"; then MOZ_VP8_ENCODER=1 MOZ_VP8_ERROR_CONCEALMENT=1 @@ -67,7 +67,7 @@ diff --git media/webrtc/trunk/webrtc/mod index 239a292..bab496c 100644 --- media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc +++ media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc -@@ -25,10 +25,21 @@ +@@ -25,6 +25,9 @@ #else #include #endif @@ -77,6 +77,9 @@ index 239a292..bab496c 100644 #include "webrtc/system_wrappers/interface/ref_count.h" #include "webrtc/system_wrappers/interface/trace.h" +@@ -34,6 +37,15 @@ + #define BUF_LEN ( 1024 * ( EVENT_SIZE + 16 ) ) + #endif +#ifdef HAVE_LIBV4L2 +#define open v4l2_open @@ -86,10 +89,11 @@ index 239a292..bab496c 100644 +#define mmap v4l2_mmap +#define munmap v4l2_munmap +#endif - ++ namespace webrtc { -@@ -130,6 +142,11 @@ WebRtc_Word32 DeviceInfoLinux::GetDeviceName( + namespace videocapturemodule +@@ -274,6 +286,11 @@ int32_t DeviceInfoLinux::GetDeviceName( memset(deviceNameUTF8, 0, deviceNameLength); memcpy(cameraName, cap.card, sizeof(cap.card)); Modified: branches/2017Q2/www/firefox-esr/files/patch-bug847568 ============================================================================== --- branches/2017Q2/www/firefox-esr/files/patch-bug847568 Thu Apr 20 01:34:56 2017 (r438918) +++ branches/2017Q2/www/firefox-esr/files/patch-bug847568 Thu Apr 20 01:47:46 2017 (r438919) @@ -1,104 +1,54 @@ # Allow building against system-wide graphite2/harfbuzz. diff --git config/Makefile.in config/Makefile.in -index 14bfc0d..5383399 100644 +index e2e11dc0e27e..a6206bb0ff30 100644 --- config/Makefile.in +++ config/Makefile.in -@@ -49,6 +49,8 @@ export:: $(export-preqs) - -DMOZ_NATIVE_LIBEVENT=$(MOZ_NATIVE_LIBEVENT) \ - -DMOZ_NATIVE_LIBVPX=$(MOZ_NATIVE_LIBVPX) \ - -DMOZ_NATIVE_ICU=$(MOZ_NATIVE_ICU) \ -+ -DMOZ_NATIVE_GRAPHITE2=$(MOZ_NATIVE_GRAPHITE2) \ -+ -DMOZ_NATIVE_HARFBUZZ=$(MOZ_NATIVE_HARFBUZZ) \ - $(srcdir)/system-headers | $(PERL) $(topsrcdir)/nsprpub/config/make-system-wrappers.pl system_wrappers - $(INSTALL) system_wrappers $(DIST) - +@@ -41,6 +41,8 @@ export:: $(export-preqs) + $(PYTHON) -m mozbuild.action.preprocessor $(DEFINES) $(ACDEFINES) \ + -DMOZ_TREE_CAIRO=$(MOZ_TREE_CAIRO) \ + -DMOZ_TREE_PIXMAN=$(MOZ_TREE_PIXMAN) \ ++ -DMOZ_SYSTEM_GRAPHITE2=$(MOZ_SYSTEM_GRAPHITE2) \ ++ -DMOZ_SYSTEM_HARFBUZZ=$(MOZ_SYSTEM_HARFBUZZ) \ + -DMOZ_SYSTEM_HUNSPELL=$(MOZ_SYSTEM_HUNSPELL) \ + -DMOZ_SYSTEM_BZ2=$(MOZ_SYSTEM_BZ2) \ + -DMOZ_SYSTEM_ZLIB=$(MOZ_SYSTEM_ZLIB) \ diff --git config/system-headers config/system-headers -index 18e8703..bdc5f82 100644 +index a0c53c651a3e..5ee7f71f9634 100644 --- config/system-headers +++ config/system-headers -@@ -1344,3 +1344,11 @@ unicode/utypes.h +@@ -1269,6 +1269,15 @@ libsn/sn-launcher.h + libsn/sn-monitor.h + libsn/sn-util.h #endif - libutil.h - unwind.h -+#if MOZ_NATIVE_GRAPHITE2==1 ++#if MOZ_SYSTEM_GRAPHITE2==1 +graphite2/Font.h +graphite2/Segment.h +#endif -+#if MOZ_NATIVE_HARFBUZZ==1 ++#if MOZ_SYSTEM_HARFBUZZ==1 ++harfbuzz/hb-glib.h +harfbuzz/hb-ot.h +harfbuzz/hb.h +#endif -diff --git configure.in configure.in -index ac38f40..87536b7 100644 ---- configure.in -+++ configure.in -@@ -7989,6 +7989,49 @@ if test "$USE_FC_FREETYPE"; then - fi - - dnl ======================================================== -+dnl Check for harfbuzz -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-harfbuzz, -+[ --with-system-harfbuzz Use system harfbuzz (located with pkgconfig)], -+MOZ_NATIVE_HARFBUZZ=1, -+MOZ_NATIVE_HARFBUZZ=) -+ -+if test -n "$MOZ_NATIVE_HARFBUZZ"; then -+ PKG_CHECK_MODULES(MOZ_HARFBUZZ, harfbuzz >= 1.1.0) -+fi -+ -+AC_SUBST(MOZ_NATIVE_HARFBUZZ) -+ -+dnl ======================================================== -+dnl Check for graphite2 -+dnl ======================================================== -+ -+MOZ_ARG_WITH_BOOL(system-graphite2, -+[ --with-system-graphite2 Use system graphite2 (located with pkgconfig)], -+MOZ_NATIVE_GRAPHITE2=1, -+MOZ_NATIVE_GRAPHITE2=) -+ -+if test -n "$MOZ_NATIVE_GRAPHITE2"; then -+ PKG_CHECK_MODULES(MOZ_GRAPHITE2, graphite2) -+ -+ dnl graphite2.pc has bogus version, check manually -+ AC_TRY_COMPILE([ #include -+ #define GR2_VERSION_REQUIRE(major,minor,bugfix) \ -+ ( GR2_VERSION_MAJOR * 10000 + GR2_VERSION_MINOR \ -+ * 100 + GR2_VERSION_BUGFIX >= \ -+ (major) * 10000 + (minor) * 100 + (bugfix) ) -+ ], [ -+ #if !GR2_VERSION_REQUIRE(1,3,6) -+ #error "Insufficient graphite2 version." -+ #endif -+ ], [], -+ [AC_MSG_ERROR([--with-system-graphite2 requested but no working libgraphite2 found])]) -+fi -+ -+AC_SUBST(MOZ_NATIVE_GRAPHITE2) -+ -+dnl ======================================================== - dnl Check for pixman and cairo - dnl ======================================================== *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Thu Apr 20 13:15:01 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C27DAD48CB4; Thu, 20 Apr 2017 13:15:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FA95A7; Thu, 20 Apr 2017 13:15:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3KDF0cf000637; Thu, 20 Apr 2017 13:15:00 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3KDEx0E000614; Thu, 20 Apr 2017 13:14:59 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201704201314.v3KDEx0E000614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 20 Apr 2017 13:14:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438947 - in branches/2017Q2/dns: bind-tools bind9-devel bind9-devel/files bind910 bind910/files bind911 bind911/files bind99 bind99/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2017 13:15:01 -0000 Author: mat Date: Thu Apr 20 13:14:59 2017 New Revision: 438947 URL: https://svnweb.freebsd.org/changeset/ports/438947 Log: MFH: r438945 Update to 9.9.10, 9.10.5, 9.11.1 and 9.12 to latest snapshot. While there: Make it more maintainable by sorting stuff in the Makefile and removing vestigial pre 10.3 things. Refresh the root zone hints. "Fix" the configuration section telling you to get some top level zones from f.root-servers.net, which does not allow axfr any more. [1] PR: 218656 [1] Reported by: Thomas Steen Rasmussen / Tykling [1] Sponsored by: Absolight Modified: branches/2017Q2/dns/bind-tools/Makefile branches/2017Q2/dns/bind9-devel/Makefile branches/2017Q2/dns/bind9-devel/distinfo branches/2017Q2/dns/bind9-devel/files/extrapatch-bind-min-override-ttl branches/2017Q2/dns/bind9-devel/files/named.conf.in branches/2017Q2/dns/bind9-devel/files/named.root branches/2017Q2/dns/bind910/Makefile branches/2017Q2/dns/bind910/distinfo branches/2017Q2/dns/bind910/files/extrapatch-bind-min-override-ttl branches/2017Q2/dns/bind910/files/named.conf.in branches/2017Q2/dns/bind910/files/named.root branches/2017Q2/dns/bind910/files/patch-bin_tests_system_dlzexternal_Makefile.in branches/2017Q2/dns/bind910/files/patch-configure branches/2017Q2/dns/bind910/pkg-help branches/2017Q2/dns/bind910/pkg-plist branches/2017Q2/dns/bind911/Makefile branches/2017Q2/dns/bind911/distinfo branches/2017Q2/dns/bind911/files/extrapatch-bind-min-override-ttl branches/2017Q2/dns/bind911/files/named.conf.in branches/2017Q2/dns/bind911/files/named.root branches/2017Q2/dns/bind911/files/patch-bin_tests_system_dlzexternal_Makefile.in branches/2017Q2/dns/bind911/files/patch-configure branches/2017Q2/dns/bind911/pkg-help branches/2017Q2/dns/bind99/Makefile branches/2017Q2/dns/bind99/distinfo branches/2017Q2/dns/bind99/files/extrapatch-bind-min-override-ttl branches/2017Q2/dns/bind99/files/named.conf.in branches/2017Q2/dns/bind99/files/named.root branches/2017Q2/dns/bind99/files/patch-configure branches/2017Q2/dns/bind99/pkg-help branches/2017Q2/dns/bind99/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/dns/bind-tools/Makefile ============================================================================== --- branches/2017Q2/dns/bind-tools/Makefile Thu Apr 20 13:13:17 2017 (r438946) +++ branches/2017Q2/dns/bind-tools/Makefile Thu Apr 20 13:14:59 2017 (r438947) @@ -5,7 +5,6 @@ MASTERDIR= ${.CURDIR}/../../dns/bind911 DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -PKGINSTALL= /nonexistent BIND_TOOLS_SLAVE= YES Modified: branches/2017Q2/dns/bind9-devel/Makefile ============================================================================== --- branches/2017Q2/dns/bind9-devel/Makefile Thu Apr 20 13:13:17 2017 (r438946) +++ branches/2017Q2/dns/bind9-devel/Makefile Thu Apr 20 13:14:59 2017 (r438947) @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b PORTREVISION= 0 .else # dns/bind9xx here -PORTREVISION= 1 +PORTREVISION= 2 .endif CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind @@ -28,10 +28,11 @@ COMMENT= BIND DNS suite with updated DNS .endif LICENSE= MPL +LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2017.04.13 -HASH= 19643a1 +ISCVERSION= 9.12.0a.2017.04.20 +HASH= 706c6ac5 USES= cpe libedit @@ -44,27 +45,34 @@ CPE_UPDATE= ${ISCVERSION:C/.*-//:tl} LIB_DEPENDS= libxml2.so:textproc/libxml2 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --localstatedir=/var --disable-linux-caps \ +CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --disable-symtable \ --with-randomdev=/dev/random \ --with-libxml2=${LOCALBASE} \ --with-readline="-L${LOCALBASE}/lib -ledit" \ --with-dlopen=yes \ --sysconfdir=${ETCDIR} +ETCDIR= ${PREFIX}/etc/namedb + +CONFLICTS= bind99 bind910 bind9-devel + .if defined(BIND_TOOLS_SLAVE) CONFIGURE_ARGS+= --disable-shared -.endif -ETCDIR= ${PREFIX}/etc/namedb +CONFLICTS+= bind911 +.else +USE_RC_SUBR= named +SUB_FILES= pkg-message named.conf +CONFLICTS+= bind-tools +.endif # BIND_TOOLS_SLAVE -CONFLICTS+= bind99 bind910 bind911 +MAKE_JOBS_UNSAFE= yes -.if !defined(BIND_TOOLS_SLAVE) -SUB_FILES= pkg-message -.endif +PORTDOCS= * OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE JSON OPTIONS_DEFINE= IDN LARGE_FILE PYTHON JSON \ FIXED_RRSET SIGCHASE IPV6 THREADS FILTER_AAAA + OPTIONS_RADIO= CRYPTO GOSTDEF OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11 OPTIONS_RADIO_GOSTDEF= GOST GOST_ASN1 @@ -83,151 +91,135 @@ OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAP OPTIONS_SUB= yes -SSL_DESC= Build with OpenSSL (Required for DNSSEC) -LARGE_FILE_DESC= 64-bit file support -FIXED_RRSET_DESC= Enable fixed rrset ordering -SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation -FILTER_AAAA_DESC= Enable filtering of AAAA records CRYPTO_DESC= Choose which crypto engine to use -NATIVE_PKCS11_DESC= Use PKCS\#11 native API (**READ HELP**) -GEOIP_DESC= Allow geographically based ACL. -GOSTDEF_DESC= Enable GOST ciphers, needs SSL (see help on 8 and 9) -GOST_DESC= GOST raw keys (new default) -GOST_ASN1_DESC= GOST using ASN.1 -PYTHON_DESC= Build with Python utilities -START_LATE_DESC= Start BIND late in the boot process -MINCACHE_DESC= Use the mincachettl patch -PORTREVISION_DESC= Show PORTREVISION in the version string -QUERYTRACE_DESC= Enable the very verbose query tracelogging -LMDB_DESC= Use LMDB for zone management -DNSTAP_DESC= Provides fast passive logging of DNS messages - -RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules -RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records -DLZ_DESC= Dynamically Loadable Zones -DLZ_POSTGRESQL_DESC= DLZ Postgres driver -DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) DLZ_BDB_DESC= DLZ BDB driver -DLZ_LDAP_DESC= DLZ LDAP driver +DLZ_DESC= Dynamically Loadable Zones DLZ_FILESYSTEM_DESC= DLZ filesystem driver +DLZ_LDAP_DESC= DLZ LDAP driver +DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) +DLZ_POSTGRESQL_DESC= DLZ Postgres driver DLZ_STUB_DESC= DLZ stub driver +DNSTAP_DESC= Provides fast passive logging of DNS messages +FILTER_AAAA_DESC= Enable filtering of AAAA records +FIXED_RRSET_DESC= Enable fixed rrset ordering +GEOIP_DESC= Allow geographically based ACL. +GOSTDEF_DESC= Enable GOST ciphers, needs SSL +GOST_ASN1_DESC= GOST using ASN.1 +GOST_DESC= GOST raw keys (new default) GSSAPI_BASE_DESC= Using Heimdal in base GSSAPI_HEIMDAL_DESC= Using security/heimdal GSSAPI_MIT_DESC= Using security/krb5 GSSAPI_NONE_DESC= Disable +LARGE_FILE_DESC= 64-bit file support +LMDB_DESC= Use LMDB for zone management +MINCACHE_DESC= Use the mincachettl patch +NATIVE_PKCS11_DESC= Use PKCS\#11 native API (**READ HELP**) +PORTREVISION_DESC= Show PORTREVISION in the version string +PYTHON_DESC= Build with Python utilities +QUERYTRACE_DESC= Enable the very verbose query tracelogging +RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records +RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules +SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation +SSL_DESC= Build with OpenSSL (Required for DNSSEC) +START_LATE_DESC= Start BIND late in the boot process (see help) -.if defined(BIND_TOOLS_SLAVE) -CONFLICTS+= bind9-devel -.else -CONFLICTS+= bind-tools -.endif # BIND_TOOLS_SLAVE +DLZ_BDB_CONFIGURE_ON= --with-dlz-bdb=yes +DLZ_BDB_USES= bdb -SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} -SSL_USES= ssl -SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl +DLZ_FILESYSTEM_CONFIGURE_ON= --with-dlz-filesystem=yes -LMDB_CONFIGURE_WITH= lmdb -LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb +DLZ_LDAP_CONFIGURE_ON= --with-dlz-ldap=yes +DLZ_LDAP_USE= openldap=yes -IDN_USES= iconv -IDN_CONFIGURE_ON= --with-idn=${LOCALBASE} ${ICONV_CONFIGURE_BASE} -IDN_LIB_DEPENDS= libidnkit.so:dns/idnkit -IDN_CONFIGURE_OFF= --without-idn +DLZ_MYSQL_CONFIGURE_ON= --with-dlz-mysql=yes +DLZ_MYSQL_PREVENTS= THREADS +DLZ_MYSQL_USES= mysql -LARGE_FILE_CONFIGURE_ENABLE= largefile +DLZ_POSTGRESQL_CONFIGURE_ON= --with-dlz-postgres=yes +DLZ_POSTGRESQL_USES= pgsql -SIGCHASE_CONFIGURE_ON= STD_CDEFINES="-DDIG_SIGCHASE=1" +DLZ_STUB_CONFIGURE_ON= --with-dlz-stub=yes -IPV6_CONFIGURE_ENABLE= ipv6 +DNSTAP_CONFIGURE_ENABLE= dnstap +DNSTAP_IMPLIES= THREADS +DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \ + libprotobuf-c.so:devel/protobuf-c FILTER_AAAA_CONFIGURE_ENABLE= filter-aaaa -NATIVE_PKCS11_CONFIGURE_ENABLE= native-pkcs11 +FIXED_RRSET_CONFIGURE_ENABLE= fixed-rrset GEOIP_CONFIGURE_WITH= geoip GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP -JSON_LIB_DEPENDS= libjson-c.so:devel/json-c -JSON_CONFIGURE_WITH= libjson - -GOST_CONFIGURE_ON= --with-gost GOST_ASN1_CONFIGURE_ON= --with-gost=asn1 -PYTHON_CONFIGURE_WITH= python=${PYTHON_CMD} -PYTHON_USES= python -PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply -PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply +GOST_CONFIGURE_ON= --with-gost -DLZ_POSTGRESQL_CONFIGURE_ON= --with-dlz-postgres=yes -DLZ_POSTGRESQL_USES= pgsql +GSSAPI_BASE_CONFIGURE_ON= \ + --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" +GSSAPI_BASE_USES= gssapi -FIXED_RRSET_CONFIGURE_ENABLE= fixed-rrset +GSSAPI_HEIMDAL_CONFIGURE_ON= \ + --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" +GSSAPI_HEIMDAL_USES= gssapi:heimdal -RPZ_NSIP_CONFIGURE_ENABLE= rpz-nsip +GSSAPI_MIT_CONFIGURE_ON= \ + --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" +GSSAPI_MIT_USES= gssapi:mit -RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdname +GSSAPI_NONE_CONFIGURE_ON= --without-gssapi -DLZ_MYSQL_CONFIGURE_ON= --with-dlz-mysql=yes -DLZ_MYSQL_USES= mysql +IDN_CONFIGURE_OFF= --without-idn +IDN_CONFIGURE_ON= --with-idn=${LOCALBASE} ${ICONV_CONFIGURE_BASE} +IDN_LIB_DEPENDS= libidnkit.so:dns/idnkit +IDN_USES= iconv -DLZ_BDB_CONFIGURE_ON= --with-dlz-bdb=yes -DLZ_BDB_USES= bdb +IPV6_CONFIGURE_ENABLE= ipv6 -DLZ_LDAP_CONFIGURE_ON= --with-dlz-ldap=yes -DLZ_LDAP_USE= openldap=yes +JSON_CONFIGURE_WITH= libjson +JSON_LIB_DEPENDS= libjson-c.so:devel/json-c -DLZ_FILESYSTEM_CONFIGURE_ON= --with-dlz-filesystem=yes +LARGE_FILE_CONFIGURE_ENABLE= largefile -DLZ_STUB_CONFIGURE_ON= --with-dlz-stub=yes +LMDB_CONFIGURE_WITH= lmdb +LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb -START_LATE_SUB_LIST= NAMED_REQUIRE="SERVERS cleanvar" \ - NAMED_BEFORE="LOGIN" -START_LATE_SUB_LIST_OFF=NAMED_REQUIRE="NETWORKING ldconfig syslogd" \ - NAMED_BEFORE="SERVERS" +MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl -GSSAPI_BASE_USES= gssapi -GSSAPI_BASE_CONFIGURE_ON= \ - --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" -GSSAPI_HEIMDAL_USES= gssapi:heimdal -GSSAPI_HEIMDAL_CONFIGURE_ON= \ - --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" -GSSAPI_MIT_USES= gssapi:mit -GSSAPI_MIT_CONFIGURE_ON= \ - --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" -GSSAPI_NONE_CONFIGURE_ON= --without-gssapi +NATIVE_PKCS11_CONFIGURE_ENABLE= native-pkcs11 +NATIVE_PKCS11_IMPLIES= THREADS -MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl +PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply +PYTHON_CONFIGURE_WITH= python=${PYTHON_CMD} +PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply +PYTHON_USES= python QUERYTRACE_CONFIGURE_ENABLE= querytrace -DNSTAP_CONFIGURE_ENABLE= dnstap -DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \ - libprotobuf-c.so:devel/protobuf-c -DNSTAP_IMPLIES= THREADS - -.include +RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdname -.if !${PORT_OPTIONS:MGOST} && !${PORT_OPTIONS:MGOST_ASN1} -CONFIGURE_ARGS+= --without-gost -.endif +RPZ_NSIP_CONFIGURE_ENABLE= rpz-nsip -.if ${PORT_OPTIONS:MTHREADS} && !${PORT_OPTIONS:MDLZ_MYSQL} -CONFIGURE_ARGS+= --enable-threads -.else -CONFIGURE_ARGS+= --disable-threads -.endif +SIGCHASE_CONFIGURE_ON= STD_CDEFINES="-DDIG_SIGCHASE=1" -.if !defined(BIND_TOOLS_SLAVE) -USE_RC_SUBR+= named -SUB_FILES+= named.conf -.endif # !defined(BIND_TOOLS_SLAVE) +SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl +SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} +SSL_USES= ssl -MAKE_JOBS_UNSAFE= yes +START_LATE_SUB_LIST= NAMED_REQUIRE="SERVERS cleanvar" \ + NAMED_BEFORE="LOGIN" +START_LATE_SUB_LIST_OFF=NAMED_REQUIRE="NETWORKING ldconfig syslogd" \ + NAMED_BEFORE="SERVERS" -PORTDOCS= * +THREADS_CONFIGURE_ENABLE= threads .include +.if !${PORT_OPTIONS:MGOST} && !${PORT_OPTIONS:MGOST_ASN1} +CONFIGURE_ARGS+= --without-gost +.endif + .if ( ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MGOST_ASN1} ) && ${SSL_DEFAULT} == base BROKEN= OpenSSL from the base system does not support GOST, add \ DEFAULT_VERSIONS+=ssl=openssl to your /etc/make.conf and rebuild everything \ @@ -246,7 +238,7 @@ post-patch: -e 's#.*INSTALL.*isc-config.*##' \ -e 's#.*INSTALL.*bind.keys.*##' \ ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = delv dig dnssec nsupdate \\#' \ + @${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = delv dig dnssec tools nsupdate \\#' \ -e 's#^ .*check confgen ##' \ ${WRKSRC}/bin/Makefile.in .else @@ -260,26 +252,18 @@ post-patch: .endif .if !defined(BIND_TOOLS_SLAVE) -.if ${PORTREVISION:N0} +. if ${PORTREVISION:N0} post-patch-PORTREVISION-on: @${REINPLACE_CMD} -e '/EXTENSIONS/s#=$$#=_${PORTREVISION}#' \ ${WRKSRC}/version -.endif +. endif post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR}/arm - ${INSTALL_DATA} ${WRKSRC}/doc/arm/*.html ${STAGEDIR}${DOCSDIR}/arm - ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM.pdf ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ - ${WRKSRC}/HISTORY ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.endif - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mtree ${MKDIR} ${STAGEDIR}${ETCDIR} -.for i in dynamic master slave working +. for i in dynamic master slave working @${MKDIR} ${STAGEDIR}${ETCDIR}/$i -.endfor +. endfor ${INSTALL_DATA} ${WRKDIR}/named.conf ${STAGEDIR}${ETCDIR}/named.conf.sample ${INSTALL_DATA} ${FILESDIR}/named.root ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/empty.db ${STAGEDIR}${ETCDIR}/master @@ -290,9 +274,16 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${STAGEDIR}${ETCDIR}/rndc.conf.sample +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR}/arm + ${INSTALL_DATA} ${WRKSRC}/doc/arm/*.html ${STAGEDIR}${DOCSDIR}/arm + ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM.pdf ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/FAQ \ + ${WRKSRC}/HISTORY ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} +.endif # BIND_TOOLS_SLAVE + # Can't use USE_PYTHON=autoplist post-install-PYTHON-on: @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -type f | ${SED} -e 's|${STAGEDIR}||' >> ${TMPPLIST} -.endif # BIND_TOOLS_SLAVE .include Modified: branches/2017Q2/dns/bind9-devel/distinfo ============================================================================== --- branches/2017Q2/dns/bind9-devel/distinfo Thu Apr 20 13:13:17 2017 (r438946) +++ branches/2017Q2/dns/bind9-devel/distinfo Thu Apr 20 13:14:59 2017 (r438947) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492076040 -SHA256 (bind9-19643a1.tar.gz) = c9d7ff5740654e62ce97a7dd2686ac65ab482e11186c5aadc41fa5554df617fe -SIZE (bind9-19643a1.tar.gz) = 11874582 +TIMESTAMP = 1492693611 +SHA256 (bind9-706c6ac5.tar.gz) = ea2efadf91f26b97fbd4e79a6ce22dfd680440c3f76e2d8219a7208e989b087d +SIZE (bind9-706c6ac5.tar.gz) = 11874695 Modified: branches/2017Q2/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- branches/2017Q2/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Thu Apr 20 13:13:17 2017 (r438946) +++ branches/2017Q2/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Thu Apr 20 13:14:59 2017 (r438947) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2017-02-09 21:52:45 UTC +--- bin/named/config.c.orig 2017-04-20 07:59:45 UTC +++ bin/named/config.c @@ -158,6 +158,8 @@ options {\n\ lame-ttl 600;\n\ @@ -9,9 +9,9 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 90%;\n\ ---- bin/named/server.c.orig 2017-02-09 21:52:45 UTC +--- bin/named/server.c.orig 2017-04-20 07:59:45 UTC +++ bin/named/server.c -@@ -3743,6 +3743,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3751,6 +3751,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -28,7 +28,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2017-02-09 21:52:45 UTC +--- lib/dns/include/dns/view.h.orig 2017-04-20 07:59:45 UTC +++ lib/dns/include/dns/view.h @@ -146,6 +146,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,9 +39,9 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2017-02-09 21:52:45 UTC +--- lib/dns/resolver.c.orig 2017-04-20 07:59:45 UTC +++ lib/dns/resolver.c -@@ -5467,6 +5467,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5468,6 +5468,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -60,9 +60,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2017-02-09 21:52:45 UTC +--- lib/isccfg/namedconf.c.orig 2017-04-20 07:59:45 UTC +++ lib/isccfg/namedconf.c -@@ -1864,6 +1864,8 @@ view_clauses[] = { +@@ -1882,6 +1882,8 @@ view_clauses[] = { { "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE }, { "max-acache-size", &cfg_type_sizenodefault, 0 }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, Modified: branches/2017Q2/dns/bind9-devel/files/named.conf.in ============================================================================== --- branches/2017Q2/dns/bind9-devel/files/named.conf.in Thu Apr 20 13:13:17 2017 (r438946) +++ branches/2017Q2/dns/bind9-devel/files/named.conf.in Thu Apr 20 13:14:59 2017 (r438947) @@ -93,7 +93,7 @@ zone "." { type hint; file "%%ETCDIR%%/n the hint zone above. As documented at http://dns.icann.org/services/axfr/ these zones: - "." (the root), ARPA, IN-ADDR.ARPA, IP6.ARPA, and ROOT-SERVERS.NET + "." (the root), ARPA, IN-ADDR.ARPA, IP6.ARPA, and a few others are available for AXFR from these servers on IPv4 and IPv6: xfr.lax.dns.icann.org, xfr.cjr.dns.icann.org */ @@ -102,7 +102,10 @@ zone "." { type slave; file "%%ETCDIR%%/slave/root.slave"; masters { - 192.5.5.241; // F.ROOT-SERVERS.NET. + 192.0.32.132; // lax.xfr.dns.icann.org + 2620:0:2d0:202::132; // lax.xfr.dns.icann.org + 192.0.47.132; // iad.xfr.dns.icann.org + 2620:0:2830:202::132; // iad.xfr.dns.icann.org }; notify no; }; @@ -110,10 +113,35 @@ zone "arpa" { type slave; file "%%ETCDIR%%/slave/arpa.slave"; masters { - 192.5.5.241; // F.ROOT-SERVERS.NET. + 192.0.32.132; // lax.xfr.dns.icann.org + 2620:0:2d0:202::132; // lax.xfr.dns.icann.org + 192.0.47.132; // iad.xfr.dns.icann.org + 2620:0:2830:202::132; // iad.xfr.dns.icann.org }; notify no; }; +zone "in-addr.arpa" { + type slave; + file "%%ETCDIR%%/slave/in-addr.arpa.slave"; + masters { + 192.0.32.132; // lax.xfr.dns.icann.org + 2620:0:2d0:202::132; // lax.xfr.dns.icann.org + 192.0.47.132; // iad.xfr.dns.icann.org + 2620:0:2830:202::132; // iad.xfr.dns.icann.org + }; + notify no; +} +zone "ip6.arpa" { + type slave; + file "%%ETCDIR%%/slave/ip6.arpa.slave"; + masters { + 192.0.32.132; // lax.xfr.dns.icann.org + 2620:0:2d0:202::132; // lax.xfr.dns.icann.org + 192.0.47.132; // iad.xfr.dns.icann.org + 2620:0:2830:202::132; // iad.xfr.dns.icann.org + }; + notify no; +} */ /* Serving the following zones locally will prevent any queries Modified: branches/2017Q2/dns/bind9-devel/files/named.root ============================================================================== --- branches/2017Q2/dns/bind9-devel/files/named.root Thu Apr 20 13:13:17 2017 (r438946) +++ branches/2017Q2/dns/bind9-devel/files/named.root Thu Apr 20 13:14:59 2017 (r438947) @@ -13,8 +13,8 @@ ; on server FTP.INTERNIC.NET ; -OR- RS.INTERNIC.NET ; -; last update: March 23, 2016 -; related version of root zone: 2016032301 +; last update: April 11, 2017 +; related version of root zone: 2017041101 ; ; formerly NS.INTERNIC.NET ; @@ -44,6 +44,7 @@ D.ROOT-SERVERS.NET. 3600000 AA ; . 3600000 NS E.ROOT-SERVERS.NET. E.ROOT-SERVERS.NET. 3600000 A 192.203.230.10 +E.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:a8::e ; ; FORMERLY NS.ISC.ORG ; @@ -55,6 +56,7 @@ F.ROOT-SERVERS.NET. 3600000 AA ; . 3600000 NS G.ROOT-SERVERS.NET. G.ROOT-SERVERS.NET. 3600000 A 192.112.36.4 +G.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:12::d0d ; ; FORMERLY AOS.ARL.ARMY.MIL ; Modified: branches/2017Q2/dns/bind910/Makefile ============================================================================== --- branches/2017Q2/dns/bind910/Makefile Thu Apr 20 13:13:17 2017 (r438946) +++ branches/2017Q2/dns/bind910/Makefile Thu Apr 20 13:14:59 2017 (r438947) @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 910 @@ -13,9 +13,10 @@ MAINTAINER= mat@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.10.4-P8 +ISCVERSION= 9.10.5 USES= cpe libedit @@ -28,7 +29,7 @@ CPE_UPDATE= ${ISCVERSION:C/.*-//:tl} LIB_DEPENDS= libxml2.so:textproc/libxml2 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --localstatedir=/var --disable-linux-caps \ +CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --disable-symtable \ --with-randomdev=/dev/random \ --with-libxml2=${LOCALBASE} \ @@ -37,9 +38,14 @@ CONFIGURE_ARGS+= --localstatedir=/var -- --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS+= bind-tools bind99 bind911 bind9-devel +CONFLICTS= bind-tools bind99 bind911 bind9-devel SUB_FILES= pkg-message named.conf +USE_RC_SUBR= named + +MAKE_JOBS_UNSAFE= yes + +PORTDOCS= * OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE JSON \ DLZ_FILESYSTEM RPZ_NSIP RPZ_NSDNAME @@ -48,6 +54,7 @@ OPTIONS_DEFINE= IDN LARGE_FILE PYTHON J RPZ_NSIP RPZ_NSDNAME DOCS GEOIP \ MINCACHE PORTREVISION FETCHLIMIT QUERYTRACE \ START_LATE + OPTIONS_RADIO= CRYPTO GOSTDEF OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11 OPTIONS_RADIO_GOSTDEF= GOST GOST_ASN1 @@ -60,130 +67,126 @@ OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAP OPTIONS_SUB= yes -SSL_DESC= Build with OpenSSL (Required for DNSSEC) -LARGE_FILE_DESC= 64-bit file support -FIXED_RRSET_DESC= Enable fixed rrset ordering -SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation -FILTER_AAAA_DESC= Enable filtering of AAAA records CRYPTO_DESC= Choose which crypto engine to use -NATIVE_PKCS11_DESC= Use PKCS\#11 native API (**READ HELP**) -GEOIP_DESC= Allow geographically based ACL. -GOSTDEF_DESC= Enable GOST ciphers, needs SSL (see help on 8 and 9) -GOST_DESC= GOST raw keys (new default) -GOST_ASN1_DESC= GOST using ASN.1 -PYTHON_DESC= Build with Python utilities -START_LATE_DESC= Start BIND late in the boot process -MINCACHE_DESC= Use the mincachettl patch -PORTREVISION_DESC= Show PORTREVISION in the version string -FETCHLIMIT_DESC= Enable the query quotas for resolvers -QUERYTRACE_DESC= Enable the very verbose query tracelogging - -RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules -RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records -DLZ_DESC= Dynamically Loadable Zones -DLZ_POSTGRESQL_DESC= DLZ Postgres driver -DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) DLZ_BDB_DESC= DLZ BDB driver -DLZ_LDAP_DESC= DLZ LDAP driver +DLZ_DESC= Dynamically Loadable Zones DLZ_FILESYSTEM_DESC= DLZ filesystem driver +DLZ_LDAP_DESC= DLZ LDAP driver +DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) +DLZ_POSTGRESQL_DESC= DLZ Postgres driver DLZ_STUB_DESC= DLZ stub driver +FETCHLIMIT_DESC= Enable the query quotas for resolvers +FILTER_AAAA_DESC= Enable filtering of AAAA records +FIXED_RRSET_DESC= Enable fixed rrset ordering +GEOIP_DESC= Allow geographically based ACL. +GOSTDEF_DESC= Enable GOST ciphers, needs SSL +GOST_ASN1_DESC= GOST using ASN.1 +GOST_DESC= GOST raw keys (new default) GSSAPI_BASE_DESC= Using Heimdal in base GSSAPI_HEIMDAL_DESC= Using security/heimdal GSSAPI_MIT_DESC= Using security/krb5 GSSAPI_NONE_DESC= Disable -MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl -FETCHLIMIT_CONFIGURE_ENABLE= fetchlimit -QUERYTRACE_CONFIGURE_ENABLE= querytrace +LARGE_FILE_DESC= 64-bit file support +MINCACHE_DESC= Use the mincachettl patch +NATIVE_PKCS11_DESC= Use PKCS\#11 native API (**READ HELP**) +PORTREVISION_DESC= Show PORTREVISION in the version string +PYTHON_DESC= Build with Python utilities +QUERYTRACE_DESC= Enable the very verbose query tracelogging +RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records +RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules +SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation +SSL_DESC= Build with OpenSSL (Required for DNSSEC) +START_LATE_DESC= Start BIND late in the boot process (see help) -SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} -SSL_USES= ssl -SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl +DLZ_BDB_CONFIGURE_ON= --with-dlz-bdb=yes +DLZ_BDB_USES= bdb -IDN_USES= iconv -IDN_CONFIGURE_ON= --with-idn=${LOCALBASE} ${ICONV_CONFIGURE_BASE} -IDN_LIB_DEPENDS= libidnkit.so:dns/idnkit -IDN_CONFIGURE_OFF= --without-idn +DLZ_FILESYSTEM_CONFIGURE_ON= --with-dlz-filesystem=yes -LARGE_FILE_CONFIGURE_ENABLE= largefile +DLZ_LDAP_CONFIGURE_ON= --with-dlz-ldap=yes +DLZ_LDAP_USE= openldap=yes -SIGCHASE_CONFIGURE_ON= STD_CDEFINES="-DDIG_SIGCHASE=1" +DLZ_MYSQL_CONFIGURE_ON= --with-dlz-mysql=yes +DLZ_MYSQL_PREVENTS= THREADS +DLZ_MYSQL_USES= mysql -IPV6_CONFIGURE_ENABLE= ipv6 +DLZ_POSTGRESQL_CONFIGURE_ON= --with-dlz-postgres=yes +DLZ_POSTGRESQL_USES= pgsql + +DLZ_STUB_CONFIGURE_ON= --with-dlz-stub=yes + +FETCHLIMIT_CONFIGURE_ENABLE= fetchlimit FILTER_AAAA_CONFIGURE_ENABLE= filter-aaaa -NATIVE_PKCS11_CONFIGURE_ENABLE= native-pkcs11 +FIXED_RRSET_CONFIGURE_ENABLE= fixed-rrset GEOIP_CONFIGURE_WITH= geoip GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP -JSON_LIB_DEPENDS= libjson-c.so:devel/json-c -JSON_CONFIGURE_WITH= libjson +GOST_ASN1_CONFIGURE_ON= --with-gost=asn1 GOST_CONFIGURE_ON= --with-gost -GOST_ASN1_CONFIGURE_ON= --with-gost=asn1 -PYTHON_CONFIGURE_WITH= python -PYTHON_USES= python +GSSAPI_BASE_CONFIGURE_ON= \ + --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" +GSSAPI_BASE_USES= gssapi -DLZ_POSTGRESQL_CONFIGURE_ON= --with-dlz-postgres=yes -DLZ_POSTGRESQL_USES= pgsql +GSSAPI_HEIMDAL_CONFIGURE_ON= \ + --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" +GSSAPI_HEIMDAL_USES= gssapi:heimdal -FIXED_RRSET_CONFIGURE_ENABLE= fixed-rrset +GSSAPI_MIT_CONFIGURE_ON= \ + --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" +GSSAPI_MIT_USES= gssapi:mit -RPZ_NSIP_CONFIGURE_ENABLE= rpz-nsip +GSSAPI_NONE_CONFIGURE_ON= --without-gssapi -RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdname +IDN_CONFIGURE_OFF= --without-idn +IDN_CONFIGURE_ON= --with-idn=${LOCALBASE} ${ICONV_CONFIGURE_BASE} +IDN_LIB_DEPENDS= libidnkit.so:dns/idnkit +IDN_USES= iconv -DLZ_MYSQL_CONFIGURE_ON= --with-dlz-mysql=yes -DLZ_MYSQL_USES= mysql +IPV6_CONFIGURE_ENABLE= ipv6 -DLZ_BDB_CONFIGURE_ON= --with-dlz-bdb=yes -DLZ_BDB_USES= bdb +JSON_CONFIGURE_WITH= libjson +JSON_LIB_DEPENDS= libjson-c.so:devel/json-c -DLZ_LDAP_CONFIGURE_ON= --with-dlz-ldap=yes -DLZ_LDAP_USE= openldap=yes +LARGE_FILE_CONFIGURE_ENABLE= largefile -DLZ_FILESYSTEM_CONFIGURE_ON= --with-dlz-filesystem=yes +MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl -DLZ_STUB_CONFIGURE_ON= --with-dlz-stub=yes +NATIVE_PKCS11_CONFIGURE_ENABLE= native-pkcs11 +NATIVE_PKCS11_IMPLIES= THREADS + +PYTHON_CONFIGURE_WITH= python=${PYTHON_CMD} +PYTHON_USES= python + +QUERYTRACE_CONFIGURE_ENABLE= querytrace + +RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdname + +RPZ_NSIP_CONFIGURE_ENABLE= rpz-nsip + +SIGCHASE_CONFIGURE_ON= STD_CDEFINES="-DDIG_SIGCHASE=1" + +SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl +SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} +SSL_USES= ssl START_LATE_SUB_LIST= NAMED_REQUIRE="SERVERS cleanvar" \ NAMED_BEFORE="LOGIN" START_LATE_SUB_LIST_OFF=NAMED_REQUIRE="NETWORKING ldconfig syslogd" \ NAMED_BEFORE="SERVERS" -GSSAPI_BASE_USES= gssapi -GSSAPI_BASE_CONFIGURE_ON= \ - --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" -GSSAPI_HEIMDAL_USES= gssapi:heimdal -GSSAPI_HEIMDAL_CONFIGURE_ON= \ - --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" -GSSAPI_MIT_USES= gssapi:mit -GSSAPI_MIT_CONFIGURE_ON= \ - --with-gssapi=${GSSAPIBASEDIR} KRB5CONFIG="${KRB5CONFIG}" -GSSAPI_NONE_CONFIGURE_ON= --without-gssapi +THREADS_CONFIGURE_ENABLE= threads -.include +.include .if !${PORT_OPTIONS:MGOST} && !${PORT_OPTIONS:MGOST_ASN1} CONFIGURE_ARGS+= --without-gost .endif -.if ${PORT_OPTIONS:MTHREADS} && !${PORT_OPTIONS:MDLZ_MYSQL} -CONFIGURE_ARGS+= --enable-threads -.else -CONFIGURE_ARGS+= --disable-threads -.endif - -USE_RC_SUBR= named - -MAKE_JOBS_UNSAFE= yes - -PORTDOCS= * - -.include - .if ( ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MGOST_ASN1} ) && ${SSL_DEFAULT} == base BROKEN= OpenSSL from the base system does not support GOST, add \ DEFAULT_VERSIONS+=ssl=openssl to your /etc/make.conf and rebuild everything \ @@ -191,9 +194,6 @@ BROKEN= OpenSSL from the base system doe .endif post-patch: - @${REINPLACE_CMD} -e 's|readline/readline.h|editline/readline.h|; \ - s|readline/history.h|histedit.h|' \ - ${WRKSRC}/bin/dig/nslookup.c ${WRKSRC}/bin/nsupdate/nsupdate.c .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \ rndc/rndc.8 @${REINPLACE_CMD} -e 's#/etc/named.conf#${ETCDIR}/named.conf#g' \ @@ -209,15 +209,6 @@ post-patch-PORTREVISION-on: .endif post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR}/arm - ${INSTALL_DATA} ${WRKSRC}/doc/arm/*.html ${STAGEDIR}${DOCSDIR}/arm - ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM.pdf ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ - ${WRKSRC}/HISTORY ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.endif - -.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} >= 1000100) ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mtree ${MKDIR} ${STAGEDIR}${ETCDIR} .for i in dynamic master slave working @@ -230,8 +221,18 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/localhost-reverse.db ${STAGEDIR}${ETCDIR}/master ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.dist ${STAGEDIR}${PREFIX}/etc/mtree ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.local.dist ${STAGEDIR}${PREFIX}/etc/mtree -.endif ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${STAGEDIR}${ETCDIR}/rndc.conf.sample +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR}/arm + ${INSTALL_DATA} ${WRKSRC}/doc/arm/*.html ${STAGEDIR}${DOCSDIR}/arm + ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM.pdf ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/FAQ \ + ${WRKSRC}/HISTORY ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + +# Can't use USE_PYTHON=autoplist +post-install-PYTHON-on: + @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -type f | ${SED} -e 's|${STAGEDIR}||' >> ${TMPPLIST} + .include Modified: branches/2017Q2/dns/bind910/distinfo ============================================================================== --- branches/2017Q2/dns/bind910/distinfo Thu Apr 20 13:13:17 2017 (r438946) +++ branches/2017Q2/dns/bind910/distinfo Thu Apr 20 13:14:59 2017 (r438947) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492054917 -SHA256 (bind-9.10.4-P8.tar.gz) = 7dd356ab466ead8124d645f83719e620686998c81ce1d4eb0c52daffca7566eb -SIZE (bind-9.10.4-P8.tar.gz) = 9323291 +TIMESTAMP = 1492690349 +SHA256 (bind-9.10.5.tar.gz) = 71688d2e134e42205075eef93cc1b78b42a140a2d61bf8263afc9c92fc872b0e +SIZE (bind-9.10.5.tar.gz) = 9431916 Modified: branches/2017Q2/dns/bind910/files/extrapatch-bind-min-override-ttl ============================================================================== --- branches/2017Q2/dns/bind910/files/extrapatch-bind-min-override-ttl Thu Apr 20 13:13:17 2017 (r438946) +++ branches/2017Q2/dns/bind910/files/extrapatch-bind-min-override-ttl Thu Apr 20 13:14:59 2017 (r438947) @@ -1,6 +1,6 @@ ---- bin/named/config.c.orig 2016-10-21 05:10:54 UTC +--- bin/named/config.c.orig 2017-04-14 03:54:11 UTC +++ bin/named/config.c -@@ -151,6 +151,8 @@ options {\n\ +@@ -154,6 +154,8 @@ options {\n\ min-roots 2;\n\ lame-ttl 600;\n\ max-ncache-ttl 10800; /* 3 hours */\n\ @@ -9,9 +9,9 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 0;\n\ ---- bin/named/server.c.orig 2016-10-21 05:10:54 UTC +--- bin/named/server.c.orig 2017-04-14 03:54:11 UTC +++ bin/named/server.c -@@ -2802,6 +2802,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -2890,6 +2890,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -28,9 +28,9 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2016-10-21 05:10:54 UTC +--- lib/dns/include/dns/view.h.orig 2017-04-14 03:54:11 UTC +++ lib/dns/include/dns/view.h -@@ -150,6 +150,8 @@ struct dns_view { +@@ -151,6 +151,8 @@ struct dns_view { isc_boolean_t requestnsid; isc_boolean_t requestsit; dns_ttl_t maxcachettl; @@ -39,9 +39,9 @@ dns_ttl_t maxncachettl; dns_ttl_t prefetch_trigger; dns_ttl_t prefetch_eligible; ---- lib/dns/resolver.c.orig 2016-10-21 05:10:54 UTC +--- lib/dns/resolver.c.orig 2017-04-14 03:54:11 UTC +++ lib/dns/resolver.c -@@ -5373,6 +5373,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5378,6 +5378,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -60,9 +60,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2016-10-21 05:10:54 UTC +--- lib/isccfg/namedconf.c.orig 2017-04-14 03:54:11 UTC +++ lib/isccfg/namedconf.c -@@ -1572,6 +1572,8 @@ view_clauses[] = { +@@ -1591,6 +1591,8 @@ view_clauses[] = { #endif { "max-acache-size", &cfg_type_sizenodefault, 0 }, { "max-cache-size", &cfg_type_sizenodefault, 0 }, Modified: branches/2017Q2/dns/bind910/files/named.conf.in ============================================================================== --- branches/2017Q2/dns/bind910/files/named.conf.in Thu Apr 20 13:13:17 2017 (r438946) +++ branches/2017Q2/dns/bind910/files/named.conf.in Thu Apr 20 13:14:59 2017 (r438947) @@ -93,7 +93,7 @@ zone "." { type hint; file "%%ETCDIR%%/n the hint zone above. As documented at http://dns.icann.org/services/axfr/ these zones: - "." (the root), ARPA, IN-ADDR.ARPA, IP6.ARPA, and ROOT-SERVERS.NET + "." (the root), ARPA, IN-ADDR.ARPA, IP6.ARPA, and a few others are available for AXFR from these servers on IPv4 and IPv6: xfr.lax.dns.icann.org, xfr.cjr.dns.icann.org */ @@ -102,7 +102,10 @@ zone "." { type slave; file "%%ETCDIR%%/slave/root.slave"; masters { - 192.5.5.241; // F.ROOT-SERVERS.NET. + 192.0.32.132; // lax.xfr.dns.icann.org + 2620:0:2d0:202::132; // lax.xfr.dns.icann.org + 192.0.47.132; // iad.xfr.dns.icann.org + 2620:0:2830:202::132; // iad.xfr.dns.icann.org }; notify no; }; @@ -110,10 +113,35 @@ zone "arpa" { type slave; file "%%ETCDIR%%/slave/arpa.slave"; masters { - 192.5.5.241; // F.ROOT-SERVERS.NET. + 192.0.32.132; // lax.xfr.dns.icann.org + 2620:0:2d0:202::132; // lax.xfr.dns.icann.org + 192.0.47.132; // iad.xfr.dns.icann.org + 2620:0:2830:202::132; // iad.xfr.dns.icann.org }; notify no; }; +zone "in-addr.arpa" { + type slave; + file "%%ETCDIR%%/slave/in-addr.arpa.slave"; + masters { + 192.0.32.132; // lax.xfr.dns.icann.org + 2620:0:2d0:202::132; // lax.xfr.dns.icann.org + 192.0.47.132; // iad.xfr.dns.icann.org + 2620:0:2830:202::132; // iad.xfr.dns.icann.org + }; + notify no; +} +zone "ip6.arpa" { + type slave; + file "%%ETCDIR%%/slave/ip6.arpa.slave"; + masters { + 192.0.32.132; // lax.xfr.dns.icann.org + 2620:0:2d0:202::132; // lax.xfr.dns.icann.org + 192.0.47.132; // iad.xfr.dns.icann.org + 2620:0:2830:202::132; // iad.xfr.dns.icann.org + }; + notify no; +} */ /* Serving the following zones locally will prevent any queries Modified: branches/2017Q2/dns/bind910/files/named.root ============================================================================== --- branches/2017Q2/dns/bind910/files/named.root Thu Apr 20 13:13:17 2017 (r438946) +++ branches/2017Q2/dns/bind910/files/named.root Thu Apr 20 13:14:59 2017 (r438947) @@ -13,8 +13,8 @@ ; on server FTP.INTERNIC.NET ; -OR- RS.INTERNIC.NET ; -; last update: March 23, 2016 -; related version of root zone: 2016032301 +; last update: April 11, 2017 +; related version of root zone: 2017041101 ; ; formerly NS.INTERNIC.NET ; @@ -44,6 +44,7 @@ D.ROOT-SERVERS.NET. 3600000 AA ; . 3600000 NS E.ROOT-SERVERS.NET. E.ROOT-SERVERS.NET. 3600000 A 192.203.230.10 +E.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:a8::e ; ; FORMERLY NS.ISC.ORG ; @@ -55,6 +56,7 @@ F.ROOT-SERVERS.NET. 3600000 AA ; . 3600000 NS G.ROOT-SERVERS.NET. G.ROOT-SERVERS.NET. 3600000 A 192.112.36.4 +G.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:12::d0d ; ; FORMERLY AOS.ARL.ARMY.MIL ; Modified: branches/2017Q2/dns/bind910/files/patch-bin_tests_system_dlzexternal_Makefile.in ============================================================================== --- branches/2017Q2/dns/bind910/files/patch-bin_tests_system_dlzexternal_Makefile.in Thu Apr 20 13:13:17 2017 (r438946) +++ branches/2017Q2/dns/bind910/files/patch-bin_tests_system_dlzexternal_Makefile.in Thu Apr 20 13:14:59 2017 (r438947) @@ -1,11 +1,11 @@ ---- bin/tests/system/dlzexternal/Makefile.in.orig 2016-04-20 20:11:20 UTC +--- bin/tests/system/dlzexternal/Makefile.in.orig 2017-04-14 03:54:11 UTC +++ bin/tests/system/dlzexternal/Makefile.in -@@ -43,7 +43,7 @@ OBJS = ${DLOPENOBJS} +@@ -39,7 +39,7 @@ OBJS = @BIND9_MAKE_RULES@ CFLAGS = @CFLAGS@ @SO_CFLAGS@ -SO_LDFLAGS = @LDFLAGS@ @SO_LDFLAGS@ +SO_LDFLAGS = @SO_LDFLAGS@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Fri Apr 21 02:37:05 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B715CD48370; Fri, 21 Apr 2017 02:37:05 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7416027E; Fri, 21 Apr 2017 02:37:05 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3L2b4If034770; Fri, 21 Apr 2017 02:37:04 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3L2b49v034769; Fri, 21 Apr 2017 02:37:04 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201704210237.v3L2b49v034769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Fri, 21 Apr 2017 02:37:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438998 - in branches/2017Q2/emulators/qemu-utils: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 02:37:05 -0000 Author: asomers (src committer) Date: Fri Apr 21 02:37:04 2017 New Revision: 438998 URL: https://svnweb.freebsd.org/changeset/ports/438998 Log: MFH: r438925 emulators/qemu-utils: fix build after r435826 PR: 217717 Reported by: pkg-fallout Reviewed by: brd Approved by: brd (ports) Approved by: ports-secteam (junovitch) Deleted: branches/2017Q2/emulators/qemu-utils/files/patch-Makefile Modified: branches/2017Q2/emulators/qemu-utils/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/emulators/qemu-utils/Makefile ============================================================================== --- branches/2017Q2/emulators/qemu-utils/Makefile Thu Apr 20 23:01:36 2017 (r438997) +++ branches/2017Q2/emulators/qemu-utils/Makefile Fri Apr 21 02:37:04 2017 (r438998) @@ -19,13 +19,14 @@ OPTIONS_EXCLUDE= SAMBA X11 GTK2 OPENGL G MASTERDIR= ${.CURDIR}/../qemu PLIST= ${.CURDIR}/pkg-plist DESCR= ${.CURDIR}/pkg-descr -EXTRA_PATCHES= ${.CURDIR}/files/patch-Makefile ${.CURDIR}/files/patch-configure +EXTRA_PATCHES= ${.CURDIR}/files/patch-configure PKGMESSAGE= -PORTDOCS= qemu-doc.html qemu-tech.html qmp-commands.txt +PORTDOCS= qemu-doc.html qmp-commands.txt -CONFIGURE_ARGS=--localstatedir=/var --extra-ldflags=-L\"${LOCALBASE}/lib\" \ +CONFIGURE_ARGS?=--localstatedir=/var --extra-ldflags=-L\"${LOCALBASE}/lib\" \ --disable-libssh2 \ + --mandir=${MANPREFIX}/man \ --prefix=${PREFIX} --cc=${CC} --disable-kvm \ --disable-linux-user --disable-linux-aio --disable-xen \ --python=${PYTHON_CMD} \ From owner-svn-ports-branches@freebsd.org Fri Apr 21 04:31:55 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 255D0D49FC1; Fri, 21 Apr 2017 04:31:55 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E94581E73; Fri, 21 Apr 2017 04:31:54 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3L4VsXT083322; Fri, 21 Apr 2017 04:31:54 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3L4VrOj083320; Fri, 21 Apr 2017 04:31:53 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201704210431.v3L4VrOj083320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 21 Apr 2017 04:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439001 - branches/2017Q2/www/linux-flashplayer X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 04:31:55 -0000 Author: jkim Date: Fri Apr 21 04:31:53 2017 New Revision: 439001 URL: https://svnweb.freebsd.org/changeset/ports/439001 Log: MFH: r438994 Update to 25.0.0.148. https://helpx.adobe.com/security/products/flash-player/apsb17-10.html Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/www/linux-flashplayer/Makefile branches/2017Q2/www/linux-flashplayer/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/linux-flashplayer/Makefile ============================================================================== --- branches/2017Q2/www/linux-flashplayer/Makefile Fri Apr 21 04:21:40 2017 (r439000) +++ branches/2017Q2/www/linux-flashplayer/Makefile Fri Apr 21 04:31:53 2017 (r439001) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 25.0.0.127 +PORTVERSION= 25.0.0.148 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ PKGNAMEPREFIX= linux- Modified: branches/2017Q2/www/linux-flashplayer/distinfo ============================================================================== --- branches/2017Q2/www/linux-flashplayer/distinfo Fri Apr 21 04:21:40 2017 (r439000) +++ branches/2017Q2/www/linux-flashplayer/distinfo Fri Apr 21 04:31:53 2017 (r439001) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489661384 -SHA256 (flashplayer/25.0.0.127/flash_player_npapi_linux.i386.tar.gz) = 2ddd617be4a970c3a35c1ab11f95993ca15a824f32d2e0a213f43a5399087a0b -SIZE (flashplayer/25.0.0.127/flash_player_npapi_linux.i386.tar.gz) = 8484560 +TIMESTAMP = 1492720661 +SHA256 (flashplayer/25.0.0.148/flash_player_npapi_linux.i386.tar.gz) = 7d9ffcdca435429d8578adf348ff6e2c336787d2cfca4d28742c92adce8061b1 +SIZE (flashplayer/25.0.0.148/flash_player_npapi_linux.i386.tar.gz) = 8485815 From owner-svn-ports-branches@freebsd.org Fri Apr 21 04:33:11 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0F8CD49FF9; Fri, 21 Apr 2017 04:33:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A26581FE1; Fri, 21 Apr 2017 04:33:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3L4XAG9084212; Fri, 21 Apr 2017 04:33:10 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3L4XAd1084211; Fri, 21 Apr 2017 04:33:10 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201704210433.v3L4XAd1084211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 21 Apr 2017 04:33:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439002 - in branches/2017Q2/graphics/graphite2: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 04:33:11 -0000 Author: jkim Date: Fri Apr 21 04:33:10 2017 New Revision: 439002 URL: https://svnweb.freebsd.org/changeset/ports/439002 Log: MFH: r438984 Add two upstream patches to fix CVE-2017-5436. https://github.com/silnrsi/graphite/commit/1ce331d https://github.com/silnrsi/graphite/commit/b23d7b9 PR: 218771 Approved by: ports-secteam (junovitch) Added: branches/2017Q2/graphics/graphite2/files/ - copied from r438984, head/graphics/graphite2/files/ Modified: branches/2017Q2/graphics/graphite2/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/graphics/graphite2/Makefile ============================================================================== --- branches/2017Q2/graphics/graphite2/Makefile Fri Apr 21 04:31:53 2017 (r439001) +++ branches/2017Q2/graphics/graphite2/Makefile Fri Apr 21 04:33:10 2017 (r439002) @@ -2,6 +2,7 @@ PORTNAME= graphite2 PORTVERSION= 1.3.9 +PORTREVISION= 1 CATEGORIES= graphics print MAINTAINER= office@FreeBSD.org From owner-svn-ports-branches@freebsd.org Fri Apr 21 12:39:55 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D400AD46403; Fri, 21 Apr 2017 12:39:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0F23FDB; Fri, 21 Apr 2017 12:39:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3LCds6l085165; Fri, 21 Apr 2017 12:39:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3LCdswO085161; Fri, 21 Apr 2017 12:39:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704211239.v3LCdswO085161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 21 Apr 2017 12:39:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439063 - in branches/2017Q2/ftp/curl: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 12:39:55 -0000 Author: sunpoet Date: Fri Apr 21 12:39:54 2017 New Revision: 439063 URL: https://svnweb.freebsd.org/changeset/ports/439063 Log: MFH: r438953 Update to 7.54.0 Changes: https://curl.haxx.se/changes.html Security: 3e2e9b44-25ce-11e7-a175-939b30e0836d Approved by: ports-secteam (junovitch) Deleted: branches/2017Q2/ftp/curl/files/patch-CVE-2017-7407 Modified: branches/2017Q2/ftp/curl/Makefile branches/2017Q2/ftp/curl/distinfo branches/2017Q2/ftp/curl/files/patch-lib-url.c branches/2017Q2/ftp/curl/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/ftp/curl/Makefile ============================================================================== --- branches/2017Q2/ftp/curl/Makefile Fri Apr 21 12:10:20 2017 (r439062) +++ branches/2017Q2/ftp/curl/Makefile Fri Apr 21 12:39:54 2017 (r439063) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.53.1 -PORTREVISION= 1 +PORTVERSION= 7.54.0 CATEGORIES= ftp net www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: branches/2017Q2/ftp/curl/distinfo ============================================================================== --- branches/2017Q2/ftp/curl/distinfo Fri Apr 21 12:10:20 2017 (r439062) +++ branches/2017Q2/ftp/curl/distinfo Fri Apr 21 12:39:54 2017 (r439063) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488004749 -SHA256 (curl-7.53.1.tar.lzma) = 4b124ff5984f2b537790a8f50dbf3d44da89e57d0505ba567128535a2426f5e2 -SIZE (curl-7.53.1.tar.lzma) = 2076935 +TIMESTAMP = 1492694896 +SHA256 (curl-7.54.0.tar.lzma) = cd6aa6039f13e0b06e0a93e1b93754f6dc07f444812bb6c32be75a8f28c4070a +SIZE (curl-7.54.0.tar.lzma) = 2084912 Modified: branches/2017Q2/ftp/curl/files/patch-lib-url.c ============================================================================== --- branches/2017Q2/ftp/curl/files/patch-lib-url.c Fri Apr 21 12:10:20 2017 (r439062) +++ branches/2017Q2/ftp/curl/files/patch-lib-url.c Fri Apr 21 12:39:54 2017 (r439063) @@ -3,16 +3,15 @@ Forwarded: not-needed Author: Peter Pentchev Last-Update: 2010-12-18 ---- lib/url.c.orig 2015-04-22 05:55:54 UTC +--- lib/url.c.orig 2017-04-18 06:36:20 UTC +++ lib/url.c -@@ -659,6 +659,10 @@ CURLcode Curl_open(struct SessionHandle - data->progress.flags |= PGRS_HIDE; +@@ -671,6 +671,9 @@ CURLcode Curl_open(struct Curl_easy **cu data->state.current_speed = -1; /* init to negative == impossible */ - + data->set.fnmatch = ZERO_NULL; + data->set.maxconnects = DEFAULT_CONNCACHE_SIZE; /* for easy handles */ +#if defined(__FreeBSD_version) + data->set.no_signal = TRUE; /* different handling of signals and threads */ +#endif /* __FreeBSD_version */ -+ - data->wildcard.state = CURLWC_INIT; - data->wildcard.filelist = NULL; - data->set.fnmatch = ZERO_NULL; + + Curl_http2_init_state(&data->state); + } Modified: branches/2017Q2/ftp/curl/pkg-plist ============================================================================== --- branches/2017Q2/ftp/curl/pkg-plist Fri Apr 21 12:10:20 2017 (r439062) +++ branches/2017Q2/ftp/curl/pkg-plist Fri Apr 21 12:39:54 2017 (r439063) @@ -8,6 +8,7 @@ include/curl/easy.h include/curl/mprintf.h include/curl/multi.h include/curl/stdcheaders.h +include/curl/system.h include/curl/typecheck-gcc.h lib/libcurl.a lib/libcurl.so @@ -293,6 +294,7 @@ man/man3/CURLOPT_STDERR.3.gz man/man3/CURLOPT_STREAM_DEPENDS.3.gz man/man3/CURLOPT_STREAM_DEPENDS_E.3.gz man/man3/CURLOPT_STREAM_WEIGHT.3.gz +man/man3/CURLOPT_SUPPRESS_CONNECT_HEADERS.3.gz man/man3/CURLOPT_TCP_FASTOPEN.3.gz man/man3/CURLOPT_TCP_KEEPALIVE.3.gz man/man3/CURLOPT_TCP_KEEPIDLE.3.gz From owner-svn-ports-branches@freebsd.org Fri Apr 21 14:07:28 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EB3CD41C3B; Fri, 21 Apr 2017 14:07:28 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D97601055; Fri, 21 Apr 2017 14:07:27 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3LE7Qww022174; Fri, 21 Apr 2017 14:07:26 GMT (envelope-from tabthorpe@FreeBSD.org) Received: (from tabthorpe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3LE7QP0022171; Fri, 21 Apr 2017 14:07:26 GMT (envelope-from tabthorpe@FreeBSD.org) Message-Id: <201704211407.v3LE7QP0022171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tabthorpe set sender to tabthorpe@FreeBSD.org using -f From: Thomas Abthorpe Date: Fri, 21 Apr 2017 14:07:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439068 - in branches/2017Q2/misc: bibletime sword xiphos X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 14:07:28 -0000 Author: tabthorpe Date: Fri Apr 21 14:07:26 2017 New Revision: 439068 URL: https://svnweb.freebsd.org/changeset/ports/439068 Log: MFH: r438948 - Mark as BROKEN on 12.X Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/misc/bibletime/Makefile branches/2017Q2/misc/sword/Makefile branches/2017Q2/misc/xiphos/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/misc/bibletime/Makefile ============================================================================== --- branches/2017Q2/misc/bibletime/Makefile Fri Apr 21 13:46:49 2017 (r439067) +++ branches/2017Q2/misc/bibletime/Makefile Fri Apr 21 14:07:26 2017 (r439068) @@ -10,6 +10,8 @@ COMMENT= Open source Bible study tool LICENSE= GPLv2 +BROKEN_FreeBSD_12= does not build on 12.X + LIB_DEPENDS= libclucene-core.so:textproc/clucene \ libsword.so:misc/sword Modified: branches/2017Q2/misc/sword/Makefile ============================================================================== --- branches/2017Q2/misc/sword/Makefile Fri Apr 21 13:46:49 2017 (r439067) +++ branches/2017Q2/misc/sword/Makefile Fri Apr 21 14:07:26 2017 (r439068) @@ -13,6 +13,8 @@ COMMENT= Framework for manipulating Bibl LICENSE= GPLv2 +BROKEN_FreeBSD_12= does not build on 12.X + BUILD_DEPENDS= cppunit-config:devel/cppunit GNU_CONFIGURE= yes Modified: branches/2017Q2/misc/xiphos/Makefile ============================================================================== --- branches/2017Q2/misc/xiphos/Makefile Fri Apr 21 13:46:49 2017 (r439067) +++ branches/2017Q2/misc/xiphos/Makefile Fri Apr 21 14:07:26 2017 (r439068) @@ -11,6 +11,8 @@ COMMENT= Bible interface utilizing the s LICENSE= GPLv2 +BROKEN_FreeBSD_12= does not build on 12.X + RUN_DEPENDS= yelp:x11/yelp BUILD_DEPENDS:= ${RUN_DEPENDS} \ docbook2html:textproc/docbook-utils \ From owner-svn-ports-branches@freebsd.org Sat Apr 22 14:48:45 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFAAED4A37C; Sat, 22 Apr 2017 14:48:45 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C4C62B9; Sat, 22 Apr 2017 14:48:45 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3MEmiwK033831; Sat, 22 Apr 2017 14:48:44 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3MEmiNK033830; Sat, 22 Apr 2017 14:48:44 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201704221448.v3MEmiNK033830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 22 Apr 2017 14:48:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439177 - in branches/2017Q2/multimedia/subtitleeditor: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2017 14:48:45 -0000 Author: riggs Date: Sat Apr 22 14:48:44 2017 New Revision: 439177 URL: https://svnweb.freebsd.org/changeset/ports/439177 Log: MFH: r439176 Fix build after dependencies enforce C++11 Approved by: ports-secteam (build fix blanket) Added: branches/2017Q2/multimedia/subtitleeditor/files/ - copied from r439176, head/multimedia/subtitleeditor/files/ Modified: branches/2017Q2/multimedia/subtitleeditor/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/multimedia/subtitleeditor/Makefile ============================================================================== --- branches/2017Q2/multimedia/subtitleeditor/Makefile Sat Apr 22 14:44:11 2017 (r439176) +++ branches/2017Q2/multimedia/subtitleeditor/Makefile Sat Apr 22 14:48:44 2017 (r439177) @@ -17,7 +17,7 @@ LIB_DEPENDS= libglademm-2.4.so:devel/lib libenchant.so:textproc/enchant RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= desktop-file-utils gettext gmake libtool pkgconfig +USES= compiler:c++11-lang desktop-file-utils gettext gmake libtool pkgconfig USE_GNOME= gtkmm24 intltool USE_GSTREAMER= good mm GNU_CONFIGURE= yes @@ -25,6 +25,7 @@ INSTALL_TARGET= install-strip INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include +CXXFLAGS+= -std=c++11 LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPENGL From owner-svn-ports-branches@freebsd.org Sat Apr 22 17:41:17 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C84AD4B769; Sat, 22 Apr 2017 17:41:17 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CA9493B; Sat, 22 Apr 2017 17:41:17 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3MHfGum005981; Sat, 22 Apr 2017 17:41:16 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3MHfGSQ005980; Sat, 22 Apr 2017 17:41:16 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201704221741.v3MHfGSQ005980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 22 Apr 2017 17:41:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439184 - branches/2017Q2/graphics/gthumb X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2017 17:41:17 -0000 Author: rakuco Date: Sat Apr 22 17:41:16 2017 New Revision: 439184 URL: https://svnweb.freebsd.org/changeset/ports/439184 Log: MFH: r439183 Add missing implicit dependencies reported by Poudriere. Approved by: ports-secteam (blanket approval) Modified: branches/2017Q2/graphics/gthumb/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/graphics/gthumb/Makefile ============================================================================== --- branches/2017Q2/graphics/gthumb/Makefile Sat Apr 22 17:40:16 2017 (r439183) +++ branches/2017Q2/graphics/gthumb/Makefile Sat Apr 22 17:41:16 2017 (r439184) @@ -4,7 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.4.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,11 +16,21 @@ LICENSE= GPLv2+ BUILD_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ itstool:textproc/itstool +LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \ + libcogl.so:graphics/cogl \ + libgstreamer-1.0.so:multimedia/gstreamer1 \ + liblcms2.so:graphics/lcms2 \ + liboauth.so:net/liboauth \ + libpng16.so:graphics/png \ + libsoup-2.4.so:devel/libsoup \ + libtiff.so:graphics/tiff RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas USES= bison compiler:c++11-lib desktop-file-utils gettext gmake \ - libtool localbase pathfix pkgconfig tar:xz -USE_GNOME= gtk30 intltool librsvg2 + jpeg libtool localbase pathfix pkgconfig tar:xz +USE_GL= egl +USE_GNOME= cairo gtk30 intltool librsvg2 +USE_XORG= x11 xcomposite xdamage xext xfixes xrandr xi GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_jpeg_jpeg_destroy_decompress=yes \ ac_cv_lib_tiff_TIFFWriteScanline=yes