From owner-svn-ports-branches@freebsd.org Sun Oct 21 01:15: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 7C742FFD8D3; Sun, 21 Oct 2018 01:15: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 2FB4D73799; Sun, 21 Oct 2018 01:15: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 2AA0B262E0; Sun, 21 Oct 2018 01:15: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 w9L1FPBj054850; Sun, 21 Oct 2018 01:15:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L1FPoM054849; Sun, 21 Oct 2018 01:15:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810210115.w9L1FPoM054849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 21 Oct 2018 01:15:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482635 - branches/2018Q4/x11-toolkits/gtk30 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/x11-toolkits/gtk30 X-SVN-Commit-Revision: 482635 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.29 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, 21 Oct 2018 01:15:25 -0000 Author: jbeich Date: Sun Oct 21 01:15:24 2018 New Revision: 482635 URL: https://svnweb.freebsd.org/changeset/ports/482635 Log: MFH: r482634 x11-toolkits/gtk30: unbreak DEBUG=on after r480951 Option helpers have no effect *after* bsd.port.options.mk Approved by: ports-secteam blanket Modified: branches/2018Q4/x11-toolkits/gtk30/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/x11-toolkits/gtk30/Makefile ============================================================================== --- branches/2018Q4/x11-toolkits/gtk30/Makefile Sun Oct 21 01:14:48 2018 (r482634) +++ branches/2018Q4/x11-toolkits/gtk30/Makefile Sun Oct 21 01:15:24 2018 (r482635) @@ -75,6 +75,9 @@ CLOUDPRINT_LIB_DEPENDS= librest-0.7.so:devel/librest \ libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib +# don't explicitly disable debug, this causes segfaults. See ports r437293 +DEBUG_CONFIGURE_ON= --enable-debug=yes + WAYLAND_DESC= GDK Wayland backend WAYLAND_CONFIGURE_ENABLE= wayland-backend WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols \ @@ -83,11 +86,6 @@ WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/way libxkbcommon.so:x11/libxkbcommon WAYLAND_RUN_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols WAYLAND_USE= GL=egl - -.include - -# don't explicitly disable debug, this causes segfaults. ports r437293 -DEBUG_CONFIGURE_ON= --enable-debug=yes WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols WAYLAND_CONFIGURE_ENABLE= wayland-backend From owner-svn-ports-branches@freebsd.org Sun Oct 21 02:31:21 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 15A5B1008FDD; Sun, 21 Oct 2018 02:31: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 BF6A176855; Sun, 21 Oct 2018 02:31:20 +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 BA38727142; Sun, 21 Oct 2018 02:31:20 +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 w9L2VKCo095497; Sun, 21 Oct 2018 02:31:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L2VKBK095496; Sun, 21 Oct 2018 02:31:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810210231.w9L2VKBK095496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 21 Oct 2018 02:31:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482637 - branches/2018Q4/x11-toolkits/gtk30 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/x11-toolkits/gtk30 X-SVN-Commit-Revision: 482637 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.29 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, 21 Oct 2018 02:31:21 -0000 Author: jbeich Date: Sun Oct 21 02:31:20 2018 New Revision: 482637 URL: https://svnweb.freebsd.org/changeset/ports/482637 Log: MFH: r482634 x11-toolkits/gtk30: unbreak DEBUG=on after r480951 Option helpers have no effect *after* bsd.port.options.mk Approved by: ports-secteam blanket Modified: branches/2018Q4/x11-toolkits/gtk30/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/x11-toolkits/gtk30/Makefile ============================================================================== --- branches/2018Q4/x11-toolkits/gtk30/Makefile Sun Oct 21 02:29:24 2018 (r482636) +++ branches/2018Q4/x11-toolkits/gtk30/Makefile Sun Oct 21 02:31:20 2018 (r482637) @@ -75,6 +75,9 @@ CLOUDPRINT_LIB_DEPENDS= librest-0.7.so:devel/librest \ libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib +# don't explicitly disable debug, this causes segfaults. See ports r437293 +DEBUG_CONFIGURE_ON= --enable-debug=yes + WAYLAND_DESC= GDK Wayland backend WAYLAND_CONFIGURE_ENABLE= wayland-backend WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols \ @@ -85,9 +88,6 @@ WAYLAND_RUN_DEPENDS= wayland-protocols>=0:graphics/way WAYLAND_USE= GL=egl .include - -# don't explicitly disable debug, this causes segfaults. ports r437293 -DEBUG_CONFIGURE_ON= --enable-debug=yes WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols WAYLAND_CONFIGURE_ENABLE= wayland-backend From owner-svn-ports-branches@freebsd.org Sun Oct 21 02:29: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 B906B1008F72; Sun, 21 Oct 2018 02:29: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 5DBC776618; Sun, 21 Oct 2018 02:29: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 52E1A270FC; Sun, 21 Oct 2018 02:29: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 w9L2TPn0090598; Sun, 21 Oct 2018 02:29:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L2TPbq090597; Sun, 21 Oct 2018 02:29:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810210229.w9L2TPbq090597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 21 Oct 2018 02:29:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482636 - branches/2018Q4/x11-toolkits/gtk30 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/x11-toolkits/gtk30 X-SVN-Commit-Revision: 482636 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.29 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, 21 Oct 2018 02:29:25 -0000 Author: jbeich Date: Sun Oct 21 02:29:24 2018 New Revision: 482636 URL: https://svnweb.freebsd.org/changeset/ports/482636 Log: x11-toolkits/gtk30: back out r482635 (undo MFH r482634) $ make make: "/usr/ports/x11-toolkits/gtk30/Makefile" line 107: Malformed conditional (${PORT_OPTIONS:MWAYLAND}) make: Fatal errors encountered -- cannot continue make: stopped in /usr/ports/x11-toolkits/gtk30 Approved by: ports-secteam blanket Pointy hat to: jbeich (2018Q4 lacks r482189) Modified: branches/2018Q4/x11-toolkits/gtk30/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/x11-toolkits/gtk30/Makefile ============================================================================== --- branches/2018Q4/x11-toolkits/gtk30/Makefile Sun Oct 21 01:15:24 2018 (r482635) +++ branches/2018Q4/x11-toolkits/gtk30/Makefile Sun Oct 21 02:29:24 2018 (r482636) @@ -75,9 +75,6 @@ CLOUDPRINT_LIB_DEPENDS= librest-0.7.so:devel/librest \ libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib -# don't explicitly disable debug, this causes segfaults. See ports r437293 -DEBUG_CONFIGURE_ON= --enable-debug=yes - WAYLAND_DESC= GDK Wayland backend WAYLAND_CONFIGURE_ENABLE= wayland-backend WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols \ @@ -86,6 +83,11 @@ WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/way libxkbcommon.so:x11/libxkbcommon WAYLAND_RUN_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols WAYLAND_USE= GL=egl + +.include + +# don't explicitly disable debug, this causes segfaults. ports r437293 +DEBUG_CONFIGURE_ON= --enable-debug=yes WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols WAYLAND_CONFIGURE_ENABLE= wayland-backend From owner-svn-ports-branches@freebsd.org Sun Oct 21 07:51: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 91A44FD9239; Sun, 21 Oct 2018 07:51:34 +0000 (UTC) (envelope-from antoine@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 46FEC80468; Sun, 21 Oct 2018 07:51:34 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 41E5127AF; Sun, 21 Oct 2018 07:51:34 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9L7pYh4059656; Sun, 21 Oct 2018 07:51:34 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L7pXfX059650; Sun, 21 Oct 2018 07:51:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201810210751.w9L7pXfX059650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Oct 2018 07:51:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482645 - in branches/2018Q4/devel/ace: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in branches/2018Q4/devel/ace: . files X-SVN-Commit-Revision: 482645 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.29 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, 21 Oct 2018 07:51:34 -0000 Author: antoine Date: Sun Oct 21 07:51:32 2018 New Revision: 482645 URL: https://svnweb.freebsd.org/changeset/ports/482645 Log: MFH: r481377 devel/ace: update to 6.5.2 While here: * Relocate some variables * Rework some patches * USE localbase ChangeLog: https://github.com/DOCGroup/ACE_TAO/releases/tag/ACE%2BTAO-6_5_2 Reported by: portscout Approved by: tcberner (mentor, implicit) Added: branches/2018Q4/devel/ace/files/patch-tests_Chrono__Test.cpp - copied unchanged from r481377, head/devel/ace/files/patch-tests_Chrono__Test.cpp Modified: branches/2018Q4/devel/ace/Makefile branches/2018Q4/devel/ace/distinfo branches/2018Q4/devel/ace/files/patch-ace__SSL__SSL_Context.cpp branches/2018Q4/devel/ace/pkg-plist Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/devel/ace/Makefile ============================================================================== --- branches/2018Q4/devel/ace/Makefile Sun Oct 21 07:45:54 2018 (r482644) +++ branches/2018Q4/devel/ace/Makefile Sun Oct 21 07:51:32 2018 (r482645) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ace -PORTVERSION= 6.4.3 +PORTVERSION= 6.5.2 CATEGORIES= devel MASTER_SITES= ftp://download.dre.vanderbilt.edu/previous_versions/ \ http://download.dre.vanderbilt.edu/previous_versions/ @@ -16,9 +16,12 @@ LICENSE_NAME= ACE LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -WRKSRC= ${WRKDIR}/ACE_wrappers +BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_powerpc= Does not compile on ${ARCH} +BROKEN_powerpc64= Does not build on ${ARCH}: undefined reference to fmodl +BROKEN_sparc64= Does not compile on ${ARCH} -USES= gmake perl5 pkgconfig shebangfix tar:bzip2 +USES= gmake localbase:ldflags perl5 pkgconfig shebangfix tar:bzip2 USE_PERL5= build SHEBANG_FILES= bin/*.pl MPC/*.pl MAKE_ENV= LD_LIBRARY_PATH="${WRKSRC}/lib" ACE_ROOT="${WRKSRC}" \ @@ -26,19 +29,12 @@ MAKE_ENV= LD_LIBRARY_PATH="${WRKSRC}/lib" ACE_ROOT="${ MAKEFILE= GNUmakefile USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -CPPFLAGS+= -D_WANT_SEMUN -LDFLAGS+= -L${LOCALBASE}/lib +WRKSRC= ${WRKDIR}/ACE_wrappers PLIST_SUB= VERSION="${PORTVERSION}" CONFLICTS= ace+tao-5* -BROKEN_aarch64= Fails to link: missing sbrk -BROKEN_powerpc= Does not compile on ${ARCH} -BROKEN_powerpc64= Does not build on ${ARCH}: undefined reference to fmodl -BROKEN_sparc64= Does not compile on ${ARCH} - OPTIONS_DEFINE= FLTK QT4 SSL TK TRIO X11 OPTIONS_DEFAULT= SSL OPTIONS_SUB= yes @@ -60,6 +56,8 @@ TRIO_BUILD_DEPENDS= trio>=0:devel/trio TRIO_MAKE_ENV= trio=1 X11_USE= XORG=xt X11_MAKE_ENV= xt=1 + +CPPFLAGS+= -D_WANT_SEMUN post-patch: @${REINPLACE_CMD} -e \ Modified: branches/2018Q4/devel/ace/distinfo ============================================================================== --- branches/2018Q4/devel/ace/distinfo Sun Oct 21 07:45:54 2018 (r482644) +++ branches/2018Q4/devel/ace/distinfo Sun Oct 21 07:51:32 2018 (r482645) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497530730 -SHA256 (ACE-6.4.3.tar.bz2) = b80e7b8137d48dc68b281233417fe19b21a904ea642a05ea795bd6a546bcbb1d -SIZE (ACE-6.4.3.tar.bz2) = 9074739 +TIMESTAMP = 1537466321 +SHA256 (ACE-6.5.2.tar.bz2) = f0393d6df25ee92e0cbc6539c68ccf122caae0ffd5ae9a786163403bb2306cc5 +SIZE (ACE-6.5.2.tar.bz2) = 8074873 Modified: branches/2018Q4/devel/ace/files/patch-ace__SSL__SSL_Context.cpp ============================================================================== --- branches/2018Q4/devel/ace/files/patch-ace__SSL__SSL_Context.cpp Sun Oct 21 07:45:54 2018 (r482644) +++ branches/2018Q4/devel/ace/files/patch-ace__SSL__SSL_Context.cpp Sun Oct 21 07:51:32 2018 (r482645) @@ -1,11 +1,11 @@ ---- ace/SSL/SSL_Context.cpp.orig 2015-09-17 06:55:18 UTC +--- ace/SSL/SSL_Context.cpp.orig 2018-09-18 07:26:56 UTC +++ ace/SSL/SSL_Context.cpp -@@ -683,7 +683,7 @@ ACE_SSL_Context::random_seed (const char - int - ACE_SSL_Context::egd_file (const char * socket_file) - { --#if OPENSSL_VERSION_NUMBER < 0x00905100L +@@ -179,7 +179,7 @@ ACE_SSL_Context::ssl_library_init (void) + # endif /* OPENSSL_VERSION_NUMBER < 0x10100000L */ + #endif /* WIN32 */ + +-#if OPENSSL_VERSION_NUMBER >= 0x00905100L +#if OPENSSL_VERSION_NUMBER < 0x00905100L || defined(LIBRESSL_VERSION_NUMBER) - // OpenSSL < 0.9.5 doesn't have EGD support. - ACE_UNUSED_ARG (socket_file); - ACE_NOTSUP_RETURN (-1); + // OpenSSL < 0.9.5 doesn't have EGD support. + + const char *egd_socket_file = Copied: branches/2018Q4/devel/ace/files/patch-tests_Chrono__Test.cpp (from r481377, head/devel/ace/files/patch-tests_Chrono__Test.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/devel/ace/files/patch-tests_Chrono__Test.cpp Sun Oct 21 07:51:32 2018 (r482645, copy of r481377, head/devel/ace/files/patch-tests_Chrono__Test.cpp) @@ -0,0 +1,11 @@ +--- tests/Chrono_Test.cpp.orig 2018-10-05 15:55:54 UTC ++++ tests/Chrono_Test.cpp +@@ -208,7 +208,7 @@ test_streamers () + std::chrono::seconds day_test_ts { day_test_h+day_test_s }; + std::chrono::microseconds day_test_tus { day_test_ms+day_test_us }; + ACE_Time_Value const test_day { +- ACE_Time_Value { day_test_ts.count (), ACE_Utils::truncate_cast(day_test_tus.count ()) }}; ++ ACE_Time_Value { (int)(day_test_ts.count ()), ACE_Utils::truncate_cast(day_test_tus.count ()) }}; + + constexpr int expected_min {nr_hours * 60}; + constexpr int64_t expected_sec { expected_min * 60 + 54 }; Modified: branches/2018Q4/devel/ace/pkg-plist ============================================================================== --- branches/2018Q4/devel/ace/pkg-plist Sun Oct 21 07:45:54 2018 (r482644) +++ branches/2018Q4/devel/ace/pkg-plist Sun Oct 21 07:51:32 2018 (r482645) @@ -1105,12 +1105,14 @@ include/ace/config-lite.h include/ace/config-lynxos.h include/ace/config-lynxos-178.h include/ace/config-macosx-elcapitan.h +include/ace/config-macosx-highsierra.h include/ace/config-macosx-iOS-hardware.h include/ace/config-macosx-iOS-simulator.h include/ace/config-macosx-jaguar.h include/ace/config-macosx-leopard.h include/ace/config-macosx-lion.h include/ace/config-macosx-mavericks.h +include/ace/config-macosx-mojave.h include/ace/config-macosx-mountainlion.h include/ace/config-macosx-panther.h include/ace/config-macosx-sierra.h @@ -1380,6 +1382,9 @@ libdata/pkgconfig/Kokyu.pc %%DATADIR%%/bin/MakeProjectCreator/config/ace_qt.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_qt4.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_qt4reactor.mpb +%%DATADIR%%/bin/MakeProjectCreator/config/ace_qt5.mpb +%%DATADIR%%/bin/MakeProjectCreator/config/ace_qt5reactor.mpb +%%DATADIR%%/bin/MakeProjectCreator/config/ace_qtreactor.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_rlecompressionlib.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_tk.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_tkreactor.mpb @@ -1523,12 +1528,14 @@ libdata/pkgconfig/Kokyu.pc %%DATADIR%%/include/makeinclude/platform_macosx.GNU %%DATADIR%%/include/makeinclude/platform_macosx_common.GNU %%DATADIR%%/include/makeinclude/platform_macosx_elcapitan.GNU +%%DATADIR%%/include/makeinclude/platform_macosx_highsierra.GNU %%DATADIR%%/include/makeinclude/platform_macosx_iOS.GNU %%DATADIR%%/include/makeinclude/platform_macosx_icc.GNU %%DATADIR%%/include/makeinclude/platform_macosx_jaguar.GNU %%DATADIR%%/include/makeinclude/platform_macosx_leopard.GNU %%DATADIR%%/include/makeinclude/platform_macosx_lion.GNU %%DATADIR%%/include/makeinclude/platform_macosx_mavericks.GNU +%%DATADIR%%/include/makeinclude/platform_macosx_mojave.GNU %%DATADIR%%/include/makeinclude/platform_macosx_mountainlion.GNU %%DATADIR%%/include/makeinclude/platform_macosx_panther.GNU %%DATADIR%%/include/makeinclude/platform_macosx_sierra.GNU From owner-svn-ports-branches@freebsd.org Sun Oct 21 07:53: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 35F9FFD939C; Sun, 21 Oct 2018 07:53:18 +0000 (UTC) (envelope-from antoine@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 CDF85806DD; Sun, 21 Oct 2018 07:53:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C33FC2801; Sun, 21 Oct 2018 07:53:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9L7rHaa060651; Sun, 21 Oct 2018 07:53:17 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L7rHgE060650; Sun, 21 Oct 2018 07:53:17 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201810210753.w9L7rHgE060650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Oct 2018 07:53:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482646 - in branches/2018Q4/ftp/vsftpd: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in branches/2018Q4/ftp/vsftpd: . files X-SVN-Commit-Revision: 482646 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.29 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, 21 Oct 2018 07:53:18 -0000 Author: antoine Date: Sun Oct 21 07:53:17 2018 New Revision: 482646 URL: https://svnweb.freebsd.org/changeset/ports/482646 Log: MFH: r481692 - fix OpenSSL 1.1.x build Added: branches/2018Q4/ftp/vsftpd/files/patch-vsf_findlibs.sh - copied unchanged from r481692, head/ftp/vsftpd/files/patch-vsf_findlibs.sh Modified: branches/2018Q4/ftp/vsftpd/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/ftp/vsftpd/Makefile ============================================================================== --- branches/2018Q4/ftp/vsftpd/Makefile Sun Oct 21 07:51:32 2018 (r482645) +++ branches/2018Q4/ftp/vsftpd/Makefile Sun Oct 21 07:53:17 2018 (r482646) @@ -3,6 +3,7 @@ PORTNAME= vsftpd PORTVERSION= 3.0.3 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= https://security.appspot.com/downloads/ \ GENTOO Copied: branches/2018Q4/ftp/vsftpd/files/patch-vsf_findlibs.sh (from r481692, head/ftp/vsftpd/files/patch-vsf_findlibs.sh) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/ftp/vsftpd/files/patch-vsf_findlibs.sh Sun Oct 21 07:53:17 2018 (r482646, copy of r481692, head/ftp/vsftpd/files/patch-vsf_findlibs.sh) @@ -0,0 +1,11 @@ +--- vsf_findlibs.sh.orig 2012-03-28 02:17:41 UTC ++++ vsf_findlibs.sh +@@ -69,7 +69,7 @@ locate_library /usr/shlib/librt.so && ec + locate_library /usr/lib/libsendfile.so && echo "-lsendfile"; + + # OpenSSL +-if find_func SSL_library_init ssl.o; then ++if find_func SSL_CTX_new ssl.o; then + echo "-lssl -lcrypto"; + fi + From owner-svn-ports-branches@freebsd.org Sun Oct 21 08:05:16 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 A3905FD9BB8; Sun, 21 Oct 2018 08:05:16 +0000 (UTC) (envelope-from antoine@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 4FA9A81275; Sun, 21 Oct 2018 08:05:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3BCF729A6; Sun, 21 Oct 2018 08:05:16 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9L85Gdd066758; Sun, 21 Oct 2018 08:05:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L85GrD066757; Sun, 21 Oct 2018 08:05:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201810210805.w9L85GrD066757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Oct 2018 08:05:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482652 - branches/2018Q4/sysutils/dmg2img/files X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2018Q4/sysutils/dmg2img/files X-SVN-Commit-Revision: 482652 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.29 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, 21 Oct 2018 08:05:16 -0000 Author: antoine Date: Sun Oct 21 08:05:15 2018 New Revision: 482652 URL: https://svnweb.freebsd.org/changeset/ports/482652 Log: MFH: r482053 Fix build with OpenSSL 1.1.x Added: branches/2018Q4/sysutils/dmg2img/files/ - copied from r482053, head/sysutils/dmg2img/files/ Modified: Directory Properties: branches/2018Q4/ (props changed) From owner-svn-ports-branches@freebsd.org Sun Oct 21 08:07: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 6EAA5FD9C03; Sun, 21 Oct 2018 08:07:15 +0000 (UTC) (envelope-from antoine@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 250DC8133C; Sun, 21 Oct 2018 08:07:15 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 202F929A9; Sun, 21 Oct 2018 08:07:15 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9L87EXY066981; Sun, 21 Oct 2018 08:07:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L87ElJ066980; Sun, 21 Oct 2018 08:07:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201810210807.w9L87ElJ066980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Oct 2018 08:07:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482653 - branches/2018Q4/security/eschalot X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2018Q4/security/eschalot X-SVN-Commit-Revision: 482653 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.29 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, 21 Oct 2018 08:07:15 -0000 Author: antoine Date: Sun Oct 21 08:07:14 2018 New Revision: 482653 URL: https://svnweb.freebsd.org/changeset/ports/482653 Log: MFH: r482103 security/eschalot: Update 1.2.0 -> 1.2.0.20180118 Modified: branches/2018Q4/security/eschalot/Makefile branches/2018Q4/security/eschalot/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/eschalot/Makefile ============================================================================== --- branches/2018Q4/security/eschalot/Makefile Sun Oct 21 08:05:15 2018 (r482652) +++ branches/2018Q4/security/eschalot/Makefile Sun Oct 21 08:07:14 2018 (r482653) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eschalot -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.0.20180118 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= ReclaimYourPrivacy -GH_TAGNAME= e9e085e +GH_TAGNAME= 56a967b USES= gmake ssl MAKE_ENV= INSTALL="${INSTALL_PROGRAM}" Modified: branches/2018Q4/security/eschalot/distinfo ============================================================================== --- branches/2018Q4/security/eschalot/distinfo Sun Oct 21 08:05:15 2018 (r482652) +++ branches/2018Q4/security/eschalot/distinfo Sun Oct 21 08:07:14 2018 (r482653) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466278972 -SHA256 (ReclaimYourPrivacy-eschalot-1.2.0-e9e085e_GH0.tar.gz) = e811f45dd1d69cb34bf0736900c875e3dac6be3231c12440ae05638cac9ba24f -SIZE (ReclaimYourPrivacy-eschalot-1.2.0-e9e085e_GH0.tar.gz) = 241996 +TIMESTAMP = 1539541502 +SHA256 (ReclaimYourPrivacy-eschalot-1.2.0.20180118-56a967b_GH0.tar.gz) = 45b7a1a68c6565ff9461a2f2609d9003129ee0437d257636826b190736694f64 +SIZE (ReclaimYourPrivacy-eschalot-1.2.0.20180118-56a967b_GH0.tar.gz) = 242723 From owner-svn-ports-branches@freebsd.org Sun Oct 21 07:59:39 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 9F4D2FD9840; Sun, 21 Oct 2018 07:59:39 +0000 (UTC) (envelope-from antoine@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 52EDD80CF5; Sun, 21 Oct 2018 07:59:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4DCD52811; Sun, 21 Oct 2018 07:59:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9L7xdJk061455; Sun, 21 Oct 2018 07:59:39 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L7xcvA061453; Sun, 21 Oct 2018 07:59:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201810210759.w9L7xcvA061453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Oct 2018 07:59:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482649 - in branches/2018Q4/net/ipdecap: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in branches/2018Q4/net/ipdecap: . files X-SVN-Commit-Revision: 482649 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.29 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, 21 Oct 2018 07:59:39 -0000 Author: antoine Date: Sun Oct 21 07:59:38 2018 New Revision: 482649 URL: https://svnweb.freebsd.org/changeset/ports/482649 Log: MFH: r482107 net/ipdecap: update to 0.7.2 While here, fix OpenSSL build PR: 232223 Submitted by: loic-freebsd@loicp.eu (maintainer) Added: branches/2018Q4/net/ipdecap/files/ - copied from r482107, head/net/ipdecap/files/ Modified: branches/2018Q4/net/ipdecap/Makefile branches/2018Q4/net/ipdecap/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net/ipdecap/Makefile ============================================================================== --- branches/2018Q4/net/ipdecap/Makefile Sun Oct 21 07:57:23 2018 (r482648) +++ branches/2018Q4/net/ipdecap/Makefile Sun Oct 21 07:59:38 2018 (r482649) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ipdecap -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= net @@ -13,12 +13,13 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/pcap/vlan.h:net/libpcap -LIB_DEPENDS= libpcap.so.1:net/libpcap # require ports libpcap +LIB_DEPENDS= libpcap.so:net/libpcap # require ports libpcap +USES= autoreconf gmake ssl USE_GITHUB= yes + GH_ACCOUNT= lpefferkorn -USES= autoreconf gmake ssl GNU_CONFIGURE= yes CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} Modified: branches/2018Q4/net/ipdecap/distinfo ============================================================================== --- branches/2018Q4/net/ipdecap/distinfo Sun Oct 21 07:57:23 2018 (r482648) +++ branches/2018Q4/net/ipdecap/distinfo Sun Oct 21 07:59:38 2018 (r482649) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464781704 -SHA256 (lpefferkorn-ipdecap-v0.7.1_GH0.tar.gz) = a1a18a799867ea9931fac5d9b54f1ed79d15f1b12989758584ee48187847bd6b -SIZE (lpefferkorn-ipdecap-v0.7.1_GH0.tar.gz) = 818778 +TIMESTAMP = 1539426959 +SHA256 (lpefferkorn-ipdecap-v0.7.2_GH0.tar.gz) = 39e24c0ee343be485feb5d03114510c96eda24092c4908968e50fe7c50165bde +SIZE (lpefferkorn-ipdecap-v0.7.2_GH0.tar.gz) = 825828 From owner-svn-ports-branches@freebsd.org Sun Oct 21 11:09:29 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 260B6FEB3BD; Sun, 21 Oct 2018 11:09:29 +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 BE420884E3; Sun, 21 Oct 2018 11:09:28 +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 B893A4B2C; Sun, 21 Oct 2018 11:09:28 +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 w9LB9SLt060376; Sun, 21 Oct 2018 11:09:28 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9LB9SX6060375; Sun, 21 Oct 2018 11:09:28 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201810211109.w9LB9SX6060375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 21 Oct 2018 11:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482663 - branches/2018Q4/net/traefik X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q4/net/traefik X-SVN-Commit-Revision: 482663 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.29 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, 21 Oct 2018 11:09:29 -0000 Author: riggs Date: Sun Oct 21 11:09:28 2018 New Revision: 482663 URL: https://svnweb.freebsd.org/changeset/ports/482663 Log: MFH: r482662 Update to upstream version 1.7.3 Details: - Bug fix release, see https://github.com/containous/traefik/releases/tag/v1.7.3 Approved by: ports-secteam (riggs) Modified: branches/2018Q4/net/traefik/Makefile branches/2018Q4/net/traefik/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net/traefik/Makefile ============================================================================== --- branches/2018Q4/net/traefik/Makefile Sun Oct 21 11:07:17 2018 (r482662) +++ branches/2018Q4/net/traefik/Makefile Sun Oct 21 11:09:28 2018 (r482663) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= traefik -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.3 DISTVERSIONPREFIX= v CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME}:webui Modified: branches/2018Q4/net/traefik/distinfo ============================================================================== --- branches/2018Q4/net/traefik/distinfo Sun Oct 21 11:07:17 2018 (r482662) +++ branches/2018Q4/net/traefik/distinfo Sun Oct 21 11:09:28 2018 (r482663) @@ -1,5 +1,5 @@ -TIMESTAMP = 1539593427 -SHA256 (traefik-webui-static-1.7.2.tar.gz) = c69a05786e1b5e03d2d4cc1e8597dd785b4d8694fccedc8a44f33f0a6beaba4d -SIZE (traefik-webui-static-1.7.2.tar.gz) = 921423 -SHA256 (containous-traefik-v1.7.2_GH0.tar.gz) = 085fce885f313158ab2c742e4b4970d5ef1344f99a92761156171560ceb2f20f -SIZE (containous-traefik-v1.7.2_GH0.tar.gz) = 10365979 +TIMESTAMP = 1540109016 +SHA256 (traefik-webui-static-1.7.3.tar.gz) = 4081ae402d4f188786949a7cfe8d051a592bb94e92218cd89189825bc2ee7af7 +SIZE (traefik-webui-static-1.7.3.tar.gz) = 923377 +SHA256 (containous-traefik-v1.7.3_GH0.tar.gz) = 64dd9704d633bb21733ffabe27c6f1fa460291cb01c43b9f575014619f5b35e9 +SIZE (containous-traefik-v1.7.3_GH0.tar.gz) = 10511048 From owner-svn-ports-branches@freebsd.org Sun Oct 21 07:57: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 2B464FD95E5; Sun, 21 Oct 2018 07:57:24 +0000 (UTC) (envelope-from antoine@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 0282580A70; Sun, 21 Oct 2018 07:57:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1819280A; Sun, 21 Oct 2018 07:57:23 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9L7vNvh061221; Sun, 21 Oct 2018 07:57:23 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L7vNpj061218; Sun, 21 Oct 2018 07:57:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201810210757.w9L7vNpj061218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Oct 2018 07:57:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482648 - in branches/2018Q4/net-mgmt/ettercap: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in branches/2018Q4/net-mgmt/ettercap: . files X-SVN-Commit-Revision: 482648 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.29 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, 21 Oct 2018 07:57:24 -0000 Author: antoine Date: Sun Oct 21 07:57:23 2018 New Revision: 482648 URL: https://svnweb.freebsd.org/changeset/ports/482648 Log: MFH: r482244 r482293 Fix build with OpenSSL 1.1.x Obtained from: https://github.com/LocutusOfBorg/ettercap/commit/f0d63b27c82df2ad5f7ada6310727d841b43fbcc https://github.com/LocutusOfBorg/ettercap/commit/def7a62c542241367428223dc460906b0634dcd1 Readd GTK2 back which should not be part of r482244 - Bump PORTREVISION for dependency change Notified by: tobik Added: branches/2018Q4/net-mgmt/ettercap/files/patch-src-dissectors-ec_ssh.c - copied unchanged from r482244, head/net-mgmt/ettercap/files/patch-src-dissectors-ec_ssh.c branches/2018Q4/net-mgmt/ettercap/files/patch-src-ec_sslwrap.c - copied unchanged from r482244, head/net-mgmt/ettercap/files/patch-src-ec_sslwrap.c Modified: branches/2018Q4/net-mgmt/ettercap/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net-mgmt/ettercap/Makefile ============================================================================== --- branches/2018Q4/net-mgmt/ettercap/Makefile Sun Oct 21 07:55:05 2018 (r482647) +++ branches/2018Q4/net-mgmt/ettercap/Makefile Sun Oct 21 07:57:23 2018 (r482648) @@ -4,6 +4,7 @@ PORTNAME= ettercap PORTVERSION= 0.8.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt security Copied: branches/2018Q4/net-mgmt/ettercap/files/patch-src-dissectors-ec_ssh.c (from r482244, head/net-mgmt/ettercap/files/patch-src-dissectors-ec_ssh.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/net-mgmt/ettercap/files/patch-src-dissectors-ec_ssh.c Sun Oct 21 07:57:23 2018 (r482648, copy of r482244, head/net-mgmt/ettercap/files/patch-src-dissectors-ec_ssh.c) @@ -0,0 +1,207 @@ +Obtained from: https://github.com/LocutusOfBorg/ettercap/commit/f0d63b27c82df2ad5f7ada6310727d841b43fbcc + +--- src/dissectors/ec_ssh.c.orig 2015-03-14 13:43:11 UTC ++++ src/dissectors/ec_ssh.c +@@ -36,6 +36,10 @@ + #include + #include + ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#define HAVE_OPAQUE_RSA_DSA_DH 1 /* since 1.1.0 -pre5 */ ++#endif ++ + #define SMSG_PUBLIC_KEY 2 + #define CMSG_SESSION_KEY 3 + #define CMSG_USER 4 +@@ -138,6 +142,11 @@ FUNC_DECODER(dissector_ssh) + char tmp[MAX_ASCII_ADDR_LEN]; + u_int32 ssh_len, ssh_mod; + u_char ssh_packet_type, *ptr, *key_to_put; ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ BIGNUM *h_n, *s_n, *m_h_n, *m_s_n; ++ BIGNUM *h_e, *s_e, *m_h_e, *m_s_e; ++ BIGNUM *h_d, *s_d, *m_h_d, *m_s_d; ++#endif + + /* don't complain about unused var */ + (void) DECODE_DATA; +@@ -383,12 +392,25 @@ FUNC_DECODER(dissector_ssh) + if (session_data->ptrkey == NULL) { + /* Initialize RSA key structures (other fileds are set to 0) */ + session_data->serverkey = RSA_new(); ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ s_n = BN_new(); ++ s_e = BN_new(); ++ RSA_set0_key(session_data->serverkey, s_n, s_e, s_d); ++#else + session_data->serverkey->n = BN_new(); + session_data->serverkey->e = BN_new(); ++#endif + + session_data->hostkey = RSA_new(); ++ ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ h_n = BN_new(); ++ h_e = BN_new(); ++ RSA_set0_key(session_data->hostkey, h_n, h_e, h_d); ++#else + session_data->hostkey->n = BN_new(); + session_data->hostkey->e = BN_new(); ++#endif + + /* Get the RSA Key from the packet */ + NS_GET32(server_mod,ptr); +@@ -396,19 +418,37 @@ FUNC_DECODER(dissector_ssh) + DEBUG_MSG("Dissector_ssh Bougs Server_Mod"); + return NULL; + } ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ RSA_get0_key(session_data->serverkey, &s_n, &s_e, &s_d); ++ get_bn(s_e, &ptr); ++ get_bn(s_n, &ptr); ++#else + get_bn(session_data->serverkey->e, &ptr); + get_bn(session_data->serverkey->n, &ptr); ++#endif + + NS_GET32(host_mod,ptr); + if (ptr + (host_mod/8) > PACKET->DATA.data + PACKET->DATA.len) { + DEBUG_MSG("Dissector_ssh Bougs Host_Mod"); + return NULL; + } ++ ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ RSA_get0_key(session_data->hostkey, &h_n, &h_e, &h_d); ++ get_bn(h_e, &ptr); ++ get_bn(h_n, &ptr); ++#else + get_bn(session_data->hostkey->e, &ptr); + get_bn(session_data->hostkey->n, &ptr); ++#endif + ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ server_exp = BN_get_word(s_e); ++ host_exp = BN_get_word(h_e); ++#else + server_exp = *(session_data->serverkey->e->d); + host_exp = *(session_data->hostkey->e->d); ++#endif + + /* Check if we already have a suitable RSA key to substitute */ + index_ssl = &ssh_conn_key; +@@ -424,7 +464,7 @@ FUNC_DECODER(dissector_ssh) + SAFE_CALLOC(*index_ssl, 1, sizeof(ssh_my_key)); + + /* Generate the new key */ +- (*index_ssl)->myserverkey = (RSA *)RSA_generate_key(server_mod, server_exp, NULL, NULL); ++ (*index_ssl)->myserverkey = (RSA *)RSA_generate_key_ex(server_mod, server_exp, NULL, NULL); + (*index_ssl)->myhostkey = (RSA *)RSA_generate_key(host_mod, host_exp, NULL, NULL); + (*index_ssl)->server_mod = server_mod; + (*index_ssl)->host_mod = host_mod; +@@ -443,11 +483,25 @@ FUNC_DECODER(dissector_ssh) + + /* Put our RSA key in the packet */ + key_to_put+=4; ++ ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ RSA_get0_key(session_data->ptrkey->myserverkey, &m_s_n, &m_s_e, &m_s_d); ++ put_bn(m_s_e, &key_to_put); ++ put_bn(m_s_n, &key_to_put); ++#else + put_bn(session_data->ptrkey->myserverkey->e, &key_to_put); + put_bn(session_data->ptrkey->myserverkey->n, &key_to_put); ++#endif + key_to_put+=4; ++ ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ RSA_get0_key(session_data->ptrkey->myhostkey, &m_h_n, &m_h_e, &m_h_d); ++ put_bn(m_h_e, &key_to_put); ++ put_bn(m_h_n, &key_to_put); ++#else + put_bn(session_data->ptrkey->myhostkey->e, &key_to_put); + put_bn(session_data->ptrkey->myhostkey->n, &key_to_put); ++#endif + + /* Recalculate SSH crc */ + *(u_int32 *)(PACKET->DATA.data + PACKET->DATA.len - 4) = htonl(CRC_checksum(PACKET->DATA.data+4, PACKET->DATA.len-8, CRC_INIT_ZERO)); +@@ -482,19 +536,34 @@ FUNC_DECODER(dissector_ssh) + key_to_put = ptr; + + /* Calculate real session id and our fake session id */ ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ temp_session_id = ssh_session_id(cookie, h_n, s_n); ++#else + temp_session_id = ssh_session_id(cookie, session_data->hostkey->n, session_data->serverkey->n); ++#endif + if (temp_session_id) + memcpy(session_id1, temp_session_id, 16); ++ ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ temp_session_id=ssh_session_id(cookie, m_h_n, m_s_n); ++#else + temp_session_id=ssh_session_id(cookie, session_data->ptrkey->myhostkey->n, session_data->ptrkey->myserverkey->n); ++#endif ++ + if (temp_session_id) + memcpy(session_id2, temp_session_id, 16); + + /* Get the session key */ + enckey = BN_new(); ++ + get_bn(enckey, &ptr); + + /* Decrypt session key */ ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ if (BN_cmp(m_s_n, m_h_n) > 0) { ++#else + if (BN_cmp(session_data->ptrkey->myserverkey->n, session_data->ptrkey->myhostkey->n) > 0) { ++#endif + rsa_private_decrypt(enckey, enckey, session_data->ptrkey->myserverkey); + rsa_private_decrypt(enckey, enckey, session_data->ptrkey->myhostkey); + } else { +@@ -534,7 +603,11 @@ FUNC_DECODER(dissector_ssh) + BN_add_word(bn, sesskey[i]); + } + ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ if (BN_cmp(s_n, h_n) < 0) { ++#else + if (BN_cmp(session_data->serverkey->n, session_data->hostkey->n) < 0) { ++#endif + rsa_public_encrypt(bn, bn, session_data->serverkey); + rsa_public_encrypt(bn, bn, session_data->hostkey); + } else { +@@ -716,7 +789,16 @@ static void rsa_public_encrypt(BIGNUM *o + u_char *inbuf, *outbuf; + int32 len, ilen, olen; + ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ BIGNUM *n; ++ BIGNUM *e; ++ BIGNUM *d; ++ RSA_get0_key(key, &n, &e, &d); ++ olen = BN_num_bytes(n); ++#else + olen = BN_num_bytes(key->n); ++#endif ++ + outbuf = malloc(olen); + if (outbuf == NULL) /* oops, couldn't allocate memory */ + return; +@@ -744,7 +826,16 @@ static void rsa_private_decrypt(BIGNUM * + u_char *inbuf, *outbuf; + int32 len, ilen, olen; + ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ BIGNUM *n; ++ BIGNUM *e; ++ BIGNUM *d; ++ RSA_get0_key(key, &n, &e, &d); ++ olen = BN_num_bytes(n); ++#else + olen = BN_num_bytes(key->n); ++#endif ++ + outbuf = malloc(olen); + if (outbuf == NULL) /* oops, couldn't allocate memory */ + return; Copied: branches/2018Q4/net-mgmt/ettercap/files/patch-src-ec_sslwrap.c (from r482244, head/net-mgmt/ettercap/files/patch-src-ec_sslwrap.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/net-mgmt/ettercap/files/patch-src-ec_sslwrap.c Sun Oct 21 07:57:23 2018 (r482648, copy of r482244, head/net-mgmt/ettercap/files/patch-src-ec_sslwrap.c) @@ -0,0 +1,36 @@ +Obtained from: https://github.com/LocutusOfBorg/ettercap/commit/f0d63b27c82df2ad5f7ada6310727d841b43fbcc + https://github.com/LocutusOfBorg/ettercap/commit/def7a62c542241367428223dc460906b0634dcd1 + +--- src/ec_sslwrap.c.orig 2015-03-14 13:43:11 UTC ++++ src/ec_sslwrap.c +@@ -53,6 +53,10 @@ + #define OPENSSL_NO_KRB5 1 + #include + ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#define HAVE_OPAQUE_RSA_DSA_DH 1 /* since 1.1.0 -pre5 */ ++#endif ++ + #define BREAK_ON_ERROR(x,y,z) do { \ + if (x == -E_INVALID) { \ + SAFE_FREE(z.DATA.disp_data); \ +@@ -974,9 +978,19 @@ static X509 *sslw_create_selfsigned(X509 + index = X509_get_ext_by_NID(server_cert, NID_authority_key_identifier, -1); + if (index >=0) { + ext = X509_get_ext(server_cert, index); ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ ASN1_OCTET_STRING* os; ++ os = X509_EXTENSION_get_data (ext); ++#endif + if (ext) { ++#ifdef HAVE_OPAQUE_RSA_DSA_DH ++ os->data[7] = 0xe7; ++ os->data[8] = 0x7e; ++ X509_EXTENSION_set_data (ext, os); ++#else + ext->value->data[7] = 0xe7; + ext->value->data[8] = 0x7e; ++#endif + X509_add_ext(out_cert, ext, -1); + } + } From owner-svn-ports-branches@freebsd.org Sun Oct 21 08:03:29 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 0BD4FFD9B56; Sun, 21 Oct 2018 08:03:29 +0000 (UTC) (envelope-from antoine@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 A66F081177; Sun, 21 Oct 2018 08:03:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9BC0C29A5; Sun, 21 Oct 2018 08:03:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9L83Sbi066559; Sun, 21 Oct 2018 08:03:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L83S2B066558; Sun, 21 Oct 2018 08:03:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201810210803.w9L83S2B066558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Oct 2018 08:03:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482651 - branches/2018Q4/www/httest X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2018Q4/www/httest X-SVN-Commit-Revision: 482651 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.29 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, 21 Oct 2018 08:03:29 -0000 Author: antoine Date: Sun Oct 21 08:03:28 2018 New Revision: 482651 URL: https://svnweb.freebsd.org/changeset/ports/482651 Log: MFH: r482236 This port does not build with OpenSSL 1.1.1. Mark BROKEN for OSVERSION 1200085 and above while a solution is being sought. An upstream ticket has been created. Also pacify portlint by moving USES. Notified by: pkg-fallout Modified: branches/2018Q4/www/httest/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/httest/Makefile ============================================================================== --- branches/2018Q4/www/httest/Makefile Sun Oct 21 08:01:50 2018 (r482650) +++ branches/2018Q4/www/httest/Makefile Sun Oct 21 08:03:28 2018 (r482651) @@ -18,6 +18,11 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libpcre.so:devel/pcre \ libapr-1.so:devel/apr1 +USES= iconv lua libtool bdb ssl +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes + OPTIONS_DEFINE= EXAMPLES CONFIGURE_ARGS= --enable-lua-module \ @@ -27,9 +32,6 @@ CONFIGURE_ARGS= --enable-lua-module \ --with-pcre="${LOCALBASE}/bin" \ --with-ssl="${OPENSSLLIB}" CPPFLAGS+= -I${LUA_INCDIR} -GNU_CONFIGURE= yes -USES= iconv lua libtool bdb ssl -USE_LDCONFIG= yes PORTEXAMPLES= * @@ -37,6 +39,15 @@ INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes +.include + +# Reported upstream: +# https://sourceforge.net/p/htt/tickets/5/ + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 +BROKEN= does not build with OpenSSL 1.1.1 +.endif + post-patch: @${REINPLACE_CMD} -e 's|`$$APR_CONFIG --cflags`||; s|-llua|-llua-${LUA_VER}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/generate_modules_c.sh @@ -47,4 +58,4 @@ post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.htt ${STAGEDIR}${EXAMPLESDIR} -.include +.include From owner-svn-ports-branches@freebsd.org Sun Oct 21 07:55:06 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 1E39EFD93E0; Sun, 21 Oct 2018 07:55:06 +0000 (UTC) (envelope-from antoine@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 C6B1D807A4; Sun, 21 Oct 2018 07:55:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C16092804; Sun, 21 Oct 2018 07:55:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9L7t5SZ060896; Sun, 21 Oct 2018 07:55:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L7t5Fv060895; Sun, 21 Oct 2018 07:55:05 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201810210755.w9L7t5Fv060895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Oct 2018 07:55:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482647 - in branches/2018Q4/mail/fdm: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in branches/2018Q4/mail/fdm: . files X-SVN-Commit-Revision: 482647 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.29 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, 21 Oct 2018 07:55:06 -0000 Author: antoine Date: Sun Oct 21 07:55:05 2018 New Revision: 482647 URL: https://svnweb.freebsd.org/changeset/ports/482647 Log: MFH: r481690 r481691 - fix OpenSSL 1.1.x build PR: 232131 Submitted by: Nathan - fix OpenSSL 1.1.x build PR: 232131 Submitted by: Nathan Added: branches/2018Q4/mail/fdm/files/ - copied from r481690, head/mail/fdm/files/ Modified: branches/2018Q4/mail/fdm/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/mail/fdm/Makefile ============================================================================== --- branches/2018Q4/mail/fdm/Makefile Sun Oct 21 07:53:17 2018 (r482646) +++ branches/2018Q4/mail/fdm/Makefile Sun Oct 21 07:55:05 2018 (r482647) @@ -3,7 +3,7 @@ PORTNAME= fdm PORTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MAINTAINER= dinoex@FreeBSD.org From owner-svn-ports-branches@freebsd.org Sun Oct 21 08:01:51 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 F37E3FD9B1A; Sun, 21 Oct 2018 08:01:50 +0000 (UTC) (envelope-from antoine@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 AA49E80F36; Sun, 21 Oct 2018 08:01:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A54CB296C; Sun, 21 Oct 2018 08:01:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9L81oIM062514; Sun, 21 Oct 2018 08:01:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L81ofj062513; Sun, 21 Oct 2018 08:01:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201810210801.w9L81ofj062513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Oct 2018 08:01:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482650 - branches/2018Q4/security/medusa/files X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2018Q4/security/medusa/files X-SVN-Commit-Revision: 482650 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.29 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, 21 Oct 2018 08:01:51 -0000 Author: antoine Date: Sun Oct 21 08:01:50 2018 New Revision: 482650 URL: https://svnweb.freebsd.org/changeset/ports/482650 Log: MFH: r482008 security/medusa: Fix build with OpenSSL 1.1.x PR: 232209 Submitted by: Nathan Obtained from: debian Added: branches/2018Q4/security/medusa/files/ - copied from r482008, head/security/medusa/files/ Modified: Directory Properties: branches/2018Q4/ (props changed) From owner-svn-ports-branches@freebsd.org Sun Oct 21 07:45: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 E8148FD902D; Sun, 21 Oct 2018 07:45:55 +0000 (UTC) (envelope-from antoine@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 8399180108; Sun, 21 Oct 2018 07:45:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71206266B; Sun, 21 Oct 2018 07:45:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9L7jt9x055153; Sun, 21 Oct 2018 07:45:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L7jtLE055152; Sun, 21 Oct 2018 07:45:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201810210745.w9L7jtLE055152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Oct 2018 07:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482644 - branches/2018Q4/benchmarks/apib X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2018Q4/benchmarks/apib X-SVN-Commit-Revision: 482644 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.29 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, 21 Oct 2018 07:45:56 -0000 Author: antoine Date: Sun Oct 21 07:45:54 2018 New Revision: 482644 URL: https://svnweb.freebsd.org/changeset/ports/482644 Log: MFH: r482156 Attempt to unbreak against OpenSSL 1.1.1. Reported by: pkg-fallout Modified: branches/2018Q4/benchmarks/apib/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/benchmarks/apib/Makefile ============================================================================== --- branches/2018Q4/benchmarks/apib/Makefile Sun Oct 21 06:00:27 2018 (r482643) +++ branches/2018Q4/benchmarks/apib/Makefile Sun Oct 21 07:45:54 2018 (r482644) @@ -26,6 +26,9 @@ PORTEXAMPLES= env.sh pivot run.sh rungroup.sh tojson OPTIONS_DEFINE= EXAMPLES +post-patch: + @${REINPLACE_CMD} -e 's, LIBS="-lssl,& -lcrypto,' ${WRKSRC}/configure + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/apib ${WRKSRC}/apibmon \ ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-branches@freebsd.org Sun Oct 21 10:35: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 114B6FEA03F; Sun, 21 Oct 2018 10:35:37 +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 B658D86433; Sun, 21 Oct 2018 10:35:36 +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 89FC44640; Sun, 21 Oct 2018 10:35:36 +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 w9LAZaff044169; Sun, 21 Oct 2018 10:35:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9LAZakt044167; Sun, 21 Oct 2018 10:35:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810211035.w9LAZakt044167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 21 Oct 2018 10:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482659 - in branches/2018Q4/multimedia/ffmpeg: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q4/multimedia/ffmpeg: . files X-SVN-Commit-Revision: 482659 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.29 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, 21 Oct 2018 10:35:37 -0000 Author: jbeich Date: Sun Oct 21 10:35:35 2018 New Revision: 482659 URL: https://svnweb.freebsd.org/changeset/ports/482659 Log: MFH: r482658 multimedia/ffmpeg: unbreak ALSA=off after r468844 https://ffmpeg.org/pipermail/ffmpeg-devel/2018-September/234516.html PR: 232498 Approved by: ports-secteam blanket Modified: branches/2018Q4/multimedia/ffmpeg/Makefile branches/2018Q4/multimedia/ffmpeg/files/patch-configure Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/multimedia/ffmpeg/Makefile ============================================================================== --- branches/2018Q4/multimedia/ffmpeg/Makefile Sun Oct 21 10:33:37 2018 (r482658) +++ branches/2018Q4/multimedia/ffmpeg/Makefile Sun Oct 21 10:35:35 2018 (r482659) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.0.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= https://ffmpeg.org/releases/ Modified: branches/2018Q4/multimedia/ffmpeg/files/patch-configure ============================================================================== --- branches/2018Q4/multimedia/ffmpeg/files/patch-configure Sun Oct 21 10:33:37 2018 (r482658) +++ branches/2018Q4/multimedia/ffmpeg/files/patch-configure Sun Oct 21 10:35:35 2018 (r482659) @@ -14,3 +14,15 @@ cpu="generic" intrinsics="none" +@@ -6234,8 +6229,10 @@ else + EOF + fi + +-enabled alsa && check_pkg_config alsa alsa "alsa/asoundlib.h" snd_pcm_htimestamp || ++if enabled alsa; then ++ check_pkg_config alsa alsa "alsa/asoundlib.h" snd_pcm_htimestamp || + check_lib alsa alsa/asoundlib.h snd_pcm_htimestamp -lasound ++fi + + enabled libjack && + require_pkg_config libjack jack jack/jack.h jack_port_get_latency_range From owner-svn-ports-branches@freebsd.org Sun Oct 21 10:51:42 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 193C9FEAB5E; Sun, 21 Oct 2018 10:51:42 +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 C36E787161; Sun, 21 Oct 2018 10:51:41 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE6504842; Sun, 21 Oct 2018 10:51:41 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9LApfNM052826; Sun, 21 Oct 2018 10:51:41 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9LApfj2052823; Sun, 21 Oct 2018 10:51:41 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201810211051.w9LApfj2052823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 21 Oct 2018 10:51:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482661 - branches/2018Q4/multimedia/mkvtoolnix X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q4/multimedia/mkvtoolnix X-SVN-Commit-Revision: 482661 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.29 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, 21 Oct 2018 10:51:42 -0000 Author: riggs Date: Sun Oct 21 10:51:41 2018 New Revision: 482661 URL: https://svnweb.freebsd.org/changeset/ports/482661 Log: MFH: r482660 Update to upstream version 28.0.0 Details: - Fixes and minor enhancements - Details see upstream changelog https://mkvtoolnix.download/doc/NEWS.md Approved by: ports-secteam (riggs) Modified: branches/2018Q4/multimedia/mkvtoolnix/Makefile branches/2018Q4/multimedia/mkvtoolnix/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/multimedia/mkvtoolnix/Makefile ============================================================================== --- branches/2018Q4/multimedia/mkvtoolnix/Makefile Sun Oct 21 10:44:29 2018 (r482660) +++ branches/2018Q4/multimedia/mkvtoolnix/Makefile Sun Oct 21 10:51:41 2018 (r482661) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 27.0.0 +PORTVERSION= 28.0.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ Modified: branches/2018Q4/multimedia/mkvtoolnix/distinfo ============================================================================== --- branches/2018Q4/multimedia/mkvtoolnix/distinfo Sun Oct 21 10:44:29 2018 (r482660) +++ branches/2018Q4/multimedia/mkvtoolnix/distinfo Sun Oct 21 10:51:41 2018 (r482661) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538158226 -SHA256 (mkvtoolnix-27.0.0.tar.xz) = 2f45bb2d26a230b78d16c7c5fddbd0d62339f04a04b5738026d4783435e4e8c2 -SIZE (mkvtoolnix-27.0.0.tar.xz) = 4811204 +TIMESTAMP = 1540104101 +SHA256 (mkvtoolnix-28.0.0.tar.xz) = 17a6acbc1468aaa9534b284ec73b6215c145de8472a9944f3dd58d0db272d235 +SIZE (mkvtoolnix-28.0.0.tar.xz) = 6545232 From owner-svn-ports-branches@freebsd.org Sun Oct 21 08:10:20 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 BD147FD9C8A; Sun, 21 Oct 2018 08:10:20 +0000 (UTC) (envelope-from antoine@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 733278145F; Sun, 21 Oct 2018 08:10:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E10029B0; Sun, 21 Oct 2018 08:10:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9L8AKVV067269; Sun, 21 Oct 2018 08:10:20 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L8AKr6067268; Sun, 21 Oct 2018 08:10:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201810210810.w9L8AKr6067268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Oct 2018 08:10:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482654 - branches/2018Q4/security/bro X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2018Q4/security/bro X-SVN-Commit-Revision: 482654 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.29 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, 21 Oct 2018 08:10:20 -0000 Author: antoine Date: Sun Oct 21 08:10:20 2018 New Revision: 482654 URL: https://svnweb.freebsd.org/changeset/ports/482654 Log: MFH: r482313 Bro 2.5.5 does not build under 12.0-ALPHA10 due to openssl 1.1.1 in the base. Unbreak build by statically linking against security/openssl. This is a stopgap until Bro 2.6 which supports openssl 1.1 is released. It is currently in beta and due in a few weeks. Add missing NETMAP_DESC while we're here. Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D17602 Modified: branches/2018Q4/security/bro/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/bro/Makefile ============================================================================== --- branches/2018Q4/security/bro/Makefile Sun Oct 21 08:07:14 2018 (r482653) +++ branches/2018Q4/security/bro/Makefile Sun Oct 21 08:10:20 2018 (r482654) @@ -63,6 +63,7 @@ BROKER_DESC= Enable the Broker communication library IPSUMDUMP_DESC= Enables traffic summaries LBL_CF_DESC= Unix time to formated time/date filter support LBL_HF_DESC= Address to hostname filter support +NETMAP_DESC= Native Netmap Packet IOSource for Bro PERFTOOLS_DESC= Use Perftools to improve memory & CPU usage BROCTL_IMPLIES= BROCCOLI IPSUMDUMP @@ -139,5 +140,19 @@ post-build-NETMAP-on: (cd ${WRKSRC_bro_netmap} && ./configure --bro-dist=${WRKSRC} \ --install-root=${STAGEDIR}${PREFIX}/lib/bro/plugins && \ make && make install) + +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 +BUILD_DEPENDS+= ${NONEXISTENT}:security/openssl:stage +CXXFLAGS+= -I${WRKDIR}/openssl/include +OPENSSL_LDFLAGS+= -L${WRKDIR}/openssl/lib + +# Don't use COPYTREE_SHARE here as it hard links files, and the original files +# are owned by root, which creates problems of its own. +pre-configure: + @cd `${MAKE} -V STAGEDIR -C ${PORTSDIR}/security/openssl`${PREFIX} \ + && ${FIND} -E . ! -name *.so* | ${CPIO} -dump ${WRKDIR}/openssl >/dev/null 2>&1 +.endif .include From owner-svn-ports-branches@freebsd.org Sun Oct 21 14:02: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 1DAC7FF2F36; Sun, 21 Oct 2018 14:02:37 +0000 (UTC) (envelope-from tobik@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 C7A868EE4F; Sun, 21 Oct 2018 14:02:36 +0000 (UTC) (envelope-from tobik@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 A89C16865; Sun, 21 Oct 2018 14:02:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9LE2ajZ054916; Sun, 21 Oct 2018 14:02:36 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9LE2ar7054915; Sun, 21 Oct 2018 14:02:36 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810211402.w9LE2ar7054915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 21 Oct 2018 14:02:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482675 - branches/2018Q4/devel/kore/files X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2018Q4/devel/kore/files X-SVN-Commit-Revision: 482675 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.29 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, 21 Oct 2018 14:02:37 -0000 Author: tobik Date: Sun Oct 21 14:02:36 2018 New Revision: 482675 URL: https://svnweb.freebsd.org/changeset/ports/482675 Log: MFH: r481959 devel/kore: Add missing KORE_NO_TLS guards This fixes the build with OpenSSL 1.1.1 when TLS=off. PR: 231931 Obtained from: upstream Approved by: ports-secteam blanket Modified: branches/2018Q4/devel/kore/files/patch-src_domain.c Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/devel/kore/files/patch-src_domain.c ============================================================================== --- branches/2018Q4/devel/kore/files/patch-src_domain.c Sun Oct 21 13:34:20 2018 (r482674) +++ branches/2018Q4/devel/kore/files/patch-src_domain.c Sun Oct 21 14:02:36 2018 (r482675) @@ -1,8 +1,51 @@ -Remove when FreeBSD 10.4 is EOL. +From f87624a459342de33ff58619901da96749fad057 Mon Sep 17 00:00:00 2001 +From: Joris Vink +Date: Mon, 1 Oct 2018 10:36:33 +0200 +Subject: [PATCH] Add missing KORE_NO_TLS guards. ---- src/domain.c.orig 2018-07-19 08:34:48 UTC +Fixes NOTLS=1 builds on openssl 1.1.1 +--- + src/domain.c | 4 ++++ + 1 file changed, 4 insertions(+) + +With some additional changes to fix build with OpenSSL 1.0.1u on +FreeBSD 10.4. + +--- src/domain.c.orig 2018-07-18 14:25:49 UTC +++ src/domain.c -@@ -774,7 +774,7 @@ domain_load_certificate_chain(SSL_CTX *ctx, const void +@@ -125,6 +125,7 @@ kore_domain_init(void) + { + TAILQ_INIT(&domains); + ++#if !defined(KORE_NO_TLS) + #if !defined(LIBRESSL_VERSION_TEXT) && OPENSSL_VERSION_NUMBER >= 0x10100000L + if (keymgr_rsa_meth == NULL) { + if ((keymgr_rsa_meth = RSA_meth_new("kore RSA keymgr method", +@@ -143,6 +144,7 @@ kore_domain_init(void) + + EC_KEY_METHOD_set_sign(keymgr_ec_meth, NULL, NULL, keymgr_ecdsa_sign); + #endif ++#endif + } + + void +@@ -155,6 +157,7 @@ kore_domain_cleanup(void) + kore_domain_free(dom); + } + ++#if !defined(KORE_NO_TLS) + #if !defined(LIBRESSL_VERSION_TEXT) && OPENSSL_VERSION_NUMBER >= 0x10100000L + if (keymgr_rsa_meth != NULL) { + RSA_meth_free(keymgr_rsa_meth); +@@ -166,6 +169,7 @@ kore_domain_cleanup(void) + keymgr_ec_meth = NULL; + } + #endif ++#endif + } + + int +@@ -774,7 +778,7 @@ domain_load_certificate_chain(SSL_CTX *ctx, const void if (SSL_CTX_use_certificate(ctx, x) == 0) fatal("SSL_CTX_use_certificate: %s", ssl_errno_s); @@ -11,7 +54,7 @@ Remove when FreeBSD 10.4 is EOL. sk_X509_pop_free(ctx->extra_certs, X509_free); ctx->extra_certs = NULL; #else -@@ -784,7 +784,7 @@ domain_load_certificate_chain(SSL_CTX *ctx, const void +@@ -784,7 +788,7 @@ domain_load_certificate_chain(SSL_CTX *ctx, const void ERR_clear_error(); while ((ca = PEM_read_bio_X509(in, NULL, NULL, NULL)) != NULL) { /* ca its reference count won't be increased. */ From owner-svn-ports-branches@freebsd.org Sun Oct 21 17:29: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 B9853FFBABE; Sun, 21 Oct 2018 17:29:34 +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 6F3ED70E4E; Sun, 21 Oct 2018 17:29:34 +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 6A38C1098B; Sun, 21 Oct 2018 17:29:34 +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 w9LHTYMf062167; Sun, 21 Oct 2018 17:29:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9LHTYSh062165; Sun, 21 Oct 2018 17:29:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810211729.w9LHTYSh062165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 21 Oct 2018 17:29:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482711 - branches/2018Q4/graphics/mapnik X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/graphics/mapnik X-SVN-Commit-Revision: 482711 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.29 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, 21 Oct 2018 17:29:34 -0000 Author: jbeich Date: Sun Oct 21 17:29:33 2018 New Revision: 482711 URL: https://svnweb.freebsd.org/changeset/ports/482711 Log: MFH: r482710 graphics/mapnik: switch to upstream Boost 1.68 fix Approved by: ports-secteam blanket Modified: branches/2018Q4/graphics/mapnik/Makefile branches/2018Q4/graphics/mapnik/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/graphics/mapnik/Makefile ============================================================================== --- branches/2018Q4/graphics/mapnik/Makefile Sun Oct 21 17:28:37 2018 (r482710) +++ branches/2018Q4/graphics/mapnik/Makefile Sun Oct 21 17:29:33 2018 (r482711) @@ -10,7 +10,7 @@ MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${P PATCH_SITES= https://github.com/mapnik/mapnik/commit/ PATCHFILES= 1ddfe6c31548.patch:-p1 -PATCHFILES+= aca42e284599.patch:-p1 +PATCHFILES+= c067eb7eec32.patch:-p1 MAINTAINER= littlesavage@rambler.ru COMMENT= Free Toolkit For Developing Mapping Applications Modified: branches/2018Q4/graphics/mapnik/distinfo ============================================================================== --- branches/2018Q4/graphics/mapnik/distinfo Sun Oct 21 17:28:37 2018 (r482710) +++ branches/2018Q4/graphics/mapnik/distinfo Sun Oct 21 17:29:33 2018 (r482711) @@ -3,5 +3,5 @@ SHA256 (mapnik-v3.0.9.tar.bz2) = 3a3f67532b05f8a527a5b SIZE (mapnik-v3.0.9.tar.bz2) = 75213927 SHA256 (1ddfe6c31548.patch) = fab754996485dc607108a4fd69d0df82414928eb5a210b329a84f47e90da0c8a SIZE (1ddfe6c31548.patch) = 2148 -SHA256 (aca42e284599.patch) = 6b1eb2a013e3e83190cb833cfed370dbe03bd009b51f909112bc353fca7ee4e7 -SIZE (aca42e284599.patch) = 4807 +SHA256 (c067eb7eec32.patch) = ac00d86197bba3ea5d6f72d23ea336412effd29ce779cedd8acafbcc563b81dc +SIZE (c067eb7eec32.patch) = 2405 From owner-svn-ports-branches@freebsd.org Mon Oct 22 07:26:20 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 3DAB7FECAFF; Mon, 22 Oct 2018 07:26:20 +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 D63938C5B2; Mon, 22 Oct 2018 07:26:19 +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 C203019266; Mon, 22 Oct 2018 07:26:19 +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 w9M7QJ2x093107; Mon, 22 Oct 2018 07:26:19 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9M7QJVD093106; Mon, 22 Oct 2018 07:26:19 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201810220726.w9M7QJVD093106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 22 Oct 2018 07:26:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482734 - branches/2018Q4/mail/isync X-SVN-Group: ports-branches X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: branches/2018Q4/mail/isync X-SVN-Commit-Revision: 482734 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.29 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, 22 Oct 2018 07:26:20 -0000 Author: ehaupt Date: Mon Oct 22 07:26:19 2018 New Revision: 482734 URL: https://svnweb.freebsd.org/changeset/ports/482734 Log: MFH: r482733 pragrma directive is not supported by base GCC. Remove it to fix build with mips, mips64, powerpc64. PR: 232514 Submitted by: Piotr Kubaj Approved by: ports-secteam (blanket) Modified: branches/2018Q4/mail/isync/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/mail/isync/Makefile ============================================================================== --- branches/2018Q4/mail/isync/Makefile Mon Oct 22 07:07:54 2018 (r482733) +++ branches/2018Q4/mail/isync/Makefile Mon Oct 22 07:26:19 2018 (r482734) @@ -12,10 +12,6 @@ COMMENT= Maintain local copies of remote IMAP folders LICENSE= GPLv2 -BROKEN_mips= fails to compile: util.c:523: \#pragma GCC diagnostic not allowed inside functions -BROKEN_mips64= fails to compile: util.c:523: \#pragma GCC diagnostic not allowed inside functions -BROKEN_powerpc64= fails to compile: util.c:523: \#pragma GCC diagnostic not allowed inside functions - LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 USES= alias bdb cpe perl5 ssl @@ -32,10 +28,15 @@ MAKE_ARGS+= SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" CPPFLAGS+= -I${BDB_INCLUDE_DIR} LDFLAGS+= -L${BDB_LIB_DIR} +.include + post-patch: @${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|\$$(docdir)/examples|\$$(sysconfdir)|g' \ ${WRKSRC}/src/Makefile.in ${WRKSRC}/src/compat/Makefile.in @${REINPLACE_CMD} -e 's|-ansi||g' ${WRKSRC}/${CONFIGURE_SCRIPT} +.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64 + @${REINPLACE_CMD} -e '/pragma/d' ${WRKSRC}/src/util.c +.endif -.include +.include From owner-svn-ports-branches@freebsd.org Mon Oct 22 09:02: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 90D1AFF03D7; Mon, 22 Oct 2018 09:02:01 +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 474FB8FF2E; Mon, 22 Oct 2018 09:02:01 +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 425D71A273; Mon, 22 Oct 2018 09:02:01 +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 w9M9219s044277; Mon, 22 Oct 2018 09:02:01 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9M92177044276; Mon, 22 Oct 2018 09:02:01 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201810220902.w9M92177044276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 22 Oct 2018 09:02:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482739 - branches/2018Q4/games/mrboom X-SVN-Group: ports-branches X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: branches/2018Q4/games/mrboom X-SVN-Commit-Revision: 482739 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.29 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, 22 Oct 2018 09:02:01 -0000 Author: ehaupt Date: Mon Oct 22 09:02:00 2018 New Revision: 482739 URL: https://svnweb.freebsd.org/changeset/ports/482739 Log: MFH: r482737 USES=compiler:c++11-lang is necessary to build this port on architectures where GCC 4.2 is present in base. PR: 232279 Submitted by: Piotr Kubaj Approved by: ports-secteam (blanket) Modified: branches/2018Q4/games/mrboom/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/games/mrboom/Makefile ============================================================================== --- branches/2018Q4/games/mrboom/Makefile Mon Oct 22 09:01:21 2018 (r482738) +++ branches/2018Q4/games/mrboom/Makefile Mon Oct 22 09:02:00 2018 (r482739) @@ -3,6 +3,7 @@ PORTNAME= mrboom PORTVERSION= 4.5 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= ehaupt@FreeBSD.org @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libminizip.so:archivers/minizip \ libmodplug.so:audio/libmodplug -USES= gmake +USES= compiler:c++11-lang gmake USE_GITHUB= yes USE_SDL= sdl2 mixer2 From owner-svn-ports-branches@freebsd.org Mon Oct 22 12:46:27 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 B4E3CFFB1E5; Mon, 22 Oct 2018 12:46:26 +0000 (UTC) (envelope-from madpilot@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 69F677875D; Mon, 22 Oct 2018 12:46:26 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6493C1C7B7; Mon, 22 Oct 2018 12:46:26 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9MCkQ52056950; Mon, 22 Oct 2018 12:46:26 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9MCkPDY056948; Mon, 22 Oct 2018 12:46:25 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201810221246.w9MCkPDY056948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 22 Oct 2018 12:46:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482744 - in branches/2018Q4/security/pam_ssh_agent_auth: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in branches/2018Q4/security/pam_ssh_agent_auth: . files X-SVN-Commit-Revision: 482744 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.29 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, 22 Oct 2018 12:46:27 -0000 Author: madpilot Date: Mon Oct 22 12:46:25 2018 New Revision: 482744 URL: https://svnweb.freebsd.org/changeset/ports/482744 Log: MFH: r482655 - Fix build with OpenSSL 1.1.1 - Requires also a configure check to be disabled to successfully build on recent head - Silence portlint warning - Regenerate existing patch with truncated line Approved by: ports-secteam (riggs) Added: branches/2018Q4/security/pam_ssh_agent_auth/files/patch-OpenSSL-1.1.1 - copied unchanged from r482655, head/security/pam_ssh_agent_auth/files/patch-OpenSSL-1.1.1 Modified: branches/2018Q4/security/pam_ssh_agent_auth/Makefile branches/2018Q4/security/pam_ssh_agent_auth/files/patch-pam_user_authorized_keys.c Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/pam_ssh_agent_auth/Makefile ============================================================================== --- branches/2018Q4/security/pam_ssh_agent_auth/Makefile Mon Oct 22 12:06:40 2018 (r482743) +++ branches/2018Q4/security/pam_ssh_agent_auth/Makefile Mon Oct 22 12:46:25 2018 (r482744) @@ -16,10 +16,12 @@ BROKEN_powerpc64= fails to compile: ed25519-donna-port USES= perl5 ssl tar:bzip2 USE_PERL5= build + GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_strnvis=no PERL=/usr/bin/false CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib \ - --with-ssl-dir=${OPENSSLBASE} + --with-ssl-dir=${OPENSSLBASE} \ + --without-openssl-header-check PLIST_FILES= lib/pam_ssh_agent_auth.so \ man/man8/pam_ssh_agent_auth.8.gz Copied: branches/2018Q4/security/pam_ssh_agent_auth/files/patch-OpenSSL-1.1.1 (from r482655, head/security/pam_ssh_agent_auth/files/patch-OpenSSL-1.1.1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/security/pam_ssh_agent_auth/files/patch-OpenSSL-1.1.1 Mon Oct 22 12:46:25 2018 (r482744, copy of r482655, head/security/pam_ssh_agent_auth/files/patch-OpenSSL-1.1.1) @@ -0,0 +1,842 @@ +--- authfd.c.orig 2016-11-13 03:24:32 UTC ++++ authfd.c +@@ -367,6 +367,7 @@ ssh_get_next_identity(AuthenticationConnection *auth, + case 1: + key = pamsshagentauth_key_new(KEY_RSA1); + bits = pamsshagentauth_buffer_get_int(&auth->identities); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + pamsshagentauth_buffer_get_bignum(&auth->identities, key->rsa->e); + pamsshagentauth_buffer_get_bignum(&auth->identities, key->rsa->n); + *comment = pamsshagentauth_buffer_get_string(&auth->identities, NULL); +@@ -374,6 +375,15 @@ ssh_get_next_identity(AuthenticationConnection *auth, + if (keybits < 0 || bits != (u_int)keybits) + pamsshagentauth_logit("Warning: identity keysize mismatch: actual %d, announced %u", + BN_num_bits(key->rsa->n), bits); ++#else ++ pamsshagentauth_buffer_get_bignum(&auth->identities, RSA_get0_e(key->rsa)); ++ pamsshagentauth_buffer_get_bignum(&auth->identities, RSA_get0_n(key->rsa)); ++ *comment = pamsshagentauth_buffer_get_string(&auth->identities, NULL); ++ keybits = BN_num_bits(RSA_get0_n(key->rsa)); ++ if (keybits < 0 || bits != (u_int)keybits) ++ pamsshagentauth_logit("Warning: identity keysize mismatch: actual %d, announced %u", ++ BN_num_bits(RSA_get0_n(key->rsa)), bits); ++#endif + break; + case 2: + blob = pamsshagentauth_buffer_get_string(&auth->identities, &blen); +@@ -417,9 +427,15 @@ ssh_decrypt_challenge(AuthenticationConnection *auth, + } + pamsshagentauth_buffer_init(&buffer); + pamsshagentauth_buffer_put_char(&buffer, SSH_AGENTC_RSA_CHALLENGE); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + pamsshagentauth_buffer_put_int(&buffer, BN_num_bits(key->rsa->n)); + pamsshagentauth_buffer_put_bignum(&buffer, key->rsa->e); + pamsshagentauth_buffer_put_bignum(&buffer, key->rsa->n); ++#else ++ pamsshagentauth_buffer_put_int(&buffer, BN_num_bits(RSA_get0_n(key->rsa))); ++ pamsshagentauth_buffer_put_bignum(&buffer, RSA_get0_e(key->rsa)); ++ pamsshagentauth_buffer_put_bignum(&buffer, RSA_get0_n(key->rsa)); ++#endif + pamsshagentauth_buffer_put_bignum(&buffer, challenge); + pamsshagentauth_buffer_append(&buffer, session_id, 16); + pamsshagentauth_buffer_put_int(&buffer, response_type); +@@ -496,6 +512,7 @@ ssh_agent_sign(AuthenticationConnection *auth, + static void + ssh_encode_identity_rsa1(Buffer *b, RSA *key, const char *comment) + { ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + pamsshagentauth_buffer_put_int(b, BN_num_bits(key->n)); + pamsshagentauth_buffer_put_bignum(b, key->n); + pamsshagentauth_buffer_put_bignum(b, key->e); +@@ -504,6 +521,16 @@ ssh_encode_identity_rsa1(Buffer *b, RSA *key, const ch + pamsshagentauth_buffer_put_bignum(b, key->iqmp); /* ssh key->u */ + pamsshagentauth_buffer_put_bignum(b, key->q); /* ssh key->p, SSL key->q */ + pamsshagentauth_buffer_put_bignum(b, key->p); /* ssh key->q, SSL key->p */ ++#else ++ pamsshagentauth_buffer_put_int(b, BN_num_bits(RSA_get0_n(key))); ++ pamsshagentauth_buffer_put_bignum(b, RSA_get0_n(key)); ++ pamsshagentauth_buffer_put_bignum(b, RSA_get0_e(key)); ++ pamsshagentauth_buffer_put_bignum(b, RSA_get0_d(key)); ++ /* To keep within the protocol: p < q for ssh. in SSL p > q */ ++ pamsshagentauth_buffer_put_bignum(b, RSA_get0_iqmp(key)); /* ssh key->u */ ++ pamsshagentauth_buffer_put_bignum(b, RSA_get0_q(key)); /* ssh key->p, SSL key->q */ ++ pamsshagentauth_buffer_put_bignum(b, RSA_get0_p(key)); /* ssh key->q, SSL key->p */ ++#endif + pamsshagentauth_buffer_put_cstring(b, comment); + } + +@@ -513,19 +540,36 @@ ssh_encode_identity_ssh2(Buffer *b, Key *key, const ch + pamsshagentauth_buffer_put_cstring(b, key_ssh_name(key)); + switch (key->type) { + case KEY_RSA: ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + pamsshagentauth_buffer_put_bignum2(b, key->rsa->n); + pamsshagentauth_buffer_put_bignum2(b, key->rsa->e); + pamsshagentauth_buffer_put_bignum2(b, key->rsa->d); + pamsshagentauth_buffer_put_bignum2(b, key->rsa->iqmp); + pamsshagentauth_buffer_put_bignum2(b, key->rsa->p); + pamsshagentauth_buffer_put_bignum2(b, key->rsa->q); ++#else ++ pamsshagentauth_buffer_put_bignum2(b, RSA_get0_n(key->rsa)); ++ pamsshagentauth_buffer_put_bignum2(b, RSA_get0_e(key->rsa)); ++ pamsshagentauth_buffer_put_bignum2(b, RSA_get0_d(key->rsa)); ++ pamsshagentauth_buffer_put_bignum2(b, RSA_get0_iqmp(key->rsa)); ++ pamsshagentauth_buffer_put_bignum2(b, RSA_get0_p(key->rsa)); ++ pamsshagentauth_buffer_put_bignum2(b, RSA_get0_q(key->rsa)); ++#endif + break; + case KEY_DSA: ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + pamsshagentauth_buffer_put_bignum2(b, key->dsa->p); + pamsshagentauth_buffer_put_bignum2(b, key->dsa->q); + pamsshagentauth_buffer_put_bignum2(b, key->dsa->g); + pamsshagentauth_buffer_put_bignum2(b, key->dsa->pub_key); + pamsshagentauth_buffer_put_bignum2(b, key->dsa->priv_key); ++#else ++ pamsshagentauth_buffer_put_bignum2(b, DSA_get0_p(key->dsa)); ++ pamsshagentauth_buffer_put_bignum2(b, DSA_get0_q(key->dsa)); ++ pamsshagentauth_buffer_put_bignum2(b, DSA_get0_g(key->dsa)); ++ pamsshagentauth_buffer_put_bignum2(b, DSA_get0_pub_key(key->dsa)); ++ pamsshagentauth_buffer_put_bignum2(b, DSA_get0_priv_key(key->dsa)); ++#endif + break; + } + pamsshagentauth_buffer_put_cstring(b, comment); +@@ -605,9 +649,15 @@ ssh_remove_identity(AuthenticationConnection *auth, Ke + + if (key->type == KEY_RSA1) { + pamsshagentauth_buffer_put_char(&msg, SSH_AGENTC_REMOVE_RSA_IDENTITY); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + pamsshagentauth_buffer_put_int(&msg, BN_num_bits(key->rsa->n)); + pamsshagentauth_buffer_put_bignum(&msg, key->rsa->e); + pamsshagentauth_buffer_put_bignum(&msg, key->rsa->n); ++#else ++ pamsshagentauth_buffer_put_int(&msg, BN_num_bits(RSA_get0_n(key->rsa))); ++ pamsshagentauth_buffer_put_bignum(&msg, RSA_get0_e(key->rsa)); ++ pamsshagentauth_buffer_put_bignum(&msg, RSA_get0_n(key->rsa)); ++#endif + } else if (key->type == KEY_DSA || key->type == KEY_RSA) { + pamsshagentauth_key_to_blob(key, &blob, &blen); + pamsshagentauth_buffer_put_char(&msg, SSH2_AGENTC_REMOVE_IDENTITY); +--- bufbn.c.orig 2016-11-13 03:24:32 UTC ++++ bufbn.c +@@ -151,7 +151,11 @@ pamsshagentauth_buffer_put_bignum2_ret(Buffer *buffer, + pamsshagentauth_buffer_put_int(buffer, 0); + return 0; + } ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if (value->neg) { ++#else ++ if (BN_is_negative(value)) { ++#endif + pamsshagentauth_logerror("buffer_put_bignum2_ret: negative numbers not supported"); + return (-1); + } +--- cipher.h.orig 2016-11-13 03:24:32 UTC ++++ cipher.h +@@ -59,15 +59,18 @@ + #define CIPHER_DECRYPT 0 + + typedef struct Cipher Cipher; +-typedef struct CipherContext CipherContext; ++// typedef struct CipherContext CipherContext; + + struct Cipher; ++/* + struct CipherContext { + int plaintext; + EVP_CIPHER_CTX evp; + Cipher *cipher; + }; ++*/ + ++/* + u_int cipher_mask_ssh1(int); + Cipher *cipher_by_name(const char *); + Cipher *cipher_by_number(int); +@@ -88,4 +91,5 @@ void cipher_set_keyiv(CipherContext *, u_char *); + int cipher_get_keyiv_len(const CipherContext *); + int cipher_get_keycontext(const CipherContext *, u_char *); + void cipher_set_keycontext(CipherContext *, u_char *); ++*/ + #endif /* CIPHER_H */ +--- kex.h.orig 2016-11-13 03:24:32 UTC ++++ kex.h +@@ -70,7 +70,7 @@ enum kex_exchange { + #define KEX_INIT_SENT 0x0001 + + typedef struct Kex Kex; +-typedef struct Mac Mac; ++// typedef struct Mac Mac; + typedef struct Comp Comp; + typedef struct Enc Enc; + typedef struct Newkeys Newkeys; +@@ -84,6 +84,7 @@ struct Enc { + u_char *key; + u_char *iv; + }; ++/* + struct Mac { + char *name; + int enabled; +@@ -95,11 +96,13 @@ struct Mac { + HMAC_CTX evp_ctx; + struct umac_ctx *umac_ctx; + }; ++*/ + struct Comp { + int type; + int enabled; + char *name; + }; ++/* + struct Newkeys { + Enc enc; + Mac mac; +@@ -126,7 +129,9 @@ struct Kex { + int (*host_key_index)(Key *); + void (*kex[KEX_MAX])(Kex *); + }; ++*/ + ++/* + Kex *kex_setup(char *[PROPOSAL_MAX]); + void kex_finish(Kex *); + +@@ -151,6 +156,8 @@ kexgex_hash(const EVP_MD *, char *, char *, char *, in + + void + derive_ssh1_session_id(BIGNUM *, BIGNUM *, u_int8_t[8], u_int8_t[16]); ++ ++*/ + + #if defined(DEBUG_KEX) || defined(DEBUG_KEXDH) + void dump_digest(char *, u_char *, int); +--- key.c.orig 2016-11-13 03:24:32 UTC ++++ key.c +@@ -77,15 +77,21 @@ pamsshagentauth_key_new(int type) + case KEY_RSA: + if ((rsa = RSA_new()) == NULL) + pamsshagentauth_fatal("key_new: RSA_new failed"); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if ((rsa->n = BN_new()) == NULL) + pamsshagentauth_fatal("key_new: BN_new failed"); + if ((rsa->e = BN_new()) == NULL) + pamsshagentauth_fatal("key_new: BN_new failed"); ++#else ++ if (RSA_set0_key(rsa, BN_new(), BN_new(), NULL) != 1) ++ pamsshagentauth_fatal("key_new: RSA_set0_key failed"); ++#endif + k->rsa = rsa; + break; + case KEY_DSA: + if ((dsa = DSA_new()) == NULL) + pamsshagentauth_fatal("key_new: DSA_new failed"); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if ((dsa->p = BN_new()) == NULL) + pamsshagentauth_fatal("key_new: BN_new failed"); + if ((dsa->q = BN_new()) == NULL) +@@ -94,6 +100,12 @@ pamsshagentauth_key_new(int type) + pamsshagentauth_fatal("key_new: BN_new failed"); + if ((dsa->pub_key = BN_new()) == NULL) + pamsshagentauth_fatal("key_new: BN_new failed"); ++#else ++ if (DSA_set0_pqg(dsa, BN_new(), BN_new(), BN_new()) != 1) ++ pamsshagentauth_fatal("key_new: DSA_set0_pqg failed"); ++ if (DSA_set0_key(dsa, BN_new(), NULL) != 1) ++ pamsshagentauth_fatal("key_new: DSA_set0_key failed"); ++#endif + k->dsa = dsa; + break; + case KEY_ECDSA: +@@ -118,6 +130,7 @@ pamsshagentauth_key_new_private(int type) + switch (k->type) { + case KEY_RSA1: + case KEY_RSA: ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if ((k->rsa->d = BN_new()) == NULL) + pamsshagentauth_fatal("key_new_private: BN_new failed"); + if ((k->rsa->iqmp = BN_new()) == NULL) +@@ -130,14 +143,30 @@ pamsshagentauth_key_new_private(int type) + pamsshagentauth_fatal("key_new_private: BN_new failed"); + if ((k->rsa->dmp1 = BN_new()) == NULL) + pamsshagentauth_fatal("key_new_private: BN_new failed"); ++#else ++ if (RSA_set0_key(k->rsa, NULL, NULL, BN_new()) != 1) ++ pamsshagentauth_fatal("key_new: RSA_set0_key failed"); ++ if (RSA_set0_crt_params(k->rsa, BN_new(), BN_new(), BN_new()) != 1) ++ pamsshagentauth_fatal("key_new: RSA_set0_crt_params failed"); ++ if (RSA_set0_factors(k->rsa, BN_new(), BN_new()) != 1) ++ pamsshagentauth_fatal("key_new: RSA_set0_factors failed"); ++#endif + break; + case KEY_DSA: ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if ((k->dsa->priv_key = BN_new()) == NULL) + pamsshagentauth_fatal("key_new_private: BN_new failed"); ++#else ++ if (DSA_set0_key(k->dsa, NULL, BN_new()) != 1) ++ pamsshagentauth_fatal("key_new_private: DSA_set0_key failed"); ++#endif + break; + case KEY_ECDSA: ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if (EC_KEY_set_private_key(k->ecdsa, BN_new()) != 1) + pamsshagentauth_fatal("key_new_private: EC_KEY_set_private_key failed"); ++#else ++#endif + break; + case KEY_ED25519: + RAND_bytes(k->ed25519->sk, sizeof(k->ed25519->sk)); +@@ -195,14 +224,26 @@ pamsshagentauth_key_equal(const Key *a, const Key *b) + case KEY_RSA1: + case KEY_RSA: + return a->rsa != NULL && b->rsa != NULL && ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + BN_cmp(a->rsa->e, b->rsa->e) == 0 && + BN_cmp(a->rsa->n, b->rsa->n) == 0; ++#else ++ BN_cmp(RSA_get0_e(a->rsa), RSA_get0_e(b->rsa)) == 0 && ++ BN_cmp(RSA_get0_n(a->rsa), RSA_get0_n(b->rsa)) == 0; ++#endif + case KEY_DSA: + return a->dsa != NULL && b->dsa != NULL && ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + BN_cmp(a->dsa->p, b->dsa->p) == 0 && + BN_cmp(a->dsa->q, b->dsa->q) == 0 && + BN_cmp(a->dsa->g, b->dsa->g) == 0 && + BN_cmp(a->dsa->pub_key, b->dsa->pub_key) == 0; ++#else ++ BN_cmp(DSA_get0_p(a->dsa), DSA_get0_p(b->dsa)) == 0 && ++ BN_cmp(DSA_get0_q(a->dsa), DSA_get0_q(b->dsa)) == 0 && ++ BN_cmp(DSA_get0_g(a->dsa), DSA_get0_g(b->dsa)) == 0 && ++ BN_cmp(DSA_get0_pub_key(a->dsa), DSA_get0_pub_key(b->dsa)) == 0; ++#endif + case KEY_ECDSA: + return a->ecdsa != NULL && b->ecdsa != NULL && + EC_KEY_check_key(a->ecdsa) == 1 && +@@ -231,7 +272,7 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum + u_int *dgst_raw_length) + { + const EVP_MD *md = NULL; +- EVP_MD_CTX ctx; ++ EVP_MD_CTX *ctx; + u_char *blob = NULL; + u_char *retval = NULL; + u_int len = 0; +@@ -252,12 +293,21 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum + } + switch (k->type) { + case KEY_RSA1: ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + nlen = BN_num_bytes(k->rsa->n); + elen = BN_num_bytes(k->rsa->e); + len = nlen + elen; + blob = pamsshagentauth_xmalloc(len); + BN_bn2bin(k->rsa->n, blob); + BN_bn2bin(k->rsa->e, blob + nlen); ++#else ++ nlen = BN_num_bytes(RSA_get0_n(k->rsa)); ++ elen = BN_num_bytes(RSA_get0_e(k->rsa)); ++ len = nlen + elen; ++ blob = pamsshagentauth_xmalloc(len); ++ BN_bn2bin(RSA_get0_n(k->rsa), blob); ++ BN_bn2bin(RSA_get0_e(k->rsa), blob + nlen); ++#endif + break; + case KEY_DSA: + case KEY_ECDSA: +@@ -273,11 +323,14 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum + } + if (blob != NULL) { + retval = pamsshagentauth_xmalloc(EVP_MAX_MD_SIZE); +- EVP_DigestInit(&ctx, md); +- EVP_DigestUpdate(&ctx, blob, len); +- EVP_DigestFinal(&ctx, retval, dgst_raw_length); ++ /* XXX Errors from EVP_* functions are not hadled */ ++ ctx = EVP_MD_CTX_create(); ++ EVP_DigestInit(ctx, md); ++ EVP_DigestUpdate(ctx, blob, len); ++ EVP_DigestFinal(ctx, retval, dgst_raw_length); + memset(blob, 0, len); + pamsshagentauth_xfree(blob); ++ EVP_MD_CTX_destroy(ctx); + } else { + pamsshagentauth_fatal("key_fingerprint_raw: blob is null"); + } +@@ -457,10 +510,17 @@ pamsshagentauth_key_read(Key *ret, char **cpp) + return -1; + *cpp = cp; + /* Get public exponent, public modulus. */ ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if (!read_bignum(cpp, ret->rsa->e)) + return -1; + if (!read_bignum(cpp, ret->rsa->n)) + return -1; ++#else ++ if (!read_bignum(cpp, RSA_get0_e(ret->rsa))) ++ return -1; ++ if (!read_bignum(cpp, RSA_get0_n(ret->rsa))) ++ return -1; ++#endif + success = 1; + break; + case KEY_UNSPEC: +@@ -583,10 +643,17 @@ pamsshagentauth_key_write(const Key *key, FILE *f) + + if (key->type == KEY_RSA1 && key->rsa != NULL) { + /* size of modulus 'n' */ ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + bits = BN_num_bits(key->rsa->n); + fprintf(f, "%u", bits); + if (write_bignum(f, key->rsa->e) && + write_bignum(f, key->rsa->n)) { ++#else ++ bits = BN_num_bits(RSA_get0_n(key->rsa)); ++ fprintf(f, "%u", bits); ++ if (write_bignum(f, RSA_get0_e(key->rsa)) && ++ write_bignum(f, RSA_get0_n(key->rsa))) { ++#endif + success = 1; + } else { + pamsshagentauth_logerror("key_write: failed for RSA key"); +@@ -675,10 +742,17 @@ pamsshagentauth_key_size(const Key *k) + { + switch (k->type) { + case KEY_RSA1: ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + case KEY_RSA: + return BN_num_bits(k->rsa->n); + case KEY_DSA: + return BN_num_bits(k->dsa->p); ++#else ++ case KEY_RSA: ++ return BN_num_bits(RSA_get0_n(k->rsa)); ++ case KEY_DSA: ++ return BN_num_bits(DSA_get0_p(k->dsa)); ++#endif + case KEY_ECDSA: + { + int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(k->ecdsa)); +@@ -769,17 +843,29 @@ pamsshagentauth_key_from_private(const Key *k) + switch (k->type) { + case KEY_DSA: + n = pamsshagentauth_key_new(k->type); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if ((BN_copy(n->dsa->p, k->dsa->p) == NULL) || + (BN_copy(n->dsa->q, k->dsa->q) == NULL) || + (BN_copy(n->dsa->g, k->dsa->g) == NULL) || + (BN_copy(n->dsa->pub_key, k->dsa->pub_key) == NULL)) ++#else ++ if ((BN_copy(DSA_get0_p(n->dsa), DSA_get0_p(k->dsa)) == NULL) || ++ (BN_copy(DSA_get0_q(n->dsa), DSA_get0_q(k->dsa)) == NULL) || ++ (BN_copy(DSA_get0_g(n->dsa), DSA_get0_g(k->dsa)) == NULL) || ++ (BN_copy(DSA_get0_pub_key(n->dsa), DSA_get0_pub_key(k->dsa)) == NULL)) ++#endif + pamsshagentauth_fatal("key_from_private: BN_copy failed"); + break; + case KEY_RSA: + case KEY_RSA1: + n = pamsshagentauth_key_new(k->type); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if ((BN_copy(n->rsa->n, k->rsa->n) == NULL) || + (BN_copy(n->rsa->e, k->rsa->e) == NULL)) ++#else ++ if ((BN_copy(RSA_get0_n(n->rsa), RSA_get0_n(k->rsa)) == NULL) || ++ (BN_copy(RSA_get0_e(n->rsa), RSA_get0_e(k->rsa)) == NULL)) ++#endif + pamsshagentauth_fatal("key_from_private: BN_copy failed"); + break; + case KEY_ECDSA: +@@ -881,8 +967,13 @@ pamsshagentauth_key_from_blob(const u_char *blob, u_in + switch (type) { + case KEY_RSA: + key = pamsshagentauth_key_new(type); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if (pamsshagentauth_buffer_get_bignum2_ret(&b, key->rsa->e) == -1 || + pamsshagentauth_buffer_get_bignum2_ret(&b, key->rsa->n) == -1) { ++#else ++ if (pamsshagentauth_buffer_get_bignum2_ret(&b, RSA_get0_e(key->rsa)) == -1 || ++ pamsshagentauth_buffer_get_bignum2_ret(&b, RSA_get0_n(key->rsa)) == -1) { ++#endif + pamsshagentauth_logerror("key_from_blob: can't read rsa key"); + pamsshagentauth_key_free(key); + key = NULL; +@@ -894,10 +985,17 @@ pamsshagentauth_key_from_blob(const u_char *blob, u_in + break; + case KEY_DSA: + key = pamsshagentauth_key_new(type); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if (pamsshagentauth_buffer_get_bignum2_ret(&b, key->dsa->p) == -1 || + pamsshagentauth_buffer_get_bignum2_ret(&b, key->dsa->q) == -1 || + pamsshagentauth_buffer_get_bignum2_ret(&b, key->dsa->g) == -1 || + pamsshagentauth_buffer_get_bignum2_ret(&b, key->dsa->pub_key) == -1) { ++#else ++ if (pamsshagentauth_buffer_get_bignum2_ret(&b, DSA_get0_p(key->dsa)) == -1 || ++ pamsshagentauth_buffer_get_bignum2_ret(&b, DSA_get0_q(key->dsa)) == -1 || ++ pamsshagentauth_buffer_get_bignum2_ret(&b, DSA_get0_g(key->dsa)) == -1 || ++ pamsshagentauth_buffer_get_bignum2_ret(&b, DSA_get0_pub_key(key->dsa)) == -1) { ++#endif + pamsshagentauth_logerror("key_from_blob: can't read dsa key"); + pamsshagentauth_key_free(key); + key = NULL; +@@ -1015,6 +1113,7 @@ pamsshagentauth_key_to_blob(const Key *key, u_char **b + } + pamsshagentauth_buffer_init(&b); + switch (key->type) { ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + case KEY_DSA: + pamsshagentauth_buffer_put_cstring(&b, key_ssh_name(key)); + pamsshagentauth_buffer_put_bignum2(&b, key->dsa->p); +@@ -1027,6 +1126,20 @@ pamsshagentauth_key_to_blob(const Key *key, u_char **b + pamsshagentauth_buffer_put_bignum2(&b, key->rsa->e); + pamsshagentauth_buffer_put_bignum2(&b, key->rsa->n); + break; ++#else ++ case KEY_DSA: ++ pamsshagentauth_buffer_put_cstring(&b, key_ssh_name(key)); ++ pamsshagentauth_buffer_put_bignum2(&b, DSA_get0_p(key->dsa)); ++ pamsshagentauth_buffer_put_bignum2(&b, DSA_get0_q(key->dsa)); ++ pamsshagentauth_buffer_put_bignum2(&b, DSA_get0_g(key->dsa)); ++ pamsshagentauth_buffer_put_bignum2(&b, DSA_get0_pub_key(key->dsa)); ++ break; ++ case KEY_RSA: ++ pamsshagentauth_buffer_put_cstring(&b, key_ssh_name(key)); ++ pamsshagentauth_buffer_put_bignum2(&b, RSA_get0_e(key->rsa)); ++ pamsshagentauth_buffer_put_bignum2(&b, RSA_get0_n(key->rsa)); ++ break; ++#endif + case KEY_ECDSA: + { + size_t l = 0; +@@ -1138,14 +1251,20 @@ pamsshagentauth_key_demote(const Key *k) + case KEY_RSA: + if ((pk->rsa = RSA_new()) == NULL) + pamsshagentauth_fatal("key_demote: RSA_new failed"); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if ((pk->rsa->e = BN_dup(k->rsa->e)) == NULL) + pamsshagentauth_fatal("key_demote: BN_dup failed"); + if ((pk->rsa->n = BN_dup(k->rsa->n)) == NULL) + pamsshagentauth_fatal("key_demote: BN_dup failed"); ++#else ++ if (RSA_set0_key(pk->rsa, BN_dup(RSA_get0_n(k->rsa)), BN_dup(RSA_get0_e(k->rsa)), NULL) != 1) ++ pamsshagentauth_fatal("key_demote: RSA_set0_key failed"); ++#endif + break; + case KEY_DSA: + if ((pk->dsa = DSA_new()) == NULL) + pamsshagentauth_fatal("key_demote: DSA_new failed"); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if ((pk->dsa->p = BN_dup(k->dsa->p)) == NULL) + pamsshagentauth_fatal("key_demote: BN_dup failed"); + if ((pk->dsa->q = BN_dup(k->dsa->q)) == NULL) +@@ -1154,6 +1273,12 @@ pamsshagentauth_key_demote(const Key *k) + pamsshagentauth_fatal("key_demote: BN_dup failed"); + if ((pk->dsa->pub_key = BN_dup(k->dsa->pub_key)) == NULL) + pamsshagentauth_fatal("key_demote: BN_dup failed"); ++#else ++ if (DSA_set0_pqg(pk->dsa, BN_dup(DSA_get0_p(k->dsa)), BN_dup(DSA_get0_q(k->dsa)), BN_dup(DSA_get0_g(k->dsa))) != 1) ++ pamsshagentauth_fatal("key_demote: DSA_set0_pqg failed"); ++ if (DSA_set0_key(pk->dsa, BN_dup(DSA_get0_pub_key(k->dsa)), NULL) != 1) ++ pamsshagentauth_fatal("key_demote: DSA_set0_key failed"); ++#endif + break; + case KEY_ECDSA: + pamsshagentauth_fatal("key_demote: implement me"); +--- ssh-dss.c.orig 2016-11-13 03:24:32 UTC ++++ ssh-dss.c +@@ -48,37 +48,53 @@ ssh_dss_sign(const Key *key, u_char **sigp, u_int *len + { + DSA_SIG *sig; + const EVP_MD *evp_md = EVP_sha1(); +- EVP_MD_CTX md; ++ EVP_MD_CTX *md; + u_char digest[EVP_MAX_MD_SIZE], sigblob[SIGBLOB_LEN]; + u_int rlen, slen, len, dlen; + Buffer b; ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++ const BIGNUM *r, *s; ++#endif + + if (key == NULL || key->type != KEY_DSA || key->dsa == NULL) { + pamsshagentauth_logerror("ssh_dss_sign: no DSA key"); + return -1; + } +- EVP_DigestInit(&md, evp_md); +- EVP_DigestUpdate(&md, data, datalen); +- EVP_DigestFinal(&md, digest, &dlen); ++ md = EVP_MD_CTX_create(); ++ EVP_DigestInit(md, evp_md); ++ EVP_DigestUpdate(md, data, datalen); ++ EVP_DigestFinal(md, digest, &dlen); + + sig = DSA_do_sign(digest, dlen, key->dsa); + memset(digest, 'd', sizeof(digest)); ++ EVP_MD_CTX_destroy(md); + + if (sig == NULL) { + pamsshagentauth_logerror("ssh_dss_sign: sign failed"); + return -1; + } + ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + rlen = BN_num_bytes(sig->r); + slen = BN_num_bytes(sig->s); ++#else ++ DSA_SIG_get0((const DSA_SIG *)sig, (const BIGNUM **)r, (const BIGNUM **)s); ++ rlen = BN_num_bytes(r); ++ slen = BN_num_bytes(s); ++#endif + if (rlen > INTBLOB_LEN || slen > INTBLOB_LEN) { + pamsshagentauth_logerror("bad sig size %u %u", rlen, slen); + DSA_SIG_free(sig); + return -1; + } + memset(sigblob, 0, SIGBLOB_LEN); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + BN_bn2bin(sig->r, sigblob+ SIGBLOB_LEN - INTBLOB_LEN - rlen); + BN_bn2bin(sig->s, sigblob+ SIGBLOB_LEN - slen); ++#else ++ BN_bn2bin(r, sigblob+ SIGBLOB_LEN - INTBLOB_LEN - rlen); ++ BN_bn2bin(s, sigblob+ SIGBLOB_LEN - slen); ++#endif + DSA_SIG_free(sig); + + if (datafellows & SSH_BUG_SIGBLOB) { +@@ -110,11 +126,14 @@ ssh_dss_verify(const Key *key, const u_char *signature + { + DSA_SIG *sig; + const EVP_MD *evp_md = EVP_sha1(); +- EVP_MD_CTX md; ++ EVP_MD_CTX *md; + u_char digest[EVP_MAX_MD_SIZE], *sigblob; + u_int len, dlen; + int rlen, ret; + Buffer b; ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++ BIGNUM *r, *s; ++#endif + + if (key == NULL || key->type != KEY_DSA || key->dsa == NULL) { + pamsshagentauth_logerror("ssh_dss_verify: no DSA key"); +@@ -157,6 +176,7 @@ ssh_dss_verify(const Key *key, const u_char *signature + /* parse signature */ + if ((sig = DSA_SIG_new()) == NULL) + pamsshagentauth_fatal("ssh_dss_verify: DSA_SIG_new failed"); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if ((sig->r = BN_new()) == NULL) + pamsshagentauth_fatal("ssh_dss_verify: BN_new failed"); + if ((sig->s = BN_new()) == NULL) +@@ -164,18 +184,33 @@ ssh_dss_verify(const Key *key, const u_char *signature + if ((BN_bin2bn(sigblob, INTBLOB_LEN, sig->r) == NULL) || + (BN_bin2bn(sigblob+ INTBLOB_LEN, INTBLOB_LEN, sig->s) == NULL)) + pamsshagentauth_fatal("ssh_dss_verify: BN_bin2bn failed"); ++#else ++ if ((r = BN_new()) == NULL) ++ pamsshagentauth_fatal("ssh_dss_verify: BN_new failed"); ++ if ((s = BN_new()) == NULL) ++ pamsshagentauth_fatal("ssh_dss_verify: BN_new failed"); ++ if (DSA_SIG_set0(sig, r, s) != 1) ++ pamsshagentauth_fatal("ssh_dss_verify: DSA_SIG_set0 failed"); ++ if ((BN_bin2bn(sigblob, INTBLOB_LEN, r) == NULL) || ++ (BN_bin2bn(sigblob+ INTBLOB_LEN, INTBLOB_LEN, s) == NULL)) ++ pamsshagentauth_fatal("ssh_dss_verify: BN_bin2bn failed"); ++ if (DSA_SIG_set0(sig, r, s) != 1) ++ pamsshagentauth_fatal("ssh_dss_verify: DSA_SIG_set0 failed"); ++#endif + + /* clean up */ + memset(sigblob, 0, len); + pamsshagentauth_xfree(sigblob); + + /* sha1 the data */ +- EVP_DigestInit(&md, evp_md); +- EVP_DigestUpdate(&md, data, datalen); +- EVP_DigestFinal(&md, digest, &dlen); ++ md = EVP_MD_CTX_create(); ++ EVP_DigestInit(md, evp_md); ++ EVP_DigestUpdate(md, data, datalen); ++ EVP_DigestFinal(md, digest, &dlen); + + ret = DSA_do_verify(digest, dlen, sig, key->dsa); + memset(digest, 'd', sizeof(digest)); ++ EVP_MD_CTX_destroy(md); + + DSA_SIG_free(sig); + +--- ssh-ecdsa.c.orig 2016-11-13 03:24:32 UTC ++++ ssh-ecdsa.c +@@ -41,22 +41,27 @@ ssh_ecdsa_sign(const Key *key, u_char **sigp, u_int *l + { + ECDSA_SIG *sig; + const EVP_MD *evp_md = evp_from_key(key); +- EVP_MD_CTX md; ++ EVP_MD_CTX *md; + u_char digest[EVP_MAX_MD_SIZE]; + u_int len, dlen; + Buffer b, bb; ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++ BIGNUM *r, *s; ++#endif + + if (key == NULL || key->type != KEY_ECDSA || key->ecdsa == NULL) { + pamsshagentauth_logerror("ssh_ecdsa_sign: no ECDSA key"); + return -1; + } + +- EVP_DigestInit(&md, evp_md); +- EVP_DigestUpdate(&md, data, datalen); +- EVP_DigestFinal(&md, digest, &dlen); ++ md = EVP_MD_CTX_create(); ++ EVP_DigestInit(md, evp_md); ++ EVP_DigestUpdate(md, data, datalen); ++ EVP_DigestFinal(md, digest, &dlen); + + sig = ECDSA_do_sign(digest, dlen, key->ecdsa); + memset(digest, 'd', sizeof(digest)); ++ EVP_MD_CTX_destroy(md); + + if (sig == NULL) { + pamsshagentauth_logerror("ssh_ecdsa_sign: sign failed"); +@@ -64,8 +69,14 @@ ssh_ecdsa_sign(const Key *key, u_char **sigp, u_int *l + } + + pamsshagentauth_buffer_init(&bb); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if (pamsshagentauth_buffer_get_bignum2_ret(&bb, sig->r) == -1 || + pamsshagentauth_buffer_get_bignum2_ret(&bb, sig->s) == -1) { ++#else ++ DSA_SIG_get0(sig, &r, &s); ++ if (pamsshagentauth_buffer_get_bignum2_ret(&bb, r) == -1 || ++ pamsshagentauth_buffer_get_bignum2_ret(&bb, s) == -1) { ++#endif + pamsshagentauth_logerror("couldn't serialize signature"); + ECDSA_SIG_free(sig); + return -1; +@@ -94,11 +105,14 @@ ssh_ecdsa_verify(const Key *key, const u_char *signatu + { + ECDSA_SIG *sig; + const EVP_MD *evp_md = evp_from_key(key); +- EVP_MD_CTX md; ++ EVP_MD_CTX *md; + u_char digest[EVP_MAX_MD_SIZE], *sigblob; + u_int len, dlen; + int rlen, ret; + Buffer b; ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++ BIGNUM *r, *s; ++#endif + + if (key == NULL || key->type != KEY_ECDSA || key->ecdsa == NULL) { + pamsshagentauth_logerror("ssh_ecdsa_sign: no ECDSA key"); +@@ -127,8 +141,14 @@ ssh_ecdsa_verify(const Key *key, const u_char *signatu + + pamsshagentauth_buffer_init(&b); + pamsshagentauth_buffer_append(&b, sigblob, len); ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if ((pamsshagentauth_buffer_get_bignum2_ret(&b, sig->r) == -1) || + (pamsshagentauth_buffer_get_bignum2_ret(&b, sig->s) == -1)) ++#else ++ DSA_SIG_get0(sig, &r, &s); ++ if ((pamsshagentauth_buffer_get_bignum2_ret(&b, r) == -1) || ++ (pamsshagentauth_buffer_get_bignum2_ret(&b, s) == -1)) ++#endif + pamsshagentauth_fatal("ssh_ecdsa_verify:" + "pamsshagentauth_buffer_get_bignum2_ret failed"); + +@@ -137,16 +157,18 @@ ssh_ecdsa_verify(const Key *key, const u_char *signatu + pamsshagentauth_xfree(sigblob); + + /* sha256 the data */ +- EVP_DigestInit(&md, evp_md); +- EVP_DigestUpdate(&md, data, datalen); +- EVP_DigestFinal(&md, digest, &dlen); ++ md = EVP_MD_CTX_create(); ++ EVP_DigestInit(md, evp_md); ++ EVP_DigestUpdate(md, data, datalen); ++ EVP_DigestFinal(md, digest, &dlen); + + ret = ECDSA_do_verify(digest, dlen, sig, key->ecdsa); + memset(digest, 'd', sizeof(digest)); ++ EVP_MD_CTX_destroy(md); + + ECDSA_SIG_free(sig); + + pamsshagentauth_verbose("ssh_ecdsa_verify: signature %s", + ret == 1 ? "correct" : ret == 0 ? "incorrect" : "error"); + return ret; +-} +\ No newline at end of file ++} +--- ssh-rsa.c.orig 2016-11-13 03:24:32 UTC ++++ ssh-rsa.c +@@ -40,7 +40,7 @@ ssh_rsa_sign(const Key *key, u_char **sigp, u_int *len + const u_char *data, u_int datalen) + { + const EVP_MD *evp_md; +- EVP_MD_CTX md; ++ EVP_MD_CTX *md; + u_char digest[EVP_MAX_MD_SIZE], *sig; + u_int slen, dlen, len; + int ok, nid; +@@ -55,6 +55,7 @@ ssh_rsa_sign(const Key *key, u_char **sigp, u_int *len + pamsshagentauth_logerror("ssh_rsa_sign: EVP_get_digestbynid %d failed", nid); + return -1; + } ++ md = EVP_MD_CTX_create(); + EVP_DigestInit(&md, evp_md); + EVP_DigestUpdate(&md, data, datalen); + EVP_DigestFinal(&md, digest, &dlen); +@@ -64,6 +65,7 @@ ssh_rsa_sign(const Key *key, u_char **sigp, u_int *len + + ok = RSA_sign(nid, digest, dlen, sig, &len, key->rsa); + memset(digest, 'd', sizeof(digest)); ++ EVP_MD_CTX_destroy(md); + + if (ok != 1) { + int ecode = ERR_get_error(); +@@ -107,7 +109,7 @@ ssh_rsa_verify(const Key *key, const u_char *signature + { + Buffer b; + const EVP_MD *evp_md; +- EVP_MD_CTX md; ++ EVP_MD_CTX *md; + char *ktype; + u_char digest[EVP_MAX_MD_SIZE], *sigblob; + u_int len, dlen, modlen; +@@ -117,9 +119,17 @@ ssh_rsa_verify(const Key *key, const u_char *signature + pamsshagentauth_logerror("ssh_rsa_verify: no RSA key"); + return -1; + } ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + if (BN_num_bits(key->rsa->n) < SSH_RSA_MINIMUM_MODULUS_SIZE) { ++#else ++ if (BN_num_bits(RSA_get0_n(key->rsa)) < SSH_RSA_MINIMUM_MODULUS_SIZE) { ++#endif + pamsshagentauth_logerror("ssh_rsa_verify: RSA modulus too small: %d < minimum %d bits", ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + BN_num_bits(key->rsa->n), SSH_RSA_MINIMUM_MODULUS_SIZE); ++#else ++ BN_num_bits(RSA_get0_n(key->rsa)), SSH_RSA_MINIMUM_MODULUS_SIZE); ++#endif + return -1; + } + pamsshagentauth_buffer_init(&b); +@@ -161,12 +171,14 @@ ssh_rsa_verify(const Key *key, const u_char *signature + pamsshagentauth_xfree(sigblob); + return -1; + } +- EVP_DigestInit(&md, evp_md); +- EVP_DigestUpdate(&md, data, datalen); +- EVP_DigestFinal(&md, digest, &dlen); ++ md = EVP_MD_CTX_create(); ++ EVP_DigestInit(md, evp_md); ++ EVP_DigestUpdate(md, data, datalen); ++ EVP_DigestFinal(md, digest, &dlen); + + ret = openssh_RSA_verify(nid, digest, dlen, sigblob, len, key->rsa); + memset(digest, 'd', sizeof(digest)); ++ EVP_MD_CTX_destroy(md); + memset(sigblob, 's', len); + pamsshagentauth_xfree(sigblob); + pamsshagentauth_verbose("ssh_rsa_verify: signature %scorrect", (ret==0) ? "in" : ""); Modified: branches/2018Q4/security/pam_ssh_agent_auth/files/patch-pam_user_authorized_keys.c ============================================================================== --- branches/2018Q4/security/pam_ssh_agent_auth/files/patch-pam_user_authorized_keys.c Mon Oct 22 12:06:40 2018 (r482743) +++ branches/2018Q4/security/pam_ssh_agent_auth/files/patch-pam_user_authorized_keys.c Mon Oct 22 12:46:25 2018 (r482744) @@ -1,6 +1,6 @@ --- pam_user_authorized_keys.c.orig 2016-11-13 03:24:32 UTC +++ pam_user_authorized_keys.c -@@ -90,6 +90,10 @@ extern uint8_t allow_user_owned_authoriz +@@ -90,6 +90,10 @@ extern uint8_t allow_user_owned_authorized_keys_file; uid_t authorized_keys_file_allowed_owner_uid; From owner-svn-ports-branches@freebsd.org Mon Oct 22 16:43:39 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 604F91038541; Mon, 22 Oct 2018 16:43:39 +0000 (UTC) (envelope-from pi@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 169238406C; Mon, 22 Oct 2018 16:43:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 116B01EEDF; Mon, 22 Oct 2018 16:43:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9MGhcCg080716; Mon, 22 Oct 2018 16:43:38 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9MGhcXF080714; Mon, 22 Oct 2018 16:43:38 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201810221643.w9MGhcXF080714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 22 Oct 2018 16:43:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482756 - branches/2018Q4/databases/xtrabackup/files X-SVN-Group: ports-branches X-SVN-Commit-Author: pi X-SVN-Commit-Paths: branches/2018Q4/databases/xtrabackup/files X-SVN-Commit-Revision: 482756 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.29 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, 22 Oct 2018 16:43:39 -0000 Author: pi Date: Mon Oct 22 16:43:38 2018 New Revision: 482756 URL: https://svnweb.freebsd.org/changeset/ports/482756 Log: MFH: r482753 databases/xtrabackup: fix build due to stricter llvm60 c++ PR: 230836 Submitted by: Sergey Akhmatov Reported by: rainer@ultra-secure.de Reviewed by: ddrinnon@cdor.net, Approved by: aleks@twindb.com (maintainer timeout) Obtained from: https://github.com/percona/percona-xtrabackup/commit/09069e9ee8f84df0ba3091f591b9269842e71503#diff-765605c50b26c5ee91da8227ac1093b2 Approved by: portmgr (unbreak blanket approval) Added: branches/2018Q4/databases/xtrabackup/files/patch-plugin_keyring_common_system__keys__container.cc - copied unchanged from r482753, head/databases/xtrabackup/files/patch-plugin_keyring_common_system__keys__container.cc branches/2018Q4/databases/xtrabackup/files/patch-storage_innobase_row_row0sel.cc - copied unchanged from r482753, head/databases/xtrabackup/files/patch-storage_innobase_row_row0sel.cc Modified: Directory Properties: branches/2018Q4/ (props changed) Copied: branches/2018Q4/databases/xtrabackup/files/patch-plugin_keyring_common_system__keys__container.cc (from r482753, head/databases/xtrabackup/files/patch-plugin_keyring_common_system__keys__container.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/databases/xtrabackup/files/patch-plugin_keyring_common_system__keys__container.cc Mon Oct 22 16:43:38 2018 (r482756, copy of r482753, head/databases/xtrabackup/files/patch-plugin_keyring_common_system__keys__container.cc) @@ -0,0 +1,11 @@ +--- plugin/keyring/common/system_keys_container.cc.orig 2018-08-27 16:50:01 UTC ++++ plugin/keyring/common/system_keys_container.cc +@@ -125,7 +125,7 @@ void System_keys_container::store_or_upd + if (is_system_key_with_version(key, system_key_id, key_version)) + { + if (system_key_id_to_system_key.count(system_key_id) == 0) // add a new system key +- system_key_id_to_system_key.insert(std::make_pair(system_key_id, new System_key_adapter(key_version, key))); ++ system_key_id_to_system_key.insert(std::make_pair(system_key_id, new System_key_adapter(key_version, key))); + else + update_system_key(key, system_key_id, key_version); + } Copied: branches/2018Q4/databases/xtrabackup/files/patch-storage_innobase_row_row0sel.cc (from r482753, head/databases/xtrabackup/files/patch-storage_innobase_row_row0sel.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/databases/xtrabackup/files/patch-storage_innobase_row_row0sel.cc Mon Oct 22 16:43:38 2018 (r482756, copy of r482753, head/databases/xtrabackup/files/patch-storage_innobase_row_row0sel.cc) @@ -0,0 +1,11 @@ +--- storage/innobase/row/row0sel.cc.orig 2018-08-27 16:21:56 UTC ++++ storage/innobase/row/row0sel.cc +@@ -5175,7 +5175,7 @@ rec_loop: + reporting due to search views etc. */ + if (prev_rec != NULL + && prebuilt->m_mysql_handler->end_range != NULL +- && prebuilt->idx_cond == false && end_loop >= 100) { ++ && prebuilt->idx_cond == NULL && end_loop >= 100) { + + dict_index_t* key_index = prebuilt->index; + bool clust_templ_for_sec = false; From owner-svn-ports-branches@freebsd.org Mon Oct 22 16:56: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 2618D1038F10; Mon, 22 Oct 2018 16:56:37 +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 CC1AC84BD7; Mon, 22 Oct 2018 16:56:36 +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 C55191F07B; Mon, 22 Oct 2018 16:56:36 +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 w9MGuaLu086496; Mon, 22 Oct 2018 16:56:36 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9MGuagf086494; Mon, 22 Oct 2018 16:56:36 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201810221656.w9MGuagf086494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 22 Oct 2018 16:56:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482758 - branches/2018Q4/databases/cockroach X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q4/databases/cockroach X-SVN-Commit-Revision: 482758 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.29 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, 22 Oct 2018 16:56:37 -0000 Author: riggs Date: Mon Oct 22 16:56:36 2018 New Revision: 482758 URL: https://svnweb.freebsd.org/changeset/ports/482758 Log: MFH: r482757 Update to upstream version 2.0.6 PR: 232036 Submitted by: riggs Approved by: maintainer timeout Approved by: ports-secteam (riggs) Modified: branches/2018Q4/databases/cockroach/Makefile branches/2018Q4/databases/cockroach/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/databases/cockroach/Makefile ============================================================================== --- branches/2018Q4/databases/cockroach/Makefile Mon Oct 22 16:53:40 2018 (r482757) +++ branches/2018Q4/databases/cockroach/Makefile Mon Oct 22 16:56:36 2018 (r482758) @@ -2,7 +2,7 @@ PORTNAME= cockroach DISTVERSIONPREFIX= v -DISTVERSION= 2.0.5 +DISTVERSION= 2.0.6 CATEGORIES= databases MASTER_SITES= https://binaries.cockroachdb.com/ EXTRACT_SUFX= .src.tgz Modified: branches/2018Q4/databases/cockroach/distinfo ============================================================================== --- branches/2018Q4/databases/cockroach/distinfo Mon Oct 22 16:53:40 2018 (r482757) +++ branches/2018Q4/databases/cockroach/distinfo Mon Oct 22 16:56:36 2018 (r482758) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537611997 -SHA256 (cockroach-v2.0.5.src.tgz) = 2a3ba8e7a2c44f59644ad84b530930bdf09e597741033d73ee7b2e4490d2051d -SIZE (cockroach-v2.0.5.src.tgz) = 45551406 +TIMESTAMP = 1538829109 +SHA256 (cockroach-v2.0.6.src.tgz) = fd1d966542565cbeca6c390db6b7afd98bc239e6e2a4602b3edff973be472097 +SIZE (cockroach-v2.0.6.src.tgz) = 45566359 From owner-svn-ports-branches@freebsd.org Mon Oct 22 19:14: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 361D81056DEB; Mon, 22 Oct 2018 19:14:38 +0000 (UTC) (envelope-from antoine@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 DF1778E305; Mon, 22 Oct 2018 19:14:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D9F252487E; Mon, 22 Oct 2018 19:14:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9MJEb0t060425; Mon, 22 Oct 2018 19:14:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9MJEb5c060424; Mon, 22 Oct 2018 19:14:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201810221914.w9MJEb5c060424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 22 Oct 2018 19:14:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482776 - in branches/2018Q4/net-im/licq: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in branches/2018Q4/net-im/licq: . files X-SVN-Commit-Revision: 482776 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.29 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, 22 Oct 2018 19:14:38 -0000 Author: antoine Date: Mon Oct 22 19:14:37 2018 New Revision: 482776 URL: https://svnweb.freebsd.org/changeset/ports/482776 Log: MFH: r482566 - fix OpenSSL 1.1.x build Added: branches/2018Q4/net-im/licq/files/patch-licq.cpp - copied unchanged from r482566, head/net-im/licq/files/patch-licq.cpp Modified: branches/2018Q4/net-im/licq/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net-im/licq/Makefile ============================================================================== --- branches/2018Q4/net-im/licq/Makefile Mon Oct 22 19:10:05 2018 (r482775) +++ branches/2018Q4/net-im/licq/Makefile Mon Oct 22 19:14:37 2018 (r482776) @@ -4,7 +4,7 @@ PORTNAME= base PORTVERSION= ${LICQ_VER} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-im PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2} Copied: branches/2018Q4/net-im/licq/files/patch-licq.cpp (from r482566, head/net-im/licq/files/patch-licq.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/net-im/licq/files/patch-licq.cpp Mon Oct 22 19:14:37 2018 (r482776, copy of r482566, head/net-im/licq/files/patch-licq.cpp) @@ -0,0 +1,52 @@ +--- src/licq.cpp.orig 2014-06-01 19:16:42 UTC ++++ src/licq.cpp +@@ -89,6 +89,19 @@ using std::string; + extern SSL_CTX *gSSL_CTX; + extern SSL_CTX *gSSL_CTX_NONICQ; + ++# if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER < 0x10100001L || \ ++ (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) ++static int ++DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) ++{ ++ dh->p=p; ++ if (q != NULL) ++ dh->q=q; ++ dh->g=g; ++ return 1; /* success */ ++} ++# endif /* !defined() || OPENSSL_VERSION_NUMBER < 0x00907000L */ ++ + // AUTOGENERATED by dhparam + static DH *get_dh512() + { +@@ -104,12 +117,14 @@ static DH *get_dh512() + 0x02, + }; + DH *dh; ++ BIGNUM *dhp_bn, *dhg_bn; ++ + + if ((dh=DH_new()) == NULL) return(NULL); +- dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL); +- dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL); +- if ((dh->p == NULL) || (dh->g == NULL)) +- { DH_free(dh); return(NULL); } ++ dhp_bn = BN_bin2bn(dh512_p, sizeof(dh512_p), NULL); ++ dhg_bn = BN_bin2bn(dh512_g, sizeof(dh512_g), NULL); ++ if ((dhp_bn == NULL) || (dhg_bn == NULL) || !DH_set0_pqg(dh, dhp_bn, NULL, dhg_bn)) ++ { DH_free(dh); BN_free(dhp_bn); BN_free(dhg_bn); return(NULL); } + return(dh); + } + +@@ -610,8 +625,8 @@ bool CLicq::Init(int argc, char **argv) + #ifdef USE_OPENSSL + // Initialize SSL + SSL_library_init(); +- gSSL_CTX = SSL_CTX_new(TLSv1_method()); +- gSSL_CTX_NONICQ = SSL_CTX_new(TLSv1_method()); ++ gSSL_CTX = SSL_CTX_new(SSLv23_method()); ++ gSSL_CTX_NONICQ = SSL_CTX_new(SSLv23_method()); + #if OPENSSL_VERSION_NUMBER >= 0x00905000L + SSL_CTX_set_cipher_list(gSSL_CTX, "ADH:@STRENGTH"); + #else From owner-svn-ports-branches@freebsd.org Mon Oct 22 23:53: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 2908BFE957B; Mon, 22 Oct 2018 23:53:02 +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 C6ECA7A368; Mon, 22 Oct 2018 23:53: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 BF0A727748; Mon, 22 Oct 2018 23:53: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 w9MNr1iD006262; Mon, 22 Oct 2018 23:53:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9MNr0oV006251; Mon, 22 Oct 2018 23:53:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810222353.w9MNr0oV006251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 22 Oct 2018 23:53:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482798 - in branches/2018Q4: Mk Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q4: Mk Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Commit-Revision: 482798 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.29 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, 22 Oct 2018 23:53:02 -0000 Author: jbeich Date: Mon Oct 22 23:52:59 2018 New Revision: 482798 URL: https://svnweb.freebsd.org/changeset/ports/482798 Log: MFH: r482197 r482402 www/firefox: update to 63.0 Changes: https://www.mozilla.org/firefox/63.0/releasenotes/ PR: 229893 Security: 7c3a02b9-3273-4426-a0ba-f90fad2ff72e Approved by: ports-secteam (miwi) Differential Revision: https://reviews.freebsd.org/D16356 Deleted: branches/2018Q4/www/firefox/files/patch-bug1448770 Modified: branches/2018Q4/Mk/Uses/gecko.mk branches/2018Q4/Mk/bsd.gecko.mk branches/2018Q4/www/firefox-i18n/Makefile branches/2018Q4/www/firefox-i18n/distinfo branches/2018Q4/www/firefox/Makefile branches/2018Q4/www/firefox/distinfo branches/2018Q4/www/firefox/files/patch-bug1288587 branches/2018Q4/www/firefox/files/patch-bug847568 Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/Mk/Uses/gecko.mk ============================================================================== --- branches/2018Q4/Mk/Uses/gecko.mk Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/Mk/Uses/gecko.mk Mon Oct 22 23:52:59 2018 (r482798) @@ -22,12 +22,12 @@ _GECKO_VERSION= ${gecko_ARGS:M[0-9][0-9]*} .if ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 60 -_GECKO_VERSIONS= 60 62 +_GECKO_VERSIONS= 60 63 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 60_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -62_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +63_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${PKG_QUERY} %v firefox firefox-esr Modified: branches/2018Q4/Mk/bsd.gecko.mk ============================================================================== --- branches/2018Q4/Mk/bsd.gecko.mk Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/Mk/bsd.gecko.mk Mon Oct 22 23:52:59 2018 (r482798) @@ -112,6 +112,11 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/python${PYTHON3_DEFAU MOZ_EXPORT+= PYTHON3="${LOCALBASE}/bin/python${PYTHON3_DEFAULT}" .endif +.if ${MOZILLA_VER:R:R} >= 63 +BUILD_DEPENDS+= rust-cbindgen>=0.6.2:devel/rust-cbindgen \ + node:www/node +.endif + .if ${OPSYS} == FreeBSD && ${OSREL} == 11.1 && ${MOZILLA_VER:R:R} < 49 LLD_UNSAFE= yes .endif @@ -379,7 +384,7 @@ post-patch-SNDIO-on: .endif .if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54 -BUILD_DEPENDS+= ${RUST_PORT:T}>=1.24:${RUST_PORT} +BUILD_DEPENDS+= ${RUST_PORT:T}>=1.28:${RUST_PORT} RUST_PORT?= lang/rust . if ${MOZILLA_VER:R:R} < 54 MOZ_OPTIONS+= --enable-rust Modified: branches/2018Q4/www/firefox-i18n/Makefile ============================================================================== --- branches/2018Q4/www/firefox-i18n/Makefile Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/www/firefox-i18n/Makefile Mon Oct 22 23:52:59 2018 (r482798) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 62.0.3 +PORTVERSION= 63.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} @@ -15,7 +16,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:archivers/zip -USES= zip:infozip gecko:firefox,62,build +USES= zip:infozip gecko:firefox,63,build USE_XPI= firefox NO_ARCH= yes Modified: branches/2018Q4/www/firefox-i18n/distinfo ============================================================================== --- branches/2018Q4/www/firefox-i18n/distinfo Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/www/firefox-i18n/distinfo Mon Oct 22 23:52:59 2018 (r482798) @@ -1,199 +1,199 @@ -TIMESTAMP = 1538418962 -SHA256 (xpi/firefox-i18n-62.0.3/ach.xpi) = 400f38c4232ee42185c8c247e97a273bff669d536ebf1d5eeb3ff05cc426ec42 -SIZE (xpi/firefox-i18n-62.0.3/ach.xpi) = 446325 -SHA256 (xpi/firefox-i18n-62.0.3/af.xpi) = 21a1e675b23ec836bcd5d8043033f3acbaf83ecb6025bde0d9c3e3e2ab50d850 -SIZE (xpi/firefox-i18n-62.0.3/af.xpi) = 432293 -SHA256 (xpi/firefox-i18n-62.0.3/an.xpi) = 50c266923cd3ea0f528ba3fd20c1839da6e72d2fb456f55ade69fa1d864a5067 -SIZE (xpi/firefox-i18n-62.0.3/an.xpi) = 467499 -SHA256 (xpi/firefox-i18n-62.0.3/ar.xpi) = eae6f999d4222d0a61105372421f80aa553c4ef1192e38947f79e219bd8c4fa0 -SIZE (xpi/firefox-i18n-62.0.3/ar.xpi) = 497996 -SHA256 (xpi/firefox-i18n-62.0.3/as.xpi) = 1d7ced2600866ac1212d7e87024cb8d147dcc878eb349f7b64629e21cd8177e3 -SIZE (xpi/firefox-i18n-62.0.3/as.xpi) = 478315 -SHA256 (xpi/firefox-i18n-62.0.3/ast.xpi) = 908b8926bcb3277fd6cd6593ba69c6dee22589e0ae835869bb0dfb08fe7e40cd -SIZE (xpi/firefox-i18n-62.0.3/ast.xpi) = 455191 -SHA256 (xpi/firefox-i18n-62.0.3/az.xpi) = c630dcff473fdca3061586e746934789b795db60b3cb427da4bdfc0ff225d669 -SIZE (xpi/firefox-i18n-62.0.3/az.xpi) = 477135 -SHA256 (xpi/firefox-i18n-62.0.3/be.xpi) = 1bdc2d51edd45768c8396a69baac89dce802e8cff875f499014e89f646892b2b -SIZE (xpi/firefox-i18n-62.0.3/be.xpi) = 534912 -SHA256 (xpi/firefox-i18n-62.0.3/bg.xpi) = 1c191e72b43195bd0b12cee03d3100b1f9c3b93d19304064e5f2b37a9171b21d -SIZE (xpi/firefox-i18n-62.0.3/bg.xpi) = 524199 -SHA256 (xpi/firefox-i18n-62.0.3/bn-BD.xpi) = 4e20199c9454c48feacb04f0297141536ee0601d8b61739ee220b051922398d2 -SIZE (xpi/firefox-i18n-62.0.3/bn-BD.xpi) = 538605 -SHA256 (xpi/firefox-i18n-62.0.3/bn-IN.xpi) = e4fa31c17d2f61cd99e647067c3b7103e6c511e44946a53acf4c7ed034e107d5 -SIZE (xpi/firefox-i18n-62.0.3/bn-IN.xpi) = 509953 -SHA256 (xpi/firefox-i18n-62.0.3/br.xpi) = 4c3ff64d4ca014c901d556ef15291c6d1742c977ec2ec998dd2e89a73169321c -SIZE (xpi/firefox-i18n-62.0.3/br.xpi) = 464406 -SHA256 (xpi/firefox-i18n-62.0.3/bs.xpi) = 08bfa75fd56e5e3a149492c4f8050208dbc8c32357d77d1ab974c37d91daa23b -SIZE (xpi/firefox-i18n-62.0.3/bs.xpi) = 466249 -SHA256 (xpi/firefox-i18n-62.0.3/ca.xpi) = 186754d5ff978c2cce7188656d02d94d9a661dfa4a8e54a65e351ca5ef11bc8d -SIZE (xpi/firefox-i18n-62.0.3/ca.xpi) = 470055 -SHA256 (xpi/firefox-i18n-62.0.3/cak.xpi) = ac8a47c2cb463a4ac61e6f89a212e6a7d994f18bf60badb837b2b3e27e429fc4 -SIZE (xpi/firefox-i18n-62.0.3/cak.xpi) = 488840 -SHA256 (xpi/firefox-i18n-62.0.3/cs.xpi) = e113db4fc11c6ac941b19d379172825c4753dfa73fb754838d8c8a77d252a7cd -SIZE (xpi/firefox-i18n-62.0.3/cs.xpi) = 478354 -SHA256 (xpi/firefox-i18n-62.0.3/cy.xpi) = 0b410833e27bc39759693f69c9a6ba12d639d8a97700969a4b6f7f248bdc158f -SIZE (xpi/firefox-i18n-62.0.3/cy.xpi) = 468857 -SHA256 (xpi/firefox-i18n-62.0.3/da.xpi) = 5b742928a7ce209d2e96d05e8c143010b1a1801127226d18ece5032a92bdd1b3 -SIZE (xpi/firefox-i18n-62.0.3/da.xpi) = 467290 -SHA256 (xpi/firefox-i18n-62.0.3/de.xpi) = f43137d3c59f2c154ac44a0a40af2fb2721ebf729001b74264cf0e2652bd9a58 -SIZE (xpi/firefox-i18n-62.0.3/de.xpi) = 475935 -SHA256 (xpi/firefox-i18n-62.0.3/dsb.xpi) = ac8784e9df9150a647cb17bdbce5c7201afa72accedc0f2727f3c8b87eb39b50 -SIZE (xpi/firefox-i18n-62.0.3/dsb.xpi) = 488173 -SHA256 (xpi/firefox-i18n-62.0.3/el.xpi) = 25ee30ae6cc67113186a022ee74d29133ef72e10cfe86d07562e5bba5d173369 -SIZE (xpi/firefox-i18n-62.0.3/el.xpi) = 546433 -SHA256 (xpi/firefox-i18n-62.0.3/en-CA.xpi) = 16b81c8e9728f262c8c06574c62c117fdb739fc1d733a2b0ac6c818fff444920 -SIZE (xpi/firefox-i18n-62.0.3/en-CA.xpi) = 439068 -SHA256 (xpi/firefox-i18n-62.0.3/en-GB.xpi) = 15139982829d699dec65295fbc899df030e2275512069939e008feadf3331fe3 -SIZE (xpi/firefox-i18n-62.0.3/en-GB.xpi) = 436177 -SHA256 (xpi/firefox-i18n-62.0.3/en-US.xpi) = 3e825c4cdca5eba4788d6fdff96b31629fdf62d3bdca15700f137a74b2dec867 -SIZE (xpi/firefox-i18n-62.0.3/en-US.xpi) = 417303 -SHA256 (xpi/firefox-i18n-62.0.3/en-ZA.xpi) = ffe1f20becbe7007255d122d9fffe2e9d924f424847ddeb5faf852c58f8ba469 -SIZE (xpi/firefox-i18n-62.0.3/en-ZA.xpi) = 422871 -SHA256 (xpi/firefox-i18n-62.0.3/eo.xpi) = 58e087b2c47f9dbf6c53c80335a5e47c23883bfdfaf7255fb8857891543a2c82 -SIZE (xpi/firefox-i18n-62.0.3/eo.xpi) = 466535 -SHA256 (xpi/firefox-i18n-62.0.3/es-AR.xpi) = b11ed055992d2a97e7dba3bf8712e03e585678253dee4e3615a29c5aefbb95f9 -SIZE (xpi/firefox-i18n-62.0.3/es-AR.xpi) = 473522 -SHA256 (xpi/firefox-i18n-62.0.3/es-CL.xpi) = c01336a56974bd8ec835b66d91162ced59eff0f642889c2e95b4c9b10e51b192 -SIZE (xpi/firefox-i18n-62.0.3/es-CL.xpi) = 473990 -SHA256 (xpi/firefox-i18n-62.0.3/es-ES.xpi) = 4c8019589e429f3277bd14395921ce24d7dec5ce13a8a887a556c5ee8cbda059 -SIZE (xpi/firefox-i18n-62.0.3/es-ES.xpi) = 414987 -SHA256 (xpi/firefox-i18n-62.0.3/es-MX.xpi) = 475209c0308f39b392db86b06f2baf16ae3c3a53fdeb298f772c42dccebf06da -SIZE (xpi/firefox-i18n-62.0.3/es-MX.xpi) = 477957 -SHA256 (xpi/firefox-i18n-62.0.3/et.xpi) = 4d06c7b3382422bdf3b0fc8160aeb8dc144a45eb1fb14576675096744c49c7d1 -SIZE (xpi/firefox-i18n-62.0.3/et.xpi) = 455377 -SHA256 (xpi/firefox-i18n-62.0.3/eu.xpi) = 0d80cb9ebead9a1755a106056d3c1c705951ec1b22b1fdd7cf0478fc03682586 -SIZE (xpi/firefox-i18n-62.0.3/eu.xpi) = 465903 -SHA256 (xpi/firefox-i18n-62.0.3/fa.xpi) = b2ff9fb8ecca109f866e4a741c9703e914b5bed34009eb81267478fb0d637ba9 -SIZE (xpi/firefox-i18n-62.0.3/fa.xpi) = 514442 -SHA256 (xpi/firefox-i18n-62.0.3/ff.xpi) = bcbef311228e644fa856ac43c21b1d1d8cbc865cf1d227060822474e740d6331 -SIZE (xpi/firefox-i18n-62.0.3/ff.xpi) = 459046 -SHA256 (xpi/firefox-i18n-62.0.3/fi.xpi) = 9bd8d44f508d8f68eefd44f03068b7c6ab0990ab0fdad5966689ce53d0cefc0c -SIZE (xpi/firefox-i18n-62.0.3/fi.xpi) = 458677 -SHA256 (xpi/firefox-i18n-62.0.3/fr.xpi) = 2c34b7cd7f552f82854712b2dd4ab7b7368889ce3a9f358b7c2313385e7ff516 -SIZE (xpi/firefox-i18n-62.0.3/fr.xpi) = 482968 -SHA256 (xpi/firefox-i18n-62.0.3/fy-NL.xpi) = 942dac3f2700e685368a0f82287c3133498503528340a67b4d2b49b40205d2e8 -SIZE (xpi/firefox-i18n-62.0.3/fy-NL.xpi) = 470422 -SHA256 (xpi/firefox-i18n-62.0.3/ga-IE.xpi) = 72d0ced7cf28305beb80865a377f2f644ee3356c4f2632e42854d293a090af45 -SIZE (xpi/firefox-i18n-62.0.3/ga-IE.xpi) = 472265 -SHA256 (xpi/firefox-i18n-62.0.3/gd.xpi) = e859014943bf06f2a9a8cf18a932880fcd4e54e49ba58e90525287c1a043217c -SIZE (xpi/firefox-i18n-62.0.3/gd.xpi) = 473970 -SHA256 (xpi/firefox-i18n-62.0.3/gl.xpi) = 584fc5c5a32420b80cb488507b2a2c4cd8e56675c29e4965501972acf9c12c45 -SIZE (xpi/firefox-i18n-62.0.3/gl.xpi) = 451816 -SHA256 (xpi/firefox-i18n-62.0.3/gn.xpi) = 1aae86b31d1fe25d1c229869716d5bafdf973b81d9fbf446a31d5d0985a00fd4 -SIZE (xpi/firefox-i18n-62.0.3/gn.xpi) = 483149 -SHA256 (xpi/firefox-i18n-62.0.3/gu-IN.xpi) = f5a06fbf5cdeb0729afce33d353071f1e0cb203818a607b4104fa210dc78e399 -SIZE (xpi/firefox-i18n-62.0.3/gu-IN.xpi) = 539984 -SHA256 (xpi/firefox-i18n-62.0.3/he.xpi) = 67d00e319d000da45a1184c3f1a96015c2c1ea857390bf7fb32258767ce3e191 -SIZE (xpi/firefox-i18n-62.0.3/he.xpi) = 484809 -SHA256 (xpi/firefox-i18n-62.0.3/hi-IN.xpi) = 8f61ffd90b004808a7f95d752789871f3fba6d075222bab0fb4302228cacbec1 -SIZE (xpi/firefox-i18n-62.0.3/hi-IN.xpi) = 537121 -SHA256 (xpi/firefox-i18n-62.0.3/hr.xpi) = 792b035430fe73c1427881713dd50c2d49779d76d0c9e698f7050278cf6cafb3 -SIZE (xpi/firefox-i18n-62.0.3/hr.xpi) = 459608 -SHA256 (xpi/firefox-i18n-62.0.3/hsb.xpi) = c88db766624580139c9119683178e4d658717b365012a04c748a003692983afd -SIZE (xpi/firefox-i18n-62.0.3/hsb.xpi) = 488120 -SHA256 (xpi/firefox-i18n-62.0.3/hu.xpi) = d1b3aaf057e428fd03e924009c8f58eaa1cd927f4deffd5d8666aef341ff54f9 -SIZE (xpi/firefox-i18n-62.0.3/hu.xpi) = 487428 -SHA256 (xpi/firefox-i18n-62.0.3/hy-AM.xpi) = ba765f45d683c8bc911a715373cba8fc50fb56064acb4354b761c700d619d9e9 -SIZE (xpi/firefox-i18n-62.0.3/hy-AM.xpi) = 518019 -SHA256 (xpi/firefox-i18n-62.0.3/ia.xpi) = d551a9b815e8532a6fb574957b452f2af907e12270860ee974f3f3e835e0b0d6 -SIZE (xpi/firefox-i18n-62.0.3/ia.xpi) = 461406 -SHA256 (xpi/firefox-i18n-62.0.3/id.xpi) = 8aef485ee83b5b11c5808013681cb09e419131b9386c0879ae02e1df8ea29f74 -SIZE (xpi/firefox-i18n-62.0.3/id.xpi) = 458276 -SHA256 (xpi/firefox-i18n-62.0.3/is.xpi) = f47fa1deb96dddd262d3557e67bb3f35fc87cef07d27ddb982adf4ae5012a6be -SIZE (xpi/firefox-i18n-62.0.3/is.xpi) = 459617 -SHA256 (xpi/firefox-i18n-62.0.3/it.xpi) = 875123a182895f2fbeee223c208a88b6a13ac5a4468697e906233406dc3dcca5 -SIZE (xpi/firefox-i18n-62.0.3/it.xpi) = 347139 -SHA256 (xpi/firefox-i18n-62.0.3/ja.xpi) = bd8d102bea1a57f55fe0f7e9a987b8a8e14b50a40f181c67e75050badd3764c2 -SIZE (xpi/firefox-i18n-62.0.3/ja.xpi) = 504031 -SHA256 (xpi/firefox-i18n-62.0.3/ka.xpi) = eae53cb8d6703c4722e7755bfbd0aed01c4c462949c292a1aab3ed7f50b68cea -SIZE (xpi/firefox-i18n-62.0.3/ka.xpi) = 503705 -SHA256 (xpi/firefox-i18n-62.0.3/kab.xpi) = 3f149a8c86f5c238d1649a5aaf0196b2e362217c334e138bc879e15557b8b30e -SIZE (xpi/firefox-i18n-62.0.3/kab.xpi) = 478240 -SHA256 (xpi/firefox-i18n-62.0.3/kk.xpi) = e0efeb01df8898f302ff15e7e750cca102f9de2141e800335be0f8faf9ee39ab -SIZE (xpi/firefox-i18n-62.0.3/kk.xpi) = 530654 -SHA256 (xpi/firefox-i18n-62.0.3/km.xpi) = 55258e74d455b6ebfc6f60c68e45404a04aacede76139a309fd0a6da0fdc2846 -SIZE (xpi/firefox-i18n-62.0.3/km.xpi) = 521445 -SHA256 (xpi/firefox-i18n-62.0.3/kn.xpi) = b39aa928053047e68315425e829861de903836b000be9c57120679c2b2d3a93e -SIZE (xpi/firefox-i18n-62.0.3/kn.xpi) = 528103 -SHA256 (xpi/firefox-i18n-62.0.3/ko.xpi) = bc46be021608035d318babb320ea9703b103c0d706f656704a0c0c2f3243ab3b -SIZE (xpi/firefox-i18n-62.0.3/ko.xpi) = 498342 -SHA256 (xpi/firefox-i18n-62.0.3/lij.xpi) = e0f48937d67a6b614e281f069eab3e76a9b559e4f34e9a192bc0d5ca932af105 -SIZE (xpi/firefox-i18n-62.0.3/lij.xpi) = 463444 -SHA256 (xpi/firefox-i18n-62.0.3/lt.xpi) = 2cae97570af6b6d48eba32308c1b24fcfa53c7387aede5ca2eda2be6901c6ff1 -SIZE (xpi/firefox-i18n-62.0.3/lt.xpi) = 487650 -SHA256 (xpi/firefox-i18n-62.0.3/lv.xpi) = 1805344100f6910b0eb33618ae043545d358861ebc419460fc19b62bf7331d44 -SIZE (xpi/firefox-i18n-62.0.3/lv.xpi) = 475710 -SHA256 (xpi/firefox-i18n-62.0.3/mai.xpi) = 08ec1feb9b95391e14a4c881ee7c3ebbbd983688db3621a8c8b470375f1708e2 -SIZE (xpi/firefox-i18n-62.0.3/mai.xpi) = 494726 -SHA256 (xpi/firefox-i18n-62.0.3/mk.xpi) = 6657805984c2704fb413ed80ff00679d513a88a3486b59abd2741453eaaa85fe -SIZE (xpi/firefox-i18n-62.0.3/mk.xpi) = 457532 -SHA256 (xpi/firefox-i18n-62.0.3/ml.xpi) = fc43a64a19b35c44029d032920fa7787313a7630a4e633682f76cf09c67d2f42 -SIZE (xpi/firefox-i18n-62.0.3/ml.xpi) = 538825 -SHA256 (xpi/firefox-i18n-62.0.3/mr.xpi) = 6a2cfe96c0947af68c0e1b3e7716a1900933a01dff411fc4d4599e6c928abd7f -SIZE (xpi/firefox-i18n-62.0.3/mr.xpi) = 530350 -SHA256 (xpi/firefox-i18n-62.0.3/ms.xpi) = a3c201b186a91b3bacab23ff67589bb72ec65da26f2c92123637e435addcd1dc -SIZE (xpi/firefox-i18n-62.0.3/ms.xpi) = 459916 -SHA256 (xpi/firefox-i18n-62.0.3/my.xpi) = be6f0cc7f50364457f77eded64f52ecb684363a4316ccfdf3f3181dce0451174 -SIZE (xpi/firefox-i18n-62.0.3/my.xpi) = 507314 -SHA256 (xpi/firefox-i18n-62.0.3/nb-NO.xpi) = fdd823e227fadde823ba62590bdfea48766851ae10965d481e13902a250b4e17 -SIZE (xpi/firefox-i18n-62.0.3/nb-NO.xpi) = 458931 -SHA256 (xpi/firefox-i18n-62.0.3/ne-NP.xpi) = e3b775e979d81569c5775a4acde13184f048c5eace77ee3bf69d253a30f2a666 -SIZE (xpi/firefox-i18n-62.0.3/ne-NP.xpi) = 500514 -SHA256 (xpi/firefox-i18n-62.0.3/nl.xpi) = f470c9ab403a9b76997bcbefd4685c8925f0e93dd6056c8230875eb7bb7be4b5 -SIZE (xpi/firefox-i18n-62.0.3/nl.xpi) = 459511 -SHA256 (xpi/firefox-i18n-62.0.3/nn-NO.xpi) = f64b40f808e32169e5feb62eae5b4163541318a5f628737d1b200b0be235d5f9 -SIZE (xpi/firefox-i18n-62.0.3/nn-NO.xpi) = 457054 -SHA256 (xpi/firefox-i18n-62.0.3/oc.xpi) = 258724772defde0228751e560daf9f184e7076b620e3883a1ffc9883b0889094 -SIZE (xpi/firefox-i18n-62.0.3/oc.xpi) = 475429 -SHA256 (xpi/firefox-i18n-62.0.3/or.xpi) = 7c92029df4a549eb355f8fab1c6756d66b3a4e7919fc65969304f62132b7a67b -SIZE (xpi/firefox-i18n-62.0.3/or.xpi) = 485373 -SHA256 (xpi/firefox-i18n-62.0.3/pa-IN.xpi) = 13bbd53588574db65b2f1d952a10ac2b99520a86064ddfcdbbb5517131161d35 -SIZE (xpi/firefox-i18n-62.0.3/pa-IN.xpi) = 496915 -SHA256 (xpi/firefox-i18n-62.0.3/pl.xpi) = 45971007aa565a0b13791b2aff2e929f90f61836886c4f7a52f8b340450684a3 -SIZE (xpi/firefox-i18n-62.0.3/pl.xpi) = 370890 -SHA256 (xpi/firefox-i18n-62.0.3/pt-BR.xpi) = 4a8c0bc97305d59a5e69996419c5b25280d7af1807abe91fc03ce6f7126decae -SIZE (xpi/firefox-i18n-62.0.3/pt-BR.xpi) = 460872 -SHA256 (xpi/firefox-i18n-62.0.3/pt-PT.xpi) = 7c61353d67b8206330f486ebdf1dfbe14a8e62b03e9b05acc11308c1df6e264d -SIZE (xpi/firefox-i18n-62.0.3/pt-PT.xpi) = 473528 -SHA256 (xpi/firefox-i18n-62.0.3/rm.xpi) = 0010c96776c3057a54d5228aba7aa9e0e0e0ec5632f8bd8b45d2c01d27aa5c7e -SIZE (xpi/firefox-i18n-62.0.3/rm.xpi) = 462474 -SHA256 (xpi/firefox-i18n-62.0.3/ro.xpi) = 2580e2271e35bb3aace53678920c4cfc77f34ef0633386f5362ef02638e63525 -SIZE (xpi/firefox-i18n-62.0.3/ro.xpi) = 463410 -SHA256 (xpi/firefox-i18n-62.0.3/ru.xpi) = 316b4341ea88192b3f95e339f5989449a80ad76768df0b822747c3282dbe4eff -SIZE (xpi/firefox-i18n-62.0.3/ru.xpi) = 539883 -SHA256 (xpi/firefox-i18n-62.0.3/si.xpi) = f8d03b7dd8ce0f3c54b0237059819c5bb952c3002ca2c2499a0fa18d39290c4b -SIZE (xpi/firefox-i18n-62.0.3/si.xpi) = 487601 -SHA256 (xpi/firefox-i18n-62.0.3/sk.xpi) = 36214d183f778718b8b7fd242e6609b497e176f98c2b1906825d6577b6131bab -SIZE (xpi/firefox-i18n-62.0.3/sk.xpi) = 488135 -SHA256 (xpi/firefox-i18n-62.0.3/sl.xpi) = 38cfe4e7b7bf7cebd1149cd1820b73fe4813a3ffae250ac6769b5c13c24d362f -SIZE (xpi/firefox-i18n-62.0.3/sl.xpi) = 468413 -SHA256 (xpi/firefox-i18n-62.0.3/son.xpi) = 4dcae84379316a74aaa0a7d3a84a2bde2717db8556420acdef53b2133a939aa1 -SIZE (xpi/firefox-i18n-62.0.3/son.xpi) = 445942 -SHA256 (xpi/firefox-i18n-62.0.3/sq.xpi) = c30b3145d7e3bfbcac77d5fc2796d430b6798ea0d1d7d74ef3add6278418d494 -SIZE (xpi/firefox-i18n-62.0.3/sq.xpi) = 475527 -SHA256 (xpi/firefox-i18n-62.0.3/sr.xpi) = 5c1f0129e2780ebbb51adce107af13010208bab304ef3fbecbd7bbdb3cbcfac9 -SIZE (xpi/firefox-i18n-62.0.3/sr.xpi) = 498808 -SHA256 (xpi/firefox-i18n-62.0.3/sv-SE.xpi) = 58c40837e33d6d4a5ee03dd7921af98708df7428cf2a87f3c2ec0ef12c2d9b9b -SIZE (xpi/firefox-i18n-62.0.3/sv-SE.xpi) = 469502 -SHA256 (xpi/firefox-i18n-62.0.3/ta.xpi) = 8cb4115d3e47e44e2b5105404e1031bc66bb99b74e86cb58844765076fbca03a -SIZE (xpi/firefox-i18n-62.0.3/ta.xpi) = 526475 -SHA256 (xpi/firefox-i18n-62.0.3/te.xpi) = a5888ed43e5213d93a377cb57bb020bf77c81997f9745ee50fde5b7229f602ed -SIZE (xpi/firefox-i18n-62.0.3/te.xpi) = 536779 -SHA256 (xpi/firefox-i18n-62.0.3/th.xpi) = 47b31b1f3edb13325b085d80cfe6a1a785b414b333db7a3308c4366269b83bed -SIZE (xpi/firefox-i18n-62.0.3/th.xpi) = 507128 -SHA256 (xpi/firefox-i18n-62.0.3/tr.xpi) = a48188dbec06ec384c6fc1c23ee2d609300691165e508955051bd4f024d99efd -SIZE (xpi/firefox-i18n-62.0.3/tr.xpi) = 477275 -SHA256 (xpi/firefox-i18n-62.0.3/uk.xpi) = 78585ec621bc4af581a79a0e447fcdb2c041379aa966b8ba51e7adb22f24c2aa -SIZE (xpi/firefox-i18n-62.0.3/uk.xpi) = 532597 -SHA256 (xpi/firefox-i18n-62.0.3/ur.xpi) = 6240d8aa0247820d339d2dcf896f31b3ac8ca6ec463ef4d494f58873f763bca3 -SIZE (xpi/firefox-i18n-62.0.3/ur.xpi) = 512366 -SHA256 (xpi/firefox-i18n-62.0.3/uz.xpi) = 5ad614f2ac62d8b8f3e7ca96f68dd90747749846218374ed37304e1ce8f0260b -SIZE (xpi/firefox-i18n-62.0.3/uz.xpi) = 457999 -SHA256 (xpi/firefox-i18n-62.0.3/vi.xpi) = 83f0d6986d1fe2ba2d4a70ca0240a5a42cbffc370461586304444dce3e7c0e0c -SIZE (xpi/firefox-i18n-62.0.3/vi.xpi) = 478333 -SHA256 (xpi/firefox-i18n-62.0.3/xh.xpi) = 116b96da3549f1204b2ff0f6dc40b0f780daf3bd444e48a943d60658b653c001 -SIZE (xpi/firefox-i18n-62.0.3/xh.xpi) = 461205 -SHA256 (xpi/firefox-i18n-62.0.3/zh-CN.xpi) = f5f326b10857073c63317d41ffbd2c2208f1104839df62d57bea4065c406e5ef -SIZE (xpi/firefox-i18n-62.0.3/zh-CN.xpi) = 491488 -SHA256 (xpi/firefox-i18n-62.0.3/zh-TW.xpi) = bad9eb5db7cb2c9b650fa8f2abee0129d43bb2f236c725482b793f6c854f90a9 -SIZE (xpi/firefox-i18n-62.0.3/zh-TW.xpi) = 494524 +TIMESTAMP = 1539893202 +SHA256 (xpi/firefox-i18n-63.0/ach.xpi) = a69e98b2480da786f412f44028d9066491186a9ebf8d1d0e4ed33869c44a1d83 +SIZE (xpi/firefox-i18n-63.0/ach.xpi) = 455084 +SHA256 (xpi/firefox-i18n-63.0/af.xpi) = d43e7ee53e3e3aa585e53b2db42a4ed3bc358fdb9bd265e1d2b47baf7b3a9398 +SIZE (xpi/firefox-i18n-63.0/af.xpi) = 437912 +SHA256 (xpi/firefox-i18n-63.0/an.xpi) = f3add5fdc9daae03c18a29aa0e5dc5ae584ccba12102fec68e45c29a0eb484b8 +SIZE (xpi/firefox-i18n-63.0/an.xpi) = 474545 +SHA256 (xpi/firefox-i18n-63.0/ar.xpi) = bd51fb9a473da43f51d99377ad8ab6823dfe3034ca736ee54b2fd228378ecd1c +SIZE (xpi/firefox-i18n-63.0/ar.xpi) = 513464 +SHA256 (xpi/firefox-i18n-63.0/as.xpi) = 7976beb3686d0208104e0cd837c7d35e1a384d948c6350f525b7225c167f3b97 +SIZE (xpi/firefox-i18n-63.0/as.xpi) = 482195 +SHA256 (xpi/firefox-i18n-63.0/ast.xpi) = a321c4595f866173bd4ab636a849b5fac9558ea2668081151e7197007f057178 +SIZE (xpi/firefox-i18n-63.0/ast.xpi) = 465656 +SHA256 (xpi/firefox-i18n-63.0/az.xpi) = 6f7e39ac4c4905f75578f5133770916c6e4ad888b304261c1722da9a73f4018c +SIZE (xpi/firefox-i18n-63.0/az.xpi) = 490944 +SHA256 (xpi/firefox-i18n-63.0/be.xpi) = db439229c94d61a28002705a971287f865b9cfaa28089baf0f935ab1dd896c99 +SIZE (xpi/firefox-i18n-63.0/be.xpi) = 549300 +SHA256 (xpi/firefox-i18n-63.0/bg.xpi) = 0d1db6696eafe92d75a03b1298f750f0a69f0496484491cbe15107ea016b5f47 +SIZE (xpi/firefox-i18n-63.0/bg.xpi) = 523523 +SHA256 (xpi/firefox-i18n-63.0/bn-BD.xpi) = 23113a55a258040467be0d60ceb38600b165969bd319380dbcee13d7510920de +SIZE (xpi/firefox-i18n-63.0/bn-BD.xpi) = 548594 +SHA256 (xpi/firefox-i18n-63.0/bn-IN.xpi) = ba7e5a2022b7fe7391e47c5319e4eb0678a477e5573b4f6eecfd6260797d9d9e +SIZE (xpi/firefox-i18n-63.0/bn-IN.xpi) = 516020 +SHA256 (xpi/firefox-i18n-63.0/br.xpi) = b245cb6e8868b1e0c77005b74083772c13f61b84cd968233eb41fceba05d61d2 +SIZE (xpi/firefox-i18n-63.0/br.xpi) = 474388 +SHA256 (xpi/firefox-i18n-63.0/bs.xpi) = 46d6937c29b1946c12c514f18f4460140994087e8163c92b82405e673f6897a1 +SIZE (xpi/firefox-i18n-63.0/bs.xpi) = 472888 +SHA256 (xpi/firefox-i18n-63.0/ca.xpi) = 26a94dcf8a6c95dccf6f788784a5a99d41a5970c343956cc9ca825cd90df5d5c +SIZE (xpi/firefox-i18n-63.0/ca.xpi) = 469245 +SHA256 (xpi/firefox-i18n-63.0/cak.xpi) = 271f15f5a06b982ffb4d16f5609ce67301f2b7e8d76db41a87e29df75e7f0138 +SIZE (xpi/firefox-i18n-63.0/cak.xpi) = 502728 +SHA256 (xpi/firefox-i18n-63.0/cs.xpi) = 25b63e1bff3e36a7f17b71c05ec03d7dedc9775325936e9ac19c30226eb45878 +SIZE (xpi/firefox-i18n-63.0/cs.xpi) = 489306 +SHA256 (xpi/firefox-i18n-63.0/cy.xpi) = b2e0130b6c2cc45c62c108633c9185126edfa7381bb954312a20b2f3a343d4d0 +SIZE (xpi/firefox-i18n-63.0/cy.xpi) = 481078 +SHA256 (xpi/firefox-i18n-63.0/da.xpi) = 0ba63df1c715944ddea493282587266acf24c1b721a76d679ef37f0252b43fb3 +SIZE (xpi/firefox-i18n-63.0/da.xpi) = 481835 +SHA256 (xpi/firefox-i18n-63.0/de.xpi) = b6b089a88ee788e684e87368d542024c5398e431ecd182b2271906bca5549593 +SIZE (xpi/firefox-i18n-63.0/de.xpi) = 491998 +SHA256 (xpi/firefox-i18n-63.0/dsb.xpi) = 061ea25bcec87edb0a551458df540ba4ab6cbb9fb4470a934d30bfd94a42bf11 +SIZE (xpi/firefox-i18n-63.0/dsb.xpi) = 500887 +SHA256 (xpi/firefox-i18n-63.0/el.xpi) = a149896c0e77c7fe082ae91e4d287bb8898f57df956bcc09986e144cc69be21b +SIZE (xpi/firefox-i18n-63.0/el.xpi) = 558442 +SHA256 (xpi/firefox-i18n-63.0/en-CA.xpi) = 12b04a11a095f3bac9610320704964f2f4f99e4b297fd7a9cde0ad44048f02f7 +SIZE (xpi/firefox-i18n-63.0/en-CA.xpi) = 450713 +SHA256 (xpi/firefox-i18n-63.0/en-GB.xpi) = 14163a81d51138a06d760c582b76126007f3ebc06436983e9628b03471bfb006 +SIZE (xpi/firefox-i18n-63.0/en-GB.xpi) = 442413 +SHA256 (xpi/firefox-i18n-63.0/en-US.xpi) = dc6759bec52d1c370b5c31912f0a05b1508c450b900f913fbfab310b488d1d0e +SIZE (xpi/firefox-i18n-63.0/en-US.xpi) = 425480 +SHA256 (xpi/firefox-i18n-63.0/en-ZA.xpi) = ed6a0cf39b1f5d8a56874079f96c12159b89a83252afca56d77acc783d8c7c7d +SIZE (xpi/firefox-i18n-63.0/en-ZA.xpi) = 427845 +SHA256 (xpi/firefox-i18n-63.0/eo.xpi) = 02db1f348d44799c86c176b894c8c7b88709e174777a9886c43542aefd59c69b +SIZE (xpi/firefox-i18n-63.0/eo.xpi) = 478961 +SHA256 (xpi/firefox-i18n-63.0/es-AR.xpi) = 2cd376f06150875d257b43f6996acc13a1ffb4a5b7b8110e9b64bc7a9fb00cd8 +SIZE (xpi/firefox-i18n-63.0/es-AR.xpi) = 486912 +SHA256 (xpi/firefox-i18n-63.0/es-CL.xpi) = 3bcfa60faf4a0dd772a123a6763f88968f2ffa5fc6cb49147dbef875a8e26b45 +SIZE (xpi/firefox-i18n-63.0/es-CL.xpi) = 487567 +SHA256 (xpi/firefox-i18n-63.0/es-ES.xpi) = 8de17ed09a99ff891254e77e87a1a50f4d4c0f1ee662137337e2ab6803310bc5 +SIZE (xpi/firefox-i18n-63.0/es-ES.xpi) = 431428 +SHA256 (xpi/firefox-i18n-63.0/es-MX.xpi) = 4ebb349374fab6929d84c970430e3aed1bfc4daba182bd0caa6b32252cba3084 +SIZE (xpi/firefox-i18n-63.0/es-MX.xpi) = 490502 +SHA256 (xpi/firefox-i18n-63.0/et.xpi) = 7cd41fd6686fa58d4f8545168dbf3c9763845824a72834c316f500aea88787e4 +SIZE (xpi/firefox-i18n-63.0/et.xpi) = 469981 +SHA256 (xpi/firefox-i18n-63.0/eu.xpi) = aa9a585e3e39c5d962b143db588f6b70604bf75dfdad5f5b56bc1fe10e26435a +SIZE (xpi/firefox-i18n-63.0/eu.xpi) = 478606 +SHA256 (xpi/firefox-i18n-63.0/fa.xpi) = b2a079b24c3c2d5c533ce955b8d7ecf42ac495712cd1a9095f80c5342b5d540d +SIZE (xpi/firefox-i18n-63.0/fa.xpi) = 529588 +SHA256 (xpi/firefox-i18n-63.0/ff.xpi) = 95cca64459bff725f813a138a9f6f6c6a0aa9f96b031369f77eae69fc928056c +SIZE (xpi/firefox-i18n-63.0/ff.xpi) = 467968 +SHA256 (xpi/firefox-i18n-63.0/fi.xpi) = 0554c8541e59728670907d2f7f4ee0748fdc32fecacb572fc45a3fab329e39f3 +SIZE (xpi/firefox-i18n-63.0/fi.xpi) = 467882 +SHA256 (xpi/firefox-i18n-63.0/fr.xpi) = d1af3f796be2d3e055b3c405a78e73556eec8b04576fe50ffba3856ee4f7538a +SIZE (xpi/firefox-i18n-63.0/fr.xpi) = 496627 +SHA256 (xpi/firefox-i18n-63.0/fy-NL.xpi) = af5ccd80813b2322ac098ca32f7651cf8a4f07453eb49a8782ec6fe3d7a2efe9 +SIZE (xpi/firefox-i18n-63.0/fy-NL.xpi) = 485367 +SHA256 (xpi/firefox-i18n-63.0/ga-IE.xpi) = 1ae5656d1f6aa8dc1e4b3ed26839e45144d983421b0c265e07c77a7dcd22662c +SIZE (xpi/firefox-i18n-63.0/ga-IE.xpi) = 479146 +SHA256 (xpi/firefox-i18n-63.0/gd.xpi) = 22751ad7308aedbfc0ed47d31f85b3779508c0b1da5862fd3e6a6fd6b895ee3e +SIZE (xpi/firefox-i18n-63.0/gd.xpi) = 484600 +SHA256 (xpi/firefox-i18n-63.0/gl.xpi) = 3c01a5d680659b44d1bce70fa3e327f18523f50591b3ea00febe05b9f2d86f42 +SIZE (xpi/firefox-i18n-63.0/gl.xpi) = 455900 +SHA256 (xpi/firefox-i18n-63.0/gn.xpi) = 52d7baf9f862e46ac21812740b180701277879e22e85a3d9a90192846c1d3d45 +SIZE (xpi/firefox-i18n-63.0/gn.xpi) = 496363 +SHA256 (xpi/firefox-i18n-63.0/gu-IN.xpi) = 350464c32817b3c6783ed678d932fe6bab565399ce2d40d2d20f7418f0b22c35 +SIZE (xpi/firefox-i18n-63.0/gu-IN.xpi) = 556299 +SHA256 (xpi/firefox-i18n-63.0/he.xpi) = 1b7f2bf099958ffb8eecbf12b6398e3b89171df0d9aed422cf389f200a66a449 +SIZE (xpi/firefox-i18n-63.0/he.xpi) = 486232 +SHA256 (xpi/firefox-i18n-63.0/hi-IN.xpi) = c69c85c370ab9899fa29e56c1ccda238f4e1179208525b4e80616cc347eacf0e +SIZE (xpi/firefox-i18n-63.0/hi-IN.xpi) = 545388 +SHA256 (xpi/firefox-i18n-63.0/hr.xpi) = 5ba54566294d2a0b370ac58bcef41d149b87caf2e28056328ecf420f215abd54 +SIZE (xpi/firefox-i18n-63.0/hr.xpi) = 468490 +SHA256 (xpi/firefox-i18n-63.0/hsb.xpi) = 426fe28f8ff6df8407e4a48a9a77c248637fcfb68e38cd73e9ecb0347e7f6303 +SIZE (xpi/firefox-i18n-63.0/hsb.xpi) = 500688 +SHA256 (xpi/firefox-i18n-63.0/hu.xpi) = e8336fb6f9049d9febc9f9cfb8803adc937c1f9621f8679c9bb911b3dbdd24cb +SIZE (xpi/firefox-i18n-63.0/hu.xpi) = 497767 +SHA256 (xpi/firefox-i18n-63.0/hy-AM.xpi) = 5cbb4fb78f61ea88908a8384982094393491ad75a7e468cd82c121a8f1c6f116 +SIZE (xpi/firefox-i18n-63.0/hy-AM.xpi) = 525183 +SHA256 (xpi/firefox-i18n-63.0/ia.xpi) = 8e6c9ed8472c5af292b08fdd2c31dbb8e6849138a1763c1935eb84b33c821ab5 +SIZE (xpi/firefox-i18n-63.0/ia.xpi) = 474996 +SHA256 (xpi/firefox-i18n-63.0/id.xpi) = e7148242a2503c18fb5868c52c0bacb10bb4fe4b386d6b6195c86113f4c5ab04 +SIZE (xpi/firefox-i18n-63.0/id.xpi) = 468258 +SHA256 (xpi/firefox-i18n-63.0/is.xpi) = d9065fc2b849f86779313622b2d5c714ee65318a7f5829a95d4c254aede4ac2b +SIZE (xpi/firefox-i18n-63.0/is.xpi) = 467334 +SHA256 (xpi/firefox-i18n-63.0/it.xpi) = b499d73ad829e60faecad492d10c7ccd3af7ba386aeadd0777e9fa22c586d934 +SIZE (xpi/firefox-i18n-63.0/it.xpi) = 351091 +SHA256 (xpi/firefox-i18n-63.0/ja.xpi) = cdf1a2b83718a4fb68a18fe99dd388f02670f3658556a0f61ebc88a0db7c32f1 +SIZE (xpi/firefox-i18n-63.0/ja.xpi) = 502001 +SHA256 (xpi/firefox-i18n-63.0/ka.xpi) = de6256998bfc4abe95f5eae7398875d681fb6c83173d991b9cbd8354edbd9ed4 +SIZE (xpi/firefox-i18n-63.0/ka.xpi) = 517228 +SHA256 (xpi/firefox-i18n-63.0/kab.xpi) = f71eb16cdd5bb983fdfbed956f573399f966a85bba7d69ccebd31e4231413eb7 +SIZE (xpi/firefox-i18n-63.0/kab.xpi) = 490513 +SHA256 (xpi/firefox-i18n-63.0/kk.xpi) = 42206775623375d7db880e2728895ed2b4525400dd622909bdb410cbec54c4db +SIZE (xpi/firefox-i18n-63.0/kk.xpi) = 546399 +SHA256 (xpi/firefox-i18n-63.0/km.xpi) = 9d0ec0b215c43e355e72e1b65b76d59716d7aae06dfcd2fb8ecdbd288a0878e2 +SIZE (xpi/firefox-i18n-63.0/km.xpi) = 530622 +SHA256 (xpi/firefox-i18n-63.0/kn.xpi) = 07bfdb38665a09ca8c1c3afdf741391cfe44a9277934aeb676c43a244c124f46 +SIZE (xpi/firefox-i18n-63.0/kn.xpi) = 536458 +SHA256 (xpi/firefox-i18n-63.0/ko.xpi) = dbca2a53b4cd2e1f3e94532ef358e4044cfc60b350d46e58f146979b902e0f7e +SIZE (xpi/firefox-i18n-63.0/ko.xpi) = 496524 +SHA256 (xpi/firefox-i18n-63.0/lij.xpi) = 37fbefc91cb215eeee131ef3f5dd8a33c608af7209c364521d8afa0d0e54064e +SIZE (xpi/firefox-i18n-63.0/lij.xpi) = 478454 +SHA256 (xpi/firefox-i18n-63.0/lt.xpi) = 3679a669bb8a3935dfa49efdf0819e38f2e79c93c02d52ddaadcfb0dcdc5a459 +SIZE (xpi/firefox-i18n-63.0/lt.xpi) = 501126 +SHA256 (xpi/firefox-i18n-63.0/lv.xpi) = c5e3a13ed57e3e924b89b6c25f21b78df7a05a18d84203baffb52c13111285bd +SIZE (xpi/firefox-i18n-63.0/lv.xpi) = 489159 +SHA256 (xpi/firefox-i18n-63.0/mai.xpi) = 551363ed61e2dfb066623b152c670f399a49337fdf929b7c91a91492b21a5004 +SIZE (xpi/firefox-i18n-63.0/mai.xpi) = 498749 +SHA256 (xpi/firefox-i18n-63.0/mk.xpi) = 1deba0e0f817b1a83971dc16f996b3e7302ebf3b69c4c78f2477432928ba07cc +SIZE (xpi/firefox-i18n-63.0/mk.xpi) = 463726 +SHA256 (xpi/firefox-i18n-63.0/ml.xpi) = 2f47f51ac59b240df89b5918b056f5f277865832793d430e50b0e86f16eee9d1 +SIZE (xpi/firefox-i18n-63.0/ml.xpi) = 546422 +SHA256 (xpi/firefox-i18n-63.0/mr.xpi) = 7de54cd97ebe1f7fb19688b487df1559abb39c2b0b8a3cb8445edac3cfcebf5d +SIZE (xpi/firefox-i18n-63.0/mr.xpi) = 538968 +SHA256 (xpi/firefox-i18n-63.0/ms.xpi) = e272fcb3d762388c2f101f4848d16bd711076729c49201f046581f797cb1c7a0 +SIZE (xpi/firefox-i18n-63.0/ms.xpi) = 471525 +SHA256 (xpi/firefox-i18n-63.0/my.xpi) = 85100b8664000a46c4dbc808490798b38c0eab477b7aa3648edd0150f6ae84d8 +SIZE (xpi/firefox-i18n-63.0/my.xpi) = 516689 +SHA256 (xpi/firefox-i18n-63.0/nb-NO.xpi) = b08bda2c5a4591e46b87cb35e18a5dfdb88cbee699e635be5e76281dd78656b8 +SIZE (xpi/firefox-i18n-63.0/nb-NO.xpi) = 470897 +SHA256 (xpi/firefox-i18n-63.0/ne-NP.xpi) = d95112ae58819916a848bec185866c79b21298936b42dfcbdf4bfa4b5ea51661 +SIZE (xpi/firefox-i18n-63.0/ne-NP.xpi) = 508081 +SHA256 (xpi/firefox-i18n-63.0/nl.xpi) = e49ddf7be8fb8a0b32115232eafff247d26958eec45eb2195bad3158f191cdf8 +SIZE (xpi/firefox-i18n-63.0/nl.xpi) = 460037 +SHA256 (xpi/firefox-i18n-63.0/nn-NO.xpi) = 8b993b416fe591f57615472ea364b6af95382834e1483f763e6e228be242971e +SIZE (xpi/firefox-i18n-63.0/nn-NO.xpi) = 469109 +SHA256 (xpi/firefox-i18n-63.0/oc.xpi) = 2f27c4cf5ac2688b0d3e422b6f3c342efe6442f9eb5c7842402ec0eed5aa2415 +SIZE (xpi/firefox-i18n-63.0/oc.xpi) = 482911 +SHA256 (xpi/firefox-i18n-63.0/or.xpi) = 1b447c5681dcf06fc9870a2381c0953c753c03c9659947902596c663959c5b65 +SIZE (xpi/firefox-i18n-63.0/or.xpi) = 489354 +SHA256 (xpi/firefox-i18n-63.0/pa-IN.xpi) = 1101d192d4bc567f01e3c5bb3b63aaf773c16f74ef073550eba26aa68edb7638 +SIZE (xpi/firefox-i18n-63.0/pa-IN.xpi) = 508197 +SHA256 (xpi/firefox-i18n-63.0/pl.xpi) = b5c7b6845448842180b3ea15aba922af434cbeea0dd3910b911aa19e41daf65d +SIZE (xpi/firefox-i18n-63.0/pl.xpi) = 379299 +SHA256 (xpi/firefox-i18n-63.0/pt-BR.xpi) = 1d4ba9430633aa32968a2a4f383f887b1db9cb109b24660261a9fa0618d94995 +SIZE (xpi/firefox-i18n-63.0/pt-BR.xpi) = 471906 +SHA256 (xpi/firefox-i18n-63.0/pt-PT.xpi) = 4ad7dd84703169e355cc238c4c0dccf2b975ee2120ef1550691bd005848cc08a +SIZE (xpi/firefox-i18n-63.0/pt-PT.xpi) = 485591 +SHA256 (xpi/firefox-i18n-63.0/rm.xpi) = 92395fb384a1a58738cbd6fbc0db7d5974679f0b00386e9d24f4e25b5650ef56 +SIZE (xpi/firefox-i18n-63.0/rm.xpi) = 475831 +SHA256 (xpi/firefox-i18n-63.0/ro.xpi) = 4e799db3a5f6b8f79751350e776985d9731c842f6422f45511d81fba18dfe94f +SIZE (xpi/firefox-i18n-63.0/ro.xpi) = 472561 +SHA256 (xpi/firefox-i18n-63.0/ru.xpi) = 3074eb8e58daf6230539bf6f67bb165e87913e436311cc0f88a8eb9b4f682327 +SIZE (xpi/firefox-i18n-63.0/ru.xpi) = 543422 +SHA256 (xpi/firefox-i18n-63.0/si.xpi) = 4f2cc5b1380ecb71a7cb4047714b3038858891ac9fc7a964fb3947846cb1cb8d +SIZE (xpi/firefox-i18n-63.0/si.xpi) = 492571 +SHA256 (xpi/firefox-i18n-63.0/sk.xpi) = 203e22e920fc56b83670684760fefbbad9f8213689c5779dadf5b632e1265f23 +SIZE (xpi/firefox-i18n-63.0/sk.xpi) = 500222 +SHA256 (xpi/firefox-i18n-63.0/sl.xpi) = 11ae17d8b93576d8903e7367fc9db202ff90ec538031032adb9d7b559f06b070 +SIZE (xpi/firefox-i18n-63.0/sl.xpi) = 481996 +SHA256 (xpi/firefox-i18n-63.0/son.xpi) = 3a417697edad6beed0f4936eaf671446974c710170b638c778df06c620b88a5b +SIZE (xpi/firefox-i18n-63.0/son.xpi) = 452801 +SHA256 (xpi/firefox-i18n-63.0/sq.xpi) = 01baac2afed251b5ccc88af790060c31857dbefe267566a08d7a26b0326e2bd0 +SIZE (xpi/firefox-i18n-63.0/sq.xpi) = 492310 +SHA256 (xpi/firefox-i18n-63.0/sr.xpi) = ace8ddf31e4515001508eaec46227794eba71fa793eb31220f7e71e9e3252a6d +SIZE (xpi/firefox-i18n-63.0/sr.xpi) = 507258 +SHA256 (xpi/firefox-i18n-63.0/sv-SE.xpi) = d56b23466243b795faba71b6ddebae522ceadd84c99310b07d02bd974b855d3e +SIZE (xpi/firefox-i18n-63.0/sv-SE.xpi) = 481626 +SHA256 (xpi/firefox-i18n-63.0/ta.xpi) = 0539b820ec979161c114986ee351fa28c172c40df5928ddda537cea2e8742495 +SIZE (xpi/firefox-i18n-63.0/ta.xpi) = 533414 +SHA256 (xpi/firefox-i18n-63.0/te.xpi) = 1c86c62f137535fd87d055ba6618c11e05cdba186032bdf533839e778f4e3a0b +SIZE (xpi/firefox-i18n-63.0/te.xpi) = 545784 +SHA256 (xpi/firefox-i18n-63.0/th.xpi) = 48f81b87e8dabf6fee1d8559ef29d219212505bafc30ebeb937d01dc3f1d04ad +SIZE (xpi/firefox-i18n-63.0/th.xpi) = 519005 +SHA256 (xpi/firefox-i18n-63.0/tr.xpi) = 0a583a3c6f43d9db6c6915dc4abfaf0a78e6a3d5ca1dc7b9301d5f89c8973386 +SIZE (xpi/firefox-i18n-63.0/tr.xpi) = 491287 +SHA256 (xpi/firefox-i18n-63.0/uk.xpi) = a6ba79767f24623303a8c703398ab62a11073152b9b90c4d0a6ff19933cad0cd +SIZE (xpi/firefox-i18n-63.0/uk.xpi) = 548370 +SHA256 (xpi/firefox-i18n-63.0/ur.xpi) = 288bb00ac5d0bb98afcadbc23093e2e33828973d6dea5f608ce028d1ecc4f472 +SIZE (xpi/firefox-i18n-63.0/ur.xpi) = 525514 +SHA256 (xpi/firefox-i18n-63.0/uz.xpi) = ed6b734780c8ba7cda38e56b118012d940fba95a759fe68b00de339d96e9a1c4 +SIZE (xpi/firefox-i18n-63.0/uz.xpi) = 469357 +SHA256 (xpi/firefox-i18n-63.0/vi.xpi) = e637173435efc2174a0801db45834317e78d0899c5a99dd42a648c7963b893a4 +SIZE (xpi/firefox-i18n-63.0/vi.xpi) = 489043 +SHA256 (xpi/firefox-i18n-63.0/xh.xpi) = ead4173f344b7e8971c3f28f45ba87e1779dab8ad8e48bda120fee8e23b3da17 +SIZE (xpi/firefox-i18n-63.0/xh.xpi) = 466845 +SHA256 (xpi/firefox-i18n-63.0/zh-CN.xpi) = c6ae07e75a383152916ba09bcd3539d5f2ad022105c362904e9ca5196ee0a5ac +SIZE (xpi/firefox-i18n-63.0/zh-CN.xpi) = 504058 +SHA256 (xpi/firefox-i18n-63.0/zh-TW.xpi) = a379d849c067f33dd703669861d71a7e38400d4393ef6f5e5cab4815e6182cc5 +SIZE (xpi/firefox-i18n-63.0/zh-TW.xpi) = 507002 Modified: branches/2018Q4/www/firefox/Makefile ============================================================================== --- branches/2018Q4/www/firefox/Makefile Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/www/firefox/Makefile Mon Oct 22 23:52:59 2018 (r482798) @@ -2,23 +2,23 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 62.0.3 +DISTVERSION= 63.0 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.19:devel/nspr \ - nss>=3.38:security/nss \ + nss>=3.39:security/nss \ icu>=59.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ - harfbuzz>=1.7.6:print/harfbuzz \ - graphite2>=1.3.11:graphics/graphite2 \ + harfbuzz>=1.8.8:print/harfbuzz \ + graphite2>=1.3.12:graphics/graphite2 \ png>=1.6.34:graphics/png \ libvorbis>=1.3.6,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ Modified: branches/2018Q4/www/firefox/distinfo ============================================================================== --- branches/2018Q4/www/firefox/distinfo Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/www/firefox/distinfo Mon Oct 22 23:52:59 2018 (r482798) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538418962 -SHA256 (firefox-62.0.3.source.tar.xz) = c1d506eb7b1225e52398b2e4587085e77ff5f1fbf07728ba0fee60bbeae94636 -SIZE (firefox-62.0.3.source.tar.xz) = 259531444 +TIMESTAMP = 1539893202 +SHA256 (firefox-63.0.source.tar.xz) = 3f95b028571ab9ffb3bf637761534a685aed224de3b87eb8ad7e1d0831995c07 +SIZE (firefox-63.0.source.tar.xz) = 265957640 Modified: branches/2018Q4/www/firefox/files/patch-bug1288587 ============================================================================== --- branches/2018Q4/www/firefox/files/patch-bug1288587 Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/www/firefox/files/patch-bug1288587 Mon Oct 22 23:52:59 2018 (r482798) @@ -43,13 +43,13 @@ index 855214a..1e91d51 100644 topobjdir = topobjdir[:-7] with LineIO(lambda l: log.info(l)) as out: -@@ -219,17 +226,20 @@ def virtualenv_python(env_python, build_env, mozconfig, help): +@@ -255,17 +262,20 @@ def virtualenv_python(env_python, build_env, mozconfig log.info('Creating Python environment') manager.build(python) python = normsep(manager.python_path) - if python != normsep(sys.executable): + if not normsep(sys.executable).startswith(normsep(virtualenvs_root)): log.info('Reexecuting in the virtualenv') if env_python: - del os.environ['PYTHON'] Modified: branches/2018Q4/www/firefox/files/patch-bug847568 ============================================================================== --- branches/2018Q4/www/firefox/files/patch-bug847568 Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/www/firefox/files/patch-bug847568 Mon Oct 22 23:52:59 2018 (r482798) @@ -4,8 +4,8 @@ diff --git config/system-headers.mozbuild config/syste index 7620b4d00623..09d3db5ca8c0 100644 --- config/system-headers.mozbuild +++ config/system-headers.mozbuild -@@ -1312,6 +1312,19 @@ if not CONFIG['MOZ_TREE_PIXMAN']: - 'pixman.h', +@@ -1300,6 +1300,19 @@ if CONFIG['MOZ_ENABLE_CONTENTMANAGER']: + 'SelectSingleContentItemPage.h', ] +if CONFIG['MOZ_SYSTEM_GRAPHITE2']: @@ -28,7 +28,7 @@ diff --git dom/base/moz.build dom/base/moz.build index 8e19020315ae..2fcdbb6f7b42 100644 --- dom/base/moz.build +++ dom/base/moz.build -@@ -470,6 +470,9 @@ if CONFIG['MOZ_BUILD_APP'] in ['browser', 'mobile/android', 'xulrunner']: +@@ -495,6 +495,9 @@ if CONFIG['MOZ_BUILD_APP'] in ['browser', 'mobile/android', 'xulrunner']: if CONFIG['MOZ_X11']: CXXFLAGS += CONFIG['TK_CFLAGS'] @@ -72,10 +72,10 @@ diff --git gfx/harfbuzz/README-mozilla gfx/harfbuzz/RE index 22c76a7df020..a01490bd49ee 100644 --- gfx/harfbuzz/README-mozilla +++ gfx/harfbuzz/README-mozilla -@@ -19,3 +19,8 @@ the mozilla tree. +@@ -15,3 +15,8 @@ from within the gfx/harfbuzz directory. If the collection of source files changes, manual updates to moz.build may be - needed, as we don't use the upstream makefiles. + needed as we don't use the upstream makefiles. + +The in-tree copy may be omitted during build by --with-system-harfbuzz. +Make sure to keep pkg-config version check within toolkit/moz.configure in sync @@ -111,7 +111,7 @@ diff --git gfx/skia/generate_mozbuild.py gfx/skia/gene index e06ae3457a47..93faa61594a3 100755 --- gfx/skia/generate_mozbuild.py +++ gfx/skia/generate_mozbuild.py -@@ -135,6 +135,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']: +@@ -148,6 +148,9 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'): '-Wno-unused-private-field', ] @@ -125,7 +125,7 @@ diff --git gfx/skia/moz.build gfx/skia/moz.build index 2118677ca3a8..e4978b413784 100644 --- gfx/skia/moz.build +++ gfx/skia/moz.build -@@ -780,6 +780,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']: +@@ -822,6 +822,9 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'): '-Wno-unused-private-field', ] @@ -139,7 +139,7 @@ diff --git gfx/thebes/moz.build gfx/thebes/moz.build index 56f1b9fe3f4b..0ac1100b0df3 100644 --- gfx/thebes/moz.build +++ gfx/thebes/moz.build -@@ -267,7 +267,13 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3'): +@@ -288,7 +288,13 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk3': LOCAL_INCLUDES += CONFIG['SKIA_INCLUDES'] @@ -170,7 +170,7 @@ diff --git netwerk/dns/moz.build netwerk/dns/moz.build index 79c26e3e7001..c4d93bc5f7dc 100644 --- netwerk/dns/moz.build +++ netwerk/dns/moz.build -@@ -73,3 +73,6 @@ USE_LIBS += ['icu'] +@@ -76,3 +76,6 @@ USE_LIBS += ['icu'] if CONFIG['CC_TYPE'] in ('clang', 'gcc'): CXXFLAGS += ['-Wno-error=shadow'] @@ -181,7 +181,7 @@ diff --git old-configure.in old-configure.in index 95a58b634593..b614eef85c89 100644 --- old-configure.in +++ old-configure.in -@@ -4333,6 +4333,27 @@ dnl ======================================================== +@@ -3951,6 +3951,27 @@ dnl ======================================================== AC_SUBST(MOZ_LINUX_32_SSE2_STARTUP_ERROR) @@ -198,7 +198,7 @@ index 95a58b634593..b614eef85c89 100644 + * 100 + GR2_VERSION_BUGFIX >= \ + (major) * 10000 + (minor) * 100 + (bugfix) ) + ], [ -+ #if !GR2_VERSION_REQUIRE(1,3,10) ++ #if !GR2_VERSION_REQUIRE(1,3,12) + #error "Insufficient graphite2 version." + #endif + ], [], @@ -213,7 +213,7 @@ diff --git toolkit/library/moz.build toolkit/library/m index 24f940e1ed7e..079a575adec3 100644 --- toolkit/library/moz.build +++ toolkit/library/moz.build -@@ -238,6 +238,12 @@ if CONFIG['MOZ_SYSTEM_JPEG']: +@@ -223,6 +223,12 @@ if CONFIG['MOZ_SYSTEM_JPEG']: if CONFIG['MOZ_SYSTEM_PNG']: OS_LIBS += CONFIG['MOZ_PNG_LIBS'] @@ -230,7 +230,7 @@ diff --git toolkit/moz.configure toolkit/moz.configure index 9297e4d6f501..d8e273887e4b 100644 --- toolkit/moz.configure +++ toolkit/moz.configure -@@ -1065,6 +1065,26 @@ add_old_configure_assignment('FT2_LIBS', +@@ -883,6 +883,26 @@ add_old_configure_assignment('FT2_LIBS', add_old_configure_assignment('FT2_CFLAGS', ft2_info.cflags) @@ -249,7 +249,7 @@ index 9297e4d6f501..d8e273887e4b 100644 +option('--with-system-harfbuzz', + help="Use system harfbuzz (located with pkgconfig)") + -+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.7.4', ++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.8.8', + when='--with-system-harfbuzz') + +set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) From owner-svn-ports-branches@freebsd.org Mon Oct 22 23:54:12 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 5B5D6FE9638; Mon, 22 Oct 2018 23:54:12 +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 08DCB7A493; Mon, 22 Oct 2018 23:54: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 021E72774F; Mon, 22 Oct 2018 23:54: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 w9MNsBtc006500; Mon, 22 Oct 2018 23:54:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9MNsBsf006495; Mon, 22 Oct 2018 23:54:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810222354.w9MNsBsf006495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 22 Oct 2018 23:54:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482799 - in branches/2018Q4/www: firefox-esr firefox-esr-i18n firefox-esr/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q4/www: firefox-esr firefox-esr-i18n firefox-esr/files X-SVN-Commit-Revision: 482799 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.29 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, 22 Oct 2018 23:54:12 -0000 Author: jbeich Date: Mon Oct 22 23:54:10 2018 New Revision: 482799 URL: https://svnweb.freebsd.org/changeset/ports/482799 Log: MFH: r482310 www/firefox-esr: update to 60.3.0 Changes: https://www.mozilla.org/firefox/60.3.0/releasenotes/ Approved by: ports-secteam blanket Modified: branches/2018Q4/www/firefox-esr-i18n/Makefile branches/2018Q4/www/firefox-esr-i18n/distinfo branches/2018Q4/www/firefox-esr/Makefile branches/2018Q4/www/firefox-esr/distinfo branches/2018Q4/www/firefox-esr/files/patch-u2f-hid-rs62 Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/firefox-esr-i18n/Makefile ============================================================================== --- branches/2018Q4/www/firefox-esr-i18n/Makefile Mon Oct 22 23:52:59 2018 (r482798) +++ branches/2018Q4/www/firefox-esr-i18n/Makefile Mon Oct 22 23:54:10 2018 (r482799) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 60.2.2 +PORTVERSION= 60.3.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} Modified: branches/2018Q4/www/firefox-esr-i18n/distinfo ============================================================================== --- branches/2018Q4/www/firefox-esr-i18n/distinfo Mon Oct 22 23:52:59 2018 (r482798) +++ branches/2018Q4/www/firefox-esr-i18n/distinfo Mon Oct 22 23:54:10 2018 (r482799) @@ -1,197 +1,197 @@ -TIMESTAMP = 1538404142 -SHA256 (xpi/firefox-60.2.2/ach.xpi) = 84817dff42dd0521cf2e79388187d541c6980dc312c9e8a5dd04d6a7cd349cbb -SIZE (xpi/firefox-60.2.2/ach.xpi) = 496840 -SHA256 (xpi/firefox-60.2.2/af.xpi) = aea3ce14532e20ed78ddc57bc4d75efe39c21fa12237074bf3e88d8963f7e502 -SIZE (xpi/firefox-60.2.2/af.xpi) = 487308 -SHA256 (xpi/firefox-60.2.2/an.xpi) = a34f447b9b67ca0758500e1e6da464074844553db47ab943c84e549bc287f512 -SIZE (xpi/firefox-60.2.2/an.xpi) = 520494 -SHA256 (xpi/firefox-60.2.2/ar.xpi) = 6f686e02842089ce3dccc88284666025cfd6389210095d2d31bdc5bf567f4b82 -SIZE (xpi/firefox-60.2.2/ar.xpi) = 547818 -SHA256 (xpi/firefox-60.2.2/as.xpi) = 5b7b787115559065defe49c3a637456258d11c0cc95ad1835b73c5ca527a516a -SIZE (xpi/firefox-60.2.2/as.xpi) = 530719 -SHA256 (xpi/firefox-60.2.2/ast.xpi) = 7272abf43525b8f248bf8b812e13b09ced1ae46ecfe5bd9fb3d7914941ad6055 -SIZE (xpi/firefox-60.2.2/ast.xpi) = 508650 -SHA256 (xpi/firefox-60.2.2/az.xpi) = 35bc565cfb4abb46308f4b5840f65ab69a525b19860b69d9283e4109321a0868 -SIZE (xpi/firefox-60.2.2/az.xpi) = 524745 -SHA256 (xpi/firefox-60.2.2/be.xpi) = 0f0a4523d5bd287c7f4a49a24f29cc60fc5923dab4ca41af32daa0e59d8342ac -SIZE (xpi/firefox-60.2.2/be.xpi) = 580714 -SHA256 (xpi/firefox-60.2.2/bg.xpi) = 5eabd054a3c3ef1b4a9277861e13d7db04f7cac122cb061f52804bac0b2affe4 -SIZE (xpi/firefox-60.2.2/bg.xpi) = 573853 -SHA256 (xpi/firefox-60.2.2/bn-BD.xpi) = d7f9531a227564da0bf3324ba3cd1afecfbfe7cbd13bd6ea051ea85e4e711589 -SIZE (xpi/firefox-60.2.2/bn-BD.xpi) = 590419 -SHA256 (xpi/firefox-60.2.2/bn-IN.xpi) = 84286c4aa23c38a5b77000f35e27857ac8bc70eb986203a97ada7fd6cf0f7771 -SIZE (xpi/firefox-60.2.2/bn-IN.xpi) = 570864 -SHA256 (xpi/firefox-60.2.2/br.xpi) = 31b80aa77c5c1227188a0730a784b5a1366adf282535f64946276941014ba690 -SIZE (xpi/firefox-60.2.2/br.xpi) = 512027 -SHA256 (xpi/firefox-60.2.2/bs.xpi) = 4082732547092e33f6affa5fbc5b364bec0d9a69eadf62b3ac5df43b3d17d897 -SIZE (xpi/firefox-60.2.2/bs.xpi) = 514715 -SHA256 (xpi/firefox-60.2.2/ca.xpi) = 4569042305ad7c642c1e23d330ff343b42e7c5b2b8bd6b21991e8a987eaaef23 -SIZE (xpi/firefox-60.2.2/ca.xpi) = 525257 -SHA256 (xpi/firefox-60.2.2/cak.xpi) = 22b9d1893597a6600449555feeba0c939224295af2419b294a00957d8e48e1fd -SIZE (xpi/firefox-60.2.2/cak.xpi) = 536290 -SHA256 (xpi/firefox-60.2.2/cs.xpi) = d5e41b8fb5cd44cfb6cfff87de7608fc4141f325160550b872c1694cbf9c96e1 -SIZE (xpi/firefox-60.2.2/cs.xpi) = 531798 -SHA256 (xpi/firefox-60.2.2/cy.xpi) = 97889122462ebea949181890aab790f1470f9c573bad617a87ca5ea2bf9c9a95 -SIZE (xpi/firefox-60.2.2/cy.xpi) = 516642 -SHA256 (xpi/firefox-60.2.2/da.xpi) = ace4c8e3f6fed6b0c48b05ec51738cdd9a553425650c10c32cd498e1461d243f -SIZE (xpi/firefox-60.2.2/da.xpi) = 510753 -SHA256 (xpi/firefox-60.2.2/de.xpi) = 01577da0003195281d5542db255abf3db5dfa475143eabfc4646b5b998144a8d -SIZE (xpi/firefox-60.2.2/de.xpi) = 526515 -SHA256 (xpi/firefox-60.2.2/dsb.xpi) = e7ec592e456f63dc89b67ca6b6633af52cbf3cb8f2fcc34673311f3c09e2b20d -SIZE (xpi/firefox-60.2.2/dsb.xpi) = 539524 -SHA256 (xpi/firefox-60.2.2/el.xpi) = 8e0dfc4dbfc0a61c17edccca09fbfc9bb277b79da36e39ab590b821b9820ed8d -SIZE (xpi/firefox-60.2.2/el.xpi) = 593691 -SHA256 (xpi/firefox-60.2.2/en-GB.xpi) = 5eb62661a25c8c6b41c1ae36b7595aa415396b9d31b4464e8a5fe3aac73266a3 -SIZE (xpi/firefox-60.2.2/en-GB.xpi) = 491694 -SHA256 (xpi/firefox-60.2.2/en-US.xpi) = 41ee20b0dfaa122fdb42e8710f05f75e81c4ffa4c9ecac656880dc9f9f2b8b45 -SIZE (xpi/firefox-60.2.2/en-US.xpi) = 473177 -SHA256 (xpi/firefox-60.2.2/en-ZA.xpi) = c80956bdb0858ff665db3095da6b2a47183b6b57532274186a98c4f666d0fea0 -SIZE (xpi/firefox-60.2.2/en-ZA.xpi) = 474679 -SHA256 (xpi/firefox-60.2.2/eo.xpi) = 0a8557f79dff10953f151791e3e987d915b9c712e283745fce96180464d33668 -SIZE (xpi/firefox-60.2.2/eo.xpi) = 511267 -SHA256 (xpi/firefox-60.2.2/es-AR.xpi) = 744913909328594f5da16a979af51c3273638e52e25fbaa10a8b4f4bc4e7b208 -SIZE (xpi/firefox-60.2.2/es-AR.xpi) = 524650 -SHA256 (xpi/firefox-60.2.2/es-CL.xpi) = c55af22a61c0f179dde0a1477249d0f060cb8fc63f4d80879abbd4150b672628 -SIZE (xpi/firefox-60.2.2/es-CL.xpi) = 527320 -SHA256 (xpi/firefox-60.2.2/es-ES.xpi) = acaa22af522b8a5661b1b8aeff28d874cab82eef8819d10d2d14dfa21a68c2fe -SIZE (xpi/firefox-60.2.2/es-ES.xpi) = 459958 -SHA256 (xpi/firefox-60.2.2/es-MX.xpi) = 291c7b60abb82e9939de2884a103a57d858df77eefd286cbd5770a06d1ab7ab5 -SIZE (xpi/firefox-60.2.2/es-MX.xpi) = 528664 -SHA256 (xpi/firefox-60.2.2/et.xpi) = 68696bf701450b232e27fc82eb8941c78b85f70fcbb8f6655dfcd2e7222f0913 -SIZE (xpi/firefox-60.2.2/et.xpi) = 504975 -SHA256 (xpi/firefox-60.2.2/eu.xpi) = 67c12afc605eb3cdacc2a39105cb3e0c25343324ef19a65724469adbde664bd6 -SIZE (xpi/firefox-60.2.2/eu.xpi) = 511710 -SHA256 (xpi/firefox-60.2.2/fa.xpi) = f46660812d80c7dbca1d707042db2b294e7ebf9d76586b9ef91c0fdba93a68c8 -SIZE (xpi/firefox-60.2.2/fa.xpi) = 566262 -SHA256 (xpi/firefox-60.2.2/ff.xpi) = 02d6a68b7af8b43d416eebb46374d0f0d347b718133e107fad0d9383a1e3fbc0 -SIZE (xpi/firefox-60.2.2/ff.xpi) = 512205 -SHA256 (xpi/firefox-60.2.2/fi.xpi) = afbd69292221eb6001d1911ec3f6db1347791e3c224223d006e56e8b8ad1880b -SIZE (xpi/firefox-60.2.2/fi.xpi) = 506177 -SHA256 (xpi/firefox-60.2.2/fr.xpi) = 270c3ce74864aa19ab754fcd2f47997e80817eadc2f4625df886e41dc53b3f45 -SIZE (xpi/firefox-60.2.2/fr.xpi) = 536072 -SHA256 (xpi/firefox-60.2.2/fy-NL.xpi) = 5f0950d0bc8183feb81afd0f6251e156b95dfdab66381734b1871b64118b8321 -SIZE (xpi/firefox-60.2.2/fy-NL.xpi) = 524520 -SHA256 (xpi/firefox-60.2.2/ga-IE.xpi) = f27922c766dc00615f19197f89064143d8033c1d17cf940bb98ccb10e2fa77ce -SIZE (xpi/firefox-60.2.2/ga-IE.xpi) = 526986 -SHA256 (xpi/firefox-60.2.2/gd.xpi) = 92c75984df644e277594ee5dd4ca9a0ea5b34358c4961d96f79c5e805da86772 -SIZE (xpi/firefox-60.2.2/gd.xpi) = 520872 -SHA256 (xpi/firefox-60.2.2/gl.xpi) = df150241bd6d74beab33c398f58f6922332f1fe6d17d19ea566f9fe57ebd6911 -SIZE (xpi/firefox-60.2.2/gl.xpi) = 497371 -SHA256 (xpi/firefox-60.2.2/gn.xpi) = ed0a229ea989c694f14464c6bef6f8890570322340ea36bc39c52dfd82b09b28 -SIZE (xpi/firefox-60.2.2/gn.xpi) = 533219 -SHA256 (xpi/firefox-60.2.2/gu-IN.xpi) = 1212b55edf0a927877a8fe9fc1e3e11b70cc2c95259213d26702d80a414c4233 -SIZE (xpi/firefox-60.2.2/gu-IN.xpi) = 590266 -SHA256 (xpi/firefox-60.2.2/he.xpi) = 604ff0b366666cb39129e3fc84bc17c15e07087a22fde0cf508fe0571925f427 -SIZE (xpi/firefox-60.2.2/he.xpi) = 535979 -SHA256 (xpi/firefox-60.2.2/hi-IN.xpi) = be5d25efa454d44cbf4c1782632664b4ab46f73b32a264b12f5eb6eba2170150 -SIZE (xpi/firefox-60.2.2/hi-IN.xpi) = 590870 -SHA256 (xpi/firefox-60.2.2/hr.xpi) = 259650f201c9759e1fd2f40b79b0b94627c06ec955380c121c241cbe000cd8a1 -SIZE (xpi/firefox-60.2.2/hr.xpi) = 515960 -SHA256 (xpi/firefox-60.2.2/hsb.xpi) = 629545c0406651e32e580600d48927eee6f7a1af14dbc7af3361b8cbc2e62d41 -SIZE (xpi/firefox-60.2.2/hsb.xpi) = 537059 -SHA256 (xpi/firefox-60.2.2/hu.xpi) = 681684ac3f4af3c7e114ec9b41ed080f67aa36d1cd993ddcd28ca013f7eede2f -SIZE (xpi/firefox-60.2.2/hu.xpi) = 538418 -SHA256 (xpi/firefox-60.2.2/hy-AM.xpi) = 00d7bf668bb6a1cdb9e41ee2ca9561bd5feb8f0afdbd7212da9baa548139ca1e -SIZE (xpi/firefox-60.2.2/hy-AM.xpi) = 569415 -SHA256 (xpi/firefox-60.2.2/ia.xpi) = 7ac6bbae0b1ee5ae6de1a9861ad1e7997b5a382e7289307037c6b2763bb84b22 -SIZE (xpi/firefox-60.2.2/ia.xpi) = 510731 -SHA256 (xpi/firefox-60.2.2/id.xpi) = 6d748ae5eb97f115a5cd14706a6981ab16d476cde8da657a357ee295386e1746 -SIZE (xpi/firefox-60.2.2/id.xpi) = 502220 -SHA256 (xpi/firefox-60.2.2/is.xpi) = d08b525062c47433274846667f1f3124321623d3d7dfef90effcb05a89e914ed -SIZE (xpi/firefox-60.2.2/is.xpi) = 513271 -SHA256 (xpi/firefox-60.2.2/it.xpi) = 95c646c7ae0dc1f2a4d8b2903f038ce5f4fdff5e7201b1133f240b8d72cb242a -SIZE (xpi/firefox-60.2.2/it.xpi) = 399096 -SHA256 (xpi/firefox-60.2.2/ja.xpi) = 3c198a51b6a8a6dfd9f48e62be55af232abfe0952109f3f90e96e0d0a09f9621 -SIZE (xpi/firefox-60.2.2/ja.xpi) = 572015 -SHA256 (xpi/firefox-60.2.2/ka.xpi) = 109c3106bac02973dfde8c4cc52a9a4c9c44c2fbb258afabd048a777a0c73516 -SIZE (xpi/firefox-60.2.2/ka.xpi) = 556846 -SHA256 (xpi/firefox-60.2.2/kab.xpi) = 8b680fb5f21336ce7a7ec285bb3f54dcd9977e4751dc749f7ba8ea8354a0e703 -SIZE (xpi/firefox-60.2.2/kab.xpi) = 520399 -SHA256 (xpi/firefox-60.2.2/kk.xpi) = ae64c1cc7bb2792329ad6992b25c297887d73a254138eef7874bc6ed21596cbd -SIZE (xpi/firefox-60.2.2/kk.xpi) = 582980 -SHA256 (xpi/firefox-60.2.2/km.xpi) = fda2589601976c9a35d4965e513bc2ccc3c34c73da162376fab6a9b814914208 -SIZE (xpi/firefox-60.2.2/km.xpi) = 583116 -SHA256 (xpi/firefox-60.2.2/kn.xpi) = 4a4d2f463cc1b65a9120339c6d746e3c85764e72adf1d5f4805913c58cd190c0 -SIZE (xpi/firefox-60.2.2/kn.xpi) = 585873 -SHA256 (xpi/firefox-60.2.2/ko.xpi) = fd96a2185c636d718e26724d7d418dc5549379d674355b5806749beab9148196 -SIZE (xpi/firefox-60.2.2/ko.xpi) = 547826 -SHA256 (xpi/firefox-60.2.2/lij.xpi) = c86fb34a1f28b3fb74fa430dde42778eefe93fe82a4a39d0c4640891ffb2ab22 -SIZE (xpi/firefox-60.2.2/lij.xpi) = 513176 -SHA256 (xpi/firefox-60.2.2/lt.xpi) = 60cf6a636ff25b69e38f8e64050ca865a83708e1c0d7291d0e92341408cc86df -SIZE (xpi/firefox-60.2.2/lt.xpi) = 536464 -SHA256 (xpi/firefox-60.2.2/lv.xpi) = 4f9a8dea86f252e38b12e1355b14bc5fe4e045adb5d632e7143f669f479e8f63 -SIZE (xpi/firefox-60.2.2/lv.xpi) = 526414 -SHA256 (xpi/firefox-60.2.2/mai.xpi) = 71e71eae766d524fda46670140da70f82110b1cf0847e1cbafd1f55401b41825 -SIZE (xpi/firefox-60.2.2/mai.xpi) = 549256 -SHA256 (xpi/firefox-60.2.2/mk.xpi) = 6f50037070dfade3ace6ff59a65e266909868d48e40e58234ea8c3733faf1c4d -SIZE (xpi/firefox-60.2.2/mk.xpi) = 513807 -SHA256 (xpi/firefox-60.2.2/ml.xpi) = c6922f1cb920fa57ecf8b84af098d244925f7a96843c437cf484ed5711158a56 -SIZE (xpi/firefox-60.2.2/ml.xpi) = 598976 -SHA256 (xpi/firefox-60.2.2/mr.xpi) = 1fd81960370c0d01267d9298fb9ee2b0ac6e01b700e6d8e7ed8ae11c899647ac -SIZE (xpi/firefox-60.2.2/mr.xpi) = 579120 -SHA256 (xpi/firefox-60.2.2/ms.xpi) = b7f0a5c88d0573644f425f94dd2d460b31ccc2fac182e31e9034a62d4f833a79 -SIZE (xpi/firefox-60.2.2/ms.xpi) = 509552 -SHA256 (xpi/firefox-60.2.2/my.xpi) = ac963037fbc3e409893c441cf3865478cf9925bd98dc9f52aff113987c00f561 -SIZE (xpi/firefox-60.2.2/my.xpi) = 570353 -SHA256 (xpi/firefox-60.2.2/nb-NO.xpi) = 012dee9f786c87c9ca1dd34bf4af3b2ff2c24beadf65dabd0a77c53c8c35cd6a -SIZE (xpi/firefox-60.2.2/nb-NO.xpi) = 509890 -SHA256 (xpi/firefox-60.2.2/ne-NP.xpi) = a2822416e8ea563fd5a39338c979cd13478a0e75a135c5a6da6f5bfae54fc314 -SIZE (xpi/firefox-60.2.2/ne-NP.xpi) = 555368 -SHA256 (xpi/firefox-60.2.2/nl.xpi) = b70ef22040eb505da52b9225f6e9e60d735f5371b7990ebfb661dcc1d7cb8a30 -SIZE (xpi/firefox-60.2.2/nl.xpi) = 517459 -SHA256 (xpi/firefox-60.2.2/nn-NO.xpi) = 5413745d9e136fe8243cd6f64d6d5b187fcf93fa7075d321558af508855551e0 -SIZE (xpi/firefox-60.2.2/nn-NO.xpi) = 511429 -SHA256 (xpi/firefox-60.2.2/oc.xpi) = 17883958bd4b202966e34e3065dbe02f22cdde9bd261a6a3974a96e82c195940 -SIZE (xpi/firefox-60.2.2/oc.xpi) = 526990 -SHA256 (xpi/firefox-60.2.2/or.xpi) = 4e52534f0a194e023f1a6eab7ddfa9ad8ab09e85cd5df4658ef1512012266db4 -SIZE (xpi/firefox-60.2.2/or.xpi) = 540863 -SHA256 (xpi/firefox-60.2.2/pa-IN.xpi) = 24dfe3a70e153b024b03a8da7be6ae496a131699536d8f914256a0d51295cc58 -SIZE (xpi/firefox-60.2.2/pa-IN.xpi) = 557877 -SHA256 (xpi/firefox-60.2.2/pl.xpi) = 80bc58cc00499711484dd02ab75f4ab6ef82a294e22d71d69456e3f2045c90e9 -SIZE (xpi/firefox-60.2.2/pl.xpi) = 419023 -SHA256 (xpi/firefox-60.2.2/pt-BR.xpi) = 136d776ae0c3ac15cb71f685ba89332d23c9367b4d5dd34a32ccd8de4140da24 -SIZE (xpi/firefox-60.2.2/pt-BR.xpi) = 514759 -SHA256 (xpi/firefox-60.2.2/pt-PT.xpi) = 16b65aa67528adc45ec9eb34d016c98b8c909c0887c1f52ccf49b9571b48e1d4 -SIZE (xpi/firefox-60.2.2/pt-PT.xpi) = 519361 -SHA256 (xpi/firefox-60.2.2/rm.xpi) = 230753735ed5ea7741d0b21ffef61d1a98811def49bcd645986ed294de79da69 -SIZE (xpi/firefox-60.2.2/rm.xpi) = 506037 -SHA256 (xpi/firefox-60.2.2/ro.xpi) = 708f261cac197517a97c0b07a59f24970deb8dd5d33ede272d9176e97a8aadaa -SIZE (xpi/firefox-60.2.2/ro.xpi) = 514050 -SHA256 (xpi/firefox-60.2.2/ru.xpi) = 01b9b85a2c582a37d67d2fd58d0758e14a1bf34e1c5a263d70f6d5e8c0af84f3 -SIZE (xpi/firefox-60.2.2/ru.xpi) = 591397 -SHA256 (xpi/firefox-60.2.2/si.xpi) = 2e4a9de9ada2ab5503f09d4f926a255f1d36a9020a9514edf30622a14f019b5f -SIZE (xpi/firefox-60.2.2/si.xpi) = 545572 -SHA256 (xpi/firefox-60.2.2/sk.xpi) = b3c0590528ad390bb337e6a797732b76b20308e566f9b70d115743c75586a8d5 -SIZE (xpi/firefox-60.2.2/sk.xpi) = 541702 -SHA256 (xpi/firefox-60.2.2/sl.xpi) = 834a0e63427124e5f015233e9dc7dc9614bb77a292f32c88c47ad92e28bbb511 -SIZE (xpi/firefox-60.2.2/sl.xpi) = 519378 -SHA256 (xpi/firefox-60.2.2/son.xpi) = 48785bec20408ec2766ea11f1f1c1ccb6899067ba6417c843030e3abb1fd0151 -SIZE (xpi/firefox-60.2.2/son.xpi) = 497699 -SHA256 (xpi/firefox-60.2.2/sq.xpi) = a7c6fc73c3376f01aacb8a04ca5c5b3751c6646f5a26c4308671b067ce84ebc7 -SIZE (xpi/firefox-60.2.2/sq.xpi) = 521266 -SHA256 (xpi/firefox-60.2.2/sr.xpi) = 54db6f25d509df140e6a4da0605515f756cbd40090d8601251f7cfe12e67be4b -SIZE (xpi/firefox-60.2.2/sr.xpi) = 548771 -SHA256 (xpi/firefox-60.2.2/sv-SE.xpi) = f4ded3d062e809795a1dda2c6cd0707992776c5301d051bb0c0ccc5ee55d07ce -SIZE (xpi/firefox-60.2.2/sv-SE.xpi) = 518661 -SHA256 (xpi/firefox-60.2.2/ta.xpi) = 515948498bd61b9549a2afc7278704e2b0434cd524c5612b89e602fef6e919d6 -SIZE (xpi/firefox-60.2.2/ta.xpi) = 577920 -SHA256 (xpi/firefox-60.2.2/te.xpi) = 8608eccfa357c2751436e077c52b03f3ed03b89989879c2a9dda910e9c8a58d0 -SIZE (xpi/firefox-60.2.2/te.xpi) = 590956 -SHA256 (xpi/firefox-60.2.2/th.xpi) = 992e23a1ebf6c335be5b6270a6cfc4004379e019fdbf136a10753da87afcccd7 -SIZE (xpi/firefox-60.2.2/th.xpi) = 562814 -SHA256 (xpi/firefox-60.2.2/tr.xpi) = 4969cb889deb7f28058a106017afb2944b4f330f60bae0a57a4053364ecf2384 -SIZE (xpi/firefox-60.2.2/tr.xpi) = 525852 -SHA256 (xpi/firefox-60.2.2/uk.xpi) = 04d60db1cbcbffb2c4eaa2a8b69919a111ee39d4f0a4bf818ec112c58198a0b0 -SIZE (xpi/firefox-60.2.2/uk.xpi) = 580921 -SHA256 (xpi/firefox-60.2.2/ur.xpi) = 4a14196c6d8117671908f1eeead772193bbe7306b8a7810572fcc8a75f31905c -SIZE (xpi/firefox-60.2.2/ur.xpi) = 563373 -SHA256 (xpi/firefox-60.2.2/uz.xpi) = 6fb1d17d0c71e895e185a43de4b28f8ce90d34715d693aba35434182a6463d24 -SIZE (xpi/firefox-60.2.2/uz.xpi) = 513689 -SHA256 (xpi/firefox-60.2.2/vi.xpi) = 99b6b7fbbd923988cf97f4f61585c24a762b67f653ac6bdebea45052be5895b3 -SIZE (xpi/firefox-60.2.2/vi.xpi) = 528190 -SHA256 (xpi/firefox-60.2.2/xh.xpi) = 0a86ae904bc97162a22864a878f9e5e728188d9b830f210faa069a68ec9431fe -SIZE (xpi/firefox-60.2.2/xh.xpi) = 511856 -SHA256 (xpi/firefox-60.2.2/zh-CN.xpi) = 76e96e7ee14a5412911891685fe983584ebc8829edfa15df30f8cbd519807729 -SIZE (xpi/firefox-60.2.2/zh-CN.xpi) = 543584 -SHA256 (xpi/firefox-60.2.2/zh-TW.xpi) = c4bf29cc5716103bf514f7090fa2bdf93bf767992632e7f8911c13e797f9cfbf -SIZE (xpi/firefox-60.2.2/zh-TW.xpi) = 541908 +TIMESTAMP = 1539808809 +SHA256 (xpi/firefox-60.3.0/ach.xpi) = b0bbd33b33c22a7e30ca9e826295a256ea6a20008d98ca338579ccd8ec2d65b8 +SIZE (xpi/firefox-60.3.0/ach.xpi) = 496841 +SHA256 (xpi/firefox-60.3.0/af.xpi) = 8400214562e036bd28f6d9f785b38b5b071613aacd71ef4cc3fad511c99a16da +SIZE (xpi/firefox-60.3.0/af.xpi) = 487308 +SHA256 (xpi/firefox-60.3.0/an.xpi) = 7618a77771376a3decb22c6acdc2c0510bcd3a17fa70a40a3f07909889e04aa9 +SIZE (xpi/firefox-60.3.0/an.xpi) = 520503 +SHA256 (xpi/firefox-60.3.0/ar.xpi) = a1760344b5f2606162a63025d24fa33e9120825fad47c053cb77d0f98b86d574 +SIZE (xpi/firefox-60.3.0/ar.xpi) = 547820 +SHA256 (xpi/firefox-60.3.0/as.xpi) = fbc300eead3d622c571cdd20b1ae83afb4ca1b389ed17102c63f3ab279128492 +SIZE (xpi/firefox-60.3.0/as.xpi) = 530720 +SHA256 (xpi/firefox-60.3.0/ast.xpi) = cb9c277dfb621f24991397e18ddb954e2f924d08084b047c6f39dfe2e5a3a10c +SIZE (xpi/firefox-60.3.0/ast.xpi) = 508650 +SHA256 (xpi/firefox-60.3.0/az.xpi) = 94d260ba86acbe76ee2e709eded0e3ecbc58fa89a19b6c02da9a534d1a527851 +SIZE (xpi/firefox-60.3.0/az.xpi) = 524751 +SHA256 (xpi/firefox-60.3.0/be.xpi) = b4d5623c1e70c5bd9c283bab08f9f9c8dd434bb99ed696d3af266d9739f1ea69 +SIZE (xpi/firefox-60.3.0/be.xpi) = 580712 +SHA256 (xpi/firefox-60.3.0/bg.xpi) = 757a862d6ad512ba6229723f5717814d65865daf0fb716a1a194a94ae9f20ee9 +SIZE (xpi/firefox-60.3.0/bg.xpi) = 573846 +SHA256 (xpi/firefox-60.3.0/bn-BD.xpi) = e4c091c6da5dac795fcbc70465db877b5fbf589f6a9f54bce291df41f2d12cc2 +SIZE (xpi/firefox-60.3.0/bn-BD.xpi) = 590421 +SHA256 (xpi/firefox-60.3.0/bn-IN.xpi) = 6b4ee455d61f232a0be3e3e716b4de0b4b64a0ac22b6ca9f192b91b4ff0271d3 +SIZE (xpi/firefox-60.3.0/bn-IN.xpi) = 570868 +SHA256 (xpi/firefox-60.3.0/br.xpi) = 5c15684264a21adf00d99422c61a1188da88f0f8d0ce4d03c3d7db7f0c2b8c99 +SIZE (xpi/firefox-60.3.0/br.xpi) = 512026 +SHA256 (xpi/firefox-60.3.0/bs.xpi) = 031d2a80645bb3ce88f67af59dc152dc6596efd9910f640ff67a59fdcacaeedd +SIZE (xpi/firefox-60.3.0/bs.xpi) = 514715 +SHA256 (xpi/firefox-60.3.0/ca.xpi) = ebd248c1908cfd6f3d2db96026f65157b27c02b2676addf467290f09f4de8a89 +SIZE (xpi/firefox-60.3.0/ca.xpi) = 525261 +SHA256 (xpi/firefox-60.3.0/cak.xpi) = 894c9cb71202b485a6f8b3d468e655261e6757ed9864a11551966eacf76fb658 +SIZE (xpi/firefox-60.3.0/cak.xpi) = 536297 +SHA256 (xpi/firefox-60.3.0/cs.xpi) = 381d7bec5697fa67ffbdf6ce7242ed497c84adb7f0721d91fedbaf792050c1c9 +SIZE (xpi/firefox-60.3.0/cs.xpi) = 531796 +SHA256 (xpi/firefox-60.3.0/cy.xpi) = c76eb31941e263c0a075a64ed6f7e2d6c5d31e9315eeac42c153dd28327daa09 +SIZE (xpi/firefox-60.3.0/cy.xpi) = 516645 +SHA256 (xpi/firefox-60.3.0/da.xpi) = 98df9fb58f0aba5f3b4e033ed866ce2457a13b8afe967f4241ae7322de34ee0f +SIZE (xpi/firefox-60.3.0/da.xpi) = 510756 +SHA256 (xpi/firefox-60.3.0/de.xpi) = edd1630fe9b5690ae7d61f1f7458cc92fc3a5e7102f0320d65226d0b264c2c3c +SIZE (xpi/firefox-60.3.0/de.xpi) = 526517 +SHA256 (xpi/firefox-60.3.0/dsb.xpi) = 324a15e77b880a38d4b742dae73e6605248a4fd70f4fe85b6e944811d52c1c4c +SIZE (xpi/firefox-60.3.0/dsb.xpi) = 539521 +SHA256 (xpi/firefox-60.3.0/el.xpi) = a491e7a6becb3b52b2cbed482e2d34510df2cdf4cd96c26ceb279ab044ef8894 +SIZE (xpi/firefox-60.3.0/el.xpi) = 593698 +SHA256 (xpi/firefox-60.3.0/en-GB.xpi) = e0d2c4250ff2827af81f9d1e1e8feb854b36f3b713be7b58e699bb16d92dfdb6 +SIZE (xpi/firefox-60.3.0/en-GB.xpi) = 491692 +SHA256 (xpi/firefox-60.3.0/en-US.xpi) = 157a806a12db50ac9a76d57cdbb1f52f505c46965235e1fb59367f30bdc12588 +SIZE (xpi/firefox-60.3.0/en-US.xpi) = 473176 +SHA256 (xpi/firefox-60.3.0/en-ZA.xpi) = 0867633104fad73da1b9e4414dff19abaaa3d5bca6d26ac24f04ed64d905d086 +SIZE (xpi/firefox-60.3.0/en-ZA.xpi) = 474677 +SHA256 (xpi/firefox-60.3.0/eo.xpi) = 29d3734f5373e9fdd4518ac12ce4326d22a7b2e9db388a8d1cab463912f34d31 +SIZE (xpi/firefox-60.3.0/eo.xpi) = 511264 +SHA256 (xpi/firefox-60.3.0/es-AR.xpi) = 64068a5323988432eb3099049883fde8c95a05932481fb90377a9757890e04bf +SIZE (xpi/firefox-60.3.0/es-AR.xpi) = 524646 +SHA256 (xpi/firefox-60.3.0/es-CL.xpi) = f2b852a5bc64af838d18dd9b1ea04f870db724dbd2d6cc699aabb474dc7060ad +SIZE (xpi/firefox-60.3.0/es-CL.xpi) = 527324 +SHA256 (xpi/firefox-60.3.0/es-ES.xpi) = f3a631f4c93f53901e8283be53a1823b1711238a662054e30635f0bcdf9fbd6c +SIZE (xpi/firefox-60.3.0/es-ES.xpi) = 459961 +SHA256 (xpi/firefox-60.3.0/es-MX.xpi) = 5cfc96b9265ac2876f3f0679c31dcfaa7ea6e58a2baca257fc8315fc5af90c28 +SIZE (xpi/firefox-60.3.0/es-MX.xpi) = 528665 +SHA256 (xpi/firefox-60.3.0/et.xpi) = 29853371609e98f79a6d13e6ce9b4eef31171827b4f080defe2ca8b6e36c5e73 +SIZE (xpi/firefox-60.3.0/et.xpi) = 504975 +SHA256 (xpi/firefox-60.3.0/eu.xpi) = 7e0c7bd4ed9925a5eb615150f2894db534937c6e61275f7abf6749c27554fe34 +SIZE (xpi/firefox-60.3.0/eu.xpi) = 511705 +SHA256 (xpi/firefox-60.3.0/fa.xpi) = 982ef5263955a69cb3a0feeee297aaa7f3a6dc0638e471d7d38f4775c953be0f +SIZE (xpi/firefox-60.3.0/fa.xpi) = 566267 +SHA256 (xpi/firefox-60.3.0/ff.xpi) = e12573718b1e732dc74bc7e50965105524b7178dd01ecbbc26507868ad044e62 +SIZE (xpi/firefox-60.3.0/ff.xpi) = 512206 +SHA256 (xpi/firefox-60.3.0/fi.xpi) = 4f2260f65af52f0acb8f37ce6b879a8392e1d2b5e00090206f423f18d7ec7762 +SIZE (xpi/firefox-60.3.0/fi.xpi) = 506183 +SHA256 (xpi/firefox-60.3.0/fr.xpi) = 25ae7acb918f1c18f208d383f78a50060c572b25b4023ecdd68e0daebe832821 +SIZE (xpi/firefox-60.3.0/fr.xpi) = 536071 +SHA256 (xpi/firefox-60.3.0/fy-NL.xpi) = 25931239276a37e6ec314c4a3fbdabc6f4ac057859ae1ee43d1cb28ffd2ba49e +SIZE (xpi/firefox-60.3.0/fy-NL.xpi) = 524525 +SHA256 (xpi/firefox-60.3.0/ga-IE.xpi) = 229b78ccad71a1410dd3ce4db0c3a516057f757397fc74e43298ac0b5b345ecc +SIZE (xpi/firefox-60.3.0/ga-IE.xpi) = 526990 +SHA256 (xpi/firefox-60.3.0/gd.xpi) = 7461f37ac778784893e0eea6d402ccd94d83b334f760cedb0d1482fc47eeaf48 +SIZE (xpi/firefox-60.3.0/gd.xpi) = 520863 +SHA256 (xpi/firefox-60.3.0/gl.xpi) = bc1a55afdd71ee940896ce31ea0bceff71b3c8083a3f9d431938f8fd505151da +SIZE (xpi/firefox-60.3.0/gl.xpi) = 497372 +SHA256 (xpi/firefox-60.3.0/gn.xpi) = 35c1eabd982153cd123b7f571ea6c4da6586fa026cf675f4dc243c354bc0e283 +SIZE (xpi/firefox-60.3.0/gn.xpi) = 533216 +SHA256 (xpi/firefox-60.3.0/gu-IN.xpi) = d4304667fd3df6312fce7584e6370efa87e756a13943a2c35ca84f0bc9c3da4b +SIZE (xpi/firefox-60.3.0/gu-IN.xpi) = 590264 +SHA256 (xpi/firefox-60.3.0/he.xpi) = fec2341b62f4b77080ea02502eb0fdb3473b079fd713acea19f9f413e598b903 +SIZE (xpi/firefox-60.3.0/he.xpi) = 535980 +SHA256 (xpi/firefox-60.3.0/hi-IN.xpi) = c39860fa51dc60e11ef38925b24f835bccc82b0ac309e1d7dba06278ff58106b +SIZE (xpi/firefox-60.3.0/hi-IN.xpi) = 590859 +SHA256 (xpi/firefox-60.3.0/hr.xpi) = caabb52fc34a957e82a390795b3d4244984cce8c2762d9e3b7bbe600451210f0 +SIZE (xpi/firefox-60.3.0/hr.xpi) = 515964 +SHA256 (xpi/firefox-60.3.0/hsb.xpi) = 83157adce2b667cb7dac0657a4af8ba4e383372de6294ee3be27ed7eb8b136c2 +SIZE (xpi/firefox-60.3.0/hsb.xpi) = 537062 +SHA256 (xpi/firefox-60.3.0/hu.xpi) = f17b7caa46a2332b32a1ff28d410956bffed1f2181a687981f4407c09ada22de +SIZE (xpi/firefox-60.3.0/hu.xpi) = 538414 +SHA256 (xpi/firefox-60.3.0/hy-AM.xpi) = 1c512b4e76b4b0d09e84c3e61798cdefef5a4a8f8e94891f4b773f6e38d06c06 +SIZE (xpi/firefox-60.3.0/hy-AM.xpi) = 569420 +SHA256 (xpi/firefox-60.3.0/ia.xpi) = 9b36112a645f508e292d878e9608d9318dc8e24b428b83e09716b9dee6e0cb82 +SIZE (xpi/firefox-60.3.0/ia.xpi) = 510738 +SHA256 (xpi/firefox-60.3.0/id.xpi) = ccd1a33d9bce8a136c04d0c995c35b41d03bcf9af57969fca04f25236e0689ed +SIZE (xpi/firefox-60.3.0/id.xpi) = 502225 +SHA256 (xpi/firefox-60.3.0/is.xpi) = 42038be29be2db04236038e5ed7670e8d8549c728b1ddd62b98067b0dcb294c9 +SIZE (xpi/firefox-60.3.0/is.xpi) = 513268 +SHA256 (xpi/firefox-60.3.0/it.xpi) = 7b8e3b93b695f177edf3b9b1494cd0bed94020c3fef41154731a2285f82b4f85 +SIZE (xpi/firefox-60.3.0/it.xpi) = 399097 +SHA256 (xpi/firefox-60.3.0/ja.xpi) = 5944569b7061640bb8222b6a4cd2a6d205023fa7f9941a2ea581c8c292c4a07a +SIZE (xpi/firefox-60.3.0/ja.xpi) = 572018 +SHA256 (xpi/firefox-60.3.0/ka.xpi) = 3f01f709407db0a54a9cbb68f5752e01b6119e33c1bd579656aea76635f00f01 +SIZE (xpi/firefox-60.3.0/ka.xpi) = 556845 +SHA256 (xpi/firefox-60.3.0/kab.xpi) = 89d065986880411dae008cdb6c470c6ecb1cb6be443f6fd7180d9f5416e9837d +SIZE (xpi/firefox-60.3.0/kab.xpi) = 520399 +SHA256 (xpi/firefox-60.3.0/kk.xpi) = 904558c456c61bc3be4eb9f199f53842714ad4af29bf023acdf1ba413ec14d53 +SIZE (xpi/firefox-60.3.0/kk.xpi) = 582981 +SHA256 (xpi/firefox-60.3.0/km.xpi) = 3417c8a69cddc1910d014db92e1b053013ac0608dd33351cfd5be6c3ba2932f5 +SIZE (xpi/firefox-60.3.0/km.xpi) = 583109 +SHA256 (xpi/firefox-60.3.0/kn.xpi) = 6e70e100da9d1f52c35c76e409daece8d7618ade33a70f93f830bdab63e02cd8 +SIZE (xpi/firefox-60.3.0/kn.xpi) = 585876 +SHA256 (xpi/firefox-60.3.0/ko.xpi) = eaf4df8778c73c66837a60434dbcd5965b5e9e072c6a8d38ffa18d40214a856d +SIZE (xpi/firefox-60.3.0/ko.xpi) = 547827 +SHA256 (xpi/firefox-60.3.0/lij.xpi) = df0c792859d12a7767450d565100076b6b443a048f6610b70a0dbdb563171168 +SIZE (xpi/firefox-60.3.0/lij.xpi) = 513182 +SHA256 (xpi/firefox-60.3.0/lt.xpi) = d3052013cdde28d225df6dd30c176e74ec809bc280fad8c760b7bcf65d374570 +SIZE (xpi/firefox-60.3.0/lt.xpi) = 536462 +SHA256 (xpi/firefox-60.3.0/lv.xpi) = 2132094914101026ad4289fb7b0386fa5ddaf3219494d1dca49e2a2bb4d6e108 +SIZE (xpi/firefox-60.3.0/lv.xpi) = 526416 +SHA256 (xpi/firefox-60.3.0/mai.xpi) = 64f4672c2a08d1b6f94236e470fd12ab9388384de58691520b630bc006c569e6 +SIZE (xpi/firefox-60.3.0/mai.xpi) = 549255 +SHA256 (xpi/firefox-60.3.0/mk.xpi) = 8a1e5ad944012e97aeda5688ad7c757d0ac764a5c7d7e5772055ba6c23ad87f1 +SIZE (xpi/firefox-60.3.0/mk.xpi) = 513806 +SHA256 (xpi/firefox-60.3.0/ml.xpi) = ef12810a590838668fa7587017c4f6c3944e58b477697efe2bca1cebe0e5e4b4 +SIZE (xpi/firefox-60.3.0/ml.xpi) = 598984 +SHA256 (xpi/firefox-60.3.0/mr.xpi) = 3f15817200c0b1d0ea8300aa445ec763b46bf8760343715e487d251a16f2c953 +SIZE (xpi/firefox-60.3.0/mr.xpi) = 579122 +SHA256 (xpi/firefox-60.3.0/ms.xpi) = 962bccb389ea981a9811a042227e7ee799eb29676f6e47d113ceb92500ea396e +SIZE (xpi/firefox-60.3.0/ms.xpi) = 509558 +SHA256 (xpi/firefox-60.3.0/my.xpi) = b7b51250ceb1679033e6a8777eba2757eefd100e31344a24a542d60d6dac54a0 +SIZE (xpi/firefox-60.3.0/my.xpi) = 570353 +SHA256 (xpi/firefox-60.3.0/nb-NO.xpi) = e528f52231e6c606c5fefa17a89bd9f2f90fd7ca92c99ad48c3f96f77aabdc74 +SIZE (xpi/firefox-60.3.0/nb-NO.xpi) = 509890 +SHA256 (xpi/firefox-60.3.0/ne-NP.xpi) = e8ab7d05fb37ea7346c9b57fcc036c629f733b1781a51848039a556cc888a396 +SIZE (xpi/firefox-60.3.0/ne-NP.xpi) = 555364 +SHA256 (xpi/firefox-60.3.0/nl.xpi) = 6d396039913d40892fe97a7f958ef556ddc393d9e633a896e823763efd4e4868 +SIZE (xpi/firefox-60.3.0/nl.xpi) = 517461 +SHA256 (xpi/firefox-60.3.0/nn-NO.xpi) = 06aa328df682316401aac6505c8432395822fc0e7b66f77d2335ededd8ef074d +SIZE (xpi/firefox-60.3.0/nn-NO.xpi) = 511433 +SHA256 (xpi/firefox-60.3.0/oc.xpi) = 971296802cb03b9be4757a58a839a9361227d56015a48a1f7470527245d92e44 +SIZE (xpi/firefox-60.3.0/oc.xpi) = 526981 +SHA256 (xpi/firefox-60.3.0/or.xpi) = 68f5476c66afd69c8db8ab2ce97b688da92539363604c7322ba107357c40ae87 +SIZE (xpi/firefox-60.3.0/or.xpi) = 540872 +SHA256 (xpi/firefox-60.3.0/pa-IN.xpi) = f9ec0cbda3ad58af64e02683882fe4ddcf64a9d198459f8de96205e4ad15b7e1 +SIZE (xpi/firefox-60.3.0/pa-IN.xpi) = 557874 +SHA256 (xpi/firefox-60.3.0/pl.xpi) = d371b1b7a1b5cbe3023a199feb3a1050a9840435be895e8501e3c08d0e72136d +SIZE (xpi/firefox-60.3.0/pl.xpi) = 419029 +SHA256 (xpi/firefox-60.3.0/pt-BR.xpi) = 9ad73bb14bc107dd9e8879b9104f23cc7547c7b4fe7f3e0bcd2dc1379ce2d4fb +SIZE (xpi/firefox-60.3.0/pt-BR.xpi) = 514770 +SHA256 (xpi/firefox-60.3.0/pt-PT.xpi) = 6e908c6f731e747a3a2a560e3a4e762298180cfa40b961572727de7683014b7a +SIZE (xpi/firefox-60.3.0/pt-PT.xpi) = 519361 +SHA256 (xpi/firefox-60.3.0/rm.xpi) = 3221db1c1cf6e593979001d50ea6963bb3bfd071dbcd1db8088a29b7670b5b7d +SIZE (xpi/firefox-60.3.0/rm.xpi) = 506051 +SHA256 (xpi/firefox-60.3.0/ro.xpi) = b3f129decde7df529a48040bcb10f99ae0b1650fadfd4573c119b8ef72e9e800 +SIZE (xpi/firefox-60.3.0/ro.xpi) = 514054 +SHA256 (xpi/firefox-60.3.0/ru.xpi) = 1c321fc3a6c10b5fdb7bce1f1f35815a9fb5741f278831b1e563462530d71c5e +SIZE (xpi/firefox-60.3.0/ru.xpi) = 591395 +SHA256 (xpi/firefox-60.3.0/si.xpi) = d3d8d5e3a554520f59eca3f4dd94a6e3a76119ff0e9daca9b67fa45495330c0f +SIZE (xpi/firefox-60.3.0/si.xpi) = 545581 +SHA256 (xpi/firefox-60.3.0/sk.xpi) = 2d86ae5527abc5f76d36b8d9f9095c1ba644ee569c29576315a13a7c0b2c81db +SIZE (xpi/firefox-60.3.0/sk.xpi) = 541703 +SHA256 (xpi/firefox-60.3.0/sl.xpi) = 82ba340140fcafcd26bdc8f9b77f2cfdd24811ac4f6c635cf864f89cabe5802e +SIZE (xpi/firefox-60.3.0/sl.xpi) = 519378 +SHA256 (xpi/firefox-60.3.0/son.xpi) = a454960ee79f47e6086ee96e63585b6a347c9789515fa4d22abd1d540bb582d1 +SIZE (xpi/firefox-60.3.0/son.xpi) = 497697 +SHA256 (xpi/firefox-60.3.0/sq.xpi) = 297265d54732fed1ee8f8f73eec2da69302ca5b3539d319204e917ec42b3d823 +SIZE (xpi/firefox-60.3.0/sq.xpi) = 521266 +SHA256 (xpi/firefox-60.3.0/sr.xpi) = 281d3bd00cd90f2ffde53b20cf696e92e9f4fa5479e0ac37828b3c94844e80a2 +SIZE (xpi/firefox-60.3.0/sr.xpi) = 548777 +SHA256 (xpi/firefox-60.3.0/sv-SE.xpi) = 208b39fce0317f3ec05e6b4677de5114f819e1e0ed8d9627aa61131c807465e7 +SIZE (xpi/firefox-60.3.0/sv-SE.xpi) = 518662 +SHA256 (xpi/firefox-60.3.0/ta.xpi) = bad74c913de6faae2a3cff0c8868aaf571a159624c0ca9496f760ee1cadb4277 +SIZE (xpi/firefox-60.3.0/ta.xpi) = 577925 +SHA256 (xpi/firefox-60.3.0/te.xpi) = a5dc3a8deda27ae74652b085f226dd8309b5dc772a0ae536c774a251eb2aa1e1 +SIZE (xpi/firefox-60.3.0/te.xpi) = 590955 +SHA256 (xpi/firefox-60.3.0/th.xpi) = 690ed8b98d20c9f57e1e368ae422e3fc851a9faedfddff5e934cbea854493ca1 +SIZE (xpi/firefox-60.3.0/th.xpi) = 562819 +SHA256 (xpi/firefox-60.3.0/tr.xpi) = f5a8ac9153b63667c7521ca1cf7c010e640dd2ef2a1e9d895968d30fd53a3a34 +SIZE (xpi/firefox-60.3.0/tr.xpi) = 525854 +SHA256 (xpi/firefox-60.3.0/uk.xpi) = 208a172100fe7229b39b67d64fd6820b390df0c8fb4c342f34d187383319254b +SIZE (xpi/firefox-60.3.0/uk.xpi) = 580918 +SHA256 (xpi/firefox-60.3.0/ur.xpi) = 34a0b11c65558236ca0b8ec682ef6077c31b6509d92f0211ba4839c6891e8d59 +SIZE (xpi/firefox-60.3.0/ur.xpi) = 563372 +SHA256 (xpi/firefox-60.3.0/uz.xpi) = 9e29fd77c44845d591b51c5dc1ced6ca0b21068d3aeb3a729658ab6a2e608657 +SIZE (xpi/firefox-60.3.0/uz.xpi) = 513688 +SHA256 (xpi/firefox-60.3.0/vi.xpi) = ac2628d8d3ed74f5c6be86b4875cf739bb5b2e871c83c605161bcd82229f14f8 +SIZE (xpi/firefox-60.3.0/vi.xpi) = 528186 +SHA256 (xpi/firefox-60.3.0/xh.xpi) = 0685ffa285c674bb79b6d2f11f87a1a4092622a4fce48640bee4dfccdc68d7df +SIZE (xpi/firefox-60.3.0/xh.xpi) = 511853 +SHA256 (xpi/firefox-60.3.0/zh-CN.xpi) = 920feb459841eaf3e87c3cc5359f7a352b222262854e3e94bfdf2bcc5a2a4c43 +SIZE (xpi/firefox-60.3.0/zh-CN.xpi) = 543582 +SHA256 (xpi/firefox-60.3.0/zh-TW.xpi) = e57bd11987d45fd7c5062b4629f599f4b1b4873866498f6213a5118964755d42 +SIZE (xpi/firefox-60.3.0/zh-TW.xpi) = 541908 Modified: branches/2018Q4/www/firefox-esr/Makefile ============================================================================== --- branches/2018Q4/www/firefox-esr/Makefile Mon Oct 22 23:52:59 2018 (r482798) +++ branches/2018Q4/www/firefox-esr/Makefile Mon Oct 22 23:54:10 2018 (r482799) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 60.2.2 -PORTREVISION= 1 +DISTVERSION= 60.3.0 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}esr.source${EXTRACT_SUFX} Modified: branches/2018Q4/www/firefox-esr/distinfo ============================================================================== --- branches/2018Q4/www/firefox-esr/distinfo Mon Oct 22 23:52:59 2018 (r482798) +++ branches/2018Q4/www/firefox-esr/distinfo Mon Oct 22 23:54:10 2018 (r482799) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538404142 -SHA256 (firefox-60.2.2esr.source.tar.xz) = 8f27ac9ebf253a87d161147b6ec7a56d486db2428565a2e97324c3bb55f684d2 -SIZE (firefox-60.2.2esr.source.tar.xz) = 267599268 +TIMESTAMP = 1539808809 +SHA256 (firefox-60.3.0esr.source.tar.xz) = 5566f3181aba169cae4b026cf1ea5e6b477d3e91b575fb3a42b5a33eeb2b5361 +SIZE (firefox-60.3.0esr.source.tar.xz) = 268340600 Modified: branches/2018Q4/www/firefox-esr/files/patch-u2f-hid-rs62 ============================================================================== --- branches/2018Q4/www/firefox-esr/files/patch-u2f-hid-rs62 Mon Oct 22 23:52:59 2018 (r482798) +++ branches/2018Q4/www/firefox-esr/files/patch-u2f-hid-rs62 Mon Oct 22 23:54:10 2018 (r482799) @@ -13,7 +13,7 @@ index 4bfba0eb2f52..cd4d80035d81 100644 +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ -+ "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", ++ "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + @@ -40,7 +40,7 @@ index 4bfba0eb2f52..cd4d80035d81 100644 "boxfnonce 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "devd-rs 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", "libudev 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2220,6 +2238,7 @@ dependencies = [ From owner-svn-ports-branches@freebsd.org Tue Oct 23 00:25: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 C407FFEA6F0; Tue, 23 Oct 2018 00:25: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 79C597B737; Tue, 23 Oct 2018 00:25: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 74A5E27C3B; Tue, 23 Oct 2018 00:25: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 w9N0PLTb022786; Tue, 23 Oct 2018 00:25:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9N0PLQN022783; Tue, 23 Oct 2018 00:25:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810230025.w9N0PLQN022783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 23 Oct 2018 00:25:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482805 - branches/2018Q4/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/citra X-SVN-Commit-Revision: 482805 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.29 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, 23 Oct 2018 00:25:22 -0000 Author: jbeich Date: Tue Oct 23 00:25:20 2018 New Revision: 482805 URL: https://svnweb.freebsd.org/changeset/ports/482805 Log: MFH: r482802 emulators/citra: update to s20181022 Changes: https://github.com/citra-emu/citra/compare/18caa787d...129ca865b Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q4/emulators/citra/Makefile branches/2018Q4/emulators/citra/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/citra/Makefile ============================================================================== --- branches/2018Q4/emulators/citra/Makefile Tue Oct 23 00:24:50 2018 (r482804) +++ branches/2018Q4/emulators/citra/Makefile Tue Oct 23 00:25:20 2018 (r482805) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20181019 +PORTVERSION= s20181022 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,7 +23,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 18caa787d +GH_TAGNAME= 129ca865b GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2018Q4/emulators/citra/distinfo ============================================================================== --- branches/2018Q4/emulators/citra/distinfo Tue Oct 23 00:24:50 2018 (r482804) +++ branches/2018Q4/emulators/citra/distinfo Tue Oct 23 00:25:20 2018 (r482805) @@ -1,6 +1,6 @@ -TIMESTAMP = 1539992197 -SHA256 (citra-emu-citra-s20181019-18caa787d_GH0.tar.gz) = 653b105301e9b3c27ca990311448191499cea6210b65cfa59b507bec4cef3d69 -SIZE (citra-emu-citra-s20181019-18caa787d_GH0.tar.gz) = 4496680 +TIMESTAMP = 1540214866 +SHA256 (citra-emu-citra-s20181022-129ca865b_GH0.tar.gz) = d9e1dc8d9f6888a998fbbe15ce1135d53a056b920aec7429d67dde88e43f8dcd +SIZE (citra-emu-citra-s20181022-129ca865b_GH0.tar.gz) = 4497723 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-branches@freebsd.org Tue Oct 23 00:28: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 88713FEA810; Tue, 23 Oct 2018 00:28:22 +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 BFF897B916; Tue, 23 Oct 2018 00:28: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 6593327C41; Tue, 23 Oct 2018 00:28:20 +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 w9N0SKoL023190; Tue, 23 Oct 2018 00:28:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9N0SJJm023188; Tue, 23 Oct 2018 00:28:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810230028.w9N0SJJm023188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 23 Oct 2018 00:28:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482807 - branches/2018Q4/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/rpcs3 X-SVN-Commit-Revision: 482807 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.29 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, 23 Oct 2018 00:28:22 -0000 Author: jbeich Date: Tue Oct 23 00:28:19 2018 New Revision: 482807 URL: https://svnweb.freebsd.org/changeset/ports/482807 Log: MFH: r482803 emulators/rpcs3: update to 0.0.5.994 Changes: https://github.com/RPCS3/rpcs3/compare/f588454d2...eba2216c4 Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q4/emulators/rpcs3/Makefile branches/2018Q4/emulators/rpcs3/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q4/emulators/rpcs3/Makefile Tue Oct 23 00:28:14 2018 (r482806) +++ branches/2018Q4/emulators/rpcs3/Makefile Tue Oct 23 00:28:19 2018 (r482807) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-984 -DISTVERSIONSUFFIX= -gf588454d2 +DISTVERSION= 0.0.5-994 +DISTVERSIONSUFFIX= -geba2216c4 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: branches/2018Q4/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q4/emulators/rpcs3/distinfo Tue Oct 23 00:28:14 2018 (r482806) +++ branches/2018Q4/emulators/rpcs3/distinfo Tue Oct 23 00:28:19 2018 (r482807) @@ -1,6 +1,6 @@ -TIMESTAMP = 1539976955 -SHA256 (RPCS3-rpcs3-v0.0.5-984-gf588454d2_GH0.tar.gz) = 96a02b712670cf7f5559f23157b64b2b86ee0a7d8bc9d2ca28b1f801054817f3 -SIZE (RPCS3-rpcs3-v0.0.5-984-gf588454d2_GH0.tar.gz) = 5012948 +TIMESTAMP = 1540066138 +SHA256 (RPCS3-rpcs3-v0.0.5-994-geba2216c4_GH0.tar.gz) = 2903d5638ba5446ca4c885c303e3035ce7eb008d9d93955d24472646c93ef147 +SIZE (RPCS3-rpcs3-v0.0.5-994-geba2216c4_GH0.tar.gz) = 5013318 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 4f58ba2a51136cc6af0f1d833688b55f78468c4f5429a4bf9b38bb51c9d212b1 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 105372 SHA256 (RPCS3-llvm-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce From owner-svn-ports-branches@freebsd.org Tue Oct 23 15:49:11 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 22197FEA862; Tue, 23 Oct 2018 15:49:11 +0000 (UTC) (envelope-from tobik@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 CBB4582F5E; Tue, 23 Oct 2018 15:49:10 +0000 (UTC) (envelope-from tobik@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 BFB5611F38; Tue, 23 Oct 2018 15:49:10 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9NFnAXv099122; Tue, 23 Oct 2018 15:49:10 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9NFnAYK099121; Tue, 23 Oct 2018 15:49:10 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810231549.w9NFnAYK099121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 23 Oct 2018 15:49:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482844 - branches/2018Q4/games/naev X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2018Q4/games/naev X-SVN-Commit-Revision: 482844 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.29 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, 23 Oct 2018 15:49:11 -0000 Author: tobik Date: Tue Oct 23 15:49:10 2018 New Revision: 482844 URL: https://svnweb.freebsd.org/changeset/ports/482844 Log: MFH: r482842 Mark games/naev as LLD_UNSAFE when OPENAL=on This fixes the build on 11.2 and 12.0. PR: 226980 Approved by: ports-secteam blanket Modified: branches/2018Q4/games/naev/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/games/naev/Makefile ============================================================================== --- branches/2018Q4/games/naev/Makefile Tue Oct 23 15:35:13 2018 (r482843) +++ branches/2018Q4/games/naev/Makefile Tue Oct 23 15:49:10 2018 (r482844) @@ -51,6 +51,7 @@ LUA_JIT_DESC= Use LuaJIT from lang/luajit LUA_JIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit OPENAL_USES= openal OPENAL_CONFIGURE_WITH= openal +OPENAL_VARS= LLD_UNSAFE=yes # cf. PR 226980 SDL_MIXER_DESC= SDL_mixer sound backend SDL_MIXER_CONFIGURE_WITH= sdlmixer SDL2_DESC= Use SDL2 instead of SDL From owner-svn-ports-branches@freebsd.org Tue Oct 23 17:38: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 57A95FED877; Tue, 23 Oct 2018 17:38:07 +0000 (UTC) (envelope-from feld@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 0D5B586E34; Tue, 23 Oct 2018 17:38:07 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 082671317B; Tue, 23 Oct 2018 17:38:07 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9NHc6nl057067; Tue, 23 Oct 2018 17:38:06 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9NHc6dm057065; Tue, 23 Oct 2018 17:38:06 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201810231738.w9NHc6dm057065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 23 Oct 2018 17:38:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482851 - branches/2018Q4/www/minio-client X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2018Q4/www/minio-client X-SVN-Commit-Revision: 482851 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.29 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, 23 Oct 2018 17:38:07 -0000 Author: feld Date: Tue Oct 23 17:38:06 2018 New Revision: 482851 URL: https://svnweb.freebsd.org/changeset/ports/482851 Log: MFH: r482850 www/minio-client: Update to 2018.10.18.00.40.05 - Fix amd64 build PR: 231945 Approved by: maintainer (timeout) Modified: branches/2018Q4/www/minio-client/Makefile branches/2018Q4/www/minio-client/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/minio-client/Makefile ============================================================================== --- branches/2018Q4/www/minio-client/Makefile Tue Oct 23 17:37:14 2018 (r482850) +++ branches/2018Q4/www/minio-client/Makefile Tue Oct 23 17:38:06 2018 (r482851) @@ -27,10 +27,10 @@ MC= ${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= minio GH_PROJECT= mc -GH_TAGNAME= RELEASE.2018-06-09T02-18-09Z +GH_TAGNAME= RELEASE.2018-10-18T00-40-05Z GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${GH_PROJECT} MAKE_ENV= GOPATH=${WRKSRC} GOROOT=${LOCALBASE}/go -COMMIT_ID= 8cf797da5fc629af4f7850858b611fc980478e2f +COMMIT_ID= 0dd32c1b26f05e7f94f76f2ceb62b5229836b009 PLIST_FILES= bin/${MC} Modified: branches/2018Q4/www/minio-client/distinfo ============================================================================== --- branches/2018Q4/www/minio-client/distinfo Tue Oct 23 17:37:14 2018 (r482850) +++ branches/2018Q4/www/minio-client/distinfo Tue Oct 23 17:38:06 2018 (r482851) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528726062 -SHA256 (minio-mc-2018.06.09.02.18.09-RELEASE.2018-06-09T02-18-09Z_GH0.tar.gz) = 0c042c5b115f04624f4c49071cc77b0d9613c07eb32754f84b213299b5e8b77e -SIZE (minio-mc-2018.06.09.02.18.09-RELEASE.2018-06-09T02-18-09Z_GH0.tar.gz) = 1367244 +TIMESTAMP = 1540315769 +SHA256 (minio-mc-2018.10.18.00.40.05-RELEASE.2018-10-18T00-40-05Z_GH0.tar.gz) = e7b4740e086215b2c9b561af7dbd34dcd9171f4eba80d42e60cab0b465e05e36 +SIZE (minio-mc-2018.10.18.00.40.05-RELEASE.2018-10-18T00-40-05Z_GH0.tar.gz) = 1749593 From owner-svn-ports-branches@freebsd.org Tue Oct 23 19:41:52 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 79DFFFF9DB0; Tue, 23 Oct 2018 19:41:52 +0000 (UTC) (envelope-from jkim@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 2584B8CF40; Tue, 23 Oct 2018 19:41:52 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 200F71470C; Tue, 23 Oct 2018 19:41:52 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9NJfqAA024734; Tue, 23 Oct 2018 19:41:52 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9NJforV024724; Tue, 23 Oct 2018 19:41:50 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201810231941.w9NJforV024724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 23 Oct 2018 19:41:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482871 - in branches/2018Q4/emulators: virtualbox-ose-additions virtualbox-ose-kmod virtualbox-ose/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in branches/2018Q4/emulators: virtualbox-ose-additions virtualbox-ose-kmod virtualbox-ose/files X-SVN-Commit-Revision: 482871 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.29 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, 23 Oct 2018 19:41:53 -0000 Author: jkim Date: Tue Oct 23 19:41:50 2018 New Revision: 482871 URL: https://svnweb.freebsd.org/changeset/ports/482871 Log: MFH: r482464 Support SMAP for amd64. This should stop kernel panics on SMAP supported CPUs after r336876. PR: 230460 Approved by: ports-secteam (miwi) Added: branches/2018Q4/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-files_vboxnetflt - copied unchanged from r482464, head/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-files_vboxnetflt branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_SUPDrv.cpp - copied unchanged from r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_SUPDrv.cpp branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_alloc-r0drv-freebsd.c - copied unchanged from r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_alloc-r0drv-freebsd.c branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_assert-r0drv-freebsd.c - copied unchanged from r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_assert-r0drv-freebsd.c branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_memuserkernel-r0drv-freebsd.c - copied unchanged from r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_memuserkernel-r0drv-freebsd.c branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_semevent-r0drv-freebsd.c - copied unchanged from r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_semevent-r0drv-freebsd.c branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_semeventmulti-r0drv-freebsd.c - copied unchanged from r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_semeventmulti-r0drv-freebsd.c branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_semfastmutex-r0drv-freebsd.c - copied unchanged from r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_semfastmutex-r0drv-freebsd.c branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_semmutex-r0drv-freebsd.c - copied unchanged from r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_semmutex-r0drv-freebsd.c branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_spinlock-r0drv-freebsd.c - copied unchanged from r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_spinlock-r0drv-freebsd.c branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_thread2-r0drv-freebsd.c - copied unchanged from r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_thread2-r0drv-freebsd.c branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_timer-r0drv-freebsd.c - copied unchanged from r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_timer-r0drv-freebsd.c Modified: branches/2018Q4/emulators/virtualbox-ose-additions/Makefile branches/2018Q4/emulators/virtualbox-ose-kmod/Makefile branches/2018Q4/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_freebsd_SUPDrv-freebsd.c branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_memobj-r0drv-freebsd.c branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_mp-r0drv-freebsd.c branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_the-freebsd-kernel.h branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_thread-r0drv-freebsd.c Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- branches/2018Q4/emulators/virtualbox-ose-additions/Makefile Tue Oct 23 19:36:42 2018 (r482870) +++ branches/2018Q4/emulators/virtualbox-ose-additions/Makefile Tue Oct 23 19:41:50 2018 (r482871) @@ -4,6 +4,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.2.18 PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX?= -additions Modified: branches/2018Q4/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- branches/2018Q4/emulators/virtualbox-ose-kmod/Makefile Tue Oct 23 19:36:42 2018 (r482870) +++ branches/2018Q4/emulators/virtualbox-ose-kmod/Makefile Tue Oct 23 19:41:50 2018 (r482871) @@ -3,6 +3,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.2.18 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX= -kmod Modified: branches/2018Q4/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c ============================================================================== --- branches/2018Q4/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c Tue Oct 23 19:36:42 2018 (r482870) +++ branches/2018Q4/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c Tue Oct 23 19:41:50 2018 (r482871) @@ -1,11 +1,6 @@ -Add VLAN trunking support to vboxnetflt - -See: http://lists.freebsd.org/pipermail/freebsd-emulation/2012-April/009698.html -See: http://lists.freebsd.org/pipermail/freebsd-emulation/2013-May/010605.html -Submitted by: Landon J Fuller ---- src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c.orig 2016-01-19 19:18:38 UTC +--- src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c.orig 2018-10-15 14:30:58 UTC +++ src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c -@@ -51,6 +51,7 @@ +@@ -52,6 +52,7 @@ #include #include #include @@ -13,7 +8,15 @@ Submitted by: Landon J Fuller #include -@@ -369,7 +370,11 @@ static int ng_vboxnetflt_rcvdata(hook_p +@@ -73,6 +74,7 @@ + + #define VBOXNETFLT_OS_SPECFIC 1 + #include "../VBoxNetFltInternal.h" ++#include "freebsd/the-freebsd-kernel.h" + + static int vboxnetflt_modevent(struct module *, int, void *); + static ng_constructor_t ng_vboxnetflt_constructor; +@@ -370,7 +372,11 @@ static int ng_vboxnetflt_rcvdata(hook_p hook, item_p i mtx_lock_spin(&pThis->u.s.inq.ifq_mtx); _IF_ENQUEUE(&pThis->u.s.inq, m); mtx_unlock_spin(&pThis->u.s.inq.ifq_mtx); @@ -25,7 +28,7 @@ Submitted by: Landon J Fuller u.s.outq.ifq_mtx); _IF_ENQUEUE(&pThis->u.s.outq, m); mtx_unlock_spin(&pThis->u.s.outq.ifq_mtx); @@ -37,7 +40,7 @@ Submitted by: Landon J Fuller u.s.ifp; unsigned int cSegs = 0; bool fDropIt = false, fActive; @@ -46,7 +49,7 @@ Submitted by: Landon J Fuller if_vnet); -@@ -439,6 +450,19 @@ static void vboxNetFltFreeBSDinput(void +@@ -440,6 +452,19 @@ static void vboxNetFltFreeBSDinput(void *arg, int pend if (m == NULL) break; @@ -66,7 +69,7 @@ Submitted by: Landon J Fuller m_next) if (m0->m_len > 0) cSegs++; -@@ -453,6 +477,27 @@ static void vboxNetFltFreeBSDinput(void +@@ -454,6 +479,27 @@ static void vboxNetFltFreeBSDinput(void *arg, int pend vboxNetFltFreeBSDMBufToSG(pThis, m, pSG, cSegs, 0); fDropIt = pThis->pSwitchPort->pfnRecv(pThis->pSwitchPort, NULL /* pvIf */, pSG, INTNETTRUNKDIR_WIRE); RTMemTmpFree(pSG); @@ -94,3 +97,177 @@ Submitted by: Landon J Fuller m_flags |= M_PKTHDR; + ether_output_frame(ifp, m); +@@ -542,10 +595,16 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p + { + m = vboxNetFltFreeBSDSGMBufFromSG(pThis, pSG); + if (m == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY; ++ } + m = m_pullup(m, ETHER_HDR_LEN); + if (m == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY; ++ } + /* + * Delivering packets to the host will be captured by the + * input hook. Tag the packet with a mbuf tag so that we +@@ -556,6 +615,7 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p + if (mtag == NULL) + { + m_freem(m); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY; + } + +@@ -566,6 +626,7 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p + ifp->if_input(ifp, m); + } + VBOXCURVNET_RESTORE(); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VINF_SUCCESS; + } + +@@ -578,6 +639,7 @@ static bool vboxNetFltFreeBsdIsPromiscuous(PVBOXNETFLT + + int vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, void *pvContext) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + char nam[NG_NODESIZ]; + struct ifnet *ifp; + node_p node; +@@ -586,7 +648,10 @@ int vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, voi + NOREF(pvContext); + ifp = ifunit(pThis->szName); + if (ifp == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_INTNET_FLT_IF_NOT_FOUND; ++ } + + /* Create a new netgraph node for this instance */ + if (ng_make_node_common(&ng_vboxnetflt_typestruct, &node) != 0) +@@ -630,12 +695,14 @@ int vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, voi + vboxNetFltRelease(pThis, true /*fBusy*/); + } + VBOXCURVNET_RESTORE(); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + + return VINF_SUCCESS; + } + + bool vboxNetFltOsMaybeRediscovered(PVBOXNETFLTINS pThis) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + struct ifnet *ifp, *ifp0; + + ifp = ASMAtomicUoReadPtrT(&pThis->u.s.ifp, struct ifnet *); +@@ -652,6 +719,7 @@ bool vboxNetFltOsMaybeRediscovered(PVBOXNETFLTINS pThi + pThis->u.s.node = NULL; + } + VBOXCURVNET_RESTORE(); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + + if (ifp0 != NULL) + { +@@ -664,6 +732,7 @@ bool vboxNetFltOsMaybeRediscovered(PVBOXNETFLTINS pThi + + void vboxNetFltOsDeleteInstance(PVBOXNETFLTINS pThis) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + + taskqueue_drain(taskqueue_fast, &pThis->u.s.tskin); + taskqueue_drain(taskqueue_fast, &pThis->u.s.tskout); +@@ -676,6 +745,7 @@ void vboxNetFltOsDeleteInstance(PVBOXNETFLTINS pThis) + ng_rmnode_self(pThis->u.s.node); + VBOXCURVNET_RESTORE(); + pThis->u.s.node = NULL; ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + } + + int vboxNetFltOsPreInitInstance(PVBOXNETFLTINS pThis) +@@ -689,6 +759,7 @@ int vboxNetFltOsPreInitInstance(PVBOXNETFLTINS pThis) + + void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, bool fActive) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + struct ifnet *ifp; + struct ifreq ifreq; + int error; +@@ -722,7 +793,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b + NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_CONNECT, + sizeof(struct ngm_connect), M_NOWAIT); + if (msg == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return; ++ } + con = (struct ngm_connect *)msg->data; + snprintf(con->path, NG_PATHSIZ, "vboxnetflt_%s:", ifp->if_xname); + strlcpy(con->ourhook, "lower", NG_HOOKSIZ); +@@ -736,7 +810,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b + NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_CONNECT, + sizeof(struct ngm_connect), M_NOWAIT); + if (msg == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return; ++ } + con = (struct ngm_connect *)msg->data; + snprintf(con->path, NG_PATHSIZ, "vboxnetflt_%s:", + ifp->if_xname); +@@ -759,7 +836,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b + NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_RMHOOK, + sizeof(struct ngm_rmhook), M_NOWAIT); + if (msg == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return; ++ } + rm = (struct ngm_rmhook *)msg->data; + strlcpy(rm->ourhook, "input", NG_HOOKSIZ); + NG_SEND_MSG_PATH(error, node, msg, path, 0); +@@ -770,12 +850,16 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b + NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_RMHOOK, + sizeof(struct ngm_rmhook), M_NOWAIT); + if (msg == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return; ++ } + rm = (struct ngm_rmhook *)msg->data; + strlcpy(rm->ourhook, "output", NG_HOOKSIZ); + NG_SEND_MSG_PATH(error, node, msg, path, 0); + } + VBOXCURVNET_RESTORE(); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + } + + int vboxNetFltOsDisconnectIt(PVBOXNETFLTINS pThis) Copied: branches/2018Q4/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-files_vboxnetflt (from r482464, head/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-files_vboxnetflt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-files_vboxnetflt Tue Oct 23 19:41:50 2018 (r482871, copy of r482464, head/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-files_vboxnetflt) @@ -0,0 +1,10 @@ +--- src/VBox/HostDrivers/VBoxNetFlt/freebsd/files_vboxnetflt.orig 2018-10-15 14:30:58 UTC ++++ src/VBox/HostDrivers/VBoxNetFlt/freebsd/files_vboxnetflt +@@ -61,6 +61,7 @@ VBOX_VBOXNETFLT_SOURCES=" \ + ${PATH_ROOT}/include/iprt/uni.h=>include/iprt/uni.h \ + ${PATH_ROOT}/include/iprt/utf16.h=>include/iprt/utf16.h \ + ${PATH_ROOT}/include/iprt/uuid.h=>include/iprt/uuid.h \ ++ ${PATH_ROOT}/include/iprt/x86.h=>include/iprt/x86.h \ + ${PATH_ROOT}/include/iprt/nocrt/limits.h=>include/iprt/nocrt/limits.h \ + ${PATH_ROOT}/include/VBox/cdefs.h=>include/VBox/cdefs.h \ + ${PATH_ROOT}/include/VBox/err.h=>include/VBox/err.h \ Copied: branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_SUPDrv.cpp (from r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_SUPDrv.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_SUPDrv.cpp Tue Oct 23 19:41:50 2018 (r482871, copy of r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_SUPDrv.cpp) @@ -0,0 +1,11 @@ +--- src/VBox/HostDrivers/Support/SUPDrv.cpp.orig 2018-10-15 14:30:56 UTC ++++ src/VBox/HostDrivers/Support/SUPDrv.cpp +@@ -104,7 +104,7 @@ + /** @def SUPDRV_CHECK_SMAP_CHECK + * Checks that the AC flag is set if SMAP is enabled. If AC is not set, it + * will be logged and @a a_BadExpr is executed. */ +-#if defined(RT_OS_DARWIN) || defined(RT_OS_LINUX) ++#if defined(RT_OS_DARWIN) || defined(RT_OS_FREEBSD) || defined(RT_OS_LINUX) + # define SUPDRV_CHECK_SMAP_SETUP() uint32_t const fKernelFeatures = SUPR0GetKernelFeatures() + # define SUPDRV_CHECK_SMAP_CHECK(a_pDevExt, a_BadExpr) \ + do { \ Modified: branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_freebsd_SUPDrv-freebsd.c ============================================================================== --- branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_freebsd_SUPDrv-freebsd.c Tue Oct 23 19:36:42 2018 (r482870) +++ branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_freebsd_SUPDrv-freebsd.c Tue Oct 23 19:41:50 2018 (r482871) @@ -1,7 +1,167 @@ ---- src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c.orig 2016-07-18 11:56:20 UTC +--- src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c.orig 2018-10-15 14:30:57 UTC +++ src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c -@@ -541,8 +541,7 @@ bool VBOXCALL supdrvOSGetForcedAsyncTsc +@@ -46,6 +46,7 @@ + #include + #include "../SUPDrvInternal.h" ++#include "freebsd/the-freebsd-kernel.h" + #include + #include + #include +@@ -57,7 +58,14 @@ + #include + #include + #include ++#include + ++#ifdef VBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV ++# include ++# include ++# include ++#endif ++ + #ifdef VBOX_WITH_HARDENING + # define VBOXDRV_PERM 0600 + #else +@@ -76,7 +84,9 @@ static d_open_t VBoxDrvFreeBSDOpenUsr; + static d_open_t VBoxDrvFreeBSDOpenSys; + static void vboxdrvFreeBSDDtr(void *pvData); + static d_ioctl_t VBoxDrvFreeBSDIOCtl; ++static d_ioctl_t VBoxDrvFreeBSDIOCtlSMAP; + static int VBoxDrvFreeBSDIOCtlSlow(PSUPDRVSESSION pSession, u_long ulCmd, caddr_t pvData, struct thread *pTd); ++static bool VBoxDrvFreeBSDCpuHasSMAP(void); + + + /********************************************************************************************************************************* +@@ -182,6 +192,13 @@ static int VBoxDrvFreeBSDLoad(void) + rc = supdrvInitDevExt(&g_VBoxDrvFreeBSDDevExt, sizeof(SUPDRVSESSION)); + if (RT_SUCCESS(rc)) + { ++ if (VBoxDrvFreeBSDCpuHasSMAP()) ++ { ++ LogRel(("disabling SMAP for VBoxDrvFreeBSDIOCtl\n")); ++ g_VBoxDrvFreeBSDChrDevSwSys.d_ioctl = VBoxDrvFreeBSDIOCtlSMAP; ++ g_VBoxDrvFreeBSDChrDevSwUsr.d_ioctl = VBoxDrvFreeBSDIOCtlSMAP; ++ } ++ + /* + * Configure character devices. Add symbolic links for compatibility. + */ +@@ -311,7 +328,21 @@ static int VBoxDrvFreeBSDIOCtl(struct cdev *pDev, u_lo + PSUPDRVSESSION pSession; + devfs_get_cdevpriv((void **)&pSession); + ++#ifdef VBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV + /* ++ * Refuse all I/O control calls if we've ever detected EFLAGS.AC being cleared. ++ * ++ * This isn't a problem, as there is absolutely nothing in the kernel context that ++ * depend on user context triggering cleanups. That would be pretty wild, right? ++ */ ++ if (RT_UNLIKELY(g_VBoxDrvFreeBSDDevExt.cBadContextCalls > 0)) ++ { ++ SUPR0Printf("VBoxDrvFreBSDIOCtl: EFLAGS.AC=0 detected %u times, refusing all I/O controls!\n", g_VBoxDrvFreeBSDDevExt.cBadContextCalls); ++ return ESPIPE; ++ } ++#endif ++ ++ /* + * Deal with the fast ioctl path first. + */ + if ( ( ulCmd == SUP_IOCTL_FAST_DO_RAW_RUN +@@ -325,6 +356,45 @@ static int VBoxDrvFreeBSDIOCtl(struct cdev *pDev, u_lo + + + /** ++ * Alternative Device I/O Control entry point on hosts with SMAP support. ++ * ++ * @returns depends... ++ * @param pDev The device. ++ * @param ulCmd The command. ++ * @param pvData Pointer to the data. ++ * @param fFile The file descriptor flags. ++ * @param pTd The calling thread. ++ */ ++static int VBoxDrvFreeBSDIOCtlSMAP(struct cdev *pDev, u_long ulCmd, caddr_t pvData, int fFile, struct thread *pTd) ++{ ++ /* ++ * Allow VBox R0 code to touch R3 memory. Setting the AC bit disables the ++ * SMAP check. ++ */ ++ RTCCUINTREG fSavedEfl = ASMAddFlags(X86_EFL_AC); ++ ++ int rc = VBoxDrvFreeBSDIOCtl(pDev, ulCmd, pvData, fFile, pTd); ++ ++#ifdef VBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV ++ /* ++ * Before we restore AC and the rest of EFLAGS, check if the IOCtl handler code ++ * accidentially modified it or some other important flag. ++ */ ++ if (RT_UNLIKELY( (ASMGetFlags() & (X86_EFL_AC | X86_EFL_IF | X86_EFL_DF | X86_EFL_IOPL)) ++ != ((fSavedEfl & (X86_EFL_AC | X86_EFL_IF | X86_EFL_DF | X86_EFL_IOPL)) | X86_EFL_AC) )) ++ { ++ char szTmp[48]; ++ RTStrPrintf(szTmp, sizeof(szTmp), "ulCmd=%#x: %#x->%#x!", ulCmd, (uint32_t)fSavedEfl, (uint32_t)ASMGetFlags()); ++ supdrvBadContext(&g_VBoxDrvFreeBSDDevExt, "SUPDrv-freebsd.c", __LINE__, szTmp); ++ } ++#endif ++ ++ ASMSetFlags(fSavedEfl); ++ return rc; ++} ++ ++ ++/** + * Deal with the 'slow' I/O control requests. + * + * @returns 0 on success, appropriate errno on failure. +@@ -373,11 +443,10 @@ static int VBoxDrvFreeBSDIOCtlSlow(PSUPDRVSESSION pSes + */ + SUPREQHDR Hdr; + pvUser = *(void **)pvData; +- int rc = copyin(pvUser, &Hdr, sizeof(Hdr)); +- if (RT_UNLIKELY(rc)) ++ if (RT_FAILURE(RTR0MemUserCopyFrom(&Hdr, pvUser, sizeof(Hdr)))) + { +- OSDBGPRINT(("VBoxDrvFreeBSDIOCtlSlow: copyin(%p,Hdr,) -> %#x; ulCmd=%#lx\n", pvUser, rc, ulCmd)); +- return rc; ++ OSDBGPRINT(("VBoxDrvFreeBSDIOCtlSlow: copyin(%p,Hdr,); ulCmd=%#lx\n", pvUser, ulCmd)); ++ return EFAULT; + } + if (RT_UNLIKELY((Hdr.fFlags & SUPREQHDR_FLAGS_MAGIC_MASK) != SUPREQHDR_FLAGS_MAGIC)) + { +@@ -402,13 +471,12 @@ static int VBoxDrvFreeBSDIOCtlSlow(PSUPDRVSESSION pSes + OSDBGPRINT(("VBoxDrvFreeBSDIOCtlSlow: failed to allocate buffer of %d bytes; ulCmd=%#lx\n", cbReq, ulCmd)); + return ENOMEM; + } +- rc = copyin(pvUser, pHdr, Hdr.cbIn); +- if (RT_UNLIKELY(rc)) ++ if (RT_FAILURE(RTR0MemUserCopyFrom(pHdr, pvUser, Hdr.cbIn))) + { +- OSDBGPRINT(("VBoxDrvFreeBSDIOCtlSlow: copyin(%p,%p,%#x) -> %#x; ulCmd=%#lx\n", +- pvUser, pHdr, Hdr.cbIn, rc, ulCmd)); ++ OSDBGPRINT(("VBoxDrvFreeBSDIOCtlSlow: copyin(%p,%p,%#x); ulCmd=%#lx\n", ++ pvUser, pHdr, Hdr.cbIn, ulCmd)); + RTMemTmpFree(pHdr); +- return rc; ++ return EFAULT; + } + if (Hdr.cbIn < cbReq) + RT_BZERO((uint8_t *)pHdr + Hdr.cbIn, cbReq - Hdr.cbIn); +@@ -436,9 +504,8 @@ static int VBoxDrvFreeBSDIOCtlSlow(PSUPDRVSESSION pSes + OSDBGPRINT(("VBoxDrvFreeBSDIOCtlSlow: too much output! %#x > %#x; uCmd=%#lx!\n", cbOut, cbReq, ulCmd)); + cbOut = cbReq; + } +- rc = copyout(pHdr, pvUser, cbOut); +- if (RT_UNLIKELY(rc)) +- OSDBGPRINT(("VBoxDrvFreeBSDIOCtlSlow: copyout(%p,%p,%#x) -> %d; uCmd=%#lx!\n", pHdr, pvUser, cbOut, rc, ulCmd)); ++ if (RT_FAILURE(RTR0MemUserCopyTo(pvUser, pHdr, cbOut))) ++ OSDBGPRINT(("VBoxDrvFreeBSDIOCtlSlow: copyout(%p,%p,%#x); uCmd=%#lx!\n", pHdr, pvUser, cbOut, ulCmd)); + + Log(("VBoxDrvFreeBSDIOCtlSlow: returns %d / %d ulCmd=%lx\n", 0, pHdr->rc, ulCmd)); + +@@ -541,8 +608,7 @@ bool VBOXCALL supdrvOSGetForcedAsyncTscMode(PSUPDRVDE + bool VBOXCALL supdrvOSAreCpusOfflinedOnSuspend(void) { - /** @todo verify this. */ @@ -10,3 +170,51 @@ } +@@ -616,11 +682,25 @@ int VBOXCALL supdrvOSMsrProberModify(RTCPUID idCpu, + #endif /* SUPDRV_WITH_MSR_PROBER */ + + ++/** ++ * Check if the CPU has SMAP support. ++ */ ++static bool VBoxDrvFreeBSDCpuHasSMAP(void) ++{ ++#ifdef VBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV ++ if ((cpu_stdext_feature & CPUID_STDEXT_SMAP) != 0) ++ return true; ++#endif ++ return false; ++} ++ ++ + SUPR0DECL(int) SUPR0Printf(const char *pszFormat, ...) + { + va_list va; + char szMsg[256]; + int cch; ++ IPRT_FREEBSD_SAVE_EFL_AC(); + + va_start(va, pszFormat); + cch = RTStrPrintfV(szMsg, sizeof(szMsg), pszFormat, va); +@@ -628,12 +708,19 @@ SUPR0DECL(int) SUPR0Printf(const char *pszFormat, ...) + + printf("%s", szMsg); + ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return cch; + } + + + SUPR0DECL(uint32_t) SUPR0GetKernelFeatures(void) + { +- return 0; ++ uint32_t fFlags = 0; ++#ifdef VBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV ++ if (g_VBoxDrvFreeBSDChrDevSwSys.d_ioctl == VBoxDrvFreeBSDIOCtlSMAP) ++ fFlags |= SUPKERNELFEATURES_SMAP; ++ else ++ Assert(!(ASMGetCR4() & X86_CR4_SMAP)); ++#endif ++ return fFlags; + } +- Copied: branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_alloc-r0drv-freebsd.c (from r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_alloc-r0drv-freebsd.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_alloc-r0drv-freebsd.c Tue Oct 23 19:41:50 2018 (r482871, copy of r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_alloc-r0drv-freebsd.c) @@ -0,0 +1,73 @@ +--- src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c.orig 2018-10-15 14:31:31 UTC ++++ src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c +@@ -54,6 +54,7 @@ MALLOC_DEFINE(M_IPRTCONT, "iprtcont", "IPRT - contiguo + + DECLHIDDEN(int) rtR0MemAllocEx(size_t cb, uint32_t fFlags, PRTMEMHDR *ppHdr) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + size_t cbAllocated = cb; + PRTMEMHDR pHdr = NULL; + +@@ -76,8 +77,10 @@ DECLHIDDEN(int) rtR0MemAllocEx(size_t cb, uint32_t fFl + cbAllocated = RT_ALIGN_Z(cb + sizeof(*pHdr), PAGE_SIZE); + + pVmObject = vm_object_allocate(OBJT_DEFAULT, cbAllocated >> PAGE_SHIFT); +- if (!pVmObject) ++ if (!pVmObject) { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_EXEC_MEMORY; ++ } + + /* Addr contains a start address vm_map_find will start searching for suitable space at. */ + #if __FreeBSD_version >= 1000055 +@@ -114,6 +117,8 @@ DECLHIDDEN(int) rtR0MemAllocEx(size_t cb, uint32_t fFl + fFlags & RTMEMHDR_FLAG_ZEROED ? M_NOWAIT | M_ZERO : M_NOWAIT); + } + ++ IPRT_FREEBSD_RESTORE_EFL_AC(); ++ + if (RT_UNLIKELY(!pHdr)) + return VERR_NO_MEMORY; + +@@ -129,6 +134,8 @@ DECLHIDDEN(int) rtR0MemAllocEx(size_t cb, uint32_t fFl + + DECLHIDDEN(void) rtR0MemFree(PRTMEMHDR pHdr) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); ++ + pHdr->u32Magic += 1; + + #ifdef RT_ARCH_AMD64 +@@ -141,11 +148,14 @@ DECLHIDDEN(void) rtR0MemFree(PRTMEMHDR pHdr) + else + #endif + free(pHdr, M_IPRTHEAP); ++ ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + } + + + RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + void *pv; + + /* +@@ -170,6 +180,7 @@ RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_ + *pPhys = vtophys(pv); + Assert(!(*pPhys & PAGE_OFFSET_MASK)); + } ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return pv; + } + +@@ -179,7 +190,9 @@ RTR0DECL(void) RTMemContFree(void *pv, size_t cb) + if (pv) + { + AssertMsg(!((uintptr_t)pv & PAGE_OFFSET_MASK), ("pv=%p\n", pv)); ++ IPRT_FREEBSD_SAVE_EFL_AC(); + contigfree(pv, cb, M_IPRTCONT); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + } + } + Copied: branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_assert-r0drv-freebsd.c (from r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_assert-r0drv-freebsd.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_assert-r0drv-freebsd.c Tue Oct 23 19:41:50 2018 (r482871, copy of r482464, head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_assert-r0drv-freebsd.c) @@ -0,0 +1,29 @@ +--- src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c.orig 2018-10-15 14:31:31 UTC ++++ src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c +@@ -44,15 +44,18 @@ + + DECLHIDDEN(void) rtR0AssertNativeMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + printf("\r\n!!Assertion Failed!!\r\n" + "Expression: %s\r\n" + "Location : %s(%d) %s\r\n", + pszExpr, pszFile, uLine, pszFunction); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + } + + + DECLHIDDEN(void) rtR0AssertNativeMsg2V(bool fInitial, const char *pszFormat, va_list va) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + char szMsg[256]; + + RTStrPrintfV(szMsg, sizeof(szMsg) - 1, pszFormat, va); +@@ -60,6 +63,7 @@ DECLHIDDEN(void) rtR0AssertNativeMsg2V(bool fInitial, + printf("%s", szMsg); + + NOREF(fInitial); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + } + + Modified: branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_memobj-r0drv-freebsd.c ============================================================================== --- branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_memobj-r0drv-freebsd.c Tue Oct 23 19:36:42 2018 (r482870) +++ branches/2018Q4/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r0drv_freebsd_memobj-r0drv-freebsd.c Tue Oct 23 19:41:50 2018 (r482871) @@ -1,16 +1,24 @@ ---- src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c.orig 2017-04-28 15:04:48 UTC +--- src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c.orig 2018-10-15 14:31:31 UTC +++ src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c -@@ -121,16 +121,15 @@ DECLHIDDEN(int) rtR0MemObjNativeFree(RTR +@@ -105,6 +105,7 @@ static vm_map_t rtR0MemObjFreeBSDGetMap(PRTR0MEMOBJINT + DECLHIDDEN(int) rtR0MemObjNativeFree(RTR0MEMOBJ pMem) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + PRTR0MEMOBJFREEBSD pMemFreeBSD = (PRTR0MEMOBJFREEBSD)pMem; + int rc; + +@@ -121,16 +122,15 @@ DECLHIDDEN(int) rtR0MemObjNativeFree(RTR0MEMOBJ pMem) + case RTR0MEMOBJTYPE_LOCK: { - vm_map_t pMap = kernel_map; -- -- if (pMemFreeBSD->Core.u.Lock.R0Process != NIL_RTR0PROCESS) -- pMap = &((struct proc *)pMemFreeBSD->Core.u.Lock.R0Process)->p_vmspace->vm_map; + if (pMemFreeBSD->Core.u.Lock.R0Process != NIL_RTR0PROCESS) { + vm_map_t pMap = &((struct proc *)pMemFreeBSD->Core.u.Lock.R0Process)->p_vmspace->vm_map; +- if (pMemFreeBSD->Core.u.Lock.R0Process != NIL_RTR0PROCESS) +- pMap = &((struct proc *)pMemFreeBSD->Core.u.Lock.R0Process)->p_vmspace->vm_map; +- - rc = vm_map_unwire(pMap, + rc = vm_map_unwire(pMap, (vm_offset_t)pMemFreeBSD->Core.pv, @@ -22,7 +30,15 @@ break; } -@@ -224,18 +223,23 @@ static vm_page_t rtR0MemObjFreeBSDContig +@@ -194,6 +194,7 @@ DECLHIDDEN(int) rtR0MemObjNativeFree(RTR0MEMOBJ pMem) + return VERR_INTERNAL_ERROR; + } + ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VINF_SUCCESS; + } + +@@ -224,18 +225,23 @@ static vm_page_t rtR0MemObjFreeBSDContigPhysAllocHelpe #else VM_OBJECT_UNLOCK(pObject); #endif @@ -51,7 +67,7 @@ break; vm_contig_grow_cache(cTries, 0, VmPhysAddrHigh); cTries++; -@@ -243,11 +247,8 @@ static vm_page_t rtR0MemObjFreeBSDContig +@@ -243,11 +249,8 @@ static vm_page_t rtR0MemObjFreeBSDContigPhysAllocHelpe if (!pPages) return pPages; @@ -64,7 +80,7 @@ for (vm_pindex_t iPage = 0; iPage < cPages; iPage++) { vm_page_t pPage = pPages + iPage; -@@ -259,13 +260,9 @@ static vm_page_t rtR0MemObjFreeBSDContig +@@ -259,13 +262,9 @@ static vm_page_t rtR0MemObjFreeBSDContigPhysAllocHelpe atomic_add_int(&cnt.v_wire_count, 1); } } @@ -78,7 +94,7 @@ } static int rtR0MemObjFreeBSDPhysAllocHelper(vm_object_t pObject, u_long cPages, -@@ -292,16 +289,17 @@ static int rtR0MemObjFreeBSDPhysAllocHel +@@ -292,16 +291,17 @@ static int rtR0MemObjFreeBSDPhysAllocHelper(vm_object_ #else VM_OBJECT_LOCK(pObject); #endif @@ -98,10 +114,146 @@ vm_page_unlock_queues(); #endif } -@@ -519,14 +517,19 @@ static int rtR0MemObjNativeLockInMap(PPR +@@ -364,58 +364,77 @@ static int rtR0MemObjFreeBSDAllocHelper(PRTR0MEMOBJFRE + } + DECLHIDDEN(int) rtR0MemObjNativeAllocPage(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, bool fExecutable) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + PRTR0MEMOBJFREEBSD pMemFreeBSD = (PRTR0MEMOBJFREEBSD)rtR0MemObjNew(sizeof(*pMemFreeBSD), + RTR0MEMOBJTYPE_PAGE, NULL, cb); if (!pMemFreeBSD) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); return VERR_NO_MEMORY; ++ } + int rc = rtR0MemObjFreeBSDAllocHelper(pMemFreeBSD, fExecutable, ~(vm_paddr_t)0, false, VERR_NO_MEMORY); + if (RT_FAILURE(rc)) + { + rtR0MemObjDelete(&pMemFreeBSD->Core); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return rc; + } + + *ppMem = &pMemFreeBSD->Core; ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return rc; + } + + + DECLHIDDEN(int) rtR0MemObjNativeAllocLow(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, bool fExecutable) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + PRTR0MEMOBJFREEBSD pMemFreeBSD = (PRTR0MEMOBJFREEBSD)rtR0MemObjNew(sizeof(*pMemFreeBSD), + RTR0MEMOBJTYPE_LOW, NULL, cb); + if (!pMemFreeBSD) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY; ++ } + + int rc = rtR0MemObjFreeBSDAllocHelper(pMemFreeBSD, fExecutable, _4G - 1, false, VERR_NO_LOW_MEMORY); + if (RT_FAILURE(rc)) + { + rtR0MemObjDelete(&pMemFreeBSD->Core); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return rc; + } + + *ppMem = &pMemFreeBSD->Core; ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return rc; + } + + + DECLHIDDEN(int) rtR0MemObjNativeAllocCont(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, bool fExecutable) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); ++ + PRTR0MEMOBJFREEBSD pMemFreeBSD = (PRTR0MEMOBJFREEBSD)rtR0MemObjNew(sizeof(*pMemFreeBSD), + RTR0MEMOBJTYPE_CONT, NULL, cb); + if (!pMemFreeBSD) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY; ++ } + + int rc = rtR0MemObjFreeBSDAllocHelper(pMemFreeBSD, fExecutable, _4G - 1, true, VERR_NO_CONT_MEMORY); + if (RT_FAILURE(rc)) + { + rtR0MemObjDelete(&pMemFreeBSD->Core); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return rc; + } + + pMemFreeBSD->Core.u.Cont.Phys = vtophys(pMemFreeBSD->Core.pv); + *ppMem = &pMemFreeBSD->Core; ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return rc; + } + +@@ -425,6 +444,7 @@ static int rtR0MemObjFreeBSDAllocPhysPages(PPRTR0MEMOB + RTHCPHYS PhysHighest, size_t uAlignment, + bool fContiguous, int rcNoMem) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + uint32_t cPages = atop(cb); + vm_paddr_t VmPhysAddrHigh; + +@@ -432,7 +452,10 @@ static int rtR0MemObjFreeBSDAllocPhysPages(PPRTR0MEMOB + PRTR0MEMOBJFREEBSD pMemFreeBSD = (PRTR0MEMOBJFREEBSD)rtR0MemObjNew(sizeof(*pMemFreeBSD), + enmType, NULL, cb); + if (!pMemFreeBSD) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY; ++ } + + pMemFreeBSD->pObject = vm_object_allocate(OBJT_PHYS, atop(cb)); + +@@ -470,6 +493,7 @@ static int rtR0MemObjFreeBSDAllocPhysPages(PPRTR0MEMOB + rtR0MemObjDelete(&pMemFreeBSD->Core); + } + ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return rc; + } + +@@ -489,17 +513,22 @@ DECLHIDDEN(int) rtR0MemObjNativeAllocPhysNC(PPRTR0MEMO + DECLHIDDEN(int) rtR0MemObjNativeEnterPhys(PPRTR0MEMOBJINTERNAL ppMem, RTHCPHYS Phys, size_t cb, uint32_t uCachePolicy) + { + AssertReturn(uCachePolicy == RTMEM_CACHE_POLICY_DONT_CARE, VERR_NOT_SUPPORTED); ++ IPRT_FREEBSD_SAVE_EFL_AC(); + + /* create the object. */ + PRTR0MEMOBJFREEBSD pMemFreeBSD = (PRTR0MEMOBJFREEBSD)rtR0MemObjNew(sizeof(*pMemFreeBSD), RTR0MEMOBJTYPE_PHYS, NULL, cb); + if (!pMemFreeBSD) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY; ++ } + + /* there is no allocation here, it needs to be mapped somewhere first. */ + pMemFreeBSD->Core.u.Phys.fAllocated = false; + pMemFreeBSD->Core.u.Phys.PhysBase = Phys; + pMemFreeBSD->Core.u.Phys.uCachePolicy = uCachePolicy; + *ppMem = &pMemFreeBSD->Core; ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VINF_SUCCESS; + } + +@@ -511,6 +540,7 @@ static int rtR0MemObjNativeLockInMap(PPRTR0MEMOBJINTER + vm_offset_t AddrStart, size_t cb, uint32_t fAccess, + RTR0PROCESS R0Process, int fFlags) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + int rc; + NOREF(fAccess); + +@@ -519,21 +549,28 @@ static int rtR0MemObjNativeLockInMap(PPRTR0MEMOBJINTER + if (!pMemFreeBSD) + return VERR_NO_MEMORY; + - /* - * We could've used vslock here, but we don't wish to be subject to - * resource usage restrictions, so we'll call vm_map_wire directly. @@ -126,7 +278,72 @@ if (rc == KERN_SUCCESS) { pMemFreeBSD->Core.u.Lock.R0Process = R0Process; -@@ -751,7 +754,12 @@ DECLHIDDEN(int) rtR0MemObjNativeMapUser( + *ppMem = &pMemFreeBSD->Core; ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VINF_SUCCESS; + } + rtR0MemObjDelete(&pMemFreeBSD->Core); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY;/** @todo fix mach -> vbox error conversion for freebsd. */ + } + +@@ -569,6 +606,7 @@ DECLHIDDEN(int) rtR0MemObjNativeLockKernel(PPRTR0MEMOB + */ + static int rtR0MemObjNativeReserveInMap(PPRTR0MEMOBJINTERNAL ppMem, void *pvFixed, size_t cb, size_t uAlignment, RTR0PROCESS R0Process, vm_map_t pMap) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + int rc; + + /* +@@ -626,11 +664,13 @@ static int rtR0MemObjNativeReserveInMap(PPRTR0MEMOBJIN + pMemFreeBSD->Core.pv = (void *)MapAddress; + pMemFreeBSD->Core.u.ResVirt.R0Process = R0Process; + *ppMem = &pMemFreeBSD->Core; ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VINF_SUCCESS; + } + + rc = VERR_NO_MEMORY; /** @todo fix translation (borrow from darwin) */ + rtR0MemObjDelete(&pMemFreeBSD->Core); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return rc; + + } +@@ -652,6 +692,8 @@ DECLHIDDEN(int) rtR0MemObjNativeReserveUser(PPRTR0MEMO + DECLHIDDEN(int) rtR0MemObjNativeMapKernel(PPRTR0MEMOBJINTERNAL ppMem, RTR0MEMOBJ pMemToMap, void *pvFixed, size_t uAlignment, + unsigned fProt, size_t offSub, size_t cbSub) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); ++ + // AssertMsgReturn(!offSub && !cbSub, ("%#x %#x\n", offSub, cbSub), VERR_NOT_SUPPORTED); + AssertMsgReturn(pvFixed == (void *)-1, ("%p\n", pvFixed), VERR_NOT_SUPPORTED); + +@@ -707,6 +749,7 @@ DECLHIDDEN(int) rtR0MemObjNativeMapKernel(PPRTR0MEMOBJ + Assert((vm_offset_t)pMemFreeBSD->Core.pv == Addr); + pMemFreeBSD->Core.u.Mapping.R0Process = NIL_RTR0PROCESS; + *ppMem = &pMemFreeBSD->Core; ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VINF_SUCCESS; + } + rc = vm_map_remove(kernel_map, Addr, Addr + cbSub); +@@ -715,6 +758,7 @@ DECLHIDDEN(int) rtR0MemObjNativeMapKernel(PPRTR0MEMOBJ + else + vm_object_deallocate(pMemToMapFreeBSD->pObject); + ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY; + } + +@@ -722,6 +766,8 @@ DECLHIDDEN(int) rtR0MemObjNativeMapKernel(PPRTR0MEMOBJ + DECLHIDDEN(int) rtR0MemObjNativeMapUser(PPRTR0MEMOBJINTERNAL ppMem, RTR0MEMOBJ pMemToMap, RTR3PTR R3PtrFixed, size_t uAlignment, + unsigned fProt, RTR0PROCESS R0Process) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); ++ + /* + * Check for unsupported stuff. + */ +@@ -751,7 +797,12 @@ DECLHIDDEN(int) rtR0MemObjNativeMapUser(PPRTR0MEMOBJIN { /** @todo is this needed?. */ PROC_LOCK(pProc); @@ -140,8 +357,50 @@ PROC_UNLOCK(pProc); } else -@@ -850,11 +858,15 @@ DECLHIDDEN(RTHCPHYS) rtR0MemObjNativeGet +@@ -793,6 +844,7 @@ DECLHIDDEN(int) rtR0MemObjNativeMapUser(PPRTR0MEMOBJIN + Assert((vm_offset_t)pMemFreeBSD->Core.pv == AddrR3); + pMemFreeBSD->Core.u.Mapping.R0Process = R0Process; + *ppMem = &pMemFreeBSD->Core; ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VINF_SUCCESS; + } +@@ -802,19 +854,25 @@ DECLHIDDEN(int) rtR0MemObjNativeMapUser(PPRTR0MEMOBJIN + else + vm_object_deallocate(pMemToMapFreeBSD->pObject); + ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY; + } + + + DECLHIDDEN(int) rtR0MemObjNativeProtect(PRTR0MEMOBJINTERNAL pMem, size_t offSub, size_t cbSub, uint32_t fProt) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); ++ + vm_prot_t ProtectionFlags = 0; + vm_offset_t AddrStart = (uintptr_t)pMem->pv + offSub; + vm_offset_t AddrEnd = AddrStart + cbSub; + vm_map_t pVmMap = rtR0MemObjFreeBSDGetMap(pMem); + + if (!pVmMap) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NOT_SUPPORTED; ++ } + + if ((fProt & RTMEM_PROT_NONE) == RTMEM_PROT_NONE) + ProtectionFlags = VM_PROT_NONE; +@@ -826,6 +884,7 @@ DECLHIDDEN(int) rtR0MemObjNativeProtect(PRTR0MEMOBJINT + ProtectionFlags |= VM_PROT_EXECUTE; + + int krc = vm_map_protect(pVmMap, AddrStart, AddrEnd, ProtectionFlags, FALSE); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + if (krc == KERN_SUCCESS) + return VINF_SUCCESS; + +@@ -850,11 +909,19 @@ DECLHIDDEN(RTHCPHYS) rtR0MemObjNativeGetPagePhysAddr(P + vm_offset_t pb = (vm_offset_t)pMemFreeBSD->Core.pv + ptoa(iPage); - struct proc *pProc = (struct proc *)pMemFreeBSD->Core.u.Lock.R0Process; @@ -149,14 +408,51 @@ - pmap_t pPhysicalMap = vm_map_pmap(pProcMap); + if (pMemFreeBSD->Core.u.Mapping.R0Process != NIL_RTR0PROCESS) + { ++ RTHCPHYS addr; ++ IPRT_FREEBSD_SAVE_EFL_AC(); + struct proc *pProc = (struct proc *)pMemFreeBSD->Core.u.Lock.R0Process; + struct vm_map *pProcMap = &pProc->p_vmspace->vm_map; + pmap_t pPhysicalMap = vm_map_pmap(pProcMap); - return pmap_extract(pPhysicalMap, pb); -+ return pmap_extract(pPhysicalMap, pb); ++ addr = pmap_extract(pPhysicalMap, pb); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); ++ return addr; + } + return vtophys(pb); } case RTR0MEMOBJTYPE_MAPPING: +@@ -863,11 +930,15 @@ DECLHIDDEN(RTHCPHYS) rtR0MemObjNativeGetPagePhysAddr(P + + if (pMemFreeBSD->Core.u.Mapping.R0Process != NIL_RTR0PROCESS) + { *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Tue Oct 23 19:52: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 A1854FFA2AB; Tue, 23 Oct 2018 19:52:38 +0000 (UTC) (envelope-from feld@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 579C28D5FC; Tue, 23 Oct 2018 19:52:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5227E148EC; Tue, 23 Oct 2018 19:52:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9NJqcNJ031011; Tue, 23 Oct 2018 19:52:38 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9NJqcbj031009; Tue, 23 Oct 2018 19:52:38 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201810231952.w9NJqcbj031009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 23 Oct 2018 19:52:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482872 - branches/2018Q4/net-mgmt/unifi5 X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2018Q4/net-mgmt/unifi5 X-SVN-Commit-Revision: 482872 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.29 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, 23 Oct 2018 19:52:38 -0000 Author: feld Date: Tue Oct 23 19:52:37 2018 New Revision: 482872 URL: https://svnweb.freebsd.org/changeset/ports/482872 Log: MFH: r481828 net-mgmt/unifi5: Update to 5.9.29 Changelog: https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-SDN-Controller-5-9-29-Stable-has-been-released/ba-p/2516852 Modified: branches/2018Q4/net-mgmt/unifi5/Makefile branches/2018Q4/net-mgmt/unifi5/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net-mgmt/unifi5/Makefile ============================================================================== --- branches/2018Q4/net-mgmt/unifi5/Makefile Tue Oct 23 19:41:50 2018 (r482871) +++ branches/2018Q4/net-mgmt/unifi5/Makefile Tue Oct 23 19:52:37 2018 (r482872) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unifi5 -PORTVERSION= 5.8.30 +PORTVERSION= 5.9.29 PORTREVISION= 0 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/${PORTVERSION}/ Modified: branches/2018Q4/net-mgmt/unifi5/distinfo ============================================================================== --- branches/2018Q4/net-mgmt/unifi5/distinfo Tue Oct 23 19:41:50 2018 (r482871) +++ branches/2018Q4/net-mgmt/unifi5/distinfo Tue Oct 23 19:52:37 2018 (r482872) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537550925 -SHA256 (unifi5-5.8.30/unifi_sysvinit_all.deb) = 71637d8ecce7e4ffaca539384f64352436c9b29d757da447dbb0f6507ce82c14 -SIZE (unifi5-5.8.30/unifi_sysvinit_all.deb) = 66827446 +TIMESTAMP = 1539265074 +SHA256 (unifi5-5.9.29/unifi_sysvinit_all.deb) = 7df3cd0d95542790583e4b5d49b02d4dc5036c33d08bbfe1b645294e0f944d36 +SIZE (unifi5-5.9.29/unifi_sysvinit_all.deb) = 93234318 From owner-svn-ports-branches@freebsd.org Tue Oct 23 20:08:48 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 DE226FFAB14; Tue, 23 Oct 2018 20:08:48 +0000 (UTC) (envelope-from osa@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 946958E0DD; Tue, 23 Oct 2018 20:08:48 +0000 (UTC) (envelope-from osa@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 8B6ED14AC7; Tue, 23 Oct 2018 20:08:48 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9NK8mmQ036407; Tue, 23 Oct 2018 20:08:48 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9NK8mpk036406; Tue, 23 Oct 2018 20:08:48 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201810232008.w9NK8mpk036406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 23 Oct 2018 20:08:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482873 - branches/2018Q4/emulators/virtualbox-ose-additions X-SVN-Group: ports-branches X-SVN-Commit-Author: osa X-SVN-Commit-Paths: branches/2018Q4/emulators/virtualbox-ose-additions X-SVN-Commit-Revision: 482873 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.29 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, 23 Oct 2018 20:08:49 -0000 Author: osa Date: Tue Oct 23 20:08:48 2018 New Revision: 482873 URL: https://svnweb.freebsd.org/changeset/ports/482873 Log: Remove a duplicate of PORTREVISION introduced by r482871. Approved by: portmgr (implicit) Modified: branches/2018Q4/emulators/virtualbox-ose-additions/Makefile Modified: branches/2018Q4/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- branches/2018Q4/emulators/virtualbox-ose-additions/Makefile Tue Oct 23 19:52:37 2018 (r482872) +++ branches/2018Q4/emulators/virtualbox-ose-additions/Makefile Tue Oct 23 20:08:48 2018 (r482873) @@ -4,7 +4,6 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.2.18 PORTREVISION= 1 -PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX?= -additions From owner-svn-ports-branches@freebsd.org Tue Oct 23 22:40: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 44C65FFFC2F; Tue, 23 Oct 2018 22:40:18 +0000 (UTC) (envelope-from mandree@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 DB71A74256; Tue, 23 Oct 2018 22:40:17 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D2211163AD; Tue, 23 Oct 2018 22:40:17 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9NMeHX1013176; Tue, 23 Oct 2018 22:40:17 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9NMeHG6013174; Tue, 23 Oct 2018 22:40:17 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201810232240.w9NMeHG6013174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 23 Oct 2018 22:40:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482875 - in branches/2018Q4/dns/dnsmasq: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in branches/2018Q4/dns/dnsmasq: . files X-SVN-Commit-Revision: 482875 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.29 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, 23 Oct 2018 22:40:18 -0000 Author: mandree Date: Tue Oct 23 22:40:16 2018 New Revision: 482875 URL: https://svnweb.freebsd.org/changeset/ports/482875 Log: MFH: r482439 Upgrade dns/dnsmasq to v2.80. Security: the installed example configuration file shows a way of disabling WPAD hijacking, but leaves it commented out. Extend pkg-message. Changelog: Since installing v2.80 isn't a fix against the vulnerability, and fixing it needs administrator intervention on upgrades, I am not marking this in vuxml for now, since we'd need to mark v2.80 vulnerable, too. Security: CERT VU#598349 Approved by: ports-secteam@ (miwi@) Modified: branches/2018Q4/dns/dnsmasq/Makefile branches/2018Q4/dns/dnsmasq/distinfo branches/2018Q4/dns/dnsmasq/files/pkg-message.in Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/dns/dnsmasq/Makefile ============================================================================== --- branches/2018Q4/dns/dnsmasq/Makefile Tue Oct 23 22:32:09 2018 (r482874) +++ branches/2018Q4/dns/dnsmasq/Makefile Tue Oct 23 22:40:16 2018 (r482875) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.79 +DISTVERSION= 2.80 PORTREVISION= 0 # leave this in even if 0 to avoid PORTEPOCH bumps PORTEPOCH= 1 CATEGORIES= dns ipv6 @@ -32,7 +32,7 @@ OPTIONS_RADIO_INTL= IDN NLS INTL_DESC= Internationalization Support Level NLS_DESC= IDN+NLS: Int'l Domain Names & National Language support IDN_DESC= IDN: Int'l Domain Names WITHOUT full NLS -IPSET_DESC= Dynamic firewall managment of resolved names (needs PF) +IPSET_DESC= Dynamic firewall management of resolved names (needs PF) LUA_DESC= Support lease-change scripts written in Lua DNSSEC_DESC= Enable DNSSEC caching and validation USES= cpe shebangfix tar:xz @@ -92,7 +92,7 @@ USE_RC_SUBR= dnsmasq LDFLAGS+= -L${LOCALBASE}/lib ${_intllibs} ${ICONV_LIB} post-patch: - ${REINPLACE_CMD} -e "s/lua5\.1/lua-${LUA_VER}/" ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's/lua5\.1/lua-${LUA_VER}/' ${WRKSRC}/Makefile pre-configure: pretty-print-config .if ${PORT_OPTIONS:MIDN} Modified: branches/2018Q4/dns/dnsmasq/distinfo ============================================================================== --- branches/2018Q4/dns/dnsmasq/distinfo Tue Oct 23 22:32:09 2018 (r482874) +++ branches/2018Q4/dns/dnsmasq/distinfo Tue Oct 23 22:40:16 2018 (r482875) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521491408 -SHA256 (dnsmasq-2.79.tar.xz) = 78ad74f5ca14fd85a8bac93f764cd9d60b27579e90eabd3687ca7b030e67861f -SIZE (dnsmasq-2.79.tar.xz) = 493036 +TIMESTAMP = 1539932660 +SHA256 (dnsmasq-2.80.tar.xz) = cdaba2785e92665cf090646cba6f94812760b9d7d8c8d0cfb07ac819377a63bb +SIZE (dnsmasq-2.80.tar.xz) = 501072 Modified: branches/2018Q4/dns/dnsmasq/files/pkg-message.in ============================================================================== --- branches/2018Q4/dns/dnsmasq/files/pkg-message.in Tue Oct 23 22:32:09 2018 (r482874) +++ branches/2018Q4/dns/dnsmasq/files/pkg-message.in Tue Oct 23 22:40:16 2018 (r482875) @@ -5,3 +5,10 @@ *** Further options and actions are documented inside *** %%PREFIX%%/etc/rc.d/dnsmasq +*** SECURITY RECOMMENDATION +*** ~~~~~~~~~~~~~~~~~~~~~~~ +*** It is recommended to enable the wpad-related options +*** at the end of the configuration file (you may need to +*** copy them from the example file to yours) to fix +*** CERT Vulnerability VU#598349. + From owner-svn-ports-branches@freebsd.org Wed Oct 24 13:51: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 2E945FE56E1; Wed, 24 Oct 2018 13:51:08 +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 A527E8FD15; Wed, 24 Oct 2018 13:51:07 +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 1C9BF1C2B8; Wed, 24 Oct 2018 06:43:02 +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 w9O6h1Bl063820; Wed, 24 Oct 2018 06:43:01 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9O6h1YY063818; Wed, 24 Oct 2018 06:43:01 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201810240643.w9O6h1YY063818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 24 Oct 2018 06:43:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482882 - branches/2018Q4/www/matomo X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2018Q4/www/matomo X-SVN-Commit-Revision: 482882 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.29 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, 24 Oct 2018 13:51:08 -0000 Author: joneum Date: Wed Oct 24 06:43:01 2018 New Revision: 482882 URL: https://svnweb.freebsd.org/changeset/ports/482882 Log: MFH: r482435 Update to 3.6.1 Changelog: https://matomo.org/changelog/matomo-3-6-1/ Security: 44864c84-d3b8-11e8-b3cb-00e04c1ea73d Sponsored by: Netzkommune GmbH Approved by: ports-secteam (miwi) Modified: branches/2018Q4/www/matomo/Makefile branches/2018Q4/www/matomo/distinfo branches/2018Q4/www/matomo/pkg-plist Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/matomo/Makefile ============================================================================== --- branches/2018Q4/www/matomo/Makefile Wed Oct 24 06:41:19 2018 (r482881) +++ branches/2018Q4/www/matomo/Makefile Wed Oct 24 06:43:01 2018 (r482882) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= matomo -DISTVERSION= 3.6.0 +DISTVERSION= 3.6.1 CATEGORIES= www MASTER_SITES= http://builds.matomo.org/ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} Modified: branches/2018Q4/www/matomo/distinfo ============================================================================== --- branches/2018Q4/www/matomo/distinfo Wed Oct 24 06:41:19 2018 (r482881) +++ branches/2018Q4/www/matomo/distinfo Wed Oct 24 06:43:01 2018 (r482882) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536167687 -SHA256 (piwik-3.6.0.tar.gz) = e8d2297fc9e11e0980b0399a6c14330c551b965afaa89a4ee140103d4c507dae -SIZE (piwik-3.6.0.tar.gz) = 15588007 +TIMESTAMP = 1539931046 +SHA256 (piwik-3.6.1.tar.gz) = 1f1ea259b7d2357663160bc4b0f633329f28268311be1aa07e3c66ef5f90ad41 +SIZE (piwik-3.6.1.tar.gz) = 15698558 Modified: branches/2018Q4/www/matomo/pkg-plist ============================================================================== --- branches/2018Q4/www/matomo/pkg-plist Wed Oct 24 06:41:19 2018 (r482881) +++ branches/2018Q4/www/matomo/pkg-plist Wed Oct 24 06:43:01 2018 (r482882) @@ -1,3 +1,4 @@ +%%WWWDIR%%/.lfsconfig %%WWWDIR%%/CHANGELOG.md %%WWWDIR%%/CONTRIBUTING.md %%WWWDIR%%/LEGALNOTICE @@ -14,6 +15,7 @@ @(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/config/global.ini.php @(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/config/global.php @(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/config/manifest.inc.php +@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/piwik.js %%WWWDIR%%/console %%WWWDIR%%/core/API/ApiRenderer.php %%WWWDIR%%/core/API/CORSHandler.php @@ -202,6 +204,7 @@ %%WWWDIR%%/core/Development.php %%WWWDIR%%/core/DeviceDetectorCache.php %%WWWDIR%%/core/DeviceDetectorFactory.php +%%WWWDIR%%/core/Email/ContentGenerator.php %%WWWDIR%%/core/ErrorHandler.php %%WWWDIR%%/core/EventDispatcher.php %%WWWDIR%%/core/Exception/AuthenticationFailedException.php @@ -320,6 +323,7 @@ %%WWWDIR%%/core/Scheduler/Schedule/Hourly.php %%WWWDIR%%/core/Scheduler/Schedule/Monthly.php %%WWWDIR%%/core/Scheduler/Schedule/Schedule.php +%%WWWDIR%%/core/Scheduler/Schedule/SpecificTime.php %%WWWDIR%%/core/Scheduler/Schedule/Weekly.php %%WWWDIR%%/core/Scheduler/Scheduler.php %%WWWDIR%%/core/Scheduler/Task.php @@ -558,6 +562,8 @@ %%WWWDIR%%/core/Updates/3.6.0-b2.php %%WWWDIR%%/core/Updates/3.6.0-b3.php %%WWWDIR%%/core/Updates/3.6.0-b4.php +%%WWWDIR%%/core/Updates/3.6.1-b2.php +%%WWWDIR%%/core/Updates/3.6.1-b3.php %%WWWDIR%%/core/Url.php %%WWWDIR%%/core/UrlHelper.php %%WWWDIR%%/core/Validators/BaseValidator.php @@ -614,6 +620,7 @@ %%WWWDIR%%/lang/dev.json %%WWWDIR%%/lang/el.json %%WWWDIR%%/lang/en.json +%%WWWDIR%%/lang/es-ar.json %%WWWDIR%%/lang/es.json %%WWWDIR%%/lang/et.json %%WWWDIR%%/lang/eu.json @@ -1427,7 +1434,6 @@ %%WWWDIR%%/misc/others/widget_example_lastvisits.html %%WWWDIR%%/misc/proxy-hide-piwik-url/README.md %%WWWDIR%%/misc/user/index.html -@(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/piwik.js %%WWWDIR%%/piwik.php %%WWWDIR%%/plugins/API/API.php %%WWWDIR%%/plugins/API/Controller.php @@ -1460,6 +1466,7 @@ %%WWWDIR%%/plugins/API/lang/de.json %%WWWDIR%%/plugins/API/lang/el.json %%WWWDIR%%/plugins/API/lang/en.json +%%WWWDIR%%/plugins/API/lang/es-ar.json %%WWWDIR%%/plugins/API/lang/es.json %%WWWDIR%%/plugins/API/lang/et.json %%WWWDIR%%/plugins/API/lang/eu.json @@ -1583,6 +1590,7 @@ %%WWWDIR%%/plugins/Actions/lang/de.json %%WWWDIR%%/plugins/Actions/lang/el.json %%WWWDIR%%/plugins/Actions/lang/en.json +%%WWWDIR%%/plugins/Actions/lang/es-ar.json %%WWWDIR%%/plugins/Actions/lang/es.json %%WWWDIR%%/plugins/Actions/lang/et.json %%WWWDIR%%/plugins/Actions/lang/eu.json @@ -1639,6 +1647,7 @@ %%WWWDIR%%/plugins/Annotations/lang/de.json %%WWWDIR%%/plugins/Annotations/lang/el.json %%WWWDIR%%/plugins/Annotations/lang/en.json +%%WWWDIR%%/plugins/Annotations/lang/es-ar.json %%WWWDIR%%/plugins/Annotations/lang/es.json %%WWWDIR%%/plugins/Annotations/lang/et.json %%WWWDIR%%/plugins/Annotations/lang/fa.json @@ -1711,6 +1720,7 @@ %%WWWDIR%%/plugins/Contents/lang/de.json %%WWWDIR%%/plugins/Contents/lang/el.json %%WWWDIR%%/plugins/Contents/lang/en.json +%%WWWDIR%%/plugins/Contents/lang/es-ar.json %%WWWDIR%%/plugins/Contents/lang/es.json %%WWWDIR%%/plugins/Contents/lang/et.json %%WWWDIR%%/plugins/Contents/lang/fi.json @@ -1753,6 +1763,7 @@ %%WWWDIR%%/plugins/CoreAdminHome/Controller.php %%WWWDIR%%/plugins/CoreAdminHome/CoreAdminHome.php %%WWWDIR%%/plugins/CoreAdminHome/CustomLogo.php +%%WWWDIR%%/plugins/CoreAdminHome/Emails/JsTrackingCodeMissingEmail.php %%WWWDIR%%/plugins/CoreAdminHome/Menu.php %%WWWDIR%%/plugins/CoreAdminHome/Model/DuplicateActionRemover.php %%WWWDIR%%/plugins/CoreAdminHome/OptOutManager.php @@ -1776,6 +1787,7 @@ %%WWWDIR%%/plugins/CoreAdminHome/lang/de.json %%WWWDIR%%/plugins/CoreAdminHome/lang/el.json %%WWWDIR%%/plugins/CoreAdminHome/lang/en.json +%%WWWDIR%%/plugins/CoreAdminHome/lang/es-ar.json %%WWWDIR%%/plugins/CoreAdminHome/lang/es.json %%WWWDIR%%/plugins/CoreAdminHome/lang/et.json %%WWWDIR%%/plugins/CoreAdminHome/lang/fa.json @@ -1817,6 +1829,7 @@ %%WWWDIR%%/plugins/CoreAdminHome/lang/zh-tw.json %%WWWDIR%%/plugins/CoreAdminHome/stylesheets/generalSettings.less %%WWWDIR%%/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css +%%WWWDIR%%/plugins/CoreAdminHome/templates/_jsTrackingCodeMissingEmail.twig %%WWWDIR%%/plugins/CoreAdminHome/templates/generalSettings.twig %%WWWDIR%%/plugins/CoreAdminHome/templates/home.twig %%WWWDIR%%/plugins/CoreAdminHome/templates/optOut.twig @@ -2087,6 +2100,7 @@ %%WWWDIR%%/plugins/CoreHome/lang/de.json %%WWWDIR%%/plugins/CoreHome/lang/el.json %%WWWDIR%%/plugins/CoreHome/lang/en.json +%%WWWDIR%%/plugins/CoreHome/lang/es-ar.json %%WWWDIR%%/plugins/CoreHome/lang/es.json %%WWWDIR%%/plugins/CoreHome/lang/et.json %%WWWDIR%%/plugins/CoreHome/lang/eu.json @@ -2162,6 +2176,8 @@ %%WWWDIR%%/plugins/CoreHome/templates/_donate.twig %%WWWDIR%%/plugins/CoreHome/templates/_favicon.twig %%WWWDIR%%/plugins/CoreHome/templates/_headerMessage.twig +%%WWWDIR%%/plugins/CoreHome/templates/_htmlEmailFooter.twig +%%WWWDIR%%/plugins/CoreHome/templates/_htmlEmailHeader.twig %%WWWDIR%%/plugins/CoreHome/templates/_indexContent.twig %%WWWDIR%%/plugins/CoreHome/templates/_javaScriptDisabled.twig %%WWWDIR%%/plugins/CoreHome/templates/_logo.twig @@ -2241,6 +2257,7 @@ %%WWWDIR%%/plugins/CorePluginsAdmin/lang/de.json %%WWWDIR%%/plugins/CorePluginsAdmin/lang/el.json %%WWWDIR%%/plugins/CorePluginsAdmin/lang/en.json +%%WWWDIR%%/plugins/CorePluginsAdmin/lang/es-ar.json %%WWWDIR%%/plugins/CorePluginsAdmin/lang/es.json %%WWWDIR%%/plugins/CorePluginsAdmin/lang/et.json %%WWWDIR%%/plugins/CorePluginsAdmin/lang/eu.json @@ -2319,6 +2336,7 @@ %%WWWDIR%%/plugins/CoreUpdater/lang/de.json %%WWWDIR%%/plugins/CoreUpdater/lang/el.json %%WWWDIR%%/plugins/CoreUpdater/lang/en.json +%%WWWDIR%%/plugins/CoreUpdater/lang/es-ar.json %%WWWDIR%%/plugins/CoreUpdater/lang/es.json %%WWWDIR%%/plugins/CoreUpdater/lang/et.json %%WWWDIR%%/plugins/CoreUpdater/lang/eu.json @@ -2480,6 +2498,7 @@ %%WWWDIR%%/plugins/CustomVariables/lang/de.json %%WWWDIR%%/plugins/CustomVariables/lang/el.json %%WWWDIR%%/plugins/CustomVariables/lang/en.json +%%WWWDIR%%/plugins/CustomVariables/lang/es-ar.json %%WWWDIR%%/plugins/CustomVariables/lang/es.json %%WWWDIR%%/plugins/CustomVariables/lang/et.json %%WWWDIR%%/plugins/CustomVariables/lang/fa.json @@ -2546,6 +2565,7 @@ %%WWWDIR%%/plugins/DBStats/lang/de.json %%WWWDIR%%/plugins/DBStats/lang/el.json %%WWWDIR%%/plugins/DBStats/lang/en.json +%%WWWDIR%%/plugins/DBStats/lang/es-ar.json %%WWWDIR%%/plugins/DBStats/lang/es.json %%WWWDIR%%/plugins/DBStats/lang/et.json %%WWWDIR%%/plugins/DBStats/lang/eu.json @@ -2615,6 +2635,7 @@ %%WWWDIR%%/plugins/Dashboard/lang/de.json %%WWWDIR%%/plugins/Dashboard/lang/el.json %%WWWDIR%%/plugins/Dashboard/lang/en.json +%%WWWDIR%%/plugins/Dashboard/lang/es-ar.json %%WWWDIR%%/plugins/Dashboard/lang/es.json %%WWWDIR%%/plugins/Dashboard/lang/et.json %%WWWDIR%%/plugins/Dashboard/lang/eu.json @@ -2693,6 +2714,7 @@ %%WWWDIR%%/plugins/DevicePlugins/lang/de.json %%WWWDIR%%/plugins/DevicePlugins/lang/el.json %%WWWDIR%%/plugins/DevicePlugins/lang/en.json +%%WWWDIR%%/plugins/DevicePlugins/lang/es-ar.json %%WWWDIR%%/plugins/DevicePlugins/lang/es.json %%WWWDIR%%/plugins/DevicePlugins/lang/et.json %%WWWDIR%%/plugins/DevicePlugins/lang/eu.json @@ -2767,6 +2789,7 @@ %%WWWDIR%%/plugins/DevicesDetection/lang/de.json %%WWWDIR%%/plugins/DevicesDetection/lang/el.json %%WWWDIR%%/plugins/DevicesDetection/lang/en.json +%%WWWDIR%%/plugins/DevicesDetection/lang/es-ar.json %%WWWDIR%%/plugins/DevicesDetection/lang/es.json %%WWWDIR%%/plugins/DevicesDetection/lang/et.json %%WWWDIR%%/plugins/DevicesDetection/lang/eu.json @@ -2916,6 +2939,7 @@ %%WWWDIR%%/plugins/Ecommerce/lang/de.json %%WWWDIR%%/plugins/Ecommerce/lang/el.json %%WWWDIR%%/plugins/Ecommerce/lang/en.json +%%WWWDIR%%/plugins/Ecommerce/lang/es-ar.json %%WWWDIR%%/plugins/Ecommerce/lang/es.json %%WWWDIR%%/plugins/Ecommerce/lang/et.json %%WWWDIR%%/plugins/Ecommerce/lang/fi.json @@ -2980,6 +3004,7 @@ %%WWWDIR%%/plugins/Events/lang/de.json %%WWWDIR%%/plugins/Events/lang/el.json %%WWWDIR%%/plugins/Events/lang/en.json +%%WWWDIR%%/plugins/Events/lang/es-ar.json %%WWWDIR%%/plugins/Events/lang/es.json %%WWWDIR%%/plugins/Events/lang/et.json %%WWWDIR%%/plugins/Events/lang/fa.json @@ -3117,6 +3142,7 @@ %%WWWDIR%%/plugins/Feedback/lang/de.json %%WWWDIR%%/plugins/Feedback/lang/el.json %%WWWDIR%%/plugins/Feedback/lang/en.json +%%WWWDIR%%/plugins/Feedback/lang/es-ar.json %%WWWDIR%%/plugins/Feedback/lang/es.json %%WWWDIR%%/plugins/Feedback/lang/et.json %%WWWDIR%%/plugins/Feedback/lang/fa.json @@ -3169,6 +3195,7 @@ %%WWWDIR%%/plugins/GeoIp2/lang/de.json %%WWWDIR%%/plugins/GeoIp2/lang/el.json %%WWWDIR%%/plugins/GeoIp2/lang/en.json +%%WWWDIR%%/plugins/GeoIp2/lang/es.json %%WWWDIR%%/plugins/GeoIp2/lang/fr.json %%WWWDIR%%/plugins/GeoIp2/lang/it.json %%WWWDIR%%/plugins/GeoIp2/lang/ja.json @@ -3234,6 +3261,7 @@ %%WWWDIR%%/plugins/Goals/lang/de.json %%WWWDIR%%/plugins/Goals/lang/el.json %%WWWDIR%%/plugins/Goals/lang/en.json +%%WWWDIR%%/plugins/Goals/lang/es-ar.json %%WWWDIR%%/plugins/Goals/lang/es.json %%WWWDIR%%/plugins/Goals/lang/et.json %%WWWDIR%%/plugins/Goals/lang/eu.json @@ -3306,6 +3334,7 @@ %%WWWDIR%%/plugins/ImageGraph/lang/de.json %%WWWDIR%%/plugins/ImageGraph/lang/el.json %%WWWDIR%%/plugins/ImageGraph/lang/en.json +%%WWWDIR%%/plugins/ImageGraph/lang/es-ar.json %%WWWDIR%%/plugins/ImageGraph/lang/es.json %%WWWDIR%%/plugins/ImageGraph/lang/fa.json %%WWWDIR%%/plugins/ImageGraph/lang/fi.json @@ -3418,6 +3447,7 @@ %%WWWDIR%%/plugins/Installation/lang/de.json %%WWWDIR%%/plugins/Installation/lang/el.json %%WWWDIR%%/plugins/Installation/lang/en.json +%%WWWDIR%%/plugins/Installation/lang/es-ar.json %%WWWDIR%%/plugins/Installation/lang/es.json %%WWWDIR%%/plugins/Installation/lang/et.json %%WWWDIR%%/plugins/Installation/lang/eu.json @@ -3495,6 +3525,7 @@ %%WWWDIR%%/plugins/Intl/lang/dev.json %%WWWDIR%%/plugins/Intl/lang/el.json %%WWWDIR%%/plugins/Intl/lang/en.json +%%WWWDIR%%/plugins/Intl/lang/es-ar.json %%WWWDIR%%/plugins/Intl/lang/es.json %%WWWDIR%%/plugins/Intl/lang/et.json %%WWWDIR%%/plugins/Intl/lang/eu.json @@ -3536,6 +3567,19 @@ %%WWWDIR%%/plugins/Intl/lang/vi.json %%WWWDIR%%/plugins/Intl/lang/zh-cn.json %%WWWDIR%%/plugins/Intl/lang/zh-tw.json +%%WWWDIR%%/plugins/IntranetMeasurable/IntranetMeasurable.php +%%WWWDIR%%/plugins/IntranetMeasurable/MeasurableSettings.php +%%WWWDIR%%/plugins/IntranetMeasurable/Tracker/RequestProcessor.php +%%WWWDIR%%/plugins/IntranetMeasurable/Type.php +%%WWWDIR%%/plugins/IntranetMeasurable/lang/de.json +%%WWWDIR%%/plugins/IntranetMeasurable/lang/el.json +%%WWWDIR%%/plugins/IntranetMeasurable/lang/en.json +%%WWWDIR%%/plugins/IntranetMeasurable/lang/fr.json +%%WWWDIR%%/plugins/IntranetMeasurable/lang/it.json +%%WWWDIR%%/plugins/IntranetMeasurable/lang/pt.json +%%WWWDIR%%/plugins/IntranetMeasurable/lang/sq.json +%%WWWDIR%%/plugins/IntranetMeasurable/lang/tr.json +%%WWWDIR%%/plugins/IntranetMeasurable/plugin.json %%WWWDIR%%/plugins/LanguagesManager/API.php %%WWWDIR%%/plugins/LanguagesManager/Commands/CreatePull.php %%WWWDIR%%/plugins/LanguagesManager/Commands/FetchTranslations.php @@ -3574,6 +3618,7 @@ %%WWWDIR%%/plugins/LanguagesManager/lang/de.json %%WWWDIR%%/plugins/LanguagesManager/lang/el.json %%WWWDIR%%/plugins/LanguagesManager/lang/en.json +%%WWWDIR%%/plugins/LanguagesManager/lang/es-ar.json %%WWWDIR%%/plugins/LanguagesManager/lang/es.json %%WWWDIR%%/plugins/LanguagesManager/lang/et.json %%WWWDIR%%/plugins/LanguagesManager/lang/fa.json @@ -3651,8 +3696,6 @@ %%WWWDIR%%/plugins/Live/images/returningVisitor.png %%WWWDIR%%/plugins/Live/images/unknown_avatar.png %%WWWDIR%%/plugins/Live/images/visitorProfileLaunch.png -%%WWWDIR%%/plugins/Live/images/visitorlog-hover.png -%%WWWDIR%%/plugins/Live/images/visitorlog.png %%WWWDIR%%/plugins/Live/javascripts/SegmentedVisitorLog.js %%WWWDIR%%/plugins/Live/javascripts/live.js %%WWWDIR%%/plugins/Live/javascripts/rowaction.js @@ -3668,6 +3711,7 @@ %%WWWDIR%%/plugins/Live/lang/de.json %%WWWDIR%%/plugins/Live/lang/el.json %%WWWDIR%%/plugins/Live/lang/en.json +%%WWWDIR%%/plugins/Live/lang/es-ar.json %%WWWDIR%%/plugins/Live/lang/es.json %%WWWDIR%%/plugins/Live/lang/et.json %%WWWDIR%%/plugins/Live/lang/eu.json @@ -3747,6 +3791,7 @@ %%WWWDIR%%/plugins/Login/lang/de.json %%WWWDIR%%/plugins/Login/lang/el.json %%WWWDIR%%/plugins/Login/lang/en.json +%%WWWDIR%%/plugins/Login/lang/es-ar.json %%WWWDIR%%/plugins/Login/lang/es.json %%WWWDIR%%/plugins/Login/lang/et.json %%WWWDIR%%/plugins/Login/lang/eu.json @@ -3950,6 +3995,7 @@ %%WWWDIR%%/plugins/MobileMessaging/lang/de.json %%WWWDIR%%/plugins/MobileMessaging/lang/el.json %%WWWDIR%%/plugins/MobileMessaging/lang/en.json +%%WWWDIR%%/plugins/MobileMessaging/lang/es-ar.json %%WWWDIR%%/plugins/MobileMessaging/lang/es.json %%WWWDIR%%/plugins/MobileMessaging/lang/et.json %%WWWDIR%%/plugins/MobileMessaging/lang/fa.json @@ -4023,6 +4069,7 @@ %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/4Good.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Acer.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Aiwa.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Akai.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Alcatel.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Amazon.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Apple.png @@ -4040,11 +4087,13 @@ %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/BenQ.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Bitel.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Blaupunkt.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Bluboo.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Cat.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Celkon.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Cherry_Mobile.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/China Mobile.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/CnM.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Comio.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Compal.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Compaq.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/ConCorde.png @@ -4070,6 +4119,7 @@ %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Essential.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Evertek.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Evolveo.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/brand/FNB.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Fly.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Freetel.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Fujitsu.png @@ -4167,6 +4217,7 @@ %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Spice.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/T-Mobile.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/TCL.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/brand/TechPad.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/TechniSat.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/TechnoTrend.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Teclast.png @@ -4181,8 +4232,10 @@ %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/TrekStor.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Tunisie_Telecom.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/UMIDIGI.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Uhappy.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Ulefone.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Unnecto.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Unonu.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Vernee.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Vertu.png %%WWWDIR%%/plugins/Morpheus/icons/dist/brand/Verykool.png @@ -4269,6 +4322,7 @@ %%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/FW.png %%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/GA.png %%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/GE.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/HC.png %%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/HJ.png %%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/I1.png %%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/I2.png @@ -4317,6 +4371,7 @@ %%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OI.png %%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OM.png %%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/ON.png +%%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OO.png %%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OP.png %%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OR.png %%WWWDIR%%/plugins/Morpheus/icons/dist/browsers/OT.png @@ -5250,6 +5305,7 @@ %%WWWDIR%%/plugins/MultiSites/lang/de.json %%WWWDIR%%/plugins/MultiSites/lang/el.json %%WWWDIR%%/plugins/MultiSites/lang/en.json +%%WWWDIR%%/plugins/MultiSites/lang/es-ar.json %%WWWDIR%%/plugins/MultiSites/lang/es.json %%WWWDIR%%/plugins/MultiSites/lang/et.json %%WWWDIR%%/plugins/MultiSites/lang/fa.json @@ -5314,6 +5370,7 @@ %%WWWDIR%%/plugins/Overlay/lang/de.json %%WWWDIR%%/plugins/Overlay/lang/el.json %%WWWDIR%%/plugins/Overlay/lang/en.json +%%WWWDIR%%/plugins/Overlay/lang/es-ar.json %%WWWDIR%%/plugins/Overlay/lang/es.json %%WWWDIR%%/plugins/Overlay/lang/et.json %%WWWDIR%%/plugins/Overlay/lang/fa.json @@ -5405,6 +5462,7 @@ %%WWWDIR%%/plugins/PrivacyManager/lang/de.json %%WWWDIR%%/plugins/PrivacyManager/lang/el.json %%WWWDIR%%/plugins/PrivacyManager/lang/en.json +%%WWWDIR%%/plugins/PrivacyManager/lang/es-ar.json %%WWWDIR%%/plugins/PrivacyManager/lang/es.json %%WWWDIR%%/plugins/PrivacyManager/lang/et.json %%WWWDIR%%/plugins/PrivacyManager/lang/fa.json @@ -5490,6 +5548,7 @@ %%WWWDIR%%/plugins/Provider/lang/de.json %%WWWDIR%%/plugins/Provider/lang/el.json %%WWWDIR%%/plugins/Provider/lang/en.json +%%WWWDIR%%/plugins/Provider/lang/es-ar.json %%WWWDIR%%/plugins/Provider/lang/es.json %%WWWDIR%%/plugins/Provider/lang/et.json %%WWWDIR%%/plugins/Provider/lang/eu.json @@ -5591,6 +5650,7 @@ %%WWWDIR%%/plugins/Referrers/lang/de.json %%WWWDIR%%/plugins/Referrers/lang/el.json %%WWWDIR%%/plugins/Referrers/lang/en.json +%%WWWDIR%%/plugins/Referrers/lang/es-ar.json %%WWWDIR%%/plugins/Referrers/lang/es.json %%WWWDIR%%/plugins/Referrers/lang/et.json %%WWWDIR%%/plugins/Referrers/lang/eu.json @@ -5653,6 +5713,7 @@ %%WWWDIR%%/plugins/Resolution/lang/de.json %%WWWDIR%%/plugins/Resolution/lang/el.json %%WWWDIR%%/plugins/Resolution/lang/en.json +%%WWWDIR%%/plugins/Resolution/lang/es-ar.json %%WWWDIR%%/plugins/Resolution/lang/es.json %%WWWDIR%%/plugins/Resolution/lang/et.json %%WWWDIR%%/plugins/Resolution/lang/eu.json @@ -5720,6 +5781,7 @@ %%WWWDIR%%/plugins/SEO/lang/de.json %%WWWDIR%%/plugins/SEO/lang/el.json %%WWWDIR%%/plugins/SEO/lang/en.json +%%WWWDIR%%/plugins/SEO/lang/es-ar.json %%WWWDIR%%/plugins/SEO/lang/es.json %%WWWDIR%%/plugins/SEO/lang/et.json %%WWWDIR%%/plugins/SEO/lang/fa.json @@ -5780,6 +5842,7 @@ %%WWWDIR%%/plugins/ScheduledReports/lang/de.json %%WWWDIR%%/plugins/ScheduledReports/lang/el.json %%WWWDIR%%/plugins/ScheduledReports/lang/en.json +%%WWWDIR%%/plugins/ScheduledReports/lang/es-ar.json %%WWWDIR%%/plugins/ScheduledReports/lang/es.json %%WWWDIR%%/plugins/ScheduledReports/lang/et.json %%WWWDIR%%/plugins/ScheduledReports/lang/fa.json @@ -5858,6 +5921,7 @@ %%WWWDIR%%/plugins/SegmentEditor/lang/de.json %%WWWDIR%%/plugins/SegmentEditor/lang/el.json %%WWWDIR%%/plugins/SegmentEditor/lang/en.json +%%WWWDIR%%/plugins/SegmentEditor/lang/es-ar.json %%WWWDIR%%/plugins/SegmentEditor/lang/es.json %%WWWDIR%%/plugins/SegmentEditor/lang/et.json %%WWWDIR%%/plugins/SegmentEditor/lang/fa.json @@ -5920,6 +5984,7 @@ %%WWWDIR%%/plugins/SitesManager/lang/de.json %%WWWDIR%%/plugins/SitesManager/lang/el.json %%WWWDIR%%/plugins/SitesManager/lang/en.json +%%WWWDIR%%/plugins/SitesManager/lang/es-ar.json %%WWWDIR%%/plugins/SitesManager/lang/es.json %%WWWDIR%%/plugins/SitesManager/lang/et.json %%WWWDIR%%/plugins/SitesManager/lang/eu.json @@ -5995,6 +6060,7 @@ %%WWWDIR%%/plugins/Transitions/lang/de.json %%WWWDIR%%/plugins/Transitions/lang/el.json %%WWWDIR%%/plugins/Transitions/lang/en.json +%%WWWDIR%%/plugins/Transitions/lang/es-ar.json %%WWWDIR%%/plugins/Transitions/lang/es.json %%WWWDIR%%/plugins/Transitions/lang/et.json %%WWWDIR%%/plugins/Transitions/lang/fa.json @@ -6076,6 +6142,7 @@ %%WWWDIR%%/plugins/UserCountry/lang/de.json %%WWWDIR%%/plugins/UserCountry/lang/el.json %%WWWDIR%%/plugins/UserCountry/lang/en.json +%%WWWDIR%%/plugins/UserCountry/lang/es-ar.json %%WWWDIR%%/plugins/UserCountry/lang/es.json %%WWWDIR%%/plugins/UserCountry/lang/et.json %%WWWDIR%%/plugins/UserCountry/lang/eu.json @@ -6147,6 +6214,7 @@ %%WWWDIR%%/plugins/UserCountryMap/lang/de.json %%WWWDIR%%/plugins/UserCountryMap/lang/el.json %%WWWDIR%%/plugins/UserCountryMap/lang/en.json +%%WWWDIR%%/plugins/UserCountryMap/lang/es-ar.json %%WWWDIR%%/plugins/UserCountryMap/lang/es.json %%WWWDIR%%/plugins/UserCountryMap/lang/et.json %%WWWDIR%%/plugins/UserCountryMap/lang/fa.json @@ -6374,8 +6442,6 @@ %%WWWDIR%%/plugins/UserId/Reports/Base.php %%WWWDIR%%/plugins/UserId/Reports/GetUsers.php %%WWWDIR%%/plugins/UserId/UserId.php -%%WWWDIR%%/plugins/UserId/images/visitordetails-hover.png -%%WWWDIR%%/plugins/UserId/images/visitordetails.png %%WWWDIR%%/plugins/UserId/javascripts/rowaction.js %%WWWDIR%%/plugins/UserId/lang/am.json %%WWWDIR%%/plugins/UserId/lang/ar.json @@ -6387,6 +6453,7 @@ %%WWWDIR%%/plugins/UserId/lang/de.json %%WWWDIR%%/plugins/UserId/lang/el.json %%WWWDIR%%/plugins/UserId/lang/en.json +%%WWWDIR%%/plugins/UserId/lang/es-ar.json %%WWWDIR%%/plugins/UserId/lang/es.json %%WWWDIR%%/plugins/UserId/lang/et.json %%WWWDIR%%/plugins/UserId/lang/eu.json @@ -6447,6 +6514,7 @@ %%WWWDIR%%/plugins/UserLanguage/lang/de.json %%WWWDIR%%/plugins/UserLanguage/lang/el.json %%WWWDIR%%/plugins/UserLanguage/lang/en.json +%%WWWDIR%%/plugins/UserLanguage/lang/es-ar.json %%WWWDIR%%/plugins/UserLanguage/lang/es.json %%WWWDIR%%/plugins/UserLanguage/lang/et.json %%WWWDIR%%/plugins/UserLanguage/lang/eu.json @@ -6528,6 +6596,7 @@ %%WWWDIR%%/plugins/UsersManager/lang/de.json %%WWWDIR%%/plugins/UsersManager/lang/el.json %%WWWDIR%%/plugins/UsersManager/lang/en.json +%%WWWDIR%%/plugins/UsersManager/lang/es-ar.json %%WWWDIR%%/plugins/UsersManager/lang/es.json %%WWWDIR%%/plugins/UsersManager/lang/et.json %%WWWDIR%%/plugins/UsersManager/lang/eu.json @@ -6589,6 +6658,7 @@ %%WWWDIR%%/plugins/VisitFrequency/lang/de.json %%WWWDIR%%/plugins/VisitFrequency/lang/el.json %%WWWDIR%%/plugins/VisitFrequency/lang/en.json +%%WWWDIR%%/plugins/VisitFrequency/lang/es-ar.json %%WWWDIR%%/plugins/VisitFrequency/lang/es.json %%WWWDIR%%/plugins/VisitFrequency/lang/et.json %%WWWDIR%%/plugins/VisitFrequency/lang/eu.json @@ -6655,6 +6725,7 @@ %%WWWDIR%%/plugins/VisitTime/lang/de.json %%WWWDIR%%/plugins/VisitTime/lang/el.json %%WWWDIR%%/plugins/VisitTime/lang/en.json +%%WWWDIR%%/plugins/VisitTime/lang/es-ar.json %%WWWDIR%%/plugins/VisitTime/lang/es.json %%WWWDIR%%/plugins/VisitTime/lang/et.json %%WWWDIR%%/plugins/VisitTime/lang/eu.json @@ -6719,6 +6790,7 @@ %%WWWDIR%%/plugins/VisitorInterest/lang/de.json %%WWWDIR%%/plugins/VisitorInterest/lang/el.json %%WWWDIR%%/plugins/VisitorInterest/lang/en.json +%%WWWDIR%%/plugins/VisitorInterest/lang/es-ar.json %%WWWDIR%%/plugins/VisitorInterest/lang/es.json %%WWWDIR%%/plugins/VisitorInterest/lang/et.json %%WWWDIR%%/plugins/VisitorInterest/lang/eu.json @@ -6773,6 +6845,7 @@ %%WWWDIR%%/plugins/VisitsSummary/lang/de.json %%WWWDIR%%/plugins/VisitsSummary/lang/el.json %%WWWDIR%%/plugins/VisitsSummary/lang/en.json +%%WWWDIR%%/plugins/VisitsSummary/lang/es-ar.json %%WWWDIR%%/plugins/VisitsSummary/lang/es.json %%WWWDIR%%/plugins/VisitsSummary/lang/et.json %%WWWDIR%%/plugins/VisitsSummary/lang/eu.json @@ -6833,6 +6906,7 @@ %%WWWDIR%%/plugins/WebsiteMeasurable/lang/de.json %%WWWDIR%%/plugins/WebsiteMeasurable/lang/el.json %%WWWDIR%%/plugins/WebsiteMeasurable/lang/en.json +%%WWWDIR%%/plugins/WebsiteMeasurable/lang/es-ar.json %%WWWDIR%%/plugins/WebsiteMeasurable/lang/es.json %%WWWDIR%%/plugins/WebsiteMeasurable/lang/et.json %%WWWDIR%%/plugins/WebsiteMeasurable/lang/eu.json @@ -6882,6 +6956,7 @@ %%WWWDIR%%/plugins/Widgetize/lang/de.json %%WWWDIR%%/plugins/Widgetize/lang/el.json %%WWWDIR%%/plugins/Widgetize/lang/en.json +%%WWWDIR%%/plugins/Widgetize/lang/es-ar.json %%WWWDIR%%/plugins/Widgetize/lang/es.json %%WWWDIR%%/plugins/Widgetize/lang/et.json %%WWWDIR%%/plugins/Widgetize/lang/fa.json @@ -8012,7 +8087,7 @@ @dir %%WWWDIR%%/vendor/geoip2/geoip2/maxmind-db @dir %%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Resources @dir %%WWWDIR%%/vendor/szymach/c-pchart/app/cache -@dir(%%WWWOWN%%,%%WWWGRP%%,755) %%WWWDIR%%/tmp/cache/tracker @dir(%%WWWOWN%%,%%WWWGRP%%,755) %%WWWDIR%%/tmp/cache +@dir(%%WWWOWN%%,%%WWWGRP%%,755) %%WWWDIR%%/tmp/cache/tracker @dir(%%WWWOWN%%,%%WWWGRP%%,755) %%WWWDIR%%/tmp @dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/config From owner-svn-ports-branches@freebsd.org Wed Oct 24 13:51:12 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 66EFEFE570F; Wed, 24 Oct 2018 13:51:12 +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 059568FF47; Wed, 24 Oct 2018 13:51:12 +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 A2FD61C109; Wed, 24 Oct 2018 06:41:19 +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 w9O6fJjC061135; Wed, 24 Oct 2018 06:41:19 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9O6fJC8061134; Wed, 24 Oct 2018 06:41:19 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201810240641.w9O6fJC8061134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 24 Oct 2018 06:41:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482881 - branches/2018Q4/www/drupal7 X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2018Q4/www/drupal7 X-SVN-Commit-Revision: 482881 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.29 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, 24 Oct 2018 13:51:12 -0000 Author: joneum Date: Wed Oct 24 06:41:19 2018 New Revision: 482881 URL: https://svnweb.freebsd.org/changeset/ports/482881 Log: MFH: r482761 Update to 7.60 Changelog: https://www.drupal.org/SA-CORE-2018-006 Security: 140a14b5-d615-11e8-b3cb-00e04c1ea73d Sponsored by: Netzkommune GmbH Approved by: ports-secteam (miwi) Modified: branches/2018Q4/www/drupal7/Makefile branches/2018Q4/www/drupal7/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/drupal7/Makefile ============================================================================== --- branches/2018Q4/www/drupal7/Makefile Wed Oct 24 06:03:32 2018 (r482880) +++ branches/2018Q4/www/drupal7/Makefile Wed Oct 24 06:41:19 2018 (r482881) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal7 -DISTVERSION= 7.59 +DISTVERSION= 7.60 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} Modified: branches/2018Q4/www/drupal7/distinfo ============================================================================== --- branches/2018Q4/www/drupal7/distinfo Wed Oct 24 06:03:32 2018 (r482880) +++ branches/2018Q4/www/drupal7/distinfo Wed Oct 24 06:41:19 2018 (r482881) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525373381 -SHA256 (drupal/drupal-7.59.tar.gz) = 292c8741cd76b0baff33a36510e52fc8e189367498c8bcaae5da6ff15bdaaff6 -SIZE (drupal/drupal-7.59.tar.gz) = 3282260 +TIMESTAMP = 1540232421 +SHA256 (drupal/drupal-7.60.tar.gz) = e2b8ac5315773bffea8ee19036799369857a24b72853f28c729bfabb80287cac +SIZE (drupal/drupal-7.60.tar.gz) = 3283058 From owner-svn-ports-branches@freebsd.org Wed Oct 24 16:18:33 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 5E829FFB1E8; Wed, 24 Oct 2018 16:18:33 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 188DA6C081; Wed, 24 Oct 2018 16:18:33 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 05A6B6D3E; Wed, 24 Oct 2018 16:18:33 +0000 (UTC) Date: Wed, 24 Oct 2018 16:18:32 +0000 From: Alexey Dokuchaev To: Guido Falsi Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r482744 - in branches/2018Q4/security/pam_ssh_agent_auth: . files Message-ID: <20181024161832.GA32360@FreeBSD.org> References: <201810221246.w9MCkPDY056948@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201810221246.w9MCkPDY056948@repo.freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 24 Oct 2018 16:18:33 -0000 On Mon, Oct 22, 2018 at 12:46:25PM +0000, Guido Falsi wrote: > New Revision: 482744 > URL: https://svnweb.freebsd.org/changeset/ports/482744 > > Log: > MFH: r482655 > > - Fix build with OpenSSL 1.1.1 > ... > ++#if OPENSSL_VERSION_NUMBER < 0x10100000L I was under impression that correct check is against 0x10100005L (since opaque structs and other API changes were introduced with 1.1.0-pre5), is it so? ./danfe From owner-svn-ports-branches@freebsd.org Wed Oct 24 16:50: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 DC396FFCBAD; Wed, 24 Oct 2018 16:50:53 +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 91C426E06E; Wed, 24 Oct 2018 16:50:53 +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 8C8142CFAE; Wed, 24 Oct 2018 16:50:53 +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 w9OGorot072595; Wed, 24 Oct 2018 16:50:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9OGoqGK072592; Wed, 24 Oct 2018 16:50:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810241650.w9OGoqGK072592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 24 Oct 2018 16:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482912 - in branches/2018Q4/security: ca_root_nss nss nss/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q4/security: ca_root_nss nss nss/files X-SVN-Commit-Revision: 482912 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.29 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, 24 Oct 2018 16:50:54 -0000 Author: jbeich Date: Wed Oct 24 16:50:52 2018 New Revision: 482912 URL: https://svnweb.freebsd.org/changeset/ports/482912 Log: MFH: r482911 security/nss: update to 3.40 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.40_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_40_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Approved by: ports-secteam blanket (required by Firefox 64) Deleted: branches/2018Q4/security/nss/files/patch-tests Modified: branches/2018Q4/security/ca_root_nss/Makefile branches/2018Q4/security/ca_root_nss/distinfo branches/2018Q4/security/nss/Makefile branches/2018Q4/security/nss/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/ca_root_nss/Makefile ============================================================================== --- branches/2018Q4/security/ca_root_nss/Makefile Wed Oct 24 16:45:28 2018 (r482911) +++ branches/2018Q4/security/ca_root_nss/Makefile Wed Oct 24 16:50:52 2018 (r482912) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.39 +VERSION_NSS= 3.40 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2018Q4/security/ca_root_nss/distinfo ============================================================================== --- branches/2018Q4/security/ca_root_nss/distinfo Wed Oct 24 16:45:28 2018 (r482911) +++ branches/2018Q4/security/ca_root_nss/distinfo Wed Oct 24 16:50:52 2018 (r482912) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535720153 -SHA256 (nss-3.39.tar.gz) = 6be64dd76f212415cc8bc34343ac1e7389048db4db9a023a84873c411dc5864b -SIZE (nss-3.39.tar.gz) = 23048561 +TIMESTAMP = 1539662145 +SHA256 (nss-3.40.tar.gz) = 0562087b8bda072bf5964f8acf851f9c0997a59c384f4887cb517b3b628b32dd +SIZE (nss-3.40.tar.gz) = 23308315 Modified: branches/2018Q4/security/nss/Makefile ============================================================================== --- branches/2018Q4/security/nss/Makefile Wed Oct 24 16:45:28 2018 (r482911) +++ branches/2018Q4/security/nss/Makefile Wed Oct 24 16:50:52 2018 (r482912) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.39 +PORTVERSION= 3.40 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2018Q4/security/nss/distinfo ============================================================================== --- branches/2018Q4/security/nss/distinfo Wed Oct 24 16:45:28 2018 (r482911) +++ branches/2018Q4/security/nss/distinfo Wed Oct 24 16:50:52 2018 (r482912) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535720153 -SHA256 (nss-3.39.tar.gz) = 6be64dd76f212415cc8bc34343ac1e7389048db4db9a023a84873c411dc5864b -SIZE (nss-3.39.tar.gz) = 23048561 +TIMESTAMP = 1539662145 +SHA256 (nss-3.40.tar.gz) = 0562087b8bda072bf5964f8acf851f9c0997a59c384f4887cb517b3b628b32dd +SIZE (nss-3.40.tar.gz) = 23308315 From owner-svn-ports-branches@freebsd.org Wed Oct 24 17:36:26 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 4762BFFE962; Wed, 24 Oct 2018 17:36:26 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFE5070B35; Wed, 24 Oct 2018 17:36:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from tommy.madpilot.net (host109-128-dynamic.16-87-r.retail.telecomitalia.it [87.16.128.109]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 5DE86CF98; Wed, 24 Oct 2018 17:36:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: svn commit: r482744 - in branches/2018Q4/security/pam_ssh_agent_auth: . files To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org References: <201810221246.w9MCkPDY056948@repo.freebsd.org> <20181024161832.GA32360@FreeBSD.org> From: Guido Falsi Message-ID: Date: Wed, 24 Oct 2018 19:36:22 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181024161832.GA32360@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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, 24 Oct 2018 17:36:26 -0000 On 24/10/18 18:18, Alexey Dokuchaev wrote: > On Mon, Oct 22, 2018 at 12:46:25PM +0000, Guido Falsi wrote: >> New Revision: 482744 >> URL: https://svnweb.freebsd.org/changeset/ports/482744 >> >> Log: >> MFH: r482655 >> >> - Fix build with OpenSSL 1.1.1 >> ... >> ++#if OPENSSL_VERSION_NUMBER < 0x10100000L > > I was under impression that correct check is against 0x10100005L (since > opaque structs and other API changes were introduced with 1.1.0-pre5), > is it so? I had to check, actually yes. I'll followup with a commit to fix this later. -- Guido Falsi From owner-svn-ports-branches@freebsd.org Wed Oct 24 18:08:55 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 6F2B4FFFCED; Wed, 24 Oct 2018 18:08:55 +0000 (UTC) (envelope-from sunpoet@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 24C2A72A7A; Wed, 24 Oct 2018 18:08:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F86D2DCDD; Wed, 24 Oct 2018 18:08:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9OI8sxk014696; Wed, 24 Oct 2018 18:08:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9OI8rfc014689; Wed, 24 Oct 2018 18:08:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810241808.w9OI8rfc014689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 24 Oct 2018 18:08:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482929 - in branches/2018Q4: Mk lang/ruby25 lang/ruby25/files X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in branches/2018Q4: Mk lang/ruby25 lang/ruby25/files X-SVN-Commit-Revision: 482929 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.29 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, 24 Oct 2018 18:08:55 -0000 Author: sunpoet Date: Wed Oct 24 18:08:53 2018 New Revision: 482929 URL: https://svnweb.freebsd.org/changeset/ports/482929 Log: MFH: r482554 Update to 2.5.3 - Move USES upward - Remove no-op MLINKS and create symlinks for manpages - Sort INSTALLED_SCRIPTS - Regenerate patch files with makepatch: Changes: https://www.ruby-lang.org/en/news/2018/10/18/ruby-2-5-3-released/ https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-5-2-released/ PR: 232431 Submitted by: Yasuhiro KIMURA Security: afc60484-0652-440e-b01a-5ef814747f06 Approved by: ports-secteam Added: branches/2018Q4/lang/ruby25/files/patch-lib_rdoc_generator_json__index.rb - copied unchanged from r482554, head/lang/ruby25/files/patch-lib_rdoc_generator_json__index.rb Deleted: branches/2018Q4/lang/ruby25/files/patch-ext-openssl-extconf.rb branches/2018Q4/lang/ruby25/files/patch-lib_rdoc_generator_json_index.rb Modified: branches/2018Q4/Mk/bsd.ruby.mk branches/2018Q4/lang/ruby25/Makefile branches/2018Q4/lang/ruby25/distinfo branches/2018Q4/lang/ruby25/files/patch-configure.ac branches/2018Q4/lang/ruby25/files/patch-lib_mkmf.rb branches/2018Q4/lang/ruby25/files/patch-tool_mkconfig.rb branches/2018Q4/lang/ruby25/pkg-plist Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/Mk/bsd.ruby.mk ============================================================================== --- branches/2018Q4/Mk/bsd.ruby.mk Wed Oct 24 18:07:43 2018 (r482928) +++ branches/2018Q4/Mk/bsd.ruby.mk Wed Oct 24 18:08:53 2018 (r482929) @@ -174,8 +174,8 @@ RUBY24= "" # PLIST_SUB helpers # # Ruby 2.5 # -RUBY_RELVERSION= 2.5.1 -RUBY_PORTREVISION= 5 +RUBY_RELVERSION= 2.5.3 +RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY25= "" # PLIST_SUB helpers Modified: branches/2018Q4/lang/ruby25/Makefile ============================================================================== --- branches/2018Q4/lang/ruby25/Makefile Wed Oct 24 18:07:43 2018 (r482928) +++ branches/2018Q4/lang/ruby25/Makefile Wed Oct 24 18:08:53 2018 (r482929) @@ -23,6 +23,8 @@ BUILD_DEPENDS= libffi>=0:devel/libffi LIB_DEPENDS= libyaml.so:textproc/libyaml RUN_DEPENDS= libffi>=0:devel/libffi +USES= autoreconf cpe ssl tar:xz + CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --disable-rpath \ --enable-pthread \ @@ -37,7 +39,6 @@ GNU_CONFIGURE= yes # Keep this, else ruby will fail to load libraries dependent of libpthread. LIBS+= -lpthread -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= autoreconf cpe ssl tar:xz WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 2.5 @@ -110,14 +111,14 @@ MAKE_JOBS_UNSAFE= yes .endif .if ${RUBY_VER} == ${RUBY_DEFAULT_VER} -MLINKS= ${RUBY_NAME}.1 ruby.1 PLIST_SUB+= IF_DEFAULT="" .else PKGNAMESUFFIX= ${RUBY_VER:C/\.//} PLIST_SUB+= IF_DEFAULT="@comment " .endif -INSTALLED_SCRIPTS= irb erb rdoc ri ruby +INSTALLED_SCRIPTS= erb irb rdoc ri ruby +INSTALLED_MANUALS= erb irb ri ruby EXTSAMPLES= bigdecimal/sample/*.rb @@ -167,12 +168,18 @@ pre-install-RDOC-on: ${MKDIR} ${STAGEDIR}${RUBY_SITERIDIR} post-install: +.if ${RUBY_VER} == ${RUBY_DEFAULT_VER} # # Link just installed "ruby" to "ruby25", etc. # -.if ${RUBY_VER} == ${RUBY_DEFAULT_VER} . for FILE in ${INSTALLED_SCRIPTS} ${LN} -fs ${FILE}${RUBY_SUFFIX} ${STAGEDIR}${PREFIX}/bin/${FILE} +. endfor +# +# Link "ruby.1.gz" to "ruby25.1.gz", etc. +# +. for FILE in ${INSTALLED_MANUALS} + ${LN} -fs ${FILE}${RUBY_SUFFIX}.1.gz ${STAGEDIR}${MANPREFIX}/man/man1/${FILE}.1.gz . endfor .endif Modified: branches/2018Q4/lang/ruby25/distinfo ============================================================================== --- branches/2018Q4/lang/ruby25/distinfo Wed Oct 24 18:07:43 2018 (r482928) +++ branches/2018Q4/lang/ruby25/distinfo Wed Oct 24 18:08:53 2018 (r482929) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522331706 -SHA256 (ruby/ruby-2.5.1.tar.xz) = 886ac5eed41e3b5fc699be837b0087a6a5a3d10f464087560d2d21b3e71b754d -SIZE (ruby/ruby-2.5.1.tar.xz) = 11348108 +TIMESTAMP = 1540022791 +SHA256 (ruby/ruby-2.5.3.tar.xz) = 1cc9d0359a8ea35fc6111ec830d12e60168f3b9b305a3c2578357d360fcf306f +SIZE (ruby/ruby-2.5.3.tar.xz) = 11453336 Modified: branches/2018Q4/lang/ruby25/files/patch-configure.ac ============================================================================== --- branches/2018Q4/lang/ruby25/files/patch-configure.ac Wed Oct 24 18:07:43 2018 (r482928) +++ branches/2018Q4/lang/ruby25/files/patch-configure.ac Wed Oct 24 18:08:53 2018 (r482929) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2018-01-04 02:12:16.000000000 +0800 -+++ configure.ac 2018-07-19 14:45:11.636321000 +0800 -@@ -2482,7 +2482,7 @@ +--- configure.ac.orig 2018-01-03 18:12:16 UTC ++++ configure.ac +@@ -2482,7 +2482,7 @@ AS_IF([test "$ac_cv_func_qsort_r" != no] AC_CACHE_CHECK(whether qsort_r is GNU version, rb_cv_gnu_qsort_r, [AC_TRY_COMPILE([ @%:@include @@ -9,7 +9,7 @@ int (*compar)(const void *, const void *, void *), void *arg); ],[ ], -@@ -2492,7 +2492,7 @@ +@@ -2492,7 +2492,7 @@ void qsort_r(void *base, size_t nmemb, s AC_CACHE_CHECK(whether qsort_r is BSD version, rb_cv_bsd_qsort_r, [AC_TRY_COMPILE([ @%:@include @@ -18,7 +18,7 @@ void *arg, int (*compar)(void *, const void *, const void *)); ],[ ], [rb_cv_bsd_qsort_r=yes], -@@ -3245,7 +3245,7 @@ +@@ -3245,7 +3245,7 @@ AS_IF([test "$with_dln_a_out" != yes], [ : ${LDSHARED='$(CC) -shared'} AS_IF([test "$rb_cv_binary_elf" = yes], [ LDFLAGS="$LDFLAGS -rdynamic" @@ -27,7 +27,7 @@ ], [ test "$GCC" = yes && test "$rb_cv_prog_gnu_ld" = yes || LDSHARED='$(LD) -Bshareable' ]) -@@ -3724,6 +3723,7 @@ +@@ -3724,6 +3724,7 @@ AS_CASE("$enable_shared", [yes], [ SOLIBS='$(LIBS)' LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT).$(MAJOR)$(MINOR)' LIBRUBY_SONAME='$(LIBRUBY_SO)' Modified: branches/2018Q4/lang/ruby25/files/patch-lib_mkmf.rb ============================================================================== --- branches/2018Q4/lang/ruby25/files/patch-lib_mkmf.rb Wed Oct 24 18:07:43 2018 (r482928) +++ branches/2018Q4/lang/ruby25/files/patch-lib_mkmf.rb Wed Oct 24 18:08:53 2018 (r482929) @@ -1,6 +1,6 @@ ---- lib/mkmf.rb.orig 2015-12-16 09:25:48 UTC +--- lib/mkmf.rb.orig 2018-10-09 14:09:35 UTC +++ lib/mkmf.rb -@@ -235,7 +235,7 @@ module MakeMakefile +@@ -234,7 +234,7 @@ module MakeMakefile end $extmk ||= false if not $extmk and File.exist?(($hdrdir = RbConfig::CONFIG["rubyhdrdir"]) + "/ruby/ruby.h") Copied: branches/2018Q4/lang/ruby25/files/patch-lib_rdoc_generator_json__index.rb (from r482554, head/lang/ruby25/files/patch-lib_rdoc_generator_json__index.rb) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/lang/ruby25/files/patch-lib_rdoc_generator_json__index.rb Wed Oct 24 18:08:53 2018 (r482929, copy of r482554, head/lang/ruby25/files/patch-lib_rdoc_generator_json__index.rb) @@ -0,0 +1,20 @@ +--- lib/rdoc/generator/json_index.rb.orig 2017-11-27 10:45:24 UTC ++++ lib/rdoc/generator/json_index.rb +@@ -175,7 +175,7 @@ class RDoc::Generator::JsonIndex + debug_msg "Writing gzipped search index to %s" % outfile + + Zlib::GzipWriter.open(outfile) do |gz| +- gz.mtime = File.mtime(search_index_file) ++ gz.mtime = 1 + gz.orig_name = search_index_file.basename.to_s + gz.write search_index + gz.close +@@ -193,7 +193,7 @@ class RDoc::Generator::JsonIndex + debug_msg "Writing gzipped file to %s" % outfile + + Zlib::GzipWriter.open(outfile) do |gz| +- gz.mtime = File.mtime(dest) ++ gz.mtime = 1 + gz.orig_name = dest.basename.to_s + gz.write data + gz.close Modified: branches/2018Q4/lang/ruby25/files/patch-tool_mkconfig.rb ============================================================================== --- branches/2018Q4/lang/ruby25/files/patch-tool_mkconfig.rb Wed Oct 24 18:07:43 2018 (r482928) +++ branches/2018Q4/lang/ruby25/files/patch-tool_mkconfig.rb Wed Oct 24 18:08:53 2018 (r482929) @@ -1,6 +1,6 @@ ---- tool/mkconfig.rb.orig 2015-12-09 20:53:21 UTC +--- tool/mkconfig.rb.orig 2017-05-02 12:45:07 UTC +++ tool/mkconfig.rb -@@ -168,8 +168,9 @@ def vars.expand(val, config = self) +@@ -157,8 +157,9 @@ def vars.expand(val, config = self) val.replace(newval) unless newval == val val end @@ -11,4 +11,4 @@ +rubyarchdir = "/lib/ruby/#{major}.#{minor}/#{arch}" relative_archdir = rubyarchdir.rindex(prefix, 0) ? rubyarchdir[prefix.size..-1] : rubyarchdir puts %[\ - # frozen-string-literal: false + # encoding: ascii-8bit Modified: branches/2018Q4/lang/ruby25/pkg-plist ============================================================================== --- branches/2018Q4/lang/ruby25/pkg-plist Wed Oct 24 18:07:43 2018 (r482928) +++ branches/2018Q4/lang/ruby25/pkg-plist Wed Oct 24 18:08:53 2018 (r482929) @@ -876,9 +876,13 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%RUBY_LIBDIR%%/yaml/dbm.rb %%RUBY_LIBDIR%%/yaml/store.rb libdata/pkgconfig/ruby-%%RUBY_VER%%.pc +%%IF_DEFAULT%%man/man1/erb.1.gz man/man1/erb%%RUBY_SUFFIX%%.1.gz +%%IF_DEFAULT%%man/man1/irb.1.gz man/man1/irb%%RUBY_SUFFIX%%.1.gz +%%IF_DEFAULT%%man/man1/ri.1.gz man/man1/ri%%RUBY_SUFFIX%%.1.gz +%%IF_DEFAULT%%man/man1/ruby.1.gz man/man1/%%RUBY_NAME%%.1.gz %%DOCS%%%%RUBY_DOCDIR%%/COPYING %%DOCS%%%%RUBY_DOCDIR%%/COPYING.ja @@ -4013,6 +4017,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d38/symbol_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d38/symbol_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d38/symbol_8h__dep__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d3c/structselect__set.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d40/structcls__struct__12byte.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d43/group__embed.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d43/group__embed.map From owner-svn-ports-branches@freebsd.org Wed Oct 24 18:10: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 4F877FFFDCE; Wed, 24 Oct 2018 18:10:18 +0000 (UTC) (envelope-from tobik@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 0500572C14; Wed, 24 Oct 2018 18:10:18 +0000 (UTC) (envelope-from tobik@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 F3D6A2DCE4; Wed, 24 Oct 2018 18:10:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9OIAHWZ014953; Wed, 24 Oct 2018 18:10:17 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9OIAH4X014952; Wed, 24 Oct 2018 18:10:17 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810241810.w9OIAH4X014952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 24 Oct 2018 18:10:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482930 - branches/2018Q4/multimedia/ffmpeg X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2018Q4/multimedia/ffmpeg X-SVN-Commit-Revision: 482930 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.29 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, 24 Oct 2018 18:10:18 -0000 Author: tobik Date: Wed Oct 24 18:10:17 2018 New Revision: 482930 URL: https://svnweb.freebsd.org/changeset/ports/482930 Log: MFH: r482928 multimedia/ffmpeg: Do not set DATADIR twice PR: 232637 Approved by: ports-secteam blanket (avoid potential merge conflict) Modified: branches/2018Q4/multimedia/ffmpeg/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/multimedia/ffmpeg/Makefile ============================================================================== --- branches/2018Q4/multimedia/ffmpeg/Makefile Wed Oct 24 18:08:53 2018 (r482929) +++ branches/2018Q4/multimedia/ffmpeg/Makefile Wed Oct 24 18:10:17 2018 (r482930) @@ -458,8 +458,6 @@ INSTALL_TARGET= install-progs install-doc install-data install-libs install-headers install-examples DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} - -DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin V=1 From owner-svn-ports-branches@freebsd.org Wed Oct 24 18:28:20 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 91F281008CDA; Wed, 24 Oct 2018 18:28:20 +0000 (UTC) (envelope-from sunpoet@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 448FE73E8F; Wed, 24 Oct 2018 18:28:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3ED3B2E020; Wed, 24 Oct 2018 18:28:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9OISKp6025693; Wed, 24 Oct 2018 18:28:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9OISIRd025683; Wed, 24 Oct 2018 18:28:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810241828.w9OISIRd025683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 24 Oct 2018 18:28:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482931 - in branches/2018Q4: Mk lang/ruby24 lang/ruby24/files X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in branches/2018Q4: Mk lang/ruby24 lang/ruby24/files X-SVN-Commit-Revision: 482931 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.29 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, 24 Oct 2018 18:28:20 -0000 Author: sunpoet Date: Wed Oct 24 18:28:18 2018 New Revision: 482931 URL: https://svnweb.freebsd.org/changeset/ports/482931 Log: MFH: r482555 Update to 2.4.5 - Move USES upward - Remove no-op MLINKS and create symlinks for manpages - Sort INSTALLED_SCRIPTS - Regenerate patch files with makepatch: Changes: https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-4-5-released/ PR: 232435 Submitted by: Yasuhiro KIMURA Security: afc60484-0652-440e-b01a-5ef814747f06 Approved by: ports-secteam Added: branches/2018Q4/lang/ruby24/files/patch-lib_rdoc_generator_json__index.rb - copied unchanged from r482555, head/lang/ruby24/files/patch-lib_rdoc_generator_json__index.rb Deleted: branches/2018Q4/lang/ruby24/files/patch-ext-openssl-extconf.rb branches/2018Q4/lang/ruby24/files/patch-lib_rdoc_generator_json_index.rb Modified: branches/2018Q4/Mk/bsd.ruby.mk branches/2018Q4/lang/ruby24/Makefile branches/2018Q4/lang/ruby24/distinfo branches/2018Q4/lang/ruby24/files/patch-configure.in branches/2018Q4/lang/ruby24/files/patch-tool_mkconfig.rb branches/2018Q4/lang/ruby24/pkg-plist Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/Mk/bsd.ruby.mk ============================================================================== --- branches/2018Q4/Mk/bsd.ruby.mk Wed Oct 24 18:10:17 2018 (r482930) +++ branches/2018Q4/Mk/bsd.ruby.mk Wed Oct 24 18:28:18 2018 (r482931) @@ -164,8 +164,8 @@ RUBY23= "" # PLIST_SUB helpers # # Ruby 2.4 # -RUBY_RELVERSION= 2.4.4 -RUBY_PORTREVISION= 4 +RUBY_RELVERSION= 2.4.5 +RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY24= "" # PLIST_SUB helpers Modified: branches/2018Q4/lang/ruby24/Makefile ============================================================================== --- branches/2018Q4/lang/ruby24/Makefile Wed Oct 24 18:10:17 2018 (r482930) +++ branches/2018Q4/lang/ruby24/Makefile Wed Oct 24 18:28:18 2018 (r482931) @@ -23,6 +23,8 @@ BUILD_DEPENDS= libffi>=0:devel/libffi LIB_DEPENDS= libyaml.so:textproc/libyaml RUN_DEPENDS= libffi>=0:devel/libffi +USES= autoreconf cpe ssl tar:xz + CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --disable-rpath \ --enable-pthread \ @@ -37,7 +39,6 @@ GNU_CONFIGURE= yes # Keep this, else ruby will fail to load libraries dependent of libpthread. LIBS+= -lpthread -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= autoreconf cpe ssl tar:xz WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 2.4 @@ -110,14 +111,14 @@ MAKE_JOBS_UNSAFE= yes .endif .if ${RUBY_VER} == ${RUBY_DEFAULT_VER} -MLINKS= ${RUBY_NAME}.1 ruby.1 PLIST_SUB+= IF_DEFAULT="" .else PKGNAMESUFFIX= ${RUBY_VER:C/\.//} PLIST_SUB+= IF_DEFAULT="@comment " .endif -INSTALLED_SCRIPTS= irb erb rdoc ri ruby +INSTALLED_SCRIPTS= erb irb rdoc ri ruby +INSTALLED_MANUALS= erb irb ri ruby EXTSAMPLES= bigdecimal/sample/*.rb @@ -167,12 +168,18 @@ pre-install-RDOC-on: ${MKDIR} ${STAGEDIR}${RUBY_SITERIDIR} post-install: +.if ${RUBY_VER} == ${RUBY_DEFAULT_VER} # # Link just installed "ruby" to "ruby24", etc. # -.if ${RUBY_VER} == ${RUBY_DEFAULT_VER} . for FILE in ${INSTALLED_SCRIPTS} ${LN} -fs ${FILE}${RUBY_SUFFIX} ${STAGEDIR}${PREFIX}/bin/${FILE} +. endfor +# +# Link "ruby.1.gz" to "ruby24.1.gz", etc. +# +. for FILE in ${INSTALLED_MANUALS} + ${LN} -fs ${FILE}${RUBY_SUFFIX}.1.gz ${STAGEDIR}${MANPREFIX}/man/man1/${FILE}.1.gz . endfor .endif Modified: branches/2018Q4/lang/ruby24/distinfo ============================================================================== --- branches/2018Q4/lang/ruby24/distinfo Wed Oct 24 18:10:17 2018 (r482930) +++ branches/2018Q4/lang/ruby24/distinfo Wed Oct 24 18:28:18 2018 (r482931) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522331781 -SHA256 (ruby/ruby-2.4.4.tar.xz) = 1d0034071d675193ca769f64c91827e5f54cb3a7962316a41d5217c7bc6949f0 -SIZE (ruby/ruby-2.4.4.tar.xz) = 10049304 +TIMESTAMP = 1540022786 +SHA256 (ruby/ruby-2.4.5.tar.xz) = 2f0cdcce9989f63ef7c2939bdb17b1ef244c4f384d85b8531d60e73d8cc31eeb +SIZE (ruby/ruby-2.4.5.tar.xz) = 10064712 Modified: branches/2018Q4/lang/ruby24/files/patch-configure.in ============================================================================== --- branches/2018Q4/lang/ruby24/files/patch-configure.in Wed Oct 24 18:10:17 2018 (r482930) +++ branches/2018Q4/lang/ruby24/files/patch-configure.in Wed Oct 24 18:28:18 2018 (r482931) @@ -1,6 +1,6 @@ ---- configure.in.orig 2018-03-02 20:59:11.000000000 +0800 -+++ configure.in 2018-07-19 14:22:04.753721000 +0800 -@@ -2573,7 +2573,7 @@ +--- configure.in.orig 2018-10-17 08:30:28 UTC ++++ configure.in +@@ -2573,7 +2573,7 @@ if test "$ac_cv_func_qsort_r" != no; the AC_CACHE_CHECK(whether qsort_r is GNU version, rb_cv_gnu_qsort_r, [AC_TRY_COMPILE([ @%:@include @@ -9,7 +9,7 @@ int (*compar)(const void *, const void *, void *), void *arg); ],[ ], -@@ -2583,7 +2583,7 @@ +@@ -2583,7 +2583,7 @@ void qsort_r(void *base, size_t nmemb, s AC_CACHE_CHECK(whether qsort_r is BSD version, rb_cv_bsd_qsort_r, [AC_TRY_COMPILE([ @%:@include @@ -18,7 +18,7 @@ void *arg, int (*compar)(void *, const void *, const void *)); ],[ ], [rb_cv_bsd_qsort_r=yes], -@@ -3423,7 +3423,7 @@ +@@ -3423,7 +3423,7 @@ if test "$with_dln_a_out" != yes; then : ${LDSHARED='$(CC) -shared'} if test "$rb_cv_binary_elf" = yes; then LDFLAGS="$LDFLAGS -rdynamic" @@ -27,7 +27,7 @@ else test "$GCC" = yes && test "$rb_cv_prog_gnu_ld" = yes || LDSHARED='$(LD) -Bshareable' fi -@@ -3896,6 +3895,7 @@ +@@ -3896,6 +3896,7 @@ AS_CASE("$enable_shared", [yes], [ [freebsd*|dragonfly*], [ SOLIBS='$(LIBS)' LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR)$(MINOR)' Copied: branches/2018Q4/lang/ruby24/files/patch-lib_rdoc_generator_json__index.rb (from r482555, head/lang/ruby24/files/patch-lib_rdoc_generator_json__index.rb) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/lang/ruby24/files/patch-lib_rdoc_generator_json__index.rb Wed Oct 24 18:28:18 2018 (r482931, copy of r482555, head/lang/ruby24/files/patch-lib_rdoc_generator_json__index.rb) @@ -0,0 +1,20 @@ +--- lib/rdoc/generator/json_index.rb.orig 2016-09-07 22:23:38 UTC ++++ lib/rdoc/generator/json_index.rb +@@ -175,7 +175,7 @@ class RDoc::Generator::JsonIndex + debug_msg "Writing gzipped search index to %s" % outfile + + Zlib::GzipWriter.open(outfile) do |gz| +- gz.mtime = File.mtime(search_index_file) ++ gz.mtime = 1 + gz.orig_name = search_index_file.basename.to_s + gz.write search_index + gz.close +@@ -193,7 +193,7 @@ class RDoc::Generator::JsonIndex + debug_msg "Writing gzipped file to %s" % outfile + + Zlib::GzipWriter.open(outfile) do |gz| +- gz.mtime = File.mtime(dest) ++ gz.mtime = 1 + gz.orig_name = dest.basename.to_s + gz.write data + gz.close Modified: branches/2018Q4/lang/ruby24/files/patch-tool_mkconfig.rb ============================================================================== --- branches/2018Q4/lang/ruby24/files/patch-tool_mkconfig.rb Wed Oct 24 18:10:17 2018 (r482930) +++ branches/2018Q4/lang/ruby24/files/patch-tool_mkconfig.rb Wed Oct 24 18:28:18 2018 (r482931) @@ -1,6 +1,6 @@ ---- tool/mkconfig.rb.orig 2015-12-09 20:53:21 UTC +--- tool/mkconfig.rb.orig 2016-11-17 07:19:49 UTC +++ tool/mkconfig.rb -@@ -168,8 +168,9 @@ def vars.expand(val, config = self) +@@ -159,8 +159,9 @@ def vars.expand(val, config = self) val.replace(newval) unless newval == val val end @@ -11,4 +11,4 @@ +rubyarchdir = "/lib/ruby/#{major}.#{minor}/#{arch}" relative_archdir = rubyarchdir.rindex(prefix, 0) ? rubyarchdir[prefix.size..-1] : rubyarchdir puts %[\ - # frozen-string-literal: false + # encoding: ascii-8bit Modified: branches/2018Q4/lang/ruby24/pkg-plist ============================================================================== --- branches/2018Q4/lang/ruby24/pkg-plist Wed Oct 24 18:10:17 2018 (r482930) +++ branches/2018Q4/lang/ruby24/pkg-plist Wed Oct 24 18:28:18 2018 (r482931) @@ -879,9 +879,13 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%RUBY_LIBDIR%%/yaml/dbm.rb %%RUBY_LIBDIR%%/yaml/store.rb libdata/pkgconfig/ruby-%%RUBY_VER%%.pc +%%IF_DEFAULT%%man/man1/erb.1.gz man/man1/erb%%RUBY_SUFFIX%%.1.gz +%%IF_DEFAULT%%man/man1/irb.1.gz man/man1/irb%%RUBY_SUFFIX%%.1.gz +%%IF_DEFAULT%%man/man1/ri.1.gz man/man1/ri%%RUBY_SUFFIX%%.1.gz +%%IF_DEFAULT%%man/man1/ruby.1.gz man/man1/%%RUBY_NAME%%.1.gz %%DOCS%%%%RUBY_DOCDIR%%/COPYING %%DOCS%%%%RUBY_DOCDIR%%/COPYING.ja @@ -4088,6 +4092,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d31/struct_dbls.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d32/dir_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d32/dir_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d3c/structselect__set.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d35/ruby__atomic_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d35/ruby__atomic_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/de/d35/ruby__atomic_8h__dep__incl.png @@ -7628,6 +7633,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%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/normalize_path-i.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 From owner-svn-ports-branches@freebsd.org Wed Oct 24 18:37: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 91989103614D; Wed, 24 Oct 2018 18:37:01 +0000 (UTC) (envelope-from sunpoet@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 351BD74514; Wed, 24 Oct 2018 18:37:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2BFBB2E1C9; Wed, 24 Oct 2018 18:37:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9OIb07n030772; Wed, 24 Oct 2018 18:37:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9OIax71030760; Wed, 24 Oct 2018 18:36:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810241836.w9OIax71030760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 24 Oct 2018 18:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482932 - in branches/2018Q4: Mk lang/ruby23 lang/ruby23/files X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in branches/2018Q4: Mk lang/ruby23 lang/ruby23/files X-SVN-Commit-Revision: 482932 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.29 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, 24 Oct 2018 18:37:01 -0000 Author: sunpoet Date: Wed Oct 24 18:36:59 2018 New Revision: 482932 URL: https://svnweb.freebsd.org/changeset/ports/482932 Log: MFH: r482556 Update to 2.3.8 - Move BROKEN_* upward - Move USES upward - Remove no-op MLINKS and create symlinks for manpages - Sort INSTALLED_SCRIPTS - Regenerate patch files with makepatch: Changes: https://www.ruby-lang.org/en/news/2018/10/17/ruby-2-3-8-released/ PR: 232438 Submitted by: Yasuhiro KIMURA Security: afc60484-0652-440e-b01a-5ef814747f06 Approved by: ports-secteam Added: branches/2018Q4/lang/ruby23/files/patch-lib_rdoc_generator_json__index.rb - copied unchanged from r482556, head/lang/ruby23/files/patch-lib_rdoc_generator_json__index.rb Deleted: branches/2018Q4/lang/ruby23/files/patch-lib_rdoc_generator_json_index.rb Modified: branches/2018Q4/Mk/bsd.ruby.mk branches/2018Q4/lang/ruby23/Makefile branches/2018Q4/lang/ruby23/distinfo branches/2018Q4/lang/ruby23/files/patch-configure.in branches/2018Q4/lang/ruby23/files/patch-thread__pthread.c branches/2018Q4/lang/ruby23/pkg-plist Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/Mk/bsd.ruby.mk ============================================================================== --- branches/2018Q4/Mk/bsd.ruby.mk Wed Oct 24 18:28:18 2018 (r482931) +++ branches/2018Q4/Mk/bsd.ruby.mk Wed Oct 24 18:36:59 2018 (r482932) @@ -154,8 +154,8 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} # # Ruby 2.3 # -RUBY_RELVERSION= 2.3.7 -RUBY_PORTREVISION= 1 +RUBY_RELVERSION= 2.3.8 +RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY23= "" # PLIST_SUB helpers Modified: branches/2018Q4/lang/ruby23/Makefile ============================================================================== --- branches/2018Q4/lang/ruby23/Makefile Wed Oct 24 18:28:18 2018 (r482931) +++ branches/2018Q4/lang/ruby23/Makefile Wed Oct 24 18:36:59 2018 (r482932) @@ -18,13 +18,16 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/COPYING +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel=does not detect and buid the openssl*.rb bits + # Using LIB_DEPENDS finds the libffi from gcc which causes problems BUILD_DEPENDS= libffi>=0:devel/libffi LIB_DEPENDS= libyaml.so:textproc/libyaml RUN_DEPENDS= libffi>=0:devel/libffi -BROKEN_SSL= openssl-devel -BROKEN_SSL_REASON_openssl-devel=does not detect and buid the openssl*.rb bits +USES= autoreconf cpe ssl tar:xz +USE_LDCONFIG= yes CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --disable-rpath \ @@ -38,8 +41,6 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes # Keep this, else ruby will fail to load libraries dependent of libpthread. LIBS+= -lpthread -L${LOCALBASE}/lib -USE_LDCONFIG= yes -USES= autoreconf cpe ssl tar:xz WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 2.3 @@ -116,14 +117,14 @@ MAKE_JOBS_UNSAFE= yes .endif .if ${RUBY_VER} == ${RUBY_DEFAULT_VER} -MLINKS= ${RUBY_NAME}.1 ruby.1 PLIST_SUB+= IF_DEFAULT="" .else PKGNAMESUFFIX= ${RUBY_VER:C/\.//} PLIST_SUB+= IF_DEFAULT="@comment " .endif -INSTALLED_SCRIPTS= irb erb rdoc ri ruby +INSTALLED_SCRIPTS= erb irb rdoc ri ruby +INSTALLED_MANUALS= erb irb ri ruby EXTSAMPLES= bigdecimal/sample/*.rb @@ -197,12 +198,18 @@ pre-install-RDOC-on: ${MKDIR} ${STAGEDIR}${RUBY_SITERIDIR} post-install: +.if ${RUBY_VER} == ${RUBY_DEFAULT_VER} # # Link just installed "ruby" to "ruby23", etc. # -.if ${RUBY_VER} == ${RUBY_DEFAULT_VER} . for FILE in ${INSTALLED_SCRIPTS} ${LN} -fs ${FILE}${RUBY_SUFFIX} ${STAGEDIR}${PREFIX}/bin/${FILE} +. endfor +# +# Link "ruby.1.gz" to "ruby23.1.gz", etc. +# +. for FILE in ${INSTALLED_MANUALS} + ${LN} -fs ${FILE}${RUBY_SUFFIX}.1.gz ${STAGEDIR}${MANPREFIX}/man/man1/${FILE}.1.gz . endfor .endif Modified: branches/2018Q4/lang/ruby23/distinfo ============================================================================== --- branches/2018Q4/lang/ruby23/distinfo Wed Oct 24 18:28:18 2018 (r482931) +++ branches/2018Q4/lang/ruby23/distinfo Wed Oct 24 18:36:59 2018 (r482932) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522331766 -SHA256 (ruby/ruby-2.3.7.tar.xz) = c61f8f2b9d3ffff5567e186421fa191f0d5e7c2b189b426bb84498825d548edb -SIZE (ruby/ruby-2.3.7.tar.xz) = 11438124 +TIMESTAMP = 1540022780 +SHA256 (ruby/ruby-2.3.8.tar.xz) = 910f635d84fd0d81ac9bdee0731279e6026cb4cd1315bbbb5dfb22e09c5c1dfe +SIZE (ruby/ruby-2.3.8.tar.xz) = 11465792 Modified: branches/2018Q4/lang/ruby23/files/patch-configure.in ============================================================================== --- branches/2018Q4/lang/ruby23/files/patch-configure.in Wed Oct 24 18:28:18 2018 (r482931) +++ branches/2018Q4/lang/ruby23/files/patch-configure.in Wed Oct 24 18:36:59 2018 (r482932) @@ -1,6 +1,6 @@ ---- configure.in.orig 2017-03-27 17:59:49 UTC +--- configure.in.orig 2018-03-18 14:15:27 UTC +++ configure.in -@@ -633,7 +633,7 @@ +@@ -633,7 +633,7 @@ AC_DEFUN([RUBY_DTRACE_AVAILABLE], [AC_CACHE_CHECK(whether dtrace USDT is available, rb_cv_dtrace_available, [ echo "provider conftest{ probe fire(); };" > conftest_provider.d @@ -9,7 +9,7 @@ AC_TRY_COMPILE([@%:@include "conftest_provider.h"], [CONFTEST_FIRE();], [ # DTrace is available on the system rb_cv_dtrace_available=yes -@@ -657,13 +657,13 @@ +@@ -657,13 +657,13 @@ AC_DEFUN([RUBY_DTRACE_POSTPROCESS], probe fire(); }; _PROBES @@ -25,7 +25,7 @@ : }; then if cmp -s conftest.o conftest.${ac_objext}.save; then -@@ -1290,10 +1290,10 @@ +@@ -1290,10 +1290,10 @@ main() ], [ LIBS="-lm $LIBS"]) @@ -40,7 +40,7 @@ dnl Checks for header files. AC_HEADER_DIRENT -@@ -2450,7 +2450,7 @@ +@@ -2450,7 +2450,7 @@ if test "$ac_cv_func_qsort_r" != no; the AC_CACHE_CHECK(whether qsort_r is GNU version, rb_cv_gnu_qsort_r, [AC_TRY_COMPILE([ @%:@include @@ -49,7 +49,7 @@ int (*compar)(const void *, const void *, void *), void *arg); ],[ ], -@@ -2460,7 +2460,7 @@ +@@ -2460,7 +2460,7 @@ void qsort_r(void *base, size_t nmemb, s AC_CACHE_CHECK(whether qsort_r is BSD version, rb_cv_bsd_qsort_r, [AC_TRY_COMPILE([ @%:@include @@ -58,7 +58,7 @@ void *arg, int (*compar)(void *, const void *, const void *)); ],[ ], [rb_cv_bsd_qsort_r=yes], -@@ -2549,7 +2549,7 @@ +@@ -2549,7 +2549,7 @@ main(int argc, char **argv) if test x"$ac_cv_func_clock_gettime" != xyes; then # glibc 2.17 moves clock_* functions from librt to the main C library. # http://sourceware.org/ml/libc-announce/2012/msg00001.html @@ -67,7 +67,7 @@ if test x"$ac_cv_lib_rt_clock_gettime" = xyes; then AC_DEFINE(HAVE_CLOCK_GETTIME, 1) fi -@@ -2956,7 +2956,7 @@ +@@ -2956,7 +2956,7 @@ else fi if test x"$enable_pthread" = xyes; then @@ -76,7 +76,7 @@ AC_CHECK_LIB($pthread_lib, pthread_kill, rb_with_pthread=yes, rb_with_pthread=no) if test "$rb_with_pthread" = "yes"; then break; fi -@@ -2970,6 +2970,7 @@ +@@ -2970,6 +2970,7 @@ if test x"$enable_pthread" = xyes; then [c], [], [root], [], [c_r], [MAINLIBS="-pthread $MAINLIBS"], @@ -84,7 +84,7 @@ [AS_CASE(["$target_os"], [openbsd*|mirbsd*], [LIBS="-pthread $LIBS"], [LIBS="-l$pthread_lib $LIBS"])]) -@@ -3278,7 +3279,6 @@ +@@ -3278,7 +3279,6 @@ if test "$with_dln_a_out" != yes; then : ${LDSHARED='$(CC) -shared'} if test "$rb_cv_binary_elf" = yes; then LDFLAGS="$LDFLAGS -rdynamic" @@ -92,7 +92,7 @@ else test "$GCC" = yes && test "$rb_cv_prog_gnu_ld" = yes || LDSHARED='$(LD) -Bshareable' fi -@@ -3751,6 +3751,7 @@ +@@ -3751,6 +3751,7 @@ AS_CASE("$enable_shared", [yes], [ [freebsd*|dragonfly*], [ SOLIBS='$(LIBS)' LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR)$(MINOR)' Copied: branches/2018Q4/lang/ruby23/files/patch-lib_rdoc_generator_json__index.rb (from r482556, head/lang/ruby23/files/patch-lib_rdoc_generator_json__index.rb) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/lang/ruby23/files/patch-lib_rdoc_generator_json__index.rb Wed Oct 24 18:36:59 2018 (r482932, copy of r482556, head/lang/ruby23/files/patch-lib_rdoc_generator_json__index.rb) @@ -0,0 +1,20 @@ +--- lib/rdoc/generator/json_index.rb.orig 2015-12-22 12:08:13 UTC ++++ lib/rdoc/generator/json_index.rb +@@ -175,7 +175,7 @@ class RDoc::Generator::JsonIndex + debug_msg "Writing gzipped search index to %s" % outfile + + Zlib::GzipWriter.open(outfile) do |gz| +- gz.mtime = File.mtime(search_index_file) ++ gz.mtime = 1 + gz.orig_name = search_index_file.basename.to_s + gz.write search_index + gz.close +@@ -193,7 +193,7 @@ class RDoc::Generator::JsonIndex + debug_msg "Writing gzipped file to %s" % outfile + + Zlib::GzipWriter.open(outfile) do |gz| +- gz.mtime = File.mtime(dest) ++ gz.mtime = 1 + gz.orig_name = dest.basename.to_s + gz.write data + gz.close Modified: branches/2018Q4/lang/ruby23/files/patch-thread__pthread.c ============================================================================== --- branches/2018Q4/lang/ruby23/files/patch-thread__pthread.c Wed Oct 24 18:28:18 2018 (r482931) +++ branches/2018Q4/lang/ruby23/files/patch-thread__pthread.c Wed Oct 24 18:36:59 2018 (r482932) @@ -1,6 +1,6 @@ ---- thread_pthread.c.orig 2016-04-15 16:07:07 UTC +--- thread_pthread.c.orig 2018-03-18 15:27:34 UTC +++ thread_pthread.c -@@ -1154,7 +1154,7 @@ native_sleep(rb_thread_t *th, struct tim +@@ -1155,7 +1155,7 @@ native_sleep(rb_thread_t *th, struct tim } #ifdef USE_UBF_LIST Modified: branches/2018Q4/lang/ruby23/pkg-plist ============================================================================== --- branches/2018Q4/lang/ruby23/pkg-plist Wed Oct 24 18:28:18 2018 (r482931) +++ branches/2018Q4/lang/ruby23/pkg-plist Wed Oct 24 18:36:59 2018 (r482932) @@ -877,9 +877,13 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER%% %%RUBY_LIBDIR%%/yaml/dbm.rb %%RUBY_LIBDIR%%/yaml/store.rb libdata/pkgconfig/ruby-%%RUBY_VER%%.pc +%%IF_DEFAULT%%man/man1/erb.1.gz man/man1/erb%%RUBY_SUFFIX%%.1.gz +%%IF_DEFAULT%%man/man1/irb.1.gz man/man1/irb%%RUBY_SUFFIX%%.1.gz +%%IF_DEFAULT%%man/man1/ri.1.gz man/man1/ri%%RUBY_SUFFIX%%.1.gz +%%IF_DEFAULT%%man/man1/ruby.1.gz man/man1/%%RUBY_NAME%%.1.gz %%DOCS%%%%RUBY_DOCDIR%%/COPYING %%DOCS%%%%RUBY_DOCDIR%%/COPYING.ja From owner-svn-ports-branches@freebsd.org Thu Oct 25 00:54: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 CC15E1075588; Thu, 25 Oct 2018 00:54: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 8234981A43; Thu, 25 Oct 2018 00:54:13 +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 7D106200B; Thu, 25 Oct 2018 00:54:13 +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 w9P0sDOX026953; Thu, 25 Oct 2018 00:54:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9P0sDdD026951; Thu, 25 Oct 2018 00:54:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810250054.w9P0sDdD026951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 25 Oct 2018 00:54:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482949 - branches/2018Q4/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/rpcs3 X-SVN-Commit-Revision: 482949 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.29 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, 25 Oct 2018 00:54:14 -0000 Author: jbeich Date: Thu Oct 25 00:54:12 2018 New Revision: 482949 URL: https://svnweb.freebsd.org/changeset/ports/482949 Log: MFH: r482946 emulators/rpcs3: update to 0.0.5.998 Changes: https://github.com/RPCS3/rpcs3/compare/eba2216c4...586c0ea1d Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q4/emulators/rpcs3/Makefile branches/2018Q4/emulators/rpcs3/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q4/emulators/rpcs3/Makefile Thu Oct 25 00:53:35 2018 (r482948) +++ branches/2018Q4/emulators/rpcs3/Makefile Thu Oct 25 00:54:12 2018 (r482949) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-994 -DISTVERSIONSUFFIX= -geba2216c4 +DISTVERSION= 0.0.5-998 +DISTVERSIONSUFFIX= -g586c0ea1d CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: branches/2018Q4/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q4/emulators/rpcs3/distinfo Thu Oct 25 00:53:35 2018 (r482948) +++ branches/2018Q4/emulators/rpcs3/distinfo Thu Oct 25 00:54:12 2018 (r482949) @@ -1,6 +1,6 @@ -TIMESTAMP = 1540066138 -SHA256 (RPCS3-rpcs3-v0.0.5-994-geba2216c4_GH0.tar.gz) = 2903d5638ba5446ca4c885c303e3035ce7eb008d9d93955d24472646c93ef147 -SIZE (RPCS3-rpcs3-v0.0.5-994-geba2216c4_GH0.tar.gz) = 5013318 +TIMESTAMP = 1540326950 +SHA256 (RPCS3-rpcs3-v0.0.5-998-g586c0ea1d_GH0.tar.gz) = 737b6dc7c5ba82e65165d0f49f460aba061cd389809659ad9ff814127f931124 +SIZE (RPCS3-rpcs3-v0.0.5-998-g586c0ea1d_GH0.tar.gz) = 5013554 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 4f58ba2a51136cc6af0f1d833688b55f78468c4f5429a4bf9b38bb51c9d212b1 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 105372 SHA256 (RPCS3-llvm-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce From owner-svn-ports-branches@freebsd.org Thu Oct 25 00:57: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 E910C1075896; Thu, 25 Oct 2018 00:57:02 +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 99E828249C; Thu, 25 Oct 2018 00:57: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 902B1200C; Thu, 25 Oct 2018 00:57: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 w9P0v2dB027227; Thu, 25 Oct 2018 00:57:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9P0v2YM027225; Thu, 25 Oct 2018 00:57:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810250057.w9P0v2YM027225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 25 Oct 2018 00:57:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482950 - branches/2018Q4/games/openbor X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/games/openbor X-SVN-Commit-Revision: 482950 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.29 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, 25 Oct 2018 00:57:03 -0000 Author: jbeich Date: Thu Oct 25 00:57:01 2018 New Revision: 482950 URL: https://svnweb.freebsd.org/changeset/ports/482950 Log: MFH: r482948 games/openbor: update to 6484 Changes: https://github.com/DCurrent/openbor/compare/949a4031...a26efe22 Approved by: ports-secteam (feld, implicit for snapshots) Modified: branches/2018Q4/games/openbor/Makefile branches/2018Q4/games/openbor/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/games/openbor/Makefile ============================================================================== --- branches/2018Q4/games/openbor/Makefile Thu Oct 25 00:54:12 2018 (r482949) +++ branches/2018Q4/games/openbor/Makefile Thu Oct 25 00:57:01 2018 (r482950) @@ -2,7 +2,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} -PORTVERSION?= 6484 +PORTVERSION?= 6547 .ifndef PKGNAMESUFFIX PORTREVISION= 0 .endif @@ -31,7 +31,7 @@ PORTSCOUT= ignore:1 USE_GITHUB= yes GH_ACCOUNT= DCurrent -GH_TAGNAME?= 949a4031 +GH_TAGNAME?= a26efe22 USES+= gmake pkgconfig .if ${PORTVERSION} < 4433 Modified: branches/2018Q4/games/openbor/distinfo ============================================================================== --- branches/2018Q4/games/openbor/distinfo Thu Oct 25 00:54:12 2018 (r482949) +++ branches/2018Q4/games/openbor/distinfo Thu Oct 25 00:57:01 2018 (r482950) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536449480 -SHA256 (DCurrent-openbor-6484-949a4031_GH0.tar.gz) = fa27ede513bc84ac5e0d7d431f1d44818708848217b102e712a223d3dd0d6218 -SIZE (DCurrent-openbor-6484-949a4031_GH0.tar.gz) = 129008190 +TIMESTAMP = 1540422789 +SHA256 (DCurrent-openbor-6547-a26efe22_GH0.tar.gz) = 132ce3231454d30439db28e560e1b52f3cd1f725cdd88e36e3591d2de3e64fea +SIZE (DCurrent-openbor-6547-a26efe22_GH0.tar.gz) = 139915562 From owner-svn-ports-branches@freebsd.org Thu Oct 25 20:07:53 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 613A01086F50; Thu, 25 Oct 2018 20:07:53 +0000 (UTC) (envelope-from crees@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 17DCA70DEE; Thu, 25 Oct 2018 20:07:53 +0000 (UTC) (envelope-from crees@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 ED23416AC9; Thu, 25 Oct 2018 20:07:52 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9PK7q2x019374; Thu, 25 Oct 2018 20:07:52 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9PK7qh4019372; Thu, 25 Oct 2018 20:07:52 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201810252007.w9PK7qh4019372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Thu, 25 Oct 2018 20:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482990 - in branches/2018Q4/mail/mailscanner: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: crees X-SVN-Commit-Paths: in branches/2018Q4/mail/mailscanner: . files X-SVN-Commit-Revision: 482990 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.29 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, 25 Oct 2018 20:07:53 -0000 Author: crees Date: Thu Oct 25 20:07:52 2018 New Revision: 482990 URL: https://svnweb.freebsd.org/changeset/ports/482990 Log: Backport fix from upstream: Fix mktemp on FreeBSD11 Approved by: portmgr (implicit, runtime fix) Obtained from: https://github.com/MailScanner/v5/commit/cf1c30 Added: branches/2018Q4/mail/mailscanner/files/patch-cf1c302 (contents, props changed) Modified: branches/2018Q4/mail/mailscanner/Makefile Modified: branches/2018Q4/mail/mailscanner/Makefile ============================================================================== --- branches/2018Q4/mail/mailscanner/Makefile Thu Oct 25 19:47:02 2018 (r482989) +++ branches/2018Q4/mail/mailscanner/Makefile Thu Oct 25 20:07:52 2018 (r482990) @@ -3,6 +3,7 @@ PORTNAME= MailScanner PORTVERSION= 5.1.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= https://s3.amazonaws.com/msv5/release/ DISTNAME= ${PORTNAME}-${PORTVERSION}-${PATCHLEVEL}.nix Added: branches/2018Q4/mail/mailscanner/files/patch-cf1c302 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/mail/mailscanner/files/patch-cf1c302 Thu Oct 25 20:07:52 2018 (r482990) @@ -0,0 +1,35 @@ +diff --git a/usr/lib/MailScanner/wrapper/clamav-wrapper b/usr/lib/MailScanner/wrapper/clamav-wrapper +index 210482b..7a5dca4 100644 +--- usr/lib/MailScanner/wrapper/clamav-wrapper ++++ usr/lib/MailScanner/wrapper/clamav-wrapper +@@ -24,6 +24,9 @@ + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # + ++#OS Name ++OSType=`/usr/bin/env uname -s` ++ + # this passed from the CLI + # ./scanner-wrapper /path/to/av/bin /thing/to/scan + ClamScan=$1/bin/clamscan +@@ -144,7 +147,11 @@ fi + [ -d ${IWD} ] || mkdir -p ${IWD} + + # create our working tmp directory in the base tmp directory +-TempDir=`mktemp -d --tmpdir=${IWD}` ++if [ "${OSType}" = "FreeBSD" ]; then ++ TempDir=`TMPDIR=${IWD} mktemp -d` ++else ++ TempDir=`mktemp -d --tmpdir=${IWD}` ++fi + + # In case we get interupted.... + trap "rm -rf ${TempDir}" EXIT +@@ -179,4 +186,4 @@ if [ -d ${TempDir} ]; then + rm -rf ${TempDir} + fi + +-exit $retval +\ No newline at end of file ++exit $retval + From owner-svn-ports-branches@freebsd.org Fri Oct 26 14:42:27 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 28A7B10E90E4; Fri, 26 Oct 2018 14:42:27 +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 CD8797A376; Fri, 26 Oct 2018 14:42:26 +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 0DD042262B; Fri, 26 Oct 2018 14:42:25 +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 w9QEgOxt095930; Fri, 26 Oct 2018 14:42:24 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9QEgOR3095929; Fri, 26 Oct 2018 14:42:24 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201810261442.w9QEgOR3095929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 26 Oct 2018 14:42:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483037 - branches/2018Q4/mail/milter-callback X-SVN-Group: ports-branches X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: branches/2018Q4/mail/milter-callback X-SVN-Commit-Revision: 483037 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.29 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, 26 Oct 2018 14:42:27 -0000 Author: ehaupt Date: Fri Oct 26 14:42:24 2018 New Revision: 483037 URL: https://svnweb.freebsd.org/changeset/ports/483037 Log: MFH: r483035 Fix build with GCC-based architectures. GCC architectures require CFLAGS+=-fnested-functions. PR: 232646 Submitted by: Piotr Kubaj Approved by: ports-secteam (blanket) Modified: branches/2018Q4/mail/milter-callback/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/mail/milter-callback/Makefile ============================================================================== --- branches/2018Q4/mail/milter-callback/Makefile Fri Oct 26 14:42:15 2018 (r483036) +++ branches/2018Q4/mail/milter-callback/Makefile Fri Oct 26 14:42:24 2018 (r483037) @@ -12,10 +12,6 @@ COMMENT= Milter to perform a envelope-from sender veri LICENSE= GPLv3 -BROKEN_mips= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable -BROKEN_mips64= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable -BROKEN_powerpc64= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable - LIB_DEPENDS= libspf2.so:mail/libspf2 USES= tar:xz @@ -30,6 +26,12 @@ SRC_FILES= cache.c commonprocs.c cpit.c dealwithmxes.c CFLAGS+= -DFREEBSD -DHAVE_NS_TYPE -DWITH_SPF -I${LOCALBASE}/include \ -I${WRKSRC} -std=gnu99 +CFLAGS_mips= -fnested-functions +CFLAGS_mips64= -fnested-functions +CFLAGS_powerpc= -fnested-functions +CFLAGS_powerpcspe= -fnested-functions +CFLAGS_powerpc64= -fnested-functions +CFLAGS_sparc64= -fnested-functions LDFLAGS+= -lmilter -lthr -L${LOCALBASE}/lib -lspf2 do-build: From owner-svn-ports-branches@freebsd.org Sat Oct 27 00:55: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 2AEE110CE8C7; Sat, 27 Oct 2018 00:55:02 +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 D064A72BF3; Sat, 27 Oct 2018 00:55: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 989AB957; Sat, 27 Oct 2018 00:55: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 w9R0t1IQ013245; Sat, 27 Oct 2018 00:55:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9R0t1g0013243; Sat, 27 Oct 2018 00:55:01 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810270055.w9R0t1g0013243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 27 Oct 2018 00:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483078 - branches/2018Q4/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/citra X-SVN-Commit-Revision: 483078 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.29 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, 27 Oct 2018 00:55:02 -0000 Author: jbeich Date: Sat Oct 27 00:55:01 2018 New Revision: 483078 URL: https://svnweb.freebsd.org/changeset/ports/483078 Log: MFH: r483075 emulators/citra: update to s20181026 Changes: https://github.com/citra-emu/citra/compare/129ca865b...f3ee5feb0 Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q4/emulators/citra/Makefile branches/2018Q4/emulators/citra/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/citra/Makefile ============================================================================== --- branches/2018Q4/emulators/citra/Makefile Sat Oct 27 00:53:57 2018 (r483077) +++ branches/2018Q4/emulators/citra/Makefile Sat Oct 27 00:55:01 2018 (r483078) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20181022 +PORTVERSION= s20181026 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,7 +23,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 129ca865b +GH_TAGNAME= f3ee5feb0 GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2018Q4/emulators/citra/distinfo ============================================================================== --- branches/2018Q4/emulators/citra/distinfo Sat Oct 27 00:53:57 2018 (r483077) +++ branches/2018Q4/emulators/citra/distinfo Sat Oct 27 00:55:01 2018 (r483078) @@ -1,6 +1,6 @@ -TIMESTAMP = 1540214866 -SHA256 (citra-emu-citra-s20181022-129ca865b_GH0.tar.gz) = d9e1dc8d9f6888a998fbbe15ce1135d53a056b920aec7429d67dde88e43f8dcd -SIZE (citra-emu-citra-s20181022-129ca865b_GH0.tar.gz) = 4497723 +TIMESTAMP = 1540583496 +SHA256 (citra-emu-citra-s20181026-f3ee5feb0_GH0.tar.gz) = c2beaf37575365d4d085c2b38f0bdeeb8337db688fa5f76928890e8627cc802a +SIZE (citra-emu-citra-s20181026-f3ee5feb0_GH0.tar.gz) = 4499921 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-branches@freebsd.org Sat Oct 27 00:56: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 9FF2C10CE96D; Sat, 27 Oct 2018 00:56: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 44EDE72DCA; Sat, 27 Oct 2018 00:56:30 +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 207EA95B; Sat, 27 Oct 2018 00:56:30 +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 w9R0uTWN013574; Sat, 27 Oct 2018 00:56:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9R0uT7b013572; Sat, 27 Oct 2018 00:56:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810270056.w9R0uT7b013572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 27 Oct 2018 00:56:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483080 - branches/2018Q4/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/rpcs3 X-SVN-Commit-Revision: 483080 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.29 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, 27 Oct 2018 00:56:30 -0000 Author: jbeich Date: Sat Oct 27 00:56:29 2018 New Revision: 483080 URL: https://svnweb.freebsd.org/changeset/ports/483080 Log: MFH: r483077 emulators/rpcs3: update to 0.0.5.999 Changes: https://github.com/RPCS3/rpcs3/compare/586c0ea1d...1cf62e9de Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q4/emulators/rpcs3/Makefile branches/2018Q4/emulators/rpcs3/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q4/emulators/rpcs3/Makefile Sat Oct 27 00:55:31 2018 (r483079) +++ branches/2018Q4/emulators/rpcs3/Makefile Sat Oct 27 00:56:29 2018 (r483080) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-998 -DISTVERSIONSUFFIX= -g586c0ea1d +DISTVERSION= 0.0.5-999 +DISTVERSIONSUFFIX= -g1cf62e9de CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: branches/2018Q4/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q4/emulators/rpcs3/distinfo Sat Oct 27 00:55:31 2018 (r483079) +++ branches/2018Q4/emulators/rpcs3/distinfo Sat Oct 27 00:56:29 2018 (r483080) @@ -1,6 +1,6 @@ -TIMESTAMP = 1540326950 -SHA256 (RPCS3-rpcs3-v0.0.5-998-g586c0ea1d_GH0.tar.gz) = 737b6dc7c5ba82e65165d0f49f460aba061cd389809659ad9ff814127f931124 -SIZE (RPCS3-rpcs3-v0.0.5-998-g586c0ea1d_GH0.tar.gz) = 5013554 +TIMESTAMP = 1540600679 +SHA256 (RPCS3-rpcs3-v0.0.5-999-g1cf62e9de_GH0.tar.gz) = 8c7f1ac3b006880ba3bb2036e52ff7f4e88aa09f193582151a4fadc01c021665 +SIZE (RPCS3-rpcs3-v0.0.5-999-g1cf62e9de_GH0.tar.gz) = 5013484 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 4f58ba2a51136cc6af0f1d833688b55f78468c4f5429a4bf9b38bb51c9d212b1 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 105372 SHA256 (RPCS3-llvm-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce From owner-svn-ports-branches@freebsd.org Sat Oct 27 10:47:06 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 917C510E9068; Sat, 27 Oct 2018 10:47: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 4812D8AEA3; Sat, 27 Oct 2018 10:47: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 2940F7434; Sat, 27 Oct 2018 10:47: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 w9RAl6jp020201; Sat, 27 Oct 2018 10:47:06 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9RAl56S020200; Sat, 27 Oct 2018 10:47:05 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201810271047.w9RAl56S020200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 27 Oct 2018 10:47:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483124 - in branches/2018Q4/audio/musicpd: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in branches/2018Q4/audio/musicpd: . files X-SVN-Commit-Revision: 483124 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.29 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, 27 Oct 2018 10:47:06 -0000 Author: riggs Date: Sat Oct 27 10:47:05 2018 New Revision: 483124 URL: https://svnweb.freebsd.org/changeset/ports/483124 Log: MFH: r483123 Update to upstream version 0.20.22 Details: - Upstream changelog see: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.22/NEWS - gcc_pure patch for src/input/Error.hxx was adopted upstream This is a confirmed bug in LLVM before 7.0, see https://bugs.llvm.org/show_bug.cgi?id=32611 Approved by: ports-secteam (riggs) Deleted: branches/2018Q4/audio/musicpd/files/patch-src_input_Error.hxx Modified: branches/2018Q4/audio/musicpd/Makefile branches/2018Q4/audio/musicpd/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/audio/musicpd/Makefile ============================================================================== --- branches/2018Q4/audio/musicpd/Makefile Sat Oct 27 10:42:08 2018 (r483123) +++ branches/2018Q4/audio/musicpd/Makefile Sat Oct 27 10:47:05 2018 (r483124) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.20.21 -PORTREVISION= 3 +PORTVERSION= 0.20.22 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: branches/2018Q4/audio/musicpd/distinfo ============================================================================== --- branches/2018Q4/audio/musicpd/distinfo Sat Oct 27 10:42:08 2018 (r483123) +++ branches/2018Q4/audio/musicpd/distinfo Sat Oct 27 10:47:05 2018 (r483124) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534662491 -SHA256 (mpd-0.20.21.tar.xz) = 8322764dc265c20f05c8c8fdfdd578b0722e74626bef56fcd8eebfb01acc58dc -SIZE (mpd-0.20.21.tar.xz) = 800476 +TIMESTAMP = 1540622257 +SHA256 (mpd-0.20.22.tar.xz) = 78f4c4e2b5b5b4c542037f970c9253486b24e4a52e122d5859cd615b3b9a7cdd +SIZE (mpd-0.20.22.tar.xz) = 807084 From owner-svn-ports-branches@freebsd.org Sat Oct 27 18:19: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 5426610CF773; Sat, 27 Oct 2018 18:19:10 +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 EDBA575D99; Sat, 27 Oct 2018 18:19:09 +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 C937013E06; Sat, 27 Oct 2018 18:19:09 +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 w9RIJ92h056814; Sat, 27 Oct 2018 18:19:09 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9RIJ9Wa056812; Sat, 27 Oct 2018 18:19:09 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201810271819.w9RIJ9Wa056812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 27 Oct 2018 18:19:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483165 - branches/2018Q4/multimedia/mkvtoolnix X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q4/multimedia/mkvtoolnix X-SVN-Commit-Revision: 483165 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.29 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, 27 Oct 2018 18:19:10 -0000 Author: riggs Date: Sat Oct 27 18:19:09 2018 New Revision: 483165 URL: https://svnweb.freebsd.org/changeset/ports/483165 Log: MFH: r483121 Update to upstream version 28.2.0 (bug fixes only) Approved by: ports-secteam (riggs) Modified: branches/2018Q4/multimedia/mkvtoolnix/Makefile branches/2018Q4/multimedia/mkvtoolnix/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/multimedia/mkvtoolnix/Makefile ============================================================================== --- branches/2018Q4/multimedia/mkvtoolnix/Makefile Sat Oct 27 18:14:44 2018 (r483164) +++ branches/2018Q4/multimedia/mkvtoolnix/Makefile Sat Oct 27 18:19:09 2018 (r483165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 28.0.0 +PORTVERSION= 28.2.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ Modified: branches/2018Q4/multimedia/mkvtoolnix/distinfo ============================================================================== --- branches/2018Q4/multimedia/mkvtoolnix/distinfo Sat Oct 27 18:14:44 2018 (r483164) +++ branches/2018Q4/multimedia/mkvtoolnix/distinfo Sat Oct 27 18:19:09 2018 (r483165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540104101 -SHA256 (mkvtoolnix-28.0.0.tar.xz) = 17a6acbc1468aaa9534b284ec73b6215c145de8472a9944f3dd58d0db272d235 -SIZE (mkvtoolnix-28.0.0.tar.xz) = 6545232 +TIMESTAMP = 1540625436 +SHA256 (mkvtoolnix-28.2.0.tar.xz) = aa54b39790e619b2cfdefdd083c735503834eb05c665cd85f9b5a8383bcc5843 +SIZE (mkvtoolnix-28.2.0.tar.xz) = 6546844