From owner-svn-ports-branches@freebsd.org Tue Sep 12 05:51:28 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07872E1A4B4; Tue, 12 Sep 2017 05:51:28 +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 C77553257; Tue, 12 Sep 2017 05:51:27 +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 v8C5pQ3m046909; Tue, 12 Sep 2017 05:51:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8C5pQ65046908; Tue, 12 Sep 2017 05:51:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709120551.v8C5pQ65046908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 12 Sep 2017 05:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r449674 - branches/2017Q3/www/firefox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2017Q3/www/firefox/files X-SVN-Commit-Revision: 449674 X-SVN-Commit-Repository: ports 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, 12 Sep 2017 05:51:28 -0000 Author: jbeich Date: Tue Sep 12 05:51:26 2017 New Revision: 449674 URL: https://svnweb.freebsd.org/changeset/ports/449674 Log: MFH: r449673 www/firefox: unbreak on powerpc64, sparc64 In file included from objdir/dist/include/mozilla/dom/EventTarget.h:12:0, from dom/base/nsPIDOMWindow.h:15, from objdir/dist/include/mozilla/DOMEventTargetHelper.h:13, from dom/presentation/PresentationAvailability.h:10, from dom/presentation/AvailabilityCollection.cpp:10, from objdir/dom/presentation/Unified_cpp_dom_presentation0.cpp:2: dom/base/nsWrapperCache.h:48:1: error: static assertion failed: Only support 32-bit and 64-bit static_assert(sizeof(void*) == 4, "Only support 32-bit and 64-bit"); ^ Reported by: Martin Husemann (via upstream bug) Approved by: ports-secteam blanket Added: branches/2017Q3/www/firefox/files/patch-bug1376277 - copied unchanged from r449673, head/www/firefox/files/patch-bug1376277 Modified: Directory Properties: branches/2017Q3/ (props changed) Copied: branches/2017Q3/www/firefox/files/patch-bug1376277 (from r449673, head/www/firefox/files/patch-bug1376277) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q3/www/firefox/files/patch-bug1376277 Tue Sep 12 05:51:26 2017 (r449674, copy of r449673, head/www/firefox/files/patch-bug1376277) @@ -0,0 +1,22 @@ +commit ac723ae99f3a +Author: Petr Sumbera +Date: Tue Jun 27 01:33:49 2017 -0700 + + Bug 1376277 - nsWrapperCache.h: add support for 64bits sparc build. r=glandium +--- + dom/base/nsWrapperCache.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git dom/base/nsWrapperCache.h dom/base/nsWrapperCache.h +index b00d7aceb5c8..994ed73332ff 100644 +--- dom/base/nsWrapperCache.h ++++ dom/base/nsWrapperCache.h +@@ -41,7 +41,7 @@ class nsWindowRoot; + // This may waste space for some other nsWrapperCache-derived objects that have + // a 32-bit field as their first member, but those objects are unlikely to be as + // numerous or performance-critical as DOM nodes. +-#if defined(_M_X64) || defined(__x86_64__) || defined(__aarch64__) ++#if defined(_M_X64) || defined(__LP64__) + static_assert(sizeof(void*) == 8, "These architectures should be 64-bit"); + #define BOOL_FLAGS_ON_WRAPPER_CACHE + #else From owner-svn-ports-branches@freebsd.org Tue Sep 12 19:13:36 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02ACAE18B4D; Tue, 12 Sep 2017 19:13:36 +0000 (UTC) (envelope-from bdrewery@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 D0AAA8237C; Tue, 12 Sep 2017 19:13:35 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8CJDYti078325; Tue, 12 Sep 2017 19:13:34 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8CJDY7Y078323; Tue, 12 Sep 2017 19:13:34 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201709121913.v8CJDY7Y078323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 12 Sep 2017 19:13:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r449704 - branches/2017Q3/Mk X-SVN-Group: ports-branches X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: branches/2017Q3/Mk X-SVN-Commit-Revision: 449704 X-SVN-Commit-Repository: ports 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, 12 Sep 2017 19:13:36 -0000 Author: bdrewery Date: Tue Sep 12 19:13:34 2017 New Revision: 449704 URL: https://svnweb.freebsd.org/changeset/ports/449704 Log: MFH: r446704 Introduce versions of the Mozilla Public License (MPL) MPL10 - https://opensource.org/licenses/MPL-1.0 MPL11 - https://opensource.org/licenses/MPL-1.1 MPL20 - https://opensource.org/licenses/MPL-2.0 More info about the Mozilla Public License: https://www.mozilla.org/en-US/MPL/ Reviewed by: amdmi3, mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D11696 This should fix MP* licenses on the quarterly branch requiring acceptance even with BATCH. Approved by: portmgr (implicit) Modified: branches/2017Q3/Mk/bsd.licenses.db.mk branches/2017Q3/Mk/bsd.sanity.mk Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/Mk/bsd.licenses.db.mk ============================================================================== --- branches/2017Q3/Mk/bsd.licenses.db.mk Tue Sep 12 19:04:33 2017 (r449703) +++ branches/2017Q3/Mk/bsd.licenses.db.mk Tue Sep 12 19:13:34 2017 (r449704) @@ -40,7 +40,7 @@ Licenses_db_Include_MAINTAINER= portmgr@FreeBS # _LICENSE_LIST= BSL CDDL CPAL-1.0 ClArtistic EPL GFDL GMGPL \ - ISCL MIT MPL NCSA OFL10 OFL11 OWL OpenSSL PD PSFL PostgreSQL \ + ISCL MIT NCSA OFL10 OFL11 OWL OpenSSL PD PSFL PostgreSQL \ RUBY WTFPL1 WTFPL ZLIB ZPL21 # GNU family @@ -72,6 +72,9 @@ _LICENSE_LIST+= CC0-1.0 \ CC-BY-NC-SA-1.0 CC-BY-NC-SA-2.0 CC-BY-NC-SA-2.5 CC-BY-NC-SA-3.0 CC-BY-NC-SA-4.0 \ CC-BY-SA-1.0 CC-BY-SA-2.0 CC-BY-SA-2.5 CC-BY-SA-3.0 CC-BY-SA-4.0 +# MPL family +_LICENSE_LIST+= MPL MPL10 MPL11 MPL20 + # Others _LICENSE_LIST+= NONE @@ -348,6 +351,15 @@ _LICENSE_GROUPS_MIT= COPYFREE FSF GPL OSI _LICENSE_NAME_MPL= Mozilla Public License _LICENSE_GROUPS_MPL= FSF OSI + +_LICENSE_NAME_MPL10= Mozilla Public License version 1.0 +_LICENSE_GROUPS_MPL10= FSF OSI + +_LICENSE_NAME_MPL11= Mozilla Public License version 1.1 +_LICENSE_GROUPS_MPL11= FSF OSI + +_LICENSE_NAME_MPL20= Mozilla Public License version 2.0 +_LICENSE_GROUPS_MPL20= FSF OSI _LICENSE_NAME_NCSA= University of Illinois/NCSA Open Source License _LICENSE_GROUPS_NCSA= COPYFREE FSF GPL OSI Modified: branches/2017Q3/Mk/bsd.sanity.mk ============================================================================== --- branches/2017Q3/Mk/bsd.sanity.mk Tue Sep 12 19:04:33 2017 (r449703) +++ branches/2017Q3/Mk/bsd.sanity.mk Tue Sep 12 19:13:34 2017 (r449704) @@ -112,6 +112,9 @@ DEV_ERROR+= "USE_DOS2UNIX is no longer supported, plea .if ${LICENSE:MBSD} DEV_WARNING+= "LICENSE must not contain BSD, instead use BSD[234]CLAUSE" .endif +.if ${LICENSE:MMPL} +DEV_WARNING+= "LICENSE must not contain MPL, instead use MPL[10|11|20]" +.endif .else DEV_WARNING+= "Please set LICENSE for this port" .endif From owner-svn-ports-branches@freebsd.org Tue Sep 12 19:51:44 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E511EE1A953; Tue, 12 Sep 2017 19:51:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEEAB84225; Tue, 12 Sep 2017 19:51:44 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8CJph2o092543; Tue, 12 Sep 2017 19:51:43 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8CJphYI092541; Tue, 12 Sep 2017 19:51:43 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709121951.v8CJphYI092541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 12 Sep 2017 19:51:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r449711 - branches/2017Q3/www/linux-flashplayer X-SVN-Group: ports-branches X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: branches/2017Q3/www/linux-flashplayer X-SVN-Commit-Revision: 449711 X-SVN-Commit-Repository: ports 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, 12 Sep 2017 19:51:45 -0000 Author: jkim Date: Tue Sep 12 19:51:43 2017 New Revision: 449711 URL: https://svnweb.freebsd.org/changeset/ports/449711 Log: MFH: r449706 Update to 27.0.0.130. https://helpx.adobe.com/security/products/flash-player/apsb17-28.html Approved by: ports-secteam (zi) Modified: branches/2017Q3/www/linux-flashplayer/Makefile branches/2017Q3/www/linux-flashplayer/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/www/linux-flashplayer/Makefile ============================================================================== --- branches/2017Q3/www/linux-flashplayer/Makefile Tue Sep 12 19:50:48 2017 (r449710) +++ branches/2017Q3/www/linux-flashplayer/Makefile Tue Sep 12 19:51:43 2017 (r449711) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 26.0.0.151 +PORTVERSION= 27.0.0.130 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ PKGNAMEPREFIX= linux- Modified: branches/2017Q3/www/linux-flashplayer/distinfo ============================================================================== --- branches/2017Q3/www/linux-flashplayer/distinfo Tue Sep 12 19:50:48 2017 (r449710) +++ branches/2017Q3/www/linux-flashplayer/distinfo Tue Sep 12 19:51:43 2017 (r449711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502343857 -SHA256 (flashplayer/26.0.0.151/flash_player_npapi_linux.i386.tar.gz) = 179a751d1c3624f3a25ec4198a54e6a53023a11de0b24f71c86f5b12fafa2cb8 -SIZE (flashplayer/26.0.0.151/flash_player_npapi_linux.i386.tar.gz) = 8492462 +TIMESTAMP = 1505243820 +SHA256 (flashplayer/27.0.0.130/flash_player_npapi_linux.i386.tar.gz) = 4615bec6a21822629ce7e0f5bf768ef12fe09c275f4bb18892563da20d9b7c62 +SIZE (flashplayer/27.0.0.130/flash_player_npapi_linux.i386.tar.gz) = 8511696 From owner-svn-ports-branches@freebsd.org Tue Sep 12 19:52:31 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D20DE1AA16; Tue, 12 Sep 2017 19:52:31 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEAD7844C4; Tue, 12 Sep 2017 19:52:30 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8CJqUl1095510; Tue, 12 Sep 2017 19:52:30 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8CJqU3a095509; Tue, 12 Sep 2017 19:52:30 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709121952.v8CJqU3a095509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 12 Sep 2017 19:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r449712 - branches/2017Q3/www/flashplayer X-SVN-Group: ports-branches X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: branches/2017Q3/www/flashplayer X-SVN-Commit-Revision: 449712 X-SVN-Commit-Repository: ports 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, 12 Sep 2017 19:52:31 -0000 Author: jkim Date: Tue Sep 12 19:52:29 2017 New Revision: 449712 URL: https://svnweb.freebsd.org/changeset/ports/449712 Log: MFH: r449707 Catch up with www/linux-flashplayer. Approved by: ports-secteam (zi) Modified: branches/2017Q3/www/flashplayer/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/www/flashplayer/Makefile ============================================================================== --- branches/2017Q3/www/flashplayer/Makefile Tue Sep 12 19:51:43 2017 (r449711) +++ branches/2017Q3/www/flashplayer/Makefile Tue Sep 12 19:52:29 2017 (r449712) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 26.0 +PORTVERSION= 27.0 CATEGORIES= www multimedia DISTFILES= From owner-svn-ports-branches@freebsd.org Tue Sep 12 20:29:22 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08840E1C338; Tue, 12 Sep 2017 20:29:22 +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 D719195F; Tue, 12 Sep 2017 20:29:21 +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 v8CKTKsR008463; Tue, 12 Sep 2017 20:29:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8CKTKbF008459; Tue, 12 Sep 2017 20:29:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709122029.v8CKTKbF008459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 12 Sep 2017 20:29:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r449715 - in branches/2017Q3/security: ca_root_nss nss X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2017Q3/security: ca_root_nss nss X-SVN-Commit-Revision: 449715 X-SVN-Commit-Repository: ports 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, 12 Sep 2017 20:29:22 -0000 Author: jbeich Date: Tue Sep 12 20:29:20 2017 New Revision: 449715 URL: https://svnweb.freebsd.org/changeset/ports/449715 Log: MFH: r449680 security/nss: update to 3.32.1 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.32.1_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_32_1_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Approved by: ports-secteam (zi) Modified: branches/2017Q3/security/ca_root_nss/Makefile branches/2017Q3/security/ca_root_nss/distinfo branches/2017Q3/security/nss/Makefile branches/2017Q3/security/nss/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/security/ca_root_nss/Makefile ============================================================================== --- branches/2017Q3/security/ca_root_nss/Makefile Tue Sep 12 20:03:34 2017 (r449714) +++ branches/2017Q3/security/ca_root_nss/Makefile Tue Sep 12 20:29:20 2017 (r449715) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.32 +VERSION_NSS= 3.32.1 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2017Q3/security/ca_root_nss/distinfo ============================================================================== --- branches/2017Q3/security/ca_root_nss/distinfo Tue Sep 12 20:03:34 2017 (r449714) +++ branches/2017Q3/security/ca_root_nss/distinfo Tue Sep 12 20:29:20 2017 (r449715) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501164572 -SHA256 (nss-3.32.tar.gz) = 35c6f381cc96bb25e4f924469f6ba3e57b3a16e0c2fb7e295a284a00d57ed335 -SIZE (nss-3.32.tar.gz) = 9493574 +TIMESTAMP = 1505146642 +SHA256 (nss-3.32.1.tar.gz) = 4de59ca7f5bf4a56fbcfdbb4a054f254ba9f408f56476957404a091048624652 +SIZE (nss-3.32.1.tar.gz) = 9494609 Modified: branches/2017Q3/security/nss/Makefile ============================================================================== --- branches/2017Q3/security/nss/Makefile Tue Sep 12 20:03:34 2017 (r449714) +++ branches/2017Q3/security/nss/Makefile Tue Sep 12 20:29:20 2017 (r449715) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.32 +PORTVERSION= 3.32.1 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2017Q3/security/nss/distinfo ============================================================================== --- branches/2017Q3/security/nss/distinfo Tue Sep 12 20:03:34 2017 (r449714) +++ branches/2017Q3/security/nss/distinfo Tue Sep 12 20:29:20 2017 (r449715) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501164572 -SHA256 (nss-3.32.tar.gz) = 35c6f381cc96bb25e4f924469f6ba3e57b3a16e0c2fb7e295a284a00d57ed335 -SIZE (nss-3.32.tar.gz) = 9493574 +TIMESTAMP = 1505146642 +SHA256 (nss-3.32.1.tar.gz) = 4de59ca7f5bf4a56fbcfdbb4a054f254ba9f408f56476957404a091048624652 +SIZE (nss-3.32.1.tar.gz) = 9494609 From owner-svn-ports-branches@freebsd.org Wed Sep 13 14:14:00 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98316E23167; Wed, 13 Sep 2017 14:14:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66CBF661FD; Wed, 13 Sep 2017 14:14:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8DEDx8a051827; Wed, 13 Sep 2017 14:13:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8DEDxFf051825; Wed, 13 Sep 2017 14:13:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709131413.v8DEDxFf051825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 13 Sep 2017 14:13:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r449792 - branches/2017Q3/www/typo3-8 X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: branches/2017Q3/www/typo3-8 X-SVN-Commit-Revision: 449792 X-SVN-Commit-Repository: ports 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, 13 Sep 2017 14:14:00 -0000 Author: sunpoet Date: Wed Sep 13 14:13:59 2017 New Revision: 449792 URL: https://svnweb.freebsd.org/changeset/ports/449792 Log: MFH: r449791 Update to 8.7.6 Changes: https://typo3.org/download/release-notes/whats-new/ https://typo3.org/news/article/typo3-876-released/ PR: 222286 Submitted by: Helmut Ritter (maintainer) Approved by: ports-secteam (zi) Modified: branches/2017Q3/www/typo3-8/Makefile branches/2017Q3/www/typo3-8/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/www/typo3-8/Makefile ============================================================================== --- branches/2017Q3/www/typo3-8/Makefile Wed Sep 13 14:07:59 2017 (r449791) +++ branches/2017Q3/www/typo3-8/Makefile Wed Sep 13 14:13:59 2017 (r449792) @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${TYPO3SRC} PORT_V_MAJOR= 8 PORT_V_MINOR= 7 -PORT_V_PATCH= 4 +PORT_V_PATCH= 6 TYPO3WWW= www TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} @@ -81,6 +81,5 @@ post-install: @${ECHO} "@dir ${TYPO3WWW}/${TYPO3SRC}/vendor/doctrine/dbal/lib/vendor/Symfony/Component/Console" >> ${TMPPLIST} @${ECHO} "@dir ${TYPO3WWW}/${TYPO3SRC}/vendor/doctrine/dbal/lib/vendor/doctrine-build-common" >> ${TMPPLIST} @${ECHO} "@dir ${TYPO3WWW}/${TYPO3SRC}/vendor/doctrine/dbal/lib/vendor/doctrine-common" >> ${TMPPLIST} - @${ECHO} "@dir ${TYPO3WWW}/${TYPO3SRC}/vendor/guzzlehttp/guzzle/build" >> ${TMPPLIST} .include Modified: branches/2017Q3/www/typo3-8/distinfo ============================================================================== --- branches/2017Q3/www/typo3-8/distinfo Wed Sep 13 14:07:59 2017 (r449791) +++ branches/2017Q3/www/typo3-8/distinfo Wed Sep 13 14:13:59 2017 (r449792) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502368288 -SHA256 (typo3_src-8.7.4.tar.gz) = b0ba9a2cb09d5855b557f220ca1c535ffc9eb5f458bb48bd275ee647664b64d8 -SIZE (typo3_src-8.7.4.tar.gz) = 18431446 +TIMESTAMP = 1505310566 +SHA256 (typo3_src-8.7.6.tar.gz) = fd6aa98c5e35a38174f7bb9f3e09c6212c393ede7cab72344e682ba1fea5a545 +SIZE (typo3_src-8.7.6.tar.gz) = 18453545