From owner-svn-ports-branches@freebsd.org Sun Apr 22 18:27:24 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9047DFB42E1; Sun, 22 Apr 2018 18:27:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4560C777E4; Sun, 22 Apr 2018 18:27:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 222D819558; Sun, 22 Apr 2018 18:27:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3MIRNsG022276; Sun, 22 Apr 2018 18:27:23 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3MIRNML022273; Sun, 22 Apr 2018 18:27:23 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201804221827.w3MIRNML022273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 22 Apr 2018 18:27:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468047 - branches/2018Q2/textproc/libebml X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q2/textproc/libebml X-SVN-Commit-Revision: 468047 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.25 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, 22 Apr 2018 18:27:24 -0000 Author: riggs Date: Sun Apr 22 18:27:23 2018 New Revision: 468047 URL: https://svnweb.freebsd.org/changeset/ports/468047 Log: MFH: r468042 Update to upstream version 1.3.6 Details: - Update to upstream version 1.3.6 - Switch build system to cmake (mandatory upstream) - Build shared libs, not static libs (upstream build system requires either-or; the number of consumers in the ports tree is small, this is unlikely to cause problems) Approved by: ports-secteam (riggs) Modified: branches/2018Q2/textproc/libebml/Makefile branches/2018Q2/textproc/libebml/distinfo branches/2018Q2/textproc/libebml/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/textproc/libebml/Makefile ============================================================================== --- branches/2018Q2/textproc/libebml/Makefile Sun Apr 22 18:16:02 2018 (r468046) +++ branches/2018Q2/textproc/libebml/Makefile Sun Apr 22 18:27:23 2018 (r468047) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libebml -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 DISTVERSIONPREFIX= release- CATEGORIES= textproc @@ -11,13 +11,13 @@ COMMENT= EBML (Extensible Binary Meta Language), sort LICENSE= LGPL21 -USES= autoreconf gmake libtool pathfix tar:bzip2 +USES= cmake pathfix tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= Matroska-Org -INSTALL_TARGET= install-strip +CMAKE_ARGS= -DBUILD_SHARED_LIBS=YES .include Modified: branches/2018Q2/textproc/libebml/distinfo ============================================================================== --- branches/2018Q2/textproc/libebml/distinfo Sun Apr 22 18:16:02 2018 (r468046) +++ branches/2018Q2/textproc/libebml/distinfo Sun Apr 22 18:27:23 2018 (r468047) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503134678 -SHA256 (Matroska-Org-libebml-release-1.3.5_GH0.tar.gz) = efe9851797db47bc78486b6c518d822cfca435afe3d9c9d0812d8e3825cd71e6 -SIZE (Matroska-Org-libebml-release-1.3.5_GH0.tar.gz) = 66370 +TIMESTAMP = 1524391317 +SHA256 (Matroska-Org-libebml-release-1.3.6_GH0.tar.gz) = 57ee73eacca8dc13d3c2c064fb757950450da9185e02e863cac34674681de1a8 +SIZE (Matroska-Org-libebml-release-1.3.6_GH0.tar.gz) = 69105 Modified: branches/2018Q2/textproc/libebml/pkg-plist ============================================================================== --- branches/2018Q2/textproc/libebml/pkg-plist Sun Apr 22 18:16:02 2018 (r468046) +++ branches/2018Q2/textproc/libebml/pkg-plist Sun Apr 22 18:27:23 2018 (r468047) @@ -26,7 +26,10 @@ include/ebml/MemReadIOCallback.h include/ebml/SafeReadIOCallback.h include/ebml/StdIOCallback.h include/ebml/c/libebml_t.h -lib/libebml.a +lib/cmake/ebml/EbmlConfig.cmake +lib/cmake/ebml/EbmlConfigVersion.cmake +lib/cmake/ebml/EbmlTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/ebml/EbmlTargets.cmake lib/libebml.so lib/libebml.so.4 lib/libebml.so.4.0.0 From owner-svn-ports-branches@freebsd.org Sun Apr 22 19:01:14 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D058BFB6470; Sun, 22 Apr 2018 19:01:13 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8256E7D7C3; Sun, 22 Apr 2018 19:01:13 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D5D419B41; Sun, 22 Apr 2018 19:01:13 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3MJ1DRt040369; Sun, 22 Apr 2018 19:01:13 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3MJ1DA8040366; Sun, 22 Apr 2018 19:01:13 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201804221901.w3MJ1DA8040366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 22 Apr 2018 19:01:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468050 - branches/2018Q2/multimedia/libmatroska X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q2/multimedia/libmatroska X-SVN-Commit-Revision: 468050 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.25 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, 22 Apr 2018 19:01:14 -0000 Author: riggs Date: Sun Apr 22 19:01:12 2018 New Revision: 468050 URL: https://svnweb.freebsd.org/changeset/ports/468050 Log: MFH: r468043 Update to upstream version 1.4.9 Details: - Update to upstream version 1.4.9 - Switch build system to cmake (mandatory upstream) - Build shared libs, not static libs (upstream build system requires either-or; the number of consumers in the ports tree is small, this is unlikely to cause problems) Approved by: ports-secteam (riggs) Modified: branches/2018Q2/multimedia/libmatroska/Makefile branches/2018Q2/multimedia/libmatroska/distinfo branches/2018Q2/multimedia/libmatroska/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/multimedia/libmatroska/Makefile ============================================================================== --- branches/2018Q2/multimedia/libmatroska/Makefile Sun Apr 22 18:29:58 2018 (r468049) +++ branches/2018Q2/multimedia/libmatroska/Makefile Sun Apr 22 19:01:12 2018 (r468050) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmatroska -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.9 CATEGORIES= multimedia audio MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/ \ http://www.bunkus.org/videotools/mkvtoolnix/sources/ @@ -14,10 +14,10 @@ LICENSE= LGPL21 LIB_DEPENDS= libebml.so:textproc/libebml -USES= libtool pathfix pkgconfig tar:xz +USES= cmake pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +CMAKE_ARGS= -DBUILD_SHARED_LIBS=YES .include Modified: branches/2018Q2/multimedia/libmatroska/distinfo ============================================================================== --- branches/2018Q2/multimedia/libmatroska/distinfo Sun Apr 22 18:29:58 2018 (r468049) +++ branches/2018Q2/multimedia/libmatroska/distinfo Sun Apr 22 19:01:12 2018 (r468050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506850533 -SHA256 (libmatroska-1.4.8.tar.xz) = d8c72b20d4c5bf888776884b0854f95e74139b5267494fae1f395f7212d7c992 -SIZE (libmatroska-1.4.8.tar.xz) = 286284 +TIMESTAMP = 1524394349 +SHA256 (libmatroska-1.4.9.tar.xz) = 38a61dd5d87c070928b5deb3922b63b2b83c09e2e4a10f9393eecb6afa9795c8 +SIZE (libmatroska-1.4.9.tar.xz) = 64556 Modified: branches/2018Q2/multimedia/libmatroska/pkg-plist ============================================================================== --- branches/2018Q2/multimedia/libmatroska/pkg-plist Sun Apr 22 18:29:58 2018 (r468049) +++ branches/2018Q2/multimedia/libmatroska/pkg-plist Sun Apr 22 19:01:12 2018 (r468050) @@ -15,8 +15,8 @@ include/matroska/KaxDefines.h include/matroska/KaxInfo.h include/matroska/KaxInfoData.h include/matroska/KaxSeekHead.h -include/matroska/KaxSemantic.h include/matroska/KaxSegment.h +include/matroska/KaxSemantic.h include/matroska/KaxTag.h include/matroska/KaxTags.h include/matroska/KaxTrackAudio.h @@ -27,7 +27,10 @@ include/matroska/KaxTypes.h include/matroska/KaxVersion.h include/matroska/c/libmatroska.h include/matroska/c/libmatroska_t.h -lib/libmatroska.a +lib/cmake/matroska/MatroskaConfig.cmake +lib/cmake/matroska/MatroskaConfigVersion.cmake +lib/cmake/matroska/MatroskaTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/matroska/MatroskaTargets.cmake lib/libmatroska.so lib/libmatroska.so.6 lib/libmatroska.so.6.0.0 From owner-svn-ports-branches@freebsd.org Sun Apr 22 19:03:07 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE17BFB671C; Sun, 22 Apr 2018 19:03:06 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 979077DAB0; Sun, 22 Apr 2018 19:03:06 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8CD4619BAD; Sun, 22 Apr 2018 19:03:06 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3MJ369o042747; Sun, 22 Apr 2018 19:03:06 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3MJ36Ip042745; Sun, 22 Apr 2018 19:03:06 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201804221903.w3MJ36Ip042745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 22 Apr 2018 19:03:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468051 - in branches/2018Q2/multimedia: mkvtoolnix vlc X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in branches/2018Q2/multimedia: mkvtoolnix vlc X-SVN-Commit-Revision: 468051 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.25 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, 22 Apr 2018 19:03:07 -0000 Author: riggs Date: Sun Apr 22 19:03:06 2018 New Revision: 468051 URL: https://svnweb.freebsd.org/changeset/ports/468051 Log: MFH: r468044 Bump PORTREVISION for ports depending on libmatroska Approved by: ports-secteam (riggs) Modified: branches/2018Q2/multimedia/mkvtoolnix/Makefile branches/2018Q2/multimedia/vlc/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/multimedia/mkvtoolnix/Makefile ============================================================================== --- branches/2018Q2/multimedia/mkvtoolnix/Makefile Sun Apr 22 19:01:12 2018 (r468050) +++ branches/2018Q2/multimedia/mkvtoolnix/Makefile Sun Apr 22 19:03:06 2018 (r468051) @@ -3,6 +3,7 @@ PORTNAME= mkvtoolnix PORTVERSION= 22.0.0 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ Modified: branches/2018Q2/multimedia/vlc/Makefile ============================================================================== --- branches/2018Q2/multimedia/vlc/Makefile Sun Apr 22 19:01:12 2018 (r468050) +++ branches/2018Q2/multimedia/vlc/Makefile Sun Apr 22 19:03:06 2018 (r468051) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.8 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ From owner-svn-ports-branches@freebsd.org Sun Apr 22 19:34:57 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0F93FB84C4; Sun, 22 Apr 2018 19:34:57 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6323883A4C; Sun, 22 Apr 2018 19:34:57 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E0CE1A05D; Sun, 22 Apr 2018 19:34:57 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3MJYv1s057997; Sun, 22 Apr 2018 19:34:57 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3MJYuZn057989; Sun, 22 Apr 2018 19:34:56 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201804221934.w3MJYuZn057989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 22 Apr 2018 19:34:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468053 - in branches/2018Q2: french/wordpress german/wordpress japanese/wordpress www/wordpress X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2018Q2: french/wordpress german/wordpress japanese/wordpress www/wordpress X-SVN-Commit-Revision: 468053 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.25 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, 22 Apr 2018 19:34:58 -0000 Author: joneum Date: Sun Apr 22 19:34:56 2018 New Revision: 468053 URL: https://svnweb.freebsd.org/changeset/ports/468053 Log: MFH: r467844 Update to 4.9.5 Security: be38245e-44d9-11e8-a292-00e04c1ea73d Approved by: ports-secteam (riggs) Modified: branches/2018Q2/french/wordpress/Makefile branches/2018Q2/french/wordpress/distinfo branches/2018Q2/german/wordpress/Makefile branches/2018Q2/german/wordpress/distinfo branches/2018Q2/japanese/wordpress/Makefile branches/2018Q2/japanese/wordpress/distinfo branches/2018Q2/www/wordpress/Makefile branches/2018Q2/www/wordpress/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/french/wordpress/Makefile ============================================================================== --- branches/2018Q2/french/wordpress/Makefile Sun Apr 22 19:31:02 2018 (r468052) +++ branches/2018Q2/french/wordpress/Makefile Sun Apr 22 19:34:56 2018 (r468053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 4.9.4 +DISTVERSION= 4.9.5 DISTVERSIONSUFFIX= -fr_FR PORTEPOCH= 1 CATEGORIES= french www Modified: branches/2018Q2/french/wordpress/distinfo ============================================================================== --- branches/2018Q2/french/wordpress/distinfo Sun Apr 22 19:31:02 2018 (r468052) +++ branches/2018Q2/french/wordpress/distinfo Sun Apr 22 19:34:56 2018 (r468053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518216268 -SHA256 (wordpress-4.9.4-fr_FR.tar.gz) = 2825d6a4e41cc327d6fb8039d53eaf36c77b43e06b6d6ffbbe10b8e9cae7d806 -SIZE (wordpress-4.9.4-fr_FR.tar.gz) = 9061856 +TIMESTAMP = 1524258377 +SHA256 (wordpress-4.9.5-fr_FR.tar.gz) = c070d075bf544e915f107b84934f7ea1a562fadbe98da1fc77d8cdaa173cd47e +SIZE (wordpress-4.9.5-fr_FR.tar.gz) = 9062579 Modified: branches/2018Q2/german/wordpress/Makefile ============================================================================== --- branches/2018Q2/german/wordpress/Makefile Sun Apr 22 19:31:02 2018 (r468052) +++ branches/2018Q2/german/wordpress/Makefile Sun Apr 22 19:34:56 2018 (r468053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 4.9.4 +DISTVERSION= 4.9.5 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ Modified: branches/2018Q2/german/wordpress/distinfo ============================================================================== --- branches/2018Q2/german/wordpress/distinfo Sun Apr 22 19:31:02 2018 (r468052) +++ branches/2018Q2/german/wordpress/distinfo Sun Apr 22 19:34:56 2018 (r468053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518392889 -SHA256 (wordpress-4.9.4-de_DE.tar.gz) = 6c90f1039df5d02925b64a852bb959450f9d622f45521f659ae3542513030913 -SIZE (wordpress-4.9.4-de_DE.tar.gz) = 9059608 +TIMESTAMP = 1524258337 +SHA256 (wordpress-4.9.5-de_DE.tar.gz) = ae38feaf55860e8d847aa31a22b1c7a098b02373fa308eb067136fc1c51f940b +SIZE (wordpress-4.9.5-de_DE.tar.gz) = 9059826 Modified: branches/2018Q2/japanese/wordpress/Makefile ============================================================================== --- branches/2018Q2/japanese/wordpress/Makefile Sun Apr 22 19:31:02 2018 (r468052) +++ branches/2018Q2/japanese/wordpress/Makefile Sun Apr 22 19:34:56 2018 (r468053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 4.9.4 +DISTVERSION= 4.9.5 DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ Modified: branches/2018Q2/japanese/wordpress/distinfo ============================================================================== --- branches/2018Q2/japanese/wordpress/distinfo Sun Apr 22 19:31:02 2018 (r468052) +++ branches/2018Q2/japanese/wordpress/distinfo Sun Apr 22 19:34:56 2018 (r468053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518216295 -SHA256 (wordpress-4.9.4-ja.tar.gz) = 319a1b2484e715d60009753acccd06511295ed1d0ef9d98ee8ab38144b90a541 -SIZE (wordpress-4.9.4-ja.tar.gz) = 9115611 +TIMESTAMP = 1524258314 +SHA256 (wordpress-4.9.5-ja.tar.gz) = 63a1ed405935587469d6f03aa754bdaf5f319db2c8799c3624faf9ddf7aebbc7 +SIZE (wordpress-4.9.5-ja.tar.gz) = 9069188 Modified: branches/2018Q2/www/wordpress/Makefile ============================================================================== --- branches/2018Q2/www/wordpress/Makefile Sun Apr 22 19:31:02 2018 (r468052) +++ branches/2018Q2/www/wordpress/Makefile Sun Apr 22 19:34:56 2018 (r468053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 4.9.4 +DISTVERSION= 4.9.5 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ Modified: branches/2018Q2/www/wordpress/distinfo ============================================================================== --- branches/2018Q2/www/wordpress/distinfo Sun Apr 22 19:31:02 2018 (r468052) +++ branches/2018Q2/www/wordpress/distinfo Sun Apr 22 19:34:56 2018 (r468053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518216316 -SHA256 (wordpress-4.9.4.tar.gz) = 871622ce9144184d9afe25dd6e970dc5c1fcd25ac1bc1050a920e492b897bb11 -SIZE (wordpress-4.9.4.tar.gz) = 8565525 +TIMESTAMP = 1524258288 +SHA256 (wordpress-4.9.5.tar.gz) = a1664b259755021adbfbe5e8f7fd78a98c015e92e1f985258abed19f759822cb +SIZE (wordpress-4.9.5.tar.gz) = 8565154 From owner-svn-ports-branches@freebsd.org Sun Apr 22 20:18:01 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AD38FBA9A6; Sun, 22 Apr 2018 20:18:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0DCE96DDB2; Sun, 22 Apr 2018 20:18:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 08D4D1A6A9; Sun, 22 Apr 2018 20:18:01 +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 w3MKI0MG077985; Sun, 22 Apr 2018 20:18:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3MKI0rW077983; Sun, 22 Apr 2018 20:18:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804222018.w3MKI0rW077983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 22 Apr 2018 20:18:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468056 - branches/2018Q2/devel/py-pytest-tornado X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/devel/py-pytest-tornado X-SVN-Commit-Revision: 468056 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.25 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, 22 Apr 2018 20:18:01 -0000 Author: jbeich Date: Sun Apr 22 20:18:00 2018 New Revision: 468056 URL: https://svnweb.freebsd.org/changeset/ports/468056 Log: MFH: r468041 devel/py-pytest-tornado: update to 0.5.0 Changes: https://github.com/eugeniy/pytest-tornado/compare/v0.4.5...v0.5.0 Approved by: ports-secteam (riggs) Modified: branches/2018Q2/devel/py-pytest-tornado/Makefile branches/2018Q2/devel/py-pytest-tornado/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/py-pytest-tornado/Makefile ============================================================================== --- branches/2018Q2/devel/py-pytest-tornado/Makefile Sun Apr 22 19:49:49 2018 (r468055) +++ branches/2018Q2/devel/py-pytest-tornado/Makefile Sun Apr 22 20:18:00 2018 (r468056) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytest-tornado -PORTVERSION= 0.4.5 +PORTVERSION= 0.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Py.test plugin providing fixtures and markers LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tornado>=4:www/py-tornado@${FLAVOR} NO_ARCH= yes USES= python Modified: branches/2018Q2/devel/py-pytest-tornado/distinfo ============================================================================== --- branches/2018Q2/devel/py-pytest-tornado/distinfo Sun Apr 22 19:49:49 2018 (r468055) +++ branches/2018Q2/devel/py-pytest-tornado/distinfo Sun Apr 22 20:18:00 2018 (r468056) @@ -1,3 +1,3 @@ -TIMESTAMP = 1456171114 -SHA256 (pytest-tornado-0.4.5.tar.gz) = 28b772d8dbea3d98da94d6697f739652a373b35123e0ed60af77557c6a2c392c -SIZE (pytest-tornado-0.4.5.tar.gz) = 4685 +TIMESTAMP = 1524338305 +SHA256 (pytest-tornado-0.5.0.tar.gz) = 214fc59d06fb81696fce3028b56dff522168ac1cfc784cfc0077b7b1e425b4cd +SIZE (pytest-tornado-0.5.0.tar.gz) = 4698 From owner-svn-ports-branches@freebsd.org Mon Apr 23 01:25:54 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43A14FAFCE6; Mon, 23 Apr 2018 01:25:54 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3D3668CE1; Mon, 23 Apr 2018 01:25:53 +0000 (UTC) (envelope-from kevans@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC3781D795; Mon, 23 Apr 2018 01:25:53 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3N1PrnJ032313; Mon, 23 Apr 2018 01:25:53 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3N1Pr8C032310; Mon, 23 Apr 2018 01:25:53 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <201804230125.w3N1Pr8C032310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Mon, 23 Apr 2018 01:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468069 - in branches/2018Q2/devel: aarch64-none-elf-gcc arm-none-eabi-gcc powerpc64-gcc X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: in branches/2018Q2/devel: aarch64-none-elf-gcc arm-none-eabi-gcc powerpc64-gcc X-SVN-Commit-Revision: 468069 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.25 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2018 01:25:54 -0000 Author: kevans (src committer) Date: Mon Apr 23 01:25:53 2018 New Revision: 468069 URL: https://svnweb.freebsd.org/changeset/ports/468069 Log: MFH: r467716 Fix arm-none-eabi-gcc/aarch64-none-elf-gcc plist after r466699 jhb fixed these ports in r466699, but include-fixed headers has changed since the last update, perhaps due to --sysroot and these ports being built differently since then. Add the extra headers to the plist and bump PORTREVISION due to package differences. This fixes some sanity checking in the plist, since these files are installed to the stage dir. Reported by: Phillip R. Jaenke Approved by: ler (ports) Approved by: ports-secteam (riggs) Modified: branches/2018Q2/devel/aarch64-none-elf-gcc/pkg-plist branches/2018Q2/devel/arm-none-eabi-gcc/pkg-plist branches/2018Q2/devel/powerpc64-gcc/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/aarch64-none-elf-gcc/pkg-plist ============================================================================== --- branches/2018Q2/devel/aarch64-none-elf-gcc/pkg-plist Mon Apr 23 00:33:54 2018 (r468068) +++ branches/2018Q2/devel/aarch64-none-elf-gcc/pkg-plist Mon Apr 23 01:25:53 2018 (r468069) @@ -20,9 +20,21 @@ lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/ilp32/crti.o lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/ilp32/crtn.o lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/ilp32/libgcc.a lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/ilp32/libgcov.a -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/README lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/limits.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_fil.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_lookup.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_nat.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_proxy.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_scan.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_state.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/README +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/stddef.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/stdio.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/stdlib.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/sys/types.h lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/syslimits.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/unistd.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/wchar.h lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_acle.h lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_neon.h lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/float.h Modified: branches/2018Q2/devel/arm-none-eabi-gcc/pkg-plist ============================================================================== --- branches/2018Q2/devel/arm-none-eabi-gcc/pkg-plist Mon Apr 23 00:33:54 2018 (r468068) +++ branches/2018Q2/devel/arm-none-eabi-gcc/pkg-plist Mon Apr 23 01:25:53 2018 (r468069) @@ -13,9 +13,21 @@ lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtend.o lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtfastmath.o lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crti.o lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtn.o -lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/README lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/limits.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_fil.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_lookup.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_nat.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_proxy.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_scan.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/netinet/ip_state.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/README +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/stddef.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/stdio.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/stdlib.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/sys/types.h lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/syslimits.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/unistd.h +lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/wchar.h lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_acle.h lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_neon.h lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/float.h Modified: branches/2018Q2/devel/powerpc64-gcc/Makefile ============================================================================== --- branches/2018Q2/devel/powerpc64-gcc/Makefile Mon Apr 23 00:33:54 2018 (r468068) +++ branches/2018Q2/devel/powerpc64-gcc/Makefile Mon Apr 23 01:25:53 2018 (r468069) @@ -2,7 +2,7 @@ PORTNAME= gcc PORTVERSION= 6.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMEPREFIX?= powerpc64- From owner-svn-ports-branches@freebsd.org Mon Apr 23 22:04:02 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 650F3FAC778; Mon, 23 Apr 2018 22:04:02 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 15DA573893; Mon, 23 Apr 2018 22:04:02 +0000 (UTC) (envelope-from dvl@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D3A3204B; Mon, 23 Apr 2018 22:04:02 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3NM41Xq053496; Mon, 23 Apr 2018 22:04:01 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3NM41ic053493; Mon, 23 Apr 2018 22:04:01 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201804232204.w3NM41ic053493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Mon, 23 Apr 2018 22:04:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468143 - in branches/2018Q2: Mk lang/ruby24 X-SVN-Group: ports-branches X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: in branches/2018Q2: Mk lang/ruby24 X-SVN-Commit-Revision: 468143 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.25 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2018 22:04:02 -0000 Author: dvl Date: Mon Apr 23 22:04:01 2018 New Revision: 468143 URL: https://svnweb.freebsd.org/changeset/ports/468143 Log: MFH: r466296 Update to 2.4.4 Changes: https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-4-4-released/ PR: 227091 Exp-run by: antoine Security: eb69bcf2-18ef-4aa2-bb0c-83b263364089 Approved by: ports-secteam blanket Modified: branches/2018Q2/Mk/bsd.ruby.mk branches/2018Q2/lang/ruby24/distinfo branches/2018Q2/lang/ruby24/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/Mk/bsd.ruby.mk ============================================================================== --- branches/2018Q2/Mk/bsd.ruby.mk Mon Apr 23 21:33:22 2018 (r468142) +++ branches/2018Q2/Mk/bsd.ruby.mk Mon Apr 23 22:04:01 2018 (r468143) @@ -164,7 +164,7 @@ RUBY23= "" # PLIST_SUB helpers # # Ruby 2.4 # -RUBY_RELVERSION= 2.4.3 +RUBY_RELVERSION= 2.4.4 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 Modified: branches/2018Q2/lang/ruby24/distinfo ============================================================================== --- branches/2018Q2/lang/ruby24/distinfo Mon Apr 23 21:33:22 2018 (r468142) +++ branches/2018Q2/lang/ruby24/distinfo Mon Apr 23 22:04:01 2018 (r468143) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513291404 -SHA256 (ruby/ruby-2.4.3.tar.xz) = 23677d40bf3b7621ba64593c978df40b1e026d8653c74a0599f0ead78ed92b51 -SIZE (ruby/ruby-2.4.3.tar.xz) = 10040072 +TIMESTAMP = 1522331781 +SHA256 (ruby/ruby-2.4.4.tar.xz) = 1d0034071d675193ca769f64c91827e5f54cb3a7962316a41d5217c7bc6949f0 +SIZE (ruby/ruby-2.4.4.tar.xz) = 10049304 Modified: branches/2018Q2/lang/ruby24/pkg-plist ============================================================================== --- branches/2018Q2/lang/ruby24/pkg-plist Mon Apr 23 21:33:22 2018 (r468142) +++ branches/2018Q2/lang/ruby24/pkg-plist Mon Apr 23 22:04:01 2018 (r468143) @@ -1515,6 +1515,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/dae/va__1_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/dae/va__1_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/dae/va__1_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/db6/structglob__error__args.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/db7/struct_str_node.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/db7/structruby__gc__params__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d2/db9/cris_2ffi_8c.html @@ -3119,6 +3120,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/da2/pathname_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/da2/pathname_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/da2/pathname_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/da5/structprint__to__arg.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/da5/structsort__by__data.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/da6/structgen__ivtbl.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d9/dab/ossl__x509ext_8c.html @@ -3670,6 +3672,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d4b/nkf_2nkf-utf8_2config_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d4e/struct____siov.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d4e/structrb__classext__struct.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d52/structruby__glob__funcs__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d53/cls__align__sint16_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d53/cls__align__sint16_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/dc/d53/return__fl3_8c__incl.map @@ -7548,6 +7551,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/Package/TarHeader/header-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Package/TarHeader/new-c.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Package/TarHeader/oct-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Package/TarHeader/strict_oct-c.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Package/TarHeader/update_checksum-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Package/TarInvalidError/cdesc-TarInvalidError.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Package/TarReader/Entry/bytes_read-i.ri @@ -7622,8 +7626,10 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/Gem/Package/files-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Package/gzip_to-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Package/initialize-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Package/mkdir_p_safe-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Package/new-c.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Package/read_checksums-i.ri +%%RDOC%%%%RUBY_RIDIR%%/Gem/Package/realpath-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Package/security_policy-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Package/setup_signer-i.ri %%RDOC%%%%RUBY_RIDIR%%/Gem/Package/spec-i.ri @@ -11540,6 +11546,8 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/OpenSSL/debug-c.ri %%RDOC%%%%RUBY_RIDIR%%/OpenSSL/errors-c.ri %%RDOC%%%%RUBY_RIDIR%%/OpenSSL/fips_mode%3d-c.ri +%%RDOC%%%%RUBY_RIDIR%%/OpenSSL/mem_check_start-c.ri +%%RDOC%%%%RUBY_RIDIR%%/OpenSSL/print_mem_leaks-c.ri %%RDOC%%%%RUBY_RIDIR%%/OpenStruct/%3d%3d-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenStruct/%5b%5d%3d-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenStruct/%5b%5d-i.ri @@ -11551,13 +11559,11 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/OpenStruct/eql%3f-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenStruct/freeze-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenStruct/hash-i.ri -%%RDOC%%%%RUBY_RIDIR%%/OpenStruct/initialize_copy-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenStruct/inspect-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenStruct/json_create-c.ri %%RDOC%%%%RUBY_RIDIR%%/OpenStruct/marshal_dump-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenStruct/marshal_load-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenStruct/new-c.ri -%%RDOC%%%%RUBY_RIDIR%%/OpenStruct/respond_to_missing%3f-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenStruct/to_h-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenStruct/to_json-i.ri %%RDOC%%%%RUBY_RIDIR%%/OpenStruct/to_s-i.ri @@ -17117,8 +17123,11 @@ man/man1/%%RUBY_NAME%%.1.gz %%RDOC%%%%RUBY_RIDIR%%/WEBrick/HTTPRequest/user-i.ri %%RDOC%%%%RUBY_RIDIR%%/WEBrick/HTTPResponse/%5b%5d%3d-i.ri %%RDOC%%%%RUBY_RIDIR%%/WEBrick/HTTPResponse/%5b%5d-i.ri +%%RDOC%%%%RUBY_RIDIR%%/WEBrick/HTTPResponse/ChunkedWrapper/cdesc-ChunkedWrapper.ri +%%RDOC%%%%RUBY_RIDIR%%/WEBrick/HTTPResponse/InvalidHeader/cdesc-InvalidHeader.ri %%RDOC%%%%RUBY_RIDIR%%/WEBrick/HTTPResponse/body-i.ri %%RDOC%%%%RUBY_RIDIR%%/WEBrick/HTTPResponse/cdesc-HTTPResponse.ri +%%RDOC%%%%RUBY_RIDIR%%/WEBrick/HTTPResponse/check_header-i.ri %%RDOC%%%%RUBY_RIDIR%%/WEBrick/HTTPResponse/chunked%3d-i.ri %%RDOC%%%%RUBY_RIDIR%%/WEBrick/HTTPResponse/chunked%3f-i.ri %%RDOC%%%%RUBY_RIDIR%%/WEBrick/HTTPResponse/config-i.ri From owner-svn-ports-branches@freebsd.org Tue Apr 24 00:08:38 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D45AFAEA8D; Tue, 24 Apr 2018 00:08:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D65566E6CF; Tue, 24 Apr 2018 00:08:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D14CD3364; Tue, 24 Apr 2018 00:08:37 +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 w3O08bCN014189; Tue, 24 Apr 2018 00:08:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3O08bss014186; Tue, 24 Apr 2018 00:08:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804240008.w3O08bss014186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 24 Apr 2018 00:08:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468152 - in branches/2018Q2/emulators/citra: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/emulators/citra: . files X-SVN-Commit-Revision: 468152 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.25 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, 24 Apr 2018 00:08:38 -0000 Author: jbeich Date: Tue Apr 24 00:08:37 2018 New Revision: 468152 URL: https://svnweb.freebsd.org/changeset/ports/468152 Log: MFH: r468037 emulators/citra: update to s20180422 Changes: https://github.com/citra-emu/citra/compare/048b0fc0...7d8b7d93 Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q2/emulators/citra/Makefile branches/2018Q2/emulators/citra/distinfo branches/2018Q2/emulators/citra/files/extra-patch-c++14 Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/emulators/citra/Makefile ============================================================================== --- branches/2018Q2/emulators/citra/Makefile Tue Apr 24 00:04:11 2018 (r468151) +++ branches/2018Q2/emulators/citra/Makefile Tue Apr 24 00:08:37 2018 (r468152) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20180418 +PORTVERSION= s20180422 PORTREVISION?= 0 CATEGORIES= emulators @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dy USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 394638e9 +GH_TAGNAME= 7d8b7d93 GH_TUPLE= citra-emu:ext-libressl-portable:cbb1dca:libressl/externals/libressl \ citra-emu:ext-soundtouch:019d208:soundtouch/externals/soundtouch \ MerryMage:dynarmic:d1d4705:dynarmic/externals/dynarmic \ Modified: branches/2018Q2/emulators/citra/distinfo ============================================================================== --- branches/2018Q2/emulators/citra/distinfo Tue Apr 24 00:04:11 2018 (r468151) +++ branches/2018Q2/emulators/citra/distinfo Tue Apr 24 00:08:37 2018 (r468152) @@ -1,6 +1,6 @@ -TIMESTAMP = 1524042625 -SHA256 (citra-emu-citra-s20180418-394638e9_GH0.tar.gz) = 4ebbbeab6a2005099bdb3626d5d956a4085330370c535a4151383bc8d5237a6c -SIZE (citra-emu-citra-s20180418-394638e9_GH0.tar.gz) = 1904056 +TIMESTAMP = 1524161017 +SHA256 (citra-emu-citra-s20180422-7d8b7d93_GH0.tar.gz) = e7a7a344d5075deaeb03885d74edd4a45dd534e0656e26b1b49ce3e5c691713b +SIZE (citra-emu-citra-s20180422-7d8b7d93_GH0.tar.gz) = 1921221 SHA256 (citra-emu-ext-libressl-portable-cbb1dca_GH0.tar.gz) = f3741a3bb480d9f8a817f032f59d1908e659620cbb93c0fe8289cfb46d2ab89c SIZE (citra-emu-ext-libressl-portable-cbb1dca_GH0.tar.gz) = 1761962 SHA256 (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = f48c211bbabe7ad79e1c504af1082756c74241be6bab4aca13140803f4b694e7 Modified: branches/2018Q2/emulators/citra/files/extra-patch-c++14 ============================================================================== --- branches/2018Q2/emulators/citra/files/extra-patch-c++14 Tue Apr 24 00:04:11 2018 (r468151) +++ branches/2018Q2/emulators/citra/files/extra-patch-c++14 Tue Apr 24 00:08:37 2018 (r468152) @@ -27,6 +27,14 @@ src/core/file_sys/archive_backend.cpp:30:21: error: ca void *memcpy(void * __restrict, const void * __restrict, size_t); ^ +/usr/bin/ld.lld: error: undefined symbol: StatusMessage::system_color +>>> referenced by src/citra_qt/multiplayer/chat_room.cpp +>>> src/citra_qt/CMakeFiles/citra-qt.dir/multiplayer/chat_room.cpp.o:(StatusMessage::GetSystemChatMessage() const) + +/usr/bin/ld.lld: error: undefined symbol: ChatMessage::player_color +>>> referenced by src/citra_qt/multiplayer/chat_room.cpp +>>> src/citra_qt/CMakeFiles/citra-qt.dir/multiplayer/chat_room.cpp.o:(ChatMessage::GetPlayerChatMessage(unsigned short) const) + --- CMakeLists.txt.orig 2018-02-14 15:32:26 UTC +++ CMakeLists.txt @@ -89,7 +88,7 @@ message(STATUS "Target architecture: ${ARCHITECTURE}") @@ -38,6 +46,26 @@ void *memcpy(void * __restrict, const void * __rest set(CMAKE_CXX_STANDARD_REQUIRED ON) if (NOT MSVC) +--- src/citra_qt/multiplayer/chat_room.cpp.orig 2018-04-19 18:03:37 UTC ++++ src/citra_qt/multiplayer/chat_room.cpp +@@ -36,7 +36,7 @@ class ChatMessage { (public) + } + + private: +- static constexpr std::array player_color = { ++ static inline constexpr std::array player_color = { + {"#0000FF", "#FF0000", "#8A2BE2", "#FF69B4", "#1E90FF", "#008000", "#00FF7F", "#B22222", + "#DAA520", "#FF4500", "#2E8B57", "#5F9EA0", "#D2691E", "#9ACD32", "#FF7F50", "FFFF00"}}; + +@@ -60,7 +60,7 @@ class StatusMessage { (public) + } + + private: +- static constexpr const char system_color[] = "#888888"; ++ static inline constexpr const char system_color[] = "#888888"; + QString timestamp; + QString message; + }; --- src/core/file_sys/archive_backend.cpp.orig 2018-03-02 20:58:43 UTC +++ src/core/file_sys/archive_backend.cpp @@ -21,13 +21,13 @@ Path::Path(LowPathType type, const std::vector& da From owner-svn-ports-branches@freebsd.org Tue Apr 24 00:14:23 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADA35FAED29; Tue, 24 Apr 2018 00:14:23 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 602E66EB8B; Tue, 24 Apr 2018 00:14:23 +0000 (UTC) (envelope-from jhale@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B03C352A; Tue, 24 Apr 2018 00:14:23 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3O0ENph019256; Tue, 24 Apr 2018 00:14:23 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3O0ENtg019254; Tue, 24 Apr 2018 00:14:23 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201804240014.w3O0ENtg019254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 24 Apr 2018 00:14:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468154 - branches/2018Q2/finance/aqbanking X-SVN-Group: ports-branches X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: branches/2018Q2/finance/aqbanking X-SVN-Commit-Revision: 468154 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.25 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, 24 Apr 2018 00:14:23 -0000 Author: jhale Date: Tue Apr 24 00:14:22 2018 New Revision: 468154 URL: https://svnweb.freebsd.org/changeset/ports/468154 Log: MFH: r468153 Paypal backend was re-added in this release and was missed due to the arguments passed by EBIC_CONFIGURE_OFF. Consequently, the pkg-plist was broken when the EBICS option was enabled. Adjust the check for security/xmlsec1 so that aqbanking can be built in poudriere with the EBICS option enabled. Approved by: ports-secteam (blanket) Modified: branches/2018Q2/finance/aqbanking/Makefile branches/2018Q2/finance/aqbanking/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/finance/aqbanking/Makefile ============================================================================== --- branches/2018Q2/finance/aqbanking/Makefile Tue Apr 24 00:12:50 2018 (r468153) +++ branches/2018Q2/finance/aqbanking/Makefile Tue Apr 24 00:14:22 2018 (r468154) @@ -2,6 +2,7 @@ PORTNAME= aqbanking PORTVERSION= 5.7.8 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=03&release=217&file=02&dummy=/ @@ -38,18 +39,14 @@ DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ DOXYGEN_CONFIGURE_ENABLE= full-doc EBICS_DESC= Enable EBICS backend -EBICS_LIB_DEPENDS= libxmlsec1-gnutls.so:security/xmlsec1 +EBICS_LIB_DEPENDS= libxmlsec1.so:security/xmlsec1 EBICS_USE= GNOME=libxml2,libxslt -EBICS_CONFIGURE_OFF= --with-backends="aqhbci aqnone aqofxconnect" +EBICS_CONFIGURE_OFF= --with-backends="aqhbci aqnone aqofxconnect aqpaypal" KTOBLZCHECK_DESC= Enable KtoBlzCheck support .include -.if ${PORT_OPTIONS:MEBICS} && !exists(${LOCALBASE}/libdata/pkgconfig/xmlsec1-gnutls.pc) -IGNORE= (Re)Install security/xmlsec1 with the GNUTLS option ON -.endif - .if ${PORT_OPTIONS:MKTOBLZCHECK} || exists(${LOCALBASE}/lib/libktoblzcheck.so) LIB_DEPENDS+= libktoblzcheck.so:finance/ktoblzcheck .endif @@ -57,6 +54,12 @@ LIB_DEPENDS+= libktoblzcheck.so:finance/ktoblzcheck .if ${PORT_OPTIONS:MDOCS} && !${PORT_OPTIONS:MDOXYGEN} PORTDOCS= * .endif + +pre-configure-EBICS-on: + @(if [ ! -e ${LOCALBASE}/libdata/pkgconfig/xmlsec1-gnutls.pc ] ; then \ + ${ECHO_MSG} "(Re)Install security/xmlsec1 with the GNUTLS option ON" ; \ + exit 1; \ + fi) post-build-DOXYGEN-on: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} srcdoc Modified: branches/2018Q2/finance/aqbanking/pkg-plist ============================================================================== --- branches/2018Q2/finance/aqbanking/pkg-plist Tue Apr 24 00:12:50 2018 (r468153) +++ branches/2018Q2/finance/aqbanking/pkg-plist Tue Apr 24 00:14:22 2018 (r468154) @@ -2,6 +2,7 @@ bin/aqbanking-cli bin/aqbanking-config %%EBICS%%bin/aqebics-tool bin/aqhbci-tool4 +bin/aqpaypal-tool bin/hbcixml3 include/aqbanking5/aqbanking/ab_accountqueue.h include/aqbanking5/aqbanking/ab_accountqueuefns.h @@ -124,6 +125,9 @@ include/aqbanking5/aqofxconnect/version.h %%EBICS%%include/aqebics/client/account.h %%EBICS%%include/aqebics/client/provider.h %%EBICS%%include/aqebics/client/user.h +include/aqpaypal/aqpaypal.h +include/aqpaypal/provider.h +include/aqpaypal/user.h lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/at.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/at.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/ca.so @@ -168,6 +172,8 @@ lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqno lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqnone.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqofxconnect.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqofxconnect.xml +lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqpaypal.so +lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqpaypal.xml lib/cmake/aqbanking-%%AQB_MAJ_MIN_VER%%/aqbanking-config-version.cmake lib/cmake/aqbanking-%%AQB_MAJ_MIN_VER%%/aqbanking-config.cmake lib/libaqbanking.so @@ -188,6 +194,9 @@ lib/libaqnone.so.%%AQB_SHLIB_VER%%.6.8 lib/libaqofxconnect.so lib/libaqofxconnect.so.7 lib/libaqofxconnect.so.7.0.2 +lib/libaqpaypal.so +lib/libaqpaypal.so.0 +lib/libaqpaypal.so.0.0.0 libdata/pkgconfig/aqbanking.pc share/aclocal/aqbanking.m4 %%DATADIR%%/aqbanking/typemaker2/c/ab_account.tm2 @@ -220,6 +229,9 @@ share/aclocal/aqbanking.m4 %%DATADIR%%/backends/aqofxconnect/dialogs/dlg_getinst.dlg %%DATADIR%%/backends/aqofxconnect/dialogs/dlg_newuser.dlg %%DATADIR%%/backends/aqofxconnect/dialogs/dlg_ofx_special.dlg +%%DATADIR%%/backends/aqpaypal/dialogs/dlg_editsecret.dlg +%%DATADIR%%/backends/aqpaypal/dialogs/dlg_edituser.dlg +%%DATADIR%%/backends/aqpaypal/dialogs/dlg_newuser.dlg %%DATADIR%%/bankinfo/at/banks.data %%DATADIR%%/bankinfo/at/bic.idx %%DATADIR%%/bankinfo/at/blz.idx @@ -308,4 +320,5 @@ share/aclocal/aqbanking.m4 %%DATADIR%%/typemaker2/c/ab_userqueue_list.tm2 %%EBICS%%share/doc/aqebics/aqebics-tool/README share/doc/aqhbci/aqhbci-tool/README +share/doc/aqpaypal/aqpaypal-tool/README share/locale/de/LC_MESSAGES/aqbanking.mo From owner-svn-ports-branches@freebsd.org Tue Apr 24 00:30:01 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45271FAF48C; Tue, 24 Apr 2018 00:30:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EB62872056; Tue, 24 Apr 2018 00:30:00 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E1C993A11; Tue, 24 Apr 2018 00:30:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3O0U0XI025699; Tue, 24 Apr 2018 00:30:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3O0U0W5025697; Tue, 24 Apr 2018 00:30:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804240030.w3O0U0W5025697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 24 Apr 2018 00:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468164 - branches/2018Q2/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/emulators/rpcs3 X-SVN-Commit-Revision: 468164 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.25 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, 24 Apr 2018 00:30:01 -0000 Author: jbeich Date: Tue Apr 24 00:30:00 2018 New Revision: 468164 URL: https://svnweb.freebsd.org/changeset/ports/468164 Log: MFH: r468156 emulators/rpcs3: update to 0.0.5.215 Changes: https://github.com/RPCS3/rpcs3/compare/eb3dfb6bb...bd1d4de42 Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q2/emulators/rpcs3/Makefile branches/2018Q2/emulators/rpcs3/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q2/emulators/rpcs3/Makefile Tue Apr 24 00:26:05 2018 (r468163) +++ branches/2018Q2/emulators/rpcs3/Makefile Tue Apr 24 00:30:00 2018 (r468164) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-200 -DISTVERSIONSUFFIX= -g3d551482a +DISTVERSION= 0.0.5-215 +DISTVERSIONSUFFIX= -gbd1d4de42 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: branches/2018Q2/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q2/emulators/rpcs3/distinfo Tue Apr 24 00:26:05 2018 (r468163) +++ branches/2018Q2/emulators/rpcs3/distinfo Tue Apr 24 00:30:00 2018 (r468164) @@ -1,6 +1,6 @@ -TIMESTAMP = 1524061075 -SHA256 (RPCS3-rpcs3-v0.0.5-200-g3d551482a_GH0.tar.gz) = 329445d1aa5aba7b011745d4a04b1653e3f71365dd5d0f0662122d9597ffb3ae -SIZE (RPCS3-rpcs3-v0.0.5-200-g3d551482a_GH0.tar.gz) = 4326266 +TIMESTAMP = 1524344809 +SHA256 (RPCS3-rpcs3-v0.0.5-215-gbd1d4de42_GH0.tar.gz) = 90b6dca287dbd2fbf2c173632c318e3e2190ed146b89bff34f3854b333dab20e +SIZE (RPCS3-rpcs3-v0.0.5-215-gbd1d4de42_GH0.tar.gz) = 4821632 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-yaml-cpp-release-0.5.3-62-g017626a_GH0.tar.gz) = 1d4b32443f137c23b68d3cb183ba6fb48eb76be2b0b30016970adff5c770d841 From owner-svn-ports-branches@freebsd.org Tue Apr 24 00:38:30 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 293F0FAF736; Tue, 24 Apr 2018 00:38:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA93574C3D; Tue, 24 Apr 2018 00:38:29 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B63F43C23; Tue, 24 Apr 2018 00:38:29 +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 w3O0cTJ6030923; Tue, 24 Apr 2018 00:38:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3O0cT2D030921; Tue, 24 Apr 2018 00:38:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804240038.w3O0cT2D030921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 24 Apr 2018 00:38:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468166 - in branches/2018Q2/www/waterfox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/www/waterfox: . files X-SVN-Commit-Revision: 468166 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.25 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, 24 Apr 2018 00:38:30 -0000 Author: jbeich Date: Tue Apr 24 00:38:29 2018 New Revision: 468166 URL: https://svnweb.freebsd.org/changeset/ports/468166 Log: MFH: r468160 www/waterfox: apply a FF60 fix Approved by: ports-secteam blanket Added: branches/2018Q2/www/waterfox/files/patch-bug1448200 - copied unchanged from r468160, head/www/waterfox/files/patch-bug1448200 Modified: branches/2018Q2/www/waterfox/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/waterfox/Makefile ============================================================================== --- branches/2018Q2/www/waterfox/Makefile Tue Apr 24 00:33:59 2018 (r468165) +++ branches/2018Q2/www/waterfox/Makefile Tue Apr 24 00:38:29 2018 (r468166) @@ -2,7 +2,7 @@ PORTNAME= waterfox DISTVERSION= 56.1.0 -PORTREVISION= 13 +PORTREVISION= 15 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org Copied: branches/2018Q2/www/waterfox/files/patch-bug1448200 (from r468160, head/www/waterfox/files/patch-bug1448200) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/waterfox/files/patch-bug1448200 Tue Apr 24 00:38:29 2018 (r468166, copy of r468160, head/www/waterfox/files/patch-bug1448200) @@ -0,0 +1,36 @@ +commit 64e2cd0e1310 +Author: Blake Kaplan +Date: Fri Mar 30 16:15:11 2018 -0700 + + Bug 1448200 - Handle the creation of the spellchecker more gracefully. r=Felipe a=lizzard + + If the user right-clicks on an input field and that click causes us to create + a spellchecker, then it won't be initialized in time to show the context menu. + Handle that case more gracefully by passing that state up to the parent. + + MozReview-Commit-ID: 1hjxloq2OLp + + --HG-- + extra : source : 8fbafbc46da259a054dd00feb93abc20e3140c56 + extra : histedit_source : 8f5a1548dad701ac23e34c9a15a59e67b50188c0 +--- + toolkit/modules/InlineSpellCheckerContent.jsm | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git toolkit/modules/InlineSpellCheckerContent.jsm toolkit/modules/InlineSpellCheckerContent.jsm +index 5184f1ec7dcb..974fbba879d7 100644 +--- toolkit/modules/InlineSpellCheckerContent.jsm ++++ toolkit/modules/InlineSpellCheckerContent.jsm +@@ -49,6 +49,12 @@ var InlineSpellCheckerContent = { + enableRealTimeSpell: false }; + } + ++ if (spellChecker.initialSpellCheckPending) { ++ return { canSpellCheck: true, ++ initialSpellCheckPending: true, ++ enableRealTimeSpell: true }; ++ } ++ + let dictionaryList = {}; + let realSpellChecker = spellChecker.mInlineSpellChecker.spellChecker; + realSpellChecker.GetDictionaryList(dictionaryList, {}); From owner-svn-ports-branches@freebsd.org Tue Apr 24 00:53:57 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CCCEFAFC65; Tue, 24 Apr 2018 00:53:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E09B787F0; Tue, 24 Apr 2018 00:53:57 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05A913F60; Tue, 24 Apr 2018 00:53:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3O0ru8H041033; Tue, 24 Apr 2018 00:53:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3O0ruec041031; Tue, 24 Apr 2018 00:53:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804240053.w3O0ruec041031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 24 Apr 2018 00:53:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468170 - branches/2018Q2/games/openbor X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/games/openbor X-SVN-Commit-Revision: 468170 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.25 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, 24 Apr 2018 00:53:57 -0000 Author: jbeich Date: Tue Apr 24 00:53:56 2018 New Revision: 468170 URL: https://svnweb.freebsd.org/changeset/ports/468170 Log: MFH: r468169 games/openbor: update to 5034 Changes: https://github.com/DCurrent/openbor/compare/449e528...f47df2b0 Approved by: ports-secteam (feld, implicit for snapshots) Modified: branches/2018Q2/games/openbor/Makefile branches/2018Q2/games/openbor/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/games/openbor/Makefile ============================================================================== --- branches/2018Q2/games/openbor/Makefile Tue Apr 24 00:53:16 2018 (r468169) +++ branches/2018Q2/games/openbor/Makefile Tue Apr 24 00:53:56 2018 (r468170) @@ -2,7 +2,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} -PORTVERSION?= 4942 +PORTVERSION?= 5034 .ifndef PKGNAMESUFFIX PORTREVISION= 0 .endif @@ -31,7 +31,7 @@ PORTSCOUT= ignore:1 USE_GITHUB= yes GH_ACCOUNT= DCurrent -GH_TAGNAME?= 449e528 +GH_TAGNAME?= f47df2b0 USES+= gmake pkgconfig .if ${PORTVERSION} < 4433 Modified: branches/2018Q2/games/openbor/distinfo ============================================================================== --- branches/2018Q2/games/openbor/distinfo Tue Apr 24 00:53:16 2018 (r468169) +++ branches/2018Q2/games/openbor/distinfo Tue Apr 24 00:53:56 2018 (r468170) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523558034 -SHA256 (DCurrent-openbor-4942-449e528_GH0.tar.gz) = 9df2913c18349c78d7e5c57b9f276cd21e40ddd50c5b667f460c0dd19056b3ad -SIZE (DCurrent-openbor-4942-449e528_GH0.tar.gz) = 108236606 +TIMESTAMP = 1524477792 +SHA256 (DCurrent-openbor-5034-f47df2b0_GH0.tar.gz) = 961ad18e362cb5db45cab5b7fff8a22976415fd6daddfda93198c75874b40817 +SIZE (DCurrent-openbor-5034-f47df2b0_GH0.tar.gz) = 108240508 From owner-svn-ports-branches@freebsd.org Tue Apr 24 07:55:18 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1E6AFBF476; Tue, 24 Apr 2018 07:55:17 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7024A78C6A; Tue, 24 Apr 2018 07:55:17 +0000 (UTC) (envelope-from delphij@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 50D6E10650; Tue, 24 Apr 2018 07:55:17 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3O7tHjY051957; Tue, 24 Apr 2018 07:55:17 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3O7tGkF051953; Tue, 24 Apr 2018 07:55:16 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201804240755.w3O7tGkF051953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 24 Apr 2018 07:55:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468189 - in branches/2018Q2/www/dokuwiki: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: in branches/2018Q2/www/dokuwiki: . files X-SVN-Commit-Revision: 468189 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.25 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, 24 Apr 2018 07:55:18 -0000 Author: delphij Date: Tue Apr 24 07:55:16 2018 New Revision: 468189 URL: https://svnweb.freebsd.org/changeset/ports/468189 Log: MFH: r468188 Update to 2018-04-22. PR: 227733 Submitted by: Yasuhiro KIMURA Approved by: ports-secteam Modified: branches/2018Q2/www/dokuwiki/Makefile branches/2018Q2/www/dokuwiki/distinfo branches/2018Q2/www/dokuwiki/files/patch-wrong-2388-fix branches/2018Q2/www/dokuwiki/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/dokuwiki/Makefile ============================================================================== --- branches/2018Q2/www/dokuwiki/Makefile Tue Apr 24 07:54:26 2018 (r468188) +++ branches/2018Q2/www/dokuwiki/Makefile Tue Apr 24 07:55:16 2018 (r468189) @@ -10,14 +10,19 @@ DISTNAME= ${DIST_VER} MAINTAINER= delphij@FreeBSD.org COMMENT= Simple and easy to use wiki, no database required -LICENSE= GPLv2 +LICENSE= BSD3CLAUSE GPLv2 GPLv2+ GPLv3 MIT +LICENSE_COMB= multi +LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/vendor/simplepie/simplepie/LICENSE.txt +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING +LICENSE_FILE_GPLv2+ = ${WRKSRC}/vendor/geshi/geshi/LICENSE +LICENSE_FILE_GPLv3= ${WRKSRC}/vendor/marcusschwarz/lesserphp/LICENSE +LICENSE_FILE_MIT= ${WRKSRC}/vendor/composer/LICENSE -DIST_VER= ${PORTNAME}-2017-02-19e +DIST_VER= ${PORTNAME}-2018-04-22 +USES= cpe tar:tgz php:web USE_PHP= gd mbstring openssl pcre session xml zlib NO_ARCH= YES NO_BUILD= YES - -USES= cpe tar:tgz php:web SUB_FILES= pkg-message SUB_LIST+= PORTNAME=${PORTNAME} Modified: branches/2018Q2/www/dokuwiki/distinfo ============================================================================== --- branches/2018Q2/www/dokuwiki/distinfo Tue Apr 24 07:54:26 2018 (r468188) +++ branches/2018Q2/www/dokuwiki/distinfo Tue Apr 24 07:55:16 2018 (r468189) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503522933 -SHA256 (dokuwiki-2017-02-19e.tgz) = 93172a28ab88107a8abac1e6a34fa6cef54b6e407cd03a8cc14d2a604a63e888 -SIZE (dokuwiki-2017-02-19e.tgz) = 3505643 +TIMESTAMP = 1524539994 +SHA256 (dokuwiki-2018-04-22.tgz) = 508ae5f9d9a3fd3743b48de1b8c4b39ed8c8dc4bc34db68e7c5bdf989f538ef8 +SIZE (dokuwiki-2018-04-22.tgz) = 3745517 Modified: branches/2018Q2/www/dokuwiki/files/patch-wrong-2388-fix ============================================================================== --- branches/2018Q2/www/dokuwiki/files/patch-wrong-2388-fix Tue Apr 24 07:54:26 2018 (r468188) +++ branches/2018Q2/www/dokuwiki/files/patch-wrong-2388-fix Tue Apr 24 07:55:16 2018 (r468189) @@ -1,6 +1,6 @@ ---- ./inc/httputils.php.orig 2014-05-05 13:53:23.000000000 -0700 -+++ ./inc/httputils.php 2014-05-22 15:24:54.000000000 -0700 -@@ -80,8 +80,6 @@ +--- inc/httputils.php.orig 2018-04-22 11:17:57 UTC ++++ inc/httputils.php +@@ -82,8 +82,6 @@ function http_sendfile($file) { ob_end_clean(); exit; }elseif($conf['xsendfile'] == 3){ Modified: branches/2018Q2/www/dokuwiki/pkg-plist ============================================================================== --- branches/2018Q2/www/dokuwiki/pkg-plist Tue Apr 24 07:54:26 2018 (r468188) +++ branches/2018Q2/www/dokuwiki/pkg-plist Tue Apr 24 07:55:16 2018 (r468189) @@ -6,6 +6,7 @@ %%WWWDIR%%/bin/dwpage.php %%WWWDIR%%/bin/gittool.php %%WWWDIR%%/bin/indexer.php +%%WWWDIR%%/bin/plugin.php %%WWWDIR%%/bin/render.php %%WWWDIR%%/bin/striplangs.php %%WWWDIR%%/bin/wantedpages.php @@ -17,6 +18,7 @@ %%WWWDIR%%/conf/interwiki.conf %%WWWDIR%%/conf/license.php %%WWWDIR%%/conf/local.php.dist +%%WWWDIR%%/conf/manifest.json %%WWWDIR%%/conf/mediameta.php %%WWWDIR%%/conf/mime.conf %%WWWDIR%%/conf/mysql.conf.php.example @@ -30,9 +32,12 @@ %%WWWDIR%%/data/_dummy %%WWWDIR%%/data/attic/_dummy %%WWWDIR%%/data/cache/_dummy +%%WWWDIR%%/data/dont-panic-if-you-see-this-in-your-logs-it-means-your-directory-permissions-are-correct.png +%%WWWDIR%%/data/dont-panic-if-you-see-this-in-your-logs-it-means-your-directory-permissions-are-correct.xcf %%WWWDIR%%/data/index/_dummy %%WWWDIR%%/data/locks/_dummy %%WWWDIR%%/data/media/wiki/dokuwiki-128.png +%%WWWDIR%%/data/media/wiki/dokuwiki.svg %%WWWDIR%%/data/media_attic/_dummy %%WWWDIR%%/data/media_meta/_dummy %%WWWDIR%%/data/meta/_dummy @@ -40,14 +45,57 @@ %%WWWDIR%%/data/pages/wiki/dokuwiki.txt %%WWWDIR%%/data/pages/wiki/syntax.txt %%WWWDIR%%/data/pages/wiki/welcome.txt -%%WWWDIR%%/data/security.png -%%WWWDIR%%/data/security.xcf %%WWWDIR%%/data/tmp/_dummy %%WWWDIR%%/doku.php %%WWWDIR%%/feed.php %%WWWDIR%%/inc/.htaccess +%%WWWDIR%%/inc/Action/AbstractAclAction.php +%%WWWDIR%%/inc/Action/AbstractAction.php +%%WWWDIR%%/inc/Action/AbstractAliasAction.php +%%WWWDIR%%/inc/Action/AbstractUserAction.php +%%WWWDIR%%/inc/Action/Admin.php +%%WWWDIR%%/inc/Action/Backlink.php +%%WWWDIR%%/inc/Action/Cancel.php +%%WWWDIR%%/inc/Action/Check.php +%%WWWDIR%%/inc/Action/Conflict.php +%%WWWDIR%%/inc/Action/Denied.php +%%WWWDIR%%/inc/Action/Diff.php +%%WWWDIR%%/inc/Action/Draft.php +%%WWWDIR%%/inc/Action/Draftdel.php +%%WWWDIR%%/inc/Action/Edit.php +%%WWWDIR%%/inc/Action/Exception/ActionAbort.php +%%WWWDIR%%/inc/Action/Exception/ActionAclRequiredException.php +%%WWWDIR%%/inc/Action/Exception/ActionDisabledException.php +%%WWWDIR%%/inc/Action/Exception/ActionException.php +%%WWWDIR%%/inc/Action/Exception/ActionUserRequiredException.php +%%WWWDIR%%/inc/Action/Exception/FatalException.php +%%WWWDIR%%/inc/Action/Exception/NoActionException.php +%%WWWDIR%%/inc/Action/Export.php +%%WWWDIR%%/inc/Action/Index.php +%%WWWDIR%%/inc/Action/Locked.php +%%WWWDIR%%/inc/Action/Login.php +%%WWWDIR%%/inc/Action/Logout.php +%%WWWDIR%%/inc/Action/Media.php +%%WWWDIR%%/inc/Action/Plugin.php +%%WWWDIR%%/inc/Action/Preview.php +%%WWWDIR%%/inc/Action/Profile.php +%%WWWDIR%%/inc/Action/ProfileDelete.php +%%WWWDIR%%/inc/Action/Recent.php +%%WWWDIR%%/inc/Action/Recover.php +%%WWWDIR%%/inc/Action/Redirect.php +%%WWWDIR%%/inc/Action/Register.php +%%WWWDIR%%/inc/Action/Resendpwd.php +%%WWWDIR%%/inc/Action/Revert.php +%%WWWDIR%%/inc/Action/Revisions.php +%%WWWDIR%%/inc/Action/Save.php +%%WWWDIR%%/inc/Action/Search.php +%%WWWDIR%%/inc/Action/Show.php +%%WWWDIR%%/inc/Action/Sitemap.php +%%WWWDIR%%/inc/Action/Source.php +%%WWWDIR%%/inc/Action/Subscribe.php +%%WWWDIR%%/inc/ActionRouter.php +%%WWWDIR%%/inc/Ajax.php %%WWWDIR%%/inc/DifferenceEngine.php -%%WWWDIR%%/inc/EmailAddressValidator.php %%WWWDIR%%/inc/FeedParser.php %%WWWDIR%%/inc/Form/ButtonElement.php %%WWWDIR%%/inc/Form/CheckableElement.php @@ -72,15 +120,46 @@ %%WWWDIR%%/inc/JSON.php %%WWWDIR%%/inc/JpegMeta.php %%WWWDIR%%/inc/Mailer.class.php +%%WWWDIR%%/inc/Manifest.php +%%WWWDIR%%/inc/Menu/AbstractMenu.php +%%WWWDIR%%/inc/Menu/DetailMenu.php +%%WWWDIR%%/inc/Menu/Item/AbstractItem.php +%%WWWDIR%%/inc/Menu/Item/Admin.php +%%WWWDIR%%/inc/Menu/Item/Back.php +%%WWWDIR%%/inc/Menu/Item/Backlink.php +%%WWWDIR%%/inc/Menu/Item/Edit.php +%%WWWDIR%%/inc/Menu/Item/ImgBackto.php +%%WWWDIR%%/inc/Menu/Item/Index.php +%%WWWDIR%%/inc/Menu/Item/Login.php +%%WWWDIR%%/inc/Menu/Item/Media.php +%%WWWDIR%%/inc/Menu/Item/MediaManager.php +%%WWWDIR%%/inc/Menu/Item/Profile.php +%%WWWDIR%%/inc/Menu/Item/Recent.php +%%WWWDIR%%/inc/Menu/Item/Register.php +%%WWWDIR%%/inc/Menu/Item/Resendpwd.php +%%WWWDIR%%/inc/Menu/Item/Revert.php +%%WWWDIR%%/inc/Menu/Item/Revisions.php +%%WWWDIR%%/inc/Menu/Item/Subscribe.php +%%WWWDIR%%/inc/Menu/Item/Top.php +%%WWWDIR%%/inc/Menu/MenuInterface.php +%%WWWDIR%%/inc/Menu/MobileMenu.php +%%WWWDIR%%/inc/Menu/PageMenu.php +%%WWWDIR%%/inc/Menu/SiteMenu.php +%%WWWDIR%%/inc/Menu/UserMenu.php %%WWWDIR%%/inc/PassHash.class.php +%%WWWDIR%%/inc/Plugin.php +%%WWWDIR%%/inc/PluginInterface.php +%%WWWDIR%%/inc/PluginTrait.php %%WWWDIR%%/inc/RemoteAPICore.php %%WWWDIR%%/inc/SafeFN.class.php %%WWWDIR%%/inc/Sitemapper.php +%%WWWDIR%%/inc/StyleUtils.php %%WWWDIR%%/inc/Ui/Admin.php +%%WWWDIR%%/inc/Ui/Search.php +%%WWWDIR%%/inc/Ui/SearchState.php %%WWWDIR%%/inc/Ui/Ui.php %%WWWDIR%%/inc/actions.php %%WWWDIR%%/inc/auth.php -%%WWWDIR%%/inc/blowfish.php %%WWWDIR%%/inc/cache.php %%WWWDIR%%/inc/changelog.php %%WWWDIR%%/inc/cli.php @@ -90,7 +169,6 @@ %%WWWDIR%%/inc/confutils.php %%WWWDIR%%/inc/events.php %%WWWDIR%%/inc/farm.php -%%WWWDIR%%/inc/feedcreator.class.php %%WWWDIR%%/inc/fetch.functions.php %%WWWDIR%%/inc/form.php %%WWWDIR%%/inc/fulltext.php @@ -174,6 +252,8 @@ %%WWWDIR%%/inc/lang/az/updateprofile.txt %%WWWDIR%%/inc/lang/az/uploadmail.txt %%WWWDIR%%/inc/lang/az/wordblock.txt +%%WWWDIR%%/inc/lang/be/admin.txt +%%WWWDIR%%/inc/lang/be/adminplugins.txt %%WWWDIR%%/inc/lang/bg/admin.txt %%WWWDIR%%/inc/lang/bg/adminplugins.txt %%WWWDIR%%/inc/lang/bg/backlinks.txt @@ -1194,6 +1274,10 @@ %%WWWDIR%%/inc/lang/km/recent.txt %%WWWDIR%%/inc/lang/km/register.txt %%WWWDIR%%/inc/lang/km/revisions.txt +%%WWWDIR%%/inc/lang/kn/admin.txt +%%WWWDIR%%/inc/lang/kn/adminplugins.txt +%%WWWDIR%%/inc/lang/kn/backlinks.txt +%%WWWDIR%%/inc/lang/kn/conflict.txt %%WWWDIR%%/inc/lang/ko/admin.txt %%WWWDIR%%/inc/lang/ko/adminplugins.txt %%WWWDIR%%/inc/lang/ko/backlinks.txt @@ -1853,6 +1937,7 @@ %%WWWDIR%%/inc/lang/sr/register.txt %%WWWDIR%%/inc/lang/sr/registermail.txt %%WWWDIR%%/inc/lang/sr/resendpwd.txt +%%WWWDIR%%/inc/lang/sr/resetpwd.txt %%WWWDIR%%/inc/lang/sr/revisions.txt %%WWWDIR%%/inc/lang/sr/searchpage.txt %%WWWDIR%%/inc/lang/sr/showrev.txt @@ -1897,6 +1982,7 @@ %%WWWDIR%%/inc/lang/sv/stopwords.txt %%WWWDIR%%/inc/lang/sv/subscr_digest.txt %%WWWDIR%%/inc/lang/sv/subscr_form.txt +%%WWWDIR%%/inc/lang/sv/subscr_list.txt %%WWWDIR%%/inc/lang/sv/subscr_single.txt %%WWWDIR%%/inc/lang/sv/updateprofile.txt %%WWWDIR%%/inc/lang/sv/uploadmail.txt @@ -2110,7 +2196,6 @@ %%WWWDIR%%/inc/lang/zh/subscr_single.txt %%WWWDIR%%/inc/lang/zh/updateprofile.txt %%WWWDIR%%/inc/lang/zh/uploadmail.txt -%%WWWDIR%%/inc/lessc.inc.php %%WWWDIR%%/inc/load.php %%WWWDIR%%/inc/mail.php %%WWWDIR%%/inc/media.php @@ -2124,7 +2209,6 @@ %%WWWDIR%%/inc/parser/xhtml.php %%WWWDIR%%/inc/parser/xhtmlsummary.php %%WWWDIR%%/inc/parserutils.php -%%WWWDIR%%/inc/plugin.php %%WWWDIR%%/inc/plugincontroller.class.php %%WWWDIR%%/inc/pluginutils.php %%WWWDIR%%/inc/preload.php.dist @@ -2144,6 +2228,7 @@ %%WWWDIR%%/lib/exe/indexer.php %%WWWDIR%%/lib/exe/jquery.php %%WWWDIR%%/lib/exe/js.php +%%WWWDIR%%/lib/exe/manifest.php %%WWWDIR%%/lib/exe/mediamanager.php %%WWWDIR%%/lib/exe/opensearch.php %%WWWDIR%%/lib/exe/xmlrpc.php @@ -2352,7 +2437,6 @@ %%WWWDIR%%/lib/images/license/button/cc.png %%WWWDIR%%/lib/images/license/button/gnufdl.png %%WWWDIR%%/lib/images/license/button/publicdomain.png -%%WWWDIR%%/lib/images/loading.gif %%WWWDIR%%/lib/images/magnifier.png %%WWWDIR%%/lib/images/media_align_center.png %%WWWDIR%%/lib/images/media_align_left.png @@ -2367,6 +2451,28 @@ %%WWWDIR%%/lib/images/media_size_original.png %%WWWDIR%%/lib/images/media_size_small.png %%WWWDIR%%/lib/images/mediamanager.png +%%WWWDIR%%/lib/images/menu/00-default_checkbox-blank-circle-outline.svg +%%WWWDIR%%/lib/images/menu/01-edit_pencil.svg +%%WWWDIR%%/lib/images/menu/02-create_pencil.svg +%%WWWDIR%%/lib/images/menu/03-draft_android-studio.svg +%%WWWDIR%%/lib/images/menu/04-show_file-document.svg +%%WWWDIR%%/lib/images/menu/05-source_file-xml.svg +%%WWWDIR%%/lib/images/menu/06-revert_replay.svg +%%WWWDIR%%/lib/images/menu/07-revisions_history.svg +%%WWWDIR%%/lib/images/menu/08-backlink_link-variant.svg +%%WWWDIR%%/lib/images/menu/09-subscribe_email-outline.svg +%%WWWDIR%%/lib/images/menu/10-top_arrow-up.svg +%%WWWDIR%%/lib/images/menu/11-mediamanager_folder-image.svg +%%WWWDIR%%/lib/images/menu/12-back_arrow-left.svg +%%WWWDIR%%/lib/images/menu/account-card-details.svg +%%WWWDIR%%/lib/images/menu/account-plus.svg +%%WWWDIR%%/lib/images/menu/calendar-clock.svg +%%WWWDIR%%/lib/images/menu/file-tree.svg +%%WWWDIR%%/lib/images/menu/folder-multiple-image.svg +%%WWWDIR%%/lib/images/menu/lock-reset.svg +%%WWWDIR%%/lib/images/menu/login.svg +%%WWWDIR%%/lib/images/menu/logout.svg +%%WWWDIR%%/lib/images/menu/settings.svg %%WWWDIR%%/lib/images/minus.gif %%WWWDIR%%/lib/images/notify.png %%WWWDIR%%/lib/images/ns.png @@ -2596,6 +2702,7 @@ %%WWWDIR%%/lib/plugins/authad/lang/es/settings.php %%WWWDIR%%/lib/plugins/authad/lang/et/lang.php %%WWWDIR%%/lib/plugins/authad/lang/eu/lang.php +%%WWWDIR%%/lib/plugins/authad/lang/eu/settings.php %%WWWDIR%%/lib/plugins/authad/lang/fa/lang.php %%WWWDIR%%/lib/plugins/authad/lang/fa/settings.php %%WWWDIR%%/lib/plugins/authad/lang/fi/lang.php @@ -2635,9 +2742,13 @@ %%WWWDIR%%/lib/plugins/authad/lang/sk/settings.php %%WWWDIR%%/lib/plugins/authad/lang/sl/lang.php %%WWWDIR%%/lib/plugins/authad/lang/sl/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/sr/lang.php +%%WWWDIR%%/lib/plugins/authad/lang/sr/settings.php %%WWWDIR%%/lib/plugins/authad/lang/sv/lang.php %%WWWDIR%%/lib/plugins/authad/lang/sv/settings.php %%WWWDIR%%/lib/plugins/authad/lang/tr/lang.php +%%WWWDIR%%/lib/plugins/authad/lang/uk/lang.php +%%WWWDIR%%/lib/plugins/authad/lang/uk/settings.php %%WWWDIR%%/lib/plugins/authad/lang/zh-tw/lang.php %%WWWDIR%%/lib/plugins/authad/lang/zh-tw/settings.php %%WWWDIR%%/lib/plugins/authad/lang/zh/lang.php @@ -2648,6 +2759,8 @@ %%WWWDIR%%/lib/plugins/authldap/conf/metadata.php %%WWWDIR%%/lib/plugins/authldap/lang/ar/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/bg/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/ca/lang.php +%%WWWDIR%%/lib/plugins/authldap/lang/ca/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/cs/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/cs/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/cy/lang.php @@ -2664,6 +2777,8 @@ %%WWWDIR%%/lib/plugins/authldap/lang/es/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/es/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/et/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/eu/lang.php +%%WWWDIR%%/lib/plugins/authldap/lang/eu/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/fa/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/fa/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/fi/settings.php @@ -2685,6 +2800,7 @@ %%WWWDIR%%/lib/plugins/authldap/lang/nl/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/no/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/no/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/pl/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/pl/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/pt-br/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/pt-br/settings.php @@ -2692,10 +2808,16 @@ %%WWWDIR%%/lib/plugins/authldap/lang/pt/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/ru/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/ru/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/sk/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/sk/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/sl/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/sr/lang.php +%%WWWDIR%%/lib/plugins/authldap/lang/sr/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/sv/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/sv/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/tr/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/uk/lang.php +%%WWWDIR%%/lib/plugins/authldap/lang/uk/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/zh-tw/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/zh/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/zh/settings.php @@ -2717,9 +2839,12 @@ %%WWWDIR%%/lib/plugins/authmysql/lang/de/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/en/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/en/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/eo/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/eo/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/es/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/es/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/eu/lang.php +%%WWWDIR%%/lib/plugins/authmysql/lang/eu/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/fa/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/fa/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/fi/settings.php @@ -2741,6 +2866,7 @@ %%WWWDIR%%/lib/plugins/authmysql/lang/nl/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/no/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/no/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/pl/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/pl/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/pt-br/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/pt-br/settings.php @@ -2751,9 +2877,13 @@ %%WWWDIR%%/lib/plugins/authmysql/lang/sk/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/sk/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/sl/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/sr/lang.php +%%WWWDIR%%/lib/plugins/authmysql/lang/sr/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/sv/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/sv/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/tr/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/tr/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/uk/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/zh-tw/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/zh/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/zh/settings.php @@ -2812,8 +2942,10 @@ %%WWWDIR%%/lib/plugins/authpgsql/lang/ru/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/sk/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/sl/settings.php +%%WWWDIR%%/lib/plugins/authpgsql/lang/sr/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/sv/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/tr/settings.php +%%WWWDIR%%/lib/plugins/authpgsql/lang/uk/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/zh-tw/settings.php %%WWWDIR%%/lib/plugins/authpgsql/lang/zh/settings.php %%WWWDIR%%/lib/plugins/authpgsql/plugin.info.txt @@ -2883,6 +3015,7 @@ %%WWWDIR%%/lib/plugins/authplain/lang/zh-tw/lang.php %%WWWDIR%%/lib/plugins/authplain/lang/zh/lang.php %%WWWDIR%%/lib/plugins/authplain/plugin.info.txt +%%WWWDIR%%/lib/plugins/cli.php %%WWWDIR%%/lib/plugins/config/admin.php %%WWWDIR%%/lib/plugins/config/admin.svg %%WWWDIR%%/lib/plugins/config/images/danger.png @@ -3036,6 +3169,8 @@ %%WWWDIR%%/lib/plugins/extension/lang/de-informal/intro_install.txt %%WWWDIR%%/lib/plugins/extension/lang/de-informal/intro_plugins.txt %%WWWDIR%%/lib/plugins/extension/lang/de-informal/intro_search.txt +%%WWWDIR%%/lib/plugins/extension/lang/de-informal/intro_templates.txt +%%WWWDIR%%/lib/plugins/extension/lang/de-informal/lang.php %%WWWDIR%%/lib/plugins/extension/lang/de/intro_install.txt %%WWWDIR%%/lib/plugins/extension/lang/de/intro_plugins.txt %%WWWDIR%%/lib/plugins/extension/lang/de/intro_search.txt @@ -3067,6 +3202,7 @@ %%WWWDIR%%/lib/plugins/extension/lang/fr/intro_search.txt %%WWWDIR%%/lib/plugins/extension/lang/fr/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/fr/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/he/lang.php %%WWWDIR%%/lib/plugins/extension/lang/hr/intro_install.txt %%WWWDIR%%/lib/plugins/extension/lang/hr/intro_plugins.txt %%WWWDIR%%/lib/plugins/extension/lang/hr/intro_search.txt @@ -3104,6 +3240,10 @@ %%WWWDIR%%/lib/plugins/extension/lang/no/intro_search.txt %%WWWDIR%%/lib/plugins/extension/lang/no/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/no/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/pl/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/pl/intro_plugins.txt +%%WWWDIR%%/lib/plugins/extension/lang/pl/intro_search.txt +%%WWWDIR%%/lib/plugins/extension/lang/pl/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/pl/lang.php %%WWWDIR%%/lib/plugins/extension/lang/pt-br/intro_install.txt %%WWWDIR%%/lib/plugins/extension/lang/pt-br/intro_plugins.txt @@ -3121,6 +3261,9 @@ %%WWWDIR%%/lib/plugins/extension/lang/ru/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/ru/lang.php %%WWWDIR%%/lib/plugins/extension/lang/sk/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/sr/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/sr/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/sv/lang.php %%WWWDIR%%/lib/plugins/extension/lang/tr/lang.php %%WWWDIR%%/lib/plugins/extension/lang/zh-tw/intro_install.txt %%WWWDIR%%/lib/plugins/extension/lang/zh-tw/intro_plugins.txt @@ -3383,10 +3526,13 @@ %%WWWDIR%%/lib/plugins/styling/lang/cs/lang.php %%WWWDIR%%/lib/plugins/styling/lang/cy/intro.txt %%WWWDIR%%/lib/plugins/styling/lang/cy/lang.php +%%WWWDIR%%/lib/plugins/styling/lang/de-informal/intro.txt +%%WWWDIR%%/lib/plugins/styling/lang/de-informal/lang.php %%WWWDIR%%/lib/plugins/styling/lang/de/intro.txt %%WWWDIR%%/lib/plugins/styling/lang/de/lang.php %%WWWDIR%%/lib/plugins/styling/lang/en/intro.txt %%WWWDIR%%/lib/plugins/styling/lang/en/lang.php +%%WWWDIR%%/lib/plugins/styling/lang/eo/lang.php %%WWWDIR%%/lib/plugins/styling/lang/es/intro.txt %%WWWDIR%%/lib/plugins/styling/lang/es/lang.php %%WWWDIR%%/lib/plugins/styling/lang/fa/intro.txt @@ -3407,12 +3553,15 @@ %%WWWDIR%%/lib/plugins/styling/lang/nl/lang.php %%WWWDIR%%/lib/plugins/styling/lang/no/intro.txt %%WWWDIR%%/lib/plugins/styling/lang/no/lang.php +%%WWWDIR%%/lib/plugins/styling/lang/pl/intro.txt +%%WWWDIR%%/lib/plugins/styling/lang/pl/lang.php %%WWWDIR%%/lib/plugins/styling/lang/pt-br/intro.txt %%WWWDIR%%/lib/plugins/styling/lang/pt-br/lang.php %%WWWDIR%%/lib/plugins/styling/lang/pt/lang.php %%WWWDIR%%/lib/plugins/styling/lang/ru/intro.txt %%WWWDIR%%/lib/plugins/styling/lang/ru/lang.php %%WWWDIR%%/lib/plugins/styling/lang/sk/lang.php +%%WWWDIR%%/lib/plugins/styling/lang/sv/lang.php %%WWWDIR%%/lib/plugins/styling/lang/zh-tw/lang.php %%WWWDIR%%/lib/plugins/styling/lang/zh/intro.txt %%WWWDIR%%/lib/plugins/styling/lang/zh/lang.php @@ -3655,6 +3804,7 @@ %%WWWDIR%%/lib/plugins/usermanager/lang/pl/add.txt %%WWWDIR%%/lib/plugins/usermanager/lang/pl/delete.txt %%WWWDIR%%/lib/plugins/usermanager/lang/pl/edit.txt +%%WWWDIR%%/lib/plugins/usermanager/lang/pl/import.txt %%WWWDIR%%/lib/plugins/usermanager/lang/pl/intro.txt %%WWWDIR%%/lib/plugins/usermanager/lang/pl/lang.php %%WWWDIR%%/lib/plugins/usermanager/lang/pl/list.txt @@ -3787,6 +3937,7 @@ %%WWWDIR%%/lib/scripts/page.js %%WWWDIR%%/lib/scripts/qsearch.js %%WWWDIR%%/lib/scripts/script.js +%%WWWDIR%%/lib/scripts/search.js %%WWWDIR%%/lib/scripts/textselection.js %%WWWDIR%%/lib/scripts/toolbar.js %%WWWDIR%%/lib/scripts/tree.js @@ -3808,7 +3959,7 @@ %%WWWDIR%%/lib/tpl/dokuwiki/css/_media_popup.css %%WWWDIR%%/lib/tpl/dokuwiki/css/_modal.css %%WWWDIR%%/lib/tpl/dokuwiki/css/_recent.css -%%WWWDIR%%/lib/tpl/dokuwiki/css/_search.css +%%WWWDIR%%/lib/tpl/dokuwiki/css/_search.less %%WWWDIR%%/lib/tpl/dokuwiki/css/_tabs.css %%WWWDIR%%/lib/tpl/dokuwiki/css/_toc.css %%WWWDIR%%/lib/tpl/dokuwiki/css/basic.less @@ -3818,6 +3969,7 @@ %%WWWDIR%%/lib/tpl/dokuwiki/css/pagetools.less %%WWWDIR%%/lib/tpl/dokuwiki/css/print.css %%WWWDIR%%/lib/tpl/dokuwiki/css/structure.less +%%WWWDIR%%/lib/tpl/dokuwiki/css/usertools.less %%WWWDIR%%/lib/tpl/dokuwiki/detail.php %%WWWDIR%%/lib/tpl/dokuwiki/images/apple-touch-icon.png %%WWWDIR%%/lib/tpl/dokuwiki/images/button-css.png @@ -3856,6 +4008,8 @@ %%WWWDIR%%/lib/tpl/dokuwiki/lang/cs/style.txt %%WWWDIR%%/lib/tpl/dokuwiki/lang/cy/lang.php %%WWWDIR%%/lib/tpl/dokuwiki/lang/cy/style.txt +%%WWWDIR%%/lib/tpl/dokuwiki/lang/de-informal/lang.php +%%WWWDIR%%/lib/tpl/dokuwiki/lang/de-informal/style.txt %%WWWDIR%%/lib/tpl/dokuwiki/lang/de/lang.php %%WWWDIR%%/lib/tpl/dokuwiki/lang/de/style.txt %%WWWDIR%%/lib/tpl/dokuwiki/lang/en/lang.php @@ -3880,11 +4034,14 @@ %%WWWDIR%%/lib/tpl/dokuwiki/lang/nl/style.txt %%WWWDIR%%/lib/tpl/dokuwiki/lang/no/lang.php %%WWWDIR%%/lib/tpl/dokuwiki/lang/no/style.txt +%%WWWDIR%%/lib/tpl/dokuwiki/lang/pl/lang.php +%%WWWDIR%%/lib/tpl/dokuwiki/lang/pl/style.txt %%WWWDIR%%/lib/tpl/dokuwiki/lang/pt-br/lang.php %%WWWDIR%%/lib/tpl/dokuwiki/lang/pt-br/style.txt %%WWWDIR%%/lib/tpl/dokuwiki/lang/ru/lang.php %%WWWDIR%%/lib/tpl/dokuwiki/lang/ru/style.txt %%WWWDIR%%/lib/tpl/dokuwiki/lang/sk/lang.php +%%WWWDIR%%/lib/tpl/dokuwiki/lang/sv/lang.php %%WWWDIR%%/lib/tpl/dokuwiki/lang/zh/lang.php %%WWWDIR%%/lib/tpl/dokuwiki/lang/zh/style.txt %%WWWDIR%%/lib/tpl/dokuwiki/main.php @@ -3895,8 +4052,11 @@ %%WWWDIR%%/lib/tpl/dokuwiki/tpl_footer.php %%WWWDIR%%/lib/tpl/dokuwiki/tpl_header.php %%WWWDIR%%/lib/tpl/index.php +%%WWWDIR%%/vendor/.htaccess %%WWWDIR%%/vendor/README %%WWWDIR%%/vendor/autoload.php +%%WWWDIR%%/vendor/aziraphale/email-address-validator/EmailAddressValidator.php +%%WWWDIR%%/vendor/aziraphale/email-address-validator/README.md %%WWWDIR%%/vendor/composer/ClassLoader.php %%WWWDIR%%/vendor/composer/LICENSE %%WWWDIR%%/vendor/composer/autoload_classmap.php @@ -3906,248 +4066,295 @@ %%WWWDIR%%/vendor/composer/autoload_real.php %%WWWDIR%%/vendor/composer/autoload_static.php %%WWWDIR%%/vendor/composer/installed.json -%%WWWDIR%%/vendor/easybook/geshi/README.md -%%WWWDIR%%/vendor/easybook/geshi/geshi.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/4cs.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/6502acme.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/6502kickass.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/6502tasm.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/68000devpac.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/abap.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/actionscript.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/actionscript3.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/ada.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/aimms.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/algol68.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/apache.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/applescript.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/apt_sources.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/arm.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/asm.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/asp.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/asymptote.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/autoconf.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/autohotkey.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/autoit.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/avisynth.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/awk.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/bascomavr.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/bash.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/basic4gl.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/batch.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/bf.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/bibtex.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/blitzbasic.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/bnf.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/boo.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/c.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/c_loadrunner.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/c_mac.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/c_winapi.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/caddcl.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/cadlisp.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/cfdg.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/cfm.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/chaiscript.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/chapel.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/cil.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/clojure.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/cmake.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/cobol.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/coffeescript.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/cpp-qt.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/cpp-winapi.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/cpp.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/csharp.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/css.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/cuesheet.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/d.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/dart.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/dcl.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/dcpu16.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/dcs.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/delphi.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/diff.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/div.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/dos.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/dot.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/e.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/ecmascript.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/eiffel.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/email.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/epc.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/erlang.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/euphoria.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/ezt.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/f1.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/falcon.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/fo.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/fortran.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/freebasic.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/freeswitch.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/fsharp.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/gambas.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/gdb.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/genero.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/genie.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/gettext.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/glsl.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/gml.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/gnuplot.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/go.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/groovy.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/gwbasic.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/haskell.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/haxe.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/hicest.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/hq9plus.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/html4strict.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/html5.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/icon.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/idl.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/ini.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/inno.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/intercal.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/io.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/ispfpanel.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/j.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/java.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/java5.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/javascript.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/jcl.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/jquery.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/kixtart.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/klonec.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/klonecpp.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/latex.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/lb.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/ldif.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/lisp.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/llvm.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/locobasic.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/logtalk.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/lolcode.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/lotusformulas.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/lotusscript.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/lscript.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/lsl2.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/lua.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/m68k.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/magiksf.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/make.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/mapbasic.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/matlab.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/mirc.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/mmix.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/modula2.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/modula3.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/mpasm.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/mxml.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/mysql.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/nagios.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/netrexx.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/newlisp.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/nginx.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/nsis.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/oberon2.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/objc.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/objeck.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/ocaml-brief.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/ocaml.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/octave.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/oobas.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/oorexx.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/oracle11.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/oracle8.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/oxygene.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/oz.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/parasail.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/parigp.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/pascal.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/pcre.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/per.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/perl.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/perl6.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/pf.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/php-brief.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/php.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/pic16.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/pike.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/pixelbender.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/pli.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/plsql.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/postgresql.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/povray.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/powerbuilder.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/powershell.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/proftpd.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/progress.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/prolog.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/properties.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/providex.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/purebasic.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/pycon.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/pys60.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/python.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/q.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/qbasic.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/racket.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/rails.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/rbs.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/rebol.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/reg.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/rexx.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/robots.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/rpmspec.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/rsplus.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/ruby.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/rust.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/sas.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/sass.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/scala.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/scheme.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/scilab.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/scl.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/sdlbasic.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/smalltalk.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/smarty.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/spark.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/sparql.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/sql.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/stonescript.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/systemverilog.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/tcl.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/teraterm.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/text.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/thinbasic.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/tsql.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/twig.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/typoscript.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/unicon.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/upc.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/urbi.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/uscript.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/vala.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/vb.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/vbnet.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/vbscript.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/vedit.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/verilog.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/vhdl.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/vim.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/visualfoxpro.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/visualprolog.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/whitespace.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/whois.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/winbatch.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/xbasic.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/xml.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/xojo.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/xorg_conf.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/xpp.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/yaml.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/z80.php -%%WWWDIR%%/vendor/easybook/geshi/geshi/zxbasic.php +%%WWWDIR%%/vendor/geshi/geshi/BUGS +%%WWWDIR%%/vendor/geshi/geshi/CHANGELOG +%%WWWDIR%%/vendor/geshi/geshi/LICENSE +%%WWWDIR%%/vendor/geshi/geshi/README.md +%%WWWDIR%%/vendor/geshi/geshi/THANKS +%%WWWDIR%%/vendor/geshi/geshi/build.properties.dist +%%WWWDIR%%/vendor/geshi/geshi/build.xml +%%WWWDIR%%/vendor/geshi/geshi/src/geshi.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/4cs.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/6502acme.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/6502kickass.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/6502tasm.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/68000devpac.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/abap.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/actionscript.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/actionscript3.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/ada.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/aimms.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/algol68.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/apache.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/applescript.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/apt_sources.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/arm.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/asm.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/asp.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/asymptote.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/autoconf.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/autohotkey.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/autoit.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/avisynth.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/awk.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/bascomavr.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/bash.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/basic4gl.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/batch.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/bf.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/biblatex.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/bibtex.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/blitzbasic.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/bnf.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/boo.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/c.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/c_loadrunner.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/c_mac.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/c_winapi.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/caddcl.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/cadlisp.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/ceylon.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/cfdg.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/cfm.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/chaiscript.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/chapel.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/cil.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/clojure.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/cmake.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/cobol.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/coffeescript.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/cpp-qt.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/cpp-winapi.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/cpp.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/csharp.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/css.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/cuesheet.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/d.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/dart.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/dcl.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/dcpu16.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/dcs.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/delphi.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/diff.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/div.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/dos.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/dot.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/e.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/ecmascript.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/eiffel.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/email.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/epc.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/erlang.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/euphoria.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/ezt.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/f1.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/falcon.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/fo.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/fortran.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/freebasic.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/freeswitch.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/fsharp.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/gambas.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/gdb.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/genero.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/genie.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/gettext.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/glsl.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/gml.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/gnuplot.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/go.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/groovy.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/gwbasic.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/haskell.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/haxe.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/hicest.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/hq9plus.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/html4strict.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/html5.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/icon.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/idl.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/ini.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/inno.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/intercal.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/io.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/ispfpanel.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/j.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/java.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/java5.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/javascript.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/jcl.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/jquery.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/julia.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/kixtart.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/klonec.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/klonecpp.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/kotlin.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/latex.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/lb.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/ldif.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/lisp.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/llvm.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/locobasic.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/logtalk.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/lolcode.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/lotusformulas.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/lotusscript.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/lscript.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/lsl2.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/lua.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/m68k.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/magiksf.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/make.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/mapbasic.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/mathematica.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/matlab.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/mercury.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/metapost.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/mirc.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/mk-61.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/mmix.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/modula2.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/modula3.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/mpasm.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/mxml.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/mysql.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/nagios.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/netrexx.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/newlisp.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/nginx.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/nimrod.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/nsis.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/oberon2.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/objc.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/objeck.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/ocaml-brief.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/ocaml.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/octave.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/oobas.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/oorexx.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/oracle11.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/oracle8.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/oxygene.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/oz.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/parasail.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/parigp.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/pascal.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/pcre.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/per.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/perl.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/perl6.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/pf.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/phix.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/php-brief.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/php.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/pic16.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/pike.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/pixelbender.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/pli.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/plsql.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/postgresql.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/postscript.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/povray.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/powerbuilder.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/powershell.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/proftpd.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/progress.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/prolog.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/properties.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/providex.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/purebasic.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/pycon.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/pys60.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/python.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/q.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/qbasic.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/qml.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/racket.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/rails.php +%%WWWDIR%%/vendor/geshi/geshi/src/geshi/rbs.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Wed Apr 25 17:50:56 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50570FAB5C9; Wed, 25 Apr 2018 17:50:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F14BB7D16C; Wed, 25 Apr 2018 17:50:55 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC65149CD; Wed, 25 Apr 2018 17:50:55 +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 w3PHot92078878; Wed, 25 Apr 2018 17:50:55 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3PHot2G078877; Wed, 25 Apr 2018 17:50:55 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201804251750.w3PHot2G078877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 25 Apr 2018 17:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468284 - branches/2018Q2/security/openssh-portable X-SVN-Group: ports-branches X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: branches/2018Q2/security/openssh-portable X-SVN-Commit-Revision: 468284 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.25 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, 25 Apr 2018 17:50:56 -0000 Author: bdrewery Date: Wed Apr 25 17:50:55 2018 New Revision: 468284 URL: https://svnweb.freebsd.org/changeset/ports/468284 Log: MFH: r466385 libressl support was fixed in r452358 Approved by: portmgr (implicit) Modified: branches/2018Q2/security/openssh-portable/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/security/openssh-portable/Makefile ============================================================================== --- branches/2018Q2/security/openssh-portable/Makefile Wed Apr 25 17:11:22 2018 (r468283) +++ branches/2018Q2/security/openssh-portable/Makefile Wed Apr 25 17:50:55 2018 (r468284) @@ -26,9 +26,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwor ETCOLD= ${PREFIX}/etc -BROKEN_SSL= openssl-devel libressl +BROKEN_SSL= openssl-devel BROKEN_SSL_REASON_openssl-devel= error: OpenSSL >= 1.1.0 is not yet supported -BROKEN_SSL_REASON_libressl= random crashes with 7.6 PR 223000 OPTIONS_DEFINE= PAM TCP_WRAPPERS LIBEDIT BSM \ HPN X509 KERB_GSSAPI \ From owner-svn-ports-branches@freebsd.org Wed Apr 25 20:17:49 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0993DFAF347; Wed, 25 Apr 2018 20:17:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B18F17E732; Wed, 25 Apr 2018 20:17:48 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AAF6860A0; Wed, 25 Apr 2018 20:17:48 +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 w3PKHmCC056157; Wed, 25 Apr 2018 20:17:48 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3PKHmtf056156; Wed, 25 Apr 2018 20:17:48 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201804252017.w3PKHmtf056156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 25 Apr 2018 20:17:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468296 - branches/2018Q2/devel/meson X-SVN-Group: ports-branches X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: branches/2018Q2/devel/meson X-SVN-Commit-Revision: 468296 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.25 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, 25 Apr 2018 20:17:49 -0000 Author: bdrewery Date: Wed Apr 25 20:17:48 2018 New Revision: 468296 URL: https://svnweb.freebsd.org/changeset/ports/468296 Log: MFH: r468295 The newer meson requires 3.5 (setup.py) Approved by: portmgr (implicit) Modified: branches/2018Q2/devel/meson/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/meson/Makefile ============================================================================== --- branches/2018Q2/devel/meson/Makefile Wed Apr 25 20:17:21 2018 (r468295) +++ branches/2018Q2/devel/meson/Makefile Wed Apr 25 20:17:48 2018 (r468296) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ninja:devel/ninja -USES= python:3.4+ +USES= python:3.5+ USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes From owner-svn-ports-branches@freebsd.org Thu Apr 26 00:30:13 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0623EFB4183; Thu, 26 Apr 2018 00:30:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACF9871044; Thu, 26 Apr 2018 00:30:12 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7DCF1080D; Thu, 26 Apr 2018 00:30:12 +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 w3Q0UCwN083642; Thu, 26 Apr 2018 00:30:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3Q0UC8f083640; Thu, 26 Apr 2018 00:30:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804260030.w3Q0UC8f083640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 26 Apr 2018 00:30:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468315 - branches/2018Q2/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/emulators/rpcs3 X-SVN-Commit-Revision: 468315 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.25 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, 26 Apr 2018 00:30:13 -0000 Author: jbeich Date: Thu Apr 26 00:30:12 2018 New Revision: 468315 URL: https://svnweb.freebsd.org/changeset/ports/468315 Log: MFH: r468310 emulators/rpcs3: update to 0.0.5.232 Changes: https://github.com/RPCS3/rpcs3/compare/bd1d4de42...98b715d8c Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q2/emulators/rpcs3/Makefile branches/2018Q2/emulators/rpcs3/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q2/emulators/rpcs3/Makefile Thu Apr 26 00:29:10 2018 (r468314) +++ branches/2018Q2/emulators/rpcs3/Makefile Thu Apr 26 00:30:12 2018 (r468315) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-215 -DISTVERSIONSUFFIX= -gbd1d4de42 +DISTVERSION= 0.0.5-232 +DISTVERSIONSUFFIX= -g98b715d8c CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: branches/2018Q2/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q2/emulators/rpcs3/distinfo Thu Apr 26 00:29:10 2018 (r468314) +++ branches/2018Q2/emulators/rpcs3/distinfo Thu Apr 26 00:30:12 2018 (r468315) @@ -1,6 +1,6 @@ -TIMESTAMP = 1524344809 -SHA256 (RPCS3-rpcs3-v0.0.5-215-gbd1d4de42_GH0.tar.gz) = 90b6dca287dbd2fbf2c173632c318e3e2190ed146b89bff34f3854b333dab20e -SIZE (RPCS3-rpcs3-v0.0.5-215-gbd1d4de42_GH0.tar.gz) = 4821632 +TIMESTAMP = 1524672876 +SHA256 (RPCS3-rpcs3-v0.0.5-232-g98b715d8c_GH0.tar.gz) = a98a3862658f4081d2bbc8e5934bd7fa7eb3ee3d714c5adb24329c9c6dbcc741 +SIZE (RPCS3-rpcs3-v0.0.5-232-g98b715d8c_GH0.tar.gz) = 4823095 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-yaml-cpp-release-0.5.3-62-g017626a_GH0.tar.gz) = 1d4b32443f137c23b68d3cb183ba6fb48eb76be2b0b30016970adff5c770d841 From owner-svn-ports-branches@freebsd.org Thu Apr 26 00:31:07 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74C9DFB421A; Thu, 26 Apr 2018 00:31:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 239FA716AF; Thu, 26 Apr 2018 00:31: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E32C10842; Thu, 26 Apr 2018 00:31:07 +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 w3Q0V6Jd085288; Thu, 26 Apr 2018 00:31:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3Q0V6A4085286; Thu, 26 Apr 2018 00:31:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804260031.w3Q0V6A4085286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 26 Apr 2018 00:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468316 - branches/2018Q2/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/emulators/citra X-SVN-Commit-Revision: 468316 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.25 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, 26 Apr 2018 00:31:07 -0000 Author: jbeich Date: Thu Apr 26 00:31:06 2018 New Revision: 468316 URL: https://svnweb.freebsd.org/changeset/ports/468316 Log: MFH: r468311 emulators/citra: update to s20180425 Changes: https://github.com/citra-emu/citra/compare/7d8b7d93...ed42b4b0 Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q2/emulators/citra/Makefile branches/2018Q2/emulators/citra/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/emulators/citra/Makefile ============================================================================== --- branches/2018Q2/emulators/citra/Makefile Thu Apr 26 00:30:12 2018 (r468315) +++ branches/2018Q2/emulators/citra/Makefile Thu Apr 26 00:31:06 2018 (r468316) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20180422 +PORTVERSION= s20180425 PORTREVISION?= 0 CATEGORIES= emulators @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dy USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 7d8b7d93 +GH_TAGNAME= ed42b4b0 GH_TUPLE= citra-emu:ext-libressl-portable:cbb1dca:libressl/externals/libressl \ citra-emu:ext-soundtouch:019d208:soundtouch/externals/soundtouch \ MerryMage:dynarmic:d1d4705:dynarmic/externals/dynarmic \ Modified: branches/2018Q2/emulators/citra/distinfo ============================================================================== --- branches/2018Q2/emulators/citra/distinfo Thu Apr 26 00:30:12 2018 (r468315) +++ branches/2018Q2/emulators/citra/distinfo Thu Apr 26 00:31:06 2018 (r468316) @@ -1,6 +1,6 @@ -TIMESTAMP = 1524161017 -SHA256 (citra-emu-citra-s20180422-7d8b7d93_GH0.tar.gz) = e7a7a344d5075deaeb03885d74edd4a45dd534e0656e26b1b49ce3e5c691713b -SIZE (citra-emu-citra-s20180422-7d8b7d93_GH0.tar.gz) = 1921221 +TIMESTAMP = 1524628991 +SHA256 (citra-emu-citra-s20180425-ed42b4b0_GH0.tar.gz) = 26290959579f30419ea0072d835729563307377f23d8fcc28309c8631816b1d7 +SIZE (citra-emu-citra-s20180425-ed42b4b0_GH0.tar.gz) = 1920928 SHA256 (citra-emu-ext-libressl-portable-cbb1dca_GH0.tar.gz) = f3741a3bb480d9f8a817f032f59d1908e659620cbb93c0fe8289cfb46d2ab89c SIZE (citra-emu-ext-libressl-portable-cbb1dca_GH0.tar.gz) = 1761962 SHA256 (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = f48c211bbabe7ad79e1c504af1082756c74241be6bab4aca13140803f4b694e7 From owner-svn-ports-branches@freebsd.org Thu Apr 26 00:31:44 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7855FB436C; Thu, 26 Apr 2018 00:31:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 674F371CF5; Thu, 26 Apr 2018 00:31:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 615261095E; Thu, 26 Apr 2018 00:31:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3Q0ViVE085440; Thu, 26 Apr 2018 00:31:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3Q0Vinh085438; Thu, 26 Apr 2018 00:31:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804260031.w3Q0Vinh085438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 26 Apr 2018 00:31:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468317 - branches/2018Q2/games/openbor X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/games/openbor X-SVN-Commit-Revision: 468317 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.25 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, 26 Apr 2018 00:31:44 -0000 Author: jbeich Date: Thu Apr 26 00:31:43 2018 New Revision: 468317 URL: https://svnweb.freebsd.org/changeset/ports/468317 Log: MFH: r468313 games/openbor: update to 5075 Changes: https://github.com/DCurrent/openbor/compare/f47df2b0...4327f3c0 Approved by: ports-secteam (feld, implicit for snapshots) Modified: branches/2018Q2/games/openbor/Makefile branches/2018Q2/games/openbor/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/games/openbor/Makefile ============================================================================== --- branches/2018Q2/games/openbor/Makefile Thu Apr 26 00:31:06 2018 (r468316) +++ branches/2018Q2/games/openbor/Makefile Thu Apr 26 00:31:43 2018 (r468317) @@ -2,7 +2,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} -PORTVERSION?= 5034 +PORTVERSION?= 5075 .ifndef PKGNAMESUFFIX PORTREVISION= 0 .endif @@ -31,7 +31,7 @@ PORTSCOUT= ignore:1 USE_GITHUB= yes GH_ACCOUNT= DCurrent -GH_TAGNAME?= f47df2b0 +GH_TAGNAME?= 4327f3c0 USES+= gmake pkgconfig .if ${PORTVERSION} < 4433 Modified: branches/2018Q2/games/openbor/distinfo ============================================================================== --- branches/2018Q2/games/openbor/distinfo Thu Apr 26 00:31:06 2018 (r468316) +++ branches/2018Q2/games/openbor/distinfo Thu Apr 26 00:31:43 2018 (r468317) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524477792 -SHA256 (DCurrent-openbor-5034-f47df2b0_GH0.tar.gz) = 961ad18e362cb5db45cab5b7fff8a22976415fd6daddfda93198c75874b40817 -SIZE (DCurrent-openbor-5034-f47df2b0_GH0.tar.gz) = 108240508 +TIMESTAMP = 1524696675 +SHA256 (DCurrent-openbor-5075-4327f3c0_GH0.tar.gz) = 5fcb0b3b5d4e7230c6c443888c606d067963986be700b87b0ecaadce3d6a6f21 +SIZE (DCurrent-openbor-5075-4327f3c0_GH0.tar.gz) = 108240292 From owner-svn-ports-branches@freebsd.org Thu Apr 26 00:33:08 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BFDCFB43E5; Thu, 26 Apr 2018 00:33:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1A9672AF3; Thu, 26 Apr 2018 00:33: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AC68D10993; Thu, 26 Apr 2018 00:33:07 +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 w3Q0X7t3088614; Thu, 26 Apr 2018 00:33:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3Q0X6Zf088605; Thu, 26 Apr 2018 00:33:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804260033.w3Q0X6Zf088605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 26 Apr 2018 00:33:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468318 - in branches/2018Q2/www/waterfox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/www/waterfox: . files X-SVN-Commit-Revision: 468318 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.25 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, 26 Apr 2018 00:33:08 -0000 Author: jbeich Date: Thu Apr 26 00:33:06 2018 New Revision: 468318 URL: https://svnweb.freebsd.org/changeset/ports/468318 Log: MFH: r468312 www/waterfox: apply some FF60 fixes Approved by: ports-secteam blanket Added: branches/2018Q2/www/waterfox/files/patch-bug1447989 - copied unchanged from r468312, head/www/waterfox/files/patch-bug1447989 branches/2018Q2/www/waterfox/files/patch-bug1448089 - copied unchanged from r468312, head/www/waterfox/files/patch-bug1448089 branches/2018Q2/www/waterfox/files/patch-bug1449358 - copied unchanged from r468312, head/www/waterfox/files/patch-bug1449358 branches/2018Q2/www/waterfox/files/patch-bug1451908 - copied unchanged from r468312, head/www/waterfox/files/patch-bug1451908 branches/2018Q2/www/waterfox/files/patch-bug1453127 - copied unchanged from r468312, head/www/waterfox/files/patch-bug1453127 branches/2018Q2/www/waterfox/files/patch-bug1454572 - copied unchanged from r468312, head/www/waterfox/files/patch-bug1454572 branches/2018Q2/www/waterfox/files/patch-bug1455235 - copied unchanged from r468312, head/www/waterfox/files/patch-bug1455235 branches/2018Q2/www/waterfox/files/patch-z-bug1355143 - copied unchanged from r468312, head/www/waterfox/files/patch-z-bug1355143 Modified: branches/2018Q2/www/waterfox/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/waterfox/Makefile ============================================================================== --- branches/2018Q2/www/waterfox/Makefile Thu Apr 26 00:31:43 2018 (r468317) +++ branches/2018Q2/www/waterfox/Makefile Thu Apr 26 00:33:06 2018 (r468318) @@ -2,7 +2,7 @@ PORTNAME= waterfox DISTVERSION= 56.1.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org Copied: branches/2018Q2/www/waterfox/files/patch-bug1447989 (from r468312, head/www/waterfox/files/patch-bug1447989) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/waterfox/files/patch-bug1447989 Thu Apr 26 00:33:06 2018 (r468318, copy of r468312, head/www/waterfox/files/patch-bug1447989) @@ -0,0 +1,25 @@ +commit d6e448266552 +Author: Jan de Mooij +Date: Wed Apr 25 09:02:12 2018 +0300 + + Bug 1447989 - Sweep script types in TypeMonitorResult. r=tcampbell a=lizzard + + --HG-- + extra : amend_source : f0b61269c44b087719613e4709a9e802cf9819f1 +--- + js/src/vm/TypeInference.cpp | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git js/src/vm/TypeInference.cpp js/src/vm/TypeInference.cpp +index 55897aa816db..4b44353d8d47 100644 +--- js/src/vm/TypeInference.cpp ++++ js/src/vm/TypeInference.cpp +@@ -3329,6 +3329,8 @@ js::TypeMonitorResult(JSContext* cx, JSScript* script, jsbytecode* pc, StackType + + AutoEnterAnalysis enter(cx); + ++ script->maybeSweepTypes(nullptr); ++ + MOZ_ASSERT(types == TypeScript::BytecodeTypes(script, pc)); + MOZ_ASSERT(!types->hasType(type)); + Copied: branches/2018Q2/www/waterfox/files/patch-bug1448089 (from r468312, head/www/waterfox/files/patch-bug1448089) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/waterfox/files/patch-bug1448089 Thu Apr 26 00:33:06 2018 (r468318, copy of r468312, head/www/waterfox/files/patch-bug1448089) @@ -0,0 +1,207 @@ +commit f19c0ad7f5d0 +Author: Nicolas B. Pierron +Date: Thu Apr 19 07:32:00 2018 -0400 + + Bug 1448089 - Make MBasicBlock::addPredecessorSameInputsAs fallible. r=tcampbell a=lizzard + + --HG-- + extra : source : 131166cff47d79cdc09dd89a5a7d5d4ec9af6a75 +--- + js/src/jit/IonAnalysis.cpp | 51 ++++++++++++++++++++++++++++++---------------- + js/src/jit/MIRGraph.cpp | 7 ++++--- + js/src/jit/MIRGraph.h | 2 +- + 3 files changed, 39 insertions(+), 21 deletions(-) + +diff --git js/src/jit/IonAnalysis.cpp js/src/jit/IonAnalysis.cpp +index 7d15bbe0f290..d84af88991de 100644 +--- js/src/jit/IonAnalysis.cpp ++++ js/src/jit/IonAnalysis.cpp +@@ -714,7 +714,7 @@ BlockIsSingleTest(MBasicBlock* phiBlock, MBasicBlock* testBlock, MPhi** pphi, MT + + // Change block so that it ends in a goto to the specific target block. + // existingPred is an existing predecessor of the block. +-static void ++static MOZ_MUST_USE bool + UpdateGotoSuccessor(TempAllocator& alloc, MBasicBlock* block, MBasicBlock* target, + MBasicBlock* existingPred) + { +@@ -726,7 +726,7 @@ UpdateGotoSuccessor(TempAllocator& alloc, MBasicBlock* block, MBasicBlock* targe + MGoto* newGoto = MGoto::New(alloc, target); + block->end(newGoto); + +- target->addPredecessorSameInputsAs(block, existingPred); ++ return target->addPredecessorSameInputsAs(block, existingPred); + } + + // Change block so that it ends in a test of the specified value, going to +@@ -734,7 +734,7 @@ UpdateGotoSuccessor(TempAllocator& alloc, MBasicBlock* block, MBasicBlock* targe + // or ifFalse with the same values incoming to ifTrue/ifFalse as block. + // existingPred is not required to be a predecessor of ifTrue/ifFalse if block + // already ends in a test going to that block on a true/false result. +-static void ++static MOZ_MUST_USE bool + UpdateTestSuccessors(TempAllocator& alloc, MBasicBlock* block, + MDefinition* value, MBasicBlock* ifTrue, MBasicBlock* ifFalse, + MBasicBlock* existingPred) +@@ -746,19 +746,21 @@ UpdateTestSuccessors(TempAllocator& alloc, MBasicBlock* block, + + if (ifTrue != test->ifTrue()) { + test->ifTrue()->removePredecessor(block); +- ifTrue->addPredecessorSameInputsAs(block, existingPred); ++ if (!ifTrue->addPredecessorSameInputsAs(block, existingPred)) ++ return false; + MOZ_ASSERT(test->ifTrue() == test->getSuccessor(0)); + test->replaceSuccessor(0, ifTrue); + } + + if (ifFalse != test->ifFalse()) { + test->ifFalse()->removePredecessor(block); +- ifFalse->addPredecessorSameInputsAs(block, existingPred); ++ if (!ifFalse->addPredecessorSameInputsAs(block, existingPred)) ++ return false; + MOZ_ASSERT(test->ifFalse() == test->getSuccessor(1)); + test->replaceSuccessor(1, ifFalse); + } + +- return; ++ return true; + } + + MOZ_ASSERT(ins->isGoto()); +@@ -768,8 +770,11 @@ UpdateTestSuccessors(TempAllocator& alloc, MBasicBlock* block, + MTest* test = MTest::New(alloc, value, ifTrue, ifFalse); + block->end(test); + +- ifTrue->addPredecessorSameInputsAs(block, existingPred); +- ifFalse->addPredecessorSameInputsAs(block, existingPred); ++ if (!ifTrue->addPredecessorSameInputsAs(block, existingPred)) ++ return false; ++ if (!ifFalse->addPredecessorSameInputsAs(block, existingPred)) ++ return false; ++ return true; + } + + static bool +@@ -874,10 +879,14 @@ MaybeFoldConditionBlock(MIRGraph& graph, MBasicBlock* initialBlock) + phiBlock->removePredecessor(trueBranch); + graph.removeBlock(trueBranch); + } else if (initialTest->input() == trueResult) { +- UpdateGotoSuccessor(graph.alloc(), trueBranch, finalTest->ifTrue(), testBlock); ++ if (!UpdateGotoSuccessor(graph.alloc(), trueBranch, finalTest->ifTrue(), testBlock)) ++ return false; + } else { +- UpdateTestSuccessors(graph.alloc(), trueBranch, trueResult, +- finalTest->ifTrue(), finalTest->ifFalse(), testBlock); ++ if (!UpdateTestSuccessors(graph.alloc(), trueBranch, trueResult, ++ finalTest->ifTrue(), finalTest->ifFalse(), testBlock)) ++ { ++ return false; ++ } + } + + MBasicBlock* falseTarget = falseBranch; +@@ -886,15 +895,22 @@ MaybeFoldConditionBlock(MIRGraph& graph, MBasicBlock* initialBlock) + phiBlock->removePredecessor(falseBranch); + graph.removeBlock(falseBranch); + } else if (initialTest->input() == falseResult) { +- UpdateGotoSuccessor(graph.alloc(), falseBranch, finalTest->ifFalse(), testBlock); ++ if (!UpdateGotoSuccessor(graph.alloc(), falseBranch, finalTest->ifFalse(), testBlock)) ++ return false; + } else { +- UpdateTestSuccessors(graph.alloc(), falseBranch, falseResult, +- finalTest->ifTrue(), finalTest->ifFalse(), testBlock); ++ if (!UpdateTestSuccessors(graph.alloc(), falseBranch, falseResult, ++ finalTest->ifTrue(), finalTest->ifFalse(), testBlock)) ++ { ++ return false; ++ } + } + + // Short circuit the initial test to skip any constant branch eliminated above. +- UpdateTestSuccessors(graph.alloc(), initialBlock, initialTest->input(), +- trueTarget, falseTarget, testBlock); ++ if (!UpdateTestSuccessors(graph.alloc(), initialBlock, initialTest->input(), ++ trueTarget, falseTarget, testBlock)) ++ { ++ return false; ++ } + + // Remove phiBlock, if different from testBlock. + if (phiBlock != testBlock) { +@@ -950,7 +966,8 @@ jit::FoldEmptyBlocks(MIRGraph& graph) + + graph.removeBlock(block); + +- succ->addPredecessorSameInputsAs(pred, block); ++ if (!succ->addPredecessorSameInputsAs(pred, block)) ++ return false; + succ->removePredecessor(block); + } + return true; +diff --git js/src/jit/MIRGraph.cpp js/src/jit/MIRGraph.cpp +index 13d90d064555..f3466310f771 100644 +--- js/src/jit/MIRGraph.cpp ++++ js/src/jit/MIRGraph.cpp +@@ -1146,7 +1146,7 @@ MBasicBlock::addPredecessorPopN(TempAllocator& alloc, MBasicBlock* pred, uint32_ + return predecessors_.append(pred); + } + +-void ++bool + MBasicBlock::addPredecessorSameInputsAs(MBasicBlock* pred, MBasicBlock* existingPred) + { + MOZ_ASSERT(pred); +@@ -1162,12 +1162,13 @@ MBasicBlock::addPredecessorSameInputsAs(MBasicBlock* pred, MBasicBlock* existing + size_t existingPosition = indexForPredecessor(existingPred); + for (MPhiIterator iter = phisBegin(); iter != phisEnd(); iter++) { + if (!iter->addInputSlow(iter->getOperand(existingPosition))) +- oomUnsafe.crash("MBasicBlock::addPredecessorAdjustPhis"); ++ return false; + } + } + + if (!predecessors_.append(pred)) +- oomUnsafe.crash("MBasicBlock::addPredecessorAdjustPhis"); ++ return false; ++ return true; + } + + bool +diff --git js/src/jit/MIRGraph.h js/src/jit/MIRGraph.h +index bd661c5ca78f..ecc9a8871604 100644 +--- js/src/jit/MIRGraph.h ++++ js/src/jit/MIRGraph.h +@@ -272,7 +272,7 @@ class MBasicBlock : public TempObject, public InlineListNode + + // Add a predecessor which won't introduce any new phis to this block. + // This may be called after the contents of this block have been built. +- void addPredecessorSameInputsAs(MBasicBlock* pred, MBasicBlock* existingPred); ++ MOZ_MUST_USE bool addPredecessorSameInputsAs(MBasicBlock* pred, MBasicBlock* existingPred); + + // Stranger utilities used for inlining. + MOZ_MUST_USE bool addPredecessorWithoutPhis(MBasicBlock* pred); +commit 9544b32ac2a8 +Author: Steve Fink +Date: Fri Apr 20 13:32:47 2018 -0700 + + Bug 1448089 followup, remove now-unused variable to fix a CLOSED TREE. a=lizzard + + --HG-- + extra : source : d9f508d0e46e29c30a74d17820de3db933978324 +--- + js/src/jit/MIRGraph.cpp | 2 -- + 1 file changed, 2 deletions(-) + +diff --git js/src/jit/MIRGraph.cpp js/src/jit/MIRGraph.cpp +index f3466310f771..783ca2459226 100644 +--- js/src/jit/MIRGraph.cpp ++++ js/src/jit/MIRGraph.cpp +@@ -1156,8 +1156,6 @@ MBasicBlock::addPredecessorSameInputsAs(MBasicBlock* pred, MBasicBlock* existing + MOZ_ASSERT(pred->hasLastIns()); + MOZ_ASSERT(!pred->successorWithPhis()); + +- AutoEnterOOMUnsafeRegion oomUnsafe; +- + if (!phisEmpty()) { + size_t existingPosition = indexForPredecessor(existingPred); + for (MPhiIterator iter = phisBegin(); iter != phisEnd(); iter++) { Copied: branches/2018Q2/www/waterfox/files/patch-bug1449358 (from r468312, head/www/waterfox/files/patch-bug1449358) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/waterfox/files/patch-bug1449358 Thu Apr 26 00:33:06 2018 (r468318, copy of r468312, head/www/waterfox/files/patch-bug1449358) @@ -0,0 +1,51 @@ +commit 98fd83a90019 +Author: Alex Gaynor +Date: Tue Apr 17 10:14:20 2018 -0400 + + Bug 1449358 - Consistently use PR memory functions. r=mayhemer a=lizzard + + --HG-- + extra : source : b876ed208711bc346d7ca95b0599f6e4eb02ff2e +--- + extensions/auth/nsAuthSambaNTLM.cpp | 7 ++++--- + 1 file changed, 4 insertions(+), 3 deletions(-) + +diff --git extensions/auth/nsAuthSambaNTLM.cpp extensions/auth/nsAuthSambaNTLM.cpp +index 6aa34e211be6..86c408ec5bf4 100644 +--- extensions/auth/nsAuthSambaNTLM.cpp ++++ extensions/auth/nsAuthSambaNTLM.cpp +@@ -5,6 +5,7 @@ + + #include "nsAuth.h" + #include "nsAuthSambaNTLM.h" ++#include "nspr.h" + #include "prenv.h" + #include "plbase64.h" + #include "prerror.h" +@@ -23,7 +24,7 @@ nsAuthSambaNTLM::~nsAuthSambaNTLM() + // ntlm_auth reads from stdin regularly so closing our file handles + // should cause it to exit. + Shutdown(); +- free(mInitialMessage); ++ PR_Free(mInitialMessage); + } + + void +@@ -248,7 +249,7 @@ nsAuthSambaNTLM::GetNextToken(const void *inToken, + nsCString request; + request.AssignLiteral("TT "); + request.Append(encoded); +- free(encoded); ++ PR_Free(encoded); + request.Append('\n'); + + if (!WriteString(mToChildFD, request)) +@@ -265,7 +266,7 @@ nsAuthSambaNTLM::GetNextToken(const void *inToken, + if (!buf) + return NS_ERROR_FAILURE; + *outToken = nsMemory::Clone(buf, *outTokenLen); +- free(buf); ++ PR_Free(buf); + if (!*outToken) { + return NS_ERROR_OUT_OF_MEMORY; + } Copied: branches/2018Q2/www/waterfox/files/patch-bug1451908 (from r468312, head/www/waterfox/files/patch-bug1451908) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/waterfox/files/patch-bug1451908 Thu Apr 26 00:33:06 2018 (r468318, copy of r468312, head/www/waterfox/files/patch-bug1451908) @@ -0,0 +1,29 @@ +commit 507fd5c4b515 +Author: Eric Rahm +Date: Tue Apr 17 11:22:04 2018 -0700 + + Bug 1451908 - Check for infinite value in txFormatNumberFunctionCall. r=peterv a=abillings + + --HG-- + extra : source : e47d7dbc1cd289086eb63c24cce1600c2b5329c7 +--- + dom/xslt/xslt/txFormatNumberFunctionCall.cpp | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git dom/xslt/xslt/txFormatNumberFunctionCall.cpp dom/xslt/xslt/txFormatNumberFunctionCall.cpp +index ddeede2502a3..54de0b48daa8 100644 +--- dom/xslt/xslt/txFormatNumberFunctionCall.cpp ++++ dom/xslt/xslt/txFormatNumberFunctionCall.cpp +@@ -265,6 +265,12 @@ txFormatNumberFunctionCall::evaluate(txIEvalContext* aContext, + + value = fabs(value) * multiplier; + ++ // Make sure the multiplier didn't push value to infinity. ++ if (value == mozilla::PositiveInfinity()) { ++ return aContext->recycler()->getStringResult(format->mInfinity, ++ aResult); ++ } ++ + // Prefix + nsAutoString res(prefix); + Copied: branches/2018Q2/www/waterfox/files/patch-bug1453127 (from r468312, head/www/waterfox/files/patch-bug1453127) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/waterfox/files/patch-bug1453127 Thu Apr 26 00:33:06 2018 (r468318, copy of r468312, head/www/waterfox/files/patch-bug1453127) @@ -0,0 +1,36 @@ +commit 7f8f5d958ed6 +Author: Bryce Van Dyk +Date: Wed Apr 18 15:30:57 2018 -0400 + + Bug 1453127 - Do not use iterators in MediaStreamTrack when removing listeners. r=pehrsons a=lizzard + + --HG-- + extra : source : 6b3aaee40f7507e240da08d6e073cff3c53971f4 +--- + dom/media/MediaStreamTrack.cpp | 12 ++++++++---- + 1 file changed, 8 insertions(+), 4 deletions(-) + +diff --git dom/media/MediaStreamTrack.cpp dom/media/MediaStreamTrack.cpp +index 010373e9086d..af6c6014cf02 100644 +--- dom/media/MediaStreamTrack.cpp ++++ dom/media/MediaStreamTrack.cpp +@@ -166,11 +166,15 @@ MediaStreamTrack::Destroy() + mPrincipalHandleListener->Forget(); + mPrincipalHandleListener = nullptr; + } +- for (auto l : mTrackListeners) { +- RemoveListener(l); ++ // Remove all listeners -- avoid iterating over the list we're removing from ++ const nsTArray> trackListeners(mTrackListeners); ++ for (auto listener : trackListeners) { ++ RemoveListener(listener); + } +- for (auto l : mDirectTrackListeners) { +- RemoveDirectListener(l); ++ // Do the same as above for direct listeners ++ const nsTArray> directTrackListeners(mDirectTrackListeners); ++ for (auto listener : directTrackListeners) { ++ RemoveDirectListener(listener); + } + } + Copied: branches/2018Q2/www/waterfox/files/patch-bug1454572 (from r468312, head/www/waterfox/files/patch-bug1454572) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/waterfox/files/patch-bug1454572 Thu Apr 26 00:33:06 2018 (r468318, copy of r468312, head/www/waterfox/files/patch-bug1454572) @@ -0,0 +1,43 @@ +commit 6c5f29ecc4a3 +Author: James Teh +Date: Thu Apr 19 15:53:25 2018 +1000 + + Bug 1454572: nsComputedDOMStyle: Don't crash when used on a detached pseudo-element. r=emilio,xidorn:emilio a=RyanVM + + This shouldn't normally happen, but it does in some rare cases; e.g. if an accessibility client queries info for a node that is being removed. + + MozReview-Commit-ID: 3nac9ITN66f + + --HG-- + extra : source : 0fcbe086a09ba9e9684f43706290b3e0f2226103 +--- + layout/style/nsComputedDOMStyle.cpp | 9 +++++++++ + 1 file changed, 9 insertions(+) + +diff --git layout/style/nsComputedDOMStyle.cpp layout/style/nsComputedDOMStyle.cpp +index 2ab4b28ad42a..f55675ee8ba4 100644 +--- layout/style/nsComputedDOMStyle.cpp ++++ layout/style/nsComputedDOMStyle.cpp +@@ -686,6 +686,7 @@ nsComputedDOMStyle::DoGetStyleContextNoFlush(Element* aElement, + AnimationFlag aAnimationFlag) + { + MOZ_ASSERT(aElement, "NULL element"); ++ + // If the content has a pres shell, we must use it. Otherwise we'd + // potentially mix rule trees by using the wrong pres shell's style + // set. Using the pres shell from the content also means that any +@@ -728,6 +729,14 @@ nsComputedDOMStyle::DoGetStyleContextNoFlush(Element* aElement, + } + } + ++ if (aElement->IsInNativeAnonymousSubtree() && !aElement->IsInComposedDoc()) { ++ // Normal web content can't access NAC, but Accessibility, DevTools and ++ // Editor use this same API and this may get called for anonymous content. ++ // Computing the style of a pseudo-element that doesn't have a parent doesn't ++ // really make sense. ++ return nullptr; ++ } ++ + // XXX the !aElement->IsHTMLElement(nsGkAtoms::area) + // check is needed due to bug 135040 (to avoid using + // mPrimaryFrame). Remove it once that's fixed. Copied: branches/2018Q2/www/waterfox/files/patch-bug1455235 (from r468312, head/www/waterfox/files/patch-bug1455235) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/waterfox/files/patch-bug1455235 Thu Apr 26 00:33:06 2018 (r468318, copy of r468312, head/www/waterfox/files/patch-bug1455235) @@ -0,0 +1,67 @@ +commit 7d43e67e661a +Author: Jan Horak +Date: Thu Apr 19 12:39:57 2018 +0200 + + Bug 1455235 [gtk] Don't start moving window before mousemove event, r=dao a=lizzard + + We need to start moving the window in GTK after mousemove event arrives, + not with mousedown, because the drag area can also process doubleclick + event to restore/maximize window. This also match to the GTK implementation, + see gedit behaviour for example. + + MozReview-Commit-ID: WXP3D2wIp0 + + --HG-- + extra : source : cc0d7de218cb0c260c8ba0cf6637845ad2222f49 +--- + toolkit/modules/WindowDraggingUtils.jsm | 31 +++++++++++++++++-------------- + 1 file changed, 17 insertions(+), 14 deletions(-) + +diff --git toolkit/modules/WindowDraggingUtils.jsm toolkit/modules/WindowDraggingUtils.jsm +index 465747e736f2..595d501ff7ec 100644 +--- toolkit/modules/WindowDraggingUtils.jsm ++++ toolkit/modules/WindowDraggingUtils.jsm +@@ -61,26 +61,29 @@ WindowDraggingElement.prototype = { + case "mousedown": + if (!this.shouldDrag(aEvent)) + return; +- +- if (/^gtk/i.test(AppConstants.MOZ_WIDGET_TOOLKIT)) { +- // On GTK, there is a toolkit-level function which handles +- // window dragging, which must be used. +- this._window.beginWindowMove(aEvent, isPanel ? this._elem : null); +- break; +- } +- if (isPanel) { +- let screenRect = this._elem.getOuterScreenRect(); +- this._deltaX = aEvent.screenX - screenRect.left; +- this._deltaY = aEvent.screenY - screenRect.top; +- } else { +- this._deltaX = aEvent.screenX - this._window.screenX; +- this._deltaY = aEvent.screenY - this._window.screenY; ++ if (!/^gtk/i.test(AppConstants.MOZ_WIDGET_TOOLKIT)) { ++ if (isPanel) { ++ let screenRect = this._elem.getOuterScreenRect(); ++ this._deltaX = aEvent.screenX - screenRect.left; ++ this._deltaY = aEvent.screenY - screenRect.top; ++ } else { ++ this._deltaX = aEvent.screenX - this._window.screenX; ++ this._deltaY = aEvent.screenY - this._window.screenY; ++ } + } + this._draggingWindow = true; + this._window.addEventListener("mousemove", this); + this._window.addEventListener("mouseup", this); + break; + case "mousemove": ++ if (/^gtk/i.test(AppConstants.MOZ_WIDGET_TOOLKIT)) { ++ // On GTK, there is a toolkit-level function which handles ++ // window dragging. We want to start moving the window ++ // on the first mousemove event after mousedown. ++ this._window.beginWindowMove(aEvent, isPanel ? this._elem : null); ++ this._window.removeEventListener("mousemove", this); ++ break; ++ } + if (this._draggingWindow) { + let toDrag = this.isPanel() ? this._elem : this._window; + toDrag.moveTo(aEvent.screenX - this._deltaX, aEvent.screenY - this._deltaY); Copied: branches/2018Q2/www/waterfox/files/patch-z-bug1355143 (from r468312, head/www/waterfox/files/patch-z-bug1355143) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/www/waterfox/files/patch-z-bug1355143 Thu Apr 26 00:33:06 2018 (r468318, copy of r468312, head/www/waterfox/files/patch-z-bug1355143) @@ -0,0 +1,384 @@ +commit ebd5363fd4ff +Author: Martin Stransky +Date: Wed Apr 18 11:03:39 2018 +0200 + + Bug 1355143 - Implement CreateStyleContextWithStates to style with fully stated css path, r=jhorak a=lizzard + + MozReview-Commit-ID: ENWBekzq4Oq + + --HG-- + extra : source : 8683842b60582c60de0226d1398c335a7e1a7b3f +--- + widget/gtk/WidgetStyleCache.cpp | 30 ++++++++++++++++++++++++++++++ + widget/gtk/WidgetStyleCache.h | 19 ++++++++++++++++++- + widget/gtk/mozgtk/mozgtk.c | 1 + + 3 files changed, 49 insertions(+), 1 deletion(-) + +diff --git widget/gtk/WidgetStyleCache.cpp widget/gtk/WidgetStyleCache.cpp +index 0b69b6c83f24..8ee7e49ee48d 100644 +--- widget/gtk/WidgetStyleCache.cpp ++++ widget/gtk/WidgetStyleCache.cpp +@@ -1514,3 +1514,33 @@ GetStyleContext(WidgetNodeType aNodeType, GtkTextDirection aDirection, + } + return style; + } ++ ++GtkStyleContext* ++CreateStyleContextWithStates(WidgetNodeType aNodeType, GtkTextDirection aDirection, ++ GtkStateFlags aStateFlags) ++{ ++ GtkStyleContext* style = GetStyleContext(aNodeType, aDirection, aStateFlags); ++ GtkWidgetPath *path = gtk_widget_path_copy(gtk_style_context_get_path(style)); ++ ++ if (gtk_check_version(3, 14, 0) == nullptr) { ++ ++ static auto sGtkWidgetPathIterGetState = ++ (GtkStateFlags (*)(const GtkWidgetPath*, gint)) ++ dlsym(RTLD_DEFAULT, "gtk_widget_path_iter_get_state"); ++ static auto sGtkWidgetPathIterSetState = ++ (void (*)(GtkWidgetPath*, gint, GtkStateFlags)) ++ dlsym(RTLD_DEFAULT, "gtk_widget_path_iter_set_state"); ++ ++ int pathLength = gtk_widget_path_length(path); ++ for(int i = 0; i < pathLength; i++) { ++ unsigned state = aStateFlags | sGtkWidgetPathIterGetState(path, i); ++ sGtkWidgetPathIterSetState(path, i, GtkStateFlags(state)); ++ } ++ } ++ ++ style = gtk_style_context_new(); ++ gtk_style_context_set_path(style, path); ++ gtk_widget_path_unref(path); ++ ++ return style; ++} +diff --git widget/gtk/WidgetStyleCache.h widget/gtk/WidgetStyleCache.h +index 1e7748dfb17c..e434bc8230b0 100644 +--- widget/gtk/WidgetStyleCache.h ++++ widget/gtk/WidgetStyleCache.h +@@ -38,7 +38,13 @@ CreateCSSNode(const char* aName, + + /* + * Returns a pointer to a style context for the specified node and state. +- * The context is owned by WidgetStyleCache. Do not unref. ++ * aStateFlags is applied only to last widget in css style path, ++ * for instance GetStyleContext(MOZ_GTK_BUTTON, .., GTK_STATE_FLAG_HOVER) ++ * you get "window button:hover" css selector. ++ * If you want aStateFlags applied to all path elements use ++ * CreateStyleContextWithStates(). ++ * ++ * The context is owned by WidgetStyleCache. Do not unref. + */ + GtkStyleContext* + GetStyleContext(WidgetNodeType aNodeType, +@@ -46,6 +52,17 @@ GetStyleContext(WidgetNodeType aNodeType, + GtkStateFlags aStateFlags = GTK_STATE_FLAG_NORMAL, + StyleFlags aFlags = NO_STYLE_FLAGS); + ++/* ++ * Returns a pointer to a style context for the specified node ++ * and state applied to all elements at widget style path. ++ * ++ * The context is owned by caller and must be released by g_object_unref(). ++ */ ++GtkStyleContext* ++CreateStyleContextWithStates(WidgetNodeType aNodeType, ++ GtkTextDirection aDirection = GTK_TEXT_DIR_NONE, ++ GtkStateFlags aStateFlags = GTK_STATE_FLAG_NORMAL); ++ + void + ResetWidgetCache(void); + +diff --git widget/gtk/mozgtk/mozgtk.c widget/gtk/mozgtk/mozgtk.c +index 8ed3d7eae82c..b29154a101bf 100644 +--- widget/gtk/mozgtk/mozgtk.c ++++ widget/gtk/mozgtk/mozgtk.c +@@ -601,6 +601,7 @@ STUB(gtk_widget_path_copy) + STUB(gtk_widget_path_free) + STUB(gtk_widget_path_iter_add_class) + STUB(gtk_widget_path_get_object_type) ++STUB(gtk_widget_path_length) + STUB(gtk_widget_path_new) + STUB(gtk_widget_path_unref) + STUB(gtk_widget_set_valign) + +commit b807309b6108 +Author: Martin Stransky +Date: Wed Apr 18 11:05:46 2018 +0200 + + Bug 1355143 - Provide ScrollbarGTKMetrics for active (mouse over) scrollbars, r=jhorak a=lizzard + + MozReview-Commit-ID: 95d1jeQ8mXd + + --HG-- + extra : source : 111bb4416a8541abbe481459c6c3f6189dc2eb56 +--- + widget/gtk/gtk3drawing.cpp | 67 +++++++++++++++++++++++++++++++++++++--------- + widget/gtk/gtkdrawing.h | 10 ++++++- + 2 files changed, 63 insertions(+), 14 deletions(-) + +diff --git widget/gtk/gtk3drawing.cpp widget/gtk/gtk3drawing.cpp +index 357d8a5ce5b9..3df564b05d0e 100644 +--- widget/gtk/gtk3drawing.cpp ++++ widget/gtk/gtk3drawing.cpp +@@ -24,6 +24,7 @@ static gboolean checkbox_check_state; + static gboolean notebook_has_tab_gap; + + static ScrollbarGTKMetrics sScrollbarMetrics[2]; ++static ScrollbarGTKMetrics sScrollbarMetricsActive[2]; + static ToggleGTKMetrics sCheckboxMetrics; + static ToggleGTKMetrics sRadioMetrics; + static ToolbarGTKMetrics sToolbarMetrics; +@@ -182,6 +183,8 @@ moz_gtk_refresh() + + sScrollbarMetrics[GTK_ORIENTATION_HORIZONTAL].initialized = false; + sScrollbarMetrics[GTK_ORIENTATION_VERTICAL].initialized = false; ++ sScrollbarMetricsActive[GTK_ORIENTATION_HORIZONTAL].initialized = false; ++ sScrollbarMetricsActive[GTK_ORIENTATION_VERTICAL].initialized = false; + sCheckboxMetrics.initialized = false; + sRadioMetrics.initialized = false; + sToolbarMetrics.initialized = false; +@@ -740,10 +743,9 @@ GetMinContentBox(GtkStyleContext* style) + * min-width/min-height. + */ + static void +-moz_gtk_get_widget_min_size(WidgetNodeType aGtkWidgetType, int* width, ++moz_gtk_get_widget_min_size(GtkStyleContext* style, int* width, + int* height) + { +- GtkStyleContext* style = GetStyleContext(aGtkWidgetType); + GtkStateFlags state_flags = gtk_style_context_get_state(style); + gtk_style_context_get(style, state_flags, + "min-height", height, +@@ -762,10 +764,10 @@ moz_gtk_get_widget_min_size(WidgetNodeType aGtkWidgetType, int* width, + } + + static MozGtkSize +-GetMinMarginBox(WidgetNodeType aNodeType) ++GetMinMarginBox(GtkStyleContext* style) + { + gint width, height; +- moz_gtk_get_widget_min_size(aNodeType, &width, &height); ++ moz_gtk_get_widget_min_size(style, &width, &height); + return {width, height}; + } + +@@ -947,7 +949,7 @@ moz_gtk_scrollbar_trough_paint(WidgetNodeType widget, + WidgetNodeType thumb = widget == MOZ_GTK_SCROLLBAR_TROUGH_VERTICAL ? + MOZ_GTK_SCROLLBAR_THUMB_VERTICAL : + MOZ_GTK_SCROLLBAR_THUMB_HORIZONTAL; +- MozGtkSize thumbSize = GetMinMarginBox(thumb); ++ MozGtkSize thumbSize = GetMinMarginBox(GetStyleContext(thumb)); + style = GetStyleContext(widget, direction); + MozGtkSize trackSize = GetMinContentBox(style); + trackSize.Include(thumbSize); +@@ -2765,7 +2767,8 @@ moz_gtk_get_scale_metrics(GtkOrientation orient, gint* scale_width, + WidgetNodeType widget = (orient == GTK_ORIENTATION_HORIZONTAL) ? + MOZ_GTK_SCALE_TROUGH_HORIZONTAL : + MOZ_GTK_SCALE_TROUGH_VERTICAL; +- moz_gtk_get_widget_min_size(widget, scale_width, scale_height); ++ moz_gtk_get_widget_min_size(GetStyleContext(widget), ++ scale_width, scale_height); + } + } + +@@ -2884,9 +2887,10 @@ GetToggleMetrics(bool isRadio) + } + + const ScrollbarGTKMetrics* +-GetScrollbarMetrics(GtkOrientation aOrientation) ++GetScrollbarMetrics(GtkOrientation aOrientation, bool aActive) + { +- auto metrics = &sScrollbarMetrics[aOrientation]; ++ auto metrics = aActive ? &sScrollbarMetricsActive[aOrientation] : ++ &sScrollbarMetrics[aOrientation]; + if (metrics->initialized) + return metrics; + +@@ -2896,7 +2900,9 @@ GetScrollbarMetrics(GtkOrientation aOrientation) + MOZ_GTK_SCROLLBAR_HORIZONTAL : MOZ_GTK_SCROLLBAR_VERTICAL; + + gboolean backward, forward, secondary_backward, secondary_forward; +- GtkStyleContext* style = GetStyleContext(scrollbar); ++ GtkStyleContext* style = GetStyleContext(scrollbar, GTK_TEXT_DIR_NONE, ++ aActive ? GTK_STATE_FLAG_PRELIGHT : ++ GTK_STATE_FLAG_NORMAL); + gtk_style_context_get_style(style, + "has-backward-stepper", &backward, + "has-forward-stepper", &forward, +@@ -2963,16 +2969,48 @@ GetScrollbarMetrics(GtkOrientation aOrientation) + track = MOZ_GTK_SCROLLBAR_TROUGH_VERTICAL; + thumb = MOZ_GTK_SCROLLBAR_THUMB_VERTICAL; + } ++ ++ /* GetStyleContext() sets GtkStateFlags to the latest widget name ++ * in css selector string. When we call: ++ * ++ * GetStyleContext(thumb, GTK_STATE_FLAG_PRELIGHT) ++ * ++ * we get: ++ * ++ * "scrollbar contents trough slider:hover" ++ * ++ * Some themes (Ubuntu Ambiance) styles trough/thumb by scrollbar, ++ * the Gtk+ css rule looks like: ++ * ++ * "scrollbar:hover contents trough slider" ++ * ++ * So we need to apply GtkStateFlags to each widgets in style path. ++ */ ++ + // thumb +- metrics->size.thumb = GetMinMarginBox(thumb); ++ style = CreateStyleContextWithStates(thumb, GTK_TEXT_DIR_NONE, ++ aActive ? GTK_STATE_FLAG_PRELIGHT : ++ GTK_STATE_FLAG_NORMAL); ++ metrics->size.thumb = GetMinMarginBox(style); ++ g_object_unref(style); ++ + // track +- style = GetStyleContext(track); ++ style = CreateStyleContextWithStates(track, GTK_TEXT_DIR_NONE, ++ aActive ? GTK_STATE_FLAG_PRELIGHT : ++ GTK_STATE_FLAG_NORMAL); + metrics->border.track = GetMarginBorderPadding(style); + MozGtkSize trackMinSize = GetMinContentBox(style) + metrics->border.track; + MozGtkSize trackSizeForThumb = metrics->size.thumb + metrics->border.track; ++ g_object_unref(style); ++ + // button + if (hasButtons) { +- metrics->size.button = GetMinMarginBox(MOZ_GTK_SCROLLBAR_BUTTON); ++ style = CreateStyleContextWithStates(MOZ_GTK_SCROLLBAR_BUTTON, ++ GTK_TEXT_DIR_NONE, ++ aActive ? GTK_STATE_FLAG_PRELIGHT : ++ GTK_STATE_FLAG_NORMAL); ++ metrics->size.button = GetMinMarginBox(style); ++ g_object_unref(style); + } else { + metrics->size.button = {0, 0}; + } +@@ -3006,8 +3044,11 @@ GetScrollbarMetrics(GtkOrientation aOrientation) + } + } + +- style = GetStyleContext(contents); ++ style = CreateStyleContextWithStates(contents, GTK_TEXT_DIR_NONE, ++ aActive ? GTK_STATE_FLAG_PRELIGHT : ++ GTK_STATE_FLAG_NORMAL); + GtkBorder contentsBorder = GetMarginBorderPadding(style); ++ g_object_unref(style); + + metrics->size.scrollbar = + trackSizeForThumb + contentsBorder + metrics->border.scrollbar; +diff --git widget/gtk/gtkdrawing.h widget/gtk/gtkdrawing.h +index 2ce31a3dc68a..47da7c1ccaac 100644 +--- widget/gtk/gtkdrawing.h ++++ widget/gtk/gtkdrawing.h +@@ -53,6 +53,11 @@ struct MozGtkSize { + MozGtkSize result = *this; + return result += aBorder; + } ++ bool operator<(const MozGtkSize &aOther) const ++ { ++ return (width < aOther.width && height <= aOther.height) || ++ (width <= aOther.width && height < aOther.height); ++ } + void Include(MozGtkSize aOther) + { + width = std::max(width, aOther.width); +@@ -491,9 +496,12 @@ moz_gtk_get_scalethumb_metrics(GtkOrientation orient, gint* thumb_length, gint* + + /** + * Get the metrics in GTK pixels for a scrollbar. ++ * aOrientation: [IN] the scrollbar orientation ++ * aActive: [IN] Metricts for scrollbar with mouse pointer over it. ++ * + */ + const ScrollbarGTKMetrics* +-GetScrollbarMetrics(GtkOrientation aOrientation); ++GetScrollbarMetrics(GtkOrientation aOrientation, bool aActive = false); + + /** + * Get the desired size of a dropdown arrow button + +commit e31268bc56be +Author: Martin Stransky +Date: Wed Apr 18 11:09:19 2018 +0200 + + Bug 1355143 - Size scrollbars with 'hover' Gtk+ state, r=jhorak a=lizzard + + Ubuntu/Ambiance has tiny scrollbars when it's not hovered by mouse and large + ones when it's hovered/active. Our current Gtk+ toolkit code does not support such scrollbar + resize on the fly. + + We use a workaround as we get size of active (hovered) scrollbar only and that + we pass to gecko. Then we draw scrolbar smaller when it's not hovered and full sized + when it's hovered. + + MozReview-Commit-ID: mxt9q5Bcg9 + + --HG-- + extra : source : 4405d1c4673b0b1eb415b528c5e252585094b150 +--- + widget/gtk/nsNativeThemeGTK.cpp | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +diff --git widget/gtk/nsNativeThemeGTK.cpp widget/gtk/nsNativeThemeGTK.cpp +index 059bd38f69cd..25b6105cd5f4 100644 +--- widget/gtk/nsNativeThemeGTK.cpp ++++ widget/gtk/nsNativeThemeGTK.cpp +@@ -1287,7 +1287,7 @@ nsNativeThemeGTK::GetWidgetBorder(nsDeviceContext* aContext, nsIFrame* aFrame, + GtkOrientation orientation = + aWidgetType == NS_THEME_SCROLLBAR_HORIZONTAL ? + GTK_ORIENTATION_HORIZONTAL : GTK_ORIENTATION_VERTICAL; +- const ScrollbarGTKMetrics* metrics = GetScrollbarMetrics(orientation); ++ const ScrollbarGTKMetrics* metrics = GetScrollbarMetrics(orientation, true); + + const GtkBorder& border = metrics->border.scrollbar; + aResult->top = border.top; +@@ -1302,7 +1302,7 @@ nsNativeThemeGTK::GetWidgetBorder(nsDeviceContext* aContext, nsIFrame* aFrame, + GtkOrientation orientation = + aWidgetType == NS_THEME_SCROLLBARTRACK_HORIZONTAL ? + GTK_ORIENTATION_HORIZONTAL : GTK_ORIENTATION_VERTICAL; +- const ScrollbarGTKMetrics* metrics = GetScrollbarMetrics(orientation); ++ const ScrollbarGTKMetrics* metrics = GetScrollbarMetrics(orientation, true); + + const GtkBorder& border = metrics->border.track; + aResult->top = border.top; +@@ -1457,7 +1457,7 @@ nsNativeThemeGTK::GetMinimumWidgetSize(nsPresContext* aPresContext, + case NS_THEME_SCROLLBARBUTTON_DOWN: + { + const ScrollbarGTKMetrics* metrics = +- GetScrollbarMetrics(GTK_ORIENTATION_VERTICAL); ++ GetScrollbarMetrics(GTK_ORIENTATION_VERTICAL, true); + + aResult->width = metrics->size.button.width; + aResult->height = metrics->size.button.height; +@@ -1468,7 +1468,7 @@ nsNativeThemeGTK::GetMinimumWidgetSize(nsPresContext* aPresContext, + case NS_THEME_SCROLLBARBUTTON_RIGHT: + { + const ScrollbarGTKMetrics* metrics = +- GetScrollbarMetrics(GTK_ORIENTATION_HORIZONTAL); ++ GetScrollbarMetrics(GTK_ORIENTATION_HORIZONTAL, true); + + aResult->width = metrics->size.button.width; + aResult->height = metrics->size.button.height; +@@ -1501,7 +1501,7 @@ nsNativeThemeGTK::GetMinimumWidgetSize(nsPresContext* aPresContext, + GtkOrientation orientation = + aWidgetType == NS_THEME_SCROLLBAR_HORIZONTAL ? + GTK_ORIENTATION_HORIZONTAL : GTK_ORIENTATION_VERTICAL; +- const ScrollbarGTKMetrics* metrics = GetScrollbarMetrics(orientation); ++ const ScrollbarGTKMetrics* metrics = GetScrollbarMetrics(orientation, true); + + aResult->width = metrics->size.scrollbar.width; + aResult->height = metrics->size.scrollbar.height; +@@ -1513,7 +1513,7 @@ nsNativeThemeGTK::GetMinimumWidgetSize(nsPresContext* aPresContext, + GtkOrientation orientation = + aWidgetType == NS_THEME_SCROLLBARTHUMB_HORIZONTAL ? + GTK_ORIENTATION_HORIZONTAL : GTK_ORIENTATION_VERTICAL; +- const ScrollbarGTKMetrics* metrics = GetScrollbarMetrics(orientation); ++ const ScrollbarGTKMetrics* metrics = GetScrollbarMetrics(orientation, true); + + aResult->width = metrics->size.thumb.width; + aResult->height = metrics->size.thumb.height; From owner-svn-ports-branches@freebsd.org Thu Apr 26 20:43:15 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5401FB7E6B; Thu, 26 Apr 2018 20:43:15 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 511267F828; Thu, 26 Apr 2018 20:43:15 +0000 (UTC) (envelope-from ehaupt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 48B171D19C; Thu, 26 Apr 2018 20:43:15 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3QKhF77099452; Thu, 26 Apr 2018 20:43:15 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3QKhFlr099451; Thu, 26 Apr 2018 20:43:15 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201804262043.w3QKhFlr099451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 26 Apr 2018 20:43:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468385 - branches/2018Q2/dns/sshfp X-SVN-Group: ports-branches X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: branches/2018Q2/dns/sshfp X-SVN-Commit-Revision: 468385 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.25 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, 26 Apr 2018 20:43:15 -0000 Author: ehaupt Date: Thu Apr 26 20:43:14 2018 New Revision: 468385 URL: https://svnweb.freebsd.org/changeset/ports/468385 Log: MFH: r468384 dane requires devel/py-six to run. Notified by: patrik@hildingsson.se (via mail) Approved by: ports-secteam (blanket) Modified: branches/2018Q2/dns/sshfp/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/dns/sshfp/Makefile ============================================================================== --- branches/2018Q2/dns/sshfp/Makefile Thu Apr 26 20:41:53 2018 (r468384) +++ branches/2018Q2/dns/sshfp/Makefile Thu Apr 26 20:43:14 2018 (r468385) @@ -3,7 +3,7 @@ PORTNAME= sshfp PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns security MAINTAINER= ehaupt@FreeBSD.org @@ -13,7 +13,8 @@ LICENSE= GPLv2 RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/__init__.py:dns/py-dnspython@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipcalc>=0.6:net-mgmt/py-ipcalc@${FLAVOR} \ - ${PYTHON_SITELIBDIR}/ldns.py:dns/py-ldns@${FLAVOR} + ${PYTHON_SITELIBDIR}/ldns.py:dns/py-ldns@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} USES= python shebangfix USE_PYTHON= flavors concurrent optsuffix From owner-svn-ports-branches@freebsd.org Thu Apr 26 22:26:03 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41683FB9DC5; Thu, 26 Apr 2018 22:26:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E46DE785A4; Thu, 26 Apr 2018 22:26:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB4921E1CE; Thu, 26 Apr 2018 22:26:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3QMQ2bV050204; Thu, 26 Apr 2018 22:26:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3QMQ26P050202; Thu, 26 Apr 2018 22:26:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804262226.w3QMQ26P050202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 26 Apr 2018 22:26:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468391 - in branches/2018Q2/devel/cxxtools: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/devel/cxxtools: . files X-SVN-Commit-Revision: 468391 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.25 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, 26 Apr 2018 22:26:03 -0000 Author: jbeich Date: Thu Apr 26 22:26:02 2018 New Revision: 468391 URL: https://svnweb.freebsd.org/changeset/ports/468391 Log: MFH: r468390 devel/cxxtools: unbreak with libc++ 6.0 In file included from settingswriter.cpp:28: In file included from ./settingswriter.h:31: In file included from ../include/cxxtools/char.h:32: In file included from /usr/include/c++/v1/string:477: /usr/include/c++/v1/string_view:211:5: error: static_assert failed due to requirement 'is_pod::value' "Character type of basic_string_view must be a POD" static_assert(is_pod::value, "Character type of basic_string_view must be a POD"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ settingswriter.cpp:42:21: note: in instantiation of template class 'std::__1::basic_string_view >' requested here *_os << std::endl; ^ Reported by: pkg-fallout Approved by: ports-secteam blanket Added: branches/2018Q2/devel/cxxtools/files/patch-src_settingswriter.cpp - copied unchanged from r468390, head/devel/cxxtools/files/patch-src_settingswriter.cpp Modified: branches/2018Q2/devel/cxxtools/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/cxxtools/Makefile ============================================================================== --- branches/2018Q2/devel/cxxtools/Makefile Thu Apr 26 22:22:58 2018 (r468390) +++ branches/2018Q2/devel/cxxtools/Makefile Thu Apr 26 22:26:02 2018 (r468391) @@ -14,8 +14,6 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= does not configure: error: check for atomictype failed -BROKEN_armv6= does not compile: string_view:204:5: error: static_assert failed "Character type of basic_string_view must be a POD" -BROKEN_armv7= does not compile: string_view:204:5: error: static_assert failed "Character type of basic_string_view must be a POD" BROKEN_mips= does not configure: in section .data.rel.ro of csvdeserializer-test.o: defined in discarded section BROKEN_mips64= does not configure: in section .data.rel.ro of csvdeserializer-test.o: defined in discarded section BROKEN_sparc64= does not configure Copied: branches/2018Q2/devel/cxxtools/files/patch-src_settingswriter.cpp (from r468390, head/devel/cxxtools/files/patch-src_settingswriter.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/devel/cxxtools/files/patch-src_settingswriter.cpp Thu Apr 26 22:26:02 2018 (r468391, copy of r468390, head/devel/cxxtools/files/patch-src_settingswriter.cpp) @@ -0,0 +1,59 @@ +Regressed by https://reviews.llvm.org/rL297872 + +In file included from settingswriter.cpp:28: +In file included from ./settingswriter.h:31: +In file included from ../include/cxxtools/char.h:32: +In file included from /usr/include/c++/v1/string:477: +/usr/include/c++/v1/string_view:211:5: error: static_assert failed due to requirement 'is_pod::value' "Character type of basic_string_view must be a POD" + static_assert(is_pod::value, "Character type of basic_string_view must be a POD"); + ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ +settingswriter.cpp:42:21: note: in instantiation of template class 'std::__1::basic_string_view >' requested here + *_os << std::endl; + ^ + +--- src/settingswriter.cpp.orig 2013-12-26 09:33:48 UTC ++++ src/settingswriter.cpp +@@ -39,7 +39,7 @@ void SettingsWriter::write(const cxxtools::Serializati + String value; + it->getValue(value); + this->writeEntry( it->name(), value, it->typeName() ); +- *_os << std::endl; ++ *_os << cxxtools::String(L"\n"); + } + else if( it->category() == cxxtools::SerializationInfo::Object) + { +@@ -49,7 +49,7 @@ void SettingsWriter::write(const cxxtools::Serializati + *_os << cxxtools::String::widen( it->name() ) << cxxtools::String(L" = "); + *_os << cxxtools::String::widen( it->typeName() ) << cxxtools::String(L"{ "); + this->writeParent( *it, ""); +- *_os << cxxtools::String(L" }") << std::endl; ++ *_os << cxxtools::String(L" }") << cxxtools::String(L"\n"); + continue; + } + +@@ -71,14 +71,14 @@ void SettingsWriter::writeParent(const cxxtools::Seria + String value; + it->getValue(value); + this->writeEntry( it->name(), value, it->typeName() ); +- *_os << std::endl; ++ *_os << cxxtools::String(L"\n"); + } + else if( it->category() == cxxtools::SerializationInfo::Object ) + { + *_os << cxxtools::String::widen( prefix ) << '.' << cxxtools::String::widen( it->name() ) << cxxtools::String(L" = "); + *_os<< cxxtools::String::widen( it->typeName() ) << cxxtools::String(L"{ "); + this->writeChild(*it); +- *_os << cxxtools::String(L" }") << std::endl; ++ *_os << cxxtools::String(L" }") << cxxtools::String(L"\n"); + } + } + } +@@ -157,7 +157,7 @@ void SettingsWriter::writeEntry(const std::string& nam + + void SettingsWriter::writeSection(const cxxtools::String& prefix) + { +- *_os << cxxtools::String(L"[") << prefix << cxxtools::String(L"]") << std::endl; ++ *_os << cxxtools::String(L"[") << prefix << cxxtools::String(L"]") << cxxtools::String(L"\n"); + } + + } From owner-svn-ports-branches@freebsd.org Fri Apr 27 03:54:10 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2FD4FBFBF3; Fri, 27 Apr 2018 03:54:09 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8492781768; Fri, 27 Apr 2018 03:54:09 +0000 (UTC) (envelope-from fluffy@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F6F621628; Fri, 27 Apr 2018 03:54:09 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3R3s92t014730; Fri, 27 Apr 2018 03:54:09 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3R3s8fn014726; Fri, 27 Apr 2018 03:54:08 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201804270354.w3R3s8fn014726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Fri, 27 Apr 2018 03:54:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468396 - in branches/2018Q2/mail: opensmtpd opensmtpd-devel opensmtpd-devel/files opensmtpd/files X-SVN-Group: ports-branches X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: in branches/2018Q2/mail: opensmtpd opensmtpd-devel opensmtpd-devel/files opensmtpd/files X-SVN-Commit-Revision: 468396 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.25 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, 27 Apr 2018 03:54:10 -0000 Author: fluffy Date: Fri Apr 27 03:54:08 2018 New Revision: 468396 URL: https://svnweb.freebsd.org/changeset/ports/468396 Log: MFH: r468319 - Pet MDA part, add brackets around Return-Path as per RFC5322 §3.6.6. Missing brackets lead to a panic when a malformed address line is fed to dovecot-lda Submitted by: gahr Reported by: brnrd via dovecot ML Obtained from: https://github.com/OpenSMTPD/OpenSMTPD/pull/847/commits/725ba4fa2ddf23bbcd1ff9ec92e86bbfaa6825c8 Approved by: portmgr (adamw) Added: branches/2018Q2/mail/opensmtpd-devel/files/patch-src_mda.c - copied unchanged from r468319, head/mail/opensmtpd-devel/files/patch-src_mda.c branches/2018Q2/mail/opensmtpd/files/patch-src_mda.c - copied unchanged from r468319, head/mail/opensmtpd/files/patch-src_mda.c Modified: branches/2018Q2/mail/opensmtpd-devel/Makefile branches/2018Q2/mail/opensmtpd/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/mail/opensmtpd-devel/Makefile ============================================================================== --- branches/2018Q2/mail/opensmtpd-devel/Makefile Fri Apr 27 03:25:17 2018 (r468395) +++ branches/2018Q2/mail/opensmtpd-devel/Makefile Fri Apr 27 03:54:08 2018 (r468396) @@ -4,7 +4,7 @@ PORTNAME= opensmtpd PORTVERSION= 201606220754 DISTVERSIONSUFFIX= p1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ Copied: branches/2018Q2/mail/opensmtpd-devel/files/patch-src_mda.c (from r468319, head/mail/opensmtpd-devel/files/patch-src_mda.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/mail/opensmtpd-devel/files/patch-src_mda.c Fri Apr 27 03:54:08 2018 (r468396, copy of r468319, head/mail/opensmtpd-devel/files/patch-src_mda.c) @@ -0,0 +1,11 @@ +--- smtpd/mda.c.orig 2016-05-13 02:56:04.000000000 +1000 ++++ smtpd/mda.c 2018-04-26 10:28:45.373358000 +1000 +@@ -274,7 +274,7 @@ + * if any + */ + n = iobuf_fqueue(&s->iobuf, +- "Return-Path: %s\n" ++ "Return-Path: <%s>\n" + "Delivered-To: %s\n", + e->sender, + e->rcpt ? e->rcpt : e->dest); Modified: branches/2018Q2/mail/opensmtpd/Makefile ============================================================================== --- branches/2018Q2/mail/opensmtpd/Makefile Fri Apr 27 03:25:17 2018 (r468395) +++ branches/2018Q2/mail/opensmtpd/Makefile Fri Apr 27 03:54:08 2018 (r468396) @@ -4,7 +4,7 @@ PORTNAME= opensmtpd PORTVERSION= 5.9.2p1 PORTEPOCH= 1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ http://distfiles.pirateparty.in/ashish/ Copied: branches/2018Q2/mail/opensmtpd/files/patch-src_mda.c (from r468319, head/mail/opensmtpd/files/patch-src_mda.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/mail/opensmtpd/files/patch-src_mda.c Fri Apr 27 03:54:08 2018 (r468396, copy of r468319, head/mail/opensmtpd/files/patch-src_mda.c) @@ -0,0 +1,11 @@ +--- smtpd/mda.c.orig 2016-05-13 02:56:04.000000000 +1000 ++++ smtpd/mda.c 2018-04-26 10:28:45.373358000 +1000 +@@ -274,7 +274,7 @@ + * if any + */ + n = iobuf_fqueue(&s->iobuf, +- "Return-Path: %s\n" ++ "Return-Path: <%s>\n" + "Delivered-To: %s\n", + e->sender, + e->rcpt ? e->rcpt : e->dest); From owner-svn-ports-branches@freebsd.org Fri Apr 27 07:47:38 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 080D7FC3788; Fri, 27 Apr 2018 07:47:38 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8B786F228; Fri, 27 Apr 2018 07:47:37 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A1A1523A32; Fri, 27 Apr 2018 07:47:37 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3R7lbbD029632; Fri, 27 Apr 2018 07:47:37 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3R7lbIN029628; Fri, 27 Apr 2018 07:47:37 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201804270747.w3R7lbIN029628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Fri, 27 Apr 2018 07:47:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468403 - in branches/2018Q2/irc/quassel: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: in branches/2018Q2/irc/quassel: . files X-SVN-Commit-Revision: 468403 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.25 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, 27 Apr 2018 07:47:38 -0000 Author: woodsb02 Date: Fri Apr 27 07:47:37 2018 New Revision: 468403 URL: https://svnweb.freebsd.org/changeset/ports/468403 Log: MFH: r468336 irc/quassel: Update to 0.12.5 Changes this release: https://quassel-irc.org/node/130 Security: https://vuxml.freebsd.org/freebsd/499f6b41-58db-4f98-b8e7-da8c18985eda.html Approved by: ports-secteam (riggs) Deleted: branches/2018Q2/irc/quassel/files/patch-CMakeLists.txt branches/2018Q2/irc/quassel/files/patch-icons_CMakeLists.txt Modified: branches/2018Q2/irc/quassel/Makefile branches/2018Q2/irc/quassel/distinfo branches/2018Q2/irc/quassel/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/irc/quassel/Makefile ============================================================================== --- branches/2018Q2/irc/quassel/Makefile Fri Apr 27 07:35:13 2018 (r468402) +++ branches/2018Q2/irc/quassel/Makefile Fri Apr 27 07:47:37 2018 (r468403) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= quassel -PORTVERSION= 0.12.4 -PORTREVISION= 6 +PORTVERSION= 0.12.5 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ Modified: branches/2018Q2/irc/quassel/distinfo ============================================================================== --- branches/2018Q2/irc/quassel/distinfo Fri Apr 27 07:35:13 2018 (r468402) +++ branches/2018Q2/irc/quassel/distinfo Fri Apr 27 07:47:37 2018 (r468403) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467574566 -SHA256 (quassel-0.12.4.tar.bz2) = 93e4e54cb3743cbe2e5684c2fcba94fd2bc2cd739f7672dee14341b49c29444d -SIZE (quassel-0.12.4.tar.bz2) = 3742639 +TIMESTAMP = 1524642412 +SHA256 (quassel-0.12.5.tar.bz2) = 1894574dfd79654152a5b7427e7df592b055ae908230504f98a4cb48961e74e2 +SIZE (quassel-0.12.5.tar.bz2) = 3747392 Modified: branches/2018Q2/irc/quassel/pkg-plist ============================================================================== --- branches/2018Q2/irc/quassel/pkg-plist Fri Apr 27 07:35:13 2018 (r468402) +++ branches/2018Q2/irc/quassel/pkg-plist Fri Apr 27 07:47:37 2018 (r468403) @@ -382,15 +382,12 @@ share/icons/hicolor/scalable/status/irc-channel-parted %%NLS%%%%DATADIR%%/translations/en_US.qm %%NLS%%%%DATADIR%%/translations/eo.qm %%NLS%%%%DATADIR%%/translations/es.qm -%%NLS%%%%DATADIR%%/translations/es_AR.qm %%NLS%%%%DATADIR%%/translations/et.qm -%%NLS%%%%DATADIR%%/translations/et_EE.qm %%NLS%%%%DATADIR%%/translations/fi.qm %%NLS%%%%DATADIR%%/translations/fr.qm %%NLS%%%%DATADIR%%/translations/gl.qm %%NLS%%%%DATADIR%%/translations/hi.qm %%NLS%%%%DATADIR%%/translations/hu.qm -%%NLS%%%%DATADIR%%/translations/id_ID.qm %%NLS%%%%DATADIR%%/translations/it.qm %%NLS%%%%DATADIR%%/translations/ja.qm %%NLS%%%%DATADIR%%/translations/ko.qm @@ -411,6 +408,5 @@ share/icons/hicolor/scalable/status/irc-channel-parted %%NLS%%%%DATADIR%%/translations/sv.qm %%NLS%%%%DATADIR%%/translations/tr.qm %%NLS%%%%DATADIR%%/translations/uk.qm -%%NLS%%%%DATADIR%%/translations/uz@Latn.qm %%NLS%%%%DATADIR%%/translations/zh_CN.qm %%NLS%%%%DATADIR%%/translations/zh_TW.qm From owner-svn-ports-branches@freebsd.org Fri Apr 27 08:33:44 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90A4BFC4A19; Fri, 27 Apr 2018 08:33:44 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AEC779B66; Fri, 27 Apr 2018 08:33:44 +0000 (UTC) (envelope-from loader@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3461C24220; Fri, 27 Apr 2018 08:33:44 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3R8XiV7054469; Fri, 27 Apr 2018 08:33:44 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3R8Xhi3054466; Fri, 27 Apr 2018 08:33:43 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201804270833.w3R8Xhi3054466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Fri, 27 Apr 2018 08:33:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468406 - in branches/2018Q2/security/py-obfsproxy-tor: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: loader X-SVN-Commit-Paths: in branches/2018Q2/security/py-obfsproxy-tor: . files X-SVN-Commit-Revision: 468406 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.25 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, 27 Apr 2018 08:33:44 -0000 Author: loader (doc committer) Date: Fri Apr 27 08:33:43 2018 New Revision: 468406 URL: https://svnweb.freebsd.org/changeset/ports/468406 Log: MFH: r468181 security/py-obfsproxy-tor: Fix runtime dependency error - Change runtime dependency entry point Twisted_Core back to Twisted - Update checksum for CHEESESHOP - Add test target Reviewed by: cs, koobs Approved by: cs (maintainer), koobs (ports) Differential Revision: https://reviews.freebsd.org/D13452 Approved by: ports-secteam (riggs) Modified: branches/2018Q2/security/py-obfsproxy-tor/Makefile branches/2018Q2/security/py-obfsproxy-tor/distinfo branches/2018Q2/security/py-obfsproxy-tor/files/patch-setup.py Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/security/py-obfsproxy-tor/Makefile ============================================================================== --- branches/2018Q2/security/py-obfsproxy-tor/Makefile Fri Apr 27 08:17:29 2018 (r468405) +++ branches/2018Q2/security/py-obfsproxy-tor/Makefile Fri Apr 27 08:33:43 2018 (r468406) @@ -20,6 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:sec ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist @@ -27,5 +28,8 @@ SUB_FILES= pkg-message NO_ARCH= yes PYDISTUTILS_PKGNAME= obfsproxy + +do-test: + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest) .include Modified: branches/2018Q2/security/py-obfsproxy-tor/distinfo ============================================================================== --- branches/2018Q2/security/py-obfsproxy-tor/distinfo Fri Apr 27 08:17:29 2018 (r468405) +++ branches/2018Q2/security/py-obfsproxy-tor/distinfo Fri Apr 27 08:33:43 2018 (r468406) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519975368 -SHA256 (obfsproxy-0.2.13.tar.gz) = c29582f2f5b0316cbc7184e0529a5b246dfeeabd4e6c4dcb05b800256d6c9dd6 -SIZE (obfsproxy-0.2.13.tar.gz) = 95813 +TIMESTAMP = 1512989600 +SHA256 (obfsproxy-0.2.13.tar.gz) = 1e26c2faef1cfcf856ddf60e9647058a7c78fb0d47f05b58a0f847ed7cc41a66 +SIZE (obfsproxy-0.2.13.tar.gz) = 93435 Modified: branches/2018Q2/security/py-obfsproxy-tor/files/patch-setup.py ============================================================================== --- branches/2018Q2/security/py-obfsproxy-tor/files/patch-setup.py Fri Apr 27 08:17:29 2018 (r468405) +++ branches/2018Q2/security/py-obfsproxy-tor/files/patch-setup.py Fri Apr 27 08:33:43 2018 (r468406) @@ -1,19 +1,10 @@ ---- setup.py.orig 2014-12-31 15:34:31 UTC +--- setup.py.orig 2014-08-21 09:28:57 UTC +++ setup.py -@@ -31,12 +31,14 @@ setup( - install_requires = [ +@@ -32,7 +32,6 @@ setup( 'setuptools', 'PyCrypto', -- 'Twisted', + 'Twisted', - 'argparse', -+ 'Twisted_Core', 'pyptlib >= 0.0.6', 'pyyaml' ], - -+ #if sys.version_info < (2, 7): -+ # install_requires.append('argparse') -+ - extras_require = { - 'SOCKS': ["txsocksx"] - } From owner-svn-ports-branches@freebsd.org Fri Apr 27 10:09:34 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE8D4FA3B0F; Fri, 27 Apr 2018 10:09:33 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 73A156C0F9; Fri, 27 Apr 2018 10:09:33 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E81525051; Fri, 27 Apr 2018 10:09:33 +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 w3RA9XZH099958; Fri, 27 Apr 2018 10:09:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3RA9XXD099957; Fri, 27 Apr 2018 10:09:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804271009.w3RA9XXD099957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 27 Apr 2018 10:09:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468413 - branches/2018Q2/lang/solidity X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/lang/solidity X-SVN-Commit-Revision: 468413 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.25 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, 27 Apr 2018 10:09:34 -0000 Author: jbeich Date: Fri Apr 27 10:09:33 2018 New Revision: 468413 URL: https://svnweb.freebsd.org/changeset/ports/468413 Log: MFH: r468412 lang/solidity: unbreak with Clang 6 In file included from libsolidity/analysis/ConstantEvaluator.cpp:23: In file included from ./libsolidity/analysis/ConstantEvaluator.h:25: In file included from ./libsolidity/ast/ASTVisitor.h:25: In file included from /usr/include/c++/v1/string:477: In file included from /usr/include/c++/v1/string_view:176: In file included from /usr/include/c++/v1/__string:56: In file included from /usr/include/c++/v1/algorithm:643: /usr/include/c++/v1/memory:3656:5: error: destructor called on non-final 'dev::solidity::FixedBytesType' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor] __data_.second().~_Tp(); ^ /usr/include/c++/v1/memory:3617:9: note: in instantiation of member function 'std::__1::__shared_ptr_emplace >::__on_zero_shared' requested here __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) ^ /usr/include/c++/v1/memory:4277:26: note: in instantiation of function template specialization 'std::__1::__shared_ptr_emplace >::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ /usr/include/c++/v1/memory:4656:29: note: in instantiation of function template specialization 'std::__1::shared_ptr::make_shared' requested here return shared_ptr<_Tp>::make_shared(_VSTD::forward<_Args>(__args)...); ^ ./libsolidity/ast/Types.h:623:19: note: in instantiation of function template specialization 'std::__1::make_shared' requested here m_baseType(std::make_shared(1)) ^ /usr/include/c++/v1/memory:3656:23: note: qualify call to silence this warning __data_.second().~_Tp(); ^ /usr/include/c++/v1/memory:3656:5: error: destructor called on non-final 'dev::solidity::IntegerType' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor] __data_.second().~_Tp(); ^ /usr/include/c++/v1/memory:3617:9: note: in instantiation of member function 'std::__1::__shared_ptr_emplace >::__on_zero_shared' requested here __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) ^ /usr/include/c++/v1/memory:4277:26: note: in instantiation of function template specialization 'std::__1::__shared_ptr_emplace >::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ /usr/include/c++/v1/memory:4656:29: note: in instantiation of function template specialization 'std::__1::shared_ptr::make_shared' requested here return shared_ptr<_Tp>::make_shared(_VSTD::forward<_Args>(__args)...); ^ ./libsolidity/ast/Types.h:718:15: note: in instantiation of function template specialization 'std::__1::make_shared' requested here return std::make_shared(160, IntegerType::Modifier::Address); ^ /usr/include/c++/v1/memory:3656:23: note: qualify call to silence this warning __data_.second().~_Tp(); ^ /usr/include/c++/v1/memory:3656:5: error: destructor called on non-final 'dev::solidity::BoolType' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor] __data_.second().~_Tp(); ^ /usr/include/c++/v1/memory:3612:5: note: in instantiation of member function 'std::__1::__shared_ptr_emplace >::__on_zero_shared' requested here __shared_ptr_emplace(_Alloc __a) ^ /usr/include/c++/v1/memory:4277:26: note: in instantiation of member function 'std::__1::__shared_ptr_emplace >::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ /usr/include/c++/v1/memory:4656:29: note: in instantiation of function template specialization 'std::__1::shared_ptr::make_shared<>' requested here return shared_ptr<_Tp>::make_shared(_VSTD::forward<_Args>(__args)...); ^ libsolidity/analysis/ConstantEvaluator.cpp:58:4: note: in instantiation of function template specialization 'std::__1::make_shared' requested here make_shared() : ^ /usr/include/c++/v1/memory:3656:23: note: qualify call to silence this warning __data_.second().~_Tp(); ^ Reported by: pkg-fallout Approved by: ports-secteam blanket Modified: branches/2018Q2/lang/solidity/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/lang/solidity/Makefile ============================================================================== --- branches/2018Q2/lang/solidity/Makefile Fri Apr 27 10:08:33 2018 (r468412) +++ branches/2018Q2/lang/solidity/Makefile Fri Apr 27 10:09:33 2018 (r468413) @@ -31,5 +31,6 @@ pre-patch: @${CP} ${FILESDIR}/jsoncpp.cmake ${WRKSRC}/cmake/ @${REINPLACE_CMD} '/jsoncpp/d' ${WRKSRC}/libdevcore/CMakeLists.txt @${REINPLACE_CMD} '/EthCcache/d' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} '/-Werror/d' ${WRKSRC}/cmake/EthCompilerSettings.cmake .include From owner-svn-ports-branches@freebsd.org Fri Apr 27 11:35:09 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40D86FA5864; Fri, 27 Apr 2018 11:35:09 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7FFA7AF1A; Fri, 27 Apr 2018 11:35:08 +0000 (UTC) (envelope-from brnrd@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DEBDB25E7D; Fri, 27 Apr 2018 11:35:08 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3RBZ8UC045646; Fri, 27 Apr 2018 11:35:08 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3RBZ8r8045643; Fri, 27 Apr 2018 11:35:08 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201804271135.w3RBZ8r8045643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 27 Apr 2018 11:35:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468423 - in branches/2018Q2/databases/mariadb55-server: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in branches/2018Q2/databases/mariadb55-server: . files X-SVN-Commit-Revision: 468423 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.25 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, 27 Apr 2018 11:35:09 -0000 Author: brnrd Date: Fri Apr 27 11:35:08 2018 New Revision: 468423 URL: https://svnweb.freebsd.org/changeset/ports/468423 Log: MFH: r468131 databases/mariadb55-server: Security update to 5.5.60 - Fix build with aarch64 [1] - Remove new ${name}_limits behavior from 11-STABLE [2] PR: 227628 [1], 227434 [2] Submitted by: Naram Qashat [1], 0mp [2] Security: 57aec168-453e-11e8-8777-b499baebfeaf Approved by: ports-secteam (riggs) Added: branches/2018Q2/databases/mariadb55-server/files/patch-MDEV-15961 - copied unchanged from r468131, head/databases/mariadb55-server/files/patch-MDEV-15961 Modified: branches/2018Q2/databases/mariadb55-server/Makefile branches/2018Q2/databases/mariadb55-server/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/databases/mariadb55-server/Makefile ============================================================================== --- branches/2018Q2/databases/mariadb55-server/Makefile Fri Apr 27 11:23:14 2018 (r468422) +++ branches/2018Q2/databases/mariadb55-server/Makefile Fri Apr 27 11:35:08 2018 (r468423) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 5.5.59 +PORTVERSION= 5.5.60 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ @@ -50,7 +50,6 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ DATADIR= ${PREFIX}/share/mysql -BROKEN_aarch64= Fails to link: missing sbrk BROKEN_sparc64= Does not compile: Unsupported platform BROKEN_SSL= openssl-devel BROKEN_SSL_REASON_openssl-devel= incomplete definition of type 'struct dh_st' @@ -100,6 +99,14 @@ OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-li OQGRAPH_BROKEN= OQGraph does not build MAXKEY_EXTRA_PATCHES= ${FILESDIR}/extra-patch-include_my__compare.h +.endif + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200057 +SUB_LIST+= LEGACY_LIMITS="@comment " MODERN_LIMITS="" +.else +SUB_LIST+= LEGACY_LIMITS="" MODERN_LIMITS="@comment " .endif .include Modified: branches/2018Q2/databases/mariadb55-server/distinfo ============================================================================== --- branches/2018Q2/databases/mariadb55-server/distinfo Fri Apr 27 11:23:14 2018 (r468422) +++ branches/2018Q2/databases/mariadb55-server/distinfo Fri Apr 27 11:35:08 2018 (r468423) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516351401 -SHA256 (mariadb-5.5.59.tar.gz) = c3269ce20b45b177239fd1e3d6d9428a94131711f12758ebf5f65222278bb110 -SIZE (mariadb-5.5.59.tar.gz) = 45804920 +TIMESTAMP = 1524505018 +SHA256 (mariadb-5.5.60.tar.gz) = 4d3d444555416028ce39d3fb4cdc9cf6a658fcd4b0d2d0c45a73f9bf01d07929 +SIZE (mariadb-5.5.60.tar.gz) = 45822878 Copied: branches/2018Q2/databases/mariadb55-server/files/patch-MDEV-15961 (from r468131, head/databases/mariadb55-server/files/patch-MDEV-15961) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q2/databases/mariadb55-server/files/patch-MDEV-15961 Fri Apr 27 11:35:08 2018 (r468423, copy of r468131, head/databases/mariadb55-server/files/patch-MDEV-15961) @@ -0,0 +1,47 @@ +https://jira.mariadb.org/browse/MDEV-15961 + +--- mysys/stacktrace.c.orig 2018-01-18 17:10:31 UTC ++++ mysys/stacktrace.c +@@ -34,19 +34,19 @@ + #include + #endif + ++#ifdef __linux__ + #define PTR_SANE(p) ((p) && (char*)(p) >= heap_start && (char*)(p) <= heap_end) +- + static char *heap_start; +- +-#ifdef HAVE_BSS_START + extern char *__bss_start; +-#endif ++#else ++#define PTR_SANE(p) (p) ++#endif /* __linux */ + + void my_init_stacktrace() + { +-#ifdef HAVE_BSS_START ++#ifdef __linux__ + heap_start = (char*) &__bss_start; +-#endif ++#endif /* __linux__ */ + } + + #ifdef __linux__ +@@ -131,14 +131,14 @@ static int safe_print_str(const char *ad + + void my_safe_print_str(const char* val, int max_len) + { ++#ifdef __linux__ + char *heap_end; + +-#ifdef __linux__ + if (!safe_print_str(val, max_len)) + return; +-#endif + + heap_end= (char*) sbrk(0); ++#endif + + if (!PTR_SANE(val)) + { From owner-svn-ports-branches@freebsd.org Fri Apr 27 14:22:46 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1189BFA8FF2; Fri, 27 Apr 2018 14:22:46 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBA788001F; Fri, 27 Apr 2018 14:22:45 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B694B279D5; Fri, 27 Apr 2018 14:22:45 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3REMjmR030639; Fri, 27 Apr 2018 14:22:45 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3REMjcG030636; Fri, 27 Apr 2018 14:22:45 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201804271422.w3REMjcG030636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Fri, 27 Apr 2018 14:22:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468430 - branches/2018Q2/devel/p5-Connector X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q2/devel/p5-Connector X-SVN-Commit-Revision: 468430 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.25 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, 27 Apr 2018 14:22:46 -0000 Author: riggs Date: Fri Apr 27 14:22:45 2018 New Revision: 468430 URL: https://svnweb.freebsd.org/changeset/ports/468430 Log: MFH: r468427 Update to upstream version 1.26 (bug fixes) PR: 227607 Submitted by: svysh.fbsd@gmail.com Approved by: ports-secteam (riggs) Modified: branches/2018Q2/devel/p5-Connector/Makefile branches/2018Q2/devel/p5-Connector/distinfo branches/2018Q2/devel/p5-Connector/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/devel/p5-Connector/Makefile ============================================================================== --- branches/2018Q2/devel/p5-Connector/Makefile Fri Apr 27 14:19:33 2018 (r468429) +++ branches/2018Q2/devel/p5-Connector/Makefile Fri Apr 27 14:22:45 2018 (r468430) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Connector -PORTVERSION= 1.25 +PORTVERSION= 1.26 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: branches/2018Q2/devel/p5-Connector/distinfo ============================================================================== --- branches/2018Q2/devel/p5-Connector/distinfo Fri Apr 27 14:19:33 2018 (r468429) +++ branches/2018Q2/devel/p5-Connector/distinfo Fri Apr 27 14:22:45 2018 (r468430) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512905485 -SHA256 (Connector-1.25.tar.gz) = 9d557ec366404a0e0bed70b5dbc41a4129db376abfc832ccfbf2d8cb962ac721 -SIZE (Connector-1.25.tar.gz) = 85496 +TIMESTAMP = 1523965065 +SHA256 (Connector-1.26.tar.gz) = 9852c2b43a8201996530deb1d3aa7fda18abe1ce24c80fbdebd7981cd2f05c45 +SIZE (Connector-1.26.tar.gz) = 85868 Modified: branches/2018Q2/devel/p5-Connector/pkg-plist ============================================================================== --- branches/2018Q2/devel/p5-Connector/pkg-plist Fri Apr 27 14:19:33 2018 (r468429) +++ branches/2018Q2/devel/p5-Connector/pkg-plist Fri Apr 27 14:22:45 2018 (r468430) @@ -1,3 +1,28 @@ +%%PERL5_MAN3%%/Connector.3.gz +%%PERL5_MAN3%%/Connector::Builtin::Authentication::LDAP.3.gz +%%PERL5_MAN3%%/Connector::Builtin::Authentication::Password.3.gz +%%PERL5_MAN3%%/Connector::Builtin::Authentication::PasswordScheme.3.gz +%%PERL5_MAN3%%/Connector::Builtin::Env.3.gz +%%PERL5_MAN3%%/Connector::Builtin::File::Path.3.gz +%%PERL5_MAN3%%/Connector::Builtin::File::SCP.3.gz +%%PERL5_MAN3%%/Connector::Iterator.3.gz +%%PERL5_MAN3%%/Connector::Multi.3.gz +%%PERL5_MAN3%%/Connector::Multi::Merge.3.gz +%%PERL5_MAN3%%/Connector::Multi::YAML.3.gz +%%PERL5_MAN3%%/Connector::Proxy.3.gz +%%PERL5_MAN3%%/Connector::Proxy::Authentication::KeyNanny.3.gz +%%PERL5_MAN3%%/Connector::Proxy::Config::Versioned.3.gz +%%PERL5_MAN3%%/Connector::Proxy::DBI.3.gz +%%PERL5_MAN3%%/Connector::Proxy::HTTP.3.gz +%%PERL5_MAN3%%/Connector::Proxy::Net::FTP.3.gz +%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP.3.gz +%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::DN.3.gz +%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::Simple.3.gz +%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::Single.3.gz +%%PERL5_MAN3%%/Connector::Proxy::Proc::SafeExec.3.gz +%%PERL5_MAN3%%/Connector::Proxy::SOAP::Lite.3.gz +%%PERL5_MAN3%%/Connector::Tee.3.gz +%%PERL5_MAN3%%/Connector::Wrapper.3.gz %%SITE_PERL%%/Connector.pm %%SITE_PERL%%/Connector/Builtin.pm %%SITE_PERL%%/Connector/Builtin/Authentication/LDAP.pm @@ -19,39 +44,14 @@ %%SITE_PERL%%/Connector/Proxy/Config/Versioned.pm %%SITE_PERL%%/Connector/Proxy/DBI.pm %%SITE_PERL%%/Connector/Proxy/HTTP.pm +%%SITE_PERL%%/Connector/Proxy/Net/FTP.pm %%SITE_PERL%%/Connector/Proxy/Net/LDAP.pm %%SITE_PERL%%/Connector/Proxy/Net/LDAP/DN.pm %%SITE_PERL%%/Connector/Proxy/Net/LDAP/Simple.pm %%SITE_PERL%%/Connector/Proxy/Net/LDAP/Single.pm -%%SITE_PERL%%/Connector/Proxy/Net/FTP.pm %%SITE_PERL%%/Connector/Proxy/Proc/SafeExec.pm %%SITE_PERL%%/Connector/Proxy/SOAP/Lite.pm %%SITE_PERL%%/Connector/Proxy/YAML.pm +%%SITE_PERL%%/Connector/Tee.pm %%SITE_PERL%%/Connector/Types.pm %%SITE_PERL%%/Connector/Wrapper.pm -%%PERL5_MAN3%%/Connector.3.gz -%%PERL5_MAN3%%/Connector::Builtin::Authentication::LDAP.3.gz -%%PERL5_MAN3%%/Connector::Builtin::Authentication::Password.3.gz -%%PERL5_MAN3%%/Connector::Builtin::Authentication::PasswordScheme.3.gz -%%PERL5_MAN3%%/Connector::Builtin::Env.3.gz -%%PERL5_MAN3%%/Connector::Builtin::File::Path.3.gz -%%PERL5_MAN3%%/Connector::Builtin::File::SCP.3.gz -%%PERL5_MAN3%%/Connector::Iterator.3.gz -%%PERL5_MAN3%%/Connector::Multi.3.gz -%%PERL5_MAN3%%/Connector::Multi::Merge.3.gz -%%PERL5_MAN3%%/Connector::Multi::YAML.3.gz -%%PERL5_MAN3%%/Connector::Proxy.3.gz -%%PERL5_MAN3%%/Connector::Proxy::Authentication::KeyNanny.3.gz -%%PERL5_MAN3%%/Connector::Proxy::Config::Versioned.3.gz -%%PERL5_MAN3%%/Connector::Proxy::DBI.3.gz -%%PERL5_MAN3%%/Connector::Proxy::HTTP.3.gz -%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP.3.gz -%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::DN.3.gz -%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::Simple.3.gz -%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::Single.3.gz -%%PERL5_MAN3%%/Connector::Proxy::Proc::SafeExec.3.gz -%%PERL5_MAN3%%/Connector::Proxy::SOAP::Lite.3.gz -%%PERL5_MAN3%%/Connector::Wrapper.3.gz -%%SITE_PERL%%/Connector/Tee.pm -%%PERL5_MAN3%%/Connector::Tee.3.gz -%%PERL5_MAN3%%/Connector::Proxy::Net::FTP.3.gz From owner-svn-ports-branches@freebsd.org Fri Apr 27 17:16:25 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A058FAD651; Fri, 27 Apr 2018 17:16:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 256936990B; Fri, 27 Apr 2018 17:16:25 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C2B7163E; Fri, 27 Apr 2018 17:16:25 +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 w3RHGOvt021013; Fri, 27 Apr 2018 17:16:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3RHGOkW021012; Fri, 27 Apr 2018 17:16:24 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804271716.w3RHGOkW021012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 27 Apr 2018 17:16:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468475 - branches/2018Q2/x11-drivers/xf86-video-amdgpu X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/x11-drivers/xf86-video-amdgpu X-SVN-Commit-Revision: 468475 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.25 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, 27 Apr 2018 17:16:25 -0000 Author: jbeich Date: Fri Apr 27 17:16:24 2018 New Revision: 468475 URL: https://svnweb.freebsd.org/changeset/ports/468475 Log: MFH: r468435 x11-drivers/xf86-video-amdgpu: allow on /stable/11 or 11.2 Reported by: Piotr Kubaj Approved by: ports-secteam blanket Modified: branches/2018Q2/x11-drivers/xf86-video-amdgpu/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/x11-drivers/xf86-video-amdgpu/Makefile ============================================================================== --- branches/2018Q2/x11-drivers/xf86-video-amdgpu/Makefile Fri Apr 27 17:14:33 2018 (r468474) +++ branches/2018Q2/x11-drivers/xf86-video-amdgpu/Makefile Fri Apr 27 17:16:24 2018 (r468475) @@ -25,8 +25,8 @@ CONFIGURE_ARGS+=--disable-udev .include -.if (${OSVERSION} < 1200019) -IGNORE= not supported on 11.x or older, no kernel support +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101510 +IGNORE= not supported on 11.1 or older, no kernel support .endif PLIST_FILES= lib/xorg/modules/drivers/amdgpu_drv.so \ From owner-svn-ports-branches@freebsd.org Fri Apr 27 19:49:22 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD42FFB0792; Fri, 27 Apr 2018 19:49:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 70E586D388; Fri, 27 Apr 2018 19:49:21 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 67B222E9F; Fri, 27 Apr 2018 19:49: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 w3RJnLO8097772; Fri, 27 Apr 2018 19:49:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3RJnLsJ097768; Fri, 27 Apr 2018 19:49:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804271949.w3RJnLsJ097768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 27 Apr 2018 19:49:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468494 - in branches/2018Q2: databases/mysql80-server devel/opendht sysutils/freefilesync X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2: databases/mysql80-server devel/opendht sysutils/freefilesync X-SVN-Commit-Revision: 468494 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.25 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, 27 Apr 2018 19:49:22 -0000 Author: jbeich Date: Fri Apr 27 19:49:20 2018 New Revision: 468494 URL: https://svnweb.freebsd.org/changeset/ports/468494 Log: MFH: r468493 Adjust __cxa_thread_atexit conditional Approved by: ports-secteam blanket Modified: branches/2018Q2/databases/mysql80-server/Makefile branches/2018Q2/devel/opendht/Makefile branches/2018Q2/sysutils/freefilesync/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/databases/mysql80-server/Makefile ============================================================================== --- branches/2018Q2/databases/mysql80-server/Makefile Fri Apr 27 19:46:06 2018 (r468493) +++ branches/2018Q2/databases/mysql80-server/Makefile Fri Apr 27 19:49:20 2018 (r468494) @@ -81,7 +81,6 @@ PLIST_SUB= MY_DBDIR=${MY_DBDIR} \ # MySQL-Server part .if !defined(CLIENT_ONLY) USES+= mysql:80 -IGNORE_FreeBSD_10= "FreeBSD 10.0 doesn't have _cxa_thread_atexit() implemeneted in libc, it has been implemented since 11 CONFLICTS_INSTALL= mysql8[1-9]-server-* \ mysql[0-79][0-9]-server-* \ @@ -137,6 +136,12 @@ PERFSCHM_SUB_LIST+= PERFSCHEMRC="" PERFSCHM_SUB_LIST_OFF+= PERFSCHEMRC="--skip-performance-schema" FEDERATED_SUB_LIST+= FEDER="--federated" FEDERATED_SUB_LIST_OFF+= FEDER="" +.endif + +.include + +.if !defined(CLIENT_ONLY) && ${OPSYS} == FreeBSD && ${OSVERSION} < 1003506 +BROKEN= no __cxa_thread_atexit() support in FreeBSD libc < 10.4 .endif .include Modified: branches/2018Q2/devel/opendht/Makefile ============================================================================== --- branches/2018Q2/devel/opendht/Makefile Fri Apr 27 19:46:06 2018 (r468493) +++ branches/2018Q2/devel/opendht/Makefile Fri Apr 27 19:49:20 2018 (r468494) @@ -11,8 +11,6 @@ COMMENT= Lightweight Distributed Hash Table implementa LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_FreeBSD_10= Missing __cxa_thread_atexit - LIB_DEPENDS= libargon2.so:security/libargon2 \ libmsgpackc.so:devel/msgpack \ libnettle.so:security/nettle \ @@ -39,5 +37,11 @@ PROXY_SERVER_LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp librestbed.so:www/restbed PORTDOCS= * + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1003506 +BROKEN= no __cxa_thread_atexit() support in FreeBSD libc < 10.4 +.endif .include Modified: branches/2018Q2/sysutils/freefilesync/Makefile ============================================================================== --- branches/2018Q2/sysutils/freefilesync/Makefile Fri Apr 27 19:46:06 2018 (r468493) +++ branches/2018Q2/sysutils/freefilesync/Makefile Fri Apr 27 19:49:20 2018 (r468494) @@ -14,8 +14,6 @@ COMMENT= Backup software to synchronize files and fold LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/License.txt -IGNORE_FreeBSD_10= FreeBSD 10.0 doesn't have _cxa_thread_atexit() implemeneted in libc, it has been implemented since 11 - BUILD_DEPENDS= ${LOCALBASE}/include/zenxml/xml.h:textproc/zenxml LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfontconfig.so:x11-fonts/fontconfig \ @@ -39,5 +37,11 @@ post-patch: ${WRKDIR}/zen/file_access.cpp @${REINPLACE_CMD} -e 's|WEXITSTATUS||' ${WRKDIR}/zen/shell_execute.h @${REINPLACE_CMD} -e 's| noexcept;|;|' ${WRKDIR}/zen/scope_guard.h + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1003506 +BROKEN= no __cxa_thread_atexit() support in FreeBSD libc < 10.4 +.endif .include From owner-svn-ports-branches@freebsd.org Sat Apr 28 00:27:08 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAF86FB5A05; Sat, 28 Apr 2018 00:27:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E63F83CD4; Sat, 28 Apr 2018 00:27: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7BD3F5FD7; Sat, 28 Apr 2018 00:27:07 +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 w3S0R7Lp043867; Sat, 28 Apr 2018 00:27:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3S0R7aU043865; Sat, 28 Apr 2018 00:27:07 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804280027.w3S0R7aU043865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 28 Apr 2018 00:27:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468510 - branches/2018Q2/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/emulators/citra X-SVN-Commit-Revision: 468510 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.25 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, 28 Apr 2018 00:27:08 -0000 Author: jbeich Date: Sat Apr 28 00:27:07 2018 New Revision: 468510 URL: https://svnweb.freebsd.org/changeset/ports/468510 Log: MFH: r468507 emulators/citra: update to s20180427 Changes: https://github.com/citra-emu/citra/compare/ed42b4b0...55414c32 Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q2/emulators/citra/Makefile branches/2018Q2/emulators/citra/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/emulators/citra/Makefile ============================================================================== --- branches/2018Q2/emulators/citra/Makefile Sat Apr 28 00:21:19 2018 (r468509) +++ branches/2018Q2/emulators/citra/Makefile Sat Apr 28 00:27:07 2018 (r468510) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20180425 +PORTVERSION= s20180427 PORTREVISION?= 0 CATEGORIES= emulators @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dy USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= ed42b4b0 +GH_TAGNAME= 55414c32 GH_TUPLE= citra-emu:ext-libressl-portable:cbb1dca:libressl/externals/libressl \ citra-emu:ext-soundtouch:019d208:soundtouch/externals/soundtouch \ MerryMage:dynarmic:d1d4705:dynarmic/externals/dynarmic \ Modified: branches/2018Q2/emulators/citra/distinfo ============================================================================== --- branches/2018Q2/emulators/citra/distinfo Sat Apr 28 00:21:19 2018 (r468509) +++ branches/2018Q2/emulators/citra/distinfo Sat Apr 28 00:27:07 2018 (r468510) @@ -1,6 +1,6 @@ -TIMESTAMP = 1524628991 -SHA256 (citra-emu-citra-s20180425-ed42b4b0_GH0.tar.gz) = 26290959579f30419ea0072d835729563307377f23d8fcc28309c8631816b1d7 -SIZE (citra-emu-citra-s20180425-ed42b4b0_GH0.tar.gz) = 1920928 +TIMESTAMP = 1524848811 +SHA256 (citra-emu-citra-s20180427-55414c32_GH0.tar.gz) = da41bc743da229c3b033031a0bcb0f500fb92d899b07a721adcb4fa32485784a +SIZE (citra-emu-citra-s20180427-55414c32_GH0.tar.gz) = 1923610 SHA256 (citra-emu-ext-libressl-portable-cbb1dca_GH0.tar.gz) = f3741a3bb480d9f8a817f032f59d1908e659620cbb93c0fe8289cfb46d2ab89c SIZE (citra-emu-ext-libressl-portable-cbb1dca_GH0.tar.gz) = 1761962 SHA256 (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = f48c211bbabe7ad79e1c504af1082756c74241be6bab4aca13140803f4b694e7 From owner-svn-ports-branches@freebsd.org Sat Apr 28 00:44:24 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9295FB6124; Sat, 28 Apr 2018 00:44:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5549B8761A; Sat, 28 Apr 2018 00:44:23 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4BC81631B; Sat, 28 Apr 2018 00:44:23 +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 w3S0iNrW053865; Sat, 28 Apr 2018 00:44:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3S0iMKn053861; Sat, 28 Apr 2018 00:44:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804280044.w3S0iMKn053861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 28 Apr 2018 00:44:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468513 - in branches/2018Q2/www: firefox firefox-i18n X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/www: firefox firefox-i18n X-SVN-Commit-Revision: 468513 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.25 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, 28 Apr 2018 00:44:24 -0000 Author: jbeich Date: Sat Apr 28 00:44:22 2018 New Revision: 468513 URL: https://svnweb.freebsd.org/changeset/ports/468513 Log: MFH: r468508 www/firefox: update to 59.0.3 Changes: https://www.mozilla.org/firefox/59.0.3/releasenotes/ Approved by: ports-secteam blanket Modified: branches/2018Q2/www/firefox-i18n/Makefile branches/2018Q2/www/firefox-i18n/distinfo branches/2018Q2/www/firefox/Makefile branches/2018Q2/www/firefox/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/firefox-i18n/Makefile ============================================================================== --- branches/2018Q2/www/firefox-i18n/Makefile Sat Apr 28 00:42:14 2018 (r468512) +++ branches/2018Q2/www/firefox-i18n/Makefile Sat Apr 28 00:44:22 2018 (r468513) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 59.0.2 +PORTVERSION= 59.0.3 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: branches/2018Q2/www/firefox-i18n/distinfo ============================================================================== --- branches/2018Q2/www/firefox-i18n/distinfo Sat Apr 28 00:42:14 2018 (r468512) +++ branches/2018Q2/www/firefox-i18n/distinfo Sat Apr 28 00:44:22 2018 (r468513) @@ -1,195 +1,195 @@ -TIMESTAMP = 1521751601 -SHA256 (xpi/firefox-i18n-59.0.2/ach.xpi) = d4fd5f94e6463049826f854f66589984854042c997f977049d4f8a990698eb53 -SIZE (xpi/firefox-i18n-59.0.2/ach.xpi) = 439227 -SHA256 (xpi/firefox-i18n-59.0.2/af.xpi) = faca2b8efbef96c1f8362ba5b7f0b39ed76fce2e77028abfc9c1ecad4fc95ac6 -SIZE (xpi/firefox-i18n-59.0.2/af.xpi) = 436731 -SHA256 (xpi/firefox-i18n-59.0.2/an.xpi) = e39ea62741370620936c43c84adc34eb63618108633b2840909ec9365588d76b -SIZE (xpi/firefox-i18n-59.0.2/an.xpi) = 463405 -SHA256 (xpi/firefox-i18n-59.0.2/ar.xpi) = 732cf91f7e5f8c21798ccf5ed7647afd7a3d64147393da23d6d5df97409685d3 -SIZE (xpi/firefox-i18n-59.0.2/ar.xpi) = 486633 -SHA256 (xpi/firefox-i18n-59.0.2/as.xpi) = a862f49f7045e8a10411007486401f134c38e3a0fce9f6f3331bf18783f1541c -SIZE (xpi/firefox-i18n-59.0.2/as.xpi) = 483301 -SHA256 (xpi/firefox-i18n-59.0.2/ast.xpi) = 43cb3a6e8aea1f876722508a6ed1c456fd313c129a93b0d49827d37752b320be -SIZE (xpi/firefox-i18n-59.0.2/ast.xpi) = 454343 -SHA256 (xpi/firefox-i18n-59.0.2/az.xpi) = 7f09f746bb2afcb8d82c76e3919607b7fc2f8a6c7ac65221134d2b713f610493 -SIZE (xpi/firefox-i18n-59.0.2/az.xpi) = 464270 -SHA256 (xpi/firefox-i18n-59.0.2/be.xpi) = 0c9d0500a9f85997334283a015528b2a2a3c86dbd604571206a5522d01811802 -SIZE (xpi/firefox-i18n-59.0.2/be.xpi) = 517059 -SHA256 (xpi/firefox-i18n-59.0.2/bg.xpi) = 6ce855064e22750088cd09d61fd3d77cd3a2cd2b286e8603df9d02386dd4985d -SIZE (xpi/firefox-i18n-59.0.2/bg.xpi) = 508613 -SHA256 (xpi/firefox-i18n-59.0.2/bn-BD.xpi) = 860f9e8d7a7c7e8c35acde03a35f9f94182bd4172e0cfebc43d09a5057f54265 -SIZE (xpi/firefox-i18n-59.0.2/bn-BD.xpi) = 526352 -SHA256 (xpi/firefox-i18n-59.0.2/bn-IN.xpi) = 11cc8e9eeabb0171125939ff050fe736581df2957fa96fc54ba0f5c5c6f91e12 -SIZE (xpi/firefox-i18n-59.0.2/bn-IN.xpi) = 510797 -SHA256 (xpi/firefox-i18n-59.0.2/br.xpi) = 0d5068e3ac9293da71a2bfc3566e6cbe52273741cc9e82d5514b7334a6ed0e4c -SIZE (xpi/firefox-i18n-59.0.2/br.xpi) = 451719 -SHA256 (xpi/firefox-i18n-59.0.2/bs.xpi) = 291a4f8e85977a8eb93ab52ae7caa857caf7998f1c561baa534ab8a3958411c6 -SIZE (xpi/firefox-i18n-59.0.2/bs.xpi) = 457859 -SHA256 (xpi/firefox-i18n-59.0.2/ca.xpi) = 5cbec24877869340fd52eab4af21acdb0e30a298ad9e9d97b899a5a0223be1c4 -SIZE (xpi/firefox-i18n-59.0.2/ca.xpi) = 464912 -SHA256 (xpi/firefox-i18n-59.0.2/cak.xpi) = 935960adb4cd204153f1790397ce3b8793151a6d9b1f5bf38630b7a274b36bfe -SIZE (xpi/firefox-i18n-59.0.2/cak.xpi) = 475234 -SHA256 (xpi/firefox-i18n-59.0.2/cs.xpi) = 266664866deaff544d47ffb90ada91c0d270fb563a1ef67baad86c175d88b606 -SIZE (xpi/firefox-i18n-59.0.2/cs.xpi) = 471575 -SHA256 (xpi/firefox-i18n-59.0.2/cy.xpi) = 73ed7ec234a6e197688ec0fd7809d3bf24d6f6f6f8aad9e47bb10bc600d8918b -SIZE (xpi/firefox-i18n-59.0.2/cy.xpi) = 454433 -SHA256 (xpi/firefox-i18n-59.0.2/da.xpi) = db17d7492e07c2c825572353a1407242180e0b53d399b48579d5f1e53ec8d11e -SIZE (xpi/firefox-i18n-59.0.2/da.xpi) = 446948 -SHA256 (xpi/firefox-i18n-59.0.2/de.xpi) = 4e02cf24936162334435ecf99a9b1abefeebda06b34a75e527c6328502c1fcff -SIZE (xpi/firefox-i18n-59.0.2/de.xpi) = 466272 -SHA256 (xpi/firefox-i18n-59.0.2/dsb.xpi) = 91ef3e6bac7be38155e5f957756f21761bf548a2216e2588721bf59a10792f14 -SIZE (xpi/firefox-i18n-59.0.2/dsb.xpi) = 478974 -SHA256 (xpi/firefox-i18n-59.0.2/el.xpi) = c3457ea19f44ebbd2bcf34403c19d483edee46bdf2fa2de3ad78bb7ee2510f62 -SIZE (xpi/firefox-i18n-59.0.2/el.xpi) = 531408 -SHA256 (xpi/firefox-i18n-59.0.2/en-GB.xpi) = 4920efb507cfee37e39b705b5bda6b1716eb491274f9df5be505e2a65c4d8fd7 -SIZE (xpi/firefox-i18n-59.0.2/en-GB.xpi) = 434300 -SHA256 (xpi/firefox-i18n-59.0.2/en-US.xpi) = c2b1533bb3c2b75c60662225017795905a2f3f28989d6098bdd7b6757ae3bff7 -SIZE (xpi/firefox-i18n-59.0.2/en-US.xpi) = 432749 -SHA256 (xpi/firefox-i18n-59.0.2/en-ZA.xpi) = d3655db524f7eaee1f6c735efe1697bc183776adb85edaaa4b93bfdaf8861924 -SIZE (xpi/firefox-i18n-59.0.2/en-ZA.xpi) = 427365 -SHA256 (xpi/firefox-i18n-59.0.2/eo.xpi) = ca5d2cfd209a5c90521fe4fb014c1d3835b4bf11fd74f9e3c30ec57ada7e4655 -SIZE (xpi/firefox-i18n-59.0.2/eo.xpi) = 453366 -SHA256 (xpi/firefox-i18n-59.0.2/es-AR.xpi) = 9322e35d7dac234c334a9b65347344b4ec47df1bd415d0c715ff310edcae3aea -SIZE (xpi/firefox-i18n-59.0.2/es-AR.xpi) = 461797 -SHA256 (xpi/firefox-i18n-59.0.2/es-CL.xpi) = 28b312de9234e3654ef5105777d195c6dcbd58107978407b4ff69ebabc75d4bc -SIZE (xpi/firefox-i18n-59.0.2/es-CL.xpi) = 464654 -SHA256 (xpi/firefox-i18n-59.0.2/es-ES.xpi) = 3bf4c6c0de74e5eb1202f5dd6cea420b38b1210289f4d8ed78d54095e9241846 -SIZE (xpi/firefox-i18n-59.0.2/es-ES.xpi) = 348463 -SHA256 (xpi/firefox-i18n-59.0.2/es-MX.xpi) = 065e7bb9c94c38eb7d18f674a51076c6356e9c201ab647bc8a9f88d6bc24b934 -SIZE (xpi/firefox-i18n-59.0.2/es-MX.xpi) = 466313 -SHA256 (xpi/firefox-i18n-59.0.2/et.xpi) = f19a1382ee7616d9c0bad256ec10b7dab3c4b5c2395f6cb306f242eb8ce99eb5 -SIZE (xpi/firefox-i18n-59.0.2/et.xpi) = 445394 -SHA256 (xpi/firefox-i18n-59.0.2/eu.xpi) = b28fd08c3a6f923e4cd469ecf8ba58e6a323a754733f13144716e31ef86d002e -SIZE (xpi/firefox-i18n-59.0.2/eu.xpi) = 455236 -SHA256 (xpi/firefox-i18n-59.0.2/fa.xpi) = 0cecfc780e5d5fd00e9bdba9b4b23b1c5da34b520636417cd7636a679bbc50f4 -SIZE (xpi/firefox-i18n-59.0.2/fa.xpi) = 508098 -SHA256 (xpi/firefox-i18n-59.0.2/ff.xpi) = 74ae886495cc10e62cf64eb6d0a90111e79a90f95fe365402b19c1c0d0dc8a7a -SIZE (xpi/firefox-i18n-59.0.2/ff.xpi) = 455027 -SHA256 (xpi/firefox-i18n-59.0.2/fi.xpi) = a3a0291633b412eedd3e93e1e6726b74d181203a4c057a8a31db0981f2abd449 -SIZE (xpi/firefox-i18n-59.0.2/fi.xpi) = 445182 -SHA256 (xpi/firefox-i18n-59.0.2/fr.xpi) = 17bfbbe27944608489b08a3abfa414cce964eecd03b9c341f29d5f125062298d -SIZE (xpi/firefox-i18n-59.0.2/fr.xpi) = 473593 -SHA256 (xpi/firefox-i18n-59.0.2/fy-NL.xpi) = 61cdf4a594632ad0ae2f4cc224b61c3822b81784f6145f9632461f4f596f4b34 -SIZE (xpi/firefox-i18n-59.0.2/fy-NL.xpi) = 462918 -SHA256 (xpi/firefox-i18n-59.0.2/ga-IE.xpi) = cbfcfb995c91ca794714a881cd12701d01ae3830ff518477c4b1235380052de1 -SIZE (xpi/firefox-i18n-59.0.2/ga-IE.xpi) = 471909 -SHA256 (xpi/firefox-i18n-59.0.2/gd.xpi) = 65f578cf7a0c58592d75b7f85c2a3b1c847810ffc623ae3bdc6f8517d8e33c41 -SIZE (xpi/firefox-i18n-59.0.2/gd.xpi) = 461297 -SHA256 (xpi/firefox-i18n-59.0.2/gl.xpi) = 9a3e6621a25ba77291bc3e78f539680eb679929d810d8ff51cbb4db21f4622bb -SIZE (xpi/firefox-i18n-59.0.2/gl.xpi) = 441615 -SHA256 (xpi/firefox-i18n-59.0.2/gn.xpi) = 3f44a6af5e7d75e283514e0a73f1a30a2e35865086bcfb4f47a76cc957f8265d -SIZE (xpi/firefox-i18n-59.0.2/gn.xpi) = 469397 -SHA256 (xpi/firefox-i18n-59.0.2/gu-IN.xpi) = 105229e5f047d917f277c13d72ee50e981c92cecd8a342608c15245b28d4d303 -SIZE (xpi/firefox-i18n-59.0.2/gu-IN.xpi) = 521804 -SHA256 (xpi/firefox-i18n-59.0.2/he.xpi) = a1a5744ce47eaa193278f697a5bf267cccd01777d8e4d7c7433bd7bfe1ddd132 -SIZE (xpi/firefox-i18n-59.0.2/he.xpi) = 472771 -SHA256 (xpi/firefox-i18n-59.0.2/hi-IN.xpi) = b51b0aac6319414c1a49858f180949a07c999c866c63e619818505727ebca52d -SIZE (xpi/firefox-i18n-59.0.2/hi-IN.xpi) = 524279 -SHA256 (xpi/firefox-i18n-59.0.2/hr.xpi) = bde5da8ad592142500f36757d3327129a6343dc52fb7c63b4edb1138b290ac80 -SIZE (xpi/firefox-i18n-59.0.2/hr.xpi) = 459978 -SHA256 (xpi/firefox-i18n-59.0.2/hsb.xpi) = 84354abb5b8d735061284a8357dbf80ad0ab4d49618af82074d6b8cd7990339a -SIZE (xpi/firefox-i18n-59.0.2/hsb.xpi) = 475940 -SHA256 (xpi/firefox-i18n-59.0.2/hu.xpi) = a8c1ceb1fdd231acd78d91a67b79f4a0932842322b76a5cb6e495c8901b83823 -SIZE (xpi/firefox-i18n-59.0.2/hu.xpi) = 476896 -SHA256 (xpi/firefox-i18n-59.0.2/hy-AM.xpi) = afbcfa2bb1f5201a832978eb3ec66ac779107606ee21e7ed21b118887e982a70 -SIZE (xpi/firefox-i18n-59.0.2/hy-AM.xpi) = 508167 -SHA256 (xpi/firefox-i18n-59.0.2/ia.xpi) = 8272d2de413ef02c0ae56633c1814004d4b33893853e2914c01cdd46c9427c32 -SIZE (xpi/firefox-i18n-59.0.2/ia.xpi) = 448829 -SHA256 (xpi/firefox-i18n-59.0.2/id.xpi) = 083e9ed9646f3dcf558e44b65ddd9fd56bdcf8fe19c35e81de20fb5132854589 -SIZE (xpi/firefox-i18n-59.0.2/id.xpi) = 441952 -SHA256 (xpi/firefox-i18n-59.0.2/is.xpi) = 091504efc4de1c554bde2d11e4d547deb03355384776594fb794a818c0b09dd5 -SIZE (xpi/firefox-i18n-59.0.2/is.xpi) = 451373 -SHA256 (xpi/firefox-i18n-59.0.2/it.xpi) = aa5807fbc05cccb0ff71504b7669908744aa61d8e6080fc8a0ccdec015d43f3e -SIZE (xpi/firefox-i18n-59.0.2/it.xpi) = 342524 -SHA256 (xpi/firefox-i18n-59.0.2/ja.xpi) = eb713392349af7ed2383b59463554ee0b2ded2a4f8b5292de5481c056f271bc2 -SIZE (xpi/firefox-i18n-59.0.2/ja.xpi) = 508148 -SHA256 (xpi/firefox-i18n-59.0.2/ka.xpi) = 7cc0bfa96e5a2b5203c78a123cf293f9150bf080cb901a97991658047902bacd -SIZE (xpi/firefox-i18n-59.0.2/ka.xpi) = 492569 -SHA256 (xpi/firefox-i18n-59.0.2/kab.xpi) = f1ba41b49e0ff467b549d406d5554235251d75b91eca0eac193172eeb4a8c5ef -SIZE (xpi/firefox-i18n-59.0.2/kab.xpi) = 461840 -SHA256 (xpi/firefox-i18n-59.0.2/kk.xpi) = ecddec11fcc909fb2bc520da8b4ffe573fde85a29f25b4c4ea72e15d014ebba3 -SIZE (xpi/firefox-i18n-59.0.2/kk.xpi) = 517583 -SHA256 (xpi/firefox-i18n-59.0.2/km.xpi) = d70ef8dad857d4f7b99d508495b3f717d6a27d7b2aa96788c51af4d5e875cd7e -SIZE (xpi/firefox-i18n-59.0.2/km.xpi) = 526359 -SHA256 (xpi/firefox-i18n-59.0.2/kn.xpi) = 7cadd99b0d23cf4f673ef76c0a5beab1ca6a4e9f41b686ca23c752aa2570c794 -SIZE (xpi/firefox-i18n-59.0.2/kn.xpi) = 527879 -SHA256 (xpi/firefox-i18n-59.0.2/ko.xpi) = f7e418dbb3b98023b080814c52bf2bed020b764420084158161c1cc68baab87b -SIZE (xpi/firefox-i18n-59.0.2/ko.xpi) = 487661 -SHA256 (xpi/firefox-i18n-59.0.2/lij.xpi) = d47c2eb90d25be6fbc4f2880659902713495c7cfdfd31cf3d23166e584061dbd -SIZE (xpi/firefox-i18n-59.0.2/lij.xpi) = 446606 -SHA256 (xpi/firefox-i18n-59.0.2/lt.xpi) = e6620d3f8b4a8e479d45bf572e3897be1edc0493735fa599c86abfe8d32bdcba -SIZE (xpi/firefox-i18n-59.0.2/lt.xpi) = 475142 -SHA256 (xpi/firefox-i18n-59.0.2/lv.xpi) = 2a549953373041fa8e36ae40ad913cbadd7af5a08555c5c6dc60459aedae2987 -SIZE (xpi/firefox-i18n-59.0.2/lv.xpi) = 463655 -SHA256 (xpi/firefox-i18n-59.0.2/mai.xpi) = 6903c60c5eccd3e3ba29315aae1406b48841b9396be3927899d6bce6955546b9 -SIZE (xpi/firefox-i18n-59.0.2/mai.xpi) = 499910 -SHA256 (xpi/firefox-i18n-59.0.2/mk.xpi) = f5e80c52b4474f88460329cf8642287a96c7dd61bd03f70d5acb3cac0e25ec4f -SIZE (xpi/firefox-i18n-59.0.2/mk.xpi) = 484076 -SHA256 (xpi/firefox-i18n-59.0.2/ml.xpi) = 29a1db58dce400dd16fb13cd424bdba0f097d9eee2e2e701f8acc0366bc7e473 -SIZE (xpi/firefox-i18n-59.0.2/ml.xpi) = 539735 -SHA256 (xpi/firefox-i18n-59.0.2/mr.xpi) = a4be8ab4e2417c4056c92146a549afe8665071ba777d4252669c67c9ed6f242b -SIZE (xpi/firefox-i18n-59.0.2/mr.xpi) = 517961 -SHA256 (xpi/firefox-i18n-59.0.2/ms.xpi) = 354f738c0df3f4568c52cd70f4b0c59bea2764fef283a0d552b9d209dbf6c3f4 -SIZE (xpi/firefox-i18n-59.0.2/ms.xpi) = 450075 -SHA256 (xpi/firefox-i18n-59.0.2/my.xpi) = 97ade42f8ec1ac2c698e1777ce10a1c4abadef1e2987a3da4df50c64fe1ba758 -SIZE (xpi/firefox-i18n-59.0.2/my.xpi) = 511894 -SHA256 (xpi/firefox-i18n-59.0.2/nb-NO.xpi) = 9f45d75e5ad7fa288b3794661ba2eeba2eb857c11d6bd200324ee1c2188a5467 -SIZE (xpi/firefox-i18n-59.0.2/nb-NO.xpi) = 450276 -SHA256 (xpi/firefox-i18n-59.0.2/ne-NP.xpi) = 023e578ee98db7f1549011b600430a5800e89b75d8ef172719041fba4ecca633 -SIZE (xpi/firefox-i18n-59.0.2/ne-NP.xpi) = 509177 -SHA256 (xpi/firefox-i18n-59.0.2/nl.xpi) = 65384c5e4d3f36257f6f0793f311be4a50333ec67fff877a1aac01b9c403868f -SIZE (xpi/firefox-i18n-59.0.2/nl.xpi) = 458128 -SHA256 (xpi/firefox-i18n-59.0.2/nn-NO.xpi) = d583ae5e1ec6dff31adc76bd243db1c05c390adb7e757bb3be823370141d6e81 -SIZE (xpi/firefox-i18n-59.0.2/nn-NO.xpi) = 451470 -SHA256 (xpi/firefox-i18n-59.0.2/or.xpi) = 64bead2c33ccc197348ecdaeae4bc2b16d947e2d17fa3e83fff9eece9fdc3109 -SIZE (xpi/firefox-i18n-59.0.2/or.xpi) = 493181 -SHA256 (xpi/firefox-i18n-59.0.2/pa-IN.xpi) = 504d8e4a3e3c485ab03fce76636de738dd3bd5ab75e5c52bebbe74634972686e -SIZE (xpi/firefox-i18n-59.0.2/pa-IN.xpi) = 492420 -SHA256 (xpi/firefox-i18n-59.0.2/pl.xpi) = e34d92a38abdd251bf110b64c3c2bbf70ddefdc3d32ef50a6545dd3d8c8022e6 -SIZE (xpi/firefox-i18n-59.0.2/pl.xpi) = 358511 -SHA256 (xpi/firefox-i18n-59.0.2/pt-BR.xpi) = cd0e1e1fb5063fd9a82940506777fd5a9447df36f46f604026b1a4987e65b8e4 -SIZE (xpi/firefox-i18n-59.0.2/pt-BR.xpi) = 455916 -SHA256 (xpi/firefox-i18n-59.0.2/pt-PT.xpi) = ab480af25495f57649c19cf54668bab1e209b60d07654907e13010b26503506a -SIZE (xpi/firefox-i18n-59.0.2/pt-PT.xpi) = 459331 -SHA256 (xpi/firefox-i18n-59.0.2/rm.xpi) = bd4918a2b0ce184da481fde4d6030991096defd8486a49deec07ccd94dd11990 -SIZE (xpi/firefox-i18n-59.0.2/rm.xpi) = 449757 -SHA256 (xpi/firefox-i18n-59.0.2/ro.xpi) = cd6ff4632e846c0d982faccbda31ee379dc002c16a11e119de1b35543bb9f912 -SIZE (xpi/firefox-i18n-59.0.2/ro.xpi) = 453403 -SHA256 (xpi/firefox-i18n-59.0.2/ru.xpi) = 2554a16e953fe70e923778fac94aff135cec1dc83177b8d01c3062a27da3b8d6 -SIZE (xpi/firefox-i18n-59.0.2/ru.xpi) = 526523 -SHA256 (xpi/firefox-i18n-59.0.2/si.xpi) = 5a34546cefac845cb6131382cb04771ae20f18a6eb6c058cab582419cc9324e9 -SIZE (xpi/firefox-i18n-59.0.2/si.xpi) = 492588 -SHA256 (xpi/firefox-i18n-59.0.2/sk.xpi) = 34f7705c36c88f20ba2bcafd09b6ada3c90ae5d71acd4b7747ac60cce70c222c -SIZE (xpi/firefox-i18n-59.0.2/sk.xpi) = 480813 -SHA256 (xpi/firefox-i18n-59.0.2/sl.xpi) = 19d8af678cd2874a37bc5f5836e030d0e04c64de5f3cab994f25dc27c48048ae -SIZE (xpi/firefox-i18n-59.0.2/sl.xpi) = 458824 -SHA256 (xpi/firefox-i18n-59.0.2/son.xpi) = f6d897f43b61d7b476cf0bbdfaa9bb09c97e1b923ed93ebaa45796da17d5815a -SIZE (xpi/firefox-i18n-59.0.2/son.xpi) = 446400 -SHA256 (xpi/firefox-i18n-59.0.2/sq.xpi) = dd0fa029de2d70ac4982d2ec5d904a8543126198080ae8a45b1037100dfc1454 -SIZE (xpi/firefox-i18n-59.0.2/sq.xpi) = 464463 -SHA256 (xpi/firefox-i18n-59.0.2/sr.xpi) = ff0e506cfde1150867113f1fadf49a075c7b39ec1273254fd1c825c7aa3fc61d -SIZE (xpi/firefox-i18n-59.0.2/sr.xpi) = 486178 -SHA256 (xpi/firefox-i18n-59.0.2/sv-SE.xpi) = 0062281cc43f2b132663a690eaaaac8c483196daed5fc1c8f1de02b59005ad70 -SIZE (xpi/firefox-i18n-59.0.2/sv-SE.xpi) = 458659 -SHA256 (xpi/firefox-i18n-59.0.2/ta.xpi) = 12d92d14cdb6aba7228cf634da62ba2ebca3210ed4db9119f4ba2d7c9c8296fc -SIZE (xpi/firefox-i18n-59.0.2/ta.xpi) = 512843 -SHA256 (xpi/firefox-i18n-59.0.2/te.xpi) = 7026e14f3760b906048d45d25eaa73d0f2a657614eb07ba3a567803b4daf2bfe -SIZE (xpi/firefox-i18n-59.0.2/te.xpi) = 527083 -SHA256 (xpi/firefox-i18n-59.0.2/th.xpi) = 226efaa18781edc8c5ffec902c2a00047d3a0796507c9799134a5fe0517b2cc9 -SIZE (xpi/firefox-i18n-59.0.2/th.xpi) = 498544 -SHA256 (xpi/firefox-i18n-59.0.2/tr.xpi) = a39db56a64511ced3451aac4cb6d6dad6e3d49f7a60e074742b08a492a04580c -SIZE (xpi/firefox-i18n-59.0.2/tr.xpi) = 463593 -SHA256 (xpi/firefox-i18n-59.0.2/uk.xpi) = f4b96792dbca4b8de74dccce1b51d5c4e6d0cd2509ef2573c1f992f37dd71c32 -SIZE (xpi/firefox-i18n-59.0.2/uk.xpi) = 516926 -SHA256 (xpi/firefox-i18n-59.0.2/ur.xpi) = 06eea9f0bde0e5d3299e59d76cbc486a5a9e4d36f6ee9e262b2199bb45967b59 -SIZE (xpi/firefox-i18n-59.0.2/ur.xpi) = 507379 -SHA256 (xpi/firefox-i18n-59.0.2/uz.xpi) = 16f3a699afa42f645c0276b53be27d93f35f21f20289206431be0da811e3fe34 -SIZE (xpi/firefox-i18n-59.0.2/uz.xpi) = 456923 -SHA256 (xpi/firefox-i18n-59.0.2/vi.xpi) = b1abb414442450d836094dcae26268c61608102e31d745b717efdc92e05fd760 -SIZE (xpi/firefox-i18n-59.0.2/vi.xpi) = 470069 -SHA256 (xpi/firefox-i18n-59.0.2/xh.xpi) = 7de47e610d82ec7ed7a57d830ef20c4a113770fdc659f19c47c17f4465a9e83b -SIZE (xpi/firefox-i18n-59.0.2/xh.xpi) = 460772 -SHA256 (xpi/firefox-i18n-59.0.2/zh-CN.xpi) = 1e30757d37bb8f13bec733e302e393204bc5f9c9b859465252b25ae053e87b27 -SIZE (xpi/firefox-i18n-59.0.2/zh-CN.xpi) = 483449 -SHA256 (xpi/firefox-i18n-59.0.2/zh-TW.xpi) = 5d852b837ce85c5a7bb4a4e95655bba83ca3e428a20b252c023125cc55e538a4 -SIZE (xpi/firefox-i18n-59.0.2/zh-TW.xpi) = 477089 +TIMESTAMP = 1523300563 +SHA256 (xpi/firefox-i18n-59.0.3/ach.xpi) = 06dd753f88bf6be664f5a5dc4de06a8df27848c054477655c33a9fe2dd280353 +SIZE (xpi/firefox-i18n-59.0.3/ach.xpi) = 439227 +SHA256 (xpi/firefox-i18n-59.0.3/af.xpi) = 68a33f07bb31865fa37240eea364b483e9810055263bdb8e042e601f1dca81dd +SIZE (xpi/firefox-i18n-59.0.3/af.xpi) = 436731 +SHA256 (xpi/firefox-i18n-59.0.3/an.xpi) = f83f8613fd4d1de4a2e43781f26319b875a25c453d92fc7c45ab9f8ac5dd334e +SIZE (xpi/firefox-i18n-59.0.3/an.xpi) = 463405 +SHA256 (xpi/firefox-i18n-59.0.3/ar.xpi) = a52c055d47e2b9a82f839afb92d3e08999ac7b1dd0811c685ded4ec1f9cdf8b9 +SIZE (xpi/firefox-i18n-59.0.3/ar.xpi) = 486633 +SHA256 (xpi/firefox-i18n-59.0.3/as.xpi) = 257b2ae2d7e184e1a32bc50f329b723281513c8bbefb0ff377cec9d1384e6e55 +SIZE (xpi/firefox-i18n-59.0.3/as.xpi) = 483301 +SHA256 (xpi/firefox-i18n-59.0.3/ast.xpi) = c4d019603fd3ce9f54e6be434b6899956f4638e7421eb871cae40581e2a2b0f5 +SIZE (xpi/firefox-i18n-59.0.3/ast.xpi) = 454343 +SHA256 (xpi/firefox-i18n-59.0.3/az.xpi) = 8ad6d99cc19af9aa30edcc8f82d0d3996c2eef084174f273c5b4aecc231fe676 +SIZE (xpi/firefox-i18n-59.0.3/az.xpi) = 464270 +SHA256 (xpi/firefox-i18n-59.0.3/be.xpi) = 6cbc8c62d376f9aa19481ef9c2e910ade525f0a9e4e49e129be26561b980627d +SIZE (xpi/firefox-i18n-59.0.3/be.xpi) = 517059 +SHA256 (xpi/firefox-i18n-59.0.3/bg.xpi) = 63d4200f9c90a00aaa8bdf8f9344e89aade1c7fbf2a896a5f0bc886f1de488a9 +SIZE (xpi/firefox-i18n-59.0.3/bg.xpi) = 508613 +SHA256 (xpi/firefox-i18n-59.0.3/bn-BD.xpi) = 64106dc208f0c6101c8674f3745f950a18c6e9cbf0a558b871bbcef56bea931f +SIZE (xpi/firefox-i18n-59.0.3/bn-BD.xpi) = 526352 +SHA256 (xpi/firefox-i18n-59.0.3/bn-IN.xpi) = 644eea832e118992cf7f1d80534222840056693bc76c181a825bbb3d2afc642b +SIZE (xpi/firefox-i18n-59.0.3/bn-IN.xpi) = 510797 +SHA256 (xpi/firefox-i18n-59.0.3/br.xpi) = 013a5fcbc73528684b740d57b6da6960f6c340f74f6d942cdcef0b9f3d719562 +SIZE (xpi/firefox-i18n-59.0.3/br.xpi) = 451719 +SHA256 (xpi/firefox-i18n-59.0.3/bs.xpi) = bd7ea4447a8f58954fc560390085ae5ef706b97c9fbb8d502664322173adde7c +SIZE (xpi/firefox-i18n-59.0.3/bs.xpi) = 457859 +SHA256 (xpi/firefox-i18n-59.0.3/ca.xpi) = e75450e9d595cc4bbccd42e9b667f11f52b3e2a68f3a1640d29bec22c34eee02 +SIZE (xpi/firefox-i18n-59.0.3/ca.xpi) = 464912 +SHA256 (xpi/firefox-i18n-59.0.3/cak.xpi) = d46b1c72a8e235649ba7c084fff07f647912220aa39e2294e1bda8062b38b2fc +SIZE (xpi/firefox-i18n-59.0.3/cak.xpi) = 475234 +SHA256 (xpi/firefox-i18n-59.0.3/cs.xpi) = 8d3f598dd3202ac83e248f57d698d9984b4505c7dc8626416557999519ac28ca +SIZE (xpi/firefox-i18n-59.0.3/cs.xpi) = 471575 +SHA256 (xpi/firefox-i18n-59.0.3/cy.xpi) = d4428b881f7065f7620857e8bdd5ac7939b655d725db33b2d5130b116595d650 +SIZE (xpi/firefox-i18n-59.0.3/cy.xpi) = 454433 +SHA256 (xpi/firefox-i18n-59.0.3/da.xpi) = 6ab8ffc013234f75a9ee3e07a8637c167ba270d899e943ee2a11b732353da72c +SIZE (xpi/firefox-i18n-59.0.3/da.xpi) = 446949 +SHA256 (xpi/firefox-i18n-59.0.3/de.xpi) = db7755056efbdba6389e21b27a5d073773a21d5bccc2a84a2cad2a69304548bf +SIZE (xpi/firefox-i18n-59.0.3/de.xpi) = 466273 +SHA256 (xpi/firefox-i18n-59.0.3/dsb.xpi) = 6b1beb2d308760c144db97907b6aa82520cbf57c6758724237fb667672ae202f +SIZE (xpi/firefox-i18n-59.0.3/dsb.xpi) = 478975 +SHA256 (xpi/firefox-i18n-59.0.3/el.xpi) = a5924bcc22cab458fadf536d3b3e98722e334258b2dabfad361e5cfdd3841efa +SIZE (xpi/firefox-i18n-59.0.3/el.xpi) = 531408 +SHA256 (xpi/firefox-i18n-59.0.3/en-GB.xpi) = 6e158b8913687702e5dd5c2c5eeed87fddb05bfecc5532abdae746d0f5ca7cfd +SIZE (xpi/firefox-i18n-59.0.3/en-GB.xpi) = 434300 +SHA256 (xpi/firefox-i18n-59.0.3/en-US.xpi) = 6689da05ad8576f85451123cd830d417259fab9d95900b10da196264df94fec3 +SIZE (xpi/firefox-i18n-59.0.3/en-US.xpi) = 432750 +SHA256 (xpi/firefox-i18n-59.0.3/en-ZA.xpi) = ff13ae647fd1008a4b75417186c11c4f745786c943523cd5033453f172e3795e +SIZE (xpi/firefox-i18n-59.0.3/en-ZA.xpi) = 427366 +SHA256 (xpi/firefox-i18n-59.0.3/eo.xpi) = e653e6a9da80065bc14141e7b0aa222d08024ace9569a4dcdefd6f40fe0af01c +SIZE (xpi/firefox-i18n-59.0.3/eo.xpi) = 453366 +SHA256 (xpi/firefox-i18n-59.0.3/es-AR.xpi) = a2f3f188a13f48cee71f07da1c293cc8a0d8afdfdccce5278333eb41cb84b0a2 +SIZE (xpi/firefox-i18n-59.0.3/es-AR.xpi) = 461799 +SHA256 (xpi/firefox-i18n-59.0.3/es-CL.xpi) = e392ef67e5b186f04e8b35578a3025df37ed6862b175356cbd549117fee542f8 +SIZE (xpi/firefox-i18n-59.0.3/es-CL.xpi) = 464655 +SHA256 (xpi/firefox-i18n-59.0.3/es-ES.xpi) = 76daa3775e21047d2dea9374e595b76ba5b4e385035852ae23e8b6a5b6c50b96 +SIZE (xpi/firefox-i18n-59.0.3/es-ES.xpi) = 348464 +SHA256 (xpi/firefox-i18n-59.0.3/es-MX.xpi) = 38740927f69592fc9b4d3dbc02e7a3a55a2854781a429ff3579bdc9c088ae15d +SIZE (xpi/firefox-i18n-59.0.3/es-MX.xpi) = 466313 +SHA256 (xpi/firefox-i18n-59.0.3/et.xpi) = d0e661fbeb119eecbca79faf0049c64a80a5ddd0d2348029b458248a85012831 +SIZE (xpi/firefox-i18n-59.0.3/et.xpi) = 445395 +SHA256 (xpi/firefox-i18n-59.0.3/eu.xpi) = 6d577aa1cd4144e041d3b4c1ff3f89373d9f17a36f64d62f07abf3b65e980062 +SIZE (xpi/firefox-i18n-59.0.3/eu.xpi) = 455237 +SHA256 (xpi/firefox-i18n-59.0.3/fa.xpi) = 781d14437c3c35ab61bf6c13634c9fa72ad7b61875961b15c35d79d71383627d +SIZE (xpi/firefox-i18n-59.0.3/fa.xpi) = 508099 +SHA256 (xpi/firefox-i18n-59.0.3/ff.xpi) = 72cffb096c9efd8c3f4a19238e79dc1dcd785cbaaa01f801cb4696a6a15c9b18 +SIZE (xpi/firefox-i18n-59.0.3/ff.xpi) = 455026 +SHA256 (xpi/firefox-i18n-59.0.3/fi.xpi) = cf31fb8bea5f461ca4d1a7c36d6179aa9325aa67814868286039795fbcf105c8 +SIZE (xpi/firefox-i18n-59.0.3/fi.xpi) = 445183 +SHA256 (xpi/firefox-i18n-59.0.3/fr.xpi) = c7a0f75967675295cff14826efc9cc92a813ade46d6e2a10f417d6ce9255556e +SIZE (xpi/firefox-i18n-59.0.3/fr.xpi) = 473593 +SHA256 (xpi/firefox-i18n-59.0.3/fy-NL.xpi) = 6946e20c0e87847fd53fb5413df656412b0736d1efe42ef22e930533cf7de8f5 +SIZE (xpi/firefox-i18n-59.0.3/fy-NL.xpi) = 462919 +SHA256 (xpi/firefox-i18n-59.0.3/ga-IE.xpi) = 084d26f17b9cbdb87d7e69bb0ea3d1d839de7a89627cbd9b5cded45d1b8fb97b +SIZE (xpi/firefox-i18n-59.0.3/ga-IE.xpi) = 471909 +SHA256 (xpi/firefox-i18n-59.0.3/gd.xpi) = 4f70d89eef94f99c12b8cc9d6cfa95ba6cdb19d0e9ec34378b613a8c8334398b +SIZE (xpi/firefox-i18n-59.0.3/gd.xpi) = 461298 +SHA256 (xpi/firefox-i18n-59.0.3/gl.xpi) = c0d7da2c88c05bcda0945c586957ed1c16114270c53bcdc7c9c757519a0b377a +SIZE (xpi/firefox-i18n-59.0.3/gl.xpi) = 441615 +SHA256 (xpi/firefox-i18n-59.0.3/gn.xpi) = df391c9810555bbdbb90567d339301c0ad74adb88ea32525d97f450562bde577 +SIZE (xpi/firefox-i18n-59.0.3/gn.xpi) = 469398 +SHA256 (xpi/firefox-i18n-59.0.3/gu-IN.xpi) = 2f12ae01fa832a36de3d38c7f3889044e792300dd7eed24c82ad7cd78ca7dfc0 +SIZE (xpi/firefox-i18n-59.0.3/gu-IN.xpi) = 521805 +SHA256 (xpi/firefox-i18n-59.0.3/he.xpi) = 317ffd3182c7648e69040f5a3f376311853effe9fab1bc2b5ae358b96d02f88d +SIZE (xpi/firefox-i18n-59.0.3/he.xpi) = 472771 +SHA256 (xpi/firefox-i18n-59.0.3/hi-IN.xpi) = c7e790e3b4a68dd5f1b728effd78fccb7c620f304176e819f439bc832cb6f18a +SIZE (xpi/firefox-i18n-59.0.3/hi-IN.xpi) = 524280 +SHA256 (xpi/firefox-i18n-59.0.3/hr.xpi) = af04dc06275e503bb67e1a9055c46499bd6bc36a8152e8d55e8725ebbba8cdd6 +SIZE (xpi/firefox-i18n-59.0.3/hr.xpi) = 459978 +SHA256 (xpi/firefox-i18n-59.0.3/hsb.xpi) = 69e05c75c04e18d5f0c80a2d4e8294d9e57ffefec73e2320d40ab0636fa55943 +SIZE (xpi/firefox-i18n-59.0.3/hsb.xpi) = 475941 +SHA256 (xpi/firefox-i18n-59.0.3/hu.xpi) = 3ce07eb573c5c3deaa84dc769390303a5560752ceade43cb393b59800008eea7 +SIZE (xpi/firefox-i18n-59.0.3/hu.xpi) = 476897 +SHA256 (xpi/firefox-i18n-59.0.3/hy-AM.xpi) = 472fc9816562ec89a73ddab93639a7230e7896ed9be668d8aab403aa32497d37 +SIZE (xpi/firefox-i18n-59.0.3/hy-AM.xpi) = 508168 +SHA256 (xpi/firefox-i18n-59.0.3/ia.xpi) = 1df302fd1f242f6afe09a374d5f5849f0f6f68fbb5324deae27d88d5b991f694 +SIZE (xpi/firefox-i18n-59.0.3/ia.xpi) = 448830 +SHA256 (xpi/firefox-i18n-59.0.3/id.xpi) = 621affe22e7de3305dcf92c48ff6ff6ea00ace40027b576cbee07d3f24064b39 +SIZE (xpi/firefox-i18n-59.0.3/id.xpi) = 441953 +SHA256 (xpi/firefox-i18n-59.0.3/is.xpi) = ee4eec709f3628c74723c0f2dc36d129494bdeec650408f53ab713fe4852e675 +SIZE (xpi/firefox-i18n-59.0.3/is.xpi) = 451373 +SHA256 (xpi/firefox-i18n-59.0.3/it.xpi) = 62b0fab1268410250fdaa3efbb224af67562b4fd06cf5398a4b2f83a9bf8fae8 +SIZE (xpi/firefox-i18n-59.0.3/it.xpi) = 342524 +SHA256 (xpi/firefox-i18n-59.0.3/ja.xpi) = 2690d105dcfe2f336b0b2e6eed421b6724920860f18b6cbab5cfd6a3233bd7c8 +SIZE (xpi/firefox-i18n-59.0.3/ja.xpi) = 508147 +SHA256 (xpi/firefox-i18n-59.0.3/ka.xpi) = 35493638aebddca2525c484c0fee3019363a678539539a3c7622838d229ddf5c +SIZE (xpi/firefox-i18n-59.0.3/ka.xpi) = 492569 +SHA256 (xpi/firefox-i18n-59.0.3/kab.xpi) = 6a6f00374b8467238d6ab6a859bf08e6b94d82e89abe8d0044f3c43bd3b3f3c2 +SIZE (xpi/firefox-i18n-59.0.3/kab.xpi) = 461840 +SHA256 (xpi/firefox-i18n-59.0.3/kk.xpi) = 3ba09badbdbcabe972f5fa9663b0c6026911755f1865d357612362547670e58f +SIZE (xpi/firefox-i18n-59.0.3/kk.xpi) = 517585 +SHA256 (xpi/firefox-i18n-59.0.3/km.xpi) = ff01a1481e27d3b30d5fb4989d5343e3a5d68598a7dff9b3ba53a797ea50eefe +SIZE (xpi/firefox-i18n-59.0.3/km.xpi) = 526359 +SHA256 (xpi/firefox-i18n-59.0.3/kn.xpi) = adb9e3ccc561ee6251f998224438e287a059002693c32dd5f10d67abd365c75e +SIZE (xpi/firefox-i18n-59.0.3/kn.xpi) = 527879 +SHA256 (xpi/firefox-i18n-59.0.3/ko.xpi) = 5c64386aa45b42da7440c97ecf2dc54e90fccabd48b4370e545a92bd33951d3e +SIZE (xpi/firefox-i18n-59.0.3/ko.xpi) = 487661 +SHA256 (xpi/firefox-i18n-59.0.3/lij.xpi) = 0ee0b05d4938b8a30b22bfbfe2252bffe66a4dd7413160e0c96a687362b83ebf +SIZE (xpi/firefox-i18n-59.0.3/lij.xpi) = 446606 +SHA256 (xpi/firefox-i18n-59.0.3/lt.xpi) = 628562e4eba12a848729991d397816fcaa5212e386a092e73573d5f4b26f3ef2 +SIZE (xpi/firefox-i18n-59.0.3/lt.xpi) = 475143 +SHA256 (xpi/firefox-i18n-59.0.3/lv.xpi) = 2ac502baba7b61fae56c1238c88bc0fed9e1ad946016c4e5abac7b26d0c5e8ef +SIZE (xpi/firefox-i18n-59.0.3/lv.xpi) = 463655 +SHA256 (xpi/firefox-i18n-59.0.3/mai.xpi) = 8bbcd4a2ee41e02f57bc71de7ef95cf8cca38f1f762b5f67467bfc48f38f198b +SIZE (xpi/firefox-i18n-59.0.3/mai.xpi) = 499910 +SHA256 (xpi/firefox-i18n-59.0.3/mk.xpi) = 3d1c93031fb4ee9b017305f33d7990a6cae03371260375c9b92bea608e4134e9 +SIZE (xpi/firefox-i18n-59.0.3/mk.xpi) = 484076 +SHA256 (xpi/firefox-i18n-59.0.3/ml.xpi) = 826338ba6e1793c8712a52026bde36a1545e96d297f2672cb263c5b3e895e819 +SIZE (xpi/firefox-i18n-59.0.3/ml.xpi) = 539736 +SHA256 (xpi/firefox-i18n-59.0.3/mr.xpi) = 19f22284997f83f3898513d28ff77248564bcad5f251663be305e9794a83df85 +SIZE (xpi/firefox-i18n-59.0.3/mr.xpi) = 517961 +SHA256 (xpi/firefox-i18n-59.0.3/ms.xpi) = 198d6644796e1b0d2202541aca0bdd3ac8571575b061142b424d40a698f5a6a3 +SIZE (xpi/firefox-i18n-59.0.3/ms.xpi) = 450076 +SHA256 (xpi/firefox-i18n-59.0.3/my.xpi) = c74d46816b58fda85c297d9fad7daaf0f7f5d09167c5439c805081065b260732 +SIZE (xpi/firefox-i18n-59.0.3/my.xpi) = 511894 +SHA256 (xpi/firefox-i18n-59.0.3/nb-NO.xpi) = a54871fbb9632c1f086537a60a9a5eee04a6c74928e7b8905c8b7dd3a0141438 +SIZE (xpi/firefox-i18n-59.0.3/nb-NO.xpi) = 450276 +SHA256 (xpi/firefox-i18n-59.0.3/ne-NP.xpi) = f9ac85b3bb0e3ad2e1ed69722e33670989bd21ff7c729c5580b420a8d90096bc +SIZE (xpi/firefox-i18n-59.0.3/ne-NP.xpi) = 509177 +SHA256 (xpi/firefox-i18n-59.0.3/nl.xpi) = c6eb222bd0f876ad03517388dc91f48e1e31b2374e047368af756e5ab18c2f7b +SIZE (xpi/firefox-i18n-59.0.3/nl.xpi) = 458129 +SHA256 (xpi/firefox-i18n-59.0.3/nn-NO.xpi) = 623def8c8b87cb6283de5cc1e7453eae31eca83c1c1b30f8ea71d9bd8c6d71ed +SIZE (xpi/firefox-i18n-59.0.3/nn-NO.xpi) = 451471 +SHA256 (xpi/firefox-i18n-59.0.3/or.xpi) = f30b95af5fd94ac73986643f349140dc4adc1a652b10a3cd6effa05d4f75e724 +SIZE (xpi/firefox-i18n-59.0.3/or.xpi) = 493181 +SHA256 (xpi/firefox-i18n-59.0.3/pa-IN.xpi) = 05f0fd798185c7dcbf1fd90b046a57f07fc768b307cfc6d647da52b1109c95dc +SIZE (xpi/firefox-i18n-59.0.3/pa-IN.xpi) = 492420 +SHA256 (xpi/firefox-i18n-59.0.3/pl.xpi) = 483be94d1dadcde125440abfaea67569207a288a1e3b389500fcf5365c56b463 +SIZE (xpi/firefox-i18n-59.0.3/pl.xpi) = 358511 +SHA256 (xpi/firefox-i18n-59.0.3/pt-BR.xpi) = 71b725304ff312cef9792c0163970288dea1739669ea275836f5c10685fc827c +SIZE (xpi/firefox-i18n-59.0.3/pt-BR.xpi) = 455916 +SHA256 (xpi/firefox-i18n-59.0.3/pt-PT.xpi) = 929fb40a32904905f8cce947dcf5824128706e8edf257cb9b4655042dd9e7f91 +SIZE (xpi/firefox-i18n-59.0.3/pt-PT.xpi) = 459332 +SHA256 (xpi/firefox-i18n-59.0.3/rm.xpi) = 6d1d9e6725aa0c9fecf6a1f110b74c384bdd99517ecaf9070983d8b4ab620aa7 +SIZE (xpi/firefox-i18n-59.0.3/rm.xpi) = 449757 +SHA256 (xpi/firefox-i18n-59.0.3/ro.xpi) = 9a5c32830bd2d96a1203a97c0129526f55f76adf7d6c671af861ef3dee76f776 +SIZE (xpi/firefox-i18n-59.0.3/ro.xpi) = 453403 +SHA256 (xpi/firefox-i18n-59.0.3/ru.xpi) = 7f2935b9d0ad57e718adc56bc15f76063b12ca75de633439ed318006ba903f7b +SIZE (xpi/firefox-i18n-59.0.3/ru.xpi) = 526523 +SHA256 (xpi/firefox-i18n-59.0.3/si.xpi) = 0c7c34a39a10e3937b1ba88eaa1806a378bd60bb4409c1223e946d2ae60454b1 +SIZE (xpi/firefox-i18n-59.0.3/si.xpi) = 492588 +SHA256 (xpi/firefox-i18n-59.0.3/sk.xpi) = 2f437d36423bcbe759414275707d56cc966f653bb908e5a9d27642a4c9e2774c +SIZE (xpi/firefox-i18n-59.0.3/sk.xpi) = 480814 +SHA256 (xpi/firefox-i18n-59.0.3/sl.xpi) = d7d37ff69c626984d2afa6598a51d0c7c7b0d97a986ee043522e00447734916e +SIZE (xpi/firefox-i18n-59.0.3/sl.xpi) = 458825 +SHA256 (xpi/firefox-i18n-59.0.3/son.xpi) = c2f95dfeff2b70e5037ddd21fcce03fa149a9d88e578aa6ed1105d2407c1f134 +SIZE (xpi/firefox-i18n-59.0.3/son.xpi) = 446400 +SHA256 (xpi/firefox-i18n-59.0.3/sq.xpi) = 10ecd6c1e5cba90243792f25cf095d560b04599c25ef4949e8e388cbe27194cb +SIZE (xpi/firefox-i18n-59.0.3/sq.xpi) = 464463 +SHA256 (xpi/firefox-i18n-59.0.3/sr.xpi) = 922eccb1b2494fbbb21a6fe167c7c662f1a02a97ea0f65e717439de5105d1254 +SIZE (xpi/firefox-i18n-59.0.3/sr.xpi) = 486178 +SHA256 (xpi/firefox-i18n-59.0.3/sv-SE.xpi) = 2868e85661001cdeb5614cb0614cf3f57633c5b209de25985807931ce9852b72 +SIZE (xpi/firefox-i18n-59.0.3/sv-SE.xpi) = 458660 +SHA256 (xpi/firefox-i18n-59.0.3/ta.xpi) = e3a4daaec520c6e77847d08ad55e8aa8621fe42b56c2718a9dc45bae87804f15 +SIZE (xpi/firefox-i18n-59.0.3/ta.xpi) = 512843 +SHA256 (xpi/firefox-i18n-59.0.3/te.xpi) = 56b6d302449c85b303731345800b47fc1de35d3cfeb6dccb378c48bc069fbc64 +SIZE (xpi/firefox-i18n-59.0.3/te.xpi) = 527083 +SHA256 (xpi/firefox-i18n-59.0.3/th.xpi) = abd934377157ba71fecfa920b2883fde7ba7168575af768bdcb19356ea5f1174 +SIZE (xpi/firefox-i18n-59.0.3/th.xpi) = 498544 +SHA256 (xpi/firefox-i18n-59.0.3/tr.xpi) = 285ef8a6d8669ac9d5b6f2e2ae55b36bb2bb21d8230df405f0489714539fe391 +SIZE (xpi/firefox-i18n-59.0.3/tr.xpi) = 463594 +SHA256 (xpi/firefox-i18n-59.0.3/uk.xpi) = ab3add6611225fd7b65e0e1481e15cae1f5ae98bf058587f64f7f5db40b42d8d +SIZE (xpi/firefox-i18n-59.0.3/uk.xpi) = 516926 +SHA256 (xpi/firefox-i18n-59.0.3/ur.xpi) = 2ca831b51bfefcd70ed32b9c0490ac4e0c20e590e3d56bf0d466f9ca0773dae3 +SIZE (xpi/firefox-i18n-59.0.3/ur.xpi) = 507380 +SHA256 (xpi/firefox-i18n-59.0.3/uz.xpi) = aa8862d2b3bec4e9d0382e683b109b14f927093ad053133ba0b2ea6d7ee9236e +SIZE (xpi/firefox-i18n-59.0.3/uz.xpi) = 456924 +SHA256 (xpi/firefox-i18n-59.0.3/vi.xpi) = 3e25ecc2252c6c747bd339d4ddf55ba45660792126e1f99f0ff393aeec89b70a +SIZE (xpi/firefox-i18n-59.0.3/vi.xpi) = 470070 +SHA256 (xpi/firefox-i18n-59.0.3/xh.xpi) = ab168a5ff1b17c16a675710d8d69ac7213f1e36aa83ea36bd4aae437110c1242 +SIZE (xpi/firefox-i18n-59.0.3/xh.xpi) = 460772 +SHA256 (xpi/firefox-i18n-59.0.3/zh-CN.xpi) = b718831aa3a6fe3457b2afb6c7da092eec5c377b9a08a8061373f488bb0168a1 +SIZE (xpi/firefox-i18n-59.0.3/zh-CN.xpi) = 483449 +SHA256 (xpi/firefox-i18n-59.0.3/zh-TW.xpi) = eaabaa366bbe19fbd48a81c67c69ec949004a065ae217aea284dffefe92ad4ef +SIZE (xpi/firefox-i18n-59.0.3/zh-TW.xpi) = 477089 Modified: branches/2018Q2/www/firefox/Makefile ============================================================================== --- branches/2018Q2/www/firefox/Makefile Sat Apr 28 00:42:14 2018 (r468512) +++ branches/2018Q2/www/firefox/Makefile Sat Apr 28 00:44:22 2018 (r468513) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 59.0.2 -PORTREVISION= 6 +DISTVERSION= 59.0.3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= https://hg.mozilla.org/releases/mozilla-release/archive/ -DISTNAME= ${MASTER_SITES:M*hg*:S,/archive/,,:T}-239e434d6d2b8e1e2b697c3416d1e96d48fe98e5 +DISTNAME= ${MASTER_SITES:M*hg*:S,/archive/,,:T}-6b51784853e47e091d213d421a19cb623af718f0 DISTFILES= ${DISTNAME:C/.*-//}${EXTRACT_SUFX} DIST_SUBDIR= firefox Modified: branches/2018Q2/www/firefox/distinfo ============================================================================== --- branches/2018Q2/www/firefox/distinfo Sat Apr 28 00:42:14 2018 (r468512) +++ branches/2018Q2/www/firefox/distinfo Sat Apr 28 00:44:22 2018 (r468513) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521751601 -SHA256 (firefox/239e434d6d2b8e1e2b697c3416d1e96d48fe98e5.tar.bz2) = 5b7382ac0697e2abce5e2873878069a47fff5f3a5eeec4c3a0186598a1592833 -SIZE (firefox/239e434d6d2b8e1e2b697c3416d1e96d48fe98e5.tar.bz2) = 304965099 +TIMESTAMP = 1523300563 +SHA256 (firefox/6b51784853e47e091d213d421a19cb623af718f0.tar.bz2) = 9f607fd192a30dab38fa63bd1be174a3e72e3a8f8e7d354c5a4b6d285c23942b +SIZE (firefox/6b51784853e47e091d213d421a19cb623af718f0.tar.bz2) = 304955566 From owner-svn-ports-branches@freebsd.org Sat Apr 28 00:45:09 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A473EFB617C; Sat, 28 Apr 2018 00:45:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 572628772E; Sat, 28 Apr 2018 00:45:09 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 51ECE631C; Sat, 28 Apr 2018 00:45:09 +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 w3S0j9If054017; Sat, 28 Apr 2018 00:45:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3S0j9gZ054016; Sat, 28 Apr 2018 00:45:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804280045.w3S0j9gZ054016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 28 Apr 2018 00:45:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468514 - branches/2018Q2/www/firefox X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/www/firefox X-SVN-Commit-Revision: 468514 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.25 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, 28 Apr 2018 00:45:09 -0000 Author: jbeich Date: Sat Apr 28 00:45:09 2018 New Revision: 468514 URL: https://svnweb.freebsd.org/changeset/ports/468514 Log: MFH: r468509 www/firefox: mirror distfile to ignore hiccups a la r465627 Approved by: ports-secteam blanket Modified: branches/2018Q2/www/firefox/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/firefox/Makefile ============================================================================== --- branches/2018Q2/www/firefox/Makefile Sat Apr 28 00:44:22 2018 (r468513) +++ branches/2018Q2/www/firefox/Makefile Sat Apr 28 00:45:09 2018 (r468514) @@ -6,6 +6,7 @@ DISTVERSION= 59.0.3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= https://hg.mozilla.org/releases/mozilla-release/archive/ +MASTER_SITES+= LOCAL/${DIST_SUBDIR}/jbeich DISTNAME= ${MASTER_SITES:M*hg*:S,/archive/,,:T}-6b51784853e47e091d213d421a19cb623af718f0 DISTFILES= ${DISTNAME:C/.*-//}${EXTRACT_SUFX} DIST_SUBDIR= firefox From owner-svn-ports-branches@freebsd.org Sat Apr 28 00:45:54 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8890FFB61CC; Sat, 28 Apr 2018 00:45:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3423587A91; Sat, 28 Apr 2018 00:45:54 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2EE86631D; Sat, 28 Apr 2018 00:45:54 +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 w3S0js8K054201; Sat, 28 Apr 2018 00:45:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3S0jrcH054197; Sat, 28 Apr 2018 00:45:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804280045.w3S0jrcH054197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 28 Apr 2018 00:45:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468515 - in branches/2018Q2/www: firefox-esr firefox-esr-i18n X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q2/www: firefox-esr firefox-esr-i18n X-SVN-Commit-Revision: 468515 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.25 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, 28 Apr 2018 00:45:55 -0000 Author: jbeich Date: Sat Apr 28 00:45:53 2018 New Revision: 468515 URL: https://svnweb.freebsd.org/changeset/ports/468515 Log: MFH: r468512 www/firefox-esr: update to 52.7.4 Changes: https://www.mozilla.org/firefox/52.7.4/releasenotes/ Approved by: ports-secteam blanket Modified: branches/2018Q2/www/firefox-esr-i18n/Makefile branches/2018Q2/www/firefox-esr-i18n/distinfo branches/2018Q2/www/firefox-esr/Makefile branches/2018Q2/www/firefox-esr/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/firefox-esr-i18n/Makefile ============================================================================== --- branches/2018Q2/www/firefox-esr-i18n/Makefile Sat Apr 28 00:45:09 2018 (r468514) +++ branches/2018Q2/www/firefox-esr-i18n/Makefile Sat Apr 28 00:45:53 2018 (r468515) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 52.7.3 +PORTVERSION= 52.7.4 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} Modified: branches/2018Q2/www/firefox-esr-i18n/distinfo ============================================================================== --- branches/2018Q2/www/firefox-esr-i18n/distinfo Sat Apr 28 00:45:09 2018 (r468514) +++ branches/2018Q2/www/firefox-esr-i18n/distinfo Sat Apr 28 00:45:53 2018 (r468515) @@ -1,185 +1,185 @@ -TIMESTAMP = 1521818653 -SHA256 (xpi/firefox-52.7.3/ach.xpi) = 03e52e597f0e04425d0ffa44681ca824742f4967e2043042f5dc904e785df2b0 -SIZE (xpi/firefox-52.7.3/ach.xpi) = 420286 -SHA256 (xpi/firefox-52.7.3/af.xpi) = 34b66db16e269c1837a0cad13980163c16e86a408c8c02197c68dc98986fa1fe -SIZE (xpi/firefox-52.7.3/af.xpi) = 429469 -SHA256 (xpi/firefox-52.7.3/an.xpi) = 9baa44ccd7f080afdbeb3cc82176dda0188d404a63da4a7c29eae1a4d2b3c9bc -SIZE (xpi/firefox-52.7.3/an.xpi) = 437887 -SHA256 (xpi/firefox-52.7.3/ar.xpi) = c27ef252c49c33ef4231e32d6093605f7b206b4282609e4e789d7e3a79a0fc69 -SIZE (xpi/firefox-52.7.3/ar.xpi) = 466027 -SHA256 (xpi/firefox-52.7.3/as.xpi) = f1770f3f31f68159ca2d350de34f15c2e8aa7940b32ca77fd137c56035144866 -SIZE (xpi/firefox-52.7.3/as.xpi) = 479634 -SHA256 (xpi/firefox-52.7.3/ast.xpi) = cdc997192d4a0bb24a182d24405e59191e262fdff4edbe9f0b74b065bab6c87c -SIZE (xpi/firefox-52.7.3/ast.xpi) = 432775 -SHA256 (xpi/firefox-52.7.3/az.xpi) = 28cabf15e445e3bc169a07748622ec2560c24729158c25ed8a492423888b29dc -SIZE (xpi/firefox-52.7.3/az.xpi) = 454923 -SHA256 (xpi/firefox-52.7.3/bg.xpi) = e241a5caf34682d9a5d5f1d8965f6050139a946ca724f2ad899f0d77a8e71ade -SIZE (xpi/firefox-52.7.3/bg.xpi) = 487891 -SHA256 (xpi/firefox-52.7.3/bn-BD.xpi) = 065578e6433c2a178f70f392a63d02c08e9589bcb5cb0c5220af1d15a810ab88 -SIZE (xpi/firefox-52.7.3/bn-BD.xpi) = 504633 -SHA256 (xpi/firefox-52.7.3/bn-IN.xpi) = a44e8e0c256c0a2b252ccd950d3757f1deaf57f1ebfa3d03484bff5ffd7329a2 -SIZE (xpi/firefox-52.7.3/bn-IN.xpi) = 502113 -SHA256 (xpi/firefox-52.7.3/br.xpi) = 28bc0a4aadf4392c6bc93030c3c596fc0f7089bd4cf27b8b1accfa5b91fba857 -SIZE (xpi/firefox-52.7.3/br.xpi) = 428215 -SHA256 (xpi/firefox-52.7.3/bs.xpi) = 1d0405c2bdadb3afb21bc876df8a0964fcad517b5e52733324dbb9bbb11de5bc -SIZE (xpi/firefox-52.7.3/bs.xpi) = 434428 -SHA256 (xpi/firefox-52.7.3/ca.xpi) = 621f013798a94a78c1c91916fd1bae306f9822c71df291838d8ca249c6c6671f -SIZE (xpi/firefox-52.7.3/ca.xpi) = 443304 -SHA256 (xpi/firefox-52.7.3/cak.xpi) = a23203ee1c4f7c3a2416333f32cac3b0e0bde76a9311461f6c0162e10c812620 -SIZE (xpi/firefox-52.7.3/cak.xpi) = 451910 -SHA256 (xpi/firefox-52.7.3/cs.xpi) = 7b8dea5cc6dd99af8b263ae44d4f9456036200f665d76f8f2f263f2e51aa0c8b -SIZE (xpi/firefox-52.7.3/cs.xpi) = 444075 -SHA256 (xpi/firefox-52.7.3/cy.xpi) = 48f5e6ff034d712614b763d7da1a884a8ebaaf9c3ccc4b8e82b61ce316823ada -SIZE (xpi/firefox-52.7.3/cy.xpi) = 429300 -SHA256 (xpi/firefox-52.7.3/da.xpi) = 5433fdae88096b18912201a0808f1e3138359a0f3c07478e0746167bcdc8d955 -SIZE (xpi/firefox-52.7.3/da.xpi) = 424393 -SHA256 (xpi/firefox-52.7.3/de.xpi) = 6ba2abe14a8b2506967f0ef44290ef37929ec964c821f9b4b35b4bf9ef944d17 -SIZE (xpi/firefox-52.7.3/de.xpi) = 435227 -SHA256 (xpi/firefox-52.7.3/dsb.xpi) = f91c51dc01faad2eba3b9da13a139309961d5b32c93f2e018864caf70a606acc -SIZE (xpi/firefox-52.7.3/dsb.xpi) = 452168 -SHA256 (xpi/firefox-52.7.3/el.xpi) = 51e1644dd51bb05f289096a476d9b1f67d5bbec937ae6555bcc8d3c47cb8b270 -SIZE (xpi/firefox-52.7.3/el.xpi) = 509237 -SHA256 (xpi/firefox-52.7.3/en-GB.xpi) = 8cb4fce391249e1716f721def592776e6cccc47eaaeb254342b263683ff9b8a6 -SIZE (xpi/firefox-52.7.3/en-GB.xpi) = 412038 -SHA256 (xpi/firefox-52.7.3/en-US.xpi) = 533768d0438df810a0da9688ea1ad665f5e19ee9ea903c9f71e2451535d74e70 -SIZE (xpi/firefox-52.7.3/en-US.xpi) = 413902 -SHA256 (xpi/firefox-52.7.3/en-ZA.xpi) = 3d09b0c0d2a3194f6485ef6e6f678f8950a7882ae8074b196777ba85154ba8fc -SIZE (xpi/firefox-52.7.3/en-ZA.xpi) = 412212 -SHA256 (xpi/firefox-52.7.3/eo.xpi) = 5a806a6a8031ede966ef3f6c500a8ad2d03b7188d6add425beb50336ba62bd57 -SIZE (xpi/firefox-52.7.3/eo.xpi) = 430116 -SHA256 (xpi/firefox-52.7.3/es-AR.xpi) = e8cd8732d9aaacc4aa1aa3f85f4941fca3ffcb4a9ca008007f8700b3867ad8b6 -SIZE (xpi/firefox-52.7.3/es-AR.xpi) = 438659 -SHA256 (xpi/firefox-52.7.3/es-CL.xpi) = 866d7fc1ce0966345904039a6e48687bca327328fb0a136cabbf203287bc6984 -SIZE (xpi/firefox-52.7.3/es-CL.xpi) = 438406 -SHA256 (xpi/firefox-52.7.3/es-ES.xpi) = 515ba6d10a0b6f4cf569cf62d981f54f332b10fc493ae27d4f5d74921ab2a835 -SIZE (xpi/firefox-52.7.3/es-ES.xpi) = 337614 -SHA256 (xpi/firefox-52.7.3/es-MX.xpi) = a99a1f6acc048ea851b536ebd8798e6010af13c12cb29b8f4b8fabe4ba05e005 -SIZE (xpi/firefox-52.7.3/es-MX.xpi) = 441127 -SHA256 (xpi/firefox-52.7.3/et.xpi) = ae36e5eaccc28a51b359db234e6480359ae4d26c704427d27d7254b2ea00a93f -SIZE (xpi/firefox-52.7.3/et.xpi) = 425113 -SHA256 (xpi/firefox-52.7.3/eu.xpi) = 5a575446586f0d652d201f9bf97b80cb9441fdd3f7be0f25fa7f6ff6798ebe65 -SIZE (xpi/firefox-52.7.3/eu.xpi) = 431124 -SHA256 (xpi/firefox-52.7.3/fa.xpi) = b844fc2056fac3b25d45fc15d6b170a173e498a5a07b2cdb59d897819e40a699 -SIZE (xpi/firefox-52.7.3/fa.xpi) = 483989 -SHA256 (xpi/firefox-52.7.3/ff.xpi) = 28ea0a58a799d5009c2e52f21ac819b34f624fe3db75666d42c8216bd49288ff -SIZE (xpi/firefox-52.7.3/ff.xpi) = 433662 -SHA256 (xpi/firefox-52.7.3/fi.xpi) = 490738101d4040c8afd214a3736e94a49936b0c184e9c65cdfd6599d1fdc38bb -SIZE (xpi/firefox-52.7.3/fi.xpi) = 422807 -SHA256 (xpi/firefox-52.7.3/fr.xpi) = 1b90567da9b863378f791d01777373df8aa7bb51118f9557b6bc2f9aca33de4c -SIZE (xpi/firefox-52.7.3/fr.xpi) = 442944 -SHA256 (xpi/firefox-52.7.3/fy-NL.xpi) = 1349c445ca630a4e816198203b985dc0add0d8d9be7e8041e4aa7c70c2eb7a4e -SIZE (xpi/firefox-52.7.3/fy-NL.xpi) = 437701 -SHA256 (xpi/firefox-52.7.3/ga-IE.xpi) = f7a0e1fb273ad4a9c924bafb4ffe23ad4346d7399cd9060488478523df952747 -SIZE (xpi/firefox-52.7.3/ga-IE.xpi) = 450876 -SHA256 (xpi/firefox-52.7.3/gd.xpi) = b852712ea859a6f919c6e562739347c2cca4f561efed755d7281509b09d73a60 -SIZE (xpi/firefox-52.7.3/gd.xpi) = 439987 -SHA256 (xpi/firefox-52.7.3/gl.xpi) = 9769f32bc6a043cc578d941f3feb29ebc190510715b32b7a960e7b53f1956235 -SIZE (xpi/firefox-52.7.3/gl.xpi) = 440039 -SHA256 (xpi/firefox-52.7.3/gn.xpi) = b1b9776b82c1074ab2c5993321727cd665d8577ba7efd166cb7231d96848f7c3 -SIZE (xpi/firefox-52.7.3/gn.xpi) = 448957 -SHA256 (xpi/firefox-52.7.3/gu-IN.xpi) = 61d306921db5f89c86566fd75efa375fcb872fbca52cd4dd97715278018939be -SIZE (xpi/firefox-52.7.3/gu-IN.xpi) = 482104 -SHA256 (xpi/firefox-52.7.3/he.xpi) = 0dd8a3e7785ddf2c9a983281b8305213b16962ce89ab1d5f26bf07ac5a854347 -SIZE (xpi/firefox-52.7.3/he.xpi) = 447927 -SHA256 (xpi/firefox-52.7.3/hi-IN.xpi) = 8fd435ee44ff29e97f91e5cad9e558453c94618b43651c0c1bf60940fad388c8 -SIZE (xpi/firefox-52.7.3/hi-IN.xpi) = 499256 -SHA256 (xpi/firefox-52.7.3/hr.xpi) = be72a711fc4c6621499ae00e16e9c9110857c47f81fa44f8ef1ba33673ec02cd -SIZE (xpi/firefox-52.7.3/hr.xpi) = 440149 -SHA256 (xpi/firefox-52.7.3/hsb.xpi) = 03c092ebff9ca36eab846da53bc9eba8ecf0e6c56a32c4f45e4cd8d82221bd5e -SIZE (xpi/firefox-52.7.3/hsb.xpi) = 450001 -SHA256 (xpi/firefox-52.7.3/hu.xpi) = 8535bf49b85c322237d1008c432e025b325364e022236ec6741b9ed6494611ed -SIZE (xpi/firefox-52.7.3/hu.xpi) = 451496 -SHA256 (xpi/firefox-52.7.3/hy-AM.xpi) = fc8b5afa2690624e72a3c8c9d8331f563d9bb16c3cad83fa9ae3636dacd20a8e -SIZE (xpi/firefox-52.7.3/hy-AM.xpi) = 488414 -SHA256 (xpi/firefox-52.7.3/id.xpi) = 424d91d3f4d2baced287c39680f8a3520691dd845bfecae9676273ce45ec8a3a -SIZE (xpi/firefox-52.7.3/id.xpi) = 418764 -SHA256 (xpi/firefox-52.7.3/is.xpi) = 739da889c80ef06f83ef2783002adeb719e44a41855d9c81c45ec6d35ecd6254 -SIZE (xpi/firefox-52.7.3/is.xpi) = 435339 -SHA256 (xpi/firefox-52.7.3/it.xpi) = 9f322295725078d153f660c6d1a28cf869a12c79f9a80f9b53f66ac59b53e7fa -SIZE (xpi/firefox-52.7.3/it.xpi) = 331969 -SHA256 (xpi/firefox-52.7.3/ja.xpi) = 80e832c64933cc0f0cc0d3ac00ebb3bfc395a2837d3d98b190e007990a0f4179 -SIZE (xpi/firefox-52.7.3/ja.xpi) = 488343 -SHA256 (xpi/firefox-52.7.3/ka.xpi) = c077b0c70a6f6e9b6dabdb8a4defa00e8be4ad36d14b4827cbf5fe899f1b3036 -SIZE (xpi/firefox-52.7.3/ka.xpi) = 468023 -SHA256 (xpi/firefox-52.7.3/kab.xpi) = 3352fab9d84f34a20cefdb2cdb58e1aa281c102546f9cb92fe46ff571e27aa9b -SIZE (xpi/firefox-52.7.3/kab.xpi) = 437247 -SHA256 (xpi/firefox-52.7.3/kk.xpi) = 7d4c0a1eabe19b3e0beb6b3a7e0bddf079767b0bb0eeb26f2ea82efc31a50e8b -SIZE (xpi/firefox-52.7.3/kk.xpi) = 496939 -SHA256 (xpi/firefox-52.7.3/km.xpi) = 433db2b6c69a45dd487c11757c34e3149cd3b353946c896d034956313e8fde3d -SIZE (xpi/firefox-52.7.3/km.xpi) = 512988 -SHA256 (xpi/firefox-52.7.3/kn.xpi) = dd829fdaa689a9a4805aa5e1ef457bb08ebc765ff5396ff21cbe91b3fdeb19cf -SIZE (xpi/firefox-52.7.3/kn.xpi) = 512199 -SHA256 (xpi/firefox-52.7.3/ko.xpi) = b319fc11354f35ba42d1bb8c96e9fa706238c05f520ee44159f7ebdfaf67bf2a -SIZE (xpi/firefox-52.7.3/ko.xpi) = 463629 -SHA256 (xpi/firefox-52.7.3/lij.xpi) = 9426ded8fec255e3177a44a88e85d3aa4a635db013298600b3b3468823ece77a -SIZE (xpi/firefox-52.7.3/lij.xpi) = 413820 -SHA256 (xpi/firefox-52.7.3/lt.xpi) = 1763a916bb9ad644ca9541a04a858e913a807428113f4ca7190eec31b16b1826 -SIZE (xpi/firefox-52.7.3/lt.xpi) = 452236 -SHA256 (xpi/firefox-52.7.3/lv.xpi) = f7f2a89c10c8e2d751aac3a80fe8834b6fc3036a9e86d3cbea6b678dc13208c3 -SIZE (xpi/firefox-52.7.3/lv.xpi) = 441096 -SHA256 (xpi/firefox-52.7.3/mai.xpi) = 6d7a068ad510e96b034e6ceb4448ced6e7480d823d6f29454075c58a038df447 -SIZE (xpi/firefox-52.7.3/mai.xpi) = 492585 -SHA256 (xpi/firefox-52.7.3/mk.xpi) = 4a341ccb1e270e844907b531cebbeefef7fe62bc3b5456d69b9481af0b76e561 -SIZE (xpi/firefox-52.7.3/mk.xpi) = 488846 -SHA256 (xpi/firefox-52.7.3/ml.xpi) = fdf98a10ad5eafc52a6b71167dffdcc1af2fe89a1d966786d477f48d62a0cacf -SIZE (xpi/firefox-52.7.3/ml.xpi) = 516486 -SHA256 (xpi/firefox-52.7.3/mr.xpi) = 1c292fe497913c34a188a5c8a3be1ed509b74f948a00450ac990cd8c160bb4b1 -SIZE (xpi/firefox-52.7.3/mr.xpi) = 495178 -SHA256 (xpi/firefox-52.7.3/ms.xpi) = 07e75a85757f215c97167e7f0a0c64681a57c0a930753c58c1ae57ed0ab7ce1c -SIZE (xpi/firefox-52.7.3/ms.xpi) = 428635 -SHA256 (xpi/firefox-52.7.3/nb-NO.xpi) = 140726232fa50aa2aaa43f0937b76e2c12b07e222285a613560cfbc579859396 -SIZE (xpi/firefox-52.7.3/nb-NO.xpi) = 427148 -SHA256 (xpi/firefox-52.7.3/nl.xpi) = 282cc71b5516b0a90e34c4a741ee16292afea4d65b538f161c1fde00b77977e0 -SIZE (xpi/firefox-52.7.3/nl.xpi) = 432007 -SHA256 (xpi/firefox-52.7.3/nn-NO.xpi) = 33286c214ca1ac03236b41e6ff67c58b2500dafd25ec2ca82ec35df0f3cdeacc -SIZE (xpi/firefox-52.7.3/nn-NO.xpi) = 428645 -SHA256 (xpi/firefox-52.7.3/or.xpi) = f4d528d0c9dfb3846ea2b24b9404dc23f3b4e1e174ff9796325da7b2b334d9e3 -SIZE (xpi/firefox-52.7.3/or.xpi) = 489664 -SHA256 (xpi/firefox-52.7.3/pa-IN.xpi) = ac31b10bcfa8d11d70fd0fb6fe159c39eef2f6c9c56fec54634e028184747749 -SIZE (xpi/firefox-52.7.3/pa-IN.xpi) = 469325 -SHA256 (xpi/firefox-52.7.3/pl.xpi) = 169e70aae7b89c50747d4a13a96802b1597ec3e0199d886025e528fd88e2b86b -SIZE (xpi/firefox-52.7.3/pl.xpi) = 352851 -SHA256 (xpi/firefox-52.7.3/pt-BR.xpi) = 4fd2e1f7a0d81c62f0cf6ea0adcc4a73af536002efdf8632d106c7257014792e -SIZE (xpi/firefox-52.7.3/pt-BR.xpi) = 430902 -SHA256 (xpi/firefox-52.7.3/pt-PT.xpi) = 4c40bb78681f7a5e859508b4dcc7419df29bd645b355d954916b109d68d15ce5 -SIZE (xpi/firefox-52.7.3/pt-PT.xpi) = 436728 -SHA256 (xpi/firefox-52.7.3/rm.xpi) = 455964c20957ffc4cabc43226c7216362163f716cc8e3d2632f832fc0c770da2 -SIZE (xpi/firefox-52.7.3/rm.xpi) = 427341 -SHA256 (xpi/firefox-52.7.3/ro.xpi) = 1e8764c7c48c50a0adb58c894b654204e0b95041164f659f82ef5b36def60ca1 -SIZE (xpi/firefox-52.7.3/ro.xpi) = 442585 -SHA256 (xpi/firefox-52.7.3/ru.xpi) = 99216563bb5b6f6d8c7bd069481c2f69d5537d22538f9ed909667e632a780ad9 -SIZE (xpi/firefox-52.7.3/ru.xpi) = 395364 -SHA256 (xpi/firefox-52.7.3/si.xpi) = 31eb9f0a2e1deb871d87d2d90cb6e809e2067b4a07dff1108088e4cb77a44943 -SIZE (xpi/firefox-52.7.3/si.xpi) = 484604 -SHA256 (xpi/firefox-52.7.3/sk.xpi) = a2e07054aee2805a553dcb9f0ab225839875df021f054a5d120fec7490a8551e -SIZE (xpi/firefox-52.7.3/sk.xpi) = 455820 -SHA256 (xpi/firefox-52.7.3/sl.xpi) = a76e954b212330d2af494ed61da7f97779db9d3ea1753e82ee5eb04eea9c74d6 -SIZE (xpi/firefox-52.7.3/sl.xpi) = 433482 -SHA256 (xpi/firefox-52.7.3/son.xpi) = ab69572df3e393f21fcbbb320db1866b180ef0db7e44cf777de19ff32ad5071c -SIZE (xpi/firefox-52.7.3/son.xpi) = 427860 -SHA256 (xpi/firefox-52.7.3/sq.xpi) = d0f665797352d92b431921fe45ae3dcf1cbf7f7e5d3253853b6aa673507e4218 -SIZE (xpi/firefox-52.7.3/sq.xpi) = 440802 -SHA256 (xpi/firefox-52.7.3/sr.xpi) = 75ccf2fad4fd0400ce77fb178307069e54ed28f078c596ffbb3fc11b1dade405 -SIZE (xpi/firefox-52.7.3/sr.xpi) = 463395 -SHA256 (xpi/firefox-52.7.3/sv-SE.xpi) = 33c79fcf432a8be5b5f77bb07313cdb07514270bad90b6de31e4d21c4891ae81 -SIZE (xpi/firefox-52.7.3/sv-SE.xpi) = 433911 -SHA256 (xpi/firefox-52.7.3/ta.xpi) = 22dccd4f47a072cfe349ace26423bf7b95492ef731fa50a11f989d2c537aac3e -SIZE (xpi/firefox-52.7.3/ta.xpi) = 487542 -SHA256 (xpi/firefox-52.7.3/te.xpi) = 04c4c39bce8ac4798e9af14794dced620eca16dc448310f6ec860124243af1f6 -SIZE (xpi/firefox-52.7.3/te.xpi) = 507987 -SHA256 (xpi/firefox-52.7.3/th.xpi) = c732f15acd0fa3bce4ae0d8b34012d5b482616f37247c867ac9fbac24303b43a -SIZE (xpi/firefox-52.7.3/th.xpi) = 482021 -SHA256 (xpi/firefox-52.7.3/tr.xpi) = 26cb6be326e4768a6c12fb647cf3b7ca50a6e553249dc8c36d847e1ad3734cad -SIZE (xpi/firefox-52.7.3/tr.xpi) = 443673 -SHA256 (xpi/firefox-52.7.3/uk.xpi) = 58869f0c6951bc01a02c66f9d1caf939e0577f21de1e13d978c708026ec68c45 -SIZE (xpi/firefox-52.7.3/uk.xpi) = 495095 -SHA256 (xpi/firefox-52.7.3/uz.xpi) = e8cbc524b0bcf503eb64286345658aa89a3162398b9b9f24c8fd12c2d11df772 -SIZE (xpi/firefox-52.7.3/uz.xpi) = 440564 -SHA256 (xpi/firefox-52.7.3/vi.xpi) = 14ea9434595808c5ddf135fc56719e1e37e030836bd320067a8726d020afcc43 -SIZE (xpi/firefox-52.7.3/vi.xpi) = 450804 -SHA256 (xpi/firefox-52.7.3/xh.xpi) = 3b8d3c645bbf11b61bbec17142de7cd6c36f8ac72858cce30f1b1189cabe449c -SIZE (xpi/firefox-52.7.3/xh.xpi) = 441172 -SHA256 (xpi/firefox-52.7.3/zh-CN.xpi) = f63d65c74ec1b39731dbb0d7d7afe6d957fc347b11417953a5d850d52d75ffea -SIZE (xpi/firefox-52.7.3/zh-CN.xpi) = 461678 -SHA256 (xpi/firefox-52.7.3/zh-TW.xpi) = 40a520df44255079539d94302ed607b952b192cdc742fa5d3611b3bf81f39360 -SIZE (xpi/firefox-52.7.3/zh-TW.xpi) = 453067 +TIMESTAMP = 1524871320 +SHA256 (xpi/firefox-52.7.4/ach.xpi) = 8e6e6bfa2b85ad3dc13d922804fe00fb2ae350a98bbce0fae5c523f04e84a120 +SIZE (xpi/firefox-52.7.4/ach.xpi) = 420286 +SHA256 (xpi/firefox-52.7.4/af.xpi) = 8b51900fb814015a6a3318c484875e58b5e451ddb45d767126bc98e1c2533ed4 +SIZE (xpi/firefox-52.7.4/af.xpi) = 429469 +SHA256 (xpi/firefox-52.7.4/an.xpi) = 6a7d3a715277ff6f5e1e00c23bfafbb34d4fbecf5237cfdc712ae8e7e6d014ce +SIZE (xpi/firefox-52.7.4/an.xpi) = 437887 +SHA256 (xpi/firefox-52.7.4/ar.xpi) = 7f2bbc575596d6f7f6b7bbd04d853a01b4e8829c7bed7a12d473bfc6bac03970 +SIZE (xpi/firefox-52.7.4/ar.xpi) = 466027 +SHA256 (xpi/firefox-52.7.4/as.xpi) = d5088f9f277966f8a5715ab544b64322b49019c75aab80542942650c0e49275b +SIZE (xpi/firefox-52.7.4/as.xpi) = 479634 +SHA256 (xpi/firefox-52.7.4/ast.xpi) = 873ceef99f2b0bb1e056b83a06e22d8c0e118489380792ff3f38c59e8817084d +SIZE (xpi/firefox-52.7.4/ast.xpi) = 432775 +SHA256 (xpi/firefox-52.7.4/az.xpi) = 6df757fa68e249781ef06e154a1e021b459c97db8fe1563bc5963d686ce6d5c9 +SIZE (xpi/firefox-52.7.4/az.xpi) = 454923 +SHA256 (xpi/firefox-52.7.4/bg.xpi) = a4366d5177cd3098854a802ec9cf488dce5dfa727e119c75cd6f9bb1a55bf7cf +SIZE (xpi/firefox-52.7.4/bg.xpi) = 487891 +SHA256 (xpi/firefox-52.7.4/bn-BD.xpi) = 2ce5d5efd70687f66517e292d1e0358d37bf57621ef518bb27f82d6197004be9 +SIZE (xpi/firefox-52.7.4/bn-BD.xpi) = 504633 +SHA256 (xpi/firefox-52.7.4/bn-IN.xpi) = 1ef5ff43dab51b6c29e5869cf40ff30ba36af373e1abbd70a3e7db33e3ff315b +SIZE (xpi/firefox-52.7.4/bn-IN.xpi) = 502113 +SHA256 (xpi/firefox-52.7.4/br.xpi) = d13480f3e1aa0dc03f5fd08aa3495f79fa9a9ba7d382ed7204ad3076d5a5a3a0 +SIZE (xpi/firefox-52.7.4/br.xpi) = 428215 +SHA256 (xpi/firefox-52.7.4/bs.xpi) = bbf10d3a66f07d63cbd47286076d201b5efa0511624949e895f9f9ef98a9f5df +SIZE (xpi/firefox-52.7.4/bs.xpi) = 434428 +SHA256 (xpi/firefox-52.7.4/ca.xpi) = 844c7f91d1bf7fcde96a4eb19df110d186dd34dc25f487d3bfb4575bf753e8e3 +SIZE (xpi/firefox-52.7.4/ca.xpi) = 443304 +SHA256 (xpi/firefox-52.7.4/cak.xpi) = 11c64d84635b05864d0da41519ba2adb882c9837845eecc9d0c2c3d45bee5736 +SIZE (xpi/firefox-52.7.4/cak.xpi) = 451910 +SHA256 (xpi/firefox-52.7.4/cs.xpi) = f03ae32db3cfe91cb3ea8adc71ea073fc06fa334ecefbc9b954a049c57a04189 +SIZE (xpi/firefox-52.7.4/cs.xpi) = 444075 +SHA256 (xpi/firefox-52.7.4/cy.xpi) = 7de2ba6d14e4248c7e267fccea56959b438dcba99c12d7d8546b9bce26637df9 +SIZE (xpi/firefox-52.7.4/cy.xpi) = 429300 +SHA256 (xpi/firefox-52.7.4/da.xpi) = 0ba6f6f1ebc0ea12fc3729e9da3e612b166f64a096f759f890d2b9f233136c82 +SIZE (xpi/firefox-52.7.4/da.xpi) = 424394 +SHA256 (xpi/firefox-52.7.4/de.xpi) = 9b1fc7b5594cd0570f1b64d2680f7b56a6b70d111a543fd2e40f60a022c67a9e +SIZE (xpi/firefox-52.7.4/de.xpi) = 435227 +SHA256 (xpi/firefox-52.7.4/dsb.xpi) = a06851467a474d3b8ab8359707131381386145ebc3ff391371c1be21365cf737 +SIZE (xpi/firefox-52.7.4/dsb.xpi) = 452167 +SHA256 (xpi/firefox-52.7.4/el.xpi) = a203e20bee013417faafbbc4b643734b9933ff489c3646d701bc534741fdc470 +SIZE (xpi/firefox-52.7.4/el.xpi) = 509237 +SHA256 (xpi/firefox-52.7.4/en-GB.xpi) = 7a5c736bd676799f459a0d24e7d05932dfd21a403f492e430b24b7d487cee8b8 +SIZE (xpi/firefox-52.7.4/en-GB.xpi) = 412038 +SHA256 (xpi/firefox-52.7.4/en-US.xpi) = 6f88a6cd33caee6b8e62808c774c440f2f9b4d4c0905c3042316d756a1706ead +SIZE (xpi/firefox-52.7.4/en-US.xpi) = 413902 +SHA256 (xpi/firefox-52.7.4/en-ZA.xpi) = e227cd4cce5d80c39b2ba69d8bdae590a4567cbb0daebdf23edde43595a07e10 +SIZE (xpi/firefox-52.7.4/en-ZA.xpi) = 412212 +SHA256 (xpi/firefox-52.7.4/eo.xpi) = 6e7858afc38ae15b215ae314af7b99a2a45cd92b4acbcea0d4d1505054a94c0b +SIZE (xpi/firefox-52.7.4/eo.xpi) = 430116 +SHA256 (xpi/firefox-52.7.4/es-AR.xpi) = 960f58a3df9d2b41f0871510832fac0290031e107f95433f48c67d0fbe1ab060 +SIZE (xpi/firefox-52.7.4/es-AR.xpi) = 438659 +SHA256 (xpi/firefox-52.7.4/es-CL.xpi) = 70cd127d5bf341693aef68461186c0aa41d23fddc274201eec37d9cc7c5e2f9d +SIZE (xpi/firefox-52.7.4/es-CL.xpi) = 438406 +SHA256 (xpi/firefox-52.7.4/es-ES.xpi) = 857763c37fd12a3a2031426ed1e34e3752285892a1928fbbde813d539f1268c8 +SIZE (xpi/firefox-52.7.4/es-ES.xpi) = 337615 +SHA256 (xpi/firefox-52.7.4/es-MX.xpi) = 6dd4ebe344a2ec4023adae651e547587f4f9819de14bb95d08c2a31867ea696b +SIZE (xpi/firefox-52.7.4/es-MX.xpi) = 441127 +SHA256 (xpi/firefox-52.7.4/et.xpi) = 4f575363a94c385e5309a7ed4dd7d9d6e58a639960fce39490849d8462f6192e +SIZE (xpi/firefox-52.7.4/et.xpi) = 425113 +SHA256 (xpi/firefox-52.7.4/eu.xpi) = e42cf56f4f838ca3bf7ce53e21a4cc2e95fa71d43e45096463c0f9cde04312b2 +SIZE (xpi/firefox-52.7.4/eu.xpi) = 431124 +SHA256 (xpi/firefox-52.7.4/fa.xpi) = aca52bf691ecdfe92de5cec62b429d0a97c0e00dd8be4f87d589b2f0c24eeafe +SIZE (xpi/firefox-52.7.4/fa.xpi) = 483989 +SHA256 (xpi/firefox-52.7.4/ff.xpi) = 18233d52c93b0643d0b317e563ccc75ffbd0ef94ce542b6c88ad4b2404cdfd07 +SIZE (xpi/firefox-52.7.4/ff.xpi) = 433662 +SHA256 (xpi/firefox-52.7.4/fi.xpi) = 1048d4198b7a2c087aa728dae95213e8013929630faedfc43df05f0807e1f8c6 +SIZE (xpi/firefox-52.7.4/fi.xpi) = 422807 +SHA256 (xpi/firefox-52.7.4/fr.xpi) = 02979cde5614adc5e96c1b9d0f425d5fc8de6fd995fb49f8a422bc2295c7bf1e +SIZE (xpi/firefox-52.7.4/fr.xpi) = 442944 +SHA256 (xpi/firefox-52.7.4/fy-NL.xpi) = bc6e2592a718a692177158f02054ac4bfb92d3c1dfd69fafd17b7caacc048341 +SIZE (xpi/firefox-52.7.4/fy-NL.xpi) = 437702 +SHA256 (xpi/firefox-52.7.4/ga-IE.xpi) = c47156a6c31370b897b3e7ca62ccdffb706eafbff63ba23cc191b0c3991e85fc +SIZE (xpi/firefox-52.7.4/ga-IE.xpi) = 450875 +SHA256 (xpi/firefox-52.7.4/gd.xpi) = 9680155f3f05187d0bfd99a52d861a40e560a54aba2c6a38d8292a3108cc0a7b +SIZE (xpi/firefox-52.7.4/gd.xpi) = 439987 +SHA256 (xpi/firefox-52.7.4/gl.xpi) = 019a2f3a3913f70cc8cc71d9de8c42d99199be50065809cfcdd2433cc15a548a +SIZE (xpi/firefox-52.7.4/gl.xpi) = 440039 +SHA256 (xpi/firefox-52.7.4/gn.xpi) = e4087d77f075e337fa38c420e8f1ab270d82e2fc461ab4d70a5bb2b372540f2b +SIZE (xpi/firefox-52.7.4/gn.xpi) = 448957 +SHA256 (xpi/firefox-52.7.4/gu-IN.xpi) = ea4cc4c7ce18a1fb06ee166a8ec06522ea340742ff47ca0b78f291d36f88f501 +SIZE (xpi/firefox-52.7.4/gu-IN.xpi) = 482104 +SHA256 (xpi/firefox-52.7.4/he.xpi) = 31d5e3e769c37852a92c222aaec861c53fd23a486f8c1bc68d8abff281857a03 +SIZE (xpi/firefox-52.7.4/he.xpi) = 447927 +SHA256 (xpi/firefox-52.7.4/hi-IN.xpi) = e949b34e2f9e54dad9b33ec62a4f3958af81a4c1938e5957e59c0d6b7d1c1e7b +SIZE (xpi/firefox-52.7.4/hi-IN.xpi) = 499256 +SHA256 (xpi/firefox-52.7.4/hr.xpi) = d5c9ffb1a147a1be4f46f2a529f8352505eaa5ac23b46194836f874f14e9ca7e +SIZE (xpi/firefox-52.7.4/hr.xpi) = 440149 +SHA256 (xpi/firefox-52.7.4/hsb.xpi) = 75cf1a4d2f5abeb4f394cddce841d45ce4f6a97d2cb8a442e9a08fd02091bc1a +SIZE (xpi/firefox-52.7.4/hsb.xpi) = 450001 +SHA256 (xpi/firefox-52.7.4/hu.xpi) = d431ec9330f65b9acae2cd1cf29d702f3ea4ab866841ea09e971b0e6b1e8fdfb +SIZE (xpi/firefox-52.7.4/hu.xpi) = 451496 +SHA256 (xpi/firefox-52.7.4/hy-AM.xpi) = fc778ac1a4a3c61df4fca5a5bccc37c3a496a9d70058a577ce3bdd2409255e5b +SIZE (xpi/firefox-52.7.4/hy-AM.xpi) = 488414 +SHA256 (xpi/firefox-52.7.4/id.xpi) = 32f355ea3a8e2dca38fbd2f3fdfdebd2023e0d398dda0f38d42970ea3be19624 +SIZE (xpi/firefox-52.7.4/id.xpi) = 418764 +SHA256 (xpi/firefox-52.7.4/is.xpi) = d3b270412c52a463f4e0235cc2eb66c9517dc50f86037783d624ec975aa9d616 +SIZE (xpi/firefox-52.7.4/is.xpi) = 435342 +SHA256 (xpi/firefox-52.7.4/it.xpi) = 9c4a458509c9a7c4d39d5ef7b49e0ff4028dc12a786c4f88414e6f7fdb4a786b +SIZE (xpi/firefox-52.7.4/it.xpi) = 331969 +SHA256 (xpi/firefox-52.7.4/ja.xpi) = 91b504ec71745cadabd33c7895128eaf7b91824fb915df2e57b897db8c6125f5 +SIZE (xpi/firefox-52.7.4/ja.xpi) = 488343 +SHA256 (xpi/firefox-52.7.4/ka.xpi) = f2ab05a7564e8503facf252634dc09fc1508debffb1449883daa588793927a8f +SIZE (xpi/firefox-52.7.4/ka.xpi) = 468022 +SHA256 (xpi/firefox-52.7.4/kab.xpi) = 5fb0b623c5dd92fadf1365877962a3b99de9e8e9e8468afbe4b3b66c392b6159 +SIZE (xpi/firefox-52.7.4/kab.xpi) = 437246 +SHA256 (xpi/firefox-52.7.4/kk.xpi) = c63e22045648217cd29fef5445c17569686f9aeba4b4a320ec1f7afc4eeadced +SIZE (xpi/firefox-52.7.4/kk.xpi) = 496939 +SHA256 (xpi/firefox-52.7.4/km.xpi) = 24ad821406a229a164b13082c9fef3614240a5428bf098369669556169921d94 +SIZE (xpi/firefox-52.7.4/km.xpi) = 512988 +SHA256 (xpi/firefox-52.7.4/kn.xpi) = d252ba39f4170067892672220ca6f0f9cccd1387636c5413a6aa51d0c198ed05 +SIZE (xpi/firefox-52.7.4/kn.xpi) = 512199 +SHA256 (xpi/firefox-52.7.4/ko.xpi) = 59e9be4c9a47f6f026c2eefc0a00745692db2ec45a9a90d154fb7964b91a3d29 +SIZE (xpi/firefox-52.7.4/ko.xpi) = 463630 +SHA256 (xpi/firefox-52.7.4/lij.xpi) = 5d1f66ffc4c8b5a09d1ada419bbd34662071bd42d75d47ebfa91dec881d2869d +SIZE (xpi/firefox-52.7.4/lij.xpi) = 413819 +SHA256 (xpi/firefox-52.7.4/lt.xpi) = dcfc023f59cb54d794cdbeee72fb5a7dce726ac7603e178e5e9461ccdd592f7a +SIZE (xpi/firefox-52.7.4/lt.xpi) = 452236 +SHA256 (xpi/firefox-52.7.4/lv.xpi) = 8f9d609f9590d85ec39945f4a94ded092f01faa1b9bd8dc6f329d5f31aa98be7 +SIZE (xpi/firefox-52.7.4/lv.xpi) = 441096 +SHA256 (xpi/firefox-52.7.4/mai.xpi) = 591e803a2d025c7bd39a8b1e1658574f1ebb01f9c20bf9e91b7c701ee336a9e9 +SIZE (xpi/firefox-52.7.4/mai.xpi) = 492585 +SHA256 (xpi/firefox-52.7.4/mk.xpi) = 02e742b6198956a0baee028416428974cc96ae46b9a9c965e6ca44cf301128d9 +SIZE (xpi/firefox-52.7.4/mk.xpi) = 488846 +SHA256 (xpi/firefox-52.7.4/ml.xpi) = d340da74520b34efaeebfa2c04e685dbf385ce76021d6344599d12c32ca1d476 +SIZE (xpi/firefox-52.7.4/ml.xpi) = 516486 +SHA256 (xpi/firefox-52.7.4/mr.xpi) = 649459d1804c21ff63ae7aa0139cf21db4c3d393e3e6165afb0b6f9dabd43166 +SIZE (xpi/firefox-52.7.4/mr.xpi) = 495176 +SHA256 (xpi/firefox-52.7.4/ms.xpi) = e2cd06c34c8741eec91cf7e0167f1728ccca19b8770647c54b5b6f7d8b2063df +SIZE (xpi/firefox-52.7.4/ms.xpi) = 428635 +SHA256 (xpi/firefox-52.7.4/nb-NO.xpi) = c400f0d6834f8a5b067a759c33adce994919796341e49612eb6ab1b5d67a12e9 +SIZE (xpi/firefox-52.7.4/nb-NO.xpi) = 427148 +SHA256 (xpi/firefox-52.7.4/nl.xpi) = 9b51e5817e2dbc0f3a9f4b8ca98ed22437197fa10f45a43dac7801f8af3a2295 +SIZE (xpi/firefox-52.7.4/nl.xpi) = 432008 +SHA256 (xpi/firefox-52.7.4/nn-NO.xpi) = 7c140b3cae2946bce83997b404982754941575a575498f2decc55e1e9dd897d9 +SIZE (xpi/firefox-52.7.4/nn-NO.xpi) = 428645 +SHA256 (xpi/firefox-52.7.4/or.xpi) = 919a2543b664d686ab4d61ba5812e86e9609a209bed213feea8414b03a7eb530 +SIZE (xpi/firefox-52.7.4/or.xpi) = 489664 +SHA256 (xpi/firefox-52.7.4/pa-IN.xpi) = d95e7a22e1d82e1b1708a6a5205084ed461fcc9f3a22321957e287ad2487ab0f +SIZE (xpi/firefox-52.7.4/pa-IN.xpi) = 469325 +SHA256 (xpi/firefox-52.7.4/pl.xpi) = 289b6c5bc4176b19bf4159ec62ca8c5a75dc6f26f9841f99f4aeec442fd1f866 +SIZE (xpi/firefox-52.7.4/pl.xpi) = 352851 +SHA256 (xpi/firefox-52.7.4/pt-BR.xpi) = b2b9de492c9e2204234ce4a5f7924d341733b93cd24e73952189f777289f26b7 +SIZE (xpi/firefox-52.7.4/pt-BR.xpi) = 430902 +SHA256 (xpi/firefox-52.7.4/pt-PT.xpi) = 1103d2a58af86cfe2665bb1fff45bc932dbe2fc7be2c35f8d44f18b55c1d367d +SIZE (xpi/firefox-52.7.4/pt-PT.xpi) = 436727 +SHA256 (xpi/firefox-52.7.4/rm.xpi) = 42e3ff9c609e2d3a5cafd5e62eb147954fab7c8ae917804504c2c33588442101 +SIZE (xpi/firefox-52.7.4/rm.xpi) = 427341 +SHA256 (xpi/firefox-52.7.4/ro.xpi) = e085f9dd2765bbb4c6273c73da3adf7e5ff3fc2dd12f73ea0ba58e96a82d3855 +SIZE (xpi/firefox-52.7.4/ro.xpi) = 442584 +SHA256 (xpi/firefox-52.7.4/ru.xpi) = 81a942b717105db4a635441765eab428daa2229aba2ec96fcad6e69710eedbad +SIZE (xpi/firefox-52.7.4/ru.xpi) = 395363 +SHA256 (xpi/firefox-52.7.4/si.xpi) = 624bbda57e0996700e0c62103e07bcba9e3e03ecc6cc31b906f87cb1f0f1f462 +SIZE (xpi/firefox-52.7.4/si.xpi) = 484604 +SHA256 (xpi/firefox-52.7.4/sk.xpi) = b6acb82c66489dd8e79ea5cb178d7b1138621c693f6603535e30e71203dc8253 +SIZE (xpi/firefox-52.7.4/sk.xpi) = 455820 +SHA256 (xpi/firefox-52.7.4/sl.xpi) = e45b9cf9f732ddd9e7025738e602ecee952cdfc81266d3e8b8b019ff806ba7a6 +SIZE (xpi/firefox-52.7.4/sl.xpi) = 433482 +SHA256 (xpi/firefox-52.7.4/son.xpi) = 89fd07435ba462a80bf50731b3f99af41231cb3d8892e49e763e0535681f7c2c +SIZE (xpi/firefox-52.7.4/son.xpi) = 427859 +SHA256 (xpi/firefox-52.7.4/sq.xpi) = 469f5aafda3ca18bbd65a1efa5dfba7282da8804f65b53426670242fee3be041 +SIZE (xpi/firefox-52.7.4/sq.xpi) = 440802 +SHA256 (xpi/firefox-52.7.4/sr.xpi) = dacd21056b7f2dc1aa073904b16f9ea99d0d1c1512603bc5a4f630411eb5012c +SIZE (xpi/firefox-52.7.4/sr.xpi) = 463394 +SHA256 (xpi/firefox-52.7.4/sv-SE.xpi) = 909942f64535adf094605996bb71016b24374dd5e5db96fb888a5c370fe459c5 +SIZE (xpi/firefox-52.7.4/sv-SE.xpi) = 433911 +SHA256 (xpi/firefox-52.7.4/ta.xpi) = 8329e17eba55569cd7a877f5dfbad4c0e4b4b5656e716313523a2f73808cd455 +SIZE (xpi/firefox-52.7.4/ta.xpi) = 487542 +SHA256 (xpi/firefox-52.7.4/te.xpi) = 896ecd64f6f32c12510eb49753abe039668e6c69bfe8979f4a8a02eb1aed8ccc +SIZE (xpi/firefox-52.7.4/te.xpi) = 507987 +SHA256 (xpi/firefox-52.7.4/th.xpi) = 3fdc6f00bf6ec3b72a75365b1980be9f42fb7433c25aa40bbc196497e1240d07 +SIZE (xpi/firefox-52.7.4/th.xpi) = 482022 +SHA256 (xpi/firefox-52.7.4/tr.xpi) = 33614e33fa9e723775762193623de66fd0364b3e944b546c636f52fad948fd23 +SIZE (xpi/firefox-52.7.4/tr.xpi) = 443673 +SHA256 (xpi/firefox-52.7.4/uk.xpi) = 3a0fe2ffbb0da332de58f3bd654d994b5cfff0b71c6dc8d9432b2c7bd7a203f7 +SIZE (xpi/firefox-52.7.4/uk.xpi) = 495095 +SHA256 (xpi/firefox-52.7.4/uz.xpi) = 72f9ec90fef84bd3e7cd60aef7927420537c2396a1f621b8e84c3ed050eedba3 +SIZE (xpi/firefox-52.7.4/uz.xpi) = 440564 +SHA256 (xpi/firefox-52.7.4/vi.xpi) = 5093936bf9d5a5f7daeb81012321fa7c163ce1aca2ed3b2b2f4546919568ce9d +SIZE (xpi/firefox-52.7.4/vi.xpi) = 450804 +SHA256 (xpi/firefox-52.7.4/xh.xpi) = b82b47c451383291744521e84275a77dab68a1c23047aedd2925b3cf5ae4c642 +SIZE (xpi/firefox-52.7.4/xh.xpi) = 441172 +SHA256 (xpi/firefox-52.7.4/zh-CN.xpi) = 95d76483b319b6089ee82239cd509d76e4eb0efbe04186efb0f78acb0f1d45f4 +SIZE (xpi/firefox-52.7.4/zh-CN.xpi) = 461678 +SHA256 (xpi/firefox-52.7.4/zh-TW.xpi) = 6fe12e5d03b423317aa8e1c19f324f6d4ed126c0506580173216e65b3b77d0b7 +SIZE (xpi/firefox-52.7.4/zh-TW.xpi) = 453068 Modified: branches/2018Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2018Q2/www/firefox-esr/Makefile Sat Apr 28 00:45:09 2018 (r468514) +++ branches/2018Q2/www/firefox-esr/Makefile Sat Apr 28 00:45:53 2018 (r468515) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 52.7.3 +DISTVERSION= 52.7.4 DISTVERSIONSUFFIX=esr -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source PKGNAMESUFFIX= -esr DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} Modified: branches/2018Q2/www/firefox-esr/distinfo ============================================================================== --- branches/2018Q2/www/firefox-esr/distinfo Sat Apr 28 00:45:09 2018 (r468514) +++ branches/2018Q2/www/firefox-esr/distinfo Sat Apr 28 00:45:53 2018 (r468515) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521818653 -SHA256 (firefox-52.7.3esr.source.tar.xz) = 5cc68c1a7486cfbbf02aec0e9da9f87b55e7bfc68c7d5139bc1e578441aaf19f -SIZE (firefox-52.7.3esr.source.tar.xz) = 213945524 +TIMESTAMP = 1524871320 +SHA256 (firefox-52.7.4esr.source.tar.xz) = 9fcf062f011935e387bdd772fd10f0d69c0e1cac8024aad916be97f74d0e267a +SIZE (firefox-52.7.4esr.source.tar.xz) = 212826248 From owner-svn-ports-branches@freebsd.org Sat Apr 28 14:17:07 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4827FFB084A; Sat, 28 Apr 2018 14:17:07 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EB4738E84A; Sat, 28 Apr 2018 14:17:06 +0000 (UTC) (envelope-from lev@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E5F2B16C5E; Sat, 28 Apr 2018 14:17:06 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3SEH6Fe063891; Sat, 28 Apr 2018 14:17:06 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3SEH6Vv063889; Sat, 28 Apr 2018 14:17:06 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201804281417.w3SEH6Vv063889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Sat, 28 Apr 2018 14:17:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468544 - branches/2018Q2/devel/subversion18 X-SVN-Group: ports-branches X-SVN-Commit-Author: lev X-SVN-Commit-Paths: branches/2018Q2/devel/subversion18 X-SVN-Commit-Revision: 468544 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.25 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, 28 Apr 2018 14:17:07 -0000 Author: lev Date: Sat Apr 28 14:17:06 2018 New Revision: 468544 URL: https://svnweb.freebsd.org/changeset/ports/468544 Log: Fix shebangs. PR: 227614 Submitted by: Koichiro Iwao Approved by: ports-secteam blanket Modified: branches/2018Q2/devel/subversion18/Makefile branches/2018Q2/devel/subversion18/Makefile.common Modified: branches/2018Q2/devel/subversion18/Makefile ============================================================================== --- branches/2018Q2/devel/subversion18/Makefile Sat Apr 28 14:03:20 2018 (r468543) +++ branches/2018Q2/devel/subversion18/Makefile Sat Apr 28 14:17:06 2018 (r468544) @@ -45,8 +45,7 @@ P4_STYLE_MARKERS_EXTRA_PATCHES= ${PATCHDIR}/extra-patc FREEBSD_TEMPLATE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-fbsd-template SVNSERVE_WRAPPER_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-svnserve-wrapper -USES+= shebangfix -python_CMD= ${LOCALBASE}/bin/python2 +USES+= shebangfix python:2.7,env python_OLD_CMD+= "/bin/env python" SHEBANG_REGEX= ./tools/.* Modified: branches/2018Q2/devel/subversion18/Makefile.common ============================================================================== --- branches/2018Q2/devel/subversion18/Makefile.common Sat Apr 28 14:03:20 2018 (r468543) +++ branches/2018Q2/devel/subversion18/Makefile.common Sat Apr 28 14:17:06 2018 (r468544) @@ -3,7 +3,7 @@ PORTNAME?= subversion PORTVERSION= 1.8.19 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES+= devel MASTER_SITES= APACHE/subversion DIST_SUBDIR= subversion18 From owner-svn-ports-branches@freebsd.org Sat Apr 28 16:36:37 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 603BBFB4069; Sat, 28 Apr 2018 16:36:37 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 105F868C15; Sat, 28 Apr 2018 16:36:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 06F0418305; Sat, 28 Apr 2018 16:36: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 w3SGaafo034639; Sat, 28 Apr 2018 16:36:36 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3SGaZlx034629; Sat, 28 Apr 2018 16:36:35 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201804281636.w3SGaZlx034629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 28 Apr 2018 16:36:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468553 - in branches/2018Q2: emulators/dolphin-emu lang/neko net/bctoolbox net/shadowsocks-libev security/mbedtls security/openvpn security/openvpn-devel www/hiawatha X-SVN-Group: ports-branches X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in branches/2018Q2: emulators/dolphin-emu lang/neko net/bctoolbox net/shadowsocks-libev security/mbedtls security/openvpn security/openvpn-devel www/hiawatha X-SVN-Commit-Revision: 468553 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.25 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, 28 Apr 2018 16:36:37 -0000 Author: tijl Date: Sat Apr 28 16:36:35 2018 New Revision: 468553 URL: https://svnweb.freebsd.org/changeset/ports/468553 Log: MFH: r468134 Update security/mbedtls to 2.8.0 and bump dependent ports. Security: https://tls.mbed.org/tech-updates/releases/mbedtls-2.8.0-2.7.2-and-2.1.11-released Approved by: ports-secteam (riggs) Modified: branches/2018Q2/emulators/dolphin-emu/Makefile branches/2018Q2/lang/neko/Makefile branches/2018Q2/net/bctoolbox/Makefile branches/2018Q2/net/shadowsocks-libev/Makefile branches/2018Q2/security/mbedtls/Makefile branches/2018Q2/security/mbedtls/distinfo branches/2018Q2/security/mbedtls/pkg-plist branches/2018Q2/security/openvpn-devel/Makefile branches/2018Q2/security/openvpn/Makefile branches/2018Q2/www/hiawatha/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/emulators/dolphin-emu/Makefile ============================================================================== --- branches/2018Q2/emulators/dolphin-emu/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/emulators/dolphin-emu/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org Modified: branches/2018Q2/lang/neko/Makefile ============================================================================== --- branches/2018Q2/lang/neko/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/lang/neko/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -3,7 +3,7 @@ PORTNAME= neko DISTVERSIONPREFIX= v DISTVERSION= 2-2-0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MAINTAINER= penzin.dev@gmail.com Modified: branches/2018Q2/net/bctoolbox/Makefile ============================================================================== --- branches/2018Q2/net/bctoolbox/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/net/bctoolbox/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -3,7 +3,7 @@ PORTNAME= bctoolbox PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/bctoolbox Modified: branches/2018Q2/net/shadowsocks-libev/Makefile ============================================================================== --- branches/2018Q2/net/shadowsocks-libev/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/net/shadowsocks-libev/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -4,7 +4,7 @@ PORTNAME= shadowsocks-libev DISTVERSIONPREFIX= v DISTVERSION= 3.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= xiaoding+freebsd@xiaoding.org Modified: branches/2018Q2/security/mbedtls/Makefile ============================================================================== --- branches/2018Q2/security/mbedtls/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/security/mbedtls/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.7.1 +PORTVERSION= 2.8.0 DISTVERSIONPREFIX=${PORTNAME}- CATEGORIES= security devel Modified: branches/2018Q2/security/mbedtls/distinfo ============================================================================== --- branches/2018Q2/security/mbedtls/distinfo Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/security/mbedtls/distinfo Sat Apr 28 16:36:35 2018 (r468553) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520855936 -SHA256 (ARMmbed-mbedtls-mbedtls-2.7.1_GH0.tar.gz) = f7e960626ada42677d8b0b6f0ddd1961edf589938eb7965887a362d2640fb543 -SIZE (ARMmbed-mbedtls-mbedtls-2.7.1_GH0.tar.gz) = 2040225 +TIMESTAMP = 1524509045 +SHA256 (ARMmbed-mbedtls-mbedtls-2.8.0_GH0.tar.gz) = c544d5a6ea6cf629a3c2d0653b1e8f3ab0491a852b84d9478403c6a3fb699fe4 +SIZE (ARMmbed-mbedtls-mbedtls-2.8.0_GH0.tar.gz) = 2132562 Modified: branches/2018Q2/security/mbedtls/pkg-plist ============================================================================== --- branches/2018Q2/security/mbedtls/pkg-plist Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/security/mbedtls/pkg-plist Sat Apr 28 16:36:35 2018 (r468553) @@ -118,7 +118,7 @@ include/mbedtls/x509_csr.h include/mbedtls/xtea.h lib/libmbedcrypto.a lib/libmbedcrypto.so -lib/libmbedcrypto.so.2 +lib/libmbedcrypto.so.1 lib/libmbedtls.a lib/libmbedtls.so lib/libmbedtls.so.10 Modified: branches/2018Q2/security/openvpn-devel/Makefile ============================================================================== --- branches/2018Q2/security/openvpn-devel/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/security/openvpn-devel/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -3,7 +3,7 @@ PORTNAME= openvpn DISTVERSION= 201811 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security net MASTER_SITES= https://secure-computing.net/files/openvpn/ \ ftp://ftp2.secure-computing.net/pub/FreeBSD/openvpn-devel/ Modified: branches/2018Q2/security/openvpn/Makefile ============================================================================== --- branches/2018Q2/security/openvpn/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/security/openvpn/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -3,7 +3,7 @@ PORTNAME= openvpn DISTVERSION= 2.4.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security net MASTER_SITES= https://swupdate.openvpn.net/community/releases/ \ https://build.openvpn.net/downloads/releases/ Modified: branches/2018Q2/www/hiawatha/Makefile ============================================================================== --- branches/2018Q2/www/hiawatha/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/www/hiawatha/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -3,7 +3,7 @@ PORTNAME= hiawatha PORTVERSION= 10.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://www.hiawatha-webserver.org/files/