From owner-svn-ports-branches@freebsd.org Sun Jul 31 10:44:25 2016 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 57115BA95FC; Sun, 31 Jul 2016 10:44:25 +0000 (UTC) (envelope-from pi@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 2A33E1531; Sun, 31 Jul 2016 10:44:25 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6VAiOSf012845; Sun, 31 Jul 2016 10:44:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VAiOh3012844; Sun, 31 Jul 2016 10:44:24 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201607311044.u6VAiOh3012844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 31 Jul 2016 10:44:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419358 - branches/2016Q3/dns/dnsviz 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.22 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, 31 Jul 2016 10:44:25 -0000 Author: pi Date: Sun Jul 31 10:44:24 2016 New Revision: 419358 URL: https://svnweb.freebsd.org/changeset/ports/419358 Log: dns/dnsviz: fix man pages Man pages are installed to the wrong directory. Consequently, they are not compressed and also don't work. Fix is simple and attached. PR: 211294 MFH: r419314 Submitted by: Nikolai Lifanov Approved by: ports-secteam (junovitch) Modified: branches/2016Q3/dns/dnsviz/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/dns/dnsviz/Makefile ============================================================================== --- branches/2016Q3/dns/dnsviz/Makefile Sun Jul 31 10:35:33 2016 (r419357) +++ branches/2016Q3/dns/dnsviz/Makefile Sun Jul 31 10:44:24 2016 (r419358) @@ -2,6 +2,7 @@ PORTNAME= dnsviz PORTVERSION= 0.5.4 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= dns @@ -21,4 +22,7 @@ PYDISTUTILS_INSTALLNOSINGLE= yes BROKEN_FreeBSD_9= dependency py-m2crypto requires OpenSSL 1.0.1e+. +post-patch: + @${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py + .include From owner-svn-ports-branches@freebsd.org Sun Jul 31 11:54:33 2016 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 DC145BA19A9; Sun, 31 Jul 2016 11:54:33 +0000 (UTC) (envelope-from bapt@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 9F0E714C8; Sun, 31 Jul 2016 11:54:33 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6VBsWw0038664; Sun, 31 Jul 2016 11:54:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VBsWtB038662; Sun, 31 Jul 2016 11:54:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201607311154.u6VBsWtB038662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 31 Jul 2016 11:54:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419361 - in branches/2016Q3/ports-mgmt/pkg: . 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.22 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, 31 Jul 2016 11:54:34 -0000 Author: bapt Date: Sun Jul 31 11:54:32 2016 New Revision: 419361 URL: https://svnweb.freebsd.org/changeset/ports/419361 Log: MFH: r419360 Add a hack in pkg to skip running predeinstall for javavmwrapper-2.5 During upgrades/reinstall javavmwrapper 2.5 pre deinstall script deletes the pkg temporary files preventing to finish the upgrade. A fixed version of javavmwrapper will be made soon, this hack will remain in the ports tree and not in pkg(8) itself. This hack is made to not bother users is only affecting upgrade/reinstall phase not proper deinstall PR: 210313 Added: branches/2016Q3/ports-mgmt/pkg/files/patch-javavmwrapper - copied unchanged from r419360, head/ports-mgmt/pkg/files/patch-javavmwrapper Modified: branches/2016Q3/ports-mgmt/pkg/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/ports-mgmt/pkg/Makefile ============================================================================== --- branches/2016Q3/ports-mgmt/pkg/Makefile Sun Jul 31 11:52:22 2016 (r419360) +++ branches/2016Q3/ports-mgmt/pkg/Makefile Sun Jul 31 11:54:32 2016 (r419361) @@ -3,6 +3,7 @@ PORTNAME= pkg DISTVERSION= 1.8.7 _PKG_VERSION= ${DISTVERSION} +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= \ http://files.etoilebsd.net/${PORTNAME}/ \ Copied: branches/2016Q3/ports-mgmt/pkg/files/patch-javavmwrapper (from r419360, head/ports-mgmt/pkg/files/patch-javavmwrapper) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/ports-mgmt/pkg/files/patch-javavmwrapper Sun Jul 31 11:54:32 2016 (r419361, copy of r419360, head/ports-mgmt/pkg/files/patch-javavmwrapper) @@ -0,0 +1,33 @@ +diff --git libpkg/pkg_add.c libpkg/pkg_add.c +index 87fb248..778336c 100644 +--- libpkg/pkg_add.c ++++ libpkg/pkg_add.c +@@ -859,14 +859,20 @@ pkg_add_cleanup_old(struct pkgdb *db, struct pkg *old, struct pkg *new, int flag + * Execute pre deinstall scripts + */ + if ((flags & PKG_ADD_NOSCRIPT) == 0) { +- if ((flags & PKG_ADD_USE_UPGRADE_SCRIPTS) == PKG_ADD_USE_UPGRADE_SCRIPTS) +- ret = pkg_script_run(old, PKG_SCRIPT_PRE_UPGRADE); +- else +- ret = pkg_script_run(old, PKG_SCRIPT_PRE_DEINSTALL); +- if (ret != EPKG_OK && pkg_object_bool(pkg_config_get("DEVELOPER_MODE"))) +- return (ret); +- else +- ret = EPKG_OK; ++ bool buggydeinstall = false; ++ if (strcmp(old->name, "javavmwrapper") == 0 && ++ strcmp(old->version, "2.5") == 0) ++ buggydeinstall = true; ++ if (!buggydeinstall) { ++ if ((flags & PKG_ADD_USE_UPGRADE_SCRIPTS) == PKG_ADD_USE_UPGRADE_SCRIPTS) ++ ret = pkg_script_run(old, PKG_SCRIPT_PRE_UPGRADE); ++ else ++ ret = pkg_script_run(old, PKG_SCRIPT_PRE_DEINSTALL); ++ if (ret != EPKG_OK && pkg_object_bool(pkg_config_get("DEVELOPER_MODE"))) ++ return (ret); ++ else ++ ret = EPKG_OK; ++ } + } + + /* Now remove files that no longer exist in the new package */ From owner-svn-ports-branches@freebsd.org Sun Jul 31 12:17:02 2016 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 2AC26BA27BB; Sun, 31 Jul 2016 12:17:02 +0000 (UTC) (envelope-from koobs@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 EE22A12E8; Sun, 31 Jul 2016 12:17:01 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6VCH1o9046512; Sun, 31 Jul 2016 12:17:01 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VCH1ft046511; Sun, 31 Jul 2016 12:17:01 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201607311217.u6VCH1ft046511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 31 Jul 2016 12:17:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419363 - branches/2016Q3/sysutils/py-ploy_ansible 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.22 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, 31 Jul 2016 12:17:02 -0000 Author: koobs Date: Sun Jul 31 12:17:00 2016 New Revision: 419363 URL: https://svnweb.freebsd.org/changeset/ports/419363 Log: MFH: r419362: sysutils/py-ploy_ansible: Depend on ansible1, unbreak runtime 1.3.1 changes the ansible requirement to < 2.dev0 due to too many incompatible changes. Switch the dependency to ansible1 to compensate. While I'm here: * Add TEST_DEPENDS and test target PR: 210215 Reported by: Claus Andersen Approved by: ports-secteam (blanket) Modified: branches/2016Q3/sysutils/py-ploy_ansible/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/sysutils/py-ploy_ansible/Makefile ============================================================================== --- branches/2016Q3/sysutils/py-ploy_ansible/Makefile Sun Jul 31 12:14:23 2016 (r419362) +++ branches/2016Q3/sysutils/py-ploy_ansible/Makefile Sun Jul 31 12:17:00 2016 (r419363) @@ -3,6 +3,7 @@ PORTNAME= ploy_ansible PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,11 +16,19 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:devel/py-setuptools${PYTHON_SUFFIX} \ ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:sysutils/py-ploy \ ${PYTHON_PKGNAMEPREFIX}execnet>0:sysutils/py-execnet \ - ansible>=1.8.0:sysutils/ansible + ansible1<2.0:sysutils/ansible1 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy>0:devel/py-lazy \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}pytest-capturelog>0:devel/py-pytest-capturelog USES= python:-2.7 USE_PYTHON= autoplist distutils NO_ARCH= yes +do-test: + @cd ${WRKSRC} && \ + ${RM} tox.ini && \ + ${PYTHON_CMD} -m pytest -rsw ploy_ansible + .include From owner-svn-ports-branches@freebsd.org Sun Jul 31 12:31:54 2016 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 56C58BA2E5E; Sun, 31 Jul 2016 12:31:54 +0000 (UTC) (envelope-from bapt@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 1B6E41BD9; Sun, 31 Jul 2016 12:31:54 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6VCVrCw053820; Sun, 31 Jul 2016 12:31:53 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VCVr1n053817; Sun, 31 Jul 2016 12:31:53 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201607311231.u6VCVr1n053817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 31 Jul 2016 12:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419365 - in branches/2016Q3/java/javavmwrapper: . 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.22 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, 31 Jul 2016 12:31:54 -0000 Author: bapt Date: Sun Jul 31 12:31:52 2016 New Revision: 419365 URL: https://svnweb.freebsd.org/changeset/ports/419365 Log: MFH: r419364 Remove the deinstall script that appears to be deleting all the temporary files created by pkg(8) during upgrades It happens because the deinstall script tries to clean up the potential manual VM registration by cleaning out all symlinks to bin/javavm Given all VM are registring/unregistering themselves this part is not needed The other thing the script was doing handling the configuration which has been replaced by @sample. pkg-install has been modified to drop the handling of the configuration file but keep the auto registration if all VM found. While this part is not necessary as well, we keep it because otherwise anyone doing delete/install on javavmwapper version 2.5 being the installed version would end up with all VM unregistered. The pkg-install should be removed after EOL of FreeBSD 10.3 PR: 210313 Modified: branches/2016Q3/java/javavmwrapper/Makefile branches/2016Q3/java/javavmwrapper/files/pkg-install.in branches/2016Q3/java/javavmwrapper/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/java/javavmwrapper/Makefile ============================================================================== --- branches/2016Q3/java/javavmwrapper/Makefile Sun Jul 31 12:30:24 2016 (r419364) +++ branches/2016Q3/java/javavmwrapper/Makefile Sun Jul 31 12:31:52 2016 (r419365) @@ -3,6 +3,7 @@ PORTNAME= javavmwrapper PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= java MASTER_SITES= # none DISTFILES= # none Modified: branches/2016Q3/java/javavmwrapper/files/pkg-install.in ============================================================================== --- branches/2016Q3/java/javavmwrapper/files/pkg-install.in Sun Jul 31 12:30:24 2016 (r419364) +++ branches/2016Q3/java/javavmwrapper/files/pkg-install.in Sun Jul 31 12:31:52 2016 (r419365) @@ -9,17 +9,6 @@ if [ "x${2}" != "xPOST-INSTALL" ]; then exit 0 fi -# The option configuration file -OPTION_CONF="${PKG_PREFIX}/etc/javavm_opts.conf" - -# Install default javavm options configuration -if [ ! -e "${OPTION_CONF}" ]; then - cp "${OPTION_CONF}.dist" "${OPTION_CONF}" -else - echo "${OPTION_CONF} already exists - not installing." - echo "You may need to hand merge changes." -fi - # Ensure all JDKs and JREs are installed _excl_dirs='bootstrap-openjdk' _find_expr='-depth 2 -regex .*/bin/java' Modified: branches/2016Q3/java/javavmwrapper/pkg-plist ============================================================================== --- branches/2016Q3/java/javavmwrapper/pkg-plist Sun Jul 31 12:30:24 2016 (r419364) +++ branches/2016Q3/java/javavmwrapper/pkg-plist Sun Jul 31 12:31:52 2016 (r419365) @@ -4,7 +4,7 @@ bin/javavm bin/manvm bin/registervm bin/unregistervm -etc/javavm_opts.conf.dist +@sample etc/javavm_opts.conf.dist etc/javavm_opts.conf man/man1/checkvms.1.gz man/man1/javavm.1.gz man/man1/manvm.1.gz From owner-svn-ports-branches@freebsd.org Sun Jul 31 13:46:04 2016 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 AAABCBA9131; Sun, 31 Jul 2016 13:46:04 +0000 (UTC) (envelope-from pi@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 664CB1A9E; Sun, 31 Jul 2016 13:46:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6VDk3LW080825; Sun, 31 Jul 2016 13:46:03 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VDk3f1080821; Sun, 31 Jul 2016 13:46:03 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201607311346.u6VDk3f1080821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 31 Jul 2016 13:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419376 - in branches/2016Q3/editors/p5-Padre: . 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.22 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, 31 Jul 2016 13:46:04 -0000 Author: pi Date: Sun Jul 31 13:46:03 2016 New Revision: 419376 URL: https://svnweb.freebsd.org/changeset/ports/419376 Log: editors/p5-Padre: Unbreak build by adding #include - unbreak build by adding include cmath to wx-scintilla/src/scintilla/src/Editor.cxx - make other patches makepatch-compliant - remove WX_UNICODE=yes (obsolete) - un-silence several commands during build PR: 210959 MFH: r419375 Reported by: pkg-fallout Approved by: ports-secteam (blanket approval) Added: branches/2016Q3/editors/p5-Padre/files/extra-patch-editor - copied unchanged from r419375, head/editors/p5-Padre/files/extra-patch-editor Modified: branches/2016Q3/editors/p5-Padre/Makefile branches/2016Q3/editors/p5-Padre/files/patch-Makefile.PL branches/2016Q3/editors/p5-Padre/files/patch-lib_Padre_Wx.pm Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/editors/p5-Padre/Makefile ============================================================================== --- branches/2016Q3/editors/p5-Padre/Makefile Sun Jul 31 13:42:53 2016 (r419375) +++ branches/2016Q3/editors/p5-Padre/Makefile Sun Jul 31 13:46:03 2016 (r419376) @@ -3,7 +3,7 @@ PORTNAME= Padre PORTVERSION= 1.00 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors perl5 MASTER_SITES= CPAN/${PORTNAME}/ CPAN/Wx/:wxsc PKGNAMEPREFIX= p5- @@ -66,12 +66,13 @@ BUILD_DEPENDS= p5-JSON-XS>=2.29:converte RUN_DEPENDS:= ${BUILD_DEPENDS} BUILD_DEPENDS+= p5-Module-Build>=0.36:devel/p5-Module-Build -USES= compiler:c++11-lib gettext perl5 +USES= compiler:c++11-lib dos2unix gettext perl5 USE_PERL5= configure USE_WX= 3.0 WX_COMPS= wx -WX_UNICODE= yes MAKE_JOBS_UNSAFE= yes +DOS2UNIX_WRKSRC=${WRKDIR}/${WXSC_DISTNAME} +DOS2UNIX_FILES= wx-scintilla/src/scintilla/src/Editor.cxx BROKEN_FreeBSD_9= Does not build. @@ -104,12 +105,16 @@ IGNORE= needs a threaded Perl, build wi .endif .endif +pre-patch: + (cd ${WRKDIR}/${WXSC_DISTNAME} && \ + ${PATCH} < ${FILESDIR}/extra-patch-editor ) + post-patch: - @${REINPLACE_CMD} -e \ + ${REINPLACE_CMD} -e \ '/my /s|wx-config|${WX_CONFIG:T}|g' \ -e '/ret/ s|urn .flags;|urn $$flags . " -std=c++11";|' \ ${WRKDIR}/${WXSC_DISTNAME}/inc/Module/Build/Scintilla.pm - @${REINPLACE_CMD} -e \ + ${REINPLACE_CMD} -e \ 's|_scintilla-|_scintilla| ; \ s|$$major.*$$release \.|| ; \ /$$major.*$$release;/s|^|#| ; \ @@ -121,15 +126,15 @@ post-patch: ${WRKDIR}/${WXSC_DISTNAME}/inc/Module/Build/Scintilla/GTK.pm pre-configure: - @(cd ${WRKDIR}/${WXSC_DISTNAME} && ${SETENV} ${CONFIGURE_ENV} \ + (cd ${WRKDIR}/${WXSC_DISTNAME} && ${SETENV} ${CONFIGURE_ENV} \ ${PERL} Build.PL ${CONFIGURE_ARGS} --destdir=${STAGEDIR}) pre-build: - @(cd ${WRKDIR}/${WXSC_DISTNAME} && ${SETENV} CC="$$(${WHICH} ${CC})" \ + (cd ${WRKDIR}/${WXSC_DISTNAME} && ${SETENV} CC="$$(${WHICH} ${CC})" \ ${PERL} Build) pre-install: - @(cd ${WRKDIR}/${WXSC_DISTNAME} && ${SETENV} CC="$$(${WHICH} ${CC})" \ + (cd ${WRKDIR}/${WXSC_DISTNAME} && ${SETENV} CC="$$(${WHICH} ${CC})" \ ${PERL} Build install) post-install: Copied: branches/2016Q3/editors/p5-Padre/files/extra-patch-editor (from r419375, head/editors/p5-Padre/files/extra-patch-editor) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/editors/p5-Padre/files/extra-patch-editor Sun Jul 31 13:46:03 2016 (r419376, copy of r419375, head/editors/p5-Padre/files/extra-patch-editor) @@ -0,0 +1,10 @@ +--- wx-scintilla/src/scintilla/src/Editor.cxx.orig 2016-07-10 12:18:20.419137000 +0200 ++++ wx-scintilla/src/scintilla/src/Editor.cxx 2016-07-10 12:18:29.917664000 +0200 +@@ -16,6 +16,7 @@ + #include + #include + #include ++#include + + #include "Platform.h" + Modified: branches/2016Q3/editors/p5-Padre/files/patch-Makefile.PL ============================================================================== --- branches/2016Q3/editors/p5-Padre/files/patch-Makefile.PL Sun Jul 31 13:42:53 2016 (r419375) +++ branches/2016Q3/editors/p5-Padre/files/patch-Makefile.PL Sun Jul 31 13:46:03 2016 (r419376) @@ -1,6 +1,6 @@ ---- Makefile.PL.orig +--- Makefile.PL.orig 2013-11-09 03:10:25 UTC +++ Makefile.PL -@@ -46,20 +46,6 @@ +@@ -46,20 +46,6 @@ configure_requires 'ExtUtils::Embed' => # exit 0; #} Modified: branches/2016Q3/editors/p5-Padre/files/patch-lib_Padre_Wx.pm ============================================================================== --- branches/2016Q3/editors/p5-Padre/files/patch-lib_Padre_Wx.pm Sun Jul 31 13:42:53 2016 (r419375) +++ branches/2016Q3/editors/p5-Padre/files/patch-lib_Padre_Wx.pm Sun Jul 31 13:46:03 2016 (r419376) @@ -1,6 +1,6 @@ ---- lib/Padre/Wx.pm.orig +--- lib/Padre/Wx.pm.orig 2013-11-09 03:43:41 UTC +++ lib/Padre/Wx.pm -@@ -67,6 +67,7 @@ +@@ -158,6 +158,7 @@ sub aui_pane_info { sub launch_browser { require Padre::Task::LaunchDefaultBrowser; From owner-svn-ports-branches@freebsd.org Sun Jul 31 14:53:09 2016 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 AE11DBA9307; Sun, 31 Jul 2016 14:53:09 +0000 (UTC) (envelope-from cpm@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 7E2B81486; Sun, 31 Jul 2016 14:53:09 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6VEr8jl008200; Sun, 31 Jul 2016 14:53:08 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VEr8XX008199; Sun, 31 Jul 2016 14:53:08 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201607311453.u6VEr8XX008199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 31 Jul 2016 14:53:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419386 - branches/2016Q3/devel/boehm-gc 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.22 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, 31 Jul 2016 14:53:09 -0000 Author: cpm Date: Sun Jul 31 14:53:08 2016 New Revision: 419386 URL: https://svnweb.freebsd.org/changeset/ports/419386 Log: MFH: r419384 - Fix build on sparc64 Remove unneeded symbolic link because the asm machine-dependent files were moved back to base folder. libtool: compile: cc -DHAVE_CONFIG_H -I./include -I./include -I/usr/local/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c fnlz_mlc.c -fPIC -DPIC -o .libs/fnlz_mlc.o make[3]: don't know how to make sparc_mach_dep.S. Stop Reported by: Gordon Zaft Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D7320 Approved by: ports-secteam (build fix blanket) Modified: branches/2016Q3/devel/boehm-gc/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/devel/boehm-gc/Makefile ============================================================================== --- branches/2016Q3/devel/boehm-gc/Makefile Sun Jul 31 14:48:49 2016 (r419385) +++ branches/2016Q3/devel/boehm-gc/Makefile Sun Jul 31 14:53:08 2016 (r419386) @@ -57,10 +57,6 @@ PORTDOCS= * NOT_FOR_ARCHS= ia64 -# no rule to get .lo from .S in subdirectory -pre-build: - ${LN} -sf ${WRKSRC}/src/sparc_mach_dep.S ${WRKSRC} - .include .if ${PORT_OPTIONS:MDEBUG} From owner-svn-ports-branches@freebsd.org Sun Jul 31 15:15:44 2016 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 BF774BA9923; Sun, 31 Jul 2016 15:15:44 +0000 (UTC) (envelope-from junovitch@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 9AFB81765; Sun, 31 Jul 2016 15:15:44 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6VFFhd4016243; Sun, 31 Jul 2016 15:15:43 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VFFhEW016240; Sun, 31 Jul 2016 15:15:43 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201607311515.u6VFFhEW016240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 31 Jul 2016 15:15:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419390 - branches/2016Q3/dns/libidn 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.22 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, 31 Jul 2016 15:15:44 -0000 Author: junovitch Date: Sun Jul 31 15:15:43 2016 New Revision: 419390 URL: https://svnweb.freebsd.org/changeset/ports/419390 Log: MFH: r419389 dns/libidn: update 1.31 -> 1.33 PR: 211407 Submitted by: Piotr Kubaj Approved by: ports-secteam (with hat) Security: CVE-2015-8948 Security: CVE-2016-6261 Security: CVE-2016-6262 Security: CVE-2016-6263 Security: https://vuxml.FreeBSD.org/freebsd/cb5189eb-572f-11e6-b334-002590263bf5.html Modified: branches/2016Q3/dns/libidn/Makefile branches/2016Q3/dns/libidn/distinfo branches/2016Q3/dns/libidn/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/dns/libidn/Makefile ============================================================================== --- branches/2016Q3/dns/libidn/Makefile Sun Jul 31 15:15:03 2016 (r419389) +++ branches/2016Q3/dns/libidn/Makefile Sun Jul 31 15:15:43 2016 (r419390) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libidn -PORTVERSION= 1.31 +PORTVERSION= 1.33 CATEGORIES= dns MASTER_SITES= GNU Modified: branches/2016Q3/dns/libidn/distinfo ============================================================================== --- branches/2016Q3/dns/libidn/distinfo Sun Jul 31 15:15:03 2016 (r419389) +++ branches/2016Q3/dns/libidn/distinfo Sun Jul 31 15:15:43 2016 (r419390) @@ -1,2 +1,3 @@ -SHA256 (libidn-1.31.tar.gz) = afdf2fce91faea483ce24e26b5e3a9235e332029c9265d07214fd1cfaa08df08 -SIZE (libidn-1.31.tar.gz) = 3481725 +TIMESTAMP = 1469624820 +SHA256 (libidn-1.33.tar.gz) = 44a7aab635bb721ceef6beecc4d49dfd19478325e1b47f3196f7d2acc4930e19 +SIZE (libidn-1.33.tar.gz) = 3501056 Modified: branches/2016Q3/dns/libidn/pkg-plist ============================================================================== --- branches/2016Q3/dns/libidn/pkg-plist Sun Jul 31 15:15:03 2016 (r419389) +++ branches/2016Q3/dns/libidn/pkg-plist Sun Jul 31 15:15:43 2016 (r419390) @@ -6,36 +6,13 @@ include/pr29.h include/punycode.h include/stringprep.h include/tld.h +info/dir info/libidn-components.png lib/libidn.a lib/libidn.so lib/libidn.so.11 -lib/libidn.so.11.6.14 +lib/libidn.so.11.6.16 libdata/pkgconfig/libidn.pc -share/emacs/site-lisp/idna.el -share/emacs/site-lisp/punycode.el -%%NLS%%share/locale/cs/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/da/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/de/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/eo/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/fi/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/fr/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/hr/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/hu/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/id/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/it/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/ja/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/nl/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/pl/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/ro/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/sr/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/uk/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/vi/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/libidn.mo -%%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README man/man1/idn.1.gz man/man3/idn_free.3.gz man/man3/idna_strerror.3.gz @@ -84,3 +61,27 @@ man/man3/tld_get_4z.3.gz man/man3/tld_get_table.3.gz man/man3/tld_get_z.3.gz man/man3/tld_strerror.3.gz +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +share/emacs/site-lisp/idna.el +share/emacs/site-lisp/punycode.el +%%NLS%%share/locale/cs/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/da/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/de/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/eo/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/fi/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/fr/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/hr/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/hu/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/id/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/it/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/ja/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/nl/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/pl/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/ro/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/sr/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/uk/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/vi/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/libidn.mo From owner-svn-ports-branches@freebsd.org Sun Jul 31 16:49:19 2016 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 1EBDEBAAEBE; Sun, 31 Jul 2016 16:49:19 +0000 (UTC) (envelope-from pi@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 D610114A6; Sun, 31 Jul 2016 16:49:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6VGnIGI049322; Sun, 31 Jul 2016 16:49:18 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VGnHJ5049320; Sun, 31 Jul 2016 16:49:17 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201607311649.u6VGnHJ5049320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 31 Jul 2016 16:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419394 - in branches/2016Q3/sysutils/atop: . 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.22 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, 31 Jul 2016 16:49:19 -0000 Author: pi Date: Sun Jul 31 16:49:17 2016 New Revision: 419394 URL: https://svnweb.freebsd.org/changeset/ports/419394 Log: sysutils/atop: fix after r302904 due to flag rename (P_KPROC -> P_KTHREAD) PR: 211173 MFH: r419354 Approved by: ports-secteam (junovitch) Added: branches/2016Q3/sysutils/atop/files/patch-atop.h - copied unchanged from r419354, head/sysutils/atop/files/patch-atop.h Modified: branches/2016Q3/sysutils/atop/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/sysutils/atop/Makefile ============================================================================== --- branches/2016Q3/sysutils/atop/Makefile Sun Jul 31 16:13:04 2016 (r419393) +++ branches/2016Q3/sysutils/atop/Makefile Sun Jul 31 16:49:17 2016 (r419394) @@ -3,6 +3,7 @@ PORTNAME= atop PORTVERSION= 2.0.2.b3 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= samm@os2.kiev.ua Copied: branches/2016Q3/sysutils/atop/files/patch-atop.h (from r419354, head/sysutils/atop/files/patch-atop.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/sysutils/atop/files/patch-atop.h Sun Jul 31 16:49:17 2016 (r419394, copy of r419354, head/sysutils/atop/files/patch-atop.h) @@ -0,0 +1,14 @@ +--- atop.h.orig 2014-01-15 16:05:34 UTC ++++ atop.h +@@ -49,6 +49,11 @@ struct netpertask; + #define RRNETATOP 0x0004 + #define RRNETATOPD 0x0008 + ++#include ++#if __FreeBSD_version > 1100116 ++#define P_KTHREAD P_KPROC ++#endif ++ + struct visualize { + char (*show_samp) (time_t, int, + struct sstat *, struct tstat *, struct tstat **, From owner-svn-ports-branches@freebsd.org Sun Jul 31 18:45:58 2016 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 20F2ABAA366; Sun, 31 Jul 2016 18:45: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 DECE91A02; Sun, 31 Jul 2016 18:45:57 +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 u6VIjvvH094211; Sun, 31 Jul 2016 18:45:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VIjudS094209; Sun, 31 Jul 2016 18:45:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201607311845.u6VIjudS094209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 31 Jul 2016 18:45:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419402 - in branches/2016Q3/x11-fonts/fontconfig: . 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.22 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, 31 Jul 2016 18:45:58 -0000 Author: jbeich Date: Sun Jul 31 18:45:56 2016 New Revision: 419402 URL: https://svnweb.freebsd.org/changeset/ports/419402 Log: MFH: r419065 x11-fonts/fontconfig: don't touch user font cache on install This matches USES=fonts (@fc, @fcfontsdir) behavior. PR: 207263 Submitted by: Tatsuki Makino Approved by: maintainer timeout (5 months) Approved by: ports-secteam (feld) Modified: branches/2016Q3/x11-fonts/fontconfig/Makefile branches/2016Q3/x11-fonts/fontconfig/files/pkg-install.in Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/x11-fonts/fontconfig/Makefile ============================================================================== --- branches/2016Q3/x11-fonts/fontconfig/Makefile Sun Jul 31 18:41:57 2016 (r419401) +++ branches/2016Q3/x11-fonts/fontconfig/Makefile Sun Jul 31 18:45:56 2016 (r419402) @@ -3,7 +3,7 @@ PORTNAME= fontconfig PORTVERSION= 2.11.1 -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH?= 1 CATEGORIES= x11-fonts MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/ Modified: branches/2016Q3/x11-fonts/fontconfig/files/pkg-install.in ============================================================================== --- branches/2016Q3/x11-fonts/fontconfig/files/pkg-install.in Sun Jul 31 18:41:57 2016 (r419401) +++ branches/2016Q3/x11-fonts/fontconfig/files/pkg-install.in Sun Jul 31 18:45:56 2016 (r419402) @@ -5,6 +5,6 @@ export PATH if [ "$2" = "POST-INSTALL" ]; then echo "Running fc-cache to build fontconfig cache..." - fc-cache -f -v + fc-cache -f -s -v exit 0 fi From owner-svn-ports-branches@freebsd.org Sun Jul 31 18:47:39 2016 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 CBB0CBAA5A0; Sun, 31 Jul 2016 18:47:39 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D8CB1CB3; Sun, 31 Jul 2016 18:47:39 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-wm0-x22b.google.com with SMTP id o80so215740568wme.1; Sun, 31 Jul 2016 11:47:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=ECeRIq/tmt5TUFqmD7iXOseXF9zWg/I2/dzl4vqIClo=; b=BuwBiq+R5BEaYMM76zzXZBbium4y7C9BQePWTfQuwkpIzt27bPV7B1nAUd/H3NV4BB 6aOE6ZUun1Hf1owCEBv8PWHe5CCZTPEh/aLq0sx224z1iVuat23FIe0GZpv2mjKVAIj5 dwSrlacjsckLX5czOEaep73e5XgKqeykesze7F4mnwbDxXYE2Vbc8UPExfYh21n1vNyn IG85wEAQkNgZJwaQ+oZ5dZkku2Ca0weYXxJ7DjkcF0HC+/mI4ZNcZNBSfhxpSKsOMzWJ JgXUbarba0HJOH0Eeds1excR09WiyaywIm8r6+3Ua1qYUYYIp2r/RSQPRAvcWYSBbQwr YXBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=ECeRIq/tmt5TUFqmD7iXOseXF9zWg/I2/dzl4vqIClo=; b=BoAJFg2uvoZvT80uAk7hfKCxLNYGyFsnuKz2Upu5OjZxt432bU4RnOPHBqbFagC2aa bqynf8wmvRovrUVypD82Mh7rkeXwzN2zPUM1KpV5dhzJBLMOQnFGCDklG3/aFU9cjRQU 5BjUQwFzRy6nFJpeM2ljOwmtmDOuwvB5+8gPC1ic2fRRc7KFGUMg1IygwJ2W0sZWu23A bgr3laWHxV9Be156/rr1e8Rp4q338HAfUVXKY2QpQhgKs8CUMCw3B2lvqEc96o95cf+j i3sc5iYncC/VKzrkEpX81QLiCnJt5ALPWsFHkPoGkaeDqDKP7tTFDwzG+G2KEPbqtt9x MSfw== X-Gm-Message-State: AEkoous+agm4L4EGnC20o24fpP1nqgV9WBaRJHO3lqZDJanPKKKUjPML6GV65+yAQPPbIg== X-Received: by 10.194.248.198 with SMTP id yo6mr20729954wjc.66.1469990857120; Sun, 31 Jul 2016 11:47:37 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id xa2sm26795743wjc.0.2016.07.31.11.47.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 31 Jul 2016 11:47:36 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 31 Jul 2016 20:47:35 +0200 From: Baptiste Daroussin To: Jason Unovitch Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r419390 - branches/2016Q3/dns/libidn Message-ID: <20160731184735.devl5vvutvkodki5@ivaldir.etoilebsd.net> References: <201607311515.u6VFFhEW016240@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="oxtiw5y7wrnvzfty" Content-Disposition: inline In-Reply-To: <201607311515.u6VFFhEW016240@repo.freebsd.org> User-Agent: Mutt/1.6.2-neo (2016-07-23) X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 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, 31 Jul 2016 18:47:39 -0000 --oxtiw5y7wrnvzfty Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 31, 2016 at 03:15:43PM +0000, Jason Unovitch wrote: > Author: junovitch > Date: Sun Jul 31 15:15:43 2016 > New Revision: 419390 > URL: https://svnweb.freebsd.org/changeset/ports/419390 >=20 > Log: > MFH: r419389 > =20 > dns/libidn: update 1.31 -> 1.33 > =20 > PR: 211407 > Submitted by: Piotr Kubaj > Approved by: ports-secteam (with hat) > Security: CVE-2015-8948 > Security: CVE-2016-6261 > Security: CVE-2016-6262 > Security: CVE-2016-6263 > Security: https://vuxml.FreeBSD.org/freebsd/cb5189eb-572f-11e6-b334-002= 590263bf5.html >=20 > Modified: > branches/2016Q3/dns/libidn/Makefile > branches/2016Q3/dns/libidn/distinfo > branches/2016Q3/dns/libidn/pkg-plist > Directory Properties: > branches/2016Q3/ (props changed) >=20 > Modified: branches/2016Q3/dns/libidn/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- branches/2016Q3/dns/libidn/Makefile Sun Jul 31 15:15:03 2016 (r419389) > +++ branches/2016Q3/dns/libidn/Makefile Sun Jul 31 15:15:43 2016 (r419390) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > =20 > PORTNAME=3D libidn > -PORTVERSION=3D 1.31 > +PORTVERSION=3D 1.33 > CATEGORIES=3D dns > MASTER_SITES=3D GNU > =20 >=20 > Modified: branches/2016Q3/dns/libidn/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- branches/2016Q3/dns/libidn/distinfo Sun Jul 31 15:15:03 2016 (r419389) > +++ branches/2016Q3/dns/libidn/distinfo Sun Jul 31 15:15:43 2016 (r419390) > @@ -1,2 +1,3 @@ > -SHA256 (libidn-1.31.tar.gz) =3D afdf2fce91faea483ce24e26b5e3a9235e332029= c9265d07214fd1cfaa08df08 > -SIZE (libidn-1.31.tar.gz) =3D 3481725 > +TIMESTAMP =3D 1469624820 > +SHA256 (libidn-1.33.tar.gz) =3D 44a7aab635bb721ceef6beecc4d49dfd19478325= e1b47f3196f7d2acc4930e19 > +SIZE (libidn-1.33.tar.gz) =3D 3501056 >=20 > Modified: branches/2016Q3/dns/libidn/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- branches/2016Q3/dns/libidn/pkg-plist Sun Jul 31 15:15:03 2016 (r41938= 9) > +++ branches/2016Q3/dns/libidn/pkg-plist Sun Jul 31 15:15:43 2016 (r41939= 0) > @@ -6,36 +6,13 @@ include/pr29.h > include/punycode.h > include/stringprep.h > include/tld.h > +info/dir This is wrong info/dir should never endup in the plist as it is supposed to= be generated Best regards, Bapt --oxtiw5y7wrnvzfty Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXnkfGAAoJEGOJi9zxtz5aA9gP/R1tUpq/UWXrTDvt4sLiY5dL wS2R2zpmaH8gsbnmuZ+VUtZPfhUJ6iIU1E50nLEw8qRBjqepv62xFmGHoNRFMHR0 kMgxJK6ZmPT8qMNrgxgw9ib4njzxwH3m6A6AO5EkYZavp/10PdfHDdf9o7dKFLsf C6eVJ6VEfhwL7t7KZjK1fJqYlZuMQzsfDc/OwSdUYNCuE+JIt+d8M7FuKXr90txu nn+gX4Ln9p1ZjH8QKs9xN7Z1++8K0dMpUKEtGpETOfSoFirDt4OMuA6g07ETmJO8 PrJajKiHHdE7ftGOGCurjsafcJ6ZTa5HlJrJb2pVtxqkFLAm+zabtsNA9OSFMcuZ 0dP2haGMU35PmRBCFmj60s02mSKjcy6Jpg3M2ntofogyyNX11b8Y8JmPFExS3Ejb Ao3gMyqH7Ya8e4wP1uW++UbjXDlmTLbK3YkitOqXJfjb8h3frT6saEdiUdmi3ovY Slv00wl484CaIYW08IpnnOs4BeSTdDPm4OoICS0xcOfeghfmL6fh8ogyGMUE0rWP tfHrpTrCbVFxs4HkDn4a3m/kVyFFIwohtlYuVi5e3MUryFSZNlaQnIK4iBU15NT0 3n1vDg4MdcYpR1/jOx/O9Bov5FEXHGA7jRCEn/Ehog2Kj1PZw/Qagujh3QsR5sHJ k4NxvZV1wDYQD1ezzJ3Q =Rfhw -----END PGP SIGNATURE----- --oxtiw5y7wrnvzfty-- From owner-svn-ports-branches@freebsd.org Sun Jul 31 18:51:03 2016 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 6AD76BAA6B6; Sun, 31 Jul 2016 18:51:03 +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 3215E1166; Sun, 31 Jul 2016 18:51:03 +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 u6VIp2bt095449; Sun, 31 Jul 2016 18:51:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VIp2G9095447; Sun, 31 Jul 2016 18:51:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201607311851.u6VIp2G9095447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 31 Jul 2016 18:51:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419404 - in branches/2016Q3/x11-fonts: linuxlibertine linuxlibertine/files wqy 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.22 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, 31 Jul 2016 18:51:03 -0000 Author: jbeich Date: Sun Jul 31 18:51:02 2016 New Revision: 419404 URL: https://svnweb.freebsd.org/changeset/ports/419404 Log: MFH: r419067 r419403 Don't manually call fc-cache after USES=fonts Approved by: portmgr blanket Approved by: ports-secteam (feld) Deleted: branches/2016Q3/x11-fonts/linuxlibertine/files/ branches/2016Q3/x11-fonts/wqy/pkg-deinstall Modified: branches/2016Q3/x11-fonts/linuxlibertine/Makefile branches/2016Q3/x11-fonts/wqy/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/x11-fonts/linuxlibertine/Makefile ============================================================================== --- branches/2016Q3/x11-fonts/linuxlibertine/Makefile Sun Jul 31 18:48:28 2016 (r419403) +++ branches/2016Q3/x11-fonts/linuxlibertine/Makefile Sun Jul 31 18:51:02 2016 (r419404) @@ -3,7 +3,7 @@ PORTNAME= linuxlibertine PORTVERSION= 4.7.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts MASTER_SITES= SF DISTNAME= LinLibertineFont-${PORTVERSION}-2 @@ -27,7 +27,6 @@ LICENSE_NAME_OFL= Open Fonts License LICENSE_FILE_OFL= ${WRKSRC}/OFL.txt LICENSE_PERMS_OFL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -SUB_FILES= pkg-deinstall WRKSRC= ${WRKDIR}/LinLibertine NO_BUILD= yes Modified: branches/2016Q3/x11-fonts/wqy/Makefile ============================================================================== --- branches/2016Q3/x11-fonts/wqy/Makefile Sun Jul 31 18:48:28 2016 (r419403) +++ branches/2016Q3/x11-fonts/wqy/Makefile Sun Jul 31 18:51:02 2016 (r419404) @@ -3,7 +3,7 @@ PORTNAME= wqy-fonts PORTVERSION= 20100803 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= x11-fonts MASTER_SITES= SF/wqy/wqy-bitmapfont/1.0.0-RC1:bitmapfont \ From owner-svn-ports-branches@freebsd.org Sun Jul 31 18:56:05 2016 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 7C6CABAA909; Sun, 31 Jul 2016 18:56:05 +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 4D5B8153A; Sun, 31 Jul 2016 18:56:05 +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 u6VIu4QW098315; Sun, 31 Jul 2016 18:56:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VIu4e8098314; Sun, 31 Jul 2016 18:56:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201607311856.u6VIu4e8098314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 31 Jul 2016 18:56:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419405 - branches/2016Q3/graphics/py-cairo 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.22 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, 31 Jul 2016 18:56:05 -0000 Author: jbeich Date: Sun Jul 31 18:56:04 2016 New Revision: 419405 URL: https://svnweb.freebsd.org/changeset/ports/419405 Log: MFH: r419081 graphics/py-cairo: clean up - PYTHON_CMD already contains LOCALBASE - PYTHON is already passed to CONFIGURE_ENV - PREFIX and *FLAGS are redundant - Respect PREFIX != LOCALBASE while stripping [1] PR: 202911 Submitted by: John Hein Approved by: maintainer timeout (11 months) Approved by: portmgr blanket [1] Approved by: ports-secteam (feld) Modified: branches/2016Q3/graphics/py-cairo/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/graphics/py-cairo/Makefile ============================================================================== --- branches/2016Q3/graphics/py-cairo/Makefile Sun Jul 31 18:51:02 2016 (r419404) +++ branches/2016Q3/graphics/py-cairo/Makefile Sun Jul 31 18:56:04 2016 (r419405) @@ -15,10 +15,6 @@ COMMENT= Python 2 bindings for Cairo USES= pkgconfig python:2 shebangfix tar:bzip2 waf USE_GNOME= cairo -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= PYTHON=${LOCALBASE}/bin/${PYTHON_CMD} \ - PREFIX=${PREFIX} SHEBANG_FILES= examples/*.py examples/*/*.py test/*.py @@ -27,6 +23,6 @@ post-install: -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} @cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cairo/_cairo.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cairo/_cairo.so .include From owner-svn-ports-branches@freebsd.org Sun Jul 31 18:59:24 2016 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 A3A4ABAAA32; Sun, 31 Jul 2016 18:59: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 56A2F1837; Sun, 31 Jul 2016 18:59: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 u6VIxNEU098604; Sun, 31 Jul 2016 18:59:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VIxNpD098603; Sun, 31 Jul 2016 18:59:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201607311859.u6VIxNpD098603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 31 Jul 2016 18:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419406 - branches/2016Q3/graphics/cairo 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.22 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, 31 Jul 2016 18:59:24 -0000 Author: jbeich Date: Sun Jul 31 18:59:23 2016 New Revision: 419406 URL: https://svnweb.freebsd.org/changeset/ports/419406 Log: MFH: r419084 graphics/cairo: clean up - Convert to option helpers - Fix LICENSE combination - Add missing X11 dependencies [1] PR: 198996 [1] Submitted by: yuri@rawbw.com [1] Approved by: portmgr blanket Approved by: ports-secteam (feld) Modified: branches/2016Q3/graphics/cairo/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/graphics/cairo/Makefile ============================================================================== --- branches/2016Q3/graphics/cairo/Makefile Sun Jul 31 18:56:04 2016 (r419405) +++ branches/2016Q3/graphics/cairo/Makefile Sun Jul 31 18:59:23 2016 (r419406) @@ -3,6 +3,7 @@ PORTNAME= cairo PORTVERSION= 1.14.6 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -11,7 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Vector graphics library with cross-device output support LICENSE= LGPL21 MPL -LICENSE_COMB= multi +LICENSE_COMB= dual USES= tar:xz @@ -43,35 +44,28 @@ CONFIGURE_ARGS= --with-html-dir=${DOCSDI OPTIONS_DEFINE= OPENGL XCB GLIB X11 OPTIONS_DEFAULT=OPENGL XCB GLIB X11 +OPTIONS_SLAVE= ${ARCH:tu} XCB_DESC= Enable XCB (X C-language Binding) Support GLIB_DESC= Enable GObject Functions Feature OPTIONS_SUB= yes -X11_USE= xorg=xrender,xext +X11_USE= xorg=x11,xext,xrender X11_CONFIGURE_ENABLE=xlib OPENGL_USE= gl=gl,egl xorg=glproto:both,dri2proto:both OPENGL_CONFIGURE_ENABLE=gl egl +OPENGL_IMPLIES= X11 GLIB_USE= gnome=glib20 GLIB_CONFIGURE_ENABLE= gobject XCB_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:x11/xcb-util-renderutil XCB_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:x11/xcb-util-renderutil +XCB_USE= xorg=xcb XCB_CONFIGURE_ENABLE= xcb # this has another option --enable-xlib-xcb=auto but it is buggy. +MIPS_BUILD_DEPENDS= ${LOCALBASE}/include/atomic_ops.h:devel/libatomic_ops +MIPS_USES= localbase +MIPS_CONFIGURE_ENV= cairo_cv_atomic_primitives="libatomic-ops" PLIST_SUB+= LIBVER=2.11400.6 -.include - -.if ${ARCH} == "mips" -BUILD_DEPENDS+= ${LOCALBASE}/include/atomic_ops.h:devel/libatomic_ops -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= cairo_cv_atomic_primitives="libatomic-ops" -.endif - -.if ${PORT_OPTIONS:MOPENGL} && !${PORT_OPTIONS:MX11} -BROKEN= OpenGL option needs X11 support -.endif - post-patch: @${REINPLACE_CMD} -e '/strings/s/ - / -a /' \ -e '/test/s/==/=/g' \ From owner-svn-ports-branches@freebsd.org Mon Aug 1 02:27:50 2016 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 AFFD7BAA2E9; Mon, 1 Aug 2016 02:27:50 +0000 (UTC) (envelope-from junovitch@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 7CE0119D3; Mon, 1 Aug 2016 02:27:50 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u712Rnbk065656; Mon, 1 Aug 2016 02:27:49 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u712RnpA065654; Mon, 1 Aug 2016 02:27:49 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201608010227.u712RnpA065654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 1 Aug 2016 02:27:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419421 - branches/2016Q3/dns/libidn 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.22 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, 01 Aug 2016 02:27:50 -0000 Author: junovitch Date: Mon Aug 1 02:27:49 2016 New Revision: 419421 URL: https://svnweb.freebsd.org/changeset/ports/419421 Log: MFH: r419420 dns/libidn: remove erroneous addition of autogenerated info/dir in plist PR: 211407 Pointyhat to: junovitch Approved by: ports-secteam (with hat) Modified: branches/2016Q3/dns/libidn/Makefile branches/2016Q3/dns/libidn/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/dns/libidn/Makefile ============================================================================== --- branches/2016Q3/dns/libidn/Makefile Mon Aug 1 02:27:11 2016 (r419420) +++ branches/2016Q3/dns/libidn/Makefile Mon Aug 1 02:27:49 2016 (r419421) @@ -3,6 +3,7 @@ PORTNAME= libidn PORTVERSION= 1.33 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= GNU Modified: branches/2016Q3/dns/libidn/pkg-plist ============================================================================== --- branches/2016Q3/dns/libidn/pkg-plist Mon Aug 1 02:27:11 2016 (r419420) +++ branches/2016Q3/dns/libidn/pkg-plist Mon Aug 1 02:27:49 2016 (r419421) @@ -6,7 +6,6 @@ include/pr29.h include/punycode.h include/stringprep.h include/tld.h -info/dir info/libidn-components.png lib/libidn.a lib/libidn.so From owner-svn-ports-branches@freebsd.org Mon Aug 1 02:33:35 2016 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 CBC1FBAA55C; Mon, 1 Aug 2016 02:33:35 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B02171EA3; Mon, 1 Aug 2016 02:33:35 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from Silverstone (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 218BC1354; Mon, 1 Aug 2016 02:33:35 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Date: Sun, 31 Jul 2016 22:33:34 -0400 From: Jason Unovitch To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r419390 - branches/2016Q3/dns/libidn Message-ID: <20160801023334.GA48663@Silverstone> References: <201607311515.u6VFFhEW016240@repo.freebsd.org> <20160731184735.devl5vvutvkodki5@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed In-Reply-To: <20160731184735.devl5vvutvkodki5@ivaldir.etoilebsd.net> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 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, 01 Aug 2016 02:33:35 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On Sun, Jul 31, 2016 at 08:47:35PM +0200, Baptiste Daroussin wrote: > On Sun, Jul 31, 2016 at 03:15:43PM +0000, Jason Unovitch wrote: > > Author: junovitch > > Date: Sun Jul 31 15:15:43 2016 > > New Revision: 419390 > > URL: https://svnweb.freebsd.org/changeset/ports/419390 > > > > Log: > > MFH: r419389 > > > > dns/libidn: update 1.31 -> 1.33 > > > > PR: 211407 > > Submitted by: Piotr Kubaj > > Approved by: ports-secteam (with hat) > > Security: CVE-2015-8948 > > Security: CVE-2016-6261 > > Security: CVE-2016-6262 > > Security: CVE-2016-6263 > > Security: https://vuxml.FreeBSD.org/freebsd/cb5189eb-572f-11e6-b334-002590263bf5.html > > > > Modified: > > branches/2016Q3/dns/libidn/Makefile > > branches/2016Q3/dns/libidn/distinfo > > branches/2016Q3/dns/libidn/pkg-plist > > Directory Properties: > > branches/2016Q3/ (props changed) > > > > Modified: branches/2016Q3/dns/libidn/Makefile > > ============================================================================== > > --- branches/2016Q3/dns/libidn/Makefile Sun Jul 31 15:15:03 2016 (r419389) > > +++ branches/2016Q3/dns/libidn/Makefile Sun Jul 31 15:15:43 2016 (r419390) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= libidn > > -PORTVERSION= 1.31 > > +PORTVERSION= 1.33 > > CATEGORIES= dns > > MASTER_SITES= GNU > > > > > > Modified: branches/2016Q3/dns/libidn/distinfo > > ============================================================================== > > --- branches/2016Q3/dns/libidn/distinfo Sun Jul 31 15:15:03 2016 (r419389) > > +++ branches/2016Q3/dns/libidn/distinfo Sun Jul 31 15:15:43 2016 (r419390) > > @@ -1,2 +1,3 @@ > > -SHA256 (libidn-1.31.tar.gz) = afdf2fce91faea483ce24e26b5e3a9235e332029c9265d07214fd1cfaa08df08 > > -SIZE (libidn-1.31.tar.gz) = 3481725 > > +TIMESTAMP = 1469624820 > > +SHA256 (libidn-1.33.tar.gz) = 44a7aab635bb721ceef6beecc4d49dfd19478325e1b47f3196f7d2acc4930e19 > > +SIZE (libidn-1.33.tar.gz) = 3501056 > > > > Modified: branches/2016Q3/dns/libidn/pkg-plist > > ============================================================================== > > --- branches/2016Q3/dns/libidn/pkg-plist Sun Jul 31 15:15:03 2016 (r419389) > > +++ branches/2016Q3/dns/libidn/pkg-plist Sun Jul 31 15:15:43 2016 (r419390) > > @@ -6,36 +6,13 @@ include/pr29.h > > include/punycode.h > > include/stringprep.h > > include/tld.h > > +info/dir > > This is wrong info/dir should never endup in the plist as it is supposed to be > generated > > Best regards, > Bapt Oops. Sorry about that. Fixed in r419420/r419421. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJXnrT4XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0NURGNTQ1OTkzQkJFMzc3OTNDQUNERUU2 RkQ0OUMzMDE2MUNBQTZFAAoJEG/UnDAWHKpuhsQH/2PLXYc8eVqz+SdnN78vmZk0 NIi7sKapPUaDDAa24SSxGxJnyyYKK4S6l2yKjSovq4eFWMNQnnow+8FrGmtlC6dy D2dRCkggQFP2gH5OS3Ss9cz9LqyXtqK+M6qq1C7RjovClbQPK8Py4yfb0ebAU639 YuwfpeOx8dNmSOeBBmPAe7Fv0gyY4wN4F67q7kRTXBXWVU/IZLePKDnJ1i1ab4ZK 6b+gvBEbob6cpUOdjULOGD4KAkDcOjU+/XrD0SAWK9bfRh0ylr2A6JYUlgduIUd6 ZuAngfX8Sp30dIUsP4k3zgtJqmUlIEV9cUpJG4zt149tNxE4f45F9Z5RKF7tOmo= =X+ll -----END PGP SIGNATURE----- From owner-svn-ports-branches@freebsd.org Mon Aug 1 18:07:40 2016 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 4BB03BAB0B0; Mon, 1 Aug 2016 18:07:40 +0000 (UTC) (envelope-from pawel@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 05962131C; Mon, 1 Aug 2016 18:07:39 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u71I7d5x020884; Mon, 1 Aug 2016 18:07:39 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u71I7dOG020881; Mon, 1 Aug 2016 18:07:39 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201608011807.u71I7dOG020881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 1 Aug 2016 18:07:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419448 - branches/2016Q3/security/dropbear 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.22 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, 01 Aug 2016 18:07:40 -0000 Author: pawel Date: Mon Aug 1 18:07:38 2016 New Revision: 419448 URL: https://svnweb.freebsd.org/changeset/ports/419448 Log: MFH: r419445 - Update to version 2016.74 - Add license information Changelog: - Security: Message printout was vulnerable to format string injection. If specific usernames including "%" symbols can be created on a system (validated by getpwnam()) then an attacker could run arbitrary code as root when connecting to Dropbear server. A dbclient user who can control username or host arguments could potentially run arbitrary code as the dbclient user. This could be a problem if scripts or webpages pass untrusted input to the dbclient program. - Security: dropbearconvert import of OpenSSH keys could run arbitrary code as the local dropbearconvert user when parsing malicious key files - Security: dbclient could run arbitrary code as the local dbclient user if particular -m or -c arguments are provided. This could be an issue where dbclient is used in scripts. - Security: dbclient or dropbear server could expose process memory to the running user if compiled with DEBUG_TRACE and running with -v PR: 211298 Submitted by: Piotr Kubaj (maintainer) Approved by: ports-secteam (feld) Modified: branches/2016Q3/security/dropbear/Makefile branches/2016Q3/security/dropbear/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/security/dropbear/Makefile ============================================================================== --- branches/2016Q3/security/dropbear/Makefile Mon Aug 1 17:51:07 2016 (r419447) +++ branches/2016Q3/security/dropbear/Makefile Mon Aug 1 18:07:38 2016 (r419448) @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= dropbear -PORTVERSION= 2016.73 +PORTVERSION= 2016.74 CATEGORIES= security ipv6 MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/ MAINTAINER= pkubaj@anongoth.pl COMMENT= SSH 2 server, designed to be usable in small memory environments +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + GNU_CONFIGURE= yes USES= cpe gmake tar:bzip2 CPE_VENDOR= matt_johnston Modified: branches/2016Q3/security/dropbear/distinfo ============================================================================== --- branches/2016Q3/security/dropbear/distinfo Mon Aug 1 17:51:07 2016 (r419447) +++ branches/2016Q3/security/dropbear/distinfo Mon Aug 1 18:07:38 2016 (r419448) @@ -1,2 +1,3 @@ -SHA256 (dropbear-2016.73.tar.bz2) = 5c61a4f69b093b688629cd365be38701485ff63cfb23642dab7a05ad250aefd7 -SIZE (dropbear-2016.73.tar.bz2) = 1621584 +TIMESTAMP = 1469201269 +SHA256 (dropbear-2016.74.tar.bz2) = 2720ea54ed009af812701bcc290a2a601d5c107d12993e5d92c0f5f81f718891 +SIZE (dropbear-2016.74.tar.bz2) = 1622234 From owner-svn-ports-branches@freebsd.org Tue Aug 2 02:16:30 2016 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 9C78BBAB0BF; Tue, 2 Aug 2016 02:16:30 +0000 (UTC) (envelope-from junovitch@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 6AB1E16C0; Tue, 2 Aug 2016 02:16:30 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u722GTWt004516; Tue, 2 Aug 2016 02:16:29 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u722GSTE004509; Tue, 2 Aug 2016 02:16:28 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201608020216.u722GSTE004509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 2 Aug 2016 02:16:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419464 - in branches/2016Q3: emulators/xen-kernel emulators/xen-kernel/files misc/seabios sysutils/xen-tools sysutils/xen-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.22 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, 02 Aug 2016 02:16:30 -0000 Author: junovitch Date: Tue Aug 2 02:16:28 2016 New Revision: 419464 URL: https://svnweb.freebsd.org/changeset/ports/419464 Log: MFH: r418136 r418138 r419430 seabios: update to 1.9.3 xen-tools: bump PORTREVISION after SeaBIOS update xen: apply XSA-{182/183/184} PR: 211482 Sponsored by: Citrix Systems R&D Approved by: ports-secteam (with hat) Security: CVE-2016-5403 Security: CVE-2016-6259 Security: CVE-2016-6258 Security: https://vuxml.FreeBSD.org/freebsd/06574c62-5854-11e6-b334-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/04cf89e3-5854-11e6-b334-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/032aa524-5854-11e6-b334-002590263bf5.html Added: branches/2016Q3/emulators/xen-kernel/files/xsa182-unstable.patch - copied unchanged from r419430, head/emulators/xen-kernel/files/xsa182-unstable.patch branches/2016Q3/emulators/xen-kernel/files/xsa183-unstable.patch - copied unchanged from r419430, head/emulators/xen-kernel/files/xsa183-unstable.patch branches/2016Q3/sysutils/xen-tools/files/xsa184-qemuu-master.patch - copied unchanged from r419430, head/sysutils/xen-tools/files/xsa184-qemuu-master.patch Modified: branches/2016Q3/emulators/xen-kernel/Makefile branches/2016Q3/misc/seabios/Makefile branches/2016Q3/misc/seabios/distinfo branches/2016Q3/sysutils/xen-tools/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/emulators/xen-kernel/Makefile ============================================================================== --- branches/2016Q3/emulators/xen-kernel/Makefile Tue Aug 2 02:07:56 2016 (r419463) +++ branches/2016Q3/emulators/xen-kernel/Makefile Tue Aug 2 02:16:28 2016 (r419464) @@ -3,7 +3,7 @@ PORTNAME= xen PKGNAMESUFFIX= -kernel PORTVERSION= 4.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ @@ -39,7 +39,9 @@ PLIST_FILES= /boot/xen \ /boot/xen.4th EXTRA_PATCHES= ${FILESDIR}/0001-xen-logdirty-prevent-preemption-if-finished.patch:-p1 \ ${FILESDIR}/0002-xen-rework-paging_log_dirty_op-to-work-with-hvm-gues.patch:-p1 \ - ${FILESDIR}/kconf_arch.patch:-p1 + ${FILESDIR}/kconf_arch.patch:-p1 \ + ${FILESDIR}/xsa182-unstable.patch:-p1 \ + ${FILESDIR}/xsa183-unstable.patch:-p1 .include Copied: branches/2016Q3/emulators/xen-kernel/files/xsa182-unstable.patch (from r419430, head/emulators/xen-kernel/files/xsa182-unstable.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/emulators/xen-kernel/files/xsa182-unstable.patch Tue Aug 2 02:16:28 2016 (r419464, copy of r419430, head/emulators/xen-kernel/files/xsa182-unstable.patch) @@ -0,0 +1,102 @@ +From 00593655e231ed5ea20704120037026e33b83fbb Mon Sep 17 00:00:00 2001 +From: Andrew Cooper +Date: Mon, 11 Jul 2016 14:32:03 +0100 +Subject: [PATCH] x86/pv: Remove unsafe bits from the mod_l?_entry() fastpath + +All changes in writeability and cacheability must go through full +re-validation. + +Rework the logic as a whitelist, to make it clearer to follow. + +This is XSA-182 + +Reported-by: Jérémie Boutoille +Signed-off-by: Andrew Cooper +Reviewed-by: Tim Deegan +--- + xen/arch/x86/mm.c | 28 ++++++++++++++++------------ + xen/include/asm-x86/page.h | 1 + + 2 files changed, 17 insertions(+), 12 deletions(-) + +diff --git a/xen/arch/x86/mm.c b/xen/arch/x86/mm.c +index dbcf6cb..56ca19f 100644 +--- a/xen/arch/x86/mm.c ++++ b/xen/arch/x86/mm.c +@@ -1852,6 +1852,14 @@ static inline int update_intpte(intpte_t *p, + _t ## e_get_intpte(_o), _t ## e_get_intpte(_n), \ + (_m), (_v), (_ad)) + ++/* ++ * PTE flags that a guest may change without re-validating the PTE. ++ * All other bits affect translation, caching, or Xen's safety. ++ */ ++#define FASTPATH_FLAG_WHITELIST \ ++ (_PAGE_NX_BIT | _PAGE_AVAIL_HIGH | _PAGE_AVAIL | _PAGE_GLOBAL | \ ++ _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_USER) ++ + /* Update the L1 entry at pl1e to new value nl1e. */ + static int mod_l1_entry(l1_pgentry_t *pl1e, l1_pgentry_t nl1e, + unsigned long gl1mfn, int preserve_ad, +@@ -1891,9 +1899,8 @@ static int mod_l1_entry(l1_pgentry_t *pl1e, l1_pgentry_t nl1e, + nl1e = l1e_from_pfn(page_to_mfn(page), l1e_get_flags(nl1e)); + } + +- /* Fast path for identical mapping, r/w, presence, and cachability. */ +- if ( !l1e_has_changed(ol1e, nl1e, +- PAGE_CACHE_ATTRS | _PAGE_RW | _PAGE_PRESENT) ) ++ /* Fast path for sufficiently-similar mappings. */ ++ if ( !l1e_has_changed(ol1e, nl1e, ~FASTPATH_FLAG_WHITELIST) ) + { + adjust_guest_l1e(nl1e, pt_dom); + rc = UPDATE_ENTRY(l1, pl1e, ol1e, nl1e, gl1mfn, pt_vcpu, +@@ -1970,11 +1977,8 @@ static int mod_l2_entry(l2_pgentry_t *pl2e, + return -EINVAL; + } + +- /* Fast path for identical mapping and presence. */ +- if ( !l2e_has_changed(ol2e, nl2e, +- unlikely(opt_allow_superpage) +- ? _PAGE_PSE | _PAGE_RW | _PAGE_PRESENT +- : _PAGE_PRESENT) ) ++ /* Fast path for sufficiently-similar mappings. */ ++ if ( !l2e_has_changed(ol2e, nl2e, ~FASTPATH_FLAG_WHITELIST) ) + { + adjust_guest_l2e(nl2e, d); + if ( UPDATE_ENTRY(l2, pl2e, ol2e, nl2e, pfn, vcpu, preserve_ad) ) +@@ -2039,8 +2043,8 @@ static int mod_l3_entry(l3_pgentry_t *pl3e, + return -EINVAL; + } + +- /* Fast path for identical mapping and presence. */ +- if ( !l3e_has_changed(ol3e, nl3e, _PAGE_PRESENT) ) ++ /* Fast path for sufficiently-similar mappings. */ ++ if ( !l3e_has_changed(ol3e, nl3e, ~FASTPATH_FLAG_WHITELIST) ) + { + adjust_guest_l3e(nl3e, d); + rc = UPDATE_ENTRY(l3, pl3e, ol3e, nl3e, pfn, vcpu, preserve_ad); +@@ -2103,8 +2107,8 @@ static int mod_l4_entry(l4_pgentry_t *pl4e, + return -EINVAL; + } + +- /* Fast path for identical mapping and presence. */ +- if ( !l4e_has_changed(ol4e, nl4e, _PAGE_PRESENT) ) ++ /* Fast path for sufficiently-similar mappings. */ ++ if ( !l4e_has_changed(ol4e, nl4e, ~FASTPATH_FLAG_WHITELIST) ) + { + adjust_guest_l4e(nl4e, d); + rc = UPDATE_ENTRY(l4, pl4e, ol4e, nl4e, pfn, vcpu, preserve_ad); +diff --git a/xen/include/asm-x86/page.h b/xen/include/asm-x86/page.h +index 224852a..4ae387f 100644 +--- a/xen/include/asm-x86/page.h ++++ b/xen/include/asm-x86/page.h +@@ -313,6 +313,7 @@ void efi_update_l4_pgtable(unsigned int l4idx, l4_pgentry_t); + #define _PAGE_AVAIL2 _AC(0x800,U) + #define _PAGE_AVAIL _AC(0xE00,U) + #define _PAGE_PSE_PAT _AC(0x1000,U) ++#define _PAGE_AVAIL_HIGH (_AC(0x7ff, U) << 12) + #define _PAGE_NX (cpu_has_nx ? _PAGE_NX_BIT : 0) + /* non-architectural flags */ + #define _PAGE_PAGED 0x2000U +-- +2.1.4 + Copied: branches/2016Q3/emulators/xen-kernel/files/xsa183-unstable.patch (from r419430, head/emulators/xen-kernel/files/xsa183-unstable.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/emulators/xen-kernel/files/xsa183-unstable.patch Tue Aug 2 02:16:28 2016 (r419464, copy of r419430, head/emulators/xen-kernel/files/xsa183-unstable.patch) @@ -0,0 +1,75 @@ +From 2fd4f34058fb5f87fbd80978dbd2cb458aff565d Mon Sep 17 00:00:00 2001 +From: Andrew Cooper +Date: Wed, 15 Jun 2016 18:32:14 +0100 +Subject: [PATCH] x86/entry: Avoid SMAP violation in + compat_create_bounce_frame() + +A 32bit guest kernel might be running on user mappings. +compat_create_bounce_frame() must whitelist its guest accesses to avoid +risking a SMAP violation. + +For both variants of create_bounce_frame(), re-blacklist user accesses if +execution exits via an exception table redirection. + +This is XSA-183 / CVE-2016-6259 + +Signed-off-by: Andrew Cooper +Reviewed-by: George Dunlap +Reviewed-by: Jan Beulich +--- +v2: + * Include CLAC on the exit paths from compat_create_bounce_frame which occur + from faults attempting to load %fs + * Reposition ASM_STAC to avoid breaking the macro-op fusion of test/jz +--- + xen/arch/x86/x86_64/compat/entry.S | 3 +++ + xen/arch/x86/x86_64/entry.S | 2 ++ + 2 files changed, 5 insertions(+) + +diff --git a/xen/arch/x86/x86_64/compat/entry.S b/xen/arch/x86/x86_64/compat/entry.S +index 7f02afd..e80c53c 100644 +--- a/xen/arch/x86/x86_64/compat/entry.S ++++ b/xen/arch/x86/x86_64/compat/entry.S +@@ -318,6 +318,7 @@ ENTRY(compat_int80_direct_trap) + compat_create_bounce_frame: + ASSERT_INTERRUPTS_ENABLED + mov %fs,%edi ++ ASM_STAC + testb $2,UREGS_cs+8(%rsp) + jz 1f + /* Push new frame at registered guest-OS stack base. */ +@@ -364,6 +365,7 @@ compat_create_bounce_frame: + movl TRAPBOUNCE_error_code(%rdx),%eax + .Lft8: movl %eax,%fs:(%rsi) # ERROR CODE + 1: ++ ASM_CLAC + /* Rewrite our stack frame and return to guest-OS mode. */ + /* IA32 Ref. Vol. 3: TF, VM, RF and NT flags are cleared on trap. */ + andl $~(X86_EFLAGS_VM|X86_EFLAGS_RF|\ +@@ -403,6 +405,7 @@ compat_crash_page_fault_4: + addl $4,%esi + compat_crash_page_fault: + .Lft14: mov %edi,%fs ++ ASM_CLAC + movl %esi,%edi + call show_page_walk + jmp dom_crash_sync_extable +diff --git a/xen/arch/x86/x86_64/entry.S b/xen/arch/x86/x86_64/entry.S +index ad8c64c..f7178cd 100644 +--- a/xen/arch/x86/x86_64/entry.S ++++ b/xen/arch/x86/x86_64/entry.S +@@ -420,9 +420,11 @@ domain_crash_page_fault_16: + domain_crash_page_fault_8: + addq $8,%rsi + domain_crash_page_fault: ++ ASM_CLAC + movq %rsi,%rdi + call show_page_walk + ENTRY(dom_crash_sync_extable) ++ ASM_CLAC + # Get out of the guest-save area of the stack. + GET_STACK_END(ax) + leaq STACK_CPUINFO_FIELD(guest_cpu_user_regs)(%rax),%rsp +-- +2.1.4 + Modified: branches/2016Q3/misc/seabios/Makefile ============================================================================== --- branches/2016Q3/misc/seabios/Makefile Tue Aug 2 02:07:56 2016 (r419463) +++ branches/2016Q3/misc/seabios/Makefile Tue Aug 2 02:16:28 2016 (r419464) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seabios -PORTVERSION= 1.9.2 +PORTVERSION= 1.9.3 CATEGORIES= misc MASTER_SITES= http://code.coreboot.org/p/seabios/downloads/get/ Modified: branches/2016Q3/misc/seabios/distinfo ============================================================================== --- branches/2016Q3/misc/seabios/distinfo Tue Aug 2 02:07:56 2016 (r419463) +++ branches/2016Q3/misc/seabios/distinfo Tue Aug 2 02:16:28 2016 (r419464) @@ -1,2 +1,3 @@ -SHA256 (seabios-1.9.2.tar.gz) = f01d459b0e50996fdfa021eea5010776c26f739adba73957af519233165ebbe5 -SIZE (seabios-1.9.2.tar.gz) = 570726 +TIMESTAMP = 1467646492 +SHA256 (seabios-1.9.3.tar.gz) = 1ae85dc049cdee1ca953612e9ab4cec3941a4a4e744b7036624c308781b0678d +SIZE (seabios-1.9.3.tar.gz) = 571224 Modified: branches/2016Q3/sysutils/xen-tools/Makefile ============================================================================== --- branches/2016Q3/sysutils/xen-tools/Makefile Tue Aug 2 02:07:56 2016 (r419463) +++ branches/2016Q3/sysutils/xen-tools/Makefile Tue Aug 2 02:16:28 2016 (r419464) @@ -3,7 +3,7 @@ PORTNAME= xen PKGNAMESUFFIX= -tools PORTVERSION= 4.7.0 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= sysutils emulators MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ Copied: branches/2016Q3/sysutils/xen-tools/files/xsa184-qemuu-master.patch (from r419430, head/sysutils/xen-tools/files/xsa184-qemuu-master.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/sysutils/xen-tools/files/xsa184-qemuu-master.patch Tue Aug 2 02:16:28 2016 (r419464, copy of r419430, head/sysutils/xen-tools/files/xsa184-qemuu-master.patch) @@ -0,0 +1,43 @@ +From e469db25d6b2e5c71cd15451889226641c53a5cd Mon Sep 17 00:00:00 2001 +From: P J P +Date: Mon, 25 Jul 2016 17:37:18 +0530 +Subject: [PATCH] virtio: error out if guest exceeds virtqueue size + +A broken or malicious guest can submit more requests than the virtqueue +size permits. + +The guest can submit requests without bothering to wait for completion +and is therefore not bound by virtqueue size. This requires reusing +vring descriptors in more than one request, which is incorrect but +possible. Processing a request allocates a VirtQueueElement and +therefore causes unbounded memory allocation controlled by the guest. + +Exit with an error if the guest provides more requests than the +virtqueue size permits. This bounds memory allocation and makes the +buggy guest visible to the user. + +Reported-by: Zhenhao Hong +Signed-off-by: Stefan Hajnoczi +--- + hw/virtio/virtio.c | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c +index d24f775..f8ac0fb 100644 +--- a/hw/virtio/virtio.c ++++ b/hw/virtio/virtio.c +@@ -483,6 +483,11 @@ int virtqueue_pop(VirtQueue *vq, VirtQueueElement *elem) + + max = vq->vring.num; + ++ if (vq->inuse >= max) { ++ error_report("Virtqueue size exceeded"); ++ exit(1); ++ } ++ + i = head = virtqueue_get_head(vq, vq->last_avail_idx++); + if (virtio_vdev_has_feature(vdev, VIRTIO_RING_F_EVENT_IDX)) { + vring_set_avail_event(vq, vq->last_avail_idx); +-- +2.1.4 + From owner-svn-ports-branches@freebsd.org Tue Aug 2 18:28:46 2016 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 E2894BAC5AD; Tue, 2 Aug 2016 18:28:46 +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 80BAF160D; Tue, 2 Aug 2016 18:28:46 +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 u72ISjwd062859; Tue, 2 Aug 2016 18:28:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u72ISjHG062850; Tue, 2 Aug 2016 18:28:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201608021828.u72ISjHG062850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 2 Aug 2016 18:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419489 - in branches/2016Q3/www: firefox-esr firefox-esr-i18n 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.22 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, 02 Aug 2016 18:28:47 -0000 Author: jbeich Date: Tue Aug 2 18:28:44 2016 New Revision: 419489 URL: https://svnweb.freebsd.org/changeset/ports/419489 Log: MFH: r419401 www/firefox-esr: update 45.3esr Changes: https://www.mozilla.org/firefox/45.3.0/releasenotes/ Security: b7650905-e49b-432f-8fbe-fd23b5fba26a Approved by: ports-secteam (junovitch) Modified: branches/2016Q3/www/firefox-esr-i18n/Makefile branches/2016Q3/www/firefox-esr-i18n/distinfo branches/2016Q3/www/firefox-esr/Makefile branches/2016Q3/www/firefox-esr/distinfo branches/2016Q3/www/libxul/Makefile branches/2016Q3/www/libxul/distinfo branches/2016Q3/www/linux-firefox/Makefile branches/2016Q3/www/linux-firefox/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/www/firefox-esr-i18n/Makefile ============================================================================== --- branches/2016Q3/www/firefox-esr-i18n/Makefile Tue Aug 2 18:02:43 2016 (r419488) +++ branches/2016Q3/www/firefox-esr-i18n/Makefile Tue Aug 2 18:28:44 2016 (r419489) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 45.2.0 +PORTVERSION= 45.3.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/build1/linux-i686/xpi PKGNAMEPREFIX= PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} Modified: branches/2016Q3/www/firefox-esr-i18n/distinfo ============================================================================== --- branches/2016Q3/www/firefox-esr-i18n/distinfo Tue Aug 2 18:02:43 2016 (r419488) +++ branches/2016Q3/www/firefox-esr-i18n/distinfo Tue Aug 2 18:28:44 2016 (r419489) @@ -1,180 +1,180 @@ -SHA256 (xpi/firefox-45.2.0/ach.xpi) = ab32a48c5904390b6bae54666d6cdade4500256314b427d84c92aed6a545365e -SIZE (xpi/firefox-45.2.0/ach.xpi) = 426530 -SHA256 (xpi/firefox-45.2.0/af.xpi) = ad0cac28e5f308d1b28c871a7a19ae8f90b5f766664a6d5f3bb4180035e39250 -SIZE (xpi/firefox-45.2.0/af.xpi) = 439353 -SHA256 (xpi/firefox-45.2.0/an.xpi) = 800b61986f4a120ece9746abdf3c0eff4702c16bc4968cd517d464705f40c848 -SIZE (xpi/firefox-45.2.0/an.xpi) = 449036 -SHA256 (xpi/firefox-45.2.0/ar.xpi) = e59ce49538ea7825c762acf88263cd8cb3ceb2c51184ead1035d6995e8ee3e36 -SIZE (xpi/firefox-45.2.0/ar.xpi) = 474961 -SHA256 (xpi/firefox-45.2.0/as.xpi) = 67f6fd6bd8c40c97b339fa98f10b34dc23c149260a130bcdb60fdd3f9914ef8f -SIZE (xpi/firefox-45.2.0/as.xpi) = 483096 -SHA256 (xpi/firefox-45.2.0/ast.xpi) = 2b9ebd133922ea270fcec57b41f0c123fd3fdbd24fb0ff5a1afde2595691a3cc -SIZE (xpi/firefox-45.2.0/ast.xpi) = 419249 -SHA256 (xpi/firefox-45.2.0/az.xpi) = 8eb51f7a8ba22cc2d98d017c8935e34e8fb4bad55faac7d4b2a2554ea2b41ee7 -SIZE (xpi/firefox-45.2.0/az.xpi) = 464018 -SHA256 (xpi/firefox-45.2.0/be.xpi) = 70fca224ef5d1511b407bcb03f555d0efbdd0917beb6d1d813da7d6e1b4ff5db -SIZE (xpi/firefox-45.2.0/be.xpi) = 442619 -SHA256 (xpi/firefox-45.2.0/bg.xpi) = eee477ac2a49d30afaccff8442936ccdc19848806aa71213982f7f4f21ffd5fb -SIZE (xpi/firefox-45.2.0/bg.xpi) = 460809 -SHA256 (xpi/firefox-45.2.0/bn-BD.xpi) = 1f58d1245fac7492bcd1ec42aa1c2179539bf515dc2a82bf7cc9695e3f78728c -SIZE (xpi/firefox-45.2.0/bn-BD.xpi) = 515643 -SHA256 (xpi/firefox-45.2.0/bn-IN.xpi) = b83af2acca411bf6213bcf2d320c5b40c20733baf712a053460222aaa6e0c8f2 -SIZE (xpi/firefox-45.2.0/bn-IN.xpi) = 494076 -SHA256 (xpi/firefox-45.2.0/br.xpi) = 14b1c5e5f904cd41e2fd4e1313918f29b2df318017bbab6e757a642b7bb85106 -SIZE (xpi/firefox-45.2.0/br.xpi) = 436390 -SHA256 (xpi/firefox-45.2.0/bs.xpi) = 4ec98ec6a9a72a9973bd2d422ba0192257a9162ad11b12d080b1c0681bdc4a0c -SIZE (xpi/firefox-45.2.0/bs.xpi) = 442998 -SHA256 (xpi/firefox-45.2.0/ca.xpi) = f894c0a2ac465f8391bff78287444837dabf1179901968360157bba3ec5b6efd -SIZE (xpi/firefox-45.2.0/ca.xpi) = 436832 -SHA256 (xpi/firefox-45.2.0/cs.xpi) = 7f03c25a4889f68b95127ccf05a5cd31e7239fa494364037e8982dc120750aff -SIZE (xpi/firefox-45.2.0/cs.xpi) = 443482 -SHA256 (xpi/firefox-45.2.0/cy.xpi) = c553756f9c8e637e575994fc6ab7947ae4a7a56d795049800c33460c6dae15d1 -SIZE (xpi/firefox-45.2.0/cy.xpi) = 438907 -SHA256 (xpi/firefox-45.2.0/da.xpi) = 73451be8019a5d58277abac7882deb87fcb9ed2a3623af84ba1b36dfb8c2c63a -SIZE (xpi/firefox-45.2.0/da.xpi) = 430078 -SHA256 (xpi/firefox-45.2.0/de.xpi) = 39cfb1784510fb2e3554853504c5134f375976062625d42eaaaeb7285cde6da5 -SIZE (xpi/firefox-45.2.0/de.xpi) = 445481 -SHA256 (xpi/firefox-45.2.0/dsb.xpi) = 2074c16b5182987cce55976c8a37fbd547d41691e9d2445deddfe8a6a90a306d -SIZE (xpi/firefox-45.2.0/dsb.xpi) = 463791 -SHA256 (xpi/firefox-45.2.0/el.xpi) = fba350202bf123c1c653f8a39c63bf751699e2f4e6381add7b0ef43cca6c6a5a -SIZE (xpi/firefox-45.2.0/el.xpi) = 470866 -SHA256 (xpi/firefox-45.2.0/en-GB.xpi) = 93023222bd0692ddf0e68b15c4f4237a0103e132d3b9b75aa34cde4da5a37822 -SIZE (xpi/firefox-45.2.0/en-GB.xpi) = 423871 -SHA256 (xpi/firefox-45.2.0/en-US.xpi) = 99d2186606e994592ce8cac8652efaa6cf9d2c74ec877a086f876547bc326796 -SIZE (xpi/firefox-45.2.0/en-US.xpi) = 425461 -SHA256 (xpi/firefox-45.2.0/en-ZA.xpi) = 80d207cae72da385aca4745d7eb726aadc12b3ba74ddf0ade07f3e0a0d4f40d4 -SIZE (xpi/firefox-45.2.0/en-ZA.xpi) = 420776 -SHA256 (xpi/firefox-45.2.0/eo.xpi) = bc9cede961a4af1077b1a5cec9ca44b69f2b88aaa5daa53ebb432adccbbc1ab3 -SIZE (xpi/firefox-45.2.0/eo.xpi) = 440960 -SHA256 (xpi/firefox-45.2.0/es-AR.xpi) = 692d0087ff79da78962576bf56bea48152f71817e339d41d05012346a61a473d -SIZE (xpi/firefox-45.2.0/es-AR.xpi) = 441481 -SHA256 (xpi/firefox-45.2.0/es-CL.xpi) = 2551e0a0f2866a7bd1190bf00926c500e3ec28e1090f19320926b14babaaddd4 -SIZE (xpi/firefox-45.2.0/es-CL.xpi) = 368763 -SHA256 (xpi/firefox-45.2.0/es-ES.xpi) = 580d3c833e2337f9e54cda734153fa80f0a14f43e72b7c38f80add9b18405a10 -SIZE (xpi/firefox-45.2.0/es-ES.xpi) = 353716 -SHA256 (xpi/firefox-45.2.0/es-MX.xpi) = 53511dae1d4de036953ca1f5fa1faee7bb63d1229c31c95e8d5e3bb94efdcac8 -SIZE (xpi/firefox-45.2.0/es-MX.xpi) = 449395 -SHA256 (xpi/firefox-45.2.0/et.xpi) = b5a2388d7ba5d50a00c8816b48ba344e088103f6637686df36a0ee0d2d7356b1 -SIZE (xpi/firefox-45.2.0/et.xpi) = 433352 -SHA256 (xpi/firefox-45.2.0/eu.xpi) = ed94e9950608c75acb4f08bedf645dfec6a390dab3221be7aaa124297bae1166 -SIZE (xpi/firefox-45.2.0/eu.xpi) = 441357 -SHA256 (xpi/firefox-45.2.0/fa.xpi) = 6cd12a4e763c01802d1807e3c4c0bbf30ab3e6fb8898064770d2ea8ca105b980 -SIZE (xpi/firefox-45.2.0/fa.xpi) = 491941 -SHA256 (xpi/firefox-45.2.0/ff.xpi) = e8d5cdc8269924c7ca6865e623bf529cac2b4c2cc7660c403f9d1e80f85951bf -SIZE (xpi/firefox-45.2.0/ff.xpi) = 441499 -SHA256 (xpi/firefox-45.2.0/fi.xpi) = 9e71e711df882e30a5707f9e94b7fee46ad9b31b6be8f381f1a8c29d446f9374 -SIZE (xpi/firefox-45.2.0/fi.xpi) = 438347 -SHA256 (xpi/firefox-45.2.0/fr.xpi) = d54ecb0438c531e95f605c29dac47c700a03e4e4f3759a51fd7e956586015928 -SIZE (xpi/firefox-45.2.0/fr.xpi) = 450037 -SHA256 (xpi/firefox-45.2.0/fy-NL.xpi) = 5f04850dedf9b6bc6fb5e566b498ce94bdd4402e56cd8b3e1c738dd35aebc567 -SIZE (xpi/firefox-45.2.0/fy-NL.xpi) = 447779 -SHA256 (xpi/firefox-45.2.0/ga-IE.xpi) = 82af32ddc3a958b3a0ff7ed5ef40085c6b1736bba071a6308febec066ce1ad5c -SIZE (xpi/firefox-45.2.0/ga-IE.xpi) = 460055 -SHA256 (xpi/firefox-45.2.0/gd.xpi) = 737e7dc382486d00c0c453e010a2d3d38b6a5dcd62517b56ab221ffa6c54b9ad -SIZE (xpi/firefox-45.2.0/gd.xpi) = 449711 -SHA256 (xpi/firefox-45.2.0/gl.xpi) = d306890e910978682d4d547a05b86135bf1db4cbbc9fd3fbad646ea237385fd2 -SIZE (xpi/firefox-45.2.0/gl.xpi) = 434804 -SHA256 (xpi/firefox-45.2.0/gn.xpi) = 9e26501f999a5a3db51408b8a31f2187fccc98469c4b0d2cc49266dc7e91439a -SIZE (xpi/firefox-45.2.0/gn.xpi) = 460648 -SHA256 (xpi/firefox-45.2.0/gu-IN.xpi) = 139545d1c9db7a2a2c8c3a281a07f9486331db9c3c5f408e688218cd927fb270 -SIZE (xpi/firefox-45.2.0/gu-IN.xpi) = 472566 -SHA256 (xpi/firefox-45.2.0/he.xpi) = 686d7def4db270016f9439e848741ba5b54db1ecc8965834b43e49f9324a9ff4 -SIZE (xpi/firefox-45.2.0/he.xpi) = 454785 -SHA256 (xpi/firefox-45.2.0/hi-IN.xpi) = ba1baa71fb8cb0820101dad05f5192811d77a3c155a1ef032c8b1abeb97225bf -SIZE (xpi/firefox-45.2.0/hi-IN.xpi) = 486991 -SHA256 (xpi/firefox-45.2.0/hr.xpi) = b29db58626d46a7dca1ee5e4529f40b2fde142068c84ddbefdc5e623e820b709 -SIZE (xpi/firefox-45.2.0/hr.xpi) = 449068 -SHA256 (xpi/firefox-45.2.0/hsb.xpi) = 3c0c5567f58322f2b34445ecd9e08a0e1f927fd912a9c269c9643a821401b134 -SIZE (xpi/firefox-45.2.0/hsb.xpi) = 461454 -SHA256 (xpi/firefox-45.2.0/hu.xpi) = 28cca2db55be3ea6c71a687cb88187b1835fd4ced2aee17a52c3cf2dadbe67c9 -SIZE (xpi/firefox-45.2.0/hu.xpi) = 449777 -SHA256 (xpi/firefox-45.2.0/hy-AM.xpi) = 1ee6ddf381c1a1260c64c158aa807e4ca66555905f40bdce7de5b7956641959e -SIZE (xpi/firefox-45.2.0/hy-AM.xpi) = 500040 -SHA256 (xpi/firefox-45.2.0/id.xpi) = ec275678c1db4e70b2a2da48c19bf0572d7f74478cb42c04a81be92d3aa46d78 -SIZE (xpi/firefox-45.2.0/id.xpi) = 427175 -SHA256 (xpi/firefox-45.2.0/is.xpi) = c8b8fa447a48d9dd571345a4674b0cfd0b8bd1ba5504e1510e13f97fc7148ebb -SIZE (xpi/firefox-45.2.0/is.xpi) = 443209 -SHA256 (xpi/firefox-45.2.0/it.xpi) = 56fd3ee3a3a74c168b6e0bf51a89d420f53e13c2de96bb5866c70f0b9d4d22e3 -SIZE (xpi/firefox-45.2.0/it.xpi) = 343724 -SHA256 (xpi/firefox-45.2.0/ja.xpi) = 71d204506415314995661a7e0dbe7cdc0ff5a172308496b92c0c95b1610a8678 -SIZE (xpi/firefox-45.2.0/ja.xpi) = 486331 -SHA256 (xpi/firefox-45.2.0/kk.xpi) = ddda566a4a597c96241772115d61b930b6943dbb3c01043329c302799ecbedba -SIZE (xpi/firefox-45.2.0/kk.xpi) = 498895 -SHA256 (xpi/firefox-45.2.0/km.xpi) = ff359fa2d93a2cc513d0b1993dc06cd259cfd919ca708b4d4ae045829206c96d -SIZE (xpi/firefox-45.2.0/km.xpi) = 504301 -SHA256 (xpi/firefox-45.2.0/kn.xpi) = 0a5f165bc7ae67e5fef88d4a3f562910f0bd327145978a122f4631734835f01c -SIZE (xpi/firefox-45.2.0/kn.xpi) = 495880 -SHA256 (xpi/firefox-45.2.0/ko.xpi) = 15494988b0018752122cc4c798b090793df515f21b18a3a0a510159d33571e38 -SIZE (xpi/firefox-45.2.0/ko.xpi) = 465289 -SHA256 (xpi/firefox-45.2.0/lij.xpi) = 264ca757f638025039ab9d456503e70dc2689b4d3d8139f011b87aeac09c3c66 -SIZE (xpi/firefox-45.2.0/lij.xpi) = 381384 -SHA256 (xpi/firefox-45.2.0/lt.xpi) = 544687a52e5be21badd5aebea8f30a0f54fffc2b41e0c6b1b928e62f2ac76689 -SIZE (xpi/firefox-45.2.0/lt.xpi) = 454678 -SHA256 (xpi/firefox-45.2.0/lv.xpi) = 353b4287e9ae5ad161f84f3ccbda94b701cdcae4fded73f3683dbbcf6776996d -SIZE (xpi/firefox-45.2.0/lv.xpi) = 445720 -SHA256 (xpi/firefox-45.2.0/mai.xpi) = 6704741e8db60752a33d22513fcbd4def443c341b2dd79694517eea449c877b9 -SIZE (xpi/firefox-45.2.0/mai.xpi) = 492650 -SHA256 (xpi/firefox-45.2.0/mk.xpi) = eaa3d2ac2ec030120222ef7be87a14c74137a923642c0d34db800f85ce5a5c41 -SIZE (xpi/firefox-45.2.0/mk.xpi) = 476391 -SHA256 (xpi/firefox-45.2.0/ml.xpi) = ebb1e4efa5bd1f30326cae5dab1c34586b6b30c8a12cf70b43c596ad9b1f3d55 -SIZE (xpi/firefox-45.2.0/ml.xpi) = 498681 -SHA256 (xpi/firefox-45.2.0/mr.xpi) = 9d0dd0add1a43827c7d2ddc92179cf160d4705b23d90e485e878cc0d5292a394 -SIZE (xpi/firefox-45.2.0/mr.xpi) = 503700 -SHA256 (xpi/firefox-45.2.0/ms.xpi) = 6b9c129e22b336a3b02dc355144db4b4e70fdda80b2aef02907facf51f409c3d -SIZE (xpi/firefox-45.2.0/ms.xpi) = 440064 -SHA256 (xpi/firefox-45.2.0/nb-NO.xpi) = e3d543509ae33fc8d7aee2df3eaa88b98e747251284428ea45d5e8930217a416 -SIZE (xpi/firefox-45.2.0/nb-NO.xpi) = 435470 -SHA256 (xpi/firefox-45.2.0/nl.xpi) = 3d702d1762196e62ebba04fbc1d413ecb506cdbc3db0ecbdd3e3b238687efde9 -SIZE (xpi/firefox-45.2.0/nl.xpi) = 435202 -SHA256 (xpi/firefox-45.2.0/nn-NO.xpi) = 0d6452c5d10fa1a3321ab0b029c9d6bc04a9cb2ccdc8df9789af921a77e656c6 -SIZE (xpi/firefox-45.2.0/nn-NO.xpi) = 432934 -SHA256 (xpi/firefox-45.2.0/or.xpi) = fd59ed99ab8dc8940037d920d304e4b73f4b5ecb26435c612bb10905d4c9e24c -SIZE (xpi/firefox-45.2.0/or.xpi) = 495922 -SHA256 (xpi/firefox-45.2.0/pa-IN.xpi) = b9dc7f16072915f7c73bb76c05482922c152c4dcedc033b5eec6100a947ccb76 -SIZE (xpi/firefox-45.2.0/pa-IN.xpi) = 489550 -SHA256 (xpi/firefox-45.2.0/pl.xpi) = ee5c3299ad6093c13a11a2bf0b84a673c3b8d7f213d0eccca66ad5a45b40481b -SIZE (xpi/firefox-45.2.0/pl.xpi) = 383929 -SHA256 (xpi/firefox-45.2.0/pt-BR.xpi) = 13a0247861b12e75004688c6f66b43a8f77585129e0f9aad648762991018a137 -SIZE (xpi/firefox-45.2.0/pt-BR.xpi) = 450991 -SHA256 (xpi/firefox-45.2.0/pt-PT.xpi) = 15d312442e670c2c82742086bc131e56a507813954a6001ed60f9ec80487cfe9 -SIZE (xpi/firefox-45.2.0/pt-PT.xpi) = 437022 -SHA256 (xpi/firefox-45.2.0/rm.xpi) = b25a99bc87671f42d652090f3216875848c1ebe44c3229312146c8a0e1adab64 -SIZE (xpi/firefox-45.2.0/rm.xpi) = 437717 -SHA256 (xpi/firefox-45.2.0/ro.xpi) = ec785f0e3f7c9c8d753efeba0fcebb936ba3879c43decc6a627fd0a7e9e108f2 -SIZE (xpi/firefox-45.2.0/ro.xpi) = 444062 -SHA256 (xpi/firefox-45.2.0/ru.xpi) = 4e87a586a2a7180e7b816f0633dc4fd04bfddf92539d1b6cfe553fd18a0b1c7c -SIZE (xpi/firefox-45.2.0/ru.xpi) = 392738 -SHA256 (xpi/firefox-45.2.0/si.xpi) = 229cee5f06a0f9a09bf6c3220b78d06433b3b86d6fdfccbb095ceccf5cb23f37 -SIZE (xpi/firefox-45.2.0/si.xpi) = 482248 -SHA256 (xpi/firefox-45.2.0/sk.xpi) = fb4fb1df2c1f9001fc52694606eaa20ddb3500d19845adbbbd243acff5dd00b2 -SIZE (xpi/firefox-45.2.0/sk.xpi) = 453606 -SHA256 (xpi/firefox-45.2.0/sl.xpi) = 468fe8a06ec6cf8857be2db2fce922c864dd9fc3cf32792b901cdf8e9a170bb3 -SIZE (xpi/firefox-45.2.0/sl.xpi) = 444963 -SHA256 (xpi/firefox-45.2.0/son.xpi) = 92f165d1d15ca97c2307076a2b50f5768fb6c4949d1fdbe4866fa93a1105f7ab -SIZE (xpi/firefox-45.2.0/son.xpi) = 433513 -SHA256 (xpi/firefox-45.2.0/sq.xpi) = e8be4541145770f51fcc684ec03eb1a5c9fb55bfd3ed67608435f605f0a130e2 -SIZE (xpi/firefox-45.2.0/sq.xpi) = 452186 -SHA256 (xpi/firefox-45.2.0/sr.xpi) = aa8b65cdee5a9c22a2be0f417cfbd5af6cb4a286143aa3b07303fc581d627cd5 -SIZE (xpi/firefox-45.2.0/sr.xpi) = 464479 -SHA256 (xpi/firefox-45.2.0/sv-SE.xpi) = 153633ec437e931061e0a425a9eca68d7576d45865e5f6387b3d639a7d6d544c -SIZE (xpi/firefox-45.2.0/sv-SE.xpi) = 444214 -SHA256 (xpi/firefox-45.2.0/ta.xpi) = 44e0606031bc956658b593a53c8c4d70eac1ea48252c7e2f006921f07e054640 -SIZE (xpi/firefox-45.2.0/ta.xpi) = 483117 -SHA256 (xpi/firefox-45.2.0/te.xpi) = b4cc2afa5333eb7fa2caf31d29ae8fcce3ee7b67baecc7efc7c7e5167add6d72 -SIZE (xpi/firefox-45.2.0/te.xpi) = 492471 -SHA256 (xpi/firefox-45.2.0/th.xpi) = ad37cf4d00223d0f58304bbfef3b08e56c69e0a63dcc479e31228fcb41558643 -SIZE (xpi/firefox-45.2.0/th.xpi) = 477650 -SHA256 (xpi/firefox-45.2.0/tr.xpi) = d28a503d950418add2f603ae466086b35d6a019c4aa710a7e18b9606249db0d6 -SIZE (xpi/firefox-45.2.0/tr.xpi) = 451166 -SHA256 (xpi/firefox-45.2.0/uk.xpi) = de02a2a23c4b43eed07014951aaf8a0dc664880ad3d40db75959b8e907c72f82 -SIZE (xpi/firefox-45.2.0/uk.xpi) = 494780 -SHA256 (xpi/firefox-45.2.0/uz.xpi) = 4ab5efc5ea6e947b20d0ef37609b37b9b39c3e8fc5c8e920ddc898211c487cfa -SIZE (xpi/firefox-45.2.0/uz.xpi) = 443803 -SHA256 (xpi/firefox-45.2.0/vi.xpi) = b8494e8e5b9b6bd9e2330cd0baced8a87cbd5c7c5725350a372643e9ffabea5f -SIZE (xpi/firefox-45.2.0/vi.xpi) = 450778 -SHA256 (xpi/firefox-45.2.0/xh.xpi) = 435306cfa84825c72b2e15811d81e561ca863a5e80d3d1481b8726c5a2e44c55 -SIZE (xpi/firefox-45.2.0/xh.xpi) = 432918 -SHA256 (xpi/firefox-45.2.0/zh-CN.xpi) = dfbd3199e8b98916daf2a79dabdc21632e71645dcca876751807ae766714d695 -SIZE (xpi/firefox-45.2.0/zh-CN.xpi) = 475797 -SHA256 (xpi/firefox-45.2.0/zh-TW.xpi) = 6f9e0d6446aa9c4fe3806e82e012ef60e16007584a59bc08a4316df57cbaa3ef -SIZE (xpi/firefox-45.2.0/zh-TW.xpi) = 466529 +SHA256 (xpi/firefox-45.3.0/ach.xpi) = 8d92f203cfd053f63b9e0fc8e2139a65d92b17c6f7affdff14a54f33b01f7f83 +SIZE (xpi/firefox-45.3.0/ach.xpi) = 426530 +SHA256 (xpi/firefox-45.3.0/af.xpi) = 38a4489d5ac30210c1a0f617e81afb2667f52d4c74fac6ba8f40eb92123c7831 +SIZE (xpi/firefox-45.3.0/af.xpi) = 439353 +SHA256 (xpi/firefox-45.3.0/an.xpi) = 7c582f2b02f91ebbd84c9b6474e196811b3268c08f132debdd5a1ee32c2525a8 +SIZE (xpi/firefox-45.3.0/an.xpi) = 449036 +SHA256 (xpi/firefox-45.3.0/ar.xpi) = 957181886999ddaf2433a19ab9ff78e5ce8ba6070582d7909fc1256baae2b74b +SIZE (xpi/firefox-45.3.0/ar.xpi) = 474961 +SHA256 (xpi/firefox-45.3.0/as.xpi) = 38c203ad5e703ca47617d77ac62426d5481dae3667eed77973216045e7560649 +SIZE (xpi/firefox-45.3.0/as.xpi) = 483096 +SHA256 (xpi/firefox-45.3.0/ast.xpi) = d61d48043adbb904895c05a621128c0b21acaeca9eddfeb647d25cf7d823fb50 +SIZE (xpi/firefox-45.3.0/ast.xpi) = 419249 +SHA256 (xpi/firefox-45.3.0/az.xpi) = e8f4fea333daaa3aea303f914671c8026f70cecaea8286c2fc3d77e4f6c9d008 +SIZE (xpi/firefox-45.3.0/az.xpi) = 464018 +SHA256 (xpi/firefox-45.3.0/be.xpi) = ddf55d864bdf15a750573fc2bed5208a6ba4590b375b1dea44c11029e27bd6e6 +SIZE (xpi/firefox-45.3.0/be.xpi) = 442619 +SHA256 (xpi/firefox-45.3.0/bg.xpi) = aaa9a7caf3c10eb9097b0f1d8301515224c531419e341cc73c3fd2024f9eddba +SIZE (xpi/firefox-45.3.0/bg.xpi) = 460809 +SHA256 (xpi/firefox-45.3.0/bn-BD.xpi) = 50a0a3c0fa9ea9cb3b1cc3aeb6d533aef07ea405e596211544570313242e81f1 +SIZE (xpi/firefox-45.3.0/bn-BD.xpi) = 515643 +SHA256 (xpi/firefox-45.3.0/bn-IN.xpi) = 0f69c304491cad8632a59e5873dea745a43b77a1a73a63eda48e36d0944510e7 +SIZE (xpi/firefox-45.3.0/bn-IN.xpi) = 494076 +SHA256 (xpi/firefox-45.3.0/br.xpi) = 0c71e15c07881db347fd42ad1e95d74b539a4a866d4bbb4ad188ada3d86616e4 +SIZE (xpi/firefox-45.3.0/br.xpi) = 436390 +SHA256 (xpi/firefox-45.3.0/bs.xpi) = b8f8bb53981465182ae76f539aa84af304f3874af27734d8d5ae9d677ca8bff3 +SIZE (xpi/firefox-45.3.0/bs.xpi) = 442998 +SHA256 (xpi/firefox-45.3.0/ca.xpi) = 34d81e18a5d019d76a453b3292614aad91e03ede08d18578e69d506485fe9d70 +SIZE (xpi/firefox-45.3.0/ca.xpi) = 436832 +SHA256 (xpi/firefox-45.3.0/cs.xpi) = da5189b1ecfbd4fe02e4149fbff6288eb41c82dd5ecc846ad32d0af3922f9fcc +SIZE (xpi/firefox-45.3.0/cs.xpi) = 443482 +SHA256 (xpi/firefox-45.3.0/cy.xpi) = 73aa44deefd2ff2cfab6b1c0343226334749fde89ca9f1673c9e824b39051829 +SIZE (xpi/firefox-45.3.0/cy.xpi) = 438907 +SHA256 (xpi/firefox-45.3.0/da.xpi) = 66753cd64b22beb48eaa15070dc1f773cb120156c8f440f69e09935c76e72285 +SIZE (xpi/firefox-45.3.0/da.xpi) = 430078 +SHA256 (xpi/firefox-45.3.0/de.xpi) = 4f22e48368da0f042f4be2d47080de3fa3faccc0b06285d2a887c5b013692871 +SIZE (xpi/firefox-45.3.0/de.xpi) = 445481 +SHA256 (xpi/firefox-45.3.0/dsb.xpi) = 0c1553ba27e89c87c3c6585ed84e8f4b6c64a570c721d8d0e4e7d0d417345849 +SIZE (xpi/firefox-45.3.0/dsb.xpi) = 463791 +SHA256 (xpi/firefox-45.3.0/el.xpi) = 7cc7530d7e3054ab1b0cb32de6fcea8d3b67f4e245dfefdaf10c2a3d3b696b7f +SIZE (xpi/firefox-45.3.0/el.xpi) = 470866 +SHA256 (xpi/firefox-45.3.0/en-GB.xpi) = ffade7425d0edd8a07b25e0becab0ee4b5fb8797cf5e6ad1c42e15c3dba2ac4d +SIZE (xpi/firefox-45.3.0/en-GB.xpi) = 423871 +SHA256 (xpi/firefox-45.3.0/en-US.xpi) = b87c7b8d10a9878d89e54d452661b4543ce7291abcc6ab6cbff27a389c93f1bc +SIZE (xpi/firefox-45.3.0/en-US.xpi) = 425461 +SHA256 (xpi/firefox-45.3.0/en-ZA.xpi) = 303cb400d610dc630a4d6e5d630ca99d1938784739dd651c867a4540b5df1d16 +SIZE (xpi/firefox-45.3.0/en-ZA.xpi) = 420776 +SHA256 (xpi/firefox-45.3.0/eo.xpi) = b0c6752f4e1409d96f5f52d9a27fa75b2f1aa91909475114b277d9fec4a6e54b +SIZE (xpi/firefox-45.3.0/eo.xpi) = 440960 +SHA256 (xpi/firefox-45.3.0/es-AR.xpi) = 79eadd7e9345bbd3d4d6adedc5c023a6738bceb132ca0735e3683b1ac4eb1532 +SIZE (xpi/firefox-45.3.0/es-AR.xpi) = 441481 +SHA256 (xpi/firefox-45.3.0/es-CL.xpi) = 59b145737fdff59c35ca1a96d16d9edd942eb0b5fd04b2e7757ff8c322c62dac +SIZE (xpi/firefox-45.3.0/es-CL.xpi) = 368763 +SHA256 (xpi/firefox-45.3.0/es-ES.xpi) = 86ccdae8495500d3e1c8c2565be913eb343273199542076efa679c798f94815e +SIZE (xpi/firefox-45.3.0/es-ES.xpi) = 353716 +SHA256 (xpi/firefox-45.3.0/es-MX.xpi) = 097ac5a5f882a52b4b09370444c4d201a0a468ccd631e7e94a4826680c70628e +SIZE (xpi/firefox-45.3.0/es-MX.xpi) = 449395 +SHA256 (xpi/firefox-45.3.0/et.xpi) = 9310b9f9dcf190e5688a78604d27f8ef08baddb09b41866400e28dc364718630 +SIZE (xpi/firefox-45.3.0/et.xpi) = 433352 +SHA256 (xpi/firefox-45.3.0/eu.xpi) = c98129af6917217525a6b1275ecb7e6a98aabbf665faf3161c60470d10d62209 +SIZE (xpi/firefox-45.3.0/eu.xpi) = 441357 +SHA256 (xpi/firefox-45.3.0/fa.xpi) = cadcaea570e856b731ae07e9f57b010335d061eb01b1af0650a3f168adf260f4 +SIZE (xpi/firefox-45.3.0/fa.xpi) = 491941 +SHA256 (xpi/firefox-45.3.0/ff.xpi) = 222a6a46f9a768ab7eefc1810944582e602a04361f2afa7b53e0c87ff3c9ff5d +SIZE (xpi/firefox-45.3.0/ff.xpi) = 441499 +SHA256 (xpi/firefox-45.3.0/fi.xpi) = d3cda2cb1fcbfe24e535d703db60fbefd689ce2905efafc477f67bd47d4a5e13 +SIZE (xpi/firefox-45.3.0/fi.xpi) = 438347 +SHA256 (xpi/firefox-45.3.0/fr.xpi) = 9e090e0e986a851aff7a00245db430aca728ff17401e41836d16655dde454e63 +SIZE (xpi/firefox-45.3.0/fr.xpi) = 450037 +SHA256 (xpi/firefox-45.3.0/fy-NL.xpi) = d3e9574f71c22197ea9a07baa7b4e4239cebd411a5293c697ae754f55cfa1d41 +SIZE (xpi/firefox-45.3.0/fy-NL.xpi) = 447777 +SHA256 (xpi/firefox-45.3.0/ga-IE.xpi) = d9e99926787640510e11894add1ab970749f469829723dcb3b79ff8275f58471 +SIZE (xpi/firefox-45.3.0/ga-IE.xpi) = 460055 +SHA256 (xpi/firefox-45.3.0/gd.xpi) = 899b18a15da4e2b49e4c03e6fda769e13573a93689305dfa183a2d0f70dcb377 +SIZE (xpi/firefox-45.3.0/gd.xpi) = 449711 +SHA256 (xpi/firefox-45.3.0/gl.xpi) = 9029b5a78a4887f9297641e125a1c9b12e29af9f9b48b2f127a4742a6a6e436e +SIZE (xpi/firefox-45.3.0/gl.xpi) = 434804 +SHA256 (xpi/firefox-45.3.0/gn.xpi) = c20786c9be332a0eb905758f37bf21aabc7a68331a5a1791e88aa128f1ad054b +SIZE (xpi/firefox-45.3.0/gn.xpi) = 460648 +SHA256 (xpi/firefox-45.3.0/gu-IN.xpi) = c2d56ee0933e29ba1e8ff20661ba488c12d1d7d2829df22d5cbab5d47087a9f5 +SIZE (xpi/firefox-45.3.0/gu-IN.xpi) = 472566 +SHA256 (xpi/firefox-45.3.0/he.xpi) = 58dad792a5626a583655919e0b0db4a6c013205c44cc13ac32592be6c53cf31a +SIZE (xpi/firefox-45.3.0/he.xpi) = 454785 +SHA256 (xpi/firefox-45.3.0/hi-IN.xpi) = 1c107f6554f7614a5e640db7b2f021e8cc35b0e18f26adf8854d71c60243f855 +SIZE (xpi/firefox-45.3.0/hi-IN.xpi) = 486991 +SHA256 (xpi/firefox-45.3.0/hr.xpi) = 35cdd86496b7787006c7f98fcbfce5959564ead00f55ecc3eb3ad93d5d4b050e +SIZE (xpi/firefox-45.3.0/hr.xpi) = 449068 +SHA256 (xpi/firefox-45.3.0/hsb.xpi) = 8393b313c4044340b93d2a6233b6c0d53aa8b1cbd0be14a575a91bbb7808af4a +SIZE (xpi/firefox-45.3.0/hsb.xpi) = 461454 +SHA256 (xpi/firefox-45.3.0/hu.xpi) = 96bbb5f900e7415030585bbba9591537d7e305f4e681466008ce495b05ee3e49 +SIZE (xpi/firefox-45.3.0/hu.xpi) = 449777 +SHA256 (xpi/firefox-45.3.0/hy-AM.xpi) = a73472e9e420b43dc43e17a855dd60af2f311e6c9e91c989f0ecc0e431c92ab9 +SIZE (xpi/firefox-45.3.0/hy-AM.xpi) = 500040 +SHA256 (xpi/firefox-45.3.0/id.xpi) = 25646f57616dda365ffa291c53a50379d99364bc7c2ddf3a08087b280a883266 +SIZE (xpi/firefox-45.3.0/id.xpi) = 427175 +SHA256 (xpi/firefox-45.3.0/is.xpi) = 88e76762c209118f37a192859f0a2cebea3351ebdd1df10d567d0de5c372c4e3 +SIZE (xpi/firefox-45.3.0/is.xpi) = 443209 +SHA256 (xpi/firefox-45.3.0/it.xpi) = c8ed5d40eb444394b6b2ce17fdc3e15cae893cfd64bc6aa429a72d21a4378389 +SIZE (xpi/firefox-45.3.0/it.xpi) = 343724 +SHA256 (xpi/firefox-45.3.0/ja.xpi) = 4062eff4fa5c09d4fdd2ba485733ab193a826832c4e0a09fd608718cdf363e5e +SIZE (xpi/firefox-45.3.0/ja.xpi) = 486331 +SHA256 (xpi/firefox-45.3.0/kk.xpi) = e8fc700586ec6edfb5ede74933340c5cbdb17b24d0e10f2488dd0e8c5e12a8d4 +SIZE (xpi/firefox-45.3.0/kk.xpi) = 498895 +SHA256 (xpi/firefox-45.3.0/km.xpi) = 17fc8f965d3ee1db4d6af7334fc1e51dabc12a1c9ec539d99d445da19095e259 +SIZE (xpi/firefox-45.3.0/km.xpi) = 504301 +SHA256 (xpi/firefox-45.3.0/kn.xpi) = db4ac019feb54045e488cb3e8756a48426ce777332078640367e3c0c61f18f0d +SIZE (xpi/firefox-45.3.0/kn.xpi) = 495880 +SHA256 (xpi/firefox-45.3.0/ko.xpi) = 8e757c8cf4b8539311f26a7ad9f6964451f3d68a814d1bf57089eb326958c551 +SIZE (xpi/firefox-45.3.0/ko.xpi) = 465289 +SHA256 (xpi/firefox-45.3.0/lij.xpi) = 26acbff006fbbbb678265afe41968766daa78cf66f5f9a9c1a7ac40f4a98a72a +SIZE (xpi/firefox-45.3.0/lij.xpi) = 381384 +SHA256 (xpi/firefox-45.3.0/lt.xpi) = 877ab134d2424eec3623f6e6a63b184a4866279c7a677c47d6d33949208f11a9 +SIZE (xpi/firefox-45.3.0/lt.xpi) = 454678 +SHA256 (xpi/firefox-45.3.0/lv.xpi) = e4bfa3a6cfee7008738bf37ead2db1a35391951a83653c7bd19a6b23e69c3cc0 +SIZE (xpi/firefox-45.3.0/lv.xpi) = 445720 +SHA256 (xpi/firefox-45.3.0/mai.xpi) = 82907cc9dbc974669ff04b6c5d70f0d02086f3ddd8f315a687ac3beb7a5f4ad6 +SIZE (xpi/firefox-45.3.0/mai.xpi) = 492650 +SHA256 (xpi/firefox-45.3.0/mk.xpi) = 4ef85389f009c5e6d98796c2d86c61d34f4ee762a46c9b5e472005a58c0d6adc +SIZE (xpi/firefox-45.3.0/mk.xpi) = 476391 +SHA256 (xpi/firefox-45.3.0/ml.xpi) = cdac893c0fcd6509bcf2d0fcae1dd7ac9509551d39ff7c3ec879f3e733f1841c +SIZE (xpi/firefox-45.3.0/ml.xpi) = 498681 +SHA256 (xpi/firefox-45.3.0/mr.xpi) = f4b8db4423adfa18dc528777134089ec547aedfc83573ce0eac9c6c85af019b0 +SIZE (xpi/firefox-45.3.0/mr.xpi) = 503700 +SHA256 (xpi/firefox-45.3.0/ms.xpi) = 1ae55644bc31420b373b00977da621d2668ba8e15069daac68e7b3b74d50e601 +SIZE (xpi/firefox-45.3.0/ms.xpi) = 440064 +SHA256 (xpi/firefox-45.3.0/nb-NO.xpi) = 899cab940517d35b9fc77c47fc9740e26d9399361d4cf318ede91b8448dfb71e +SIZE (xpi/firefox-45.3.0/nb-NO.xpi) = 435470 +SHA256 (xpi/firefox-45.3.0/nl.xpi) = f1902a95d8f72c1be474392dd0b03e4242157c8e68d058995ae851b56f8ffcf1 +SIZE (xpi/firefox-45.3.0/nl.xpi) = 435202 +SHA256 (xpi/firefox-45.3.0/nn-NO.xpi) = 26892e1415a2cf93d4a55a581786e50797d4d64073dac96768f952b4dc914a07 +SIZE (xpi/firefox-45.3.0/nn-NO.xpi) = 432934 +SHA256 (xpi/firefox-45.3.0/or.xpi) = 22004bd75c11ec38b590ee3e935ad2a4e248eb544c746fc9e369ce9bf8344d44 +SIZE (xpi/firefox-45.3.0/or.xpi) = 495922 +SHA256 (xpi/firefox-45.3.0/pa-IN.xpi) = 04b7a3b3b5838dfed6ac5326bb394b8c66d42c4bc865e50fb9864bc439816743 +SIZE (xpi/firefox-45.3.0/pa-IN.xpi) = 489550 +SHA256 (xpi/firefox-45.3.0/pl.xpi) = 948a39a9c407be04fe4cb3917e49db1460a32e1670606bb9bd096e806ad1dd62 +SIZE (xpi/firefox-45.3.0/pl.xpi) = 383929 +SHA256 (xpi/firefox-45.3.0/pt-BR.xpi) = d80c53685b56fbfcc87a16fa3d3fac923dbe99b4279ebeef875b3573e87fa1bb +SIZE (xpi/firefox-45.3.0/pt-BR.xpi) = 450991 +SHA256 (xpi/firefox-45.3.0/pt-PT.xpi) = e358f3bdd97745dd06d5bfce4212bad5fec3957263b9de4594d785a1e1ad34dc +SIZE (xpi/firefox-45.3.0/pt-PT.xpi) = 437022 +SHA256 (xpi/firefox-45.3.0/rm.xpi) = 7be3f74c101e1ae55e2e6d4b931ecf0166e2bc7996b64cd2d4e85e53417d98b0 +SIZE (xpi/firefox-45.3.0/rm.xpi) = 437717 +SHA256 (xpi/firefox-45.3.0/ro.xpi) = 39cffa564f767ef31a712e6696e3f39cc00819f33aa899b9ecb56221c3ed04b0 +SIZE (xpi/firefox-45.3.0/ro.xpi) = 444062 +SHA256 (xpi/firefox-45.3.0/ru.xpi) = 28b28e799da22c1c576c2c624a980490d940310894a1cc39511334f8436999ae +SIZE (xpi/firefox-45.3.0/ru.xpi) = 392738 +SHA256 (xpi/firefox-45.3.0/si.xpi) = e8e12fbca0ba17f5c5abdd87519bee0bb71b7e455d0ec0cb7e8ddfd021a42ad9 +SIZE (xpi/firefox-45.3.0/si.xpi) = 482248 +SHA256 (xpi/firefox-45.3.0/sk.xpi) = 627104163ae9ee466b802028cfaa7c667fbfd63271b1eea186d1234f0209aaf0 +SIZE (xpi/firefox-45.3.0/sk.xpi) = 453606 +SHA256 (xpi/firefox-45.3.0/sl.xpi) = 9f3cb943ce906effdd313214cb38ac131ca5501f7b57ca3744a32311c28589be +SIZE (xpi/firefox-45.3.0/sl.xpi) = 444963 +SHA256 (xpi/firefox-45.3.0/son.xpi) = ce87df0f991330a2322c42a77eecc856c5bd355e7a8440f68683cb75f8971595 +SIZE (xpi/firefox-45.3.0/son.xpi) = 433513 +SHA256 (xpi/firefox-45.3.0/sq.xpi) = 5901935e95fbc43b483cec6cf952ff7260e32124422bc6feee7bbb8f2d46c3a5 +SIZE (xpi/firefox-45.3.0/sq.xpi) = 452186 +SHA256 (xpi/firefox-45.3.0/sr.xpi) = 44c692eda984bd569b34a30d844971637e6b50c5417d6af8edebbf95592d9770 +SIZE (xpi/firefox-45.3.0/sr.xpi) = 464479 +SHA256 (xpi/firefox-45.3.0/sv-SE.xpi) = 9e3ed60f6aba91fd3372ba87d29992212a58a11abe5023255c38f188fe3dfdff +SIZE (xpi/firefox-45.3.0/sv-SE.xpi) = 444214 +SHA256 (xpi/firefox-45.3.0/ta.xpi) = 441721aa669201fa9ff87b4df6169bc02aaa05b2d7c4d40c6ff46ed15833d5c8 +SIZE (xpi/firefox-45.3.0/ta.xpi) = 483117 +SHA256 (xpi/firefox-45.3.0/te.xpi) = 98036a788bac894455ce71ba51b646d7cd4df14e17420a03c2dc6614937db47b +SIZE (xpi/firefox-45.3.0/te.xpi) = 492471 +SHA256 (xpi/firefox-45.3.0/th.xpi) = ba3006e5c0a426a745ea385b11c2f7fedc170570a6c960ddabffec1e57aff52f +SIZE (xpi/firefox-45.3.0/th.xpi) = 477650 +SHA256 (xpi/firefox-45.3.0/tr.xpi) = bc4f673409e50dda48c42d4c913bc029c523aeee8e09ae026ec9d7f13ead4101 +SIZE (xpi/firefox-45.3.0/tr.xpi) = 451166 +SHA256 (xpi/firefox-45.3.0/uk.xpi) = b47822e78efa04c17ca0ba567f7ced0ce6f306d1d0d3dfbdaca68f5a6c27d5fe +SIZE (xpi/firefox-45.3.0/uk.xpi) = 494780 +SHA256 (xpi/firefox-45.3.0/uz.xpi) = 87642ded8387c416f5a43fc50920bf962ecf3056521b507493932ba6d69c1f6e +SIZE (xpi/firefox-45.3.0/uz.xpi) = 443803 +SHA256 (xpi/firefox-45.3.0/vi.xpi) = 696168c72df76c065ab7d8d5ec898fc28f46d22e9ee59c1b8f77ee26b729472c +SIZE (xpi/firefox-45.3.0/vi.xpi) = 450778 +SHA256 (xpi/firefox-45.3.0/xh.xpi) = 2bd00cf16339926c24217901196cd4135cf6039a3a40f055ab72d6012eb114d7 +SIZE (xpi/firefox-45.3.0/xh.xpi) = 432918 +SHA256 (xpi/firefox-45.3.0/zh-CN.xpi) = 89cb03bd98b25a8f2a3468ac509a1cd5a893a74ec62b5cd436fe0e9e2f105333 +SIZE (xpi/firefox-45.3.0/zh-CN.xpi) = 475797 +SHA256 (xpi/firefox-45.3.0/zh-TW.xpi) = 811561b65046f345531d95854c028ed345e99f57c919efeee887ef4fb9dee79f +SIZE (xpi/firefox-45.3.0/zh-TW.xpi) = 466529 Modified: branches/2016Q3/www/firefox-esr/Makefile ============================================================================== --- branches/2016Q3/www/firefox-esr/Makefile Tue Aug 2 18:02:43 2016 (r419488) +++ branches/2016Q3/www/firefox-esr/Makefile Tue Aug 2 18:28:44 2016 (r419489) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 45.2.0 +DISTVERSION= 45.3.0 DISTVERSIONSUFFIX=esr.source 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/build1/source PKGNAMESUFFIX= -esr MAINTAINER= gecko@FreeBSD.org Modified: branches/2016Q3/www/firefox-esr/distinfo ============================================================================== --- branches/2016Q3/www/firefox-esr/distinfo Tue Aug 2 18:02:43 2016 (r419488) +++ branches/2016Q3/www/firefox-esr/distinfo Tue Aug 2 18:28:44 2016 (r419489) @@ -1,2 +1,2 @@ -SHA256 (firefox-45.2.0esr.source.tar.xz) = 1a729774034231c919dc5a556e17d3342792d5347c755d8d0a4f67a07374804b -SIZE (firefox-45.2.0esr.source.tar.xz) = 185458280 +SHA256 (firefox-45.3.0esr.source.tar.xz) = 922233c65c0aabd05371974c289495119c28d72fc7f8b06a22b58c5f70f8b8f7 +SIZE (firefox-45.3.0esr.source.tar.xz) = 185330580 Modified: branches/2016Q3/www/libxul/Makefile ============================================================================== --- branches/2016Q3/www/libxul/Makefile Tue Aug 2 18:02:43 2016 (r419488) +++ branches/2016Q3/www/libxul/Makefile Tue Aug 2 18:28:44 2016 (r419489) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libxul -DISTVERSION= 45.2.0 +DISTVERSION= 45.3.0 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source Modified: branches/2016Q3/www/libxul/distinfo ============================================================================== --- branches/2016Q3/www/libxul/distinfo Tue Aug 2 18:02:43 2016 (r419488) +++ branches/2016Q3/www/libxul/distinfo Tue Aug 2 18:28:44 2016 (r419489) @@ -1,2 +1,2 @@ -SHA256 (firefox-45.2.0esr.source.tar.xz) = 1a729774034231c919dc5a556e17d3342792d5347c755d8d0a4f67a07374804b -SIZE (firefox-45.2.0esr.source.tar.xz) = 185458280 +SHA256 (firefox-45.3.0esr.source.tar.xz) = 922233c65c0aabd05371974c289495119c28d72fc7f8b06a22b58c5f70f8b8f7 +SIZE (firefox-45.3.0esr.source.tar.xz) = 185330580 Modified: branches/2016Q3/www/linux-firefox/Makefile ============================================================================== --- branches/2016Q3/www/linux-firefox/Makefile Tue Aug 2 18:02:43 2016 (r419488) +++ branches/2016Q3/www/linux-firefox/Makefile Tue Aug 2 18:28:44 2016 (r419489) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 45.2.0 +DISTVERSION= 45.3.0 DISTVERSIONSUFFIX=esr 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/build1/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: branches/2016Q3/www/linux-firefox/distinfo ============================================================================== --- branches/2016Q3/www/linux-firefox/distinfo Tue Aug 2 18:02:43 2016 (r419488) +++ branches/2016Q3/www/linux-firefox/distinfo Tue Aug 2 18:28:44 2016 (r419489) @@ -1,5 +1,5 @@ -SHA256 (firefox-45.2.0esr.tar.bz2) = 8eb51168d86cbb87cb039ec9a31320f4239c4e8ea7901a092bf63973b47e3f8e -SIZE (firefox-45.2.0esr.tar.bz2) = 52163569 +SHA256 (firefox-45.3.0esr.tar.bz2) = 8a05335f58ff1be7225fb638ec37bff49a2285a742ea7e918ce1baa4ea2d0289 +SIZE (firefox-45.3.0esr.tar.bz2) = 52179585 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b From owner-svn-ports-branches@freebsd.org Wed Aug 3 11:17:45 2016 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 82ADABAC30A; Wed, 3 Aug 2016 11:17:45 +0000 (UTC) (envelope-from cpm@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 556DC1943; Wed, 3 Aug 2016 11:17:45 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u73BHi19038045; Wed, 3 Aug 2016 11:17:44 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u73BHieA038044; Wed, 3 Aug 2016 11:17:44 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201608031117.u73BHieA038044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 3 Aug 2016 11:17:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419509 - branches/2016Q3/sysutils/showbeastie 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.22 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, 03 Aug 2016 11:17:45 -0000 Author: cpm Date: Wed Aug 3 11:17:44 2016 New Revision: 419509 URL: https://svnweb.freebsd.org/changeset/ports/419509 Log: MFH: r419508 - Fix build on FreeBSD 11.0/i386 and HEAD. - Mark BROKEN on 9.3 - We have no MASTER_SITES and no DISTFILES. Therefore these are empty. PR: 211321 Submitted by: Tobias Kortkamp (maintainer) Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Approved by: ports-secteam (build fix blanket) Modified: branches/2016Q3/sysutils/showbeastie/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/sysutils/showbeastie/Makefile ============================================================================== --- branches/2016Q3/sysutils/showbeastie/Makefile Wed Aug 3 11:13:30 2016 (r419508) +++ branches/2016Q3/sysutils/showbeastie/Makefile Wed Aug 3 11:17:44 2016 (r419509) @@ -4,8 +4,8 @@ PORTNAME= showbeastie PORTVERSION= 0.2 CATEGORIES= sysutils -MASTER_SITES= -DISTFILES= +MASTER_SITES= # none +DISTFILES= # none MAINTAINER= t@tobik.me COMMENT= Preview FreeBSD loader logos @@ -25,6 +25,8 @@ PLIST_FILES= bin/${PORTNAME} # Make sure building succeeds on HEAD MAKE_ARGS+= -m ${SRC_BASE}/share/mk +BROKEN_FreeBSD_9= builds but expects newer loader environment + pre-patch: @${MKDIR} ${WRKSRC} @${TAR} -C ${SRC_BASE}/sys/boot/ficl \ @@ -35,6 +37,10 @@ post-patch: ${REINPLACE_CMD} 's|-I.*/\.\./common|-I${SRC_BASE}/sys/boot/common|g' \ ${WRKSRC}/Makefile +# Make sure building on FreeBSD 11.0/i386 works. Calls to biospci_* are not +# needed for this program. + ${REINPLACE_CMD} 's|ifdef __i386__|if 0|g' ${WRKSRC}/loader.c + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/testmain ${STAGEDIR}${PREFIX}/bin/${PORTNAME} From owner-svn-ports-branches@freebsd.org Wed Aug 3 14:57:52 2016 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 24239BAE521; Wed, 3 Aug 2016 14:57:52 +0000 (UTC) (envelope-from feld@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 E74C21E29; Wed, 3 Aug 2016 14:57:51 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u73EvpRM030010; Wed, 3 Aug 2016 14:57:51 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u73Evoia030003; Wed, 3 Aug 2016 14:57:50 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201608031457.u73Evoia030003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 3 Aug 2016 14:57:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419529 - in branches/2016Q3/www/lighttpd: . 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.22 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, 03 Aug 2016 14:57:52 -0000 Author: feld Date: Wed Aug 3 14:57:50 2016 New Revision: 419529 URL: https://svnweb.freebsd.org/changeset/ports/419529 Log: MFH: r418900 r419528 www/lighttpd: Update to 1.4.41 - Convert to USES=localbase - Update MAINTAINER address - Remove NODELAY option, it has been integrated upstream - Modernize Makefile PR: 211495 Approved by: ports-secteam (with hat) Added: branches/2016Q3/www/lighttpd/files/extra-patch-src_Makefile.am - copied unchanged from r418900, head/www/lighttpd/files/extra-patch-src_Makefile.am branches/2016Q3/www/lighttpd/files/extra-patch-src_Makefile.in - copied unchanged from r418900, head/www/lighttpd/files/extra-patch-src_Makefile.in branches/2016Q3/www/lighttpd/files/extra-patch-src_http__auth.c - copied unchanged from r418900, head/www/lighttpd/files/extra-patch-src_http__auth.c branches/2016Q3/www/lighttpd/files/extra-patch-src_http__auth.h - copied unchanged from r418900, head/www/lighttpd/files/extra-patch-src_http__auth.h branches/2016Q3/www/lighttpd/files/extra-patch-src_mod__auth.c - copied unchanged from r418900, head/www/lighttpd/files/extra-patch-src_mod__auth.c Deleted: branches/2016Q3/www/lighttpd/files/extra-patch-mysqlauth branches/2016Q3/www/lighttpd/files/extra-patch-nodelay branches/2016Q3/www/lighttpd/files/patch-configure.ac branches/2016Q3/www/lighttpd/files/patch-src-fdevent.h branches/2016Q3/www/lighttpd/files/patch-src_mod__cml__lua.c branches/2016Q3/www/lighttpd/files/patch-src_mod__magnet.c branches/2016Q3/www/lighttpd/files/patch-src_network.c Modified: branches/2016Q3/www/lighttpd/Makefile branches/2016Q3/www/lighttpd/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/www/lighttpd/Makefile ============================================================================== --- branches/2016Q3/www/lighttpd/Makefile Wed Aug 3 14:56:02 2016 (r419528) +++ branches/2016Q3/www/lighttpd/Makefile Wed Aug 3 14:57:50 2016 (r419529) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME?= lighttpd -PORTVERSION= 1.4.39 -PORTREVISION= 1 +PORTVERSION= 1.4.41 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ -MAINTAINER= pkubaj@riseup.net +MAINTAINER= pkubaj@anongoth.pl COMMENT?= Secure, fast, compliant, and flexible Web Server .if !defined(_BUILDING_LIGHTTPD_MODULE) @@ -18,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS+= libpcre.so:devel/pcre GNU_CONFIGURE= yes -USES= autoreconf gmake libtool pkgconfig tar:xz +USES= autoreconf gmake libtool localbase pkgconfig tar:xz .if !defined(_BUILDING_LIGHTTPD_MODULE) USES+= cpe @@ -27,14 +26,11 @@ USES+= cpe CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/lighttpd INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - .if !defined(_BUILDING_LIGHTTPD_MODULE) USE_RC_SUBR= lighttpd -OPTIONS_DEFINE= ATTR BZIP2 DOCS FAM GDBM IPV6 LIBEV LUA MEMCACHE MYSQL MYSQLAUTH \ - NODELAY LDAP OPENSSL SPAWNFCGI VALGRIND WEBDAV +OPTIONS_DEFINE= ATTR BZIP2 DOCS FAM GDBM IPV6 LIBEV LUA MEMCACHED MYSQL MYSQLAUTH \ + LDAP OPENSSL SPAWNFCGI VALGRIND WEBDAV OPTIONS_DEFAULT= OPENSSL @@ -44,10 +40,9 @@ GDBM_DESC= gdbm storage (mod_trigger_b4_ LDAP_DESC= LDAP authentication LIBEV_DESC= Fast events support via libev (disables kqueue) LUA_DESC= lua support (mod_cml, mod_magnet) -MEMCACHE_DESC= memcached storage (mod_trigger_b4_dl) +MEMCACHED_DESC= memcached storage (mod_trigger_b4_dl) MYSQL_DESC= MySQL support (mod_mysql_vhost) -MYSQLAUTH_DESC= MySQL authentication (requires WITH_MYSQL) -NODELAY_DESC= Set TCP_NODELAY on listening sockets +MYSQLAUTH_DESC= MySQL authentication SPAWNFCGI_DESC= Depend on spawn-fcgi utility VALGRIND_DESC= valgrind support WEBDAV_DESC= WebDAV support @@ -62,12 +57,15 @@ GDBM_CONFIGURE_WITH= gdbm IPV6_CONFIGURE_OFF= --disable-ipv6 LIBEV_CONFIGURE_WITH= libev=${LOCALBASE} LIBEV_LIB_DEPENDS= libev.so:devel/libev -LUA_USES= lua:51+ +LUA_USES= lua LUA_CONFIGURE_WITH= lua LUA_CONFIGURE_ENV= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}" -MEMCACHE_LIB_DEPENDS= libmemcache.so:databases/libmemcache -MEMCACHE_CONFIGURE_WITH=memcache +MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached +MEMCACHED_CONFIGURE_WITH=memcached MYSQLAUTH_IMPLIES= MYSQL +OPENSSL_USES= ssl +OPENSSL_CONFIGURE_WITH= openssl +OPENSSL_CONFIGURE_ON= --with-openssl-includes=${OPENSSLINC} --with-openssl-libs=${OPENSSLLIB} SPAWNFCGI_RUN_DEPENDS= spawn-fcgi:www/spawn-fcgi VALGRIND_BUILD_DEPENDS= valgrind:devel/valgrind VALGRIND_RUN_DEPENDS= valgrind:devel/valgrind @@ -108,32 +106,21 @@ DOCS= AUTHORS COPYING INSTALL NEWS READ PORTDOCS= ${DOCS} .endif -.if ${PORT_OPTIONS:MOPENSSL} -USE_OPENSSL= yes -CONFIGURE_ARGS+= --with-openssl \ - --with-openssl-includes=${OPENSSLINC} \ - --with-openssl-libs=${OPENSSLLIB} -.endif - .if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= yes +USES+= mysql CONFIGURE_ARGS+= --with-mysql _REQUIRE+= mysql .endif -.if ${PORT_OPTIONS:MMYSQLAUTH} && empty(PORT_OPTIONS:MMYSQL) -IGNORE= option WITH_MYSQLAUTH requires WITH_MYSQL -.endif - .if ${PORT_OPTIONS:MMYSQLAUTH} -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-mysqlauth +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_Makefile.am \ + ${FILESDIR}/extra-patch-src_Makefile.in \ + ${FILESDIR}/extra-patch-src_http__auth.c \ + ${FILESDIR}/extra-patch-src_http__auth.h \ + ${FILESDIR}/extra-patch-src_mod__auth.c PORTDOCS+= README.mysqlauth mysql_auth.sql .endif -.if ${PORT_OPTIONS:MNODELAY} -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-nodelay -.endif - .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap @@ -186,19 +173,19 @@ post-install: .endfor ${INSTALL_DATA} ${WRKSRC}/doc/config/vhosts.d/vhosts.template \ ${STAGEDIR}${PREFIX}/etc/lighttpd/vhosts.d/vhosts.template + @${MKDIR} -m 0700 ${STAGEDIR}${LIGHTTPD_LOGROOT} -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} . for FILE in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}/${FILE} . endfor -.endif -.if ${PORT_OPTIONS:MMYSQLAUTH} + +post-install-MYSQLAUTH-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} . for FILE in README.mysqlauth mysql_auth.sql ${INSTALL_DATA} ${FILESDIR}/${FILE} ${STAGEDIR}${DOCSDIR}/${FILE} . endfor -.endif - @${MKDIR} -m 0700 ${STAGEDIR}${LIGHTTPD_LOGROOT} test: build @cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} \ Modified: branches/2016Q3/www/lighttpd/distinfo ============================================================================== --- branches/2016Q3/www/lighttpd/distinfo Wed Aug 3 14:56:02 2016 (r419528) +++ branches/2016Q3/www/lighttpd/distinfo Wed Aug 3 14:57:50 2016 (r419529) @@ -1,6 +1,7 @@ -SHA256 (lighttpd-1.4.39.tar.xz) = 7eb9a1853c3d6dd5851682b0733a729ba4158d6bdff80974d5ef5f1f6887365b -SIZE (lighttpd-1.4.39.tar.xz) = 579180 +TIMESTAMP = 1470040166 +SHA256 (lighttpd-1.4.41.tar.xz) = 4bcc383ef6d6dc7b284f68882d71a178e2986c83c4e85eeb3c8f3b882e346b6c +SIZE (lighttpd-1.4.41.tar.xz) = 623480 +SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 4e6768af32ce16033fcb0c70b12c55b40082ca105a36f258b0bbf30d64e9dad3 +SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 242458 SHA256 (lighttpd-1.4.26_mod_geoip.patch) = 2858036310b778852d9f039a81629902edffc368658e13bf4779f3642ee1a5ba SIZE (lighttpd-1.4.26_mod_geoip.patch) = 15173 -SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = bc0e1b97289a89b827ea84e64b614933cc14d67c64d6b727e4928aeec516489c -SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 242421 Copied: branches/2016Q3/www/lighttpd/files/extra-patch-src_Makefile.am (from r418900, head/www/lighttpd/files/extra-patch-src_Makefile.am) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/www/lighttpd/files/extra-patch-src_Makefile.am Wed Aug 3 14:57:50 2016 (r419529, copy of r418900, head/www/lighttpd/files/extra-patch-src_Makefile.am) @@ -0,0 +1,11 @@ +--- src/Makefile.am.orig 2016-07-16 10:06:16 UTC ++++ src/Makefile.am +@@ -254,7 +254,7 @@ mod_compress_la_LIBADD = $(Z_LIB) $(BZ_L + lib_LTLIBRARIES += mod_auth.la + mod_auth_la_SOURCES = mod_auth.c http_auth.c + mod_auth_la_LDFLAGS = $(common_module_ldflags) +-mod_auth_la_LIBADD = $(CRYPT_LIB) $(SSL_LIB) $(LDAP_LIB) $(LBER_LIB) $(common_libadd) ++mod_auth_la_LIBADD = ${MYSQL_LIBS} $(CRYPT_LIB) $(SSL_LIB) $(LDAP_LIB) $(LBER_LIB) $(common_libadd) + + lib_LTLIBRARIES += mod_rewrite.la + mod_rewrite_la_SOURCES = mod_rewrite.c Copied: branches/2016Q3/www/lighttpd/files/extra-patch-src_Makefile.in (from r418900, head/www/lighttpd/files/extra-patch-src_Makefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/www/lighttpd/files/extra-patch-src_Makefile.in Wed Aug 3 14:57:50 2016 (r419529, copy of r418900, head/www/lighttpd/files/extra-patch-src_Makefile.in) @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2016-07-16 10:10:53 UTC ++++ src/Makefile.in +@@ -1011,7 +1011,7 @@ mod_compress_la_LDFLAGS = $(common_modul + mod_compress_la_LIBADD = $(Z_LIB) $(BZ_LIB) $(common_libadd) + mod_auth_la_SOURCES = mod_auth.c http_auth.c + mod_auth_la_LDFLAGS = $(common_module_ldflags) +-mod_auth_la_LIBADD = $(CRYPT_LIB) $(SSL_LIB) $(LDAP_LIB) $(LBER_LIB) $(common_libadd) ++mod_auth_la_LIBADD = ${MYSQL_LIBS} $(CRYPT_LIB) $(SSL_LIB) $(LDAP_LIB) $(LBER_LIB) $(common_libadd) + mod_rewrite_la_SOURCES = mod_rewrite.c + mod_rewrite_la_LDFLAGS = $(common_module_ldflags) + mod_rewrite_la_LIBADD = $(PCRE_LIB) $(common_libadd) Copied: branches/2016Q3/www/lighttpd/files/extra-patch-src_http__auth.c (from r418900, head/www/lighttpd/files/extra-patch-src_http__auth.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/www/lighttpd/files/extra-patch-src_http__auth.c Wed Aug 3 14:57:50 2016 (r419529, copy of r418900, head/www/lighttpd/files/extra-patch-src_http__auth.c) @@ -0,0 +1,193 @@ +--- src/http_auth.c.orig 2016-07-16 10:06:16 UTC ++++ src/http_auth.c +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + + #include "md5.h" + +@@ -194,9 +195,119 @@ static int http_auth_get_password(server + fclose(fp); + } else if (p->conf.auth_backend == AUTH_BACKEND_LDAP) { + return 0; +- } ++ } else if (p->conf.auth_backend == AUTH_BACKEND_MYSQL) { ++ MYSQL_RES *result; ++ MYSQL_ROW row; ++ int port = atoi(p->conf.auth_mysql_port->ptr); ++ char q[255]; + +- return -1; ++ if (p->conf.auth_mysql_socket->ptr != NULL) ++ if (0 == strcmp(p->conf.auth_mysql_socket->ptr, "")) p->conf.auth_mysql_socket->ptr = NULL; ++ ++ p->conf.mysql_conn = mysql_init(NULL); ++ ++ if (mysql_real_connect(p->conf.mysql_conn, p->conf.auth_mysql_host->ptr, p->conf.auth_mysql_user->ptr, p->conf.auth_mysql_pass->ptr, p->conf.auth_mysql_db->ptr, port, p->conf.auth_mysql_socket->ptr, 0)) ++ { ++//#define MY_HOSTING ++ ++#ifdef MY_HOSTING ++ char my_full_realm[255]; ++ char *my_realm = NULL; ++ char *my_domain = NULL; ++ ++ char *uname; ++ size_t unamelen; ++ ++ unamelen = strlen(username->ptr); ++ uname = malloc(unamelen*2+1); ++ ++ mysql_real_escape_string(p->conf.mysql_conn, ++ uname, username->ptr, ++ (unsigned long)unamelen); ++ ++ strcpy(my_full_realm, realm->ptr); ++ my_realm = strtok(my_full_realm, "@"); ++ ++ if (my_realm != NULL) ++ my_domain = strtok(NULL, "@"); ++ ++ sprintf(q, "SELECT %s FROM %s, %s WHERE %s='%s' AND %s='%s' AND %s='%s' AND %s=%s", ++ p->conf.auth_mysql_col_pass->ptr, ++ ++ p->conf.auth_mysql_users_table->ptr, ++ p->conf.auth_mysql_domains_table->ptr, ++ ++ p->conf.auth_mysql_col_user->ptr, ++ uname, ++ ++ p->conf.auth_mysql_col_realm->ptr, ++ my_realm, ++ ++ p->conf.auth_mysql_col_domain->ptr, ++ my_domain, ++ ++ p->conf.auth_mysql_domains_table_col_domain_id->ptr, ++ p->conf.auth_mysql_users_table_col_domain_id->ptr ++ ); ++ ++ free(uname); ++#else ++ // sanitize username & realm by taguchi@ff.iij4u.or.jp ++ char *uname, *urealm; ++ size_t unamelen, urealmlen; ++ ++ unamelen = strlen(username->ptr); ++ urealmlen = strlen(realm->ptr); ++ uname = malloc(unamelen*2+1); ++ urealm = malloc(urealmlen*2+1); ++ ++ mysql_real_escape_string(p->conf.mysql_conn, ++ uname, username->ptr, ++ (unsigned long)unamelen); ++ ++ mysql_real_escape_string(p->conf.mysql_conn, ++ urealm, realm->ptr, ++ (unsigned long)unamelen); ++ ++ mysql_real_escape_string(p->conf.mysql_conn, ++ urealm, realm->ptr, ++ (unsigned long)urealmlen); ++ ++ sprintf(q, "SELECT %s FROM %s WHERE %s='%s' AND %s='%s'", ++ p->conf.auth_mysql_col_pass->ptr, ++ p->conf.auth_mysql_users_table->ptr, ++ p->conf.auth_mysql_col_user->ptr, ++ uname, ++ p->conf.auth_mysql_col_realm->ptr, ++ urealm ++ ); ++ ++ free(uname); ++ free(urealm); ++#endif ++ ++ mysql_query(p->conf.mysql_conn, q); ++ result = mysql_store_result(p->conf.mysql_conn); ++ if (mysql_num_rows(result) == 1) ++ { ++ /* found */ ++ row = mysql_fetch_row(result); ++ buffer_copy_string_len(password, row[0], strlen(row[0])); ++ ++ return 0; ++ } else ++ { ++ /* not found */ ++ return -1; ++ } ++ ++ mysql_free_result(result); ++ mysql_close(p->conf.mysql_conn); ++ ++ p->conf.mysql_conn = NULL; ++ } else ++ return -1; ++ } + } + + int http_auth_match_rules(server *srv, array *req, const char *username, const char *group, const char *host) { +@@ -711,6 +822,60 @@ static int http_auth_basic_password_comp + + return 0; + #endif ++ } else if (p->conf.auth_backend == AUTH_BACKEND_MYSQL) { ++ /* ++ we check for md5 crypt() now ++ request by Nicola Tiling ++ */ ++ if (password->ptr[0] == '$' && password->ptr[2] == '$') ++ { ++ char salt[32]; ++ char *crypted; ++ size_t salt_len = 0; ++ char *dollar = NULL; ++ ++ if (NULL == (dollar = strchr(password->ptr + 3, '$'))) { ++ fprintf(stderr, "%s.%d\n", __FILE__, __LINE__); ++ return -1; ++ } ++ ++ salt_len = dollar - password->ptr; ++ ++ if (salt_len > sizeof(salt) - 1) ++ { ++ fprintf(stderr, "%s.%d\n", __FILE__, __LINE__); ++ return -1; ++ } ++ ++ strncpy(salt, password->ptr, salt_len); ++ ++ salt[salt_len] = '\0'; ++ ++ crypted = crypt(pw, salt); ++ ++ if (0 == strcmp(password->ptr, crypted)) ++ { ++ return 0; ++ } else { ++ fprintf(stderr, "%s.%d\n", __FILE__, __LINE__); ++ } ++ } else ++ /* plain md5 check now */ ++ { ++ li_MD5_CTX Md5Ctx; ++ HASH HA1; ++ char a1[256]; ++ ++ li_MD5_Init(&Md5Ctx); ++ li_MD5_Update(&Md5Ctx, (unsigned char *)pw, strlen(pw)); ++ li_MD5_Final(HA1, &Md5Ctx); ++ ++ CvtHex(HA1, a1); ++ ++ if (0 == strcmp(password->ptr, a1)) { ++ return 0; ++ } ++ } + } + return -1; + } Copied: branches/2016Q3/www/lighttpd/files/extra-patch-src_http__auth.h (from r418900, head/www/lighttpd/files/extra-patch-src_http__auth.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/www/lighttpd/files/extra-patch-src_http__auth.h Wed Aug 3 14:57:50 2016 (r419529, copy of r418900, head/www/lighttpd/files/extra-patch-src_http__auth.h) @@ -0,0 +1,43 @@ +--- src/http_auth.h.orig 2016-07-16 10:06:16 UTC ++++ src/http_auth.h +@@ -9,13 +9,15 @@ + # define USE_LDAP + # include + #endif ++#include + + typedef enum { + AUTH_BACKEND_UNSET, + AUTH_BACKEND_PLAIN, + AUTH_BACKEND_LDAP, + AUTH_BACKEND_HTPASSWD, +- AUTH_BACKEND_HTDIGEST ++ AUTH_BACKEND_HTDIGEST, ++ AUTH_BACKEND_MYSQL + } auth_backend_t; + + typedef struct { +@@ -50,6 +52,23 @@ typedef struct { + buffer *ldap_filter_pre; + buffer *ldap_filter_post; + #endif ++ ++ MYSQL *mysql_conn; ++ buffer *auth_mysql_host; ++ buffer *auth_mysql_user; ++ buffer *auth_mysql_pass; ++ buffer *auth_mysql_db; ++ buffer *auth_mysql_port; ++ buffer *auth_mysql_socket; ++ buffer *auth_mysql_users_table; ++ buffer *auth_mysql_col_user; ++ buffer *auth_mysql_col_pass; ++ buffer *auth_mysql_col_realm; ++ buffer *auth_mysql_domains_table; ++ buffer *auth_mysql_col_domain; ++ buffer *auth_mysql_domains_table_col_domain_id; ++ buffer *auth_mysql_users_table_col_domain_id; ++ + } mod_auth_plugin_config; + + typedef struct { Copied: branches/2016Q3/www/lighttpd/files/extra-patch-src_mod__auth.c (from r418900, head/www/lighttpd/files/extra-patch-src_mod__auth.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/www/lighttpd/files/extra-patch-src_mod__auth.c Wed Aug 3 14:57:50 2016 (r419529, copy of r418900, head/www/lighttpd/files/extra-patch-src_mod__auth.c) @@ -0,0 +1,200 @@ +--- src/mod_auth.c.orig 2016-07-16 10:06:16 UTC ++++ src/mod_auth.c +@@ -13,6 +13,7 @@ + #include + #include + #include ++#include + + handler_t auth_ldap_init(server *srv, mod_auth_plugin_config *s); + +@@ -84,6 +85,19 @@ FREE_FUNC(mod_auth_free) { + + if (s->ldap) ldap_unbind_s(s->ldap); + #endif ++ buffer_free(s->auth_mysql_host); ++ buffer_free(s->auth_mysql_user); ++ buffer_free(s->auth_mysql_pass); ++ buffer_free(s->auth_mysql_db); ++ buffer_free(s->auth_mysql_socket); ++ buffer_free(s->auth_mysql_users_table); ++ buffer_free(s->auth_mysql_col_user); ++ buffer_free(s->auth_mysql_col_pass); ++ buffer_free(s->auth_mysql_col_realm); ++ buffer_free(s->auth_mysql_domains_table); ++ buffer_free(s->auth_mysql_col_domain); ++ buffer_free(s->auth_mysql_domains_table_col_domain_id); ++ buffer_free(s->auth_mysql_users_table_col_domain_id); + + free(s); + } +@@ -122,6 +136,21 @@ static int mod_auth_patch_connection(ser + PATCH(ldap_filter_post); + #endif + ++ PATCH(auth_mysql_host); ++ PATCH(auth_mysql_user); ++ PATCH(auth_mysql_pass); ++ PATCH(auth_mysql_db); ++ PATCH(auth_mysql_port); ++ PATCH(auth_mysql_socket); ++ PATCH(auth_mysql_users_table); ++ PATCH(auth_mysql_col_user); ++ PATCH(auth_mysql_col_pass); ++ PATCH(auth_mysql_col_realm); ++ PATCH(auth_mysql_domains_table); ++ PATCH(auth_mysql_col_domain); ++ PATCH(auth_mysql_domains_table_col_domain_id); ++ PATCH(auth_mysql_users_table_col_domain_id); ++ + /* skip the first, the global context */ + for (i = 1; i < srv->config_context->used; i++) { + data_config *dc = (data_config *)srv->config_context->data[i]; +@@ -171,6 +200,34 @@ static int mod_auth_patch_connection(ser + PATCH(auth_ldap_bindpw); + } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.ldap.allow-empty-pw"))) { + PATCH(auth_ldap_allow_empty_pw); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.host"))) { ++ PATCH(auth_mysql_host); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.user"))) { ++ PATCH(auth_mysql_user); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.pass"))) { ++ PATCH(auth_mysql_pass); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.db"))) { ++ PATCH(auth_mysql_db); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.port"))) { ++ PATCH(auth_mysql_port); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.socket"))) { ++ PATCH(auth_mysql_user); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.users_table"))) { ++ PATCH(auth_mysql_users_table); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.col_user"))) { ++ PATCH(auth_mysql_col_user); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.col_pass"))) { ++ PATCH(auth_mysql_col_pass); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.col_realm"))) { ++ PATCH(auth_mysql_col_realm); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.domains_table"))) { ++ PATCH(auth_mysql_domains_table); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.col_domain"))) { ++ PATCH(auth_mysql_col_domain); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.domains_table_col_domain_id"))) { ++ PATCH(auth_mysql_domains_table_col_domain_id); ++ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("auth.backend.mysql.users_table_col_domain_id"))) { ++ PATCH(auth_mysql_users_table_col_domain_id); + } + } + } +@@ -362,10 +419,25 @@ SETDEFAULTS_FUNC(mod_auth_set_defaults) + { "auth.backend.ldap.starttls", NULL, T_CONFIG_BOOLEAN, T_CONFIG_SCOPE_CONNECTION }, /* 8 */ + { "auth.backend.ldap.bind-dn", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, /* 9 */ + { "auth.backend.ldap.bind-pw", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, /* 10 */ +- { "auth.backend.ldap.allow-empty-pw", NULL, T_CONFIG_BOOLEAN, T_CONFIG_SCOPE_CONNECTION }, /* 11 */ ++ { "auth.backend.ldap.allow-empty-pw", NULL, T_CONFIG_BOOLEAN, T_CONFIG_SCOPE_CONNECTION }, + { "auth.backend.htdigest.userfile", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, /* 12 */ + { "auth.backend.htpasswd.userfile", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, /* 13 */ + { "auth.debug", NULL, T_CONFIG_SHORT, T_CONFIG_SCOPE_CONNECTION }, /* 14 */ ++ { "auth.backend.mysql.host", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.user", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.pass", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.db", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.port", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.socket", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.users_table", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.col_user", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.col_pass", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.col_realm", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, /* 23 */ ++ { "auth.backend.mysql.domains_table", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.col_domain", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.domains_table_col_domain_id", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, ++ { "auth.backend.mysql.users_table_col_domain_id", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, /* 27 */ ++ + { NULL, NULL, T_CONFIG_UNSET, T_CONFIG_SCOPE_UNSET } + }; + +@@ -394,6 +466,22 @@ SETDEFAULTS_FUNC(mod_auth_set_defaults) + s->auth_debug = 0; + + s->auth_require = array_init(); ++ s->mysql_conn = NULL; ++ s->auth_mysql_host = buffer_init(); ++ s->auth_mysql_user = buffer_init(); ++ s->auth_mysql_pass = buffer_init(); ++ s->auth_mysql_db = buffer_init(); ++ s->auth_mysql_port = buffer_init(); ++ s->auth_mysql_socket = buffer_init(); ++ s->auth_mysql_users_table = buffer_init(); ++ s->auth_mysql_col_user = buffer_init(); ++ s->auth_mysql_col_pass = buffer_init(); ++ s->auth_mysql_col_realm = buffer_init(); ++ s->auth_mysql_domains_table = buffer_init(); ++ s->auth_mysql_col_domain = buffer_init(); ++ s->auth_mysql_domains_table_col_domain_id = buffer_init(); ++ s->auth_mysql_users_table_col_domain_id = buffer_init(); ++ + + #ifdef USE_LDAP + s->ldap_filter_pre = buffer_init(); +@@ -416,7 +504,20 @@ SETDEFAULTS_FUNC(mod_auth_set_defaults) + cv[12].destination = s->auth_htdigest_userfile; + cv[13].destination = s->auth_htpasswd_userfile; + cv[14].destination = &(s->auth_debug); +- ++ cv[15].destination = s->auth_mysql_host; ++ cv[16].destination = s->auth_mysql_user; ++ cv[17].destination = s->auth_mysql_pass; ++ cv[18].destination = s->auth_mysql_db; ++ cv[19].destination = s->auth_mysql_port; ++ cv[20].destination = s->auth_mysql_socket; ++ cv[21].destination = s->auth_mysql_users_table; ++ cv[22].destination = s->auth_mysql_col_user; ++ cv[23].destination = s->auth_mysql_col_pass; ++ cv[24].destination = s->auth_mysql_col_realm; ++ cv[25].destination = s->auth_mysql_domains_table; ++ cv[26].destination = s->auth_mysql_col_domain; ++ cv[27].destination = s->auth_mysql_domains_table_col_domain_id; ++ cv[28].destination = s->auth_mysql_users_table_col_domain_id; + p->config_storage[i] = s; + + if (0 != config_insert_values_global(srv, config->value, cv, i == 0 ? T_CONFIG_SCOPE_SERVER : T_CONFIG_SCOPE_CONNECTION)) { +@@ -432,6 +533,8 @@ SETDEFAULTS_FUNC(mod_auth_set_defaults) + s->auth_backend = AUTH_BACKEND_PLAIN; + } else if (0 == strcmp(s->auth_backend_conf->ptr, "ldap")) { + s->auth_backend = AUTH_BACKEND_LDAP; ++ } else if (0 == strcmp(s->auth_backend_conf->ptr, "mysql")) { ++ s->auth_backend = AUTH_BACKEND_MYSQL; + } else { + log_error_write(srv, __FILE__, __LINE__, "sb", "auth.backend not supported:", s->auth_backend_conf); + +@@ -573,6 +676,31 @@ SETDEFAULTS_FUNC(mod_auth_set_defaults) + return (ret); + break; + } ++ case AUTH_BACKEND_MYSQL: { ++ int port = atoi(s->auth_mysql_port->ptr); ++ ++ /* ignore if auth_mysql_socket is invalid */ ++ if (p->conf.auth_mysql_socket == NULL) ++ return HANDLER_GO_ON; ++ if (p->conf.auth_mysql_socket->ptr != NULL) ++ if (0 == strcmp(s->auth_mysql_socket->ptr, "")) s->auth_mysql_socket->ptr = NULL; ++ ++ s->mysql_conn = mysql_init(NULL); ++ if (!mysql_real_connect(s->mysql_conn, s->auth_mysql_host->ptr, s->auth_mysql_user->ptr, s->auth_mysql_pass->ptr, s->auth_mysql_db->ptr, port, NULL, 0)) ++ { ++ log_error_write(srv, __FILE__, __LINE__, "sbsbsbsbss", ++ "opening connection to mysql:", s->auth_mysql_host, ++ "user:", s->auth_mysql_user, ++ "pass:", s->auth_mysql_pass, ++ "db:", s->auth_mysql_db, ++ "failed:", strerror(errno)); ++ ++ return HANDLER_ERROR; ++ } ++ mysql_close(s->mysql_conn); ++ ++ break; ++ } + default: + break; + } From owner-svn-ports-branches@freebsd.org Thu Aug 4 14:37:44 2016 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 7CEC4BAF554; Thu, 4 Aug 2016 14:37:44 +0000 (UTC) (envelope-from feld@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 3363016C8; Thu, 4 Aug 2016 14:37:44 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u74EbhI6063764; Thu, 4 Aug 2016 14:37:43 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u74EbhT9063761; Thu, 4 Aug 2016 14:37:43 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201608041437.u74EbhT9063761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 4 Aug 2016 14:37:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419618 - branches/2016Q3/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.22 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, 04 Aug 2016 14:37:44 -0000 Author: feld Date: Thu Aug 4 14:37:42 2016 New Revision: 419618 URL: https://svnweb.freebsd.org/changeset/ports/419618 Log: MFH: r419617 ftp/curl: Update to 7.50.1 PR: 211575 Security: CVE-2016-5419 Security: CVE-2016-5420 Security: CVE-2016-5421 Approved by: ports-secteam (with hat) Modified: branches/2016Q3/ftp/curl/Makefile branches/2016Q3/ftp/curl/distinfo branches/2016Q3/ftp/curl/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/ftp/curl/Makefile ============================================================================== --- branches/2016Q3/ftp/curl/Makefile Thu Aug 4 14:37:12 2016 (r419617) +++ branches/2016Q3/ftp/curl/Makefile Thu Aug 4 14:37:42 2016 (r419618) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.49.1 +PORTVERSION= 7.50.1 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -125,7 +125,7 @@ OPENSSL_CONFIGURE_OFF= --without-ssl OPENSSL_CONFIGURE_ON= --with-ssl=${OPENSSLBASE} OPENSSL_CPPFLAGS= -I${OPENSSLINC} OPENSSL_LDFLAGS= -L${OPENSSLLIB} -OPENSSL_USE= OPENSSL=yes +OPENSSL_USES= ssl POLARSSL_CONFIGURE_WITH=polarssl POLARSSL_LIB_DEPENDS= libmbedtls.so.9:security/polarssl13 PROXY_CONFIGURE_ENABLE= proxy Modified: branches/2016Q3/ftp/curl/distinfo ============================================================================== --- branches/2016Q3/ftp/curl/distinfo Thu Aug 4 14:37:12 2016 (r419617) +++ branches/2016Q3/ftp/curl/distinfo Thu Aug 4 14:37:42 2016 (r419618) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464481599 -SHA256 (curl-7.49.1.tar.lzma) = 540dd7e2017293ac13c925951a8e3187382b6fe7be045d5806912aae3c1f7c0c -SIZE (curl-7.49.1.tar.lzma) = 5989789 +TIMESTAMP = 1470305524 +SHA256 (curl-7.50.1.tar.lzma) = b2b176f3ef39d945d31e68e788be8564a7e16478af1dfe732462a300c7c58361 +SIZE (curl-7.50.1.tar.lzma) = 5994956 Modified: branches/2016Q3/ftp/curl/pkg-plist ============================================================================== --- branches/2016Q3/ftp/curl/pkg-plist Thu Aug 4 14:37:12 2016 (r419617) +++ branches/2016Q3/ftp/curl/pkg-plist Thu Aug 4 14:37:42 2016 (r419618) @@ -32,6 +32,7 @@ man/man3/CURLINFO_FTP_ENTRY_PATH.3.gz man/man3/CURLINFO_HEADER_SIZE.3.gz man/man3/CURLINFO_HTTPAUTH_AVAIL.3.gz man/man3/CURLINFO_HTTP_CONNECTCODE.3.gz +man/man3/CURLINFO_HTTP_VERSION.3.gz man/man3/CURLINFO_LASTSOCKET.3.gz man/man3/CURLINFO_LOCAL_IP.3.gz man/man3/CURLINFO_LOCAL_PORT.3.gz From owner-svn-ports-branches@freebsd.org Thu Aug 4 17:23:01 2016 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 E6159BAFEDC; Thu, 4 Aug 2016 17:23:01 +0000 (UTC) (envelope-from pawel@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 9B74C1275; Thu, 4 Aug 2016 17:23:01 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u74HN0vN028004; Thu, 4 Aug 2016 17:23:00 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u74HN0ad028002; Thu, 4 Aug 2016 17:23:00 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201608041723.u74HN0ad028002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 4 Aug 2016 17:23:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419632 - branches/2016Q3/audio/musicpc 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.22 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, 04 Aug 2016 17:23:02 -0000 Author: pawel Date: Thu Aug 4 17:23:00 2016 New Revision: 419632 URL: https://svnweb.freebsd.org/changeset/ports/419632 Log: MFH: r419626 - Fix build on FreeBSD 9.x - Take maintainership - Add USES=autoreconf - Update WWW homepage PR: 211250 Submitted by: Zsolt Udvari Approved by: ports-secteam (feld) Modified: branches/2016Q3/audio/musicpc/Makefile branches/2016Q3/audio/musicpc/pkg-descr Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/audio/musicpc/Makefile ============================================================================== --- branches/2016Q3/audio/musicpc/Makefile Thu Aug 4 17:22:46 2016 (r419631) +++ branches/2016Q3/audio/musicpc/Makefile Thu Aug 4 17:23:00 2016 (r419632) @@ -7,7 +7,7 @@ CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpc/0/ DISTNAME= mpc-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= udvzsolt@gmail.com COMMENT= Command line client for the musicpd LICENSE= GPLv2+ @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpdclient.so:audio/libmpdclient -USES= pkgconfig tar:xz +USES= autoreconf iconv pkgconfig tar:xz GNU_CONFIGURE= yes PLIST_FILES= bin/mpc man/man1/mpc.1.gz @@ -27,12 +27,9 @@ OPTIONS_DEFINE= EXAMPLES DOCS ICONV OPTIONS_DEFAULT= ICONV ICONV_USES= iconv -ICONV_LDFLAGS= ${ICONV_LIB} +ICONV_LDFLAGS= -L${LOCALBASE}/lib ${ICONV_LIB} ICONV_CONFIGURE_ENABLE= iconv -post-patch: - @${REINPLACE_CMD} -e 's|-lintl|${ICONV_LIB}|g' ${WRKSRC}/configure - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/mpc ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/mpc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 Modified: branches/2016Q3/audio/musicpc/pkg-descr ============================================================================== --- branches/2016Q3/audio/musicpc/pkg-descr Thu Aug 4 17:22:46 2016 (r419631) +++ branches/2016Q3/audio/musicpc/pkg-descr Thu Aug 4 17:23:00 2016 (r419632) @@ -1,4 +1,4 @@ A client for MPD, the Music Player Daemon. mpc connects to a MPD running on a machine via a network. -WWW: http://www.musicpd.org/ +WWW: https://www.musicpd.org/clients/mpc/ From owner-svn-ports-branches@freebsd.org Fri Aug 5 13:38:44 2016 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 BBFC5BAF6DE; Fri, 5 Aug 2016 13:38:44 +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 9769C1F95; Fri, 5 Aug 2016 13:38:44 +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 u75Dch81078051; Fri, 5 Aug 2016 13:38:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u75DchBn078043; Fri, 5 Aug 2016 13:38:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201608051338.u75DchBn078043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 5 Aug 2016 13:38:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419683 - in branches/2016Q3/audio: alsa-lib alsa-lib/files alsa-lib/files/linux alsa-utils 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.22 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, 05 Aug 2016 13:38:44 -0000 Author: jbeich Date: Fri Aug 5 13:38:42 2016 New Revision: 419683 URL: https://svnweb.freebsd.org/changeset/ports/419683 Log: MFH: r419665 audio/alsa-{lib,utils}: update to 1.1.2 Changes: http://www.alsa-project.org/main/index.php/Changes_v1.1.1_v1.1.2 ABI: http://abi-laboratory.pro/tracker/compat_report/alsa/1.1.1/1.1.2/6d65a/abi_compat_report.html Approved by: ports-secteam (feld) Added: branches/2016Q3/audio/alsa-lib/files/endian.h - copied unchanged from r419665, head/audio/alsa-lib/files/endian.h Modified: branches/2016Q3/audio/alsa-lib/Makefile branches/2016Q3/audio/alsa-lib/distinfo branches/2016Q3/audio/alsa-lib/files/linux/types.h branches/2016Q3/audio/alsa-lib/pkg-plist branches/2016Q3/audio/alsa-utils/Makefile branches/2016Q3/audio/alsa-utils/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/audio/alsa-lib/Makefile ============================================================================== --- branches/2016Q3/audio/alsa-lib/Makefile Fri Aug 5 13:31:28 2016 (r419682) +++ branches/2016Q3/audio/alsa-lib/Makefile Fri Aug 5 13:38:42 2016 (r419683) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= alsa-lib -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.2 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/lib/ \ GENTOO @@ -17,6 +16,7 @@ USES= cpe libtool:keepla tar:bzip2 USE_LDCONFIG= yes CPE_VENDOR= alsa GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_header_endian_h=no CONFIGURE_ARGS= --with-pkgconfdir="\$${prefix}/libdata/pkgconfig" INSTALL_TARGET= install-strip TEST_ENV= ${MAKE_ENV} ALSA_CONFIG_PATH="${FILESDIR}/asound.conf.sample" Modified: branches/2016Q3/audio/alsa-lib/distinfo ============================================================================== --- branches/2016Q3/audio/alsa-lib/distinfo Fri Aug 5 13:31:28 2016 (r419682) +++ branches/2016Q3/audio/alsa-lib/distinfo Fri Aug 5 13:38:42 2016 (r419683) @@ -1,2 +1,2 @@ -SHA256 (alsa-lib-1.1.1.tar.bz2) = 8ac76c3144ed2ed49da7622ab65ac5415205913ccbedde877972383cbc234269 -SIZE (alsa-lib-1.1.1.tar.bz2) = 932105 +SHA256 (alsa-lib-1.1.2.tar.bz2) = d38dacd9892b06b8bff04923c380b38fb2e379ee5538935ff37e45b395d861d6 +SIZE (alsa-lib-1.1.2.tar.bz2) = 947423 Copied: branches/2016Q3/audio/alsa-lib/files/endian.h (from r419665, head/audio/alsa-lib/files/endian.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/audio/alsa-lib/files/endian.h Fri Aug 5 13:38:42 2016 (r419683, copy of r419665, head/audio/alsa-lib/files/endian.h) @@ -0,0 +1,4 @@ +#ifndef _ENDIAN_H +#define _ENDIAN_H +#include +#endif /* _ENDIAN_H */ Modified: branches/2016Q3/audio/alsa-lib/files/linux/types.h ============================================================================== --- branches/2016Q3/audio/alsa-lib/files/linux/types.h Fri Aug 5 13:31:28 2016 (r419682) +++ branches/2016Q3/audio/alsa-lib/files/linux/types.h Fri Aug 5 13:38:42 2016 (r419683) @@ -11,7 +11,5 @@ typedef pid_t __kernel_pid_t; typedef off_t __kernel_off_t; -typedef uint16_t __u16; -typedef uint32_t __u32; typedef uint64_t __u64; #endif /* _LINUX_TYPES_H */ Modified: branches/2016Q3/audio/alsa-lib/pkg-plist ============================================================================== --- branches/2016Q3/audio/alsa-lib/pkg-plist Fri Aug 5 13:31:28 2016 (r419682) +++ branches/2016Q3/audio/alsa-lib/pkg-plist Fri Aug 5 13:38:42 2016 (r419683) @@ -8,7 +8,6 @@ include/alsa/control_external.h include/alsa/error.h include/alsa/global.h include/alsa/hwdep.h -include/alsa/iatomic.h include/alsa/input.h include/alsa/mixer.h include/alsa/mixer_abst.h @@ -134,6 +133,25 @@ share/alsa/pcm/surround71.conf share/alsa/smixer.conf share/alsa/sndo-mixer.alisp share/alsa/topology/broadwell/broadwell.conf +share/alsa/topology/sklrt286/codec0_in-cpr-1.bin +share/alsa/topology/sklrt286/codec0_in-mi.bin +share/alsa/topology/sklrt286/codec0_out-cpr-4.bin +share/alsa/topology/sklrt286/codec0_out-mo.bin +share/alsa/topology/sklrt286/codec1_out-cpr-5.bin +share/alsa/topology/sklrt286/codec1_out-mo.bin +share/alsa/topology/sklrt286/dmic01_hifi_in-cpr-3.bin +share/alsa/topology/sklrt286/dmic01_hifi_in-mi.bin +share/alsa/topology/sklrt286/hdmi1_pt_out-cpr-7.bin +share/alsa/topology/sklrt286/hdmi1_pt_out-cpr-8.bin +share/alsa/topology/sklrt286/hdmi2_pt_out-cpr-10.bin +share/alsa/topology/sklrt286/hdmi2_pt_out-cpr-9.bin +share/alsa/topology/sklrt286/hdmi3_pt_out-cpr-11.bin +share/alsa/topology/sklrt286/hdmi3_pt_out-cpr-12.bin +share/alsa/topology/sklrt286/media0_in-cpr-0.bin +share/alsa/topology/sklrt286/media0_in-mi.bin +share/alsa/topology/sklrt286/media0_out-cpr-6.bin +share/alsa/topology/sklrt286/media0_out-mo.bin +share/alsa/topology/sklrt286/skl_i2s.conf share/alsa/ucm/DAISY-I2S/DAISY-I2S.conf share/alsa/ucm/DAISY-I2S/HiFi.conf share/alsa/ucm/GoogleNyan/GoogleNyan.conf @@ -162,7 +180,11 @@ share/alsa/ucm/SDP4430/hifiLP share/alsa/ucm/SDP4430/record share/alsa/ucm/SDP4430/voice share/alsa/ucm/SDP4430/voiceCall +share/alsa/ucm/VEYRON-I2S/HiFi.conf +share/alsa/ucm/VEYRON-I2S/VEYRON-I2S.conf share/alsa/ucm/broadwell-rt286/HiFi share/alsa/ucm/broadwell-rt286/broadwell-rt286.conf +share/alsa/ucm/chtrt5645/HiFi.conf +share/alsa/ucm/chtrt5645/chtrt5645.conf share/alsa/ucm/tegraalc5632/tegraalc5632.conf @sample etc/asound.conf.sample Modified: branches/2016Q3/audio/alsa-utils/Makefile ============================================================================== --- branches/2016Q3/audio/alsa-utils/Makefile Fri Aug 5 13:31:28 2016 (r419682) +++ branches/2016Q3/audio/alsa-utils/Makefile Fri Aug 5 13:38:42 2016 (r419683) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= alsa-utils -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/utils/ \ GENTOO @@ -23,7 +23,7 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${.CURDIR}/../alsa-lib/files OPTIONS_SUB= yes -OPTIONS_DEFINE= BAT MANPAGES NLS +OPTIONS_DEFINE= BAT MANPAGES NLS SAMPLERATE OPTIONS_DEFAULT=BAT MANPAGES BAT_DESC= Basic Audio Tester support @@ -37,6 +37,9 @@ NLS_USES= gettext NLS_CONFIGURE_ENABLE=nls NLS_LIBS= -lintl +SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate +SAMPLERATE_CONFIGURE_ENV_OFF=ac_cv_header_samplerate_h=no + post-patch: .SILENT ${REINPLACE_CMD} -e '/LIBS/s/-ldl//g; /LIBRT/s/-lrt//g;' \ ${WRKSRC}/configure Modified: branches/2016Q3/audio/alsa-utils/distinfo ============================================================================== --- branches/2016Q3/audio/alsa-utils/distinfo Fri Aug 5 13:31:28 2016 (r419682) +++ branches/2016Q3/audio/alsa-utils/distinfo Fri Aug 5 13:38:42 2016 (r419683) @@ -1,2 +1,2 @@ -SHA256 (alsa-utils-1.1.1.tar.bz2) = 89757c9abaf420831b088fce354d492acc170bd02bb50eb7392c175f594b8041 -SIZE (alsa-utils-1.1.1.tar.bz2) = 1186408 +SHA256 (alsa-utils-1.1.2.tar.bz2) = 7af603c0877d1251599d65b4fbc372e63a54371b888f5c26c6a86ac1d0519071 +SIZE (alsa-utils-1.1.2.tar.bz2) = 1193140 From owner-svn-ports-branches@freebsd.org Fri Aug 5 14:01:39 2016 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 25D87BB01CB; Fri, 5 Aug 2016 14:01:39 +0000 (UTC) (envelope-from feld@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 E6D461489; Fri, 5 Aug 2016 14:01:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u75E1cm6088509; Fri, 5 Aug 2016 14:01:38 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u75E1btN088507; Fri, 5 Aug 2016 14:01:37 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201608051401.u75E1btN088507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 5 Aug 2016 14:01:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419687 - branches/2016Q3/devel/p5-XSLoader 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.22 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, 05 Aug 2016 14:01:39 -0000 Author: feld Date: Fri Aug 5 14:01:37 2016 New Revision: 419687 URL: https://svnweb.freebsd.org/changeset/ports/419687 Log: MFH: r419686 devel/p5-XSLoader: Update to 0.22 This update resolves a local arbitrary code execution CVE. PR: 211561 Security: CVE-2016-6185 Approved by: ports-secteam (with hat) Modified: branches/2016Q3/devel/p5-XSLoader/Makefile branches/2016Q3/devel/p5-XSLoader/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/devel/p5-XSLoader/Makefile ============================================================================== --- branches/2016Q3/devel/p5-XSLoader/Makefile Fri Aug 5 14:00:54 2016 (r419686) +++ branches/2016Q3/devel/p5-XSLoader/Makefile Fri Aug 5 14:01:37 2016 (r419687) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XSLoader -PORTVERSION= 0.20 +PORTVERSION= 0.22 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SAPER Modified: branches/2016Q3/devel/p5-XSLoader/distinfo ============================================================================== --- branches/2016Q3/devel/p5-XSLoader/distinfo Fri Aug 5 14:00:54 2016 (r419686) +++ branches/2016Q3/devel/p5-XSLoader/distinfo Fri Aug 5 14:01:37 2016 (r419687) @@ -1,2 +1,3 @@ -SHA256 (XSLoader-0.20.tar.gz) = f178400e548bcc947eaf344cbc91395f2e1d42a9ee047127b5058deba0f40e08 -SIZE (XSLoader-0.20.tar.gz) = 11868 +TIMESTAMP = 1470405503 +SHA256 (XSLoader-0.22.tar.gz) = 8bd4fa3debb4860f091fe7db0fb78970af6a4c06d08ab3cad009634353b7338c +SIZE (XSLoader-0.22.tar.gz) = 12812 From owner-svn-ports-branches@freebsd.org Sat Aug 6 00:26:51 2016 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 816C9BAEC22; Sat, 6 Aug 2016 00:26:51 +0000 (UTC) (envelope-from junovitch@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 5D7111F97; Sat, 6 Aug 2016 00:26:51 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u760QodG022322; Sat, 6 Aug 2016 00:26:50 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u760QomW022319; Sat, 6 Aug 2016 00:26:50 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201608060026.u760QomW022319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 6 Aug 2016 00:26:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419720 - branches/2016Q3/net/wireshark 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.22 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, 06 Aug 2016 00:26:51 -0000 Author: junovitch Date: Sat Aug 6 00:26:50 2016 New Revision: 419720 URL: https://svnweb.freebsd.org/changeset/ports/419720 Log: MFH: r419706 Update to 2.0.5. See https://www.wireshark.org/docs/relnotes/wireshark-2.0.5.html for the list of changes in this release. While here, enable DECRYPT support by default [1]. Requested by: oshogbo Approved by: ports-secteam (with hat) Security: CVE-2016-6505 Security: CVE-2016-6506 Security: CVE-2016-6508 Security: CVE-2016-6509 Security: CVE-2016-6510 Security: CVE-2016-6511 Security: CVE-2016-6512 Security: CVE-2016-6513 Security: https://vuxml.FreeBSD.org/freebsd/610101ea-5b6a-11e6-b334-002590263bf5.html Modified: branches/2016Q3/net/wireshark/Makefile branches/2016Q3/net/wireshark/distinfo branches/2016Q3/net/wireshark/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/net/wireshark/Makefile ============================================================================== --- branches/2016Q3/net/wireshark/Makefile Sat Aug 6 00:24:00 2016 (r419719) +++ branches/2016Q3/net/wireshark/Makefile Sat Aug 6 00:26:50 2016 (r419720) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= wireshark -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 PORTREVISION?= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ @@ -27,10 +27,9 @@ DATADIR_NAME= wireshark DATADIR= ${PREFIX}/share/${DATADIR_NAME} GNU_CONFIGURE= yes -USES= alias cpe gmake libtool perl5 pkgconfig python:build tar:bzip2 +USES= alias cpe gmake libtool perl5 pkgconfig python:build ssl tar:bzip2 USE_PERL5= build USE_GNOME= glib20 -USE_OPENSSL= yes CONFIGURE_ARGS+= --program-transform-name="" \ --with-ssl=${OPENSSLBASE} INSTALL_TARGET= install-strip @@ -63,7 +62,7 @@ OPTIONS_RADIO_ASYNCDNS= ADNS CARES OPTIONS_RADIO_GUI= GTK2 GTK3 QT5 OPTIONS_SINGLE_KERBEROS=KRB_BASE KRB_HEIMDAL KRB_MIT KRB_NONE -OPTIONS_DEFAULT?= SNMP ADNS IPV6 GEOIP KRB_BASE GTK3 +OPTIONS_DEFAULT?= SNMP ADNS IPV6 GEOIP KRB_BASE GTK3 DECRYPT RTP_DESC= Enable support for playing back RTP streams DECRYPT_DESC= Decryption support for SSL and IPSec Modified: branches/2016Q3/net/wireshark/distinfo ============================================================================== --- branches/2016Q3/net/wireshark/distinfo Sat Aug 6 00:24:00 2016 (r419719) +++ branches/2016Q3/net/wireshark/distinfo Sat Aug 6 00:26:50 2016 (r419720) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466614550 -SHA256 (wireshark-2.0.4.tar.bz2) = 9ea9c82da9942194ebc8fc5c951a02e6d179afa7472cb6d96ca76154510de1a5 -SIZE (wireshark-2.0.4.tar.bz2) = 31121258 +TIMESTAMP = 1470427617 +SHA256 (wireshark-2.0.5.tar.bz2) = 0ce0241330828973f5b4efee422a3760cab8ce0b41e7721c4b9fd185be1bb10b +SIZE (wireshark-2.0.5.tar.bz2) = 31124989 Modified: branches/2016Q3/net/wireshark/pkg-plist ============================================================================== --- branches/2016Q3/net/wireshark/pkg-plist Sat Aug 6 00:24:00 2016 (r419719) +++ branches/2016Q3/net/wireshark/pkg-plist Sat Aug 6 00:26:50 2016 (r419720) @@ -18,10 +18,10 @@ bin/tshark %%TEXT2PCAP%% lib/libwireshark.so lib/libwireshark.so.6 -lib/libwireshark.so.6.1.4 +lib/libwireshark.so.6.1.5 lib/libwiretap.so lib/libwiretap.so.5 -lib/libwiretap.so.5.0.4 +lib/libwiretap.so.5.0.5 lib/libwsutil.so lib/libwsutil.so.6 lib/libwsutil.so.6.0.0 From owner-svn-ports-branches@freebsd.org Sat Aug 6 06:50:10 2016 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 87B60BB0EE1; Sat, 6 Aug 2016 06:50:10 +0000 (UTC) (envelope-from ohauer@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 4B21A179C; Sat, 6 Aug 2016 06:50:10 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u766o91Q063480; Sat, 6 Aug 2016 06:50:09 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u766o95C063478; Sat, 6 Aug 2016 06:50:09 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201608060650.u766o95C063478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sat, 6 Aug 2016 06:50:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419731 - in branches/2016Q3/devel/apr1: . 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.22 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, 06 Aug 2016 06:50:10 -0000 Author: ohauer Date: Sat Aug 6 06:50:09 2016 New Revision: 419731 URL: https://svnweb.freebsd.org/changeset/ports/419731 Log: MFH: r419646 - add patch to modify apr1 poll() emulation to match behavior expected by serf serf depends on the poll emulation in apr returning a POLLERR event if a non-blocking connect() attempt fails in order to trigger an IPv6 -> IPv4 fallback, or a fallback to another address for a multi-homed host. On FreeBSD, the poll emulation is done using kqueue, and the result returned by the poll() emulation is POLLIN + POLLHUP. - upstream apache PR: https://bz.apache.org/bugzilla/show_bug.cgi?id=59914 PR: 211430 Submitted by: Don Lewis (truckman@) Approved by: ports-secteam (junovitch) Added: branches/2016Q3/devel/apr1/files/patch-apr_poll_unix_kqueue.c - copied unchanged from r419646, head/devel/apr1/files/patch-apr_poll_unix_kqueue.c Modified: branches/2016Q3/devel/apr1/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/devel/apr1/Makefile ============================================================================== --- branches/2016Q3/devel/apr1/Makefile Sat Aug 6 03:48:52 2016 (r419730) +++ branches/2016Q3/devel/apr1/Makefile Sat Aug 6 06:50:09 2016 (r419731) @@ -3,6 +3,7 @@ PORTNAME= apr PORTVERSION= ${APR_VERSION}.${APU_VERSION} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= APACHE/apr DISTFILES= apr-${APR_VERSION}.tar.gz \ @@ -40,7 +41,7 @@ NSS_DESC= NSS crypto driver SSL_DESC= OpenSSL crypto driver # APR-Util Options -BDB_USE= BDB=5+ +BDB_USES= bdb:5+ FREETDS_LIB_DEPENDS= libsybdb.so:databases/freetds GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm LDAP_USE= OPENLDAP=yes @@ -48,7 +49,7 @@ MYSQL_USE= MYSQL=yes NSS_LIB_DEPENDS= libnss3.so:security/nss PGSQL_USES= pgsql SQLITE_USES= sqlite -SSL_USE= OPENSSL=yes +SSL_USES= ssl APR_WRKDIR= ${WRKDIR}/apr-${APR_VERSION} APU_WRKDIR= ${WRKDIR}/apr-util-${APU_VERSION} @@ -204,7 +205,6 @@ do-install: @${ECHO_MSG} "# ===> ${.TARGET} apr-util-${APU_VERSION}" (cd ${APU_WRKDIR} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${INSTALL_TARGET} ${MAKE_ARGS}) -post-install: -${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} ${STRIP_CMD} test: build Copied: branches/2016Q3/devel/apr1/files/patch-apr_poll_unix_kqueue.c (from r419646, head/devel/apr1/files/patch-apr_poll_unix_kqueue.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/devel/apr1/files/patch-apr_poll_unix_kqueue.c Sat Aug 6 06:50:09 2016 (r419731, copy of r419646, head/devel/apr1/files/patch-apr_poll_unix_kqueue.c) @@ -0,0 +1,77 @@ +# upstram PR: https://bz.apache.org/bugzilla/show_bug.cgi?id=59914 +# FreeBSD PR: 211430 +======================================================================== +--- apr-1.5.2/poll/unix/kqueue.c.orig 2015-03-20 01:34:07 UTC ++++ apr-1.5.2/poll/unix/kqueue.c +@@ -25,21 +25,40 @@ + + #ifdef HAVE_KQUEUE + +-static apr_int16_t get_kqueue_revent(apr_int16_t event, apr_int16_t flags) ++static apr_int16_t get_kqueue_revent(apr_int16_t event, apr_int16_t flags, ++ int fflags, intptr_t data) + { + apr_int16_t rv = 0; + +- if (event == EVFILT_READ) +- rv |= APR_POLLIN; +- else if (event == EVFILT_WRITE) +- rv |= APR_POLLOUT; +- if (flags & EV_EOF) +- rv |= APR_POLLHUP; +- /* APR_POLLPRI, APR_POLLERR, and APR_POLLNVAL are not handled by this +- * implementation. ++ /* APR_POLLPRI and APR_POLLNVAL are not handled by this implementation. + * TODO: See if EV_ERROR + certain system errors in the returned data field + * should map to APR_POLLNVAL. + */ ++ if (event == EVFILT_READ) { ++ if (data > 0 || fflags == 0) ++ rv |= APR_POLLIN; ++ else ++ rv |= APR_POLLERR; ++ /* ++ * Don't return POLLHUP if connect fails. Apparently Linux ++ * does not, and this is expected by serf in order for IPv6 to ++ * IPv4 or multihomed host fallback to work. ++ * ++ * ETIMEDOUT is ambiguous here since we don't know if a ++ * connection was established. We don't want to return ++ * POLLHUP here if the connection attempt timed out, but ++ * we do if the connection was successful but later dropped. ++ * For now, favor the latter. ++ */ ++ if ((flags & EV_EOF) != 0 && fflags != ECONNREFUSED && ++ fflags != ENETUNREACH && fflags != EHOSTUNREACH) ++ rv |= APR_POLLHUP; ++ } else if (event == EVFILT_WRITE) { ++ if (data > 0 || fflags == 0) ++ rv |= APR_POLLOUT; ++ else ++ rv |= APR_POLLERR; ++ } + return rv; + } + +@@ -290,7 +309,9 @@ static apr_status_t impl_pollset_poll(ap + pollset->p->result_set[j] = fd; + pollset->p->result_set[j].rtnevents = + get_kqueue_revent(pollset->p->ke_set[i].filter, +- pollset->p->ke_set[i].flags); ++ pollset->p->ke_set[i].flags, ++ pollset->p->ke_set[i].fflags, ++ pollset->p->ke_set[i].data); + j++; + } + } +@@ -471,7 +492,9 @@ static apr_status_t impl_pollcb_poll(apr + apr_pollfd_t *pollfd = (apr_pollfd_t *)(pollcb->pollset.ke[i].udata); + + pollfd->rtnevents = get_kqueue_revent(pollcb->pollset.ke[i].filter, +- pollcb->pollset.ke[i].flags); ++ pollcb->pollset.ke[i].flags, ++ pollcb->pollset.ke[i].fflags, ++ pollcb->pollset.ke[i].data); + + rv = func(baton, pollfd); + From owner-svn-ports-branches@freebsd.org Sat Aug 6 17:48:04 2016 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 6008DBAF6C1; Sat, 6 Aug 2016 17:48:04 +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 2F68914D3; Sat, 6 Aug 2016 17:48:04 +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 u76Hm3ST008252; Sat, 6 Aug 2016 17:48:03 GMT (envelope-from tabthorpe@FreeBSD.org) Received: (from tabthorpe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u76Hm38a008251; Sat, 6 Aug 2016 17:48:03 GMT (envelope-from tabthorpe@FreeBSD.org) Message-Id: <201608061748.u76Hm38a008251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tabthorpe set sender to tabthorpe@FreeBSD.org using -f From: Thomas Abthorpe Date: Sat, 6 Aug 2016 17:48:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419750 - branches/2016Q3/multimedia/py-openlp 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.22 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, 06 Aug 2016 17:48:04 -0000 Author: tabthorpe Date: Sat Aug 6 17:48:03 2016 New Revision: 419750 URL: https://svnweb.freebsd.org/changeset/ports/419750 Log: MFH: r419749 - Depend on sqlalchemy to fix builds - Bump PORTREVISION Reported by: pkgbot Approved by: ports-secteam (junovitch) Modified: branches/2016Q3/multimedia/py-openlp/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/multimedia/py-openlp/Makefile ============================================================================== --- branches/2016Q3/multimedia/py-openlp/Makefile Sat Aug 6 16:06:57 2016 (r419749) +++ branches/2016Q3/multimedia/py-openlp/Makefile Sat Aug 6 17:48:03 2016 (r419750) @@ -2,6 +2,7 @@ PORTNAME= OpenLP PORTVERSION= 2.1.6 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,12 +16,12 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}si ${PYTHON_PKGNAMEPREFIX}qt4-core>=0:devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.5:databases/py-sqlalchemy07 + ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=1.0.13:databases/py-sqlalchemy10 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>0:www/py-beautifulsoup32 \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}qt4-core>=0:devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}qt4-phonon>=0:multimedia/py-qt4-phonon \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.5:databases/py-sqlalchemy07 \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=1.0.13:databases/py-sqlalchemy10 \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=0:www/py-qt4-webkit \ ${PYTHON_PKGNAMEPREFIX}qt4-network>=0:net/py-qt4-network \ From owner-svn-ports-branches@freebsd.org Sat Aug 6 22:23:42 2016 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 965FDBB1A67; Sat, 6 Aug 2016 22:23:42 +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 4ED381939; Sat, 6 Aug 2016 22:23:42 +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 u76MNf1N011675; Sat, 6 Aug 2016 22:23:41 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u76MNfR2011671; Sat, 6 Aug 2016 22:23:41 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201608062223.u76MNfR2011671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 6 Aug 2016 22:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419755 - in branches/2016Q3/security: ca_root_nss nss 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.22 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, 06 Aug 2016 22:23:42 -0000 Author: jbeich Date: Sat Aug 6 22:23:41 2016 New Revision: 419755 URL: https://svnweb.freebsd.org/changeset/ports/419755 Log: MFH: r419748 security/nss: update to 3.26 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.26_release_notes Approved by: ports-secteam (junovitch) Modified: branches/2016Q3/security/ca_root_nss/Makefile branches/2016Q3/security/ca_root_nss/distinfo branches/2016Q3/security/nss/Makefile branches/2016Q3/security/nss/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/security/ca_root_nss/Makefile ============================================================================== --- branches/2016Q3/security/ca_root_nss/Makefile Sat Aug 6 22:08:10 2016 (r419754) +++ branches/2016Q3/security/ca_root_nss/Makefile Sat Aug 6 22:23:41 2016 (r419755) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.25 +VERSION_NSS= 3.26 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2016Q3/security/ca_root_nss/distinfo ============================================================================== --- branches/2016Q3/security/ca_root_nss/distinfo Sat Aug 6 22:08:10 2016 (r419754) +++ branches/2016Q3/security/ca_root_nss/distinfo Sat Aug 6 22:23:41 2016 (r419755) @@ -1,2 +1,3 @@ -SHA256 (nss-3.25.tar.gz) = 5d1ad475da19d0c033a716350dc5f8a747999d3eba5ac07ee0368c5bad6e2359 -SIZE (nss-3.25.tar.gz) = 7338238 +TIMESTAMP = 1470475306 +SHA256 (nss-3.26.tar.gz) = 91783a570ab953693eb977ce47c501f04c104cec287fa011c91bcc8970d1c564 +SIZE (nss-3.26.tar.gz) = 7386943 Modified: branches/2016Q3/security/nss/Makefile ============================================================================== --- branches/2016Q3/security/nss/Makefile Sat Aug 6 22:08:10 2016 (r419754) +++ branches/2016Q3/security/nss/Makefile Sat Aug 6 22:23:41 2016 (r419755) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.25 +PORTVERSION= 3.26 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2016Q3/security/nss/distinfo ============================================================================== --- branches/2016Q3/security/nss/distinfo Sat Aug 6 22:08:10 2016 (r419754) +++ branches/2016Q3/security/nss/distinfo Sat Aug 6 22:23:41 2016 (r419755) @@ -1,2 +1,3 @@ -SHA256 (nss-3.25.tar.gz) = 5d1ad475da19d0c033a716350dc5f8a747999d3eba5ac07ee0368c5bad6e2359 -SIZE (nss-3.25.tar.gz) = 7338238 +TIMESTAMP = 1470475306 +SHA256 (nss-3.26.tar.gz) = 91783a570ab953693eb977ce47c501f04c104cec287fa011c91bcc8970d1c564 +SIZE (nss-3.26.tar.gz) = 7386943