From owner-svn-ports-branches@freebsd.org Sun Sep 4 07:32: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 F3939BCF17A; Sun, 4 Sep 2016 07:32:34 +0000 (UTC) (envelope-from amdmi3@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 AC0F39CA; Sun, 4 Sep 2016 07:32:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u847WXhP008129; Sun, 4 Sep 2016 07:32:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u847WXN6008127; Sun, 4 Sep 2016 07:32:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609040732.u847WXN6008127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 4 Sep 2016 07:32:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421308 - in branches/2016Q3/deskutils/plasma-applet-playwolf: . 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, 04 Sep 2016 07:32:35 -0000 Author: amdmi3 Date: Sun Sep 4 07:32:33 2016 New Revision: 421308 URL: https://svnweb.freebsd.org/changeset/ports/421308 Log: MFH: r421307 - Fix build on 11+ - While here, fix LICENSE Approved by: portmgr blanket Approved by: ports-secteam blanket Added: branches/2016Q3/deskutils/plasma-applet-playwolf/files/patch-wolflabel.cpp - copied unchanged from r421307, head/deskutils/plasma-applet-playwolf/files/patch-wolflabel.cpp Modified: branches/2016Q3/deskutils/plasma-applet-playwolf/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/deskutils/plasma-applet-playwolf/Makefile ============================================================================== --- branches/2016Q3/deskutils/plasma-applet-playwolf/Makefile Sun Sep 4 07:31:06 2016 (r421307) +++ branches/2016Q3/deskutils/plasma-applet-playwolf/Makefile Sun Sep 4 07:32:33 2016 (r421308) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= plasma-applet- MAINTAINER= jhale@FreeBSD.org COMMENT= Amarok 2.x plasma applet for KDE4 -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake tar:bzip2 USE_KDE4= automoc4 kdelibs @@ -32,7 +33,7 @@ ADD_NEWLINE_TO= flowlayout.cpp \ post-patch: .for i in ${ADD_NEWLINE_TO} - ${ECHO_CMD} >> ${WRKSRC}/${i} + @${ECHO_CMD} >> ${WRKSRC}/${i} .endfor .include Copied: branches/2016Q3/deskutils/plasma-applet-playwolf/files/patch-wolflabel.cpp (from r421307, head/deskutils/plasma-applet-playwolf/files/patch-wolflabel.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/deskutils/plasma-applet-playwolf/files/patch-wolflabel.cpp Sun Sep 4 07:32:33 2016 (r421308, copy of r421307, head/deskutils/plasma-applet-playwolf/files/patch-wolflabel.cpp) @@ -0,0 +1,19 @@ +--- wolflabel.cpp.orig 2010-01-13 21:33:08 UTC ++++ wolflabel.cpp +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + #include + #include +@@ -195,7 +196,7 @@ void WolfLabel::paint(QPainter *painter, + m_animation->setPropertyName("xOffset"); + m_animation->setTargetObject(this); + } +- m_animation->setDuration((2 * abs(x) + SPACING) * 150); ++ m_animation->setDuration((2 * qFabs(x) + SPACING) * 150); + m_animation->setNewStartValue(x - SPACING); + m_animation->setNewEndValue(SPACING); + if (m_animation->state() != QAbstractAnimation::Running) { From owner-svn-ports-branches@freebsd.org Tue Sep 6 09:08:16 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 2932EB96DDC; Tue, 6 Sep 2016 09:08:16 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED8CEACE; Tue, 6 Sep 2016 09:08:15 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8698FUn051401; Tue, 6 Sep 2016 09:08:15 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8698FXq051399; Tue, 6 Sep 2016 09:08:15 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201609060908.u8698FXq051399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 6 Sep 2016 09:08:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421414 - branches/2016Q3/lang/php56 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 09:08:16 -0000 Author: tz Date: Tue Sep 6 09:08:14 2016 New Revision: 421414 URL: https://svnweb.freebsd.org/changeset/ports/421414 Log: MFH: r421112 lang/php56: Update from 5.6.24 to 5.6.25 PR: 212183 Submitted by: Kurt Jaeger Approved by: ports-secteam (feld), pi (mentor) Modified: branches/2016Q3/lang/php56/Makefile branches/2016Q3/lang/php56/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/lang/php56/Makefile ============================================================================== --- branches/2016Q3/lang/php56/Makefile Tue Sep 6 09:01:29 2016 (r421413) +++ branches/2016Q3/lang/php56/Makefile Tue Sep 6 09:08:14 2016 (r421414) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.24 +PORTVERSION= 5.6.25 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions @@ -13,7 +13,7 @@ COMMENT= PHP Scripting Language LICENSE= PHP301 -USES+= tar:bzip2 cpe +USES+= tar:xz cpe CPE_PRODUCT= php NO_OPTIONS_SORT=yes .if !defined(PKGNAMESUFFIX) Modified: branches/2016Q3/lang/php56/distinfo ============================================================================== --- branches/2016Q3/lang/php56/distinfo Tue Sep 6 09:01:29 2016 (r421413) +++ branches/2016Q3/lang/php56/distinfo Tue Sep 6 09:08:14 2016 (r421414) @@ -1,5 +1,5 @@ -TIMESTAMP = 1469542085 -SHA256 (php-5.6.24.tar.bz2) = bf23617ec3ed0a125ec8bde2b7bca9d3804b2ff4df8de192890c84dc9fac38c6 -SIZE (php-5.6.24.tar.bz2) = 14905924 +TIMESTAMP = 1472238006 +SHA256 (php-5.6.25.tar.xz) = 7535cd6e20040ccec4594cc386c6f15c3f2c88f24163294a31068cf7dfe7f644 +SIZE (php-5.6.25.tar.xz) = 12406072 SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed SIZE (php-5.5.x-mail-header.patch) = 4426 From owner-svn-ports-branches@freebsd.org Tue Sep 6 10:23: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 2AC78BC7594; Tue, 6 Sep 2016 10:23:39 +0000 (UTC) (envelope-from tijl@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 DD68D653; Tue, 6 Sep 2016 10:23:38 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u86ANcIi081297; Tue, 6 Sep 2016 10:23:38 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u86ANb9G081292; Tue, 6 Sep 2016 10:23:37 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201609061023.u86ANb9G081292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 6 Sep 2016 10:23:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421416 - branches/2016Q3/graphics/linux-c6-tiff X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 10:23:39 -0000 Author: tijl Date: Tue Sep 6 10:23:37 2016 New Revision: 421416 URL: https://svnweb.freebsd.org/changeset/ports/421416 Log: MFH: r421395 Update to libtiff 3.9.4-18.el6_8. PR: 211552 Submitted by: Piotr Kubaj Security: https://rhn.redhat.com/errata/RHSA-2016-1547.html Approved by: ports-secteam (delphij) Modified: branches/2016Q3/graphics/linux-c6-tiff/Makefile branches/2016Q3/graphics/linux-c6-tiff/distinfo.i686 branches/2016Q3/graphics/linux-c6-tiff/distinfo.x86_64 branches/2016Q3/graphics/linux-c6-tiff/pkg-plist.i686 branches/2016Q3/graphics/linux-c6-tiff/pkg-plist.x86_64 Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/graphics/linux-c6-tiff/Makefile ============================================================================== --- branches/2016Q3/graphics/linux-c6-tiff/Makefile Tue Sep 6 10:13:30 2016 (r421415) +++ branches/2016Q3/graphics/linux-c6-tiff/Makefile Tue Sep 6 10:23:37 2016 (r421416) @@ -3,20 +3,20 @@ PORTNAME= tiff PORTVERSION= 3.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics linux DISTNAME= lib${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= TIFF library (Linux CentOS ${LINUX_DIST_VER}) -CONFLICTS= linux-tiff-[0-9]* linux-f10-tiff-[0-9]* +LICENSE= BSD3CLAUSE ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= c6 USE_LINUX_APPS= jpeg USE_LINUX_RPM= yes -RPMVERSION= 10.el6_5 +RPMVERSION= 18.el6_8 LINUX_NAME= lib${PORTNAME} BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes Modified: branches/2016Q3/graphics/linux-c6-tiff/distinfo.i686 ============================================================================== --- branches/2016Q3/graphics/linux-c6-tiff/distinfo.i686 Tue Sep 6 10:13:30 2016 (r421415) +++ branches/2016Q3/graphics/linux-c6-tiff/distinfo.i686 Tue Sep 6 10:23:37 2016 (r421416) @@ -1,5 +1,5 @@ -TIMESTAMP = 1466256821 -SHA256 (rpm/i686/centos/6.8/libtiff-3.9.4-10.el6_5.i686.rpm) = da3a998c6169d15e3db4280c64e7595a4a5e83c2afd106db8bcaba4c56430565 -SIZE (rpm/i686/centos/6.8/libtiff-3.9.4-10.el6_5.i686.rpm) = 347108 -SHA256 (rpm/i686/centos/6.8/libtiff-3.9.4-10.el6_5.src.rpm) = f86c5ce4adf609108553cf772def54b27b1555eda290a8b40202a96f366e9c52 -SIZE (rpm/i686/centos/6.8/libtiff-3.9.4-10.el6_5.src.rpm) = 1480097 +TIMESTAMP = 1470236181 +SHA256 (rpm/i686/centos/6.8/libtiff-3.9.4-18.el6_8.i686.rpm) = 1701fdf308e42109a8c84a4c28b88a189ac5013592f61651da3711909e4c02f2 +SIZE (rpm/i686/centos/6.8/libtiff-3.9.4-18.el6_8.i686.rpm) = 349808 +SHA256 (rpm/i686/centos/6.8/libtiff-3.9.4-18.el6_8.src.rpm) = cdcf05901d605fa2969161d91a724e57aa508f9f0a12cb55b50891bf9649cf41 +SIZE (rpm/i686/centos/6.8/libtiff-3.9.4-18.el6_8.src.rpm) = 1495038 Modified: branches/2016Q3/graphics/linux-c6-tiff/distinfo.x86_64 ============================================================================== --- branches/2016Q3/graphics/linux-c6-tiff/distinfo.x86_64 Tue Sep 6 10:13:30 2016 (r421415) +++ branches/2016Q3/graphics/linux-c6-tiff/distinfo.x86_64 Tue Sep 6 10:23:37 2016 (r421416) @@ -1,7 +1,7 @@ -TIMESTAMP = 1466257471 -SHA256 (rpm/x86_64/centos/6.8/libtiff-3.9.4-10.el6_5.x86_64.rpm) = 720e58adbb1f8a477c48d74ea35b5ed153e0daf8334402cf8c090497a6bd8b64 -SIZE (rpm/x86_64/centos/6.8/libtiff-3.9.4-10.el6_5.x86_64.rpm) = 350816 -SHA256 (rpm/x86_64/centos/6.8/libtiff-3.9.4-10.el6_5.i686.rpm) = da3a998c6169d15e3db4280c64e7595a4a5e83c2afd106db8bcaba4c56430565 -SIZE (rpm/x86_64/centos/6.8/libtiff-3.9.4-10.el6_5.i686.rpm) = 347108 -SHA256 (rpm/x86_64/centos/6.8/libtiff-3.9.4-10.el6_5.src.rpm) = f86c5ce4adf609108553cf772def54b27b1555eda290a8b40202a96f366e9c52 -SIZE (rpm/x86_64/centos/6.8/libtiff-3.9.4-10.el6_5.src.rpm) = 1480097 +TIMESTAMP = 1470236227 +SHA256 (rpm/x86_64/centos/6.8/libtiff-3.9.4-18.el6_8.x86_64.rpm) = 9115b1a909b80cf146f972cc9e38adee45818bc5997571f4ba20dbe082717c90 +SIZE (rpm/x86_64/centos/6.8/libtiff-3.9.4-18.el6_8.x86_64.rpm) = 353444 +SHA256 (rpm/x86_64/centos/6.8/libtiff-3.9.4-18.el6_8.i686.rpm) = 1701fdf308e42109a8c84a4c28b88a189ac5013592f61651da3711909e4c02f2 +SIZE (rpm/x86_64/centos/6.8/libtiff-3.9.4-18.el6_8.i686.rpm) = 349808 +SHA256 (rpm/x86_64/centos/6.8/libtiff-3.9.4-18.el6_8.src.rpm) = cdcf05901d605fa2969161d91a724e57aa508f9f0a12cb55b50891bf9649cf41 +SIZE (rpm/x86_64/centos/6.8/libtiff-3.9.4-18.el6_8.src.rpm) = 1495038 Modified: branches/2016Q3/graphics/linux-c6-tiff/pkg-plist.i686 ============================================================================== --- branches/2016Q3/graphics/linux-c6-tiff/pkg-plist.i686 Tue Sep 6 10:13:30 2016 (r421415) +++ branches/2016Q3/graphics/linux-c6-tiff/pkg-plist.i686 Tue Sep 6 10:23:37 2016 (r421416) @@ -41,12 +41,12 @@ usr/share/man/man1/raw2tiff.1.gz usr/share/man/man1/rgb2ycbcr.1.gz usr/share/man/man1/thumbnail.1.gz usr/share/man/man1/tiff2bw.1.gz -usr/share/man/man1/tiffcrop.1.gz usr/share/man/man1/tiff2pdf.1.gz usr/share/man/man1/tiff2ps.1.gz usr/share/man/man1/tiff2rgba.1.gz usr/share/man/man1/tiffcmp.1.gz usr/share/man/man1/tiffcp.1.gz +usr/share/man/man1/tiffcrop.1.gz usr/share/man/man1/tiffdither.1.gz usr/share/man/man1/tiffdump.1.gz usr/share/man/man1/tiffinfo.1.gz Modified: branches/2016Q3/graphics/linux-c6-tiff/pkg-plist.x86_64 ============================================================================== --- branches/2016Q3/graphics/linux-c6-tiff/pkg-plist.x86_64 Tue Sep 6 10:13:30 2016 (r421415) +++ branches/2016Q3/graphics/linux-c6-tiff/pkg-plist.x86_64 Tue Sep 6 10:23:37 2016 (r421416) @@ -45,12 +45,12 @@ usr/share/man/man1/raw2tiff.1.gz usr/share/man/man1/rgb2ycbcr.1.gz usr/share/man/man1/thumbnail.1.gz usr/share/man/man1/tiff2bw.1.gz -usr/share/man/man1/tiffcrop.1.gz usr/share/man/man1/tiff2pdf.1.gz usr/share/man/man1/tiff2ps.1.gz usr/share/man/man1/tiff2rgba.1.gz usr/share/man/man1/tiffcmp.1.gz usr/share/man/man1/tiffcp.1.gz +usr/share/man/man1/tiffcrop.1.gz usr/share/man/man1/tiffdither.1.gz usr/share/man/man1/tiffdump.1.gz usr/share/man/man1/tiffinfo.1.gz From owner-svn-ports-branches@freebsd.org Tue Sep 6 14:25:13 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 B2870BC710E; Tue, 6 Sep 2016 14:25:13 +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 90C4D390; Tue, 6 Sep 2016 14:25:13 +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 u86EPCUJ071933; Tue, 6 Sep 2016 14:25:12 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u86EPCvI071929; Tue, 6 Sep 2016 14:25:12 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201609061425.u86EPCvI071929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 6 Sep 2016 14:25:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421434 - in branches/2016Q3/irc/inspircd: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 14:25:13 -0000 Author: feld Date: Tue Sep 6 14:25:12 2016 New Revision: 421434 URL: https://svnweb.freebsd.org/changeset/ports/421434 Log: MFH: r421433 irc/inspircd: Update to 2.0.23 This update also resolves an authentication bypass vulnerability. Reported by: Approved by: ports-secteam (with hat) Modified: branches/2016Q3/irc/inspircd/Makefile branches/2016Q3/irc/inspircd/distinfo branches/2016Q3/irc/inspircd/files/patch-make_template_main.mk branches/2016Q3/irc/inspircd/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/irc/inspircd/Makefile ============================================================================== --- branches/2016Q3/irc/inspircd/Makefile Tue Sep 6 14:24:18 2016 (r421433) +++ branches/2016Q3/irc/inspircd/Makefile Tue Sep 6 14:25:12 2016 (r421434) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= inspircd -PORTVERSION= 2.0.20 +PORTVERSION= 2.0.23 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= irc MAINTAINER= feld@FreeBSD.org @@ -114,7 +114,7 @@ PLIST_SUB+= GNUTLS="@comment " .endif .if ${PORT_OPTIONS:MOPENSSL} -USE_OPENSSL=yes +USES+= ssl CONFIGURE_ARGS+= --enable-openssl EXTRAS:=${EXTRAS},m_ssl_openssl.cpp PLIST_SUB+= OPENSSL="" Modified: branches/2016Q3/irc/inspircd/distinfo ============================================================================== --- branches/2016Q3/irc/inspircd/distinfo Tue Sep 6 14:24:18 2016 (r421433) +++ branches/2016Q3/irc/inspircd/distinfo Tue Sep 6 14:25:12 2016 (r421434) @@ -1,2 +1,3 @@ -SHA256 (inspircd-inspircd-v2.0.20_GH0.tar.gz) = 5156e2da5da4cfa377705ecd633aee41cdcd785d12627497d55cab5f70dd686f -SIZE (inspircd-inspircd-v2.0.20_GH0.tar.gz) = 728970 +TIMESTAMP = 1473170069 +SHA256 (inspircd-inspircd-v2.0.23_GH0.tar.gz) = 522b31fc80e8fd90b66837bf50f8a941233709d5b1fc9c0b3c47a413fb69f162 +SIZE (inspircd-inspircd-v2.0.23_GH0.tar.gz) = 731695 Modified: branches/2016Q3/irc/inspircd/files/patch-make_template_main.mk ============================================================================== --- branches/2016Q3/irc/inspircd/files/patch-make_template_main.mk Tue Sep 6 14:24:18 2016 (r421433) +++ branches/2016Q3/irc/inspircd/files/patch-make_template_main.mk Tue Sep 6 14:25:12 2016 (r421434) @@ -1,6 +1,6 @@ ---- make/template/main.mk.orig 2012-07-13 10:38:01.000000000 -0500 -+++ make/template/main.mk 2012-08-14 23:58:06.816315279 -0500 -@@ -58,6 +58,10 @@ +--- make/template/main.mk.orig 2016-09-03 14:51:50 UTC ++++ make/template/main.mk +@@ -61,6 +61,10 @@ INSTMODE_LIB = 0644 @IFEQ $(SYSTEM) linux LDLIBS += -ldl -lrt @ENDIF @@ -11,7 +11,7 @@ @IFEQ $(SYSTEM) gnukfreebsd LDLIBS += -ldl -lrt @ENDIF -@@ -124,7 +128,7 @@ +@@ -138,7 +142,7 @@ CXXFLAGS += -Iinclude CXXFLAGS += -DPURE_STATIC @ENDIF @@ -20,3 +20,12 @@ @DO_EXPORT SOURCEPATH BUILDPATH PURE_STATIC SPLIT_CC # Default target +@@ -226,8 +230,6 @@ install: target + exit 1; \ + fi + @-$(INSTALL) -d -o $(INSTUID) -m $(INSTMODE_DIR) $(BASE) +- @-$(INSTALL) -d -o $(INSTUID) -m $(INSTMODE_DIR) $(DATPATH) +- @-$(INSTALL) -d -o $(INSTUID) -m $(INSTMODE_DIR) $(LOGPATH) + @-$(INSTALL) -d -m $(INSTMODE_DIR) $(BINPATH) + @-$(INSTALL) -d -m $(INSTMODE_DIR) $(CONPATH)/examples/aliases + @-$(INSTALL) -d -m $(INSTMODE_DIR) $(CONPATH)/examples/modules Modified: branches/2016Q3/irc/inspircd/pkg-plist ============================================================================== --- branches/2016Q3/irc/inspircd/pkg-plist Tue Sep 6 14:24:18 2016 (r421433) +++ branches/2016Q3/irc/inspircd/pkg-plist Tue Sep 6 14:25:12 2016 (r421434) @@ -223,6 +223,4 @@ lib/inspircd/modules/m_userip.so lib/inspircd/modules/m_vhost.so lib/inspircd/modules/m_watch.so lib/inspircd/modules/m_xline_db.so -@dir lib/inspircd/data -@dir lib/inspircd/logs @postunexec echo "If permanently removing software, you may wish to remove the configuration directory by running \"rm -rf %%PREFIX%%/%%ETCDIR%%\"" From owner-svn-ports-branches@freebsd.org Tue Sep 6 16:49: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 A9442BC7BFB; Tue, 6 Sep 2016 16:49:02 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F38CBF9; Tue, 6 Sep 2016 16:49:02 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u86Gn13j025367; Tue, 6 Sep 2016 16:49:01 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u86Gn10M025365; Tue, 6 Sep 2016 16:49:01 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201609061649.u86Gn10M025365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 6 Sep 2016 16:49:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421441 - in branches/2016Q3/security/xinetd: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 16:49:02 -0000 Author: garga Date: Tue Sep 6 16:49:01 2016 New Revision: 421441 URL: https://svnweb.freebsd.org/changeset/ports/421441 Log: MFH: r421378 Fix some edge cases in xinetd file descriptor handling This change fixes the case where the listening file descriptor is in 0~2 range (easily reprodutible with a single UDP service) PR: 211038 Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate) Approved by: ports-secteam (feld) Added: branches/2016Q3/security/xinetd/files/patch-xinetd_child.c - copied unchanged from r421378, head/security/xinetd/files/patch-xinetd_child.c Modified: branches/2016Q3/security/xinetd/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/security/xinetd/Makefile ============================================================================== --- branches/2016Q3/security/xinetd/Makefile Tue Sep 6 16:28:46 2016 (r421440) +++ branches/2016Q3/security/xinetd/Makefile Tue Sep 6 16:49:01 2016 (r421441) @@ -3,7 +3,7 @@ PORTNAME= xinetd PORTVERSION= 2.3.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ipv6 MASTER_SITES= GENTOO Copied: branches/2016Q3/security/xinetd/files/patch-xinetd_child.c (from r421378, head/security/xinetd/files/patch-xinetd_child.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/security/xinetd/files/patch-xinetd_child.c Tue Sep 6 16:49:01 2016 (r421441, copy of r421378, head/security/xinetd/files/patch-xinetd_child.c) @@ -0,0 +1,24 @@ +--- xinetd/child.c.orig 2016-07-13 19:00:31 UTC ++++ xinetd/child.c +@@ -168,7 +168,8 @@ void exec_server( const struct server *s + } + #endif + +- (void) Sclose( descriptor ) ; ++ if ( descriptor > MAX_PASS_FD ) ++ (void) Sclose( descriptor ) ; + + #ifndef solaris + #if !defined(HAVE_SETSID) +@@ -321,11 +322,6 @@ void child_process( struct server *serp + signals_pending[0] = -1; + signals_pending[1] = -1; + +- Sclose(0); +- Sclose(1); +- Sclose(2); +- +- + #ifdef DEBUG_SERVER + if ( debug.on ) + { From owner-svn-ports-branches@freebsd.org Tue Sep 6 16:51: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 9A411BC7CC6; Tue, 6 Sep 2016 16:51:50 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67B02E58; Tue, 6 Sep 2016 16:51:50 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u86Gpn7u026985; Tue, 6 Sep 2016 16:51:49 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u86GpnS5026905; Tue, 6 Sep 2016 16:51:49 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201609061651.u86GpnS5026905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 6 Sep 2016 16:51:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421442 - branches/2016Q3/net/xmlrpc-c X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 16:51:50 -0000 Author: garga Date: Tue Sep 6 16:51:49 2016 New Revision: 421442 URL: https://svnweb.freebsd.org/changeset/ports/421442 Log: MFH: r421381 Update net/xmlrpc to 1.39.10 This version if a buffer overflow in STRSCAT PR: 211257 Submitted by: w.schwarzenfeld@utanet.at Approved by: ports-secteam (feld) Modified: branches/2016Q3/net/xmlrpc-c/Makefile branches/2016Q3/net/xmlrpc-c/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/net/xmlrpc-c/Makefile ============================================================================== --- branches/2016Q3/net/xmlrpc-c/Makefile Tue Sep 6 16:49:01 2016 (r421441) +++ branches/2016Q3/net/xmlrpc-c/Makefile Tue Sep 6 16:51:49 2016 (r421442) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmlrpc-c -PORTVERSION= 1.39.08 +PORTVERSION= 1.39.10 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Xmlrpc-c%20Super%20Stable/${PORTVERSION} Modified: branches/2016Q3/net/xmlrpc-c/distinfo ============================================================================== --- branches/2016Q3/net/xmlrpc-c/distinfo Tue Sep 6 16:49:01 2016 (r421441) +++ branches/2016Q3/net/xmlrpc-c/distinfo Tue Sep 6 16:51:49 2016 (r421442) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465667222 -SHA256 (xmlrpc-c-1.39.08.tgz) = eedc028443aaa6bcc9261eb97dd4af77a684a4171be3c86ba96ab7b4de569505 -SIZE (xmlrpc-c-1.39.08.tgz) = 814138 +TIMESTAMP = 1473095632 +SHA256 (xmlrpc-c-1.39.10.tgz) = b82d871a6ef63bf0c29b7b303e4ab723a4a004f16ab96b341ccab30b2609edec +SIZE (xmlrpc-c-1.39.10.tgz) = 816214 From owner-svn-ports-branches@freebsd.org Tue Sep 6 16:53:31 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 A33BDBC7E69; Tue, 6 Sep 2016 16:53:31 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70D2F136; Tue, 6 Sep 2016 16:53:31 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u86GrUKk029397; Tue, 6 Sep 2016 16:53:30 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u86GrUPW029396; Tue, 6 Sep 2016 16:53:30 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201609061653.u86GrUPW029396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 6 Sep 2016 16:53:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421443 - branches/2016Q3/www/sarg X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 16:53:31 -0000 Author: garga Date: Tue Sep 6 16:53:30 2016 New Revision: 421443 URL: https://svnweb.freebsd.org/changeset/ports/421443 Log: MFH: r421383 Fix www/sarg build without NLS PR: 211238 Submitted by: w.schwarzenfeld@utanet.at Reported by: vas@mpeks.tomsk.su Approved by: ports-secteam (feld) Modified: branches/2016Q3/www/sarg/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/www/sarg/Makefile ============================================================================== --- branches/2016Q3/www/sarg/Makefile Tue Sep 6 16:51:49 2016 (r421442) +++ branches/2016Q3/www/sarg/Makefile Tue Sep 6 16:53:30 2016 (r421443) @@ -3,7 +3,7 @@ PORTNAME= sarg PORTVERSION= 2.3.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -28,6 +28,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib NLS_USES= gettext +NLS_USES_OFF= gettext-tools NLS_CONFIGURE_ENABLE= nls NLS_LIBS= -lintl GD_CONFIGURE_WITH= gd From owner-svn-ports-branches@freebsd.org Tue Sep 6 18:14:41 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 9CB2FBC6833; Tue, 6 Sep 2016 18:14:41 +0000 (UTC) (envelope-from amdmi3@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 6B271E75; Tue, 6 Sep 2016 18:14:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u86IEeNY060903; Tue, 6 Sep 2016 18:14:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u86IEelT060902; Tue, 6 Sep 2016 18:14:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609061814.u86IEelT060902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 6 Sep 2016 18:14:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421455 - branches/2016Q3/databases/postgis-jdbc X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 18:14:41 -0000 Author: amdmi3 Date: Tue Sep 6 18:14:40 2016 New Revision: 421455 URL: https://svnweb.freebsd.org/changeset/ports/421455 Log: MFH: r421454 - Switch to USES=zip:infozip to fix extraction problem on recent current PR: 212311 Submitted by: rhurlin@gwdg.de (maintainer) Approved by: ports-secteam blanket Modified: branches/2016Q3/databases/postgis-jdbc/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/databases/postgis-jdbc/Makefile ============================================================================== --- branches/2016Q3/databases/postgis-jdbc/Makefile Tue Sep 6 18:12:36 2016 (r421454) +++ branches/2016Q3/databases/postgis-jdbc/Makefile Tue Sep 6 18:14:40 2016 (r421455) @@ -15,6 +15,7 @@ LICENSE_COMB= multi RUN_DEPENDS= ${JAVALIBDIR}/postgresql.jar:databases/postgresql-jdbc +USES= zip:infozip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes From owner-svn-ports-branches@freebsd.org Tue Sep 6 18:28:16 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 4D2F5BC6BF7; Tue, 6 Sep 2016 18:28:16 +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 19710956; Tue, 6 Sep 2016 18:28:16 +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 u86ISFet065268; Tue, 6 Sep 2016 18:28:15 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u86ISFUG065267; Tue, 6 Sep 2016 18:28:15 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201609061828.u86ISFUG065267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 6 Sep 2016 18:28:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421459 - branches/2016Q3/textproc/libxml2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 18:28:16 -0000 Author: cpm Date: Tue Sep 6 18:28:14 2016 New Revision: 421459 URL: https://svnweb.freebsd.org/changeset/ports/421459 Log: MFH: r421190 textproc/libxml2: remove LICENSE block to unbreak libxml2-reference The addition of the MIT licence block broke at least the textproc/libxml2-reference port due to how the helper script bsd.gnome-reference.mk works. Removed at the request of person that suggested the license be added [2]. PR: 209806 PR: 212265 [2] Reported by: cpm Approved by: ports-secteam (feld) Modified: branches/2016Q3/textproc/libxml2/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/textproc/libxml2/Makefile ============================================================================== --- branches/2016Q3/textproc/libxml2/Makefile Tue Sep 6 18:25:54 2016 (r421458) +++ branches/2016Q3/textproc/libxml2/Makefile Tue Sep 6 18:28:14 2016 (r421459) @@ -13,9 +13,6 @@ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org COMMENT?= XML parser library for GNOME -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - .if !defined(REFERENCE_PORT) GNU_CONFIGURE= yes From owner-svn-ports-branches@freebsd.org Tue Sep 6 23:48:07 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 2BB20BCD8B3; Tue, 6 Sep 2016 23:48:07 +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 EC0F7805; Tue, 6 Sep 2016 23:48:06 +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 u86Nm6SE087580; Tue, 6 Sep 2016 23:48:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u86Nm6M0087579; Tue, 6 Sep 2016 23:48:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201609062348.u86Nm6M0087579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 6 Sep 2016 23:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421473 - branches/2016Q3/devel/renpy X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 23:48:07 -0000 Author: jbeich Date: Tue Sep 6 23:48:05 2016 New Revision: 421473 URL: https://svnweb.freebsd.org/changeset/ports/421473 Log: MFH: r421470 Fix bin/renpy's shebang after r410677 and appease stage-qa Warning: Bad symlink '/usr/local/bin/renpy' pointing to an absolute pathname '/usr/local/share/renpy/renpy.py' Approved by: ports-secteam blanket Modified: branches/2016Q3/devel/renpy/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/devel/renpy/Makefile ============================================================================== --- branches/2016Q3/devel/renpy/Makefile Tue Sep 6 23:44:58 2016 (r421472) +++ branches/2016Q3/devel/renpy/Makefile Tue Sep 6 23:48:05 2016 (r421473) @@ -3,7 +3,7 @@ PORTNAME= renpy PORTVERSION= 6.99.10 DISTVERSIONSUFFIX=-sdk -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ @@ -34,6 +34,7 @@ USE_SDL= sdl2 EXCLUDE= gen 'module/*.py[co]' 'renpy/*.py[co]' EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} SHEBANG_FILES= renpy.py launcher/game/tkaskdir.py +TARGET_ORDER_OVERRIDE=610:fix-shebang BUILD_WRKSRC= ${WRKSRC}/module INSTALL_WRKSRC= ${BUILD_WRKSRC} MAKE_ENV+= RENPY_DEPS_INSTALL="${LOCALBASE}" @@ -84,7 +85,7 @@ add-empty-dirs: post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name \*.so \ -exec ${STRIP_CMD} {} + - ${LN} -fs ${DATADIR}/renpy.py \ + ${LN} -fs ../${DATADIR_REL}/renpy.py \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} (cd ${WRKSRC} && ${COPYTREE_SHARE} \ "${PORTDATA}" ${STAGEDIR}${DATADIR} \ From owner-svn-ports-branches@freebsd.org Wed Sep 7 13:23: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 8C2C5BC6DAA; Wed, 7 Sep 2016 13:23:05 +0000 (UTC) (envelope-from amdmi3@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 4218ABB7; Wed, 7 Sep 2016 13:23:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u87DN4Yf098358; Wed, 7 Sep 2016 13:23:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u87DN4NL098356; Wed, 7 Sep 2016 13:23:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609071323.u87DN4NL098356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 7 Sep 2016 13:23:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421501 - branches/2016Q3/deskutils/fbreader X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2016 13:23:05 -0000 Author: amdmi3 Date: Wed Sep 7 13:23:04 2016 New Revision: 421501 URL: https://svnweb.freebsd.org/changeset/ports/421501 Log: MFH: r421500 - Fix plist for GTK2 mode - Switch to USES=localbase PR: 212382 Submitted by: maciej@pasternacki.net Approved by: just fix it blanket Approved by: ports-secteam blanket Modified: branches/2016Q3/deskutils/fbreader/Makefile branches/2016Q3/deskutils/fbreader/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/deskutils/fbreader/Makefile ============================================================================== --- branches/2016Q3/deskutils/fbreader/Makefile Wed Sep 7 13:21:48 2016 (r421500) +++ branches/2016Q3/deskutils/fbreader/Makefile Wed Sep 7 13:23:04 2016 (r421501) @@ -27,13 +27,11 @@ STATUS= debug STATUS= release .endif -USES= compiler gmake iconv pkgconfig sqlite tar:tgz +USES= compiler gmake iconv localbase pkgconfig sqlite tar:tgz USE_LDCONFIG= yes INSTALL_TARGET= do_install -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= TARGET_ARCH=desktop TARGET_STATUS=${STATUS} \ ROOTDIR=${WRKSRC} INSTALLDIR=${PREFIX} LIBDIR=${PREFIX}/lib \ LD="${CXX}" Modified: branches/2016Q3/deskutils/fbreader/pkg-plist ============================================================================== --- branches/2016Q3/deskutils/fbreader/pkg-plist Wed Sep 7 13:21:48 2016 (r421500) +++ branches/2016Q3/deskutils/fbreader/pkg-plist Wed Sep 7 13:23:04 2016 (r421501) @@ -124,7 +124,8 @@ share/zlibrary/encodings/KOI8-R share/zlibrary/encodings/windows-1251 share/zlibrary/encodings/windows-1252 share/zlibrary/hyphenationPatterns.zip -share/zlibrary/keynames-qt4.xml +%%GTK2%%share/zlibrary/keynames-gtk.xml +%%QT4%%share/zlibrary/keynames-qt4.xml share/zlibrary/languagePatterns.zip share/zlibrary/resources/ar.xml share/zlibrary/resources/bg.xml From owner-svn-ports-branches@freebsd.org Thu Sep 8 00:03:36 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 14C76BD03C0; Thu, 8 Sep 2016 00:03:36 +0000 (UTC) (envelope-from adamw@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 BE62A7BB; Thu, 8 Sep 2016 00:03:35 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8803Yul044635; Thu, 8 Sep 2016 00:03:34 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8803Y7g044634; Thu, 8 Sep 2016 00:03:34 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201609080003.u8803Y7g044634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 8 Sep 2016 00:03:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421527 - branches/2016Q3 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 00:03:36 -0000 Author: adamw Date: Thu Sep 8 00:03:34 2016 New Revision: 421527 URL: https://svnweb.freebsd.org/changeset/ports/421527 Log: MFH: r421506 Update to 4.90F. Bug fix: - It fixes a race condition when lsof is looking up information on a socket's TCP state. The worst case of the race is that lsof gets a segmentation fault. PR: 212457 Submitted by: maintainer (Larry Rosenman) Approved by: ports-secteam (feld) Modified: Directory Properties: branches/2016Q3/ (props changed) From owner-svn-ports-branches@freebsd.org Thu Sep 8 08:06: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 6E308BD1ADB; Thu, 8 Sep 2016 08:06:30 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E11E81B; Thu, 8 Sep 2016 08:06:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 94062BDCDE; Thu, 8 Sep 2016 10:06:24 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 60B37BDCCF; Thu, 8 Sep 2016 10:06:24 +0200 (CEST) Subject: Re: svn commit: r421527 - branches/2016Q3 To: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org References: <201609080003.u8803Y7g044634@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <325da9e4-8311-779c-c6ce-5d8f3a9ff1d6@FreeBSD.org> Date: Thu, 8 Sep 2016 10:06:21 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <201609080003.u8803Y7g044634@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="FNWdK1Ciwv71PNel7Cm3M2tBxWGok8ove" X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 08:06:30 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --FNWdK1Ciwv71PNel7Cm3M2tBxWGok8ove Content-Type: multipart/mixed; boundary="jQXPHXRxbixgFWewDQ1dcIFd24bVTVbeQ"; protected-headers="v1" From: Mathieu Arnold To: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Message-ID: <325da9e4-8311-779c-c6ce-5d8f3a9ff1d6@FreeBSD.org> Subject: Re: svn commit: r421527 - branches/2016Q3 References: <201609080003.u8803Y7g044634@repo.freebsd.org> In-Reply-To: <201609080003.u8803Y7g044634@repo.freebsd.org> --jQXPHXRxbixgFWewDQ1dcIFd24bVTVbeQ Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 08/09/2016 =C3=A0 02:03, Adam Weinberger a =C3=A9crit : > Author: adamw > Date: Thu Sep 8 00:03:34 2016 > New Revision: 421527 > URL: https://svnweb.freebsd.org/changeset/ports/421527 > > Log: > MFH: r421506 > =20 > Update to 4.90F. > =20 > Bug fix: > - It fixes a race condition when lsof is looking up information on a > socket's TCP state. The worst case of the race is that lsof gets a= > segmentation fault. > =20 > PR: 212457 > Submitted by: maintainer (Larry Rosenman) > =20 > Approved by: ports-secteam (feld) > > Modified: > Directory Properties: > branches/2016Q3/ (props changed) > > Mmmm, this does not seem to have done anything. Do you still have the output of the mfh command you ran ? --=20 Mathieu Arnold --jQXPHXRxbixgFWewDQ1dcIFd24bVTVbeQ-- --FNWdK1Ciwv71PNel7Cm3M2tBxWGok8ove Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJX0Rv+XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I12oQAJqcIKxNO0Q/41BSC8rv44Zb T/pHxcI/azBvh6ztgOndp8NH4bCtza6rtAwO3GeV/Gl6Lts2OCBMsbdoySE62g21 K9waN+0wC2ARnXun5LNdzAPV9USH34OrAscIqTCSCjpPBT33LAxisagqTyg60ld6 afzIoLzBAkl3/6Z75IWLIbE0HcGC7s8VcUQsMg+WYqydBnYchnOeSmeCf8pvshMg WeeW/JwThzTUYdksapQWVMSRxE4CnMDRh1ZSSbCuDLN1S4DZ2vKg8As/1RO7mWgj ZCWNMhjR/+hp/5HuYQx/oQClvrdJOvHp3kErVToXDmnHCudy3GqRZnMiismGtn4b a2sojADCzKsJVk+PyDSfecIKz2AYN32er7jFp75cayC5uETMyUicnhMNvdu2BGDl oiu16bCM4kLynxXv36+kWS2pmqT2Tb8tpuYvEAsmeE7qjU1FLbvPY5YJfTisWg5g fHWF1YfV8x8ORqjM+y0P00m919JoMg/VeAeqbTq0Qjkxan3vlDYJqsEKO+mv3UY3 2d/2QGKhYfa2/hkt26iQusDW+ByGxa+wun1R3N/WTNlQ8r5HHKY29gAKA1WFU2Iu OaGnxRooq0irAoLwPFpYge4+Uv1mN1MgYaq1ObwMq6vt0Onndgeb9oAeVIuq8ToO uJjeb2C9tpRnlKvSfL73 =8eZw -----END PGP SIGNATURE----- --FNWdK1Ciwv71PNel7Cm3M2tBxWGok8ove-- From owner-svn-ports-branches@freebsd.org Thu Sep 8 14:08: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 649B9BD0903; Thu, 8 Sep 2016 14:08:05 +0000 (UTC) (envelope-from adamw@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 358DE64E; Thu, 8 Sep 2016 14:08:05 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u88E84bI063844; Thu, 8 Sep 2016 14:08:04 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u88E84B0063842; Thu, 8 Sep 2016 14:08:04 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201609081408.u88E84B0063842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 8 Sep 2016 14:08:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421552 - branches/2016Q3/sysutils/lsof X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 14:08:05 -0000 Author: adamw Date: Thu Sep 8 14:08:04 2016 New Revision: 421552 URL: https://svnweb.freebsd.org/changeset/ports/421552 Log: Fix botched merge in r421527 by merging r418252, r418405, and r418838 as well. Approved by: ports-secteam (feld) r418252: Fix build under 12.0-CURRENT. r418405: upgrade to 4.90C - support for DTYPE_PTS - FreeBSD 12.0-CURRENT r418838: Update to 4.90E. r421506: Update to 4.90F. Bug fix: - It fixes a race condition when lsof is looking up information on a socket's TCP state. The worst case of the race is that lsof gets a segmentation fault. PR: 212457 Submitted by: maintainer (Larry Rosenman) Modified: branches/2016Q3/sysutils/lsof/Makefile branches/2016Q3/sysutils/lsof/distinfo Modified: branches/2016Q3/sysutils/lsof/Makefile ============================================================================== --- branches/2016Q3/sysutils/lsof/Makefile Thu Sep 8 14:01:20 2016 (r421551) +++ branches/2016Q3/sysutils/lsof/Makefile Thu Sep 8 14:08:04 2016 (r421552) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.90B +DISTVERSION= 4.90F PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ Modified: branches/2016Q3/sysutils/lsof/distinfo ============================================================================== --- branches/2016Q3/sysutils/lsof/distinfo Thu Sep 8 14:01:20 2016 (r421551) +++ branches/2016Q3/sysutils/lsof/distinfo Thu Sep 8 14:08:04 2016 (r421552) @@ -1,2 +1,3 @@ -SHA256 (lsof_4.90B.freebsd.tar.bz2) = 9532dabbda1a9e7cf0a7bd60fb02a829c3e9601d0f375e1d89235f600d805469 -SIZE (lsof_4.90B.freebsd.tar.bz2) = 485932 +TIMESTAMP = 1473259944 +SHA256 (lsof_4.90F.freebsd.tar.bz2) = 83388b8e5ac2e985b39802171238374692336cf4d0ef18909a727c6bae0ce444 +SIZE (lsof_4.90F.freebsd.tar.bz2) = 487526 From owner-svn-ports-branches@freebsd.org Thu Sep 8 14:13:08 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 59F4BBD0BE5; Thu, 8 Sep 2016 14:13:08 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C3707D4E; Thu, 8 Sep 2016 14:13:07 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id d71e6c08 TLS version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Thu, 8 Sep 2016 08:13:06 -0600 (MDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r421527 - branches/2016Q3 From: Adam Weinberger In-Reply-To: <325da9e4-8311-779c-c6ce-5d8f3a9ff1d6@FreeBSD.org> Date: Thu, 8 Sep 2016 08:13:04 -0600 Cc: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4AB29714-76F9-4179-827B-827B1C1B9D45@adamw.org> References: <201609080003.u8803Y7g044634@repo.freebsd.org> <325da9e4-8311-779c-c6ce-5d8f3a9ff1d6@FreeBSD.org> To: Mathieu Arnold X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 14:13:08 -0000 > On 8 Sep, 2016, at 2:06, Mathieu Arnold wrote: >=20 > Le 08/09/2016 =C3=A0 02:03, Adam Weinberger a =C3=A9crit : >> Author: adamw >> Date: Thu Sep 8 00:03:34 2016 >> New Revision: 421527 >> URL: https://svnweb.freebsd.org/changeset/ports/421527 >>=20 >> Log: >> MFH: r421506 >>=20 >> Update to 4.90F. >>=20 >> Bug fix: >> - It fixes a race condition when lsof is looking up information on a >> socket's TCP state. The worst case of the race is that lsof gets = a >> segmentation fault. >>=20 >> PR: 212457 >> Submitted by: maintainer (Larry Rosenman) >>=20 >> Approved by: ports-secteam (feld) >>=20 >> Modified: >> Directory Properties: >> branches/2016Q3/ (props changed) >>=20 >>=20 >=20 > Mmmm, this does not seem to have done anything. Do you still have the > output of the mfh command you ran ? This should be fixed now in r421552. Because I'd already recorded the = mergeinfo of the final commit, I had to fudge the fixed commit, because = mfh just merged the last commit before that. As you identified in a separate email to me, when doing an MFC of a = commit, you also have to merge all previous commits to that port since = the branch date. Just in case this helps somebody else down the line! # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-branches@freebsd.org Thu Sep 8 23:40: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 46945BD272A; Thu, 8 Sep 2016 23:40:04 +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 16A37366; Thu, 8 Sep 2016 23:40:04 +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 u88Ne3ss082072; Thu, 8 Sep 2016 23:40:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u88Ne3wl082071; Thu, 8 Sep 2016 23:40:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201609082340.u88Ne3wl082071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 8 Sep 2016 23:40:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421592 - in branches/2016Q3/textproc/py-cloud_sptheme: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 23:40:04 -0000 Author: jbeich Date: Thu Sep 8 23:40:03 2016 New Revision: 421592 URL: https://svnweb.freebsd.org/changeset/ports/421592 Log: MFH: r421590 textproc/py-cloud_sptheme: unbreak after r415071 PR: 212496 Submitted by: w.schwarzenfeld@utanet.at Approved by: ports-secteam blanket Added: branches/2016Q3/textproc/py-cloud_sptheme/files/ - copied from r421590, head/textproc/py-cloud_sptheme/files/ Modified: branches/2016Q3/textproc/py-cloud_sptheme/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/textproc/py-cloud_sptheme/Makefile ============================================================================== --- branches/2016Q3/textproc/py-cloud_sptheme/Makefile Thu Sep 8 23:38:33 2016 (r421591) +++ branches/2016Q3/textproc/py-cloud_sptheme/Makefile Thu Sep 8 23:40:03 2016 (r421592) @@ -14,11 +14,9 @@ COMMENT= Sphinx theme LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1:textproc/py-sphinx RUN_DEPENDS:= ${BUILD_DEPENDS} -BROKEN= does not build - USES= python USE_PYTHON= distutils autoplist PYDISTUTILS_BUILDARGS= build_sphinx -E From owner-svn-ports-branches@freebsd.org Fri Sep 9 15:10: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 2F033BD4586; Fri, 9 Sep 2016 15:10:58 +0000 (UTC) (envelope-from dbn@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 01B551AC2; Fri, 9 Sep 2016 15:10:57 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u89FAv8n035781; Fri, 9 Sep 2016 15:10:57 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u89FAvGk035780; Fri, 9 Sep 2016 15:10:57 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201609091510.u89FAvGk035780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Fri, 9 Sep 2016 15:10:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421620 - branches/2016Q3/sysutils/pefs-kmod X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 15:10:58 -0000 Author: dbn Date: Fri Sep 9 15:10:57 2016 New Revision: 421620 URL: https://svnweb.freebsd.org/changeset/ports/421620 Log: MFH: r419226 - Fix packaging after PAM lib bump (__FreeBSD_version 1100117) PR: 211227 Submitted by: maintainer Approved by: ports-secteam (feld) Deleted: branches/2016Q3/sysutils/pefs-kmod/pkg-plist Modified: branches/2016Q3/sysutils/pefs-kmod/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/sysutils/pefs-kmod/Makefile ============================================================================== --- branches/2016Q3/sysutils/pefs-kmod/Makefile Fri Sep 9 14:23:32 2016 (r421619) +++ branches/2016Q3/sysutils/pefs-kmod/Makefile Fri Sep 9 15:10:57 2016 (r421620) @@ -24,10 +24,22 @@ OPTIONS_DEFINE= AESNI OPTIONS_DEFAULT= AESNI_DESC= Enable AES-NI hardware acceleration +PLIST_FILES= sbin/pefs \ + lib/pam_pefs.so \ + man/man8/pam_pefs.8.gz \ + man/man8/pefs.8.gz \ + /${KMODDIR}/pefs.ko + .include .if ${PORT_OPTIONS:MAESNI} MAKE_ENV+= PEFS_AESNI=yes .endif +.if ${OSVERSION} >= 1100117 +PLIST_FILES+= lib/pam_pefs.so.6 +.else +PLIST_FILES+= lib/pam_pefs.so.5 +.endif + .include From owner-svn-ports-branches@freebsd.org Sat Sep 10 06:11:56 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 8070DBD2E49; Sat, 10 Sep 2016 06:11:56 +0000 (UTC) (envelope-from antoine@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 51CEE1A8; Sat, 10 Sep 2016 06:11:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8A6BtK5078409; Sat, 10 Sep 2016 06:11:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8A6Bti1078408; Sat, 10 Sep 2016 06:11:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609100611.u8A6Bti1078408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 10 Sep 2016 06:11:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421666 - branches/2016Q3/Mk X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2016 06:11:56 -0000 Author: antoine Date: Sat Sep 10 06:11:55 2016 New Revision: 421666 URL: https://svnweb.freebsd.org/changeset/ports/421666 Log: MFH: r421268 Introduce READELF?= /usr/bin/readelf In many cases where objdump is currently used, readelf is a better choice. Introduce a variable for ports that wish to use it. Reviewed by: bapt Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D7761 Modified: branches/2016Q3/Mk/bsd.commands.mk Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/Mk/bsd.commands.mk ============================================================================== --- branches/2016Q3/Mk/bsd.commands.mk Sat Sep 10 05:08:59 2016 (r421665) +++ branches/2016Q3/Mk/bsd.commands.mk Sat Sep 10 06:11:55 2016 (r421666) @@ -72,6 +72,7 @@ PAX?= /bin/pax PRINTF?= /usr/bin/printf PS_CMD?= /bin/ps PW?= /usr/sbin/pw +READELF?= /usr/bin/readelf REALPATH?= /bin/realpath RM?= /bin/rm -f RMDIR?= /bin/rmdir From owner-svn-ports-branches@freebsd.org Sat Sep 10 17:52:32 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 19FB6BD569B; Sat, 10 Sep 2016 17:52:32 +0000 (UTC) (envelope-from mandree@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 E99A4FA; Sat, 10 Sep 2016 17:52:31 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8AHqVjl046518; Sat, 10 Sep 2016 17:52:31 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8AHqUur046510; Sat, 10 Sep 2016 17:52:30 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201609101752.u8AHqUur046510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sat, 10 Sep 2016 17:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421712 - in branches/2016Q3/graphics/OpenEXR: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2016 17:52:32 -0000 Author: mandree Date: Sat Sep 10 17:52:30 2016 New Revision: 421712 URL: https://svnweb.freebsd.org/changeset/ports/421712 Log: MFH: r421626 r421694 Replace objdump by readelf. Fixes build on arm64. While here, refresh patches. PR: 212308 Submitted by: emaste@ Reported by: andrew@ Differential Revision: D7842 Fixup r421626 to unbreak build on newer readelf. Reported by: antoine@ Approved by: portmgr (feld@) Modified: branches/2016Q3/graphics/OpenEXR/Makefile branches/2016Q3/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in branches/2016Q3/graphics/OpenEXR/files/patch-IlmImf_ImfFastHuf.cpp branches/2016Q3/graphics/OpenEXR/files/patch-IlmImf__ImfSystemSpecific.cpp branches/2016Q3/graphics/OpenEXR/files/patch-IlmImf__Makefile.in branches/2016Q3/graphics/OpenEXR/files/patch-exrenvmap__main.cpp branches/2016Q3/graphics/OpenEXR/files/patch-exrmaketiled__main.cpp Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/graphics/OpenEXR/Makefile ============================================================================== --- branches/2016Q3/graphics/OpenEXR/Makefile Sat Sep 10 17:03:53 2016 (r421711) +++ branches/2016Q3/graphics/OpenEXR/Makefile Sat Sep 10 17:52:30 2016 (r421712) @@ -73,8 +73,8 @@ post-patch: # library _ilm_libcxx=${COMPILER_FEATURES:Mlib*c++} pre-configure: - @${OBJDUMP} -p ${LOCALBASE}/lib/libImath.so \ - | ${EGREP} -q '^[[:space:]]*NEEDED[[:space:]]+${_ilm_libcxx:C/\+/\\+/g}\.' \ + @${READELF} -d ${LOCALBASE}/lib/libImath.so \ + | ${EGREP} -q '\.*\[${_ilm_libcxx:C/\+/\\+/g}\.' \ || { ${ECHO_CMD} "*** Your ilmbase package uses a different C++ standard library than ***" ; \ ${ECHO_CMD} "*** OpenEXR would. Please recompile and reinstall ilmbase with the ***" ; \ ${ECHO_CMD} "*** same C++ std. library before trying to build OpenEXR. Abort. ***" ; \ Modified: branches/2016Q3/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in ============================================================================== --- branches/2016Q3/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in Sat Sep 10 17:03:53 2016 (r421711) +++ branches/2016Q3/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in Sat Sep 10 17:52:30 2016 (r421712) @@ -1,6 +1,6 @@ ---- ./IlmImfUtil/Makefile.in.orig 2014-08-15 19:35:57.000000000 +0200 -+++ ./IlmImfUtil/Makefile.in 2014-08-15 19:45:15.000000000 +0200 -@@ -265,10 +265,11 @@ +--- IlmImfUtil/Makefile.in.orig 2014-08-10 04:48:23 UTC ++++ IlmImfUtil/Makefile.in +@@ -265,10 +265,11 @@ libIlmImfUtil_la_LDFLAGS = @ILMBASE_LDFL libIlmImfUtil_la_LIBADD = -L$(top_builddir)/IlmImf @ILMBASE_LIBS@ -lIlmImf libIlmImfUtilincludedir = $(includedir)/OpenEXR EXTRA_DIST = CMakeLists.txt Modified: branches/2016Q3/graphics/OpenEXR/files/patch-IlmImf_ImfFastHuf.cpp ============================================================================== --- branches/2016Q3/graphics/OpenEXR/files/patch-IlmImf_ImfFastHuf.cpp Sat Sep 10 17:03:53 2016 (r421711) +++ branches/2016Q3/graphics/OpenEXR/files/patch-IlmImf_ImfFastHuf.cpp Sat Sep 10 17:52:30 2016 (r421712) @@ -1,6 +1,6 @@ ---- IlmImf/ImfFastHuf.cpp.orig 2014-08-10 08:23:56.000000000 +0400 -+++ IlmImf/ImfFastHuf.cpp 2015-04-08 00:10:07.536640000 +0300 -@@ -107,7 +107,7 @@ +--- IlmImf/ImfFastHuf.cpp.orig 2014-08-10 04:23:56 UTC ++++ IlmImf/ImfFastHuf.cpp +@@ -107,7 +107,7 @@ FastHufDecoder::FastHufDecoder for (int i = 0; i <= MAX_CODE_LEN; ++i) { codeCount[i] = 0; @@ -9,7 +9,7 @@ offset[i] = 0; } -@@ -352,7 +352,7 @@ +@@ -352,7 +352,7 @@ FastHufDecoder::buildTables (Int64 *base for (int i = 0; i <= MAX_CODE_LEN; ++i) { @@ -18,7 +18,7 @@ { _ljBase[i] = base[i] << (64 - i); } -@@ -362,7 +362,7 @@ +@@ -362,7 +362,7 @@ FastHufDecoder::buildTables (Int64 *base // Unused code length - insert dummy values // @@ -27,7 +27,7 @@ } } -@@ -417,7 +417,7 @@ +@@ -417,7 +417,7 @@ FastHufDecoder::buildTables (Int64 *base int minIdx = TABLE_LOOKUP_BITS; @@ -36,7 +36,7 @@ minIdx--; if (minIdx < 0) -@@ -427,7 +427,7 @@ +@@ -427,7 +427,7 @@ FastHufDecoder::buildTables (Int64 *base // Set the min value such that the table is never tested. // Modified: branches/2016Q3/graphics/OpenEXR/files/patch-IlmImf__ImfSystemSpecific.cpp ============================================================================== --- branches/2016Q3/graphics/OpenEXR/files/patch-IlmImf__ImfSystemSpecific.cpp Sat Sep 10 17:03:53 2016 (r421711) +++ branches/2016Q3/graphics/OpenEXR/files/patch-IlmImf__ImfSystemSpecific.cpp Sat Sep 10 17:52:30 2016 (r421712) @@ -1,6 +1,6 @@ ---- IlmImf/ImfSystemSpecific.cpp.orig 2014-08-10 08:23:57.000000000 +0400 -+++ IlmImf/ImfSystemSpecific.cpp 2015-04-09 00:08:50.100958000 +0300 -@@ -44,11 +44,23 @@ +--- IlmImf/ImfSystemSpecific.cpp.orig 2014-08-10 04:23:57 UTC ++++ IlmImf/ImfSystemSpecific.cpp +@@ -44,11 +44,23 @@ namespace { // Helper functions for gcc + SSE enabled void cpuid(int n, int &eax, int &ebx, int &ecx, int &edx) { Modified: branches/2016Q3/graphics/OpenEXR/files/patch-IlmImf__Makefile.in ============================================================================== --- branches/2016Q3/graphics/OpenEXR/files/patch-IlmImf__Makefile.in Sat Sep 10 17:03:53 2016 (r421711) +++ branches/2016Q3/graphics/OpenEXR/files/patch-IlmImf__Makefile.in Sat Sep 10 17:52:30 2016 (r421712) @@ -1,6 +1,6 @@ ---- ./IlmImf/Makefile.in.orig 2014-08-15 19:35:57.000000000 +0200 -+++ ./IlmImf/Makefile.in 2014-08-15 19:45:43.000000000 +0200 -@@ -458,9 +458,10 @@ +--- IlmImf/Makefile.in.orig 2014-08-10 04:48:23 UTC ++++ IlmImf/Makefile.in +@@ -458,9 +458,10 @@ noinst_HEADERS = ImfCompressor.h \ ImfOptimizedPixelReading.h EXTRA_DIST = $(noinst_HEADERS) b44ExpLogTable.cpp b44ExpLogTable.h dwaLookups.cpp dwaLookups.h CMakeLists.txt Modified: branches/2016Q3/graphics/OpenEXR/files/patch-exrenvmap__main.cpp ============================================================================== --- branches/2016Q3/graphics/OpenEXR/files/patch-exrenvmap__main.cpp Sat Sep 10 17:03:53 2016 (r421711) +++ branches/2016Q3/graphics/OpenEXR/files/patch-exrenvmap__main.cpp Sat Sep 10 17:52:30 2016 (r421712) @@ -1,5 +1,5 @@ ---- ./exrenvmap/main.cpp.orig 2013-11-25 20:49:55.000000000 +0100 -+++ ./exrenvmap/main.cpp 2014-03-24 18:28:37.906458972 +0100 +--- exrenvmap/main.cpp.orig 2014-08-10 04:24:00 UTC ++++ exrenvmap/main.cpp @@ -47,6 +47,7 @@ #include Modified: branches/2016Q3/graphics/OpenEXR/files/patch-exrmaketiled__main.cpp ============================================================================== --- branches/2016Q3/graphics/OpenEXR/files/patch-exrmaketiled__main.cpp Sat Sep 10 17:03:53 2016 (r421711) +++ branches/2016Q3/graphics/OpenEXR/files/patch-exrmaketiled__main.cpp Sat Sep 10 17:52:30 2016 (r421712) @@ -1,5 +1,5 @@ ---- ./exrmaketiled/main.cpp.orig 2013-11-25 20:49:56.000000000 +0100 -+++ ./exrmaketiled/main.cpp 2014-03-24 18:28:37.916466529 +0100 +--- exrmaketiled/main.cpp.orig 2014-08-10 04:24:00 UTC ++++ exrmaketiled/main.cpp @@ -43,6 +43,7 @@ #include "makeTiled.h" From owner-svn-ports-branches@freebsd.org Sat Sep 10 17:58:38 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 2FCFFBD5776; Sat, 10 Sep 2016 17:58:38 +0000 (UTC) (envelope-from tijl@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 DCD0235A; Sat, 10 Sep 2016 17:58:37 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8AHwbcW047143; Sat, 10 Sep 2016 17:58:37 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8AHwaxG047138; Sat, 10 Sep 2016 17:58:36 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201609101758.u8AHwaxG047138@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 10 Sep 2016 17:58:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421714 - branches/2016Q3/security/gnutls X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2016 17:58:38 -0000 Author: tijl Date: Sat Sep 10 17:58:36 2016 New Revision: 421714 URL: https://svnweb.freebsd.org/changeset/ports/421714 Log: MFH: r418229, r421616 Update to 3.4.15. Approved by: ports-secteam (feld) Modified: branches/2016Q3/security/gnutls/Makefile branches/2016Q3/security/gnutls/distinfo branches/2016Q3/security/gnutls/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/security/gnutls/Makefile ============================================================================== --- branches/2016Q3/security/gnutls/Makefile Sat Sep 10 17:56:22 2016 (r421713) +++ branches/2016Q3/security/gnutls/Makefile Sat Sep 10 17:58:36 2016 (r421714) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.4.13 +PORTVERSION= 3.4.15 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} Modified: branches/2016Q3/security/gnutls/distinfo ============================================================================== --- branches/2016Q3/security/gnutls/distinfo Sat Sep 10 17:56:22 2016 (r421713) +++ branches/2016Q3/security/gnutls/distinfo Sat Sep 10 17:58:36 2016 (r421714) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465315602 -SHA256 (gnutls-3.4.13.tar.xz) = fd3386e8e72725980bcd7f40949aa0121dcb7650b5147c6490e794555ed25859 -SIZE (gnutls-3.4.13.tar.xz) = 6670508 +TIMESTAMP = 1473426537 +SHA256 (gnutls-3.4.15.tar.xz) = eb2a013905f5f2a0cbf7bcc1d20c85a50065063ee87bd33b496c4e19815e3498 +SIZE (gnutls-3.4.15.tar.xz) = 6676480 Modified: branches/2016Q3/security/gnutls/pkg-plist ============================================================================== --- branches/2016Q3/security/gnutls/pkg-plist Sat Sep 10 17:56:22 2016 (r421713) +++ branches/2016Q3/security/gnutls/pkg-plist Sat Sep 10 17:58:36 2016 (r421714) @@ -41,7 +41,7 @@ info/pkcs11-vision.png %%DANE%%lib/libgnutls-dane.so.0.4.1 lib/libgnutls.so lib/libgnutls.so.30 -lib/libgnutls.so.30.6.5 +lib/libgnutls.so.30.6.7 lib/libgnutlsxx.so lib/libgnutlsxx.so.28 lib/libgnutlsxx.so.28.1.0 From owner-svn-ports-branches@freebsd.org Sat Sep 10 18:01:49 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 BE0FABD59CB; Sat, 10 Sep 2016 18:01:49 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8ED98A1F; Sat, 10 Sep 2016 18:01:49 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8AI1mOp051332; Sat, 10 Sep 2016 18:01:48 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8AI1mwe051326; Sat, 10 Sep 2016 18:01:48 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201609101801.u8AI1mwe051326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sat, 10 Sep 2016 18:01:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421717 - in branches/2016Q3/mail: linux-thunderbird thunderbird thunderbird-i18n X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2016 18:01:49 -0000 Author: cmt Date: Sat Sep 10 18:01:48 2016 New Revision: 421717 URL: https://svnweb.freebsd.org/changeset/ports/421717 Log: MFH: r421608 update thunderbird to 45.3.0 PR: 212463 Approved by: jbeich (maintainer), rene (mentor) Security: aa1aefe3-6e37-47db-bfda-343ef4acb1b5 Approved by: ports-secteam (feld) Modified: branches/2016Q3/mail/linux-thunderbird/Makefile branches/2016Q3/mail/linux-thunderbird/distinfo branches/2016Q3/mail/thunderbird-i18n/Makefile branches/2016Q3/mail/thunderbird-i18n/distinfo branches/2016Q3/mail/thunderbird/Makefile branches/2016Q3/mail/thunderbird/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/mail/linux-thunderbird/Makefile ============================================================================== --- branches/2016Q3/mail/linux-thunderbird/Makefile Sat Sep 10 18:00:53 2016 (r421716) +++ branches/2016Q3/mail/linux-thunderbird/Makefile Sat Sep 10 18:01:48 2016 (r421717) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 45.2.0 +DISTVERSION= 45.3.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US Modified: branches/2016Q3/mail/linux-thunderbird/distinfo ============================================================================== --- branches/2016Q3/mail/linux-thunderbird/distinfo Sat Sep 10 18:00:53 2016 (r421716) +++ branches/2016Q3/mail/linux-thunderbird/distinfo Sat Sep 10 18:01:48 2016 (r421717) @@ -1,5 +1,6 @@ -SHA256 (thunderbird-45.2.0.tar.bz2) = ab45e9a29901e6d9643e5605182662b7efa6cc54a73642a96745e74197e68c27 -SIZE (thunderbird-45.2.0.tar.bz2) = 44163764 +TIMESTAMP = 1473272526 +SHA256 (thunderbird-45.3.0.tar.bz2) = 421830311bc701759916ea6afeb0ba791bf4a94936ca6fde973d657b9fb70916 +SIZE (thunderbird-45.3.0.tar.bz2) = 44158198 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b Modified: branches/2016Q3/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2016Q3/mail/thunderbird-i18n/Makefile Sat Sep 10 18:00:53 2016 (r421716) +++ branches/2016Q3/mail/thunderbird-i18n/Makefile Sat Sep 10 18:01:48 2016 (r421717) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 45.2.0 +PORTVERSION= 45.3.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: branches/2016Q3/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2016Q3/mail/thunderbird-i18n/distinfo Sat Sep 10 18:00:53 2016 (r421716) +++ branches/2016Q3/mail/thunderbird-i18n/distinfo Sat Sep 10 18:01:48 2016 (r421717) @@ -1,117 +1,117 @@ -TIMESTAMP = 1467391621 -SHA256 (xpi/thunderbird-i18n-45.2.0/ar.xpi) = a978e30fff1f2da8f420f512a3956a7381fbafcc1fbb9692cdcdeb9277259739 -SIZE (xpi/thunderbird-i18n-45.2.0/ar.xpi) = 490775 -SHA256 (xpi/thunderbird-i18n-45.2.0/ast.xpi) = 396c5eda1408bd303d848be10f836603f325166097741857a6eff27d10dfa5d5 -SIZE (xpi/thunderbird-i18n-45.2.0/ast.xpi) = 428059 -SHA256 (xpi/thunderbird-i18n-45.2.0/be.xpi) = daf2f8099263ba47043284431abfffb9621be3f73fbc66be4d392e233cabb166 -SIZE (xpi/thunderbird-i18n-45.2.0/be.xpi) = 469096 -SHA256 (xpi/thunderbird-i18n-45.2.0/bg.xpi) = 118c047b82bbc37f249447d9f5a77d994b2d01e60347ad63241940e9944aaa3a -SIZE (xpi/thunderbird-i18n-45.2.0/bg.xpi) = 524299 -SHA256 (xpi/thunderbird-i18n-45.2.0/bn-BD.xpi) = ea259b4d5ebeab67d9791aab7f6da8f3d88bb97f679c805f4517a981816d08d7 -SIZE (xpi/thunderbird-i18n-45.2.0/bn-BD.xpi) = 581439 -SHA256 (xpi/thunderbird-i18n-45.2.0/br.xpi) = 899f9afb7fcd889dc4da068d3a35feb6d4a84928124505830e6d5cd4f66c1eef -SIZE (xpi/thunderbird-i18n-45.2.0/br.xpi) = 465999 -SHA256 (xpi/thunderbird-i18n-45.2.0/ca.xpi) = b066d9d80a17244f03b996158fa16b8fcf9049a1b922249d2bf09823ea3deaa4 -SIZE (xpi/thunderbird-i18n-45.2.0/ca.xpi) = 467980 -SHA256 (xpi/thunderbird-i18n-45.2.0/cs.xpi) = be80f75b6db1e345c79f61aebf918127754d8aad943219dc2631e5eb82a9ae4e -SIZE (xpi/thunderbird-i18n-45.2.0/cs.xpi) = 474327 -SHA256 (xpi/thunderbird-i18n-45.2.0/cy.xpi) = 0f5db3def36ae7e0fa829c3fad44e11c1363bda38ae779efdf38cd6ee563dbd6 -SIZE (xpi/thunderbird-i18n-45.2.0/cy.xpi) = 456120 -SHA256 (xpi/thunderbird-i18n-45.2.0/da.xpi) = 7a62a915897cf2ce2c0c45a2cc683f8df2770bad0aa818eef9e8bd2fcd031566 -SIZE (xpi/thunderbird-i18n-45.2.0/da.xpi) = 445594 -SHA256 (xpi/thunderbird-i18n-45.2.0/de.xpi) = 9e1ec973a715740a857c3aae15fe8bfcd01209d80d64d2cafc6ad086dd0ed2d2 -SIZE (xpi/thunderbird-i18n-45.2.0/de.xpi) = 451956 -SHA256 (xpi/thunderbird-i18n-45.2.0/dsb.xpi) = 2bf37620b68eb21911fecba483463bf6a3066c16a4db0fdd9496c9bf680c1f76 -SIZE (xpi/thunderbird-i18n-45.2.0/dsb.xpi) = 481644 -SHA256 (xpi/thunderbird-i18n-45.2.0/el.xpi) = 9ba451a5b06685f43387f56304745dfb5ccd0d946b5b7e2571fe7490328fa761 -SIZE (xpi/thunderbird-i18n-45.2.0/el.xpi) = 514358 -SHA256 (xpi/thunderbird-i18n-45.2.0/en-GB.xpi) = aa5c3e259439988ae44ff97ba743c044cd5ef731350b07fe90e430b4e9e7b326 -SIZE (xpi/thunderbird-i18n-45.2.0/en-GB.xpi) = 437603 -SHA256 (xpi/thunderbird-i18n-45.2.0/en-US.xpi) = 478da2fe644b6bc8c982c29cdec48183c38fc6898dabfe6afe5607effd843185 -SIZE (xpi/thunderbird-i18n-45.2.0/en-US.xpi) = 435474 -SHA256 (xpi/thunderbird-i18n-45.2.0/es-AR.xpi) = 53206d90dde7e7eb7e43b6eafe0c01c5b0f38bd36ba82987fe182846da676ce2 -SIZE (xpi/thunderbird-i18n-45.2.0/es-AR.xpi) = 464683 -SHA256 (xpi/thunderbird-i18n-45.2.0/es-ES.xpi) = b0d650684043e9ea4aa480b32303dcf457830611e6ec0d60471f71d6a74d206e -SIZE (xpi/thunderbird-i18n-45.2.0/es-ES.xpi) = 388000 -SHA256 (xpi/thunderbird-i18n-45.2.0/et.xpi) = 15b674575aa8aa5019ccdcb0c851ddc40c4e0359147efbf750f05e2fef9c93a3 -SIZE (xpi/thunderbird-i18n-45.2.0/et.xpi) = 458418 -SHA256 (xpi/thunderbird-i18n-45.2.0/eu.xpi) = cf1689340d3443fcdbf8bb2a81257f7c7acde63509d59fd516d78c0b9585da74 -SIZE (xpi/thunderbird-i18n-45.2.0/eu.xpi) = 456708 -SHA256 (xpi/thunderbird-i18n-45.2.0/fi.xpi) = 3ef09752756290132951a80261ba93d1160bffeeb30392f3e348ac7a843a6b6b -SIZE (xpi/thunderbird-i18n-45.2.0/fi.xpi) = 458335 -SHA256 (xpi/thunderbird-i18n-45.2.0/fr.xpi) = 8a0ed16318f1f15e52e31042f5af8c368afd2479d685e8be31b78f3f7d5ad232 -SIZE (xpi/thunderbird-i18n-45.2.0/fr.xpi) = 475466 -SHA256 (xpi/thunderbird-i18n-45.2.0/fy-NL.xpi) = d6dc477d2f567a966c5a5c96164265da5804e352f3a3df63c869953634385c7e -SIZE (xpi/thunderbird-i18n-45.2.0/fy-NL.xpi) = 464757 -SHA256 (xpi/thunderbird-i18n-45.2.0/ga-IE.xpi) = a3f80339ef6e980fd45dd0877357497ffba73b05e04e0911e1dd2ba5f626e65e -SIZE (xpi/thunderbird-i18n-45.2.0/ga-IE.xpi) = 480317 -SHA256 (xpi/thunderbird-i18n-45.2.0/gd.xpi) = c48487d6fca86519b3b773fb37044bef7387505c45c37b2f302eabce8201d1ed -SIZE (xpi/thunderbird-i18n-45.2.0/gd.xpi) = 478296 -SHA256 (xpi/thunderbird-i18n-45.2.0/gl.xpi) = 496153b62e38876d23d4f7b5da826be8d158ee7a7e5294025202c1944c0ad667 -SIZE (xpi/thunderbird-i18n-45.2.0/gl.xpi) = 478580 -SHA256 (xpi/thunderbird-i18n-45.2.0/he.xpi) = ca89bc13f9126abe02c9a72191ea59667aaa9c0ba90c0618c6b3f152687707a7 -SIZE (xpi/thunderbird-i18n-45.2.0/he.xpi) = 497962 -SHA256 (xpi/thunderbird-i18n-45.2.0/hr.xpi) = 013a5e1146f1126e839aff7cdba5b96bfc03a7faece0b60ce68a780ba32ef4f5 -SIZE (xpi/thunderbird-i18n-45.2.0/hr.xpi) = 463959 -SHA256 (xpi/thunderbird-i18n-45.2.0/hsb.xpi) = 99b232001e2bfa81a938d23fa6142660055aba5ad126b6e1e161389a948dcbd8 -SIZE (xpi/thunderbird-i18n-45.2.0/hsb.xpi) = 479414 -SHA256 (xpi/thunderbird-i18n-45.2.0/hu.xpi) = 607362dd26f7d530589dc02ca78441eaeafe6a78ae356967d8f87c23087d3c84 -SIZE (xpi/thunderbird-i18n-45.2.0/hu.xpi) = 479583 -SHA256 (xpi/thunderbird-i18n-45.2.0/hy-AM.xpi) = c57aff249ba9a5974c0a25f99eff35c9d6b9e6e01596059068003416681477ad -SIZE (xpi/thunderbird-i18n-45.2.0/hy-AM.xpi) = 518883 -SHA256 (xpi/thunderbird-i18n-45.2.0/id.xpi) = 785c4ba30e8b3d41b4b7989febcf03fa6f89c5d6024e12df6860e52ef5fd1de2 -SIZE (xpi/thunderbird-i18n-45.2.0/id.xpi) = 499982 -SHA256 (xpi/thunderbird-i18n-45.2.0/is.xpi) = 427f2f3b8676d925fa0ff5b59515da6f67b222bcc7c0e9039063283425433e83 -SIZE (xpi/thunderbird-i18n-45.2.0/is.xpi) = 462190 -SHA256 (xpi/thunderbird-i18n-45.2.0/it.xpi) = c8cde3092ea42720f9824fe9fb0fefe2a354ebab846b430ce14a020d2d1f2ce0 -SIZE (xpi/thunderbird-i18n-45.2.0/it.xpi) = 376889 -SHA256 (xpi/thunderbird-i18n-45.2.0/ja.xpi) = 0a2927586939524e1b3ebb5d63cbba6c4124c0fcf7de034e184e6509522bcee4 -SIZE (xpi/thunderbird-i18n-45.2.0/ja.xpi) = 519552 -SHA256 (xpi/thunderbird-i18n-45.2.0/ko.xpi) = 20c3e0bcae68cee6c00b788763ccf17dc9bf4d69667fd8ad635f13035aa85699 -SIZE (xpi/thunderbird-i18n-45.2.0/ko.xpi) = 487418 -SHA256 (xpi/thunderbird-i18n-45.2.0/lt.xpi) = f8f6a6ea5d6719acd9fefaef9286083a9322b87e9926298896972716956a4c85 -SIZE (xpi/thunderbird-i18n-45.2.0/lt.xpi) = 477735 -SHA256 (xpi/thunderbird-i18n-45.2.0/nb-NO.xpi) = 3360d3d7f0c3a04e595a9de3cff3fbfffed3889bd09b1d3eae7e663d12fa0c35 -SIZE (xpi/thunderbird-i18n-45.2.0/nb-NO.xpi) = 460011 -SHA256 (xpi/thunderbird-i18n-45.2.0/nl.xpi) = 1c8e9ebb0b08ad58588dce9043dca6c5fe22420836e8d810863cd35e78e0c677 -SIZE (xpi/thunderbird-i18n-45.2.0/nl.xpi) = 456664 -SHA256 (xpi/thunderbird-i18n-45.2.0/nn-NO.xpi) = 5a6e2c6d762241d986e7e9e07487b8b228951c7ae5343fa90a95333b18b352dc -SIZE (xpi/thunderbird-i18n-45.2.0/nn-NO.xpi) = 460880 -SHA256 (xpi/thunderbird-i18n-45.2.0/pa-IN.xpi) = cc2083bd72177ea77ce84e82477a70a07d69442260a8c2d9b922385ce0eb475d -SIZE (xpi/thunderbird-i18n-45.2.0/pa-IN.xpi) = 551067 -SHA256 (xpi/thunderbird-i18n-45.2.0/pl.xpi) = e93ed1f99303670926ee40da34987204382806cfa5a738bc7964084b0f40ccb0 -SIZE (xpi/thunderbird-i18n-45.2.0/pl.xpi) = 423867 -SHA256 (xpi/thunderbird-i18n-45.2.0/pt-BR.xpi) = d8115c3268771c3b1465bc230d13aa5da97f598c3e292a6234f7509732bef448 -SIZE (xpi/thunderbird-i18n-45.2.0/pt-BR.xpi) = 464682 -SHA256 (xpi/thunderbird-i18n-45.2.0/pt-PT.xpi) = 9bdaf161f7dcbacaddb3c00f6a44bfed5e30d61f738343e413613507fb1a7575 -SIZE (xpi/thunderbird-i18n-45.2.0/pt-PT.xpi) = 463751 -SHA256 (xpi/thunderbird-i18n-45.2.0/rm.xpi) = 34d759713de25905ef526d9f0e615339d0c79c42a1f7bcddd5cb87c59f32cc09 -SIZE (xpi/thunderbird-i18n-45.2.0/rm.xpi) = 462650 -SHA256 (xpi/thunderbird-i18n-45.2.0/ro.xpi) = da26f4d97f0df751f032e14f057504d4bd6d640e1d0b0add9eaf15243d7debea -SIZE (xpi/thunderbird-i18n-45.2.0/ro.xpi) = 468518 -SHA256 (xpi/thunderbird-i18n-45.2.0/ru.xpi) = 5a20ab55ad711289126c40c322cf520f93c91e490db3bddced1784d1504403d9 -SIZE (xpi/thunderbird-i18n-45.2.0/ru.xpi) = 463891 -SHA256 (xpi/thunderbird-i18n-45.2.0/si.xpi) = 56bb13177f104227caf0a2b11e96b997e466f0d1e3d932e4858d79b86aeb92ab -SIZE (xpi/thunderbird-i18n-45.2.0/si.xpi) = 555994 -SHA256 (xpi/thunderbird-i18n-45.2.0/sk.xpi) = f43fe29427604817ff0fe912232a513b04560f1ff4438a3dea3ac82d0943379a -SIZE (xpi/thunderbird-i18n-45.2.0/sk.xpi) = 481492 -SHA256 (xpi/thunderbird-i18n-45.2.0/sl.xpi) = 5275f45f8e621681d65ce85c0582ac49056af43130eee5a47f81210096875a9b -SIZE (xpi/thunderbird-i18n-45.2.0/sl.xpi) = 462781 -SHA256 (xpi/thunderbird-i18n-45.2.0/sq.xpi) = c3c71505de44e585323fa927afeb8c93f5c90cfdee744f5e44768a3eafa8d872 -SIZE (xpi/thunderbird-i18n-45.2.0/sq.xpi) = 469535 -SHA256 (xpi/thunderbird-i18n-45.2.0/sr.xpi) = 0675a05d99555f8ea8e9d77b351d5f8a9c694362d8a421663ad9cb4c7257dcdd -SIZE (xpi/thunderbird-i18n-45.2.0/sr.xpi) = 565464 -SHA256 (xpi/thunderbird-i18n-45.2.0/sv-SE.xpi) = cbd64d87bb674279e5e241542359138399f77608e7f23f1a73f7e08d2e000bd1 -SIZE (xpi/thunderbird-i18n-45.2.0/sv-SE.xpi) = 465434 -SHA256 (xpi/thunderbird-i18n-45.2.0/ta-LK.xpi) = 3365a20f6a97745f6550b1be5710fd1fdac8d6277ab63ebf5c16909e397e140b -SIZE (xpi/thunderbird-i18n-45.2.0/ta-LK.xpi) = 579218 -SHA256 (xpi/thunderbird-i18n-45.2.0/tr.xpi) = ab2bbf3016773dfa422604e89562c41d30df8beff34b5b9c9602ed00aad6774c -SIZE (xpi/thunderbird-i18n-45.2.0/tr.xpi) = 467621 -SHA256 (xpi/thunderbird-i18n-45.2.0/uk.xpi) = 29701e0f882973ca8f4a6028608b27be3350883e55040cdc46355dbce4c2dd01 -SIZE (xpi/thunderbird-i18n-45.2.0/uk.xpi) = 536438 -SHA256 (xpi/thunderbird-i18n-45.2.0/vi.xpi) = 760db86b7c8f851ba3416b50f0a5a44655629f9c4f9c1ef4282fc3c1c9e71778 -SIZE (xpi/thunderbird-i18n-45.2.0/vi.xpi) = 540497 -SHA256 (xpi/thunderbird-i18n-45.2.0/zh-CN.xpi) = 0a876c51d52eefc894102dcc1d9c867d33122672e76e0393941f3af13fcaf1bd -SIZE (xpi/thunderbird-i18n-45.2.0/zh-CN.xpi) = 489209 -SHA256 (xpi/thunderbird-i18n-45.2.0/zh-TW.xpi) = 14aa68a367c79a9f87788c304966d3a60e99a77a2c42db9ce05d5755cc67b93e -SIZE (xpi/thunderbird-i18n-45.2.0/zh-TW.xpi) = 490850 +TIMESTAMP = 1473272484 +SHA256 (xpi/thunderbird-i18n-45.3.0/ar.xpi) = 14e8349dd5c9d44870b31c12831878c41b3346065aef9dfa0b1e53afa01b86d3 +SIZE (xpi/thunderbird-i18n-45.3.0/ar.xpi) = 490775 +SHA256 (xpi/thunderbird-i18n-45.3.0/ast.xpi) = b029c48931513e7983c6f031b2d9f68e1d2a8b0265807af914c598ed35e69247 +SIZE (xpi/thunderbird-i18n-45.3.0/ast.xpi) = 428059 +SHA256 (xpi/thunderbird-i18n-45.3.0/be.xpi) = 6a2690f13e4182de6aaae74f27acf40d77b0a478e361aad34de838a7f959641f +SIZE (xpi/thunderbird-i18n-45.3.0/be.xpi) = 469096 +SHA256 (xpi/thunderbird-i18n-45.3.0/bg.xpi) = 4ab4c475533f96bc68e2e01a9963fbcc64ca8908d2803d849eaec9dd6e3833b7 +SIZE (xpi/thunderbird-i18n-45.3.0/bg.xpi) = 524299 +SHA256 (xpi/thunderbird-i18n-45.3.0/bn-BD.xpi) = 499f06af305abcbbffa82eed89b986d0322ea221839d438109caf0a5144f3d20 +SIZE (xpi/thunderbird-i18n-45.3.0/bn-BD.xpi) = 581438 +SHA256 (xpi/thunderbird-i18n-45.3.0/br.xpi) = fab61235a4808ca07de9cc91193dc1d9a2ae4d0f461bb8df6bcc51436506eba8 +SIZE (xpi/thunderbird-i18n-45.3.0/br.xpi) = 465999 +SHA256 (xpi/thunderbird-i18n-45.3.0/ca.xpi) = 95ecc9a3189c1cb80debaa00270ce59175c8517d3a69ed26f53f66ccfc8a5a50 +SIZE (xpi/thunderbird-i18n-45.3.0/ca.xpi) = 467980 +SHA256 (xpi/thunderbird-i18n-45.3.0/cs.xpi) = 89b1fa9550587167d23cd24c6c5eafd3425dda60d0c3beeb930820eb492d70ca +SIZE (xpi/thunderbird-i18n-45.3.0/cs.xpi) = 474328 +SHA256 (xpi/thunderbird-i18n-45.3.0/cy.xpi) = 47e089e89d005b7bea32e02bcffeac9792f1758fc66217bf6b3acffd38e031fd +SIZE (xpi/thunderbird-i18n-45.3.0/cy.xpi) = 456120 +SHA256 (xpi/thunderbird-i18n-45.3.0/da.xpi) = ae4bc970266f6b889a004e73f77ba9633f4657e51eae26cb51d2a5b4164b4818 +SIZE (xpi/thunderbird-i18n-45.3.0/da.xpi) = 445595 +SHA256 (xpi/thunderbird-i18n-45.3.0/de.xpi) = 661eb6b901f1a28b9c00862413768482443bd45a148d6bbe47dd52b832a63b29 +SIZE (xpi/thunderbird-i18n-45.3.0/de.xpi) = 451956 +SHA256 (xpi/thunderbird-i18n-45.3.0/dsb.xpi) = 6b5c9ec06b853de794121c9bcbc7c6ae1f8e0406b6d84dde0ad171fac0979474 +SIZE (xpi/thunderbird-i18n-45.3.0/dsb.xpi) = 481647 +SHA256 (xpi/thunderbird-i18n-45.3.0/el.xpi) = 8a8ba1b597e0da878dea8f97338137b252c907cf7a44b14ba702e332b3db370d +SIZE (xpi/thunderbird-i18n-45.3.0/el.xpi) = 514358 +SHA256 (xpi/thunderbird-i18n-45.3.0/en-GB.xpi) = 710e441f1c0c89069a1c7f81a07d1a71dfb95bae1969ba0848d07dd1c9171abb +SIZE (xpi/thunderbird-i18n-45.3.0/en-GB.xpi) = 437603 +SHA256 (xpi/thunderbird-i18n-45.3.0/en-US.xpi) = 5629d6da99a5c0b7d4a074dd82a085d46edcd9abdceea5520d5b71270a53265b +SIZE (xpi/thunderbird-i18n-45.3.0/en-US.xpi) = 435474 +SHA256 (xpi/thunderbird-i18n-45.3.0/es-AR.xpi) = ab48d70b5cd131fe3603857bc1df424b8b65e6c5644512ec53e0f685565ac83b +SIZE (xpi/thunderbird-i18n-45.3.0/es-AR.xpi) = 464684 +SHA256 (xpi/thunderbird-i18n-45.3.0/es-ES.xpi) = a2273d1a286c4a8d079306060171a930fb16185852ae8392cb42838227e0863a +SIZE (xpi/thunderbird-i18n-45.3.0/es-ES.xpi) = 388000 +SHA256 (xpi/thunderbird-i18n-45.3.0/et.xpi) = b7a399f8b8503da2dfcee62f9bc842a0e7564881fa80a82b036c6dd5fbdb1f33 +SIZE (xpi/thunderbird-i18n-45.3.0/et.xpi) = 458418 +SHA256 (xpi/thunderbird-i18n-45.3.0/eu.xpi) = d5ae34ab7078242c839ed4e3dd686b2a99db0b6469803195fdd9b76dc7d146dd +SIZE (xpi/thunderbird-i18n-45.3.0/eu.xpi) = 456708 +SHA256 (xpi/thunderbird-i18n-45.3.0/fi.xpi) = be29bac660dc23679e2b7170a9ad6cf41f0e4de7fac1b00b499cb1e3d7da7f11 +SIZE (xpi/thunderbird-i18n-45.3.0/fi.xpi) = 458335 +SHA256 (xpi/thunderbird-i18n-45.3.0/fr.xpi) = 809106596fbdb70f5d1b078504b90a99a8fe47e6b149a6b44939087d575ef9df +SIZE (xpi/thunderbird-i18n-45.3.0/fr.xpi) = 475465 +SHA256 (xpi/thunderbird-i18n-45.3.0/fy-NL.xpi) = edd06a5b3a09a96559fb3b598579d738e725045e47be97e3a1ec4c2a864680f0 +SIZE (xpi/thunderbird-i18n-45.3.0/fy-NL.xpi) = 464757 +SHA256 (xpi/thunderbird-i18n-45.3.0/ga-IE.xpi) = 88fe8fd6460aeff54d873b0ef8ee3be276e4b2b9ae484a418a615523c484c9ff +SIZE (xpi/thunderbird-i18n-45.3.0/ga-IE.xpi) = 480316 +SHA256 (xpi/thunderbird-i18n-45.3.0/gd.xpi) = c5412c25359a46887a29d6139cf7fd2295ff5aea03411d1eb54e517b8df096c0 +SIZE (xpi/thunderbird-i18n-45.3.0/gd.xpi) = 478296 +SHA256 (xpi/thunderbird-i18n-45.3.0/gl.xpi) = 2b560084c1ea28d68073990689dc519c0a87c5c9a3e97e651c65017c4ad027ec +SIZE (xpi/thunderbird-i18n-45.3.0/gl.xpi) = 478580 +SHA256 (xpi/thunderbird-i18n-45.3.0/he.xpi) = e2885e37ca31ece37f80f0aabaf9cb9d4c343ae6493f5a74933d0101b25931d4 +SIZE (xpi/thunderbird-i18n-45.3.0/he.xpi) = 497962 +SHA256 (xpi/thunderbird-i18n-45.3.0/hr.xpi) = 9f2f6d27922fb18bc973637ff16ff8bfee13260846124eded83e9bd4ac259386 +SIZE (xpi/thunderbird-i18n-45.3.0/hr.xpi) = 463959 +SHA256 (xpi/thunderbird-i18n-45.3.0/hu.xpi) = 31d83972095cb91b2f800d425d86898c1267734cdd130c4f5b6dee508b7f74af +SIZE (xpi/thunderbird-i18n-45.3.0/hu.xpi) = 479584 +SHA256 (xpi/thunderbird-i18n-45.3.0/hsb.xpi) = aa962ab31211f26cadcab83cf53b4702d36ec0aaf254f90501bc61dece171207 +SIZE (xpi/thunderbird-i18n-45.3.0/hsb.xpi) = 479414 +SHA256 (xpi/thunderbird-i18n-45.3.0/hy-AM.xpi) = 519cc05757b2c3d1b5469cd41b7ca8509061f5ff1a0cce3c172905fc22e414f3 +SIZE (xpi/thunderbird-i18n-45.3.0/hy-AM.xpi) = 518883 +SHA256 (xpi/thunderbird-i18n-45.3.0/id.xpi) = ca5fadd3bd46423dfea5c8311b53a2e0ee5c13ababf46d7f403c0db1dcc11ebb +SIZE (xpi/thunderbird-i18n-45.3.0/id.xpi) = 499981 +SHA256 (xpi/thunderbird-i18n-45.3.0/is.xpi) = 1e2d34ea4eb7aedadcaa19f78fd181fd300bbde09d77acef22d3d98cedfc4eef +SIZE (xpi/thunderbird-i18n-45.3.0/is.xpi) = 462190 +SHA256 (xpi/thunderbird-i18n-45.3.0/it.xpi) = cec2d6d74a6009fac0ae32a003eeecaf92764ef64e04cabaab9991f4df0e3f8a +SIZE (xpi/thunderbird-i18n-45.3.0/it.xpi) = 376889 +SHA256 (xpi/thunderbird-i18n-45.3.0/ja.xpi) = 12c51b7609d66aca80ae5ad182e9f9c7f53b858710e8984c2719bbb3d5fb7424 +SIZE (xpi/thunderbird-i18n-45.3.0/ja.xpi) = 519552 +SHA256 (xpi/thunderbird-i18n-45.3.0/ko.xpi) = bd0136777a199afdc65ba973824a331c73fb179cb48ac97145e6b765e4cc7804 +SIZE (xpi/thunderbird-i18n-45.3.0/ko.xpi) = 487417 +SHA256 (xpi/thunderbird-i18n-45.3.0/lt.xpi) = b58979478eb925bfb89c8bd5af244d4cf7e00f6f6552d502e46d798d78b52c8e +SIZE (xpi/thunderbird-i18n-45.3.0/lt.xpi) = 477736 +SHA256 (xpi/thunderbird-i18n-45.3.0/nb-NO.xpi) = e4ab9385fce486a3db941d7bcdb940c30aec48799fd99f8c4bd5b49d912e18a4 +SIZE (xpi/thunderbird-i18n-45.3.0/nb-NO.xpi) = 460011 +SHA256 (xpi/thunderbird-i18n-45.3.0/nl.xpi) = 500fa2ff7d7383c0d177e6ac2d6dcfd6bfabe60f691c9c6eb4f38c5a04f74f6a +SIZE (xpi/thunderbird-i18n-45.3.0/nl.xpi) = 456664 +SHA256 (xpi/thunderbird-i18n-45.3.0/nn-NO.xpi) = 0bd32c709071e81e057eabec5c0c5bf5a5eba916b78ce09f093427dcb7900ab8 +SIZE (xpi/thunderbird-i18n-45.3.0/nn-NO.xpi) = 460880 +SHA256 (xpi/thunderbird-i18n-45.3.0/pa-IN.xpi) = ac6f3f94d26f9476f994f40079093e2f40fad8a224821685145b15a7cabd45fd +SIZE (xpi/thunderbird-i18n-45.3.0/pa-IN.xpi) = 551067 +SHA256 (xpi/thunderbird-i18n-45.3.0/pl.xpi) = cb3ce60d3a7a1b99f7f63e39de4e136aef86d23b2a32d444c2830389237f3110 +SIZE (xpi/thunderbird-i18n-45.3.0/pl.xpi) = 423867 +SHA256 (xpi/thunderbird-i18n-45.3.0/pt-BR.xpi) = 97a55b58a2d9e174a3a09c817cbb269efd45857b0a44ffd495acd7128f8c8e83 +SIZE (xpi/thunderbird-i18n-45.3.0/pt-BR.xpi) = 464682 +SHA256 (xpi/thunderbird-i18n-45.3.0/pt-PT.xpi) = 35a3e8a67a58da58ba21c6e5788ba408ff42706998becbfe2fc2919981a11e9b +SIZE (xpi/thunderbird-i18n-45.3.0/pt-PT.xpi) = 463751 +SHA256 (xpi/thunderbird-i18n-45.3.0/rm.xpi) = 76400f0ca680672b3dda2a7471cbd153ed012f46f25772476b26cd5133b8f196 +SIZE (xpi/thunderbird-i18n-45.3.0/rm.xpi) = 462650 +SHA256 (xpi/thunderbird-i18n-45.3.0/ro.xpi) = 339dcae1301575b2e80f62513ff0a7fa80bda0bbd2e1768a4b46b0967ed68cbe +SIZE (xpi/thunderbird-i18n-45.3.0/ro.xpi) = 468518 +SHA256 (xpi/thunderbird-i18n-45.3.0/ru.xpi) = a9f177a77be928bdf6b766f28a318c59059952a9eaa255d301487e04011e0ea4 +SIZE (xpi/thunderbird-i18n-45.3.0/ru.xpi) = 463891 +SHA256 (xpi/thunderbird-i18n-45.3.0/si.xpi) = 6220c44dfc6063c40b31bcbb38d3ba631af1cb8ce83ab56a6650d233a8224273 +SIZE (xpi/thunderbird-i18n-45.3.0/si.xpi) = 555995 +SHA256 (xpi/thunderbird-i18n-45.3.0/sk.xpi) = e3dcc38d2fb6f99bdb61c05b668a8ac9f9edafd39367f7187beb6de0c0fbc6b9 +SIZE (xpi/thunderbird-i18n-45.3.0/sk.xpi) = 481492 +SHA256 (xpi/thunderbird-i18n-45.3.0/sl.xpi) = 634e6cc802bb959161605d3debce6e42a788f123d8fcb553a5d31710c1905afb +SIZE (xpi/thunderbird-i18n-45.3.0/sl.xpi) = 462777 +SHA256 (xpi/thunderbird-i18n-45.3.0/sq.xpi) = e5a979709fa05c77b317c314d4cd4480fb4ebc515edae875741240c9ca776d7e +SIZE (xpi/thunderbird-i18n-45.3.0/sq.xpi) = 469534 +SHA256 (xpi/thunderbird-i18n-45.3.0/sr.xpi) = ed293a2e16420aa71783d0e100696a0ad80d5c901647073703df9f9e04eac89d +SIZE (xpi/thunderbird-i18n-45.3.0/sr.xpi) = 565465 +SHA256 (xpi/thunderbird-i18n-45.3.0/sv-SE.xpi) = a02ae56d7fd8918f018724d08af56f095a0e7f9dd5caf2dabbf09b811d807c8f +SIZE (xpi/thunderbird-i18n-45.3.0/sv-SE.xpi) = 465433 +SHA256 (xpi/thunderbird-i18n-45.3.0/ta-LK.xpi) = 981f7d8ebe94e3333340b1b87b4f58d8616df0961ce3593fd22b070372f6da70 +SIZE (xpi/thunderbird-i18n-45.3.0/ta-LK.xpi) = 579219 +SHA256 (xpi/thunderbird-i18n-45.3.0/tr.xpi) = afe590afdb4c4b82a4bce715f06dacd2b67ec748b173ee164b046711128f2a8a +SIZE (xpi/thunderbird-i18n-45.3.0/tr.xpi) = 467622 +SHA256 (xpi/thunderbird-i18n-45.3.0/uk.xpi) = 521d71834e427f2e7302533f76290e7f3da4195955cb7a63f3fa193806856ff3 +SIZE (xpi/thunderbird-i18n-45.3.0/uk.xpi) = 536438 +SHA256 (xpi/thunderbird-i18n-45.3.0/vi.xpi) = 36325c156df4a34a581fe8fc0e5c013364f40e4057cc2ba60701a02bdda7fe1e +SIZE (xpi/thunderbird-i18n-45.3.0/vi.xpi) = 540497 +SHA256 (xpi/thunderbird-i18n-45.3.0/zh-CN.xpi) = cf53c911e587360f7acf1756dc714d975b3691b3521f49d409b6a5f5b3b1b016 +SIZE (xpi/thunderbird-i18n-45.3.0/zh-CN.xpi) = 489209 +SHA256 (xpi/thunderbird-i18n-45.3.0/zh-TW.xpi) = 0c2d483534b394fd27cf934e80537d0c789023b4f67eef87965679278d6a6e7c +SIZE (xpi/thunderbird-i18n-45.3.0/zh-TW.xpi) = 490850 Modified: branches/2016Q3/mail/thunderbird/Makefile ============================================================================== --- branches/2016Q3/mail/thunderbird/Makefile Sat Sep 10 18:00:53 2016 (r421716) +++ branches/2016Q3/mail/thunderbird/Makefile Sat Sep 10 18:01:48 2016 (r421717) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 45.2.0 +DISTVERSION= 45.3.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -31,8 +31,8 @@ BUILD_DEPENDS= nspr>=4.12:devel/nspr \ LIB_DEPENDS= libv4l2.so:multimedia/libv4l -EM_VERSION= 1.9.3 -L_VERSION= 4.7.2 +EM_VERSION= 1.9.5 +L_VERSION= 4.7.3 SSP_UNSAFE= yes USE_GECKO= gecko Modified: branches/2016Q3/mail/thunderbird/distinfo ============================================================================== --- branches/2016Q3/mail/thunderbird/distinfo Sat Sep 10 18:00:53 2016 (r421716) +++ branches/2016Q3/mail/thunderbird/distinfo Sat Sep 10 18:01:48 2016 (r421717) @@ -1,5 +1,5 @@ -TIMESTAMP = 1467307995 -SHA256 (thunderbird-45.2.0.source.tar.xz) = bd2389cbb28138668ab41b26f1dce49c455807e09b43fd370ee765ae3f0937c0 -SIZE (thunderbird-45.2.0.source.tar.xz) = 201023884 -SHA256 (enigmail-1.9.3.tar.gz) = 1dee90ff4ad51d361335686ab4ed722d34d2502b36b609680e2aabe3bb50729a -SIZE (enigmail-1.9.3.tar.gz) = 1741831 +TIMESTAMP = 1473253093 +SHA256 (thunderbird-45.3.0.source.tar.xz) = 231f6a7a073344659e436a2b1ae58004c3a29e74375af2c8d0de13f3bc79fac7 +SIZE (thunderbird-45.3.0.source.tar.xz) = 201005896 +SHA256 (enigmail-1.9.5.tar.gz) = 831e53a4add0f465241f075be9475103367aa1452675adae054d8fb272e5d3ad +SIZE (enigmail-1.9.5.tar.gz) = 1744278 From owner-svn-ports-branches@freebsd.org Sat Sep 10 19:52:13 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 1E5F4BD56DB; Sat, 10 Sep 2016 19:52:13 +0000 (UTC) (envelope-from madpilot@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 E11C584E; Sat, 10 Sep 2016 19:52:12 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8AJqCIE094828; Sat, 10 Sep 2016 19:52:12 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8AJqBiD094820; Sat, 10 Sep 2016 19:52:11 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201609101952.u8AJqBiD094820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 10 Sep 2016 19:52:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421733 - in branches/2016Q3/net: asterisk11 asterisk11/files asterisk13 asterisk13/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2016 19:52:13 -0000 Author: madpilot Date: Sat Sep 10 19:52:11 2016 New Revision: 421733 URL: https://svnweb.freebsd.org/changeset/ports/421733 Log: MFH: r418897 r419992 r420804 r421247 r421297 r421586 r421587 r421633 r421673 r421696 - Update net/asterisk11 to 11.23.0 - Update net/asterisk13 to 13.10.0 Add patch to fix build with libressl. PR: 211707 Submitted by: olivierw1+bugzilla-freebsd@hotmail.com Patch by: brnrd@ Obtained From: http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/telephony/asterisk/patches/patch-res_res_rtp_asterisk_c?rev=1.1&content-type=text/plain Fix build on head after r303920. - Update to 13.11.0 - Make using base compiler the dafault on amd64 and i386 - Prevent asterisk build system from unconditionally using -march=native - Add an OPTIMIZED_CFLAGS option, disabled by default, to allow enabling the native flag - While here, convert to option target helpers. Update net/asterisk11 to 11.23.1 Security: 5cb18881-7604-11e6-b362-001999f8d30b Update net/asterisk13 to 13.11.1 Security: 5cb18881-7604-11e6-b362-001999f8d30b 7fda7920-7603-11e6-b362-001999f8d30b net/asterisk13: Fix broken patch file - Patch was the svn diff to the tree - Convert to a regular patch file PR: 211707 Push ncurses USES after ssl USES, it has been reported to solve problems when compiling with non base SSL library. PR: 211707 Submitted by: OlivierW Update to 13.11.2 Approved by: ports-secteam (feld) Added: branches/2016Q3/net/asterisk13/files/patch-main_crypt.c - copied unchanged from r420804, head/net/asterisk13/files/patch-main_crypt.c branches/2016Q3/net/asterisk13/files/patch-res_res__rtp__asterisk.c - copied unchanged from r421633, head/net/asterisk13/files/patch-res_res__rtp__asterisk.c Deleted: branches/2016Q3/net/asterisk11/files/patch-apps_app__queue.c Modified: branches/2016Q3/net/asterisk11/Makefile branches/2016Q3/net/asterisk11/distinfo branches/2016Q3/net/asterisk13/Makefile branches/2016Q3/net/asterisk13/distinfo branches/2016Q3/net/asterisk13/files/patch-main__Makefile branches/2016Q3/net/asterisk13/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/net/asterisk11/Makefile ============================================================================== --- branches/2016Q3/net/asterisk11/Makefile Sat Sep 10 19:50:35 2016 (r421732) +++ branches/2016Q3/net/asterisk11/Makefile Sat Sep 10 19:52:11 2016 (r421733) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 11.22.0 -PORTREVISION= 3 +PORTVERSION= 11.23.1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ Modified: branches/2016Q3/net/asterisk11/distinfo ============================================================================== --- branches/2016Q3/net/asterisk11/distinfo Sat Sep 10 19:50:35 2016 (r421732) +++ branches/2016Q3/net/asterisk11/distinfo Sat Sep 10 19:52:11 2016 (r421733) @@ -1,5 +1,6 @@ -SHA256 (asterisk-11.22.0.tar.gz) = 590c361f8926e08eeaf320a35985cd39a2ea651ec3e94fb62484a7179c32f527 -SIZE (asterisk-11.22.0.tar.gz) = 35101090 +TIMESTAMP = 1473367385 +SHA256 (asterisk-11.23.1.tar.gz) = 5696a7f999dc01afdce91ed3afbd62f54b49ed37b4cbddb02bab124a88656d5c +SIZE (asterisk-11.23.1.tar.gz) = 35098451 SHA256 (asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 Modified: branches/2016Q3/net/asterisk13/Makefile ============================================================================== --- branches/2016Q3/net/asterisk13/Makefile Sat Sep 10 19:50:35 2016 (r421732) +++ branches/2016Q3/net/asterisk13/Makefile Sat Sep 10 19:52:11 2016 (r421733) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.9.1 -PORTREVISION= 2 +PORTVERSION= 13.11.2 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -24,8 +23,8 @@ EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 armv6 -USES= bison cpe gmake iconv libedit localbase ncurses \ - shebangfix sqlite ssl +USES= bison cpe gmake iconv libedit localbase \ + shebangfix sqlite ssl ncurses USE_CSTD= gnu89 USE_GNOME= libxml2 USE_LDCONFIG= yes @@ -58,7 +57,7 @@ CONFLICTS_BUILD= linuxthreads-* CONFLICTS_INSTALL= asterisk*-1.8* asterisk*-11* OPTIONS_DEFINE= ASTVERSION BACKTRACE CURL EXCHANGE FREETDS LDAP LUA \ - MP3PLAYER OOH323 PJSIP PORTAUDIO RADIUS SNMP \ + MP3PLAYER OOH323 OPTIMIZED_CFLAGS PJSIP PORTAUDIO RADIUS SNMP \ SPANDSP SRTP SYSINFO XMPP OPTIONS_DEFAULT= CURL FREETDS GSM LUA MP3PLAYER NEWT ODBC MYSQL PGSQL PJSIP \ PORTAUDIO RADIUS SNMP SPANDSP SPEEX SQLITE2 VORBIS @@ -67,8 +66,8 @@ OPTIONS_DEFINE_i386= DAHDI OPTIONS_DEFINE_amd64= DAHDI OPTIONS_DEFINE_sparc64= DAHDI -OPTIONS_DEFAULT_i386= DAHDI GCC XMPP -OPTIONS_DEFAULT_amd64= DAHDI GCC XMPP +OPTIONS_DEFAULT_i386= DAHDI BASE XMPP +OPTIONS_DEFAULT_amd64= DAHDI BASE XMPP OPTIONS_DEFAULT_sparc64= DAHDI GCC XMPP OPTIONS_DEFAULT_powerpc= GCC XMPP OPTIONS_DEFAULT_armv6= BASE @@ -238,19 +237,19 @@ PLIST_SUB+= ASTERISK_USER=${ASTERISK_USE post-extract: @${FIND} ${WRKSRC} -name '*.d' -delete -.if ${PORT_OPTIONS:MG729} +post-extract-G729-on: ${CP} ${DISTDIR}/${ASTERISK_CORE_G729_SOUNDS} ${WRKSRC}/sounds ${CP} ${DISTDIR}/${ASTERISK_MOH_G729_SOUNDS} ${WRKSRC}/sounds -.endif post-patch: @${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/samples/musiconhold.conf.sample -.if ${PORT_OPTIONS:MSYSINFO} + +post-patch-SYSINFO-on: @${REINPLACE_CMD} -e 's/%%LIBSYSINFO%%/-lsysinfo/' ${WRKSRC}/main/Makefile -.else + +post-patch-SYSINFO-off: @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile -.endif .if exists(${FILESDIR}/.asterisk.makeopts) USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts @@ -263,23 +262,23 @@ post-configure: @cd ${WRKSRC} && ./menuselect/menuselect --disable res_timing_kqueue menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_mgcp menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable res_pktccops menuselect.makeopts -.if ${PORT_OPTIONS:MMYSQL} + +post-configure-MYSQL-on: @cd ${WRKSRC} && ./menuselect/menuselect --enable res_config_mysql menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable app_mysql menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable cdr_mysql menuselect.makeopts -.endif -.if ${PORT_OPTIONS:MOOH323} + +post-configure-OOH323-on: @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_ooh323 menuselect.makeopts -.endif -.if ${PORT_OPTIONS:MNEWG711} + +post-configure-NEWG711-on: @cd ${WRKSRC} && ./menuselect/menuselect --enable G711_NEW_ALGORITHM menuselect.makeopts -.endif + +post-configure-OPTIMIZED_CFLAGS-off: + @cd ${WRKSRC} && ./menuselect/menuselect --disable BUILD_NATIVE menuselect.makeopts post-install: @${RM} ${STAGEDIR}${ETCDIR}/*.conf ${STAGEDIR}${ETCDIR}/extensions.ael ${STAGEDIR}${ETCDIR}/extensions.lua -.if ! ${PORT_OPTIONS:MASTVERSION} - @${RM} ${STAGEDIR}${PREFIX}/sbin/astversion -.endif ${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules -type f -name '*.so' | ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} ${FIND} ${STAGEDIR}${DATADIR}/sounds -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} ${FIND} ${STAGEDIR}${DATADIR}/moh -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} @@ -292,4 +291,7 @@ post-install: ${ECHO} "@owner" >> ${TMPPLIST} && \ ${ECHO} "@group" >> ${TMPPLIST}); +post-install-ASTVERSION-off: + @${RM} ${STAGEDIR}${PREFIX}/sbin/astversion + .include Modified: branches/2016Q3/net/asterisk13/distinfo ============================================================================== --- branches/2016Q3/net/asterisk13/distinfo Sat Sep 10 19:50:35 2016 (r421732) +++ branches/2016Q3/net/asterisk13/distinfo Sat Sep 10 19:52:11 2016 (r421733) @@ -1,6 +1,6 @@ -TIMESTAMP = 1463169882 -SHA256 (asterisk-13.9.1.tar.gz) = 00e51aeaf077b54e610ebb5ebe64097f3d64da2cc2aecab25306dd74de96a236 -SIZE (asterisk-13.9.1.tar.gz) = 32537561 +TIMESTAMP = 1473494815 +SHA256 (asterisk-13.11.2.tar.gz) = 6ea7001bb11ba11fcdbb5febb028b2fd62c44c7bda3cc966b8aaafcb429c5a3a +SIZE (asterisk-13.11.2.tar.gz) = 32630702 SHA256 (asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 Modified: branches/2016Q3/net/asterisk13/files/patch-main__Makefile ============================================================================== --- branches/2016Q3/net/asterisk13/files/patch-main__Makefile Sat Sep 10 19:50:35 2016 (r421732) +++ branches/2016Q3/net/asterisk13/files/patch-main__Makefile Sat Sep 10 19:52:11 2016 (r421733) @@ -1,40 +1,20 @@ ---- main/Makefile.orig 2016-04-25 21:44:00 UTC +--- main/Makefile.orig 2016-07-21 14:54:02 UTC +++ main/Makefile -@@ -82,6 +82,7 @@ ifeq ($(OSARCH),FreeBSD) - BSDVERSION=$(shell make -V OSVERSION -f /usr/share/mk/bsd.port.subdir.mk) +@@ -79,9 +79,12 @@ endif + + ifeq ($(OSARCH),FreeBSD) + # -V is understood by BSD Make, not by GNU make. +- BSDVERSION=$(shell make -V OSVERSION -f /usr/share/mk/bsd.port.subdir.mk) ++ BSDVERSION=$(OSVERSION) ++ BSDVERSION?=$(shell make -V OSVERSION -f /usr/share/mk/bsd.port.subdir.mk) AST_LIBS+=$(shell if test $(BSDVERSION) -lt 502102 ; then echo "-lc_r"; else echo "-pthread"; fi) ++ CRYPT_LIB=$(shell if test $(BSDVERSION) -ge 1200001 ; then echo "-lcrypt"; fi) AST_LIBS+=-lcrypto + AST_LIBS+=%%LIBSYSINFO%% endif ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) -@@ -224,11 +225,7 @@ endif - - $(ASTSSL_LIB): $(ASTSSL_LIB).$(ASTSSL_SO_VERSION) - $(ECHO_PREFIX) echo " [LN] $< -> $@" -- $(CMD_PREFIX) if [ -x "$(LDCONFIG)" ] ; then \ -- $(LDCONFIG) $(LDCONFIG_FLAGS) . 2>/dev/null ;\ -- else \ -- $(LN) -sf $< $@ ;\ -- fi -+ $(LN) -sf $< $@ - - else # Darwin - ASTSSL_LIB:=libasteriskssl.dylib -@@ -304,11 +301,7 @@ $(ASTPJ_LIB).$(ASTPJ_SO_VERSION): libast - - $(ASTPJ_LIB): $(ASTPJ_LIB).$(ASTPJ_SO_VERSION) - $(ECHO_PREFIX) echo " [LN] $< -> $@" -- $(CMD_PREFIX) if [ -x "$(LDCONFIG)" ] ; then \ -- $(LDCONFIG) $(LDCONFIG_FLAGS) . 2>/dev/null ;\ -- else \ -- $(LN) -sf $< $@ ;\ -- fi -+ $(LN) -sf $< $@ - - else # Darwin - ASTPJ_LIB:=libasteriskpj.dylib -@@ -359,9 +352,6 @@ else # Darwin +@@ -351,9 +354,6 @@ else # Darwin $(INSTALL) -m 755 $(ASTPJ_LIB) "$(DESTDIR)$(ASTLIBDIR)/" endif endif Copied: branches/2016Q3/net/asterisk13/files/patch-main_crypt.c (from r420804, head/net/asterisk13/files/patch-main_crypt.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/net/asterisk13/files/patch-main_crypt.c Sat Sep 10 19:52:11 2016 (r421733, copy of r420804, head/net/asterisk13/files/patch-main_crypt.c) @@ -0,0 +1,11 @@ +--- main/crypt.c.orig 2016-07-21 14:54:02 UTC ++++ main/crypt.c +@@ -31,7 +31,7 @@ + ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + + #include +-#if defined(HAVE_CRYPT_R) ++#if defined(HAVE_CRYPT_R) && !defined(__FreeBSD__) + #include + #endif + Copied: branches/2016Q3/net/asterisk13/files/patch-res_res__rtp__asterisk.c (from r421633, head/net/asterisk13/files/patch-res_res__rtp__asterisk.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/net/asterisk13/files/patch-res_res__rtp__asterisk.c Sat Sep 10 19:52:11 2016 (r421733, copy of r421633, head/net/asterisk13/files/patch-res_res__rtp__asterisk.c) @@ -0,0 +1,15 @@ +$OpenBSD: patch-res_res_rtp_asterisk_c,v 1.1 2016/07/30 21:12:15 sthen Exp $ + +Obtained from OpenBSD cvs + +--- res/res_rtp_asterisk.c.orig 2016-07-21 14:54:02 UTC ++++ res/res_rtp_asterisk.c +@@ -1357,7 +1357,7 @@ static int ast_rtp_dtls_set_configuratio + return 0; + } + +-#if OPENSSL_VERSION_NUMBER < 0x10002000L ++#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(LIBRESSL_VERSION_NUMBER) + rtp->ssl_ctx = SSL_CTX_new(DTLSv1_method()); + #else + rtp->ssl_ctx = SSL_CTX_new(DTLS_method()); Modified: branches/2016Q3/net/asterisk13/pkg-plist ============================================================================== --- branches/2016Q3/net/asterisk13/pkg-plist Sat Sep 10 19:50:35 2016 (r421732) +++ branches/2016Q3/net/asterisk13/pkg-plist Sat Sep 10 19:52:11 2016 (r421733) @@ -221,6 +221,7 @@ include/asterisk/mixmonitor.h include/asterisk/mod_format.h include/asterisk/module.h include/asterisk/monitor.h +include/asterisk/multicast_rtp.h include/asterisk/musiconhold.h include/asterisk/named_locks.h include/asterisk/netsock.h