From owner-svn-ports-branches@freebsd.org Sun Aug 19 17:15: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 7C09310711CB; Sun, 19 Aug 2018 17:15:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FEB680EC7; Sun, 19 Aug 2018 17:15:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10DC31408; Sun, 19 Aug 2018 17:15:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7JHFNaF041779; Sun, 19 Aug 2018 17:15:23 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7JHFNeo041778; Sun, 19 Aug 2018 17:15:23 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201808191715.w7JHFNeo041778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 19 Aug 2018 17:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477585 - branches/2018Q3/audio/musicpd X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q3/audio/musicpd X-SVN-Commit-Revision: 477585 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.27 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, 19 Aug 2018 17:15:24 -0000 Author: riggs Date: Sun Aug 19 17:15:23 2018 New Revision: 477585 URL: https://svnweb.freebsd.org/changeset/ports/477585 Log: MFH: r477320 r477568 Fix OPENAL option when using lld as the default linker While on it: Replace LIB_DEPENDS by USES for OPENAL PR: 230593 Submitted by: tobik Update to upstream version 0.20.21 Details: - Upstream changelog see: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.21/NEWS Approved by: ports-secteam (riggs) Modified: branches/2018Q3/audio/musicpd/Makefile branches/2018Q3/audio/musicpd/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/audio/musicpd/Makefile ============================================================================== --- branches/2018Q3/audio/musicpd/Makefile Sun Aug 19 16:44:30 2018 (r477584) +++ branches/2018Q3/audio/musicpd/Makefile Sun Aug 19 17:15:23 2018 (r477585) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.20.20 -PORTREVISION= 2 +PORTVERSION= 0.20.21 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} @@ -110,7 +109,8 @@ MPG123_LIB_DEPENDS=libmpg123.so:audio/mpg123 MUSEPACK_CONFIGURE_ENABLE=mpc MUSEPACK_LIB_DEPENDS=libmpcdec.so:audio/musepack OPENAL_CONFIGURE_ENABLE=openal -OPENAL_LIB_DEPENDS=libopenal.so:audio/openal +OPENAL_USES= openal +OPENAL_VARS= LLD_UNSAFE=yes # cf. PR 226980 OPUS_CONFIGURE_ENABLE=opus OPUS_LIB_DEPENDS= libopus.so:audio/opus \ libogg.so:audio/libogg Modified: branches/2018Q3/audio/musicpd/distinfo ============================================================================== --- branches/2018Q3/audio/musicpd/distinfo Sun Aug 19 16:44:30 2018 (r477584) +++ branches/2018Q3/audio/musicpd/distinfo Sun Aug 19 17:15:23 2018 (r477585) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527332444 -SHA256 (mpd-0.20.20.tar.xz) = a9e458c6e07cdf62649de7722e1e5a7f13aa82eeb397bfbbebc07cf5cf273584 -SIZE (mpd-0.20.20.tar.xz) = 793776 +TIMESTAMP = 1534662491 +SHA256 (mpd-0.20.21.tar.xz) = 8322764dc265c20f05c8c8fdfdd578b0722e74626bef56fcd8eebfb01acc58dc +SIZE (mpd-0.20.21.tar.xz) = 800476 From owner-svn-ports-branches@freebsd.org Mon Aug 20 05:01: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 30F5D10835FE; Mon, 20 Aug 2018 05:01:27 +0000 (UTC) (envelope-from yuri@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 D78A27A72A; Mon, 20 Aug 2018 05:01:26 +0000 (UTC) (envelope-from yuri@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 9EA6710C2F; Mon, 20 Aug 2018 05:01:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7K51Qxb004786; Mon, 20 Aug 2018 05:01:26 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7K51Q1n004784; Mon, 20 Aug 2018 05:01:26 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201808200501.w7K51Q1n004784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 20 Aug 2018 05:01:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477626 - in branches/2018Q3/x11-toolkits: wxgtk30 wxgtk31 X-SVN-Group: ports-branches X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in branches/2018Q3/x11-toolkits: wxgtk30 wxgtk31 X-SVN-Commit-Revision: 477626 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.27 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, 20 Aug 2018 05:01:27 -0000 Author: yuri Date: Mon Aug 20 05:01:25 2018 New Revision: 477626 URL: https://svnweb.freebsd.org/changeset/ports/477626 Log: MFH: r477608 x11-toolkits/wxgtk30 and x11-toolkits/wxgtk31: Fix the problem that TLS is broken on armv6/7 ftp/filezilla was dumping core PR: 229396 Submitted by: Ulrich Grey Approved by: ports-secteam (miwi@FreeBSD.org) Modified: branches/2018Q3/x11-toolkits/wxgtk30/Makefile branches/2018Q3/x11-toolkits/wxgtk31/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/x11-toolkits/wxgtk30/Makefile ============================================================================== --- branches/2018Q3/x11-toolkits/wxgtk30/Makefile Mon Aug 20 04:18:24 2018 (r477625) +++ branches/2018Q3/x11-toolkits/wxgtk30/Makefile Mon Aug 20 05:01:25 2018 (r477626) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= wx -PORTVERSION= 3.0.3.1 +PORTVERSION= 3.0.4 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= x11-toolkits PKGNAMESUFFIX= 30-gtk2 @@ -64,6 +65,11 @@ WEBKIT_CONFIGURE_ENABLE= webview WEBKIT_LIB_DEPENDS= libwebkitgtk-1.0.so:www/webkit-gtk2 .include + +# TLS is broken on armv6/7, PR 229396 +.if ${ARCH} == armv6 || ${ARCH} == armv7 +CONFIGURE_ARGS+=--disable-tls +.endif # PR 196703, 197031 .if ${CHOSEN_COMPILER_TYPE} == gcc Modified: branches/2018Q3/x11-toolkits/wxgtk31/Makefile ============================================================================== --- branches/2018Q3/x11-toolkits/wxgtk31/Makefile Mon Aug 20 04:18:24 2018 (r477625) +++ branches/2018Q3/x11-toolkits/wxgtk31/Makefile Mon Aug 20 05:01:25 2018 (r477626) @@ -3,7 +3,7 @@ PORTNAME= wx DISTVERSIONPREFIX= v DISTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= x11-toolkits PKGNAMESUFFIX= 31-gtk3 @@ -70,6 +70,11 @@ WEBKIT_CONFIGURE_ENABLE= webview WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 .include + +# TLS is broken on armv6/7, PR 229396 +.if ${ARCH} == armv6 || ${ARCH} == armv7 +CONFIGURE_ARGS+=--disable-tls +.endif # PR 196703, 197031 .if ${CHOSEN_COMPILER_TYPE} == gcc From owner-svn-ports-branches@freebsd.org Mon Aug 20 10:37: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 4936D108BD4A; Mon, 20 Aug 2018 10:37:39 +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 E59DD861A5; Mon, 20 Aug 2018 10:37:38 +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 C11931422A; Mon, 20 Aug 2018 10:37:38 +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 w7KAbcne079249; Mon, 20 Aug 2018 10:37:38 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7KAbcxL079246; Mon, 20 Aug 2018 10:37:38 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201808201037.w7KAbcxL079246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 20 Aug 2018 10:37:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477648 - in branches/2018Q3/multimedia/gstreamer-ffmpeg: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in branches/2018Q3/multimedia/gstreamer-ffmpeg: . files X-SVN-Commit-Revision: 477648 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.27 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, 20 Aug 2018 10:37:39 -0000 Author: riggs Date: Mon Aug 20 10:37:38 2018 New Revision: 477648 URL: https://svnweb.freebsd.org/changeset/ports/477648 Log: MFH: r477647 Fix build on aarch64 PR: 230438 Submitted by: mikael.urankar@gmail.com Approved by: ports-secteam (riggs) Added: branches/2018Q3/multimedia/gstreamer-ffmpeg/files/patch-gst-libs_ext_libav_configure - copied unchanged from r477647, head/multimedia/gstreamer-ffmpeg/files/patch-gst-libs_ext_libav_configure Modified: branches/2018Q3/multimedia/gstreamer-ffmpeg/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/multimedia/gstreamer-ffmpeg/Makefile ============================================================================== --- branches/2018Q3/multimedia/gstreamer-ffmpeg/Makefile Mon Aug 20 10:36:02 2018 (r477647) +++ branches/2018Q3/multimedia/gstreamer-ffmpeg/Makefile Mon Aug 20 10:37:38 2018 (r477648) @@ -16,9 +16,6 @@ COMMENT= GStreamer plug-in for manipulating MPEG video LICENSE= GPLv2 -NOT_FOR_ARCHS= aarch64 -NOT_FOR_ARCHS_REASON= invokes x86 asm - LIB_DEPENDS= liborc-0.4.so:devel/orc PORTSCOUT= limit:0\.10\..* Copied: branches/2018Q3/multimedia/gstreamer-ffmpeg/files/patch-gst-libs_ext_libav_configure (from r477647, head/multimedia/gstreamer-ffmpeg/files/patch-gst-libs_ext_libav_configure) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/multimedia/gstreamer-ffmpeg/files/patch-gst-libs_ext_libav_configure Mon Aug 20 10:37:38 2018 (r477648, copy of r477647, head/multimedia/gstreamer-ffmpeg/files/patch-gst-libs_ext_libav_configure) @@ -0,0 +1,12 @@ +--- gst-libs/ext/libav/configure.orig 2018-08-07 16:03:13 UTC ++++ gst-libs/ext/libav/configure +@@ -2133,6 +2133,9 @@ fi + + # Deal with common $arch aliases + case "$arch" in ++ aarch64|arm64) ++ arch="aarch64" ++ ;; + arm*) + arch="arm" + ;; From owner-svn-ports-branches@freebsd.org Mon Aug 20 13:26: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 3ECFF106DC16; Mon, 20 Aug 2018 13:26:11 +0000 (UTC) (envelope-from ler@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 E80E58CE81; Mon, 20 Aug 2018 13:26:10 +0000 (UTC) (envelope-from ler@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 C90D315E37; Mon, 20 Aug 2018 13:26:10 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7KDQA7J069482; Mon, 20 Aug 2018 13:26:10 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7KDQ9bB069478; Mon, 20 Aug 2018 13:26:09 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201808201326.w7KDQ9bB069478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Mon, 20 Aug 2018 13:26:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477651 - in branches/2018Q3/mail: dovecot dovecot/files dovecot22 dovecot22/files X-SVN-Group: ports-branches X-SVN-Commit-Author: ler X-SVN-Commit-Paths: in branches/2018Q3/mail: dovecot dovecot/files dovecot22 dovecot22/files X-SVN-Commit-Revision: 477651 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.27 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, 20 Aug 2018 13:26:11 -0000 Author: ler Date: Mon Aug 20 13:26:09 2018 New Revision: 477651 URL: https://svnweb.freebsd.org/changeset/ports/477651 Log: MFH: r474275 r477601 mail/dovecot: upgrade to 2.3.2.1. v2.3.2 still had a few unexpected bugs: - SSL/TLS servers may have crashed during client disconnection - lmtp: With lmtp_rcpt_check_quota=yes mail deliveries may have sometimes assert-crashed. - v2.3.2: "make check" may have crashed with 32bit systems mail/dovecot, mail/dovecot22: suppress harmless error message when the symlink in /var/run/dovecot to the config file doesn't exist. PR: 225078 Reported by: pkubaj@anongoth.pl Reviewed by: adamw Approved by: ports-secteam (miwi) Modified: branches/2018Q3/mail/dovecot/Makefile branches/2018Q3/mail/dovecot/distinfo branches/2018Q3/mail/dovecot/files/dovecot.in branches/2018Q3/mail/dovecot22/Makefile branches/2018Q3/mail/dovecot22/files/dovecot.in Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/mail/dovecot/Makefile ============================================================================== --- branches/2018Q3/mail/dovecot/Makefile Mon Aug 20 12:48:29 2018 (r477650) +++ branches/2018Q3/mail/dovecot/Makefile Mon Aug 20 13:26:09 2018 (r477651) @@ -7,7 +7,8 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.2.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/2.3/ Modified: branches/2018Q3/mail/dovecot/distinfo ============================================================================== --- branches/2018Q3/mail/dovecot/distinfo Mon Aug 20 12:48:29 2018 (r477650) +++ branches/2018Q3/mail/dovecot/distinfo Mon Aug 20 13:26:09 2018 (r477651) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530288810 -SHA256 (dovecot-2.3.2.tar.gz) = 6e48f0fa60768427f03035b0a3e93d1ae29b972bb2bd9ca998ccc6a0f6dae393 -SIZE (dovecot-2.3.2.tar.gz) = 6796744 +TIMESTAMP = 1531157067 +SHA256 (dovecot-2.3.2.1.tar.gz) = 4a65118508dc7a562e5f90dd7c3f56219fff22367c496f17d77cd0c7e2724e34 +SIZE (dovecot-2.3.2.1.tar.gz) = 6797491 Modified: branches/2018Q3/mail/dovecot/files/dovecot.in ============================================================================== --- branches/2018Q3/mail/dovecot/files/dovecot.in Mon Aug 20 12:48:29 2018 (r477650) +++ branches/2018Q3/mail/dovecot/files/dovecot.in Mon Aug 20 13:26:09 2018 (r477651) @@ -60,7 +60,7 @@ for config in ${dovecot_config}; do required_files="${config}" command_args="-c ${config}" if [ -s ${config} ]; then - base_dir=$(${command} ${command_args} -a | /usr/bin/awk -F '= ' '/^base_dir =/ { print $2 }') + base_dir=$(${command} ${command_args} -a 2>/dev/null | /usr/bin/awk -F '= ' '/^base_dir =/ { print $2 }') pidfile="${base_dir}/master.pid" else echo "==Error==" Modified: branches/2018Q3/mail/dovecot22/Makefile ============================================================================== --- branches/2018Q3/mail/dovecot22/Makefile Mon Aug 20 12:48:29 2018 (r477650) +++ branches/2018Q3/mail/dovecot22/Makefile Mon Aug 20 13:26:09 2018 (r477651) @@ -13,7 +13,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.36 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/2.2/ PKGNAMESUFFIX= 22 Modified: branches/2018Q3/mail/dovecot22/files/dovecot.in ============================================================================== --- branches/2018Q3/mail/dovecot22/files/dovecot.in Mon Aug 20 12:48:29 2018 (r477650) +++ branches/2018Q3/mail/dovecot22/files/dovecot.in Mon Aug 20 13:26:09 2018 (r477651) @@ -63,7 +63,7 @@ for config in ${dovecot_config}; do required_files="${config}" command_args="-c ${config}" if [ -s ${config} ]; then - base_dir=$(${command} ${command_args} -a | /usr/bin/awk -F '= ' '/^base_dir =/ { print $2 }') + base_dir=$(${command} ${command_args} -a 2>/dev/null | /usr/bin/awk -F '= ' '/^base_dir =/ { print $2 }') pidfile="${base_dir}/master.pid" else echo "==Error==" From owner-svn-ports-branches@freebsd.org Mon Aug 20 20:39:50 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 AA476107C099; Mon, 20 Aug 2018 20:39:50 +0000 (UTC) (envelope-from ultima@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 5CE1880AA2; Mon, 20 Aug 2018 20:39:50 +0000 (UTC) (envelope-from ultima@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 397E01A48A; Mon, 20 Aug 2018 20:39:50 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7KKdoK9011380; Mon, 20 Aug 2018 20:39:50 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7KKdmiW011375; Mon, 20 Aug 2018 20:39:48 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201808202039.w7KKdmiW011375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Mon, 20 Aug 2018 20:39:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477672 - in branches/2018Q3: net-mgmt/seafile-server net-mgmt/seafile-server/files www/seahub www/seahub/files X-SVN-Group: ports-branches X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in branches/2018Q3: net-mgmt/seafile-server net-mgmt/seafile-server/files www/seahub www/seahub/files X-SVN-Commit-Revision: 477672 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.27 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, 20 Aug 2018 20:39:51 -0000 Author: ultima Date: Mon Aug 20 20:39:48 2018 New Revision: 477672 URL: https://svnweb.freebsd.org/changeset/ports/477672 Log: MFH: r477620 Removed fastcgi, this is no longer supported in seafile 6.3+ and previous installs 6.3+ prior to this revision are broken when using the seahub_fastcgi option. Approved by: portmgr (miwi@) Deleted: branches/2018Q3/www/seahub/files/runtime_seahub.conf Modified: branches/2018Q3/net-mgmt/seafile-server/Makefile branches/2018Q3/net-mgmt/seafile-server/files/patch-scripts_setup-seafile-mysql.py branches/2018Q3/net-mgmt/seafile-server/files/patch-scripts_setup-seafile.sh branches/2018Q3/www/seahub/Makefile branches/2018Q3/www/seahub/files/seahub.in branches/2018Q3/www/seahub/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/net-mgmt/seafile-server/Makefile ============================================================================== --- branches/2018Q3/net-mgmt/seafile-server/Makefile Mon Aug 20 20:36:35 2018 (r477671) +++ branches/2018Q3/net-mgmt/seafile-server/Makefile Mon Aug 20 20:39:48 2018 (r477672) @@ -4,6 +4,7 @@ PORTNAME= seafile-server DISTVERSIONPREFIX= v DISTVERSION= ${SEAFILE_VER} DISTVERSIONSUFFIX= -server +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= ultima@FreeBSD.org Modified: branches/2018Q3/net-mgmt/seafile-server/files/patch-scripts_setup-seafile-mysql.py ============================================================================== --- branches/2018Q3/net-mgmt/seafile-server/files/patch-scripts_setup-seafile-mysql.py Mon Aug 20 20:36:35 2018 (r477671) +++ branches/2018Q3/net-mgmt/seafile-server/files/patch-scripts_setup-seafile-mysql.py Mon Aug 20 20:39:48 2018 (r477672) @@ -1,4 +1,4 @@ ---- scripts/setup-seafile-mysql.py.orig 2017-03-18 16:19:38 UTC +--- scripts/setup-seafile-mysql.py.orig 2018-08-19 23:40:51 UTC +++ scripts/setup-seafile-mysql.py @@ -19,6 +19,8 @@ from ConfigParser import ConfigParser @@ -9,7 +9,7 @@ try: import readline # pylint: disable=W0611 -@@ -422,8 +424,6 @@ Please choose a way to initialize seafile databases: +@@ -424,8 +426,6 @@ Please choose a way to initialize seafil if not re.match(r'^[a-zA-Z0-9_\-\.]+$', host): raise InvalidAnswer('%s is not a valid host' % Utils.highlight(host)) @@ -18,7 +18,7 @@ return host def ask_mysql_host(self): -@@ -1167,17 +1167,23 @@ share_name = / +@@ -1209,17 +1209,23 @@ limit_request_line = 8190 class UserManualHandler(object): def __init__(self): @@ -43,7 +43,7 @@ def report_config(): print -@@ -1242,6 +1248,8 @@ def create_seafile_server_symlink(): +@@ -1284,6 +1290,8 @@ def create_seafile_server_symlink(): def set_file_perm(): filemode = 0600 dirmode = 0700 @@ -52,7 +52,7 @@ files = [ seahub_config.seahub_settings_py, ] -@@ -1253,8 +1261,10 @@ def set_file_perm(): +@@ -1295,8 +1303,10 @@ def set_file_perm(): ] for fpath in files: os.chmod(fpath, filemode) @@ -63,7 +63,7 @@ env_mgr = EnvManager() ccnet_config = CcnetConfigurator() -@@ -1445,8 +1455,12 @@ def report_success(): +@@ -1488,8 +1498,11 @@ def report_success(): Your seafile server configuration has been finished successfully. ----------------------------------------------------------------- @@ -72,7 +72,6 @@ +run seafile server: sysrc seafile_enable=YES + service seafile { start | stop | restart } +run seahub server: sysrc seahub_enable=YES -+fastcgi (optional): sysrc seahub_fastcgi=1 + service seahub { start | stop | restart } +run reset-admin: ./reset-admin.sh Modified: branches/2018Q3/net-mgmt/seafile-server/files/patch-scripts_setup-seafile.sh ============================================================================== --- branches/2018Q3/net-mgmt/seafile-server/files/patch-scripts_setup-seafile.sh Mon Aug 20 20:36:35 2018 (r477671) +++ branches/2018Q3/net-mgmt/seafile-server/files/patch-scripts_setup-seafile.sh Mon Aug 20 20:39:48 2018 (r477672) @@ -1,6 +1,6 @@ ---- scripts/setup-seafile.sh.orig 2017-03-13 02:59:56 UTC +--- scripts/setup-seafile.sh.orig 2018-08-19 23:40:51 UTC +++ scripts/setup-seafile.sh -@@ -15,6 +15,8 @@ use_existing_seafile="false" +@@ -17,6 +17,8 @@ use_existing_seafile="false" server_manual_http="https://github.com/haiwen/seafile/wiki" @@ -9,7 +9,7 @@ function welcome () { echo "-----------------------------------------------------------------" echo "This script will guide you to config and setup your seafile server." -@@ -318,10 +320,17 @@ fi +@@ -352,10 +354,17 @@ fi } function copy_user_manuals() { @@ -28,7 +28,7 @@ } function parse_params() { -@@ -673,6 +682,13 @@ chmod 0600 "$dest_settings_py" +@@ -713,6 +722,13 @@ chmod 0600 "$dest_settings_py" chmod 0700 "$default_ccnet_conf_dir" chmod 0700 "$seafile_data_dir" chmod 0700 "$default_conf_dir" @@ -42,7 +42,7 @@ # ------------------------------------------- # copy user manuals to library template -@@ -689,9 +705,18 @@ echo +@@ -729,9 +745,17 @@ echo echo "-----------------------------------------------------------------" echo "Your seafile server configuration has been completed successfully." echo "-----------------------------------------------------------------" @@ -54,7 +54,6 @@ + echo "run seafile server: sysrc seafile_enable=YES" + echo " service seafile { start | stop | restart }" + echo "run seahub server: sysrc seahub_enable=YES" -+ echo "fastcgi (optional): sysrc seahub_fastcgi=1" + echo " service seahub { start | stop | restart }" + echo "run reset-admin: ./reset-admin.sh" +else Modified: branches/2018Q3/www/seahub/Makefile ============================================================================== --- branches/2018Q3/www/seahub/Makefile Mon Aug 20 20:36:35 2018 (r477671) +++ branches/2018Q3/www/seahub/Makefile Mon Aug 20 20:39:48 2018 (r477672) @@ -4,6 +4,7 @@ PORTNAME= seahub DISTVERSIONPREFIX= v DISTVERSION= ${SEAHUB_VER} DISTVERSIONSUFFIX= -pro +PORTREVISION= 1 CATEGORIES= www MAINTAINER= ultima@FreeBSD.org @@ -68,8 +69,6 @@ SUB_FILES= pkg-message do-patch: echo "${WRKSRC}..." - @${MKDIR} ${WRKSRC}/runtime - ${CP} ${FILESDIR}/runtime_seahub.conf ${WRKSRC}/runtime/seahub.conf ${REINPLACE_CMD} -Ee "s|SEAFILE_VERSION = '[0-9]+\.[0-9]+\.[0-9]+'|SEAFILE_VERSION = '${SEAFILE_VER}'|" \ ${WRKSRC}/seahub/settings.py ${REINPLACE_CMD} -e 's|##FIX_WWWDIR##|${PREFIX}/${HAIWENDIR}|' ${WRKSRC}/*.template @@ -89,10 +88,8 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}/runtime/ \ ${STAGEDIR}${PREFIX}/${SEAHUBDIR} ${STAGEDIR}${PREFIX}/${SEAHUB_DATA_DIR} \ ${STAGEDIR}${PREFIX}/${SEAHUB_DATA_DIR}/custom - ${INSTALL} ${WRKSRC}/runtime/seahub.conf \ - ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}/runtime/ (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SEAHUBDIR} \ - "! -name Makefile ! -name runtime ! -name seahub.conf ! -name avatars \ + "! -name Makefile ! -name seahub.conf ! -name avatars \ ! -name default-non-register.jpg ! -name default.png ! -name groups") (cd ${WRKSRC}/media && ${COPYTREE_SHARE} ./avatars \ ${STAGEDIR}${PREFIX}/${SEAHUB_DATA_DIR}) Modified: branches/2018Q3/www/seahub/files/seahub.in ============================================================================== --- branches/2018Q3/www/seahub/files/seahub.in Mon Aug 20 20:36:35 2018 (r477671) +++ branches/2018Q3/www/seahub/files/seahub.in Mon Aug 20 20:39:48 2018 (r477672) @@ -29,8 +29,6 @@ # seafile_logdir (str): Set to "" by default will use the path # %%PREFIX%%/%%HAIWENDIR%%/logs. # Set it to a different path. -# seahub_fastcgi (bool): Set to "NO" by default. -# Set to "YES" to start the fastcgi mode. # seahub_host (int): Default is 127.0.0.1. # seahub_port (int): Default is 8000. @@ -55,16 +53,13 @@ clearsessions_cmd="seahub_clearsessions" : ${seafile_conf:="%%PREFIX%%/%%HAIWENDIR%%/conf"} : ${seafile_datadir:="`cat ${seafile_ccnet}/seafile.ini 2>/dev/null`"} : ${seafile_logdir:="%%PREFIX%%/%%HAIWENDIR%%/logs"} -: ${seahub_fastcgi="NO"} : ${seahub_host:="127.0.0.1"} : ${seahub_port:="8000"} manage_py=${seafile_path}/seahub/manage.py gunicorn_exe=%%PREFIX%%/bin/gunicorn -gunicorn_conf=${seafile_path}/runtime/seahub.conf -pidfile=${seafile_path}/runtime/seahub.pid -errorlog=${seafile_path}/runtime/error.log -accesslog=${seafile_path}/runtime/access.log +gunicorn_conf=${seafile_conf}/gunicorn.conf +pidfile=%%PREFIX%%/%%HAIWENDIR%%/pids/seahub.pid command="%%PREFIX%%/bin/%%PYTHON%%" @@ -126,44 +121,21 @@ seahub_clearsessions() { seahub_start() { if checkyesno seahub_enable; then - if checkyesno seahub_fastcgi; then - echo "Starting seahub service fastcgi mode" - check_required_before; - before_start; + check_required_before; + before_start; + echo "Starting seahub at port ${seahub_port} ..." + su -m "${seafile_user}" -c "$command \"${gunicorn_exe}\" seahub.wsgi:application -c \"${gunicorn_conf}\" -b \"0.0.0.0:${seahub_port}\" --preload --chdir \"$seafile_path/seahub\"" - # Returns 127.0.0.1 if SEAFILE_FASTCGI_HOST is unset or hasn't got any value, - # otherwise returns value of SEAFILE_FASTCGI_HOST environment variable - - echo "Starting seahub (fastcgi) at ${seahub_host}:${seahub_port} ..." - su -m "${seafile_user}" -c "$command \"${manage_py}\" runfcgi host=\"${seahub_host}\" port=\"${seahub_port}\" pidfile=$pidfile \ - outlog=${accesslog} errlog=${errorlog}" - # Ensure seahub is started successfully - sleep 5 - if ! pgrep -f "${manage_py}" 1>/dev/null; then - printf "\033[33mError:Seahub failed to start.\033[m\n" - exit 1; - fi - echo - echo "Seahub is started" - echo - else - check_required_before; - before_start; - echo "Starting seahub at port ${seahub_port} ..." - su -m "${seafile_user}" -c "$command \"${gunicorn_exe}\" seahub.wsgi:application -c \"${gunicorn_conf}\" -b \"0.0.0.0:${seahub_port}\" --preload --chdir \"$seafile_path/seahub\"" - - # Ensure seahub is started successfully - sleep 5 - if ! pgrep -f "seahub.wsgi:application" 2>/dev/null 1>&2; then - printf "\033[33mError:Seahub failed to start.\033[m\n" - echo "Please try to run \"./seahub.sh start\" again" - exit 1; - fi - echo - echo "Seahub is started" - echo + sleep 5 + if ! pgrep -f "seahub.wsgi:application" 2>/dev/null 1>&2; then + printf "\033[33mError:Seahub failed to start.\033[m\n" + echo "Please try to run \"./seahub.sh start\" again" + exit 1; fi + echo + echo "Seahub is started" + echo else return 0 fi Modified: branches/2018Q3/www/seahub/pkg-plist ============================================================================== --- branches/2018Q3/www/seahub/pkg-plist Mon Aug 20 20:36:35 2018 (r477671) +++ branches/2018Q3/www/seahub/pkg-plist Mon Aug 20 20:39:48 2018 (r477672) @@ -2139,7 +2139,6 @@ %%SEAHUBDIR%%/tools/update-seahub-db_0.9.4_to_0.9.5.py @owner %%USERS%% @group %%GROUPS%% -%%SEAFILE_SERVER%%/runtime/seahub.conf %%SEAHUBDIR%%/setenv.sh %%SEAHUBDIR%%/run-seahub.sh %%SEAHUBDIR%%/send_user_notifications.sh From owner-svn-ports-branches@freebsd.org Tue Aug 21 00:20: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 603951081D03; Tue, 21 Aug 2018 00:20:42 +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 15FFC89BDC; Tue, 21 Aug 2018 00:20:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EBD8D1C835; Tue, 21 Aug 2018 00:20:41 +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 w7L0KfVZ025997; Tue, 21 Aug 2018 00:20:41 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7L0KfSi025995; Tue, 21 Aug 2018 00:20:41 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201808210020.w7L0KfSi025995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 21 Aug 2018 00:20:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477693 - branches/2018Q3/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/emulators/rpcs3 X-SVN-Commit-Revision: 477693 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.27 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, 21 Aug 2018 00:20:42 -0000 Author: jbeich Date: Tue Aug 21 00:20:41 2018 New Revision: 477693 URL: https://svnweb.freebsd.org/changeset/ports/477693 Log: MFH: r477688 emulators/rpcs3: update to 0.0.5.764 Changes: https://github.com/RPCS3/rpcs3/compare/23b52e1b1...d1d1b2eff Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q3/emulators/rpcs3/Makefile branches/2018Q3/emulators/rpcs3/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q3/emulators/rpcs3/Makefile Tue Aug 21 00:13:58 2018 (r477692) +++ branches/2018Q3/emulators/rpcs3/Makefile Tue Aug 21 00:20:41 2018 (r477693) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-735 -DISTVERSIONSUFFIX= -g23b52e1b1 +DISTVERSION= 0.0.5-764 +DISTVERSIONSUFFIX= -gd1d1b2eff CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: branches/2018Q3/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q3/emulators/rpcs3/distinfo Tue Aug 21 00:13:58 2018 (r477692) +++ branches/2018Q3/emulators/rpcs3/distinfo Tue Aug 21 00:20:41 2018 (r477693) @@ -1,6 +1,6 @@ -TIMESTAMP = 1534423116 -SHA256 (RPCS3-rpcs3-v0.0.5-735-g23b52e1b1_GH0.tar.gz) = e392c3d4475067295680f7d89616dd6d3122ef6a63ee53077eb2d8552b97d080 -SIZE (RPCS3-rpcs3-v0.0.5-735-g23b52e1b1_GH0.tar.gz) = 4971989 +TIMESTAMP = 1534789181 +SHA256 (RPCS3-rpcs3-v0.0.5-764-gd1d1b2eff_GH0.tar.gz) = a5f41e3d34ee34160fe2373e900ecfc8dc91e65807de09749c0fc3df1726fc34 +SIZE (RPCS3-rpcs3-v0.0.5-764-gd1d1b2eff_GH0.tar.gz) = 4975477 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-llvm-be9f7bfe2068_GH0.tar.gz) = 6fc805799e0853505ce786882e5856d018130fcca37206e7ef5fcef6b72937d3 From owner-svn-ports-branches@freebsd.org Tue Aug 21 00:21: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 3FA4F1081E7D; Tue, 21 Aug 2018 00:21:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E96B289E83; Tue, 21 Aug 2018 00:21: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 CB0B61C97C; Tue, 21 Aug 2018 00:21: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 w7L0LrxL029290; Tue, 21 Aug 2018 00:21:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7L0LrnA029289; Tue, 21 Aug 2018 00:21:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201808210021.w7L0LrnA029289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 21 Aug 2018 00:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477694 - branches/2018Q3/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/emulators/citra X-SVN-Commit-Revision: 477694 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.27 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, 21 Aug 2018 00:21:54 -0000 Author: jbeich Date: Tue Aug 21 00:21:53 2018 New Revision: 477694 URL: https://svnweb.freebsd.org/changeset/ports/477694 Log: MFH: r477689 emulators/citra: update to s20180820 Changes: https://github.com/citra-emu/citra/compare/96c025e4c...7279335fc Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q3/emulators/citra/Makefile branches/2018Q3/emulators/citra/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/emulators/citra/Makefile ============================================================================== --- branches/2018Q3/emulators/citra/Makefile Tue Aug 21 00:20:41 2018 (r477693) +++ branches/2018Q3/emulators/citra/Makefile Tue Aug 21 00:21:53 2018 (r477694) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20180816 +PORTVERSION= s20180820 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= 96c025e4c +GH_TAGNAME= 7279335fc GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-2-g4b350a3:dynarmic/externals/dynarmic \ Modified: branches/2018Q3/emulators/citra/distinfo ============================================================================== --- branches/2018Q3/emulators/citra/distinfo Tue Aug 21 00:20:41 2018 (r477693) +++ branches/2018Q3/emulators/citra/distinfo Tue Aug 21 00:21:53 2018 (r477694) @@ -1,6 +1,6 @@ -TIMESTAMP = 1534415986 -SHA256 (citra-emu-citra-s20180816-96c025e4c_GH0.tar.gz) = 8ce2abfd7fd6de468884492d6ddee1d8e4c5207f99a4c4ce2d66e799948ae31d -SIZE (citra-emu-citra-s20180816-96c025e4c_GH0.tar.gz) = 4092772 +TIMESTAMP = 1534784393 +SHA256 (citra-emu-citra-s20180820-7279335fc_GH0.tar.gz) = 52091d3d03bfadc1a105289a518c83afc1e4a6fae7a44988af619dc5018cd7db +SIZE (citra-emu-citra-s20180820-7279335fc_GH0.tar.gz) = 4092186 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 Aug 21 00:52:45 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 C73B11082BCD; Tue, 21 Aug 2018 00:52:45 +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 719F98B0A1; Tue, 21 Aug 2018 00:52:45 +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 4FEC51CE97; Tue, 21 Aug 2018 00:52:45 +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 w7L0qjVS046654; Tue, 21 Aug 2018 00:52:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7L0qi6B046652; Tue, 21 Aug 2018 00:52:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201808210052.w7L0qi6B046652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 21 Aug 2018 00:52:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477697 - branches/2018Q3/graphics/graphite2 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/graphics/graphite2 X-SVN-Commit-Revision: 477697 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.27 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, 21 Aug 2018 00:52:46 -0000 Author: jbeich Date: Tue Aug 21 00:52:44 2018 New Revision: 477697 URL: https://svnweb.freebsd.org/changeset/ports/477697 Log: MFH: r477696 graphics/graphite2: update to 1.3.12 Changes: https://sourceforge.net/p/silgraphite/mailman/message/36392530/ Changes: https://github.com/silnrsi/graphite/compare/1.3.11...1.3.12 ABI: https://abi-laboratory.pro/tracker/timeline/graphite/ Security: CVE-2018-7999 Approved by: ports-secteam blanket (required by Firefox 63) Modified: branches/2018Q3/graphics/graphite2/Makefile branches/2018Q3/graphics/graphite2/distinfo branches/2018Q3/graphics/graphite2/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/graphics/graphite2/Makefile ============================================================================== --- branches/2018Q3/graphics/graphite2/Makefile Tue Aug 21 00:43:37 2018 (r477696) +++ branches/2018Q3/graphics/graphite2/Makefile Tue Aug 21 00:52:44 2018 (r477697) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= graphite2 -PORTVERSION= 1.3.11 +PORTVERSION= 1.3.12 CATEGORIES= graphics print MAINTAINER= office@FreeBSD.org @@ -11,7 +11,7 @@ LICENSE= GPLv2 LGPL21 MPL20 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE -USES= cmake +USES= cmake compiler:c++11-lib USE_LDCONFIG= yes USE_GITHUB= yes Modified: branches/2018Q3/graphics/graphite2/distinfo ============================================================================== --- branches/2018Q3/graphics/graphite2/distinfo Tue Aug 21 00:43:37 2018 (r477696) +++ branches/2018Q3/graphics/graphite2/distinfo Tue Aug 21 00:52:44 2018 (r477697) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520348789 -SHA256 (silnrsi-graphite-1.3.11_GH0.tar.gz) = 945c01d3647b355d68e5541773fc99a7f29ede6a264bcbd735156a7c493459ff -SIZE (silnrsi-graphite-1.3.11_GH0.tar.gz) = 4236768 +TIMESTAMP = 1534311489 +SHA256 (silnrsi-graphite-1.3.12_GH0.tar.gz) = 2b90cff3e64a37dd4f6fa4ac46c7634f8707601a8b4478f8501c74d3be774366 +SIZE (silnrsi-graphite-1.3.12_GH0.tar.gz) = 6667278 Modified: branches/2018Q3/graphics/graphite2/pkg-plist ============================================================================== --- branches/2018Q3/graphics/graphite2/pkg-plist Tue Aug 21 00:43:37 2018 (r477696) +++ branches/2018Q3/graphics/graphite2/pkg-plist Tue Aug 21 00:52:44 2018 (r477697) @@ -5,7 +5,7 @@ include/graphite2/Segment.h include/graphite2/Types.h lib/libgraphite2.so lib/libgraphite2.so.3 -lib/libgraphite2.so.3.0.1 +lib/libgraphite2.so.3.2.1 libdata/pkgconfig/graphite2.pc %%DATADIR%%/graphite2-%%CMAKE_BUILD_TYPE%%.cmake %%DATADIR%%/graphite2.cmake From owner-svn-ports-branches@freebsd.org Tue Aug 21 07:16:17 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 50BA9108BCD0; Tue, 21 Aug 2018 07:16:17 +0000 (UTC) (envelope-from koobs@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 051F376C26; Tue, 21 Aug 2018 07:16:17 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA1BB20CB4; Tue, 21 Aug 2018 07:16:16 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7L7GGXE043042; Tue, 21 Aug 2018 07:16:16 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7L7GE7r043032; Tue, 21 Aug 2018 07:16:14 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201808210716.w7L7GE7r043032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 21 Aug 2018 07:16:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477707 - in branches/2018Q3/x11-wm/blackbox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in branches/2018Q3/x11-wm/blackbox: . files X-SVN-Commit-Revision: 477707 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.27 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, 21 Aug 2018 07:16:17 -0000 Author: koobs Date: Tue Aug 21 07:16:14 2018 New Revision: 477707 URL: https://svnweb.freebsd.org/changeset/ports/477707 Log: MFH: r476722 x11-wm/blackbox: Fix build with Clang 6, Fix TOOLS_ONLY option Clang 6 (on 12-CURRENT) reports the following error during build: EWMH.cc:250:7: error: non-constant-expression cannot be narrowed from type 'long' to 'unsigned long' in initializer list [-Wc++11-narrowing] { static_cast(x), static_cast(y) }; ^~~~~~~~~~~~~~~~~~~~ There was also a bug introduced 4 years ago which removed the MAN1 variable a later INSTALL_MAN macro relied on [1]. This caused a build/install failure when the TOOLS_ONLY option was enabled. This change fixes those two issues. While I'm here level up port compliance: - Add LICENSE_FILE - Convert to OPTIONS helpers - Regenerate patches [1] http://svnweb.freebsd.org/changeset/ports/346174 [2] https://lists.freebsd.org/pipermail/freebsd-ports/2018-August/114039.html PR: 226708 Submitted by: (Clang 6 fix) Approved by: Andrew J. Caines (technically) Approved by: portmgr (implicit, build fixes, framework compliance) Reported by: Erich Dollansky [2] Approved by: miwi (ports-secteam) Added: branches/2018Q3/x11-wm/blackbox/files/patch-lib_EWMH.cc - copied unchanged from r476722, head/x11-wm/blackbox/files/patch-lib_EWMH.cc Modified: branches/2018Q3/x11-wm/blackbox/Makefile branches/2018Q3/x11-wm/blackbox/files/patch-lib_Display.cc branches/2018Q3/x11-wm/blackbox/files/patch-lib_Menu.cc branches/2018Q3/x11-wm/blackbox/files/patch-lib_Texture.cc branches/2018Q3/x11-wm/blackbox/files/patch-src_Screen.cc branches/2018Q3/x11-wm/blackbox/files/patch-src_Slit.cc branches/2018Q3/x11-wm/blackbox/files/patch-src_Window.cc branches/2018Q3/x11-wm/blackbox/files/patch-src_blackbox.cc branches/2018Q3/x11-wm/blackbox/files/patch-src_main.cc branches/2018Q3/x11-wm/blackbox/files/patch-util_bsetroot.cc Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/x11-wm/blackbox/Makefile ============================================================================== --- branches/2018Q3/x11-wm/blackbox/Makefile Tue Aug 21 05:50:51 2018 (r477706) +++ branches/2018Q3/x11-wm/blackbox/Makefile Tue Aug 21 07:16:14 2018 (r477707) @@ -3,7 +3,7 @@ PORTNAME= blackbox PORTVERSION= 0.70.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}wm/${PORTNAME}wm/Blackbox%20${PORTVERSION} @@ -11,43 +11,44 @@ MAINTAINER= A.J.Caines@halplant.com COMMENT= Small and fast window manager for X11R6 LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -GNU_CONFIGURE= yes USES= pathfix pkgconfig iconv USE_XORG= x11 xft + +GNU_CONFIGURE= yes LDFLAGS+= ${ICONV_LIB} PORTDOCS= README.bbtools README.bsetbg +MANPAGES= bsetbg.1 bsetroot.1 -OPTIONS_DEFINE= TOOLS_ONLY +OPTIONS_DEFINE= TOOLS_ONLY + TOOLS_ONLY_DESC= Do not install window manager, only tools +TOOLS_ONLY_INSTALL_TARGET= -C util install # XXX dirty hack :( +TOOLS_ONLY_MAKE_ARGS= SUBDIRS="doc lib util" bin_PROGRAMS=bsetroot +TOOLS_ONLY_VARS= PKGNAMESUFFIX=-tools \ + COMMENT+="(tools only)" +TOOLS_ONLY_VARS_OFF= PORTDOCS+="AUTHORS COMPLIANCE ChangeLog README RELNOTES TODO" + .include .if ${ARCH} == armv6 || ${ARCH} == armv7 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_Toolbar.cc .endif -.if ${PORT_OPTIONS:MTOOLS_ONLY} -PKGNAMESUFFIX= -tools -COMMENT+= (tools only) -MAKE_ARGS= SUBDIRS="doc lib util" bin_PROGRAMS=bsetroot -INSTALL_TARGET= -C util install # XXX dirty hack :( -.else -PORTDOCS+= AUTHORS COMPLIANCE ChangeLog README RELNOTES TODO -.endif - post-patch: # Fix the build with libX11 > 1.40 @${REINPLACE_CMD} -e 's/_XUTIL_H_/_X11&/' ${WRKSRC}/lib/Util.hh post-install: -.if ${PORT_OPTIONS:MTOOLS_ONLY} - @${REINPLACE_CMD} -E '/[^s]\/blackbox|bstyleconvert|lib|include/d' \ - ${TMPPLIST} - ${INSTALL_MAN} ${MAN1:S#^#${WRKSRC}/doc/#} ${STAGEDIR}${MANPREFIX}/man/man1 -.endif @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S#^#${WRKSRC}/#} ${STAGEDIR}${DOCSDIR} + +post-install-TOOLS_ONLY-on: + @${REINPLACE_CMD} -E '/[^s]\/blackbox|bstyleconvert|lib|include/d' \ + ${TMPPLIST} + ${INSTALL_MAN} ${MANPAGES:S#^#${WRKSRC}/doc/#} ${STAGEDIR}${MANPREFIX}/man/man1 .include Modified: branches/2018Q3/x11-wm/blackbox/files/patch-lib_Display.cc ============================================================================== --- branches/2018Q3/x11-wm/blackbox/files/patch-lib_Display.cc Tue Aug 21 05:50:51 2018 (r477706) +++ branches/2018Q3/x11-wm/blackbox/files/patch-lib_Display.cc Tue Aug 21 07:16:14 2018 (r477707) @@ -1,5 +1,5 @@ ---- lib/Display.cc.orig 2005-01-03 10:42:38.000000000 +0100 -+++ lib/Display.cc 2013-08-31 15:42:48.395906537 +0200 +--- lib/Display.cc.orig 2005-01-03 09:42:38 UTC ++++ lib/Display.cc @@ -25,6 +25,7 @@ #include "Display.hh" @@ -16,7 +16,7 @@ namespace bt { void createBitmapLoader(const Display &display); -@@ -68,7 +68,7 @@ +@@ -68,7 +68,7 @@ bt::Display::Display(const char *dpy_name, bool multi_ if (!(xdisplay = XOpenDisplay(dpy_name))) { fprintf(stderr, "bt::Display: failed to open display '%s'\n", dpy_name ? dpy_name : ""); @@ -25,7 +25,7 @@ } #ifdef DEBUG -@@ -77,7 +77,7 @@ +@@ -77,7 +77,7 @@ bt::Display::Display(const char *dpy_name, bool multi_ if (fcntl(XConnectionNumber(xdisplay), F_SETFD, 1) == -1) { fprintf(stderr, "bt::Display: failed to mark connection close-on-exec\n"); Copied: branches/2018Q3/x11-wm/blackbox/files/patch-lib_EWMH.cc (from r476722, head/x11-wm/blackbox/files/patch-lib_EWMH.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/x11-wm/blackbox/files/patch-lib_EWMH.cc Tue Aug 21 07:16:14 2018 (r477707, copy of r476722, head/x11-wm/blackbox/files/patch-lib_EWMH.cc) @@ -0,0 +1,15 @@ +# Fix error: non-constant-expression cannot be narrowed from type 'long' to +# 'unsigned long' in initializer list [-Wc++11-narrowing] +# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226708 + +--- lib/EWMH.cc.orig 2018-08-09 04:45:57 UTC ++++ lib/EWMH.cc +@@ -247,7 +247,7 @@ bool bt::EWMH::readDesktopGeometry(Window target, + + void bt::EWMH::setDesktopViewport(Window target, int x, int y) const { + const unsigned long viewport[] = +- { static_cast(x), static_cast(y) }; ++ { static_cast(x), static_cast(y) }; + setProperty(target, XA_CARDINAL, net_desktop_viewport, + reinterpret_cast(viewport), 2); + } Modified: branches/2018Q3/x11-wm/blackbox/files/patch-lib_Menu.cc ============================================================================== --- branches/2018Q3/x11-wm/blackbox/files/patch-lib_Menu.cc Tue Aug 21 05:50:51 2018 (r477706) +++ branches/2018Q3/x11-wm/blackbox/files/patch-lib_Menu.cc Tue Aug 21 07:16:14 2018 (r477707) @@ -1,5 +1,5 @@ ---- lib/Menu.cc.orig 2013-08-31 15:45:50.982895002 +0200 -+++ lib/Menu.cc 2013-08-31 15:53:36.911861215 +0200 +--- lib/Menu.cc.orig 2005-01-27 17:08:22 UTC ++++ lib/Menu.cc @@ -30,6 +30,8 @@ #include "PixmapCache.hh" #include "Resource.hh" @@ -9,7 +9,7 @@ #include #include -@@ -135,11 +137,11 @@ +@@ -135,11 +137,11 @@ void bt::MenuStyle::load(const Resource &resource) { str = resource.read("menu.title.marginWidth", "Menu.Title.MarginWidth", "1"); title_margin = @@ -23,7 +23,7 @@ } -@@ -363,7 +365,7 @@ +@@ -363,7 +365,7 @@ unsigned int bt::Menu::insertItem(const MenuItem &item } else { index = std::min(static_cast(index), _items.size()); it = _items.begin(); @@ -32,7 +32,7 @@ } it = _items.insert(it, item); -@@ -514,7 +516,7 @@ +@@ -514,7 +516,7 @@ void bt::Menu::removeItem(unsigned int id) { void bt::Menu::removeIndex(unsigned int index) { ItemList::iterator it = _items.begin(); @@ -41,7 +41,7 @@ if (it == _items.end()) return; // item not found removeItemByIterator(it); -@@ -1035,7 +1037,7 @@ +@@ -1035,7 +1037,7 @@ void bt::Menu::keyPressEvent(const XKeyEvent * const e const ItemList::const_iterator &end = _items.end(); ItemList::const_iterator anchor = _items.begin(); if (_active_index != ~0u) { @@ -50,7 +50,7 @@ // go one paste the current active index if (anchor != end && !anchor->separator) -@@ -1055,8 +1057,7 @@ +@@ -1055,8 +1057,7 @@ void bt::Menu::keyPressEvent(const XKeyEvent * const e ItemList::const_reverse_iterator anchor = _items.rbegin(); const ItemList::const_reverse_iterator &end = _items.rend(); if (_active_index != ~0u) { @@ -60,7 +60,7 @@ // go one item past the current active index if (anchor != end && !anchor->separator) -@@ -1174,7 +1175,7 @@ +@@ -1174,7 +1175,7 @@ unsigned int bt::Menu::verifyId(unsigned int id) { } fprintf(stderr, "Error: bt::Menu::verifyId: id %u already used\n", id); Modified: branches/2018Q3/x11-wm/blackbox/files/patch-lib_Texture.cc ============================================================================== --- branches/2018Q3/x11-wm/blackbox/files/patch-lib_Texture.cc Tue Aug 21 05:50:51 2018 (r477706) +++ branches/2018Q3/x11-wm/blackbox/files/patch-lib_Texture.cc Tue Aug 21 07:16:14 2018 (r477707) @@ -1,5 +1,5 @@ ---- lib/Texture.cc.orig 2013-08-31 15:55:19.995853042 +0200 -+++ lib/Texture.cc 2013-08-31 15:55:47.288909835 +0200 +--- lib/Texture.cc.orig 2005-03-15 07:01:36 UTC ++++ lib/Texture.cc @@ -28,6 +28,7 @@ #include "Resource.hh" @@ -8,7 +8,7 @@ #include #include -@@ -184,7 +185,7 @@ +@@ -184,7 +185,7 @@ bt::Texture bt::textureResource(const Display &display const std::string bstr = resource.read(name + ".borderWidth", className + ".BorderWidth", "1"); Modified: branches/2018Q3/x11-wm/blackbox/files/patch-src_Screen.cc ============================================================================== --- branches/2018Q3/x11-wm/blackbox/files/patch-src_Screen.cc Tue Aug 21 05:50:51 2018 (r477706) +++ branches/2018Q3/x11-wm/blackbox/files/patch-src_Screen.cc Tue Aug 21 07:16:14 2018 (r477707) @@ -1,6 +1,6 @@ ---- src/Screen.cc.orig 2008-11-17 11:30:06.000000000 -0800 -+++ src/Screen.cc 2008-11-17 11:31:37.000000000 -0800 -@@ -1870,11 +1870,12 @@ +--- src/Screen.cc.orig 2005-10-18 08:07:22 UTC ++++ src/Screen.cc +@@ -1870,11 +1870,12 @@ void BScreen::clientMessageEvent(const XClientMessageE if (event->message_type == _blackbox->ewmh().numberOfDesktops()) { unsigned int number = event->data.l[0]; Modified: branches/2018Q3/x11-wm/blackbox/files/patch-src_Slit.cc ============================================================================== --- branches/2018Q3/x11-wm/blackbox/files/patch-src_Slit.cc Tue Aug 21 05:50:51 2018 (r477706) +++ branches/2018Q3/x11-wm/blackbox/files/patch-src_Slit.cc Tue Aug 21 07:16:14 2018 (r477707) @@ -1,6 +1,6 @@ ---- src/Slit.cc.orig 2005-01-04 20:58:33.000000000 +0800 -+++ src/Slit.cc 2011-06-21 13:31:00.000000000 +0800 -@@ -248,6 +248,13 @@ +--- src/Slit.cc.orig 2005-01-04 12:58:33 UTC ++++ src/Slit.cc +@@ -248,6 +248,13 @@ void Slit::reconfigure(void) { bt::PixmapCache::find(screen->screenNumber(), texture, frame.rect.width(), frame.rect.height(), frame.pixmap); Modified: branches/2018Q3/x11-wm/blackbox/files/patch-src_Window.cc ============================================================================== --- branches/2018Q3/x11-wm/blackbox/files/patch-src_Window.cc Tue Aug 21 05:50:51 2018 (r477706) +++ branches/2018Q3/x11-wm/blackbox/files/patch-src_Window.cc Tue Aug 21 07:16:14 2018 (r477707) @@ -1,5 +1,5 @@ ---- src/Window.cc.orig 2013-08-31 15:58:41.720845042 +0200 -+++ src/Window.cc 2013-08-31 16:00:13.671837757 +0200 +--- src/Window.cc.orig 2005-10-18 08:01:41 UTC ++++ src/Window.cc @@ -33,6 +33,8 @@ #include "Workspace.hh" #include "blackbox.hh" @@ -9,7 +9,7 @@ #include #include #include -@@ -3699,14 +3701,14 @@ +@@ -3699,14 +3701,14 @@ void collisionAdjust(int *dx, int *dy, int x, int y, wtop = y, wbottom = y + height - 1, // left, right, top + bottom are for rect, douterleft = left border of rect @@ -32,7 +32,7 @@ if ((wtop <= rect.bottom() && wbottom >= rect.top()) || doutertop <= snap_distance -@@ -3749,8 +3751,8 @@ +@@ -3749,8 +3751,8 @@ void collisionAdjust(int *dx, int *dy, int x, int y, const int cwy = y + height / 2; const int crx = rect.x() + rect.width() / 2; const int cry = rect.y() + rect.height() / 2; @@ -43,7 +43,7 @@ if (cdx <= snap_distance) // snap to horizontal center *dx = x - (rect.x() + ((rect.width() - width) / 2)); -@@ -3773,13 +3775,13 @@ +@@ -3773,13 +3775,13 @@ void BlackboxWindow::snapAdjust(int *x, int *y) { if (edge_distance) { collisionAdjust(&dx, &dy, *x, *y, frame.rect.width(), frame.rect.height(), _screen->availableArea(), edge_distance, true); @@ -61,7 +61,7 @@ } } if (win_distance) { -@@ -3791,8 +3793,8 @@ +@@ -3791,8 +3793,8 @@ void BlackboxWindow::snapAdjust(int *x, int *y) { win->workspace() == _screen->currentWorkspace()) { collisionAdjust(&dx, &dy, *x, *y, frame.rect.width(), frame.rect.height(), win->frame.rect, win_distance); Modified: branches/2018Q3/x11-wm/blackbox/files/patch-src_blackbox.cc ============================================================================== --- branches/2018Q3/x11-wm/blackbox/files/patch-src_blackbox.cc Tue Aug 21 05:50:51 2018 (r477706) +++ branches/2018Q3/x11-wm/blackbox/files/patch-src_blackbox.cc Tue Aug 21 07:16:14 2018 (r477707) @@ -1,5 +1,5 @@ ---- src/blackbox.cc.orig 2013-08-31 16:03:04.354825567 +0200 -+++ src/blackbox.cc 2013-08-31 16:12:46.759944855 +0200 +--- src/blackbox.cc.orig 2005-10-18 11:33:25 UTC ++++ src/blackbox.cc @@ -27,6 +27,8 @@ #include "Slit.hh" #include "Window.hh" @@ -17,7 +17,7 @@ #include // #define FOCUS_DEBUG -@@ -422,7 +425,7 @@ +@@ -422,7 +425,7 @@ Blackbox::Blackbox(char **m_argv, const char *dpy_name if (managed == 0) { fprintf(stderr, "%s: no managable screens found, exiting...\n", applicationName().c_str()); Modified: branches/2018Q3/x11-wm/blackbox/files/patch-src_main.cc ============================================================================== --- branches/2018Q3/x11-wm/blackbox/files/patch-src_main.cc Tue Aug 21 05:50:51 2018 (r477706) +++ branches/2018Q3/x11-wm/blackbox/files/patch-src_main.cc Tue Aug 21 07:16:14 2018 (r477707) @@ -1,5 +1,5 @@ ---- src/main.cc.orig 2013-08-31 16:15:04.709773262 +0200 -+++ src/main.cc 2013-08-31 16:15:45.604774045 +0200 +--- src/main.cc.orig 2005-01-03 09:42:57 UTC ++++ src/main.cc @@ -24,6 +24,8 @@ // #define PRINT_SIZES @@ -9,7 +9,7 @@ #if defined(PRINT_SIZES) # include "Screen.hh" # include "Slit.hh" -@@ -69,7 +71,7 @@ +@@ -69,7 +71,7 @@ static void showHelp(int exitval) { #endif // SHAPE ); @@ -18,7 +18,7 @@ } int main(int argc, char **argv) { -@@ -87,13 +89,13 @@ +@@ -87,13 +89,13 @@ int main(int argc, char **argv) { "Copyright (c) 1997 - 2000, 2002 - 2005 Bradley T Hughes\n", __blackbox_version); @@ -34,7 +34,7 @@ } rc_file = argv[i]; -@@ -103,7 +105,7 @@ +@@ -103,7 +105,7 @@ int main(int argc, char **argv) { if ((++i) >= argc) { fprintf(stderr, "error: '-display' requires an argument\n"); Modified: branches/2018Q3/x11-wm/blackbox/files/patch-util_bsetroot.cc ============================================================================== --- branches/2018Q3/x11-wm/blackbox/files/patch-util_bsetroot.cc Tue Aug 21 05:50:51 2018 (r477706) +++ branches/2018Q3/x11-wm/blackbox/files/patch-util_bsetroot.cc Tue Aug 21 07:16:14 2018 (r477707) @@ -1,5 +1,5 @@ ---- util/bsetroot.cc.orig 2013-08-31 16:18:50.697762748 +0200 -+++ util/bsetroot.cc 2013-08-31 16:19:53.695753444 +0200 +--- util/bsetroot.cc.orig 2005-03-15 07:01:37 UTC ++++ util/bsetroot.cc @@ -28,6 +28,7 @@ #include @@ -8,7 +8,7 @@ #include #include -@@ -68,11 +69,11 @@ +@@ -68,11 +69,11 @@ bsetroot::bsetroot(int argc, char **argv, char *dpy_na } else if (! strcmp("-mod", argv[i])) { if ((++i) >= argc) usage(); @@ -22,7 +22,7 @@ if (mod_x < 1) mod_x = 1; if (mod_y < 1) mod_y = 1; -@@ -336,7 +337,7 @@ +@@ -336,7 +337,7 @@ void bsetroot::usage(int exit_code) { " -to gradient end color\n\n" " -solid solid color\n\n" " -help print this help text and exit\n"); @@ -31,7 +31,7 @@ } int main(int argc, char **argv) { -@@ -350,7 +351,7 @@ +@@ -350,7 +351,7 @@ int main(int argc, char **argv) { if ((++i) >= argc) { fprintf(stderr, "error: '-display' requires an argument\n"); From owner-svn-ports-branches@freebsd.org Tue Aug 21 07:18: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 98C53108BD15; Tue, 21 Aug 2018 07:18:30 +0000 (UTC) (envelope-from koobs@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 453F176D24; Tue, 21 Aug 2018 07:18:30 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 200F320CB6; Tue, 21 Aug 2018 07:18:30 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7L7ITFZ043327; Tue, 21 Aug 2018 07:18:29 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7L7ISt2043322; Tue, 21 Aug 2018 07:18:28 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201808210718.w7L7ISt2043322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 21 Aug 2018 07:18:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477708 - in branches/2018Q3/sysutils/dvd+rw-tools: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in branches/2018Q3/sysutils/dvd+rw-tools: . files X-SVN-Commit-Revision: 477708 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.27 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, 21 Aug 2018 07:18:30 -0000 Author: koobs Date: Tue Aug 21 07:18:28 2018 New Revision: 477708 URL: https://svnweb.freebsd.org/changeset/ports/477708 Log: MFH: r476826 sysutils/dvd+rw-tools: Fix issue appending more than 25gb on BD-R DL discs While burning ISO Multisession BD-R 50G growisofs reports no space left while 24G+ are available. Backport a fix from Debian [1] to address the issue. While I'm here, document description and origins of both patches [1][2] that apply to same source file, for our future selves, and to avoid confusion as both chunks reference the same variable. [1] https://bugs.debian.org/615978 [2] https://bugs.debian.org/713016 PR: 230493 Submitted by: Masachika ISHIZUKA Approved by: portmgr (implicit, unmaintained port) Obtained from: Debian [1] Approved by: miwi (ports-secteam) Modified: branches/2018Q3/sysutils/dvd+rw-tools/Makefile branches/2018Q3/sysutils/dvd+rw-tools/files/patch-Makefile.m4 branches/2018Q3/sysutils/dvd+rw-tools/files/patch-growisofs__mmc.cpp branches/2018Q3/sysutils/dvd+rw-tools/files/patch-mp.h branches/2018Q3/sysutils/dvd+rw-tools/files/patch-transport.hxx Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/sysutils/dvd+rw-tools/Makefile ============================================================================== --- branches/2018Q3/sysutils/dvd+rw-tools/Makefile Tue Aug 21 07:16:14 2018 (r477707) +++ branches/2018Q3/sysutils/dvd+rw-tools/Makefile Tue Aug 21 07:18:28 2018 (r477708) @@ -3,7 +3,7 @@ PORTNAME= dvd+rw-tools PORTVERSION= 7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.pkix.net/mirror/fy.chalmers.se/ \ http://fy.chalmers.se/~appro/linux/DVD+RW/tools/ Modified: branches/2018Q3/sysutils/dvd+rw-tools/files/patch-Makefile.m4 ============================================================================== --- branches/2018Q3/sysutils/dvd+rw-tools/files/patch-Makefile.m4 Tue Aug 21 07:16:14 2018 (r477707) +++ branches/2018Q3/sysutils/dvd+rw-tools/files/patch-Makefile.m4 Tue Aug 21 07:18:28 2018 (r477708) @@ -1,6 +1,6 @@ --- Makefile.m4.orig 2008-03-02 17:17:09 UTC +++ Makefile.m4 -@@ -13,6 +13,7 @@ ifelse(substr(OS,0,7),[CYGWIN_],[define( +@@ -13,6 +13,7 @@ ifelse(substr(OS,0,7),[CYGWIN_],[define([OS],[MINGW32] ifelse(substr(OS,0,7),[MINGW32],[define([OS],[MINGW32])]) ifelse(OS,NetBSD,[define([OS],[BSD])CXXFLAGS+=-D__unix]) ifelse(OS,OpenBSD,[define([OS],[BSD])]) Modified: branches/2018Q3/sysutils/dvd+rw-tools/files/patch-growisofs__mmc.cpp ============================================================================== --- branches/2018Q3/sysutils/dvd+rw-tools/files/patch-growisofs__mmc.cpp Tue Aug 21 07:16:14 2018 (r477707) +++ branches/2018Q3/sysutils/dvd+rw-tools/files/patch-growisofs__mmc.cpp Tue Aug 21 07:18:28 2018 (r477708) @@ -1,11 +1,26 @@ +# Cannot append data to BD-R DL used more than 25gb +# https://bugs.freebsd.org/230493 via http://bugs.debian.org/615978 +# +# growisofs error: close session failed when burning 25gb blu-ray disc +# https://bugs.freebsd.org/198991 via http://bugs.debian.org/713016 + --- growisofs_mmc.cpp.orig 2008-03-04 17:47:49 UTC +++ growisofs_mmc.cpp -@@ -756,6 +756,8 @@ static void bd_r_format (Scsi_Command &c +@@ -410,7 +410,7 @@ static unsigned int get_2k_capacity (Scsi_Command &cmd + } - wait_for_unit (cmd); + nwa = 0; +- if (buf[7]&1 && !bdr_plus_pow) // NWA_V ++ if (buf[7]&1) // NWA_V + { nwa = buf[12]<<24; + nwa |= buf[13]<<16; + nwa |= buf[14]<<8; +@@ -755,6 +755,8 @@ static void bd_r_format (Scsi_Command &cmd) + exit (FATAL_START(errno)); -+ bdr_plus_pow = 1; + wait_for_unit (cmd); + ++ bdr_plus_pow = 1; + cmd[0] = 0x35; // FLUSH CACHE cmd[9] = 0; - cmd.transport(); Modified: branches/2018Q3/sysutils/dvd+rw-tools/files/patch-mp.h ============================================================================== --- branches/2018Q3/sysutils/dvd+rw-tools/files/patch-mp.h Tue Aug 21 07:16:14 2018 (r477707) +++ branches/2018Q3/sysutils/dvd+rw-tools/files/patch-mp.h Tue Aug 21 07:18:28 2018 (r477708) @@ -1,6 +1,6 @@ --- mp.h.orig 2008-02-24 17:56:07 UTC +++ mp.h -@@ -46,7 +46,9 @@ static void *__thread_create(int (*func) +@@ -46,7 +46,9 @@ static void *__thread_create(int (*func)(void *),void if (pthread_attr_init(&attr)==0 && pthread_attr_setstacksize(&attr,stack_sz)==0 && Modified: branches/2018Q3/sysutils/dvd+rw-tools/files/patch-transport.hxx ============================================================================== --- branches/2018Q3/sysutils/dvd+rw-tools/files/patch-transport.hxx Tue Aug 21 07:16:14 2018 (r477707) +++ branches/2018Q3/sysutils/dvd+rw-tools/files/patch-transport.hxx Tue Aug 21 07:18:28 2018 (r477708) @@ -1,6 +1,6 @@ --- transport.hxx.orig 2008-03-01 10:34:43 UTC +++ transport.hxx -@@ -483,7 +483,7 @@ public: +@@ -483,7 +483,7 @@ class Scsi_Command { (public) { return 1; } }; From owner-svn-ports-branches@freebsd.org Tue Aug 21 11:45:36 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 E3F4E106E76C; Tue, 21 Aug 2018 11:45:35 +0000 (UTC) (envelope-from cy@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 9875C7FB46; Tue, 21 Aug 2018 11:45:35 +0000 (UTC) (envelope-from cy@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 7984B2389D; Tue, 21 Aug 2018 11:45:35 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7LBjZ8P080400; Tue, 21 Aug 2018 11:45:35 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7LBjZUp080398; Tue, 21 Aug 2018 11:45:35 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201808211145.w7LBjZUp080398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 21 Aug 2018 11:45:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477716 - branches/2018Q3/net/ntp X-SVN-Group: ports-branches X-SVN-Commit-Author: cy X-SVN-Commit-Paths: branches/2018Q3/net/ntp X-SVN-Commit-Revision: 477716 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.27 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, 21 Aug 2018 11:45:36 -0000 Author: cy Date: Tue Aug 21 11:45:34 2018 New Revision: 477716 URL: https://svnweb.freebsd.org/changeset/ports/477716 Log: MFH: r477703 Update 4.2.8p11 --> 4.2.8p12 Approved by: portmgr (delphij) Modified: branches/2018Q3/net/ntp/Makefile branches/2018Q3/net/ntp/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/net/ntp/Makefile ============================================================================== --- branches/2018Q3/net/ntp/Makefile Tue Aug 21 10:25:31 2018 (r477715) +++ branches/2018Q3/net/ntp/Makefile Tue Aug 21 11:45:34 2018 (r477716) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.2.8p11 -PORTREVISION= 1 +PORTVERSION= 4.2.8p12 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ \ Modified: branches/2018Q3/net/ntp/distinfo ============================================================================== --- branches/2018Q3/net/ntp/distinfo Tue Aug 21 10:25:31 2018 (r477715) +++ branches/2018Q3/net/ntp/distinfo Tue Aug 21 11:45:34 2018 (r477716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519799522 -SHA256 (ntp-4.2.8p11.tar.gz) = f14a39f753688252d683ff907035ffff106ba8d3db21309b742e09b5c3cd278e -SIZE (ntp-4.2.8p11.tar.gz) = 7076566 +TIMESTAMP = 1534827274 +SHA256 (ntp-4.2.8p12.tar.gz) = 709b222b5013d77d26bfff532b5ea470a8039497ef29d09363931c036cb30454 +SIZE (ntp-4.2.8p12.tar.gz) = 7079642 From owner-svn-ports-branches@freebsd.org Tue Aug 21 21:54: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 E6EED1080867; Tue, 21 Aug 2018 21:54:19 +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 8A15F703B1; Tue, 21 Aug 2018 21:54:19 +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 65CAB1D21; Tue, 21 Aug 2018 21:54:19 +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 w7LLsJSN094742; Tue, 21 Aug 2018 21:54:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7LLsIBH094739; Tue, 21 Aug 2018 21:54:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201808212154.w7LLsIBH094739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 21 Aug 2018 21:54:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477757 - in branches/2018Q3/dns/knot-resolver: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in branches/2018Q3/dns/knot-resolver: . files X-SVN-Commit-Revision: 477757 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.27 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, 21 Aug 2018 21:54:20 -0000 Author: antoine Date: Tue Aug 21 21:54:18 2018 New Revision: 477757 URL: https://svnweb.freebsd.org/changeset/ports/477757 Log: Revert r477279, it fails to build in the quarterly branch Reported by: pkg-fallout With hat: portmgr Deleted: branches/2018Q3/dns/knot-resolver/files/patch-Makefile Modified: branches/2018Q3/dns/knot-resolver/Makefile branches/2018Q3/dns/knot-resolver/distinfo branches/2018Q3/dns/knot-resolver/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/dns/knot-resolver/Makefile ============================================================================== --- branches/2018Q3/dns/knot-resolver/Makefile Tue Aug 21 20:29:01 2018 (r477756) +++ branches/2018Q3/dns/knot-resolver/Makefile Tue Aug 21 21:54:18 2018 (r477757) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= knot-resolver -DISTVERSION= 2.4.1 +DISTVERSION= 2.3.0 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ https://dns.company/downloads/knot-resolver/ @@ -12,14 +13,11 @@ COMMENT= Caching full resolver implementation LICENSE= GPLv3 -BUILD_DEPENDS= bash:shells/bash \ - git:devel/git LIB_DEPENDS= libgnutls.so:security/gnutls \ libknot.so:dns/knot2 \ liblmdb.so:databases/lmdb \ libluajit-5.1.so:lang/luajit \ libuv.so:devel/libuv -TEST_DEPENDS= cmocka>=1.1.1:sysutils/cmocka CONFLICTS= knot-1.* knot1-[0-6].* @@ -29,11 +27,10 @@ MAKE_ARGS+= MANDIR=${PREFIX}/man MAKE_ARGS+= PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig MAKE_ARGS+= lmdb_CFLAGS=-I${PREFIX}/include lmdb_LIBS=-llmdb -USES= gmake libedit libtool ncurses pkgconfig shebangfix tar:xz -SHEBANG_FILES= scripts/coverage_env.sh +USES= gmake libedit libtool ncurses pkgconfig tar:xz USE_LDCONFIG= yes -OPTIONS_DEFINE= COOKIES DNSTAP DOXYGEN GO TRUSTANCHOR +OPTIONS_DEFINE= COOKIES DNSTAP DOXYGEN GO MEMCACHED REDIS TRUSTANCHOR COOKIES_DESC= cookies COOKIES_LIB_DEPENDS= libnettle.so:security/nettle @@ -64,6 +61,18 @@ GO_BUILD_DEPENDS= go>=1.5:lang/go GO_MAKE_ARGS_ON= HAS_go=yes GO_MAKE_ARGS_OFF= HAS_go=no +MEMCACHED_DESC= memcached in-memory data-backend +MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached +MEMCACHED_MAKE_ARGS_ON= HAS_libmemcached=yes +MEMCACHED_MAKE_ARGS_OFF= HAS_libmemcached=no +MEMCACHED_PLIST_FILES= lib/kdns_modules/memcached.so + +REDIS_DESC= redis in-memory data-backend +REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis +REDIS_MAKE_ARGS_ON= HAS_hiredis=yes +REDIS_MAKE_ARGS_OFF= HAS_hiredis=no +REDIS_PLIST_FILES= lib/kdns_modules/redis.so + TRUSTANCHOR_DESC= Trust anchor bootstrapping and stats TRUSTANCHOR_USES= lua TRUSTANCHOR_MAKE_ARGS_ON= HAS_ltn12=yes HAS_ssl.https=yes @@ -80,10 +89,10 @@ STRIP_TARGETS= sbin/kresd \ sbin/kresc \ lib/libkres.so.7 \ lib/kdns_modules/ahocorasick.so \ - lib/kdns_modules/bogus_log.so \ lib/kdns_modules/cookies.so \ lib/kdns_modules/dnstap.so \ lib/kdns_modules/hints.so \ + lib/kdns_modules/kmemcached.so \ lib/kdns_modules/stats.so post-install: Modified: branches/2018Q3/dns/knot-resolver/distinfo ============================================================================== --- branches/2018Q3/dns/knot-resolver/distinfo Tue Aug 21 20:29:01 2018 (r477756) +++ branches/2018Q3/dns/knot-resolver/distinfo Tue Aug 21 21:54:18 2018 (r477757) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534107905 -SHA256 (knot-resolver-2.4.1.tar.xz) = e8044316cd897ad29b3c5284de06652e1568c4d5861e3147ec2191fbacd8d9ff -SIZE (knot-resolver-2.4.1.tar.xz) = 1564784 +TIMESTAMP = 1529357112 +SHA256 (knot-resolver-2.3.0.tar.xz) = 2d19c5daf8440bd3d2acd1886b9ede65f04f7753c6fd4618a92a1a4ba3b27a9b +SIZE (knot-resolver-2.3.0.tar.xz) = 1522788 Modified: branches/2018Q3/dns/knot-resolver/pkg-plist ============================================================================== --- branches/2018Q3/dns/knot-resolver/pkg-plist Tue Aug 21 20:29:01 2018 (r477756) +++ branches/2018Q3/dns/knot-resolver/pkg-plist Tue Aug 21 21:54:18 2018 (r477757) @@ -28,7 +28,6 @@ include/libkres/trie.h include/libkres/utils.h include/libkres/zonecut.h lib/kdns_modules/ahocorasick.so -lib/kdns_modules/bogus_log.so lib/kdns_modules/daf.lua lib/kdns_modules/daf/daf.js lib/kdns_modules/detect_time_jump.lua @@ -65,7 +64,6 @@ lib/kdns_modules/predict.lua lib/kdns_modules/prefill.lua lib/kdns_modules/priming.lua lib/kdns_modules/prometheus.lua -lib/kdns_modules/rebinding.lua lib/kdns_modules/renumber.lua lib/kdns_modules/serve_stale.lua lib/kdns_modules/stats.so From owner-svn-ports-branches@freebsd.org Tue Aug 21 21:55:32 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 0709710808C6; Tue, 21 Aug 2018 21:55:32 +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 AEAAF704BE; Tue, 21 Aug 2018 21:55:31 +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 8FB091D28; Tue, 21 Aug 2018 21:55:31 +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 w7LLtV1U094929; Tue, 21 Aug 2018 21:55:31 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7LLtVjL094927; Tue, 21 Aug 2018 21:55:31 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201808212155.w7LLtVjL094927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 21 Aug 2018 21:55:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477758 - in branches/2018Q3/x11-toolkits: wxgtk30 wxgtk31 X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in branches/2018Q3/x11-toolkits: wxgtk30 wxgtk31 X-SVN-Commit-Revision: 477758 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.27 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, 21 Aug 2018 21:55:32 -0000 Author: antoine Date: Tue Aug 21 21:55:30 2018 New Revision: 477758 URL: https://svnweb.freebsd.org/changeset/ports/477758 Log: Revert r477626, it fails to build in the quarterly branch Reported by: pkg-fallout With hat: portmgr Modified: branches/2018Q3/x11-toolkits/wxgtk30/Makefile branches/2018Q3/x11-toolkits/wxgtk31/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/x11-toolkits/wxgtk30/Makefile ============================================================================== --- branches/2018Q3/x11-toolkits/wxgtk30/Makefile Tue Aug 21 21:54:18 2018 (r477757) +++ branches/2018Q3/x11-toolkits/wxgtk30/Makefile Tue Aug 21 21:55:30 2018 (r477758) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wx -PORTVERSION= 3.0.4 -PORTREVISION= 2 +PORTVERSION= 3.0.3.1 DISTVERSIONPREFIX= v CATEGORIES= x11-toolkits PKGNAMESUFFIX= 30-gtk2 @@ -65,11 +64,6 @@ WEBKIT_CONFIGURE_ENABLE= webview WEBKIT_LIB_DEPENDS= libwebkitgtk-1.0.so:www/webkit-gtk2 .include - -# TLS is broken on armv6/7, PR 229396 -.if ${ARCH} == armv6 || ${ARCH} == armv7 -CONFIGURE_ARGS+=--disable-tls -.endif # PR 196703, 197031 .if ${CHOSEN_COMPILER_TYPE} == gcc Modified: branches/2018Q3/x11-toolkits/wxgtk31/Makefile ============================================================================== --- branches/2018Q3/x11-toolkits/wxgtk31/Makefile Tue Aug 21 21:54:18 2018 (r477757) +++ branches/2018Q3/x11-toolkits/wxgtk31/Makefile Tue Aug 21 21:55:30 2018 (r477758) @@ -3,7 +3,7 @@ PORTNAME= wx DISTVERSIONPREFIX= v DISTVERSION= 3.1.1 -PORTREVISION= 3 +PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMESUFFIX= 31-gtk3 @@ -70,11 +70,6 @@ WEBKIT_CONFIGURE_ENABLE= webview WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 .include - -# TLS is broken on armv6/7, PR 229396 -.if ${ARCH} == armv6 || ${ARCH} == armv7 -CONFIGURE_ARGS+=--disable-tls -.endif # PR 196703, 197031 .if ${CHOSEN_COMPILER_TYPE} == gcc From owner-svn-ports-branches@freebsd.org Wed Aug 22 02:15: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 2224A1087BE9; Wed, 22 Aug 2018 02:15:07 +0000 (UTC) (envelope-from koobs@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 C46647AE7F; Wed, 22 Aug 2018 02:15:06 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B0C64B90; Wed, 22 Aug 2018 02:15:06 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7M2F6fb027871; Wed, 22 Aug 2018 02:15:06 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7M2F69H027869; Wed, 22 Aug 2018 02:15:06 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201808220215.w7M2F69H027869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 22 Aug 2018 02:15:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477764 - branches/2018Q3/security/py-cryptography X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: branches/2018Q3/security/py-cryptography X-SVN-Commit-Revision: 477764 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.27 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, 22 Aug 2018 02:15:07 -0000 Author: koobs Date: Wed Aug 22 02:15:05 2018 New Revision: 477764 URL: https://svnweb.freebsd.org/changeset/ports/477764 Log: MFH: r476488 security/py-cryptography: Update to 2.3 This version update fixes builds with libressl >= 2.7. Builds with openssl-devel are broken due to an underlying lang/python* port issue [1]. Changelog: https://github.com/pyca/cryptography/blob/2.3/CHANGELOG.rst [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229223 PR: 226906 Submitted by: Charli Li Reported by: many Security: 9e2d0dcf-9926-11e8-a92d-0050562a4d7b Approved by: ports-secteam (miwi) Modified: branches/2018Q3/security/py-cryptography/Makefile branches/2018Q3/security/py-cryptography/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/security/py-cryptography/Makefile ============================================================================== --- branches/2018Q3/security/py-cryptography/Makefile Wed Aug 22 02:12:53 2018 (r477763) +++ branches/2018Q3/security/py-cryptography/Makefile Wed Aug 22 02:15:05 2018 (r477764) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cryptography -PORTVERSION= 2.1.4 +PORTVERSION= 2.3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,13 +16,16 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.BSD BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.7:devel/py-cffi@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.1:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}asn1crypto>=0.21.0:devel/py-asn1crypto@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cffi>=1.7:devel/py-cffi@${PY_FLAVOR} \ - ${PY_ENUM34} ${PY_IPADDRESS} \ - ${PYTHON_PKGNAMEPREFIX}idna>=2.1:dns/py-idna@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.9.0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}iso8601>0:devel/py-iso8601@${PY_FLAVOR} + ${PY_ENUM34} ${PY_IPADDRESS} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.2.1:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pretend>0:devel/py-pretend@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}iso8601>0:devel/py-iso8601@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hypothesis>=1.11.4:devel/py-hypothesis@${PY_FLAVOR} # Python 2.7, 3.4-3.6 USES= compiler:env python ssl Modified: branches/2018Q3/security/py-cryptography/distinfo ============================================================================== --- branches/2018Q3/security/py-cryptography/distinfo Wed Aug 22 02:12:53 2018 (r477763) +++ branches/2018Q3/security/py-cryptography/distinfo Wed Aug 22 02:15:05 2018 (r477764) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516631948 -SHA256 (cryptography-2.1.4.tar.gz) = e4d967371c5b6b2e67855066471d844c5d52d210c36c28d49a8507b96e2c5291 -SIZE (cryptography-2.1.4.tar.gz) = 441557 +TIMESTAMP = 1532336711 +SHA256 (cryptography-2.3.tar.gz) = c132bab45d4bd0fff1d3fe294d92b0a6eb8404e93337b3127bdec9f21de117e6 +SIZE (cryptography-2.3.tar.gz) = 449464 From owner-svn-ports-branches@freebsd.org Wed Aug 22 10:01:05 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 E1B7E1083CE1; Wed, 22 Aug 2018 10:01:04 +0000 (UTC) (envelope-from cpm@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 8D72C8D0DA; Wed, 22 Aug 2018 10:01:04 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6EEBA116A5; Wed, 22 Aug 2018 10:01:04 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7MA14wJ065829; Wed, 22 Aug 2018 10:01:04 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7MA12iU065821; Wed, 22 Aug 2018 10:01:02 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201808221001.w7MA12iU065821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 22 Aug 2018 10:01:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477782 - in branches/2018Q3/www/chromium: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: in branches/2018Q3/www/chromium: . files X-SVN-Commit-Revision: 477782 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.27 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, 22 Aug 2018 10:01:05 -0000 Author: cpm Date: Wed Aug 22 10:01:02 2018 New Revision: 477782 URL: https://svnweb.freebsd.org/changeset/ports/477782 Log: MFH: r477781 - Add more useful comments to make Makefile more readable - Fix TEST option allow running basic tests and skip tests that must be verified if they are supported before being added back to TEST_TARGETS - Add patches that fixes crash with non-MESA drivers fall back to scanning PCI devices. Ideally, we'd like to use libpci but the current version calculates device class wrong for non-root users (patch submitted to libpci author), so a workaround would be messy. Instead, use direct access to /dev/pci. Once the upstream fixes the bug generic libpci code can be used [1] Tested by: Oleh Hushchenkov , Jonathan Chen - Bump PORTREVISION PR: 230450 [1] Submitted by: gonzo [1] Reported by: Oleh Hushchenkov, Jonathan Chen [1] Approved by: ports-secteam (blanket) Added: branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_libpci.cpp - copied unchanged from r477781, head/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_libpci.cpp Deleted: branches/2018Q3/www/chromium/Makefile.tests Modified: branches/2018Q3/www/chromium/Makefile branches/2018Q3/www/chromium/distinfo branches/2018Q3/www/chromium/files/patch-base_process_memory__unittest.cc branches/2018Q3/www/chromium/files/patch-chrome_test_base_in__process__browser__test.cc branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_internal.h branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_linux.cpp branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_x11.cpp Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/www/chromium/Makefile ============================================================================== --- branches/2018Q3/www/chromium/Makefile Wed Aug 22 09:58:18 2018 (r477781) +++ branches/2018Q3/www/chromium/Makefile Wed Aug 22 10:01:02 2018 (r477782) @@ -3,9 +3,10 @@ PORTNAME= chromium PORTVERSION= 68.0.3440.106 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www -MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ +MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ + LOCAL/cpm/chromium/:fonts DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER?= chromium@FreeBSD.org @@ -195,9 +196,9 @@ SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false .endif -.include "Makefile.tests" -TEST_ALL_TARGET= ${TEST_TARGETS} -TEST_DISTFILES= ${PORTNAME}-${DISTVERSION}-testdata${EXTRACT_SUFX} +TEST_ALL_TARGET= base_unittests +TEST_DISTFILES= ${PORTNAME}-${DISTVERSION}-testdata${EXTRACT_SUFX} \ + test_fonts${EXTRACT_SUFX}:fonts .include @@ -223,6 +224,10 @@ pre-everything:: @${ECHO_MSG} "and ${WANTSPACE}." @${ECHO_MSG} +post-extract-TEST-on: + @${MKDIR} ${WRKSRC}/third_party/test_fonts/test_fonts + @${MV} ${WRKDIR}/test_fonts ${WRKSRC}/third_party/test_fonts/ + post-patch: @${REINPLACE_CMD} -e 's|@@PACKAGE@@|chromium|' \ -e 's|@@MENUNAME@@|Chromium Web Browser|' \ @@ -290,9 +295,13 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/chrome ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/chrome/tools/build/linux/chrome-wrapper \ ${STAGEDIR}${DATADIR} + + # ANGLE .for f in libEGL.so libGLESv2.so ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/${f} ${STAGEDIR}${DATADIR} .endfor + + # SwiftShader @${MKDIR} ${STAGEDIR}${DATADIR}/swiftshader .for g in libEGL.so libGLESv2.so ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/swiftshader/${g} \ Modified: branches/2018Q3/www/chromium/distinfo ============================================================================== --- branches/2018Q3/www/chromium/distinfo Wed Aug 22 09:58:18 2018 (r477781) +++ branches/2018Q3/www/chromium/distinfo Wed Aug 22 10:01:02 2018 (r477782) @@ -1,5 +1,7 @@ -TIMESTAMP = 1533765819 +TIMESTAMP = 1534764533 SHA256 (chromium-68.0.3440.106.tar.xz) = 7021040635a0a0d47f699bdb22e3ef5c91482e4f51b428d1de3016da95f0e698 SIZE (chromium-68.0.3440.106.tar.xz) = 630289544 SHA256 (chromium-68.0.3440.106-testdata.tar.xz) = 2a736b339f7cbf9fd26901666f17f53b51f7191ed2f64ea65fb8afe638a1633b SIZE (chromium-68.0.3440.106-testdata.tar.xz) = 310263984 +SHA256 (test_fonts.tar.xz) = cf9cbe3b7f1c4c42d426bddc65ec178d333ad7e205a36fe0a606a3c0c545ece1 +SIZE (test_fonts.tar.xz) = 200040 Modified: branches/2018Q3/www/chromium/files/patch-base_process_memory__unittest.cc ============================================================================== --- branches/2018Q3/www/chromium/files/patch-base_process_memory__unittest.cc Wed Aug 22 09:58:18 2018 (r477781) +++ branches/2018Q3/www/chromium/files/patch-base_process_memory__unittest.cc Wed Aug 22 10:01:02 2018 (r477782) @@ -1,5 +1,5 @@ ---- base/process/memory_unittest.cc.orig 2017-09-05 21:05:11.000000000 +0200 -+++ base/process/memory_unittest.cc 2017-09-06 16:53:33.919374000 +0200 +--- base/process/memory_unittest.cc.orig 2018-08-08 21:10:31.000000000 +0200 ++++ base/process/memory_unittest.cc 2018-08-20 13:06:25.303428000 +0200 @@ -104,7 +104,7 @@ // OpenBSD does not support these tests. Don't test these on ASan/TSan/MSan // configurations: only test the real allocator. @@ -9,9 +9,9 @@ !defined(MEMORY_TOOL_REPLACES_ALLOCATOR) namespace { -@@ -507,5 +507,5 @@ +@@ -529,5 +529,5 @@ EXPECT_FALSE(base::UncheckedCalloc(1, test_size_, &value_)); - EXPECT_TRUE(value_ == NULL); + EXPECT_TRUE(value_ == nullptr); } -#endif // !defined(OS_OPENBSD) && BUILDFLAG(ENABLE_WIN_ALLOCATOR_SHIM_TESTS) && +#endif // !defined(OS_BSD) && BUILDFLAG(ENABLE_WIN_ALLOCATOR_SHIM_TESTS) && Modified: branches/2018Q3/www/chromium/files/patch-chrome_test_base_in__process__browser__test.cc ============================================================================== --- branches/2018Q3/www/chromium/files/patch-chrome_test_base_in__process__browser__test.cc Wed Aug 22 09:58:18 2018 (r477781) +++ branches/2018Q3/www/chromium/files/patch-chrome_test_base_in__process__browser__test.cc Wed Aug 22 10:01:02 2018 (r477782) @@ -1,13 +1,22 @@ ---- chrome/test/base/in_process_browser_test.cc.orig 2017-06-05 19:03:04 UTC -+++ chrome/test/base/in_process_browser_test.cc -@@ -95,6 +95,10 @@ +--- chrome/test/base/in_process_browser_test.cc.orig 2018-08-08 21:10:43.000000000 +0200 ++++ chrome/test/base/in_process_browser_test.cc 2018-08-21 00:58:24.257483000 +0200 +@@ -69,6 +69,10 @@ + #include "chrome/test/base/scoped_bundle_swizzler_mac.h" + #endif - namespace { - +#if defined(OS_FREEBSD) +#include +#endif + - // Passed as value of kTestType. - const char kBrowserTestType[] = "browser"; + #if defined(OS_WIN) + #include "base/win/scoped_com_initializer.h" + #include "base/win/windows_version.h" +@@ -88,7 +92,7 @@ + #include "chrome/test/base/default_ash_event_generator_delegate.h" + #endif // defined(OS_CHROMEOS) + +-#if !defined(OS_CHROMEOS) && defined(OS_LINUX) ++#if !defined(OS_CHROMEOS) && (defined(OS_LINUX) || defined(OS_BSD)) + #include "ui/views/test/test_desktop_screen_x11.h" + #endif Modified: branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_internal.h ============================================================================== --- branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_internal.h Wed Aug 22 09:58:18 2018 (r477781) +++ branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_internal.h Wed Aug 22 10:01:02 2018 (r477782) @@ -1,6 +1,6 @@ ---- third_party/angle/src/gpu_info_util/SystemInfo_internal.h.orig 2017-09-10 02:31:40.635170000 +0200 -+++ third_party/angle/src/gpu_info_util/SystemInfo_internal.h 2017-09-10 02:32:27.153701000 +0200 -@@ -14,6 +14,8 @@ +--- third_party/angle/src/gpu_info_util/SystemInfo_internal.h.orig 2018-08-08 12:13:09.000000000 -0700 ++++ third_party/angle/src/gpu_info_util/SystemInfo_internal.h 2018-08-20 09:43:56.141492000 -0700 +@@ -14,8 +14,13 @@ namespace angle { @@ -8,4 +8,9 @@ + // Defined in SystemInfo_libpci when GPU_INFO_USE_LIBPCI is defined. bool GetPCIDevicesWithLibPCI(std::vector *devices); ++#if defined(__FreeBSD__) ++bool GetPCIDevicesFreeBSD(std::vector *devices); ++#endif // Defined in SystemInfo_x11 when GPU_INFO_USE_X11 is defined. + bool GetNvidiaDriverVersionWithXNVCtrl(std::string *version); + Copied: branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_libpci.cpp (from r477781, head/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_libpci.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_libpci.cpp Wed Aug 22 10:01:02 2018 (r477782, copy of r477781, head/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_libpci.cpp) @@ -0,0 +1,90 @@ +--- third_party/angle/src/gpu_info_util/SystemInfo_libpci.cpp.orig 2018-08-20 10:00:10.885543000 -0700 ++++ third_party/angle/src/gpu_info_util/SystemInfo_libpci.cpp 2018-08-20 09:50:32.387980000 -0700 +@@ -12,6 +12,11 @@ + #include + #include + ++#if defined(__FreeBSD__) ++#include ++#include ++#endif ++ + #include "common/angleutils.h" + #include "common/debug.h" + +@@ -82,6 +87,75 @@ + }; + + } // anonymous namespace ++ ++#if defined(__FreeBSD__) ++// Adds an entry per PCI GPU found and fills the device and vendor ID. ++bool GetPCIDevicesFreeBSD(std::vector *devices) ++{ ++ int fd; ++ struct pci_conf_io conf; ++ struct pci_conf *matches; ++ uint32_t offset = 0; ++ ++ fd = open("/dev/pci", O_RDONLY); ++ if (fd < 0) ++ return false; ++ ++ matches = new struct pci_conf[32]; ++ conf.generation = 0; ++ do { ++ conf.pat_buf_len = 0; ++ conf.num_patterns = 0; ++ conf.patterns = NULL; ++ conf.match_buf_len = 32 * sizeof(struct pci_conf); ++ conf.num_matches = 32; ++ conf.matches = matches; ++ conf.offset = offset; ++ conf.status = PCI_GETCONF_ERROR; ++ if (ioctl(fd, PCIOCGETCONF, &conf) < 0) { ++ if (errno == ENODEV) ++ break; ++ } ++ /* PCI_GETCONF_LIST_CHANGED would require us to start over. */ ++ if (conf.status == PCI_GETCONF_ERROR || conf.status == PCI_GETCONF_LIST_CHANGED) { ++ break; ++ } ++ ++ for (unsigned int i = 0; i < conf.num_matches; i++) { ++ uint16_t device_class = (matches[i].pc_class << 8) | matches[i].pc_subclass; ++ ++ // Skip non-GPU devices ++ switch (device_class) ++ { ++ case PCI_CLASS_DISPLAY_VGA: ++ case PCI_CLASS_DISPLAY_XGA: ++ case PCI_CLASS_DISPLAY_3D: ++ break; ++ default: ++ continue; ++ } ++ ++ // Skip unknown devices ++ if (matches[i].pc_vendor == 0 || matches[i].pc_device == 0) { ++ continue; ++ } ++ ++ GPUDeviceInfo info; ++ info.vendorId = matches[i].pc_vendor; ++ info.deviceId = matches[i].pc_device; ++ ++ devices->push_back(info); ++ } ++ offset += conf.num_matches; ++ } while (conf.status == PCI_GETCONF_MORE_DEVS); ++ ++ delete[] matches; ++ ++ close(fd); ++ ++ return true; ++} ++#endif + + // Adds an entry per PCI GPU found and fills the device and vendor ID. + bool GetPCIDevicesWithLibPCI(std::vector *devices) Modified: branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_linux.cpp ============================================================================== --- branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_linux.cpp Wed Aug 22 09:58:18 2018 (r477781) +++ branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_linux.cpp Wed Aug 22 10:01:02 2018 (r477782) @@ -1,13 +1,14 @@ ---- third_party/angle/src/gpu_info_util/SystemInfo_linux.cpp.orig 2017-09-10 02:34:01.568975000 +0200 -+++ third_party/angle/src/gpu_info_util/SystemInfo_linux.cpp 2017-09-10 02:35:52.870068000 +0200 -@@ -71,10 +71,17 @@ +--- third_party/angle/src/gpu_info_util/SystemInfo_linux.cpp.orig 2018-08-08 12:13:09.000000000 -0700 ++++ third_party/angle/src/gpu_info_util/SystemInfo_linux.cpp 2018-08-20 09:50:36.331947000 -0700 +@@ -71,10 +71,18 @@ bool GetSystemInfo(SystemInfo *info) { +#if defined(__FreeBSD__) + if (!CollectMesaCardInfo(&(info->gpus))) + { -+ return false; ++ if (!GetPCIDevicesFreeBSD(&(info->gpus))) ++ return false; + } +#else if (!GetPCIDevicesWithLibPCI(&(info->gpus))) Modified: branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_x11.cpp ============================================================================== --- branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_x11.cpp Wed Aug 22 09:58:18 2018 (r477781) +++ branches/2018Q3/www/chromium/files/patch-third__party_angle_src_gpu_info_util_SystemInfo_x11.cpp Wed Aug 22 10:01:02 2018 (r477782) @@ -1,5 +1,5 @@ ---- third_party/angle/src/gpu_info_util/SystemInfo_x11.cpp.orig 2017-12-15 02:05:36.000000000 +0100 -+++ third_party/angle/src/gpu_info_util/SystemInfo_x11.cpp 2017-12-30 05:11:53.917801000 +0100 +--- third_party/angle/src/gpu_info_util/SystemInfo_x11.cpp.orig 2018-08-08 12:13:09.000000000 -0700 ++++ third_party/angle/src/gpu_info_util/SystemInfo_x11.cpp 2018-08-20 09:34:48.052352000 -0700 @@ -8,6 +8,8 @@ #include "gpu_info_util/SystemInfo_internal.h" @@ -9,7 +9,7 @@ #include #include "common/debug.h" -@@ -18,8 +20,40 @@ +@@ -18,8 +20,43 @@ #error SystemInfo_x11.cpp compiled without GPU_INFO_USE_X11 #endif @@ -32,6 +32,9 @@ + PFNGLXQUERYRENDERERINTEGERMESAPROC queryInteger = + (PFNGLXQUERYRENDERERINTEGERMESAPROC) glXGetProcAddressARB((const GLubyte *) + "glXQueryRendererIntegerMESA"); ++ ++ if (!queryInteger) ++ return false; + + bool vendor_ret = + queryInteger(display, 0, 0, GLX_RENDERER_VENDOR_ID_MESA, vid); From owner-svn-ports-branches@freebsd.org Wed Aug 22 12:12: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 56BDA1087422; Wed, 22 Aug 2018 12:12:48 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC96F71374; Wed, 22 Aug 2018 12:12:47 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C7F7A12D7E; Wed, 22 Aug 2018 12:12:47 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7MCClHW035014; Wed, 22 Aug 2018 12:12:47 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7MCCkJ9035007; Wed, 22 Aug 2018 12:12:46 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201808221212.w7MCCkJ9035007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 22 Aug 2018 12:12:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477784 - in branches/2018Q3/databases: mariadb102-client mariadb102-client/files mariadb102-server mariadb102-server/files X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in branches/2018Q3/databases: mariadb102-client mariadb102-client/files mariadb102-server mariadb102-server/files X-SVN-Commit-Revision: 477784 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.27 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, 22 Aug 2018 12:12:48 -0000 Author: brnrd Date: Wed Aug 22 12:12:46 2018 New Revision: 477784 URL: https://svnweb.freebsd.org/changeset/ports/477784 Log: MFH: r477321 databases/mariadb102-server: Security update to 10.2.17 Security: 909be51b-9b3b-11e8-add2-b499baebfeaf Approved by: ports-secteam (miwi) Modified: branches/2018Q3/databases/mariadb102-client/files/patch-scripts_CMakeLists.txt branches/2018Q3/databases/mariadb102-client/files/patch-support-files_CMakeLists.txt branches/2018Q3/databases/mariadb102-client/pkg-plist branches/2018Q3/databases/mariadb102-server/Makefile branches/2018Q3/databases/mariadb102-server/distinfo branches/2018Q3/databases/mariadb102-server/files/patch-sql_share_CMakeLists.txt branches/2018Q3/databases/mariadb102-server/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/databases/mariadb102-client/files/patch-scripts_CMakeLists.txt ============================================================================== --- branches/2018Q3/databases/mariadb102-client/files/patch-scripts_CMakeLists.txt Wed Aug 22 10:11:13 2018 (r477783) +++ branches/2018Q3/databases/mariadb102-client/files/patch-scripts_CMakeLists.txt Wed Aug 22 12:12:46 2018 (r477784) @@ -1,30 +1,31 @@ --- scripts/CMakeLists.txt.orig 2017-04-04 19:11:52 UTC +++ scripts/CMakeLists.txt -@@ -90,6 +90,7 @@ SET(ADD_GIS_SP_EOL ";") - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/maria_add_gis_sp.sql.in - ${CMAKE_CURRENT_BINARY_DIR}/maria_add_gis_sp_bootstrap.sql ESCAPE_QUOTES @ONLY) +@@ -21,7 +21,7 @@ IF(NOT CMAKE_CROSSCOMPILING) + TARGET_LINK_LIBRARIES(comp_sql) + ENDIF() +- +IF(NOT WITHOUT_SERVER) - INSTALL(FILES - ${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables.sql - ${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables_data.sql -@@ -102,6 +103,7 @@ INSTALL(FILES - ${FIX_PRIVILEGES_SQL} - DESTINATION ${INSTALL_MYSQLSHAREDIR} COMPONENT Server + # Build mysql_fix_privilege_tables.sql (concatenate 3 sql scripts) + IF(NOT WIN32 OR CMAKE_CROSSCOMPILING) + FIND_PROGRAM(CAT_EXECUTABLE cat DOC "path to the executable") +@@ -65,6 +65,7 @@ ADD_CUSTOM_TARGET(GenFixPrivs + ALL + DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/mysql_fix_privilege_tables_sql.c ) +ENDIF() - # TCMalloc hacks - IF(MALLOC_LIB) -@@ -177,6 +179,7 @@ ELSE() - SET(localstatedir ${MYSQL_DATADIR}) + IF(UNIX) + FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/make_binary_distribution +@@ -126,6 +127,7 @@ ELSE() + SET (PERL_PATH "/usr/bin/perl") ENDIF() +IF(NOT WITHOUT_SERVER) IF(UNIX) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mysql_install_db.sh - ${CMAKE_CURRENT_BINARY_DIR}/mysql_install_db ESCAPE_QUOTES @ONLY) -@@ -190,6 +193,7 @@ INSTALL_SCRIPT( + # FIND_PROC and CHECK_PID are used by mysqld_safe + IF(CMAKE_SYSTEM_NAME MATCHES "Linux") +@@ -207,6 +209,7 @@ INSTALL_SCRIPT( COMPONENT Server ) ENDIF() @@ -32,7 +33,7 @@ SET(prefix "${CMAKE_INSTALL_PREFIX}") IF(INSTALL_SYSCONFDIR) -@@ -277,13 +281,8 @@ ELSE() +@@ -298,13 +301,8 @@ ELSE() SET(BIN_SCRIPTS msql2mysql mysql_config Modified: branches/2018Q3/databases/mariadb102-client/files/patch-support-files_CMakeLists.txt ============================================================================== --- branches/2018Q3/databases/mariadb102-client/files/patch-support-files_CMakeLists.txt Wed Aug 22 10:11:13 2018 (r477783) +++ branches/2018Q3/databases/mariadb102-client/files/patch-support-files_CMakeLists.txt Wed Aug 22 12:12:46 2018 (r477784) @@ -1,20 +1,5 @@ --- support-files/CMakeLists.txt.orig 2018-06-25 11:13:30 UTC +++ support-files/CMakeLists.txt -@@ -41,12 +41,14 @@ ELSE() - SET(inst_location ${INSTALL_SUPPORTFILESDIR}) - ENDIF() - -+IF(NOT WITHOUT_SERVER) - FOREACH(inifile my-huge my-innodb-heavy-4G my-large my-medium my-small) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${inifile}.cnf.sh - ${CMAKE_CURRENT_BINARY_DIR}/${inifile}.${ini_file_extension} @ONLY) - INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${inifile}.${ini_file_extension} - DESTINATION ${inst_location} COMPONENT IniFiles) - ENDFOREACH() -+ENDIF() - - IF(WITH_WSREP) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/wsrep.cnf.sh @@ -57,6 +59,7 @@ ENDIF() IF(UNIX) Modified: branches/2018Q3/databases/mariadb102-client/pkg-plist ============================================================================== --- branches/2018Q3/databases/mariadb102-client/pkg-plist Wed Aug 22 10:11:13 2018 (r477783) +++ branches/2018Q3/databases/mariadb102-client/pkg-plist Wed Aug 22 12:12:46 2018 (r477784) @@ -72,31 +72,6 @@ lib/mysql/plugin/sha256_password.so %%DATADIR%%/charsets/macce.xml %%DATADIR%%/charsets/macroman.xml %%DATADIR%%/charsets/swe7.xml -%%DATADIR%%/czech/errmsg.sys -%%DATADIR%%/danish/errmsg.sys -%%DATADIR%%/dutch/errmsg.sys -%%DATADIR%%/english/errmsg.sys -%%DATADIR%%/errmsg-utf8.txt -%%DATADIR%%/estonian/errmsg.sys -%%DATADIR%%/french/errmsg.sys -%%DATADIR%%/german/errmsg.sys -%%DATADIR%%/greek/errmsg.sys -%%DATADIR%%/hindi/errmsg.sys -%%DATADIR%%/hungarian/errmsg.sys -%%DATADIR%%/italian/errmsg.sys -%%DATADIR%%/japanese/errmsg.sys -%%DATADIR%%/korean/errmsg.sys -%%DATADIR%%/norwegian-ny/errmsg.sys -%%DATADIR%%/norwegian/errmsg.sys -%%DATADIR%%/polish/errmsg.sys -%%DATADIR%%/portuguese/errmsg.sys -%%DATADIR%%/romanian/errmsg.sys -%%DATADIR%%/russian/errmsg.sys -%%DATADIR%%/serbian/errmsg.sys -%%DATADIR%%/slovak/errmsg.sys -%%DATADIR%%/spanish/errmsg.sys -%%DATADIR%%/swedish/errmsg.sys -%%DATADIR%%/ukrainian/errmsg.sys man/man1/msql2mysql.1.gz man/man1/mysql.1.gz man/man1/mysql_config.1.gz Modified: branches/2018Q3/databases/mariadb102-server/Makefile ============================================================================== --- branches/2018Q3/databases/mariadb102-server/Makefile Wed Aug 22 10:11:13 2018 (r477783) +++ branches/2018Q3/databases/mariadb102-server/Makefile Wed Aug 22 12:12:46 2018 (r477784) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.2.16 +PORTVERSION= 10.2.17 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \ Modified: branches/2018Q3/databases/mariadb102-server/distinfo ============================================================================== --- branches/2018Q3/databases/mariadb102-server/distinfo Wed Aug 22 10:11:13 2018 (r477783) +++ branches/2018Q3/databases/mariadb102-server/distinfo Wed Aug 22 12:12:46 2018 (r477784) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530034863 -SHA256 (mariadb-10.2.16.tar.gz) = c182ee93bacee9c1395a4cece56acfc433bc5153ec627c4898927b93eee54dc4 -SIZE (mariadb-10.2.16.tar.gz) = 73363798 +TIMESTAMP = 1534231063 +SHA256 (mariadb-10.2.17.tar.gz) = e7b3078f8de874a4d451242a8a3eed49bf6f916dcd52fc3efa55886f5f35be27 +SIZE (mariadb-10.2.17.tar.gz) = 73409162 Modified: branches/2018Q3/databases/mariadb102-server/files/patch-sql_share_CMakeLists.txt ============================================================================== --- branches/2018Q3/databases/mariadb102-server/files/patch-sql_share_CMakeLists.txt Wed Aug 22 10:11:13 2018 (r477783) +++ branches/2018Q3/databases/mariadb102-server/files/patch-sql_share_CMakeLists.txt Wed Aug 22 12:12:46 2018 (r477784) @@ -1,17 +1,14 @@ ---- sql/share/CMakeLists.txt.orig 2017-05-14 23:13:18 UTC +--- sql/share/CMakeLists.txt.orig 2018-08-12 11:29:50 UTC +++ sql/share/CMakeLists.txt -@@ -14,6 +14,8 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -+IF(FALSE) -+ - SET (dirs - danish - german -@@ -53,3 +55,5 @@ INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE +@@ -45,9 +45,11 @@ SET(files + errmsg-utf8.txt ) - INSTALL(FILES ${files} DESTINATION ${INSTALL_MYSQLSHAREDIR} COMPONENT Server) -+ ++IF (NOT WITHOUT_CLIENT) + INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/charsets DESTINATION ${INSTALL_MYSQLSHAREDIR} + COMPONENT Common PATTERN "languages.html" EXCLUDE + ) +ENDIF() + + IF (NOT WITHOUT_SERVER) + FOREACH (dir ${dirs}) Modified: branches/2018Q3/databases/mariadb102-server/pkg-plist ============================================================================== --- branches/2018Q3/databases/mariadb102-server/pkg-plist Wed Aug 22 10:11:13 2018 (r477783) +++ branches/2018Q3/databases/mariadb102-server/pkg-plist Wed Aug 22 12:12:46 2018 (r477784) @@ -136,9 +136,23 @@ man/man1/wsrep_sst_xtrabackup-v2.1.gz man/man1/wsrep_sst_xtrabackup.1.gz man/man8/mysqld.8.gz %%DATADIR%%/binary-configure +%%DATADIR%%/czech/errmsg.sys +%%DATADIR%%/danish/errmsg.sys +%%DATADIR%%/dutch/errmsg.sys +%%DATADIR%%/english/errmsg.sys +%%DATADIR%%/errmsg-utf8.txt +%%DATADIR%%/estonian/errmsg.sys %%DATADIR%%/fill_help_tables.sql -%%DATADIR%%/magic +%%DATADIR%%/french/errmsg.sys +%%DATADIR%%/german/errmsg.sys +%%DATADIR%%/greek/errmsg.sys +%%DATADIR%%/hindi/errmsg.sys +%%DATADIR%%/hungarian/errmsg.sys %%SPIDER%%%%DATADIR%%/install_spider.sql +%%DATADIR%%/italian/errmsg.sys +%%DATADIR%%/japanese/errmsg.sys +%%DATADIR%%/korean/errmsg.sys +%%DATADIR%%/magic %%DATADIR%%/maria_add_gis_sp.sql %%DATADIR%%/maria_add_gis_sp_bootstrap.sql %%MROONGA%%%%DATADIR%%/mroonga/install.sql @@ -157,6 +171,17 @@ man/man8/mysqld.8.gz %%DATADIR%%/mysql_test_data_timezone.sql %%DATADIR%%/mysql_to_mariadb.sql %%DATADIR%%/mysqld_multi.server +%%DATADIR%%/norwegian-ny/errmsg.sys +%%DATADIR%%/norwegian/errmsg.sys +%%DATADIR%%/polish/errmsg.sys +%%DATADIR%%/portuguese/errmsg.sys +%%DATADIR%%/romanian/errmsg.sys +%%DATADIR%%/russian/errmsg.sys +%%DATADIR%%/serbian/errmsg.sys +%%DATADIR%%/slovak/errmsg.sys +%%DATADIR%%/spanish/errmsg.sys +%%DATADIR%%/swedish/errmsg.sys +%%DATADIR%%/ukrainian/errmsg.sys %%DATADIR%%/wsrep.cnf %%DATADIR%%/wsrep_notify %%MROONGA%%share/groonga-normalizer-mysql/README.md From owner-svn-ports-branches@freebsd.org Wed Aug 22 13:37: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 85C1B108932C; Wed, 22 Aug 2018 13:37:13 +0000 (UTC) (envelope-from olivier@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 3AAFB744C3; Wed, 22 Aug 2018 13:37:13 +0000 (UTC) (envelope-from olivier@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 1BBF013AB8; Wed, 22 Aug 2018 13:37:13 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7MDbDeI076237; Wed, 22 Aug 2018 13:37:13 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7MDbAN8076223; Wed, 22 Aug 2018 13:37:10 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201808221337.w7MDbAN8076223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Wed, 22 Aug 2018 13:37:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477786 - in branches/2018Q3/net/frr4: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: olivier X-SVN-Commit-Paths: in branches/2018Q3/net/frr4: . files X-SVN-Commit-Revision: 477786 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.27 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, 22 Aug 2018 13:37:13 -0000 Author: olivier Date: Wed Aug 22 13:37:09 2018 New Revision: 477786 URL: https://svnweb.freebsd.org/changeset/ports/477786 Log: MFH: r474490 Remove compile-time-bomb code (#if CONFDATE > 20180828) and backport patches fixing crash with tunnel interfaces Reported by: pkg-fallout Sponsored by: Orange Approved by: ports-secteam blanket Added: branches/2018Q3/net/frr4/files/patch-lib_linklist.h - copied unchanged from r474490, head/net/frr4/files/patch-lib_linklist.h branches/2018Q3/net/frr4/files/patch-lib_stream.h - copied unchanged from r474490, head/net/frr4/files/patch-lib_stream.h branches/2018Q3/net/frr4/files/patch-lib_zclient.h - copied unchanged from r474490, head/net/frr4/files/patch-lib_zclient.h branches/2018Q3/net/frr4/files/patch-ospf6d_ospf6__top.c - copied unchanged from r474490, head/net/frr4/files/patch-ospf6d_ospf6__top.c branches/2018Q3/net/frr4/files/patch-ospfd_ospf__vty.c - copied unchanged from r474490, head/net/frr4/files/patch-ospfd_ospf__vty.c branches/2018Q3/net/frr4/files/patch-zebra_connected.c - copied unchanged from r474490, head/net/frr4/files/patch-zebra_connected.c branches/2018Q3/net/frr4/files/patch-zebra_connected.h - copied unchanged from r474490, head/net/frr4/files/patch-zebra_connected.h branches/2018Q3/net/frr4/files/patch-zebra_if__ioctl.c - copied unchanged from r474490, head/net/frr4/files/patch-zebra_if__ioctl.c branches/2018Q3/net/frr4/files/patch-zebra_if__ioctl__solaris.c - copied unchanged from r474490, head/net/frr4/files/patch-zebra_if__ioctl__solaris.c branches/2018Q3/net/frr4/files/patch-zebra_if__netlink.c - copied unchanged from r474490, head/net/frr4/files/patch-zebra_if__netlink.c branches/2018Q3/net/frr4/files/patch-zebra_ioctl.c - copied unchanged from r474490, head/net/frr4/files/patch-zebra_ioctl.c branches/2018Q3/net/frr4/files/patch-zebra_kernel__socket.c - copied unchanged from r474490, head/net/frr4/files/patch-zebra_kernel__socket.c Modified: branches/2018Q3/net/frr4/Makefile branches/2018Q3/net/frr4/pkg-message Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/net/frr4/Makefile ============================================================================== --- branches/2018Q3/net/frr4/Makefile Wed Aug 22 13:20:44 2018 (r477785) +++ branches/2018Q3/net/frr4/Makefile Wed Aug 22 13:37:09 2018 (r477786) @@ -3,7 +3,7 @@ PORTNAME= frr PORTVERSION= 4.0 DISTVERSIONPREFIX= frr- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 PKGNAMESUFFIX= 4 Copied: branches/2018Q3/net/frr4/files/patch-lib_linklist.h (from r474490, head/net/frr4/files/patch-lib_linklist.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/net/frr4/files/patch-lib_linklist.h Wed Aug 22 13:37:09 2018 (r477786, copy of r474490, head/net/frr4/files/patch-lib_linklist.h) @@ -0,0 +1,12 @@ +--- lib/linklist.h.orig 2018-07-12 06:56:52 UTC ++++ lib/linklist.h +@@ -84,9 +84,6 @@ extern void *listnode_head(struct list *); + * and remove list_delete_original and the list_delete #define + * Additionally remove list_free entirely + */ +-#if CONFDATE > 20181001 +-CPP_NOTICE("list_delete without double pointer is deprecated, please fixup") +-#endif + extern void list_delete_and_null(struct list **); + extern void list_delete_original(struct list *); + #define list_delete(X) list_delete_original((X)) \ Copied: branches/2018Q3/net/frr4/files/patch-lib_stream.h (from r474490, head/net/frr4/files/patch-lib_stream.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/net/frr4/files/patch-lib_stream.h Wed Aug 22 13:37:09 2018 (r477786, copy of r474490, head/net/frr4/files/patch-lib_stream.h) @@ -0,0 +1,12 @@ +--- lib/stream.h.orig 2018-07-12 06:57:53 UTC ++++ lib/stream.h +@@ -123,9 +123,6 @@ struct stream_fifo { + #define STREAM_CONCAT_REMAIN(S1, S2, size) ((size) - (S1)->endp - (S2)->endp) + + /* deprecated macros - do not use in new code */ +-#if CONFDATE > 20181128 +-CPP_NOTICE("lib: time to remove deprecated stream.h macros") +-#endif + #define STREAM_PNT(S) stream_pnt((S)) + #define STREAM_REMAIN(S) STREAM_WRITEABLE((S)) + Copied: branches/2018Q3/net/frr4/files/patch-lib_zclient.h (from r474490, head/net/frr4/files/patch-lib_zclient.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/net/frr4/files/patch-lib_zclient.h Wed Aug 22 13:37:09 2018 (r477786, copy of r474490, head/net/frr4/files/patch-lib_zclient.h) @@ -0,0 +1,24 @@ +--- lib/zclient.h.orig 2018-07-12 06:57:20 UTC ++++ lib/zclient.h +@@ -353,10 +353,6 @@ struct zclient_options { + /* Prototypes of zebra client service functions. */ + extern struct zclient *zclient_new(struct thread_master *); + +-#if CONFDATE > 20181101 +-CPP_NOTICE("zclient_new_notify can take over or zclient_new now"); +-#endif +- + extern struct zclient_options zclient_options_default; + + extern struct zclient *zclient_new_notify(struct thread_master *m, +@@ -421,10 +417,6 @@ extern struct interface *zebra_interface_vrf_update_re + vrf_id_t *new_vrf_id); + extern void zebra_interface_if_set_value(struct stream *, struct interface *); + extern void zebra_router_id_update_read(struct stream *s, struct prefix *rid); +- +-#if CONFDATE > 20180823 +-CPP_NOTICE("zapi_ipv4_route, zapi_ipv6_route, zapi_ipv4_route_ipv6_nexthop as well as the zapi_ipv4 and zapi_ipv6 data structures should be removed now"); +-#endif + + extern int zapi_ipv4_route(u_char, struct zclient *, struct prefix_ipv4 *, + struct zapi_ipv4 *) __attribute__((deprecated)); Copied: branches/2018Q3/net/frr4/files/patch-ospf6d_ospf6__top.c (from r474490, head/net/frr4/files/patch-ospf6d_ospf6__top.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/net/frr4/files/patch-ospf6d_ospf6__top.c Wed Aug 22 13:37:09 2018 (r477786, copy of r474490, head/net/frr4/files/patch-ospf6d_ospf6__top.c) @@ -0,0 +1,21 @@ +--- ospf6d/ospf6_top.c.orig 2018-07-12 06:58:31 UTC ++++ ospf6d/ospf6_top.c +@@ -363,18 +363,12 @@ DEFUN(no_ospf6_router_id, + return CMD_SUCCESS; + } + +-#if CONFDATE > 20180828 +-CPP_NOTICE("ospf6: `router-id A.B.C.D` deprecated 2017/08/28") +-#endif + ALIAS_HIDDEN(ospf6_router_id, + ospf6_router_id_hdn_cmd, + "router-id A.B.C.D", + "Configure OSPF6 Router-ID\n" + V4NOTATION_STR) + +-#if CONFDATE > 20180828 +-CPP_NOTICE("ospf6: `no router-id A.B.C.D` deprecated 2017/08/28") +-#endif + ALIAS_HIDDEN(no_ospf6_router_id, + no_ospf6_router_id_hdn_cmd, + "no router-id [A.B.C.D]", Copied: branches/2018Q3/net/frr4/files/patch-ospfd_ospf__vty.c (from r474490, head/net/frr4/files/patch-ospfd_ospf__vty.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/net/frr4/files/patch-ospfd_ospf__vty.c Wed Aug 22 13:37:09 2018 (r477786, copy of r474490, head/net/frr4/files/patch-ospfd_ospf__vty.c) @@ -0,0 +1,22 @@ +--- ospfd/ospf_vty.c.orig 2018-07-12 06:56:11 UTC ++++ ospfd/ospf_vty.c +@@ -2337,9 +2337,6 @@ DEFUN (no_ospf_timers_lsa_min_arrival, + return CMD_SUCCESS; + } + +-#if CONFDATE > 20180708 +-CPP_NOTICE("ospf: `timers lsa arrival (0-1000)` deprecated 2017/07/08") +-#endif + ALIAS_HIDDEN (ospf_timers_lsa_min_arrival, + ospf_timers_lsa_arrival_cmd, + "timers lsa arrival (0-1000)", +@@ -2348,9 +2345,6 @@ ALIAS_HIDDEN (ospf_timers_lsa_min_arrival, + "ospf minimum arrival interval delay\n" + "delay (msec) between accepted lsas\n"); + +-#if CONFDATE > 20180708 +-CPP_NOTICE("ospf: `no timers lsa arrival (0-1000)` deprecated 2017/07/08") +-#endif + ALIAS_HIDDEN (no_ospf_timers_lsa_min_arrival, + no_ospf_timers_lsa_arrival_cmd, + "no timers lsa arrival (0-1000)", Copied: branches/2018Q3/net/frr4/files/patch-zebra_connected.c (from r474490, head/net/frr4/files/patch-zebra_connected.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/net/frr4/files/patch-zebra_connected.c Wed Aug 22 13:37:09 2018 (r477786, copy of r474490, head/net/frr4/files/patch-zebra_connected.c) @@ -0,0 +1,61 @@ +--- zebra/connected.c.orig 2018-03-12 01:53:37.000000000 +0100 ++++ zebra/connected.c 2018-07-12 09:11:27.490278000 +0200 +@@ -486,7 +486,9 @@ + + /* Add connected IPv6 route to the interface. */ + void connected_add_ipv6(struct interface *ifp, int flags, struct in6_addr *addr, +- u_char prefixlen, const char *label) ++ struct in6_addr *broad, uint8_t prefixlen, ++ const char *label) ++ + { + struct prefix_ipv6 *p; + struct connected *ifc; +@@ -508,6 +510,19 @@ + IPV6_ADDR_COPY(&p->prefix, addr); + p->prefixlen = prefixlen; + ifc->address = (struct prefix *)p; ++ if (broad) { ++ p = prefix_ipv6_new(); ++ p->family = AF_INET6; ++ IPV6_ADDR_COPY(&p->prefix, broad); ++ p->prefixlen = prefixlen; ++ ifc->destination = (struct prefix *)p; ++ } else { ++ if (CHECK_FLAG(ifc->flags, ZEBRA_IFA_PEER)) { ++ zlog_warn("warning: %s called for interface %s with peer flag set, but no peer address supplied", ++ __func__, ifp->name); ++ UNSET_FLAG(ifc->flags, ZEBRA_IFA_PEER); ++ } ++ } + + /* Label of this address. */ + if (label) +@@ -527,9 +542,9 @@ + } + + void connected_delete_ipv6(struct interface *ifp, struct in6_addr *address, +- u_char prefixlen) ++ struct in6_addr *broad, uint8_t prefixlen) + { +- struct prefix p; ++ struct prefix p, d; + struct connected *ifc; + + memset(&p, 0, sizeof(struct prefix)); +@@ -537,7 +552,14 @@ + memcpy(&p.u.prefix6, address, sizeof(struct in6_addr)); + p.prefixlen = prefixlen; + +- ifc = connected_check(ifp, &p); ++ if (broad) { ++ memset(&d, 0, sizeof(struct prefix)); ++ d.family = AF_INET6; ++ IPV6_ADDR_COPY(&d.u.prefix, broad); ++ d.prefixlen = prefixlen; ++ ifc = connected_check_ptp(ifp, &p, &d); ++ } else ++ ifc = connected_check_ptp(ifp, &p, NULL); + + connected_delete_helper(ifc, &p); + } Copied: branches/2018Q3/net/frr4/files/patch-zebra_connected.h (from r474490, head/net/frr4/files/patch-zebra_connected.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/net/frr4/files/patch-zebra_connected.h Wed Aug 22 13:37:09 2018 (r477786, copy of r474490, head/net/frr4/files/patch-zebra_connected.h) @@ -0,0 +1,17 @@ +--- zebra/connected.h.orig 2018-03-12 00:53:37 UTC ++++ zebra/connected.h +@@ -42,10 +42,11 @@ extern void connected_up(struct interface *ifp, struct + extern void connected_down(struct interface *ifp, struct connected *ifc); + + extern void connected_add_ipv6(struct interface *ifp, int flags, +- struct in6_addr *address, u_char prefixlen, +- const char *label); ++ struct in6_addr *address, struct in6_addr *broad, ++ uint8_t prefixlen, const char *label); + extern void connected_delete_ipv6(struct interface *ifp, +- struct in6_addr *address, u_char prefixlen); ++ struct in6_addr *address, ++ struct in6_addr *broad, uint8_t prefixlen); + + extern int connected_is_unnumbered(struct interface *); + Copied: branches/2018Q3/net/frr4/files/patch-zebra_if__ioctl.c (from r474490, head/net/frr4/files/patch-zebra_if__ioctl.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/net/frr4/files/patch-zebra_if__ioctl.c Wed Aug 22 13:37:09 2018 (r477786, copy of r474490, head/net/frr4/files/patch-zebra_if__ioctl.c) @@ -0,0 +1,11 @@ +--- zebra/if_ioctl.c.orig 2018-03-12 00:53:37 UTC ++++ zebra/if_ioctl.c +@@ -249,7 +249,7 @@ static int if_getaddrs(void) + } + #endif + +- connected_add_ipv6(ifp, flags, &addr->sin6_addr, ++ connected_add_ipv6(ifp, flags, &addr->sin6_addr, NULL, + prefixlen, NULL); + } + } Copied: branches/2018Q3/net/frr4/files/patch-zebra_if__ioctl__solaris.c (from r474490, head/net/frr4/files/patch-zebra_if__ioctl__solaris.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/net/frr4/files/patch-zebra_if__ioctl__solaris.c Wed Aug 22 13:37:09 2018 (r477786, copy of r474490, head/net/frr4/files/patch-zebra_if__ioctl__solaris.c) @@ -0,0 +1,11 @@ +--- zebra/if_ioctl_solaris.c.orig 2018-03-12 00:53:37 UTC ++++ zebra/if_ioctl_solaris.c +@@ -315,7 +315,7 @@ static int if_get_addr(struct interface *ifp, struct s + connected_add_ipv4(ifp, flags, &SIN(addr)->sin_addr, prefixlen, + (struct in_addr *)dest_pnt, label); + else if (af == AF_INET6) +- connected_add_ipv6(ifp, flags, &SIN6(addr)->sin6_addr, ++ connected_add_ipv6(ifp, flags, &SIN6(addr)->sin6_addr, NULL, + prefixlen, label); + + return 0; Copied: branches/2018Q3/net/frr4/files/patch-zebra_if__netlink.c (from r474490, head/net/frr4/files/patch-zebra_if__netlink.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/net/frr4/files/patch-zebra_if__netlink.c Wed Aug 22 13:37:09 2018 (r477786, copy of r474490, head/net/frr4/files/patch-zebra_if__netlink.c) @@ -0,0 +1,14 @@ +--- zebra/if_netlink.c.orig 2018-03-12 00:53:37 UTC ++++ zebra/if_netlink.c +@@ -985,9 +985,11 @@ int netlink_interface_addr(struct sockaddr_nl *snl, st + & (IFA_F_DADFAILED | IFA_F_TENTATIVE))) + connected_add_ipv6(ifp, flags, + (struct in6_addr *)addr, ++ (struct in6_addr *)broad, + ifa->ifa_prefixlen, label); + } else + connected_delete_ipv6(ifp, (struct in6_addr *)addr, ++ (struct in6_addr *)broad, + ifa->ifa_prefixlen); + } + Copied: branches/2018Q3/net/frr4/files/patch-zebra_ioctl.c (from r474490, head/net/frr4/files/patch-zebra_ioctl.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/net/frr4/files/patch-zebra_ioctl.c Wed Aug 22 13:37:09 2018 (r477786, copy of r474490, head/net/frr4/files/patch-zebra_ioctl.c) @@ -0,0 +1,20 @@ +--- zebra/ioctl.c.orig 2018-03-12 00:53:37 UTC ++++ zebra/ioctl.c +@@ -395,10 +395,13 @@ void if_get_flags(struct interface *ifp) + strncpy(ifmr.ifm_name, ifp->name, IFNAMSIZ); + + /* Seems not all interfaces implement this ioctl */ +- if (if_ioctl(SIOCGIFMEDIA, (caddr_t)&ifmr) < 0) +- zlog_err("if_ioctl(SIOCGIFMEDIA) failed: %s", +- safe_strerror(errno)); +- else if (ifmr.ifm_status & IFM_AVALID) /* Link state is valid */ ++ if (if_ioctl(SIOCGIFMEDIA, (caddr_t)&ifmr) < 0) { ++ /* Ignore EINVAL to avoid being too verbose */ ++ if (errno != EINVAL) ++ zlog_err("if_ioctl(SIOCGIFMEDIA) failed: %s", ++ safe_strerror(errno)); ++ } else if (ifmr.ifm_status ++ & IFM_AVALID) /* Link state is valid */ + { + if (ifmr.ifm_status & IFM_ACTIVE) + SET_FLAG(ifreq.ifr_flags, IFF_RUNNING); Copied: branches/2018Q3/net/frr4/files/patch-zebra_kernel__socket.c (from r474490, head/net/frr4/files/patch-zebra_kernel__socket.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q3/net/frr4/files/patch-zebra_kernel__socket.c Wed Aug 22 13:37:09 2018 (r477786, copy of r474490, head/net/frr4/files/patch-zebra_kernel__socket.c) @@ -0,0 +1,15 @@ +--- zebra/kernel_socket.c.orig 2018-03-12 00:53:37 UTC ++++ zebra/kernel_socket.c +@@ -771,10 +771,11 @@ int ifam_read(struct ifa_msghdr *ifam) + + if (ifam->ifam_type == RTM_NEWADDR) + connected_add_ipv6(ifp, flags, &addr.sin6.sin6_addr, ++ NULL, + ip6_masklen(mask.sin6.sin6_addr), + (isalias ? ifname : NULL)); + else +- connected_delete_ipv6(ifp, &addr.sin6.sin6_addr, ++ connected_delete_ipv6(ifp, &addr.sin6.sin6_addr, NULL, + ip6_masklen(mask.sin6.sin6_addr)); + break; + default: Modified: branches/2018Q3/net/frr4/pkg-message ============================================================================== --- branches/2018Q3/net/frr4/pkg-message Wed Aug 22 13:20:44 2018 (r477785) +++ branches/2018Q3/net/frr4/pkg-message Wed Aug 22 13:37:09 2018 (r477786) @@ -4,5 +4,5 @@ messages like: To prevent such message kern.ipc.maxsockbuf can be increased: sysctl kern.ipc.maxsockbuf=16777216 -Error messages like "if_ioctl(SIOCGIFMEDIA) failed: Invalid argument" and - crashs with tun,gre or gif interfaces are under investigation. +Error messages like "if_ioctl(SIOCGIFMEDIA) failed: Invalid argument" are +under investigation. From owner-svn-ports-branches@freebsd.org Wed Aug 22 18:18:46 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E7CA1091370; Wed, 22 Aug 2018 18:18:46 +0000 (UTC) (envelope-from swills@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 D3CC8828EB; Wed, 22 Aug 2018 18:18:45 +0000 (UTC) (envelope-from swills@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 9833E16999; Wed, 22 Aug 2018 18:18:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7MIIjrc023099; Wed, 22 Aug 2018 18:18:45 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7MIIiou023093; Wed, 22 Aug 2018 18:18:44 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808221818.w7MIIiou023093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 22 Aug 2018 18:18:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477808 - in branches/2018Q3: dns/powerdns dns/powerdns-recursor editors/encryptpad security/botan2 X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in branches/2018Q3: dns/powerdns dns/powerdns-recursor editors/encryptpad security/botan2 X-SVN-Commit-Revision: 477808 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.27 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, 22 Aug 2018 18:18:46 -0000 Author: swills Date: Wed Aug 22 18:18:44 2018 New Revision: 477808 URL: https://svnweb.freebsd.org/changeset/ports/477808 Log: MFH: r477449 security/botan2: update to 2.7.0 While here, bump PORTREVISION on dependent ports PR: 230666 Submitted by: Ralf van der Enden (maintainer Security: 7762d7ad-2e38-41d2-9785-c51f653ba8bd Approved by: ports-secteam (implicit) Modified: branches/2018Q3/dns/powerdns-recursor/Makefile branches/2018Q3/dns/powerdns/Makefile branches/2018Q3/editors/encryptpad/Makefile branches/2018Q3/security/botan2/Makefile branches/2018Q3/security/botan2/distinfo branches/2018Q3/security/botan2/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/dns/powerdns-recursor/Makefile ============================================================================== --- branches/2018Q3/dns/powerdns-recursor/Makefile Wed Aug 22 18:08:15 2018 (r477807) +++ branches/2018Q3/dns/powerdns-recursor/Makefile Wed Aug 22 18:18:44 2018 (r477808) @@ -3,7 +3,7 @@ PORTNAME= recursor DISTVERSION= 4.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- @@ -29,7 +29,8 @@ USES= compiler:c++11-lib cpe gmake localbase:ldflags GNU_CONFIGURE= YES CXXFLAGS+= -D_GLIBCXX_USE_C99 CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns \ - --with-protobuf + --with-protobuf \ + --without-net-snmp CPE_VENDOR= powerdns Modified: branches/2018Q3/dns/powerdns/Makefile ============================================================================== --- branches/2018Q3/dns/powerdns/Makefile Wed Aug 22 18:08:15 2018 (r477807) +++ branches/2018Q3/dns/powerdns/Makefile Wed Aug 22 18:18:44 2018 (r477808) @@ -2,7 +2,7 @@ PORTNAME= powerdns DISTVERSION= 4.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} Modified: branches/2018Q3/editors/encryptpad/Makefile ============================================================================== --- branches/2018Q3/editors/encryptpad/Makefile Wed Aug 22 18:08:15 2018 (r477807) +++ branches/2018Q3/editors/encryptpad/Makefile Wed Aug 22 18:18:44 2018 (r477808) @@ -4,7 +4,7 @@ PORTNAME= encryptpad DISTVERSIONPREFIX= v DISTVERSION= 0.4.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors security PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: branches/2018Q3/security/botan2/Makefile ============================================================================== --- branches/2018Q3/security/botan2/Makefile Wed Aug 22 18:08:15 2018 (r477807) +++ branches/2018Q3/security/botan2/Makefile Wed Aug 22 18:18:44 2018 (r477808) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= botan -DISTVERSION= 2.6.0 -PORTREVISION= 1 +DISTVERSION= 2.7.0 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 @@ -62,7 +61,7 @@ post-patch: ${WRKSRC}/src/build-data/cc/clang.txt post-install: -.for i in bin/botan lib/libbotan-2.so.5.6.0 +.for i in bin/botan lib/libbotan-2.so.7.7.0 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${i} .endfor Modified: branches/2018Q3/security/botan2/distinfo ============================================================================== --- branches/2018Q3/security/botan2/distinfo Wed Aug 22 18:08:15 2018 (r477807) +++ branches/2018Q3/security/botan2/distinfo Wed Aug 22 18:18:44 2018 (r477808) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523435950 -SHA256 (Botan-2.6.0.tgz) = c1f261555bba702c73608dde7bd743ef2d6377a41a1c295915b25c5babaf5cc5 -SIZE (Botan-2.6.0.tgz) = 6599127 +TIMESTAMP = 1530602195 +SHA256 (Botan-2.7.0.tgz) = e42df91556317588c6ca0e41bf796f9bd5ec5c70e0668e6c97c608c697c24a90 +SIZE (Botan-2.7.0.tgz) = 7021654 Modified: branches/2018Q3/security/botan2/pkg-plist ============================================================================== --- branches/2018Q3/security/botan2/pkg-plist Wed Aug 22 18:08:15 2018 (r477807) +++ branches/2018Q3/security/botan2/pkg-plist Wed Aug 22 18:18:44 2018 (r477808) @@ -15,6 +15,7 @@ include/botan-2/botan/assert.h include/botan-2/botan/atomic.h include/botan-2/botan/auto_rng.h include/botan-2/botan/b64_filt.h +include/botan-2/botan/base32.h include/botan-2/botan/base64.h include/botan-2/botan/basefilt.h include/botan-2/botan/bcrypt.h @@ -214,6 +215,7 @@ include/botan-2/botan/rotate.h include/botan-2/botan/rsa.h include/botan-2/botan/salsa20.h include/botan-2/botan/scan_name.h +include/botan-2/botan/scrypt.h include/botan-2/botan/secmem.h include/botan-2/botan/secqueue.h include/botan-2/botan/seed.h @@ -303,7 +305,7 @@ include/botan-2/botan/xts.h include/botan-2/botan/zlib.h lib/libbotan-2.a lib/libbotan-2.so -lib/libbotan-2.so.5 -lib/libbotan-2.so.5.6.0 +lib/libbotan-2.so.7 +lib/libbotan-2.so.7.7.0 %%PYTHON_SITELIBDIR%%/botan2.py libdata/pkgconfig/botan-2.pc From owner-svn-ports-branches@freebsd.org Wed Aug 22 19:41:50 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 11D6010937C0; Wed, 22 Aug 2018 19:41:50 +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 BD15C8708F; Wed, 22 Aug 2018 19:41:49 +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 9FA2517840; Wed, 22 Aug 2018 19:41:49 +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 w7MJfnZl068198; Wed, 22 Aug 2018 19:41:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7MJfnXK068196; Wed, 22 Aug 2018 19:41:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201808221941.w7MJfnXK068196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 22 Aug 2018 19:41:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477815 - branches/2018Q3/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/emulators/rpcs3 X-SVN-Commit-Revision: 477815 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.27 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, 22 Aug 2018 19:41:50 -0000 Author: jbeich Date: Wed Aug 22 19:41:49 2018 New Revision: 477815 URL: https://svnweb.freebsd.org/changeset/ports/477815 Log: MFH: r477814 emulators/rpcs3: update to 0.0.5.769 Changes: https://github.com/RPCS3/rpcs3/compare/d1d1b2eff...f3d3a1a4a Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q3/emulators/rpcs3/Makefile branches/2018Q3/emulators/rpcs3/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q3/emulators/rpcs3/Makefile Wed Aug 22 19:38:57 2018 (r477814) +++ branches/2018Q3/emulators/rpcs3/Makefile Wed Aug 22 19:41:49 2018 (r477815) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-764 -DISTVERSIONSUFFIX= -gd1d1b2eff +DISTVERSION= 0.0.5-769 +DISTVERSIONSUFFIX= -gf3d3a1a4a CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: branches/2018Q3/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q3/emulators/rpcs3/distinfo Wed Aug 22 19:38:57 2018 (r477814) +++ branches/2018Q3/emulators/rpcs3/distinfo Wed Aug 22 19:41:49 2018 (r477815) @@ -1,6 +1,6 @@ -TIMESTAMP = 1534789181 -SHA256 (RPCS3-rpcs3-v0.0.5-764-gd1d1b2eff_GH0.tar.gz) = a5f41e3d34ee34160fe2373e900ecfc8dc91e65807de09749c0fc3df1726fc34 -SIZE (RPCS3-rpcs3-v0.0.5-764-gd1d1b2eff_GH0.tar.gz) = 4975477 +TIMESTAMP = 1534947774 +SHA256 (RPCS3-rpcs3-v0.0.5-769-gf3d3a1a4a_GH0.tar.gz) = 9343ed05072aa83fe5e5a0fbe2c617d5f2cc3423edda27e2aa0b3b30291ad6a2 +SIZE (RPCS3-rpcs3-v0.0.5-769-gf3d3a1a4a_GH0.tar.gz) = 4974947 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-llvm-be9f7bfe2068_GH0.tar.gz) = 6fc805799e0853505ce786882e5856d018130fcca37206e7ef5fcef6b72937d3 From owner-svn-ports-branches@freebsd.org Wed Aug 22 21:17: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 A77D610961C4; Wed, 22 Aug 2018 21:17:29 +0000 (UTC) (envelope-from swills@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 5E5DC8CFEB; Wed, 22 Aug 2018 21:17:29 +0000 (UTC) (envelope-from swills@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 3EF4F18740; Wed, 22 Aug 2018 21:17:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7MLHTCH016571; Wed, 22 Aug 2018 21:17:29 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7MLHSbC016569; Wed, 22 Aug 2018 21:17:28 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808222117.w7MLHSbC016569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 22 Aug 2018 21:17:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477826 - branches/2018Q3/devel/gogs X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: branches/2018Q3/devel/gogs X-SVN-Commit-Revision: 477826 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.27 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, 22 Aug 2018 21:17:29 -0000 Author: swills Date: Wed Aug 22 21:17:28 2018 New Revision: 477826 URL: https://svnweb.freebsd.org/changeset/ports/477826 Log: MFH: r477825 devel/gogs: Fix open redirect vulnerability PR: 230800 Submitted by: Dmitri Goutnik (maintainer) Security: e53a908d-a645-11e8-8acd-10c37b4ac2ea Approved by: ports-secteam (implicit) Modified: branches/2018Q3/devel/gogs/Makefile branches/2018Q3/devel/gogs/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/devel/gogs/Makefile ============================================================================== --- branches/2018Q3/devel/gogs/Makefile Wed Aug 22 21:16:16 2018 (r477825) +++ branches/2018Q3/devel/gogs/Makefile Wed Aug 22 21:17:28 2018 (r477826) @@ -3,7 +3,11 @@ PORTNAME= gogs DISTVERSIONPREFIX= v DISTVERSION= 0.11.53 +PORTREVISION= 1 CATEGORIES= devel www + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 1f247cf8139cb483276cd8dd06385a800ce9d4b2.patch:-p1 MAINTAINER= dg@syrec.org COMMENT= Painless self-hosted Git service Modified: branches/2018Q3/devel/gogs/distinfo ============================================================================== --- branches/2018Q3/devel/gogs/distinfo Wed Aug 22 21:16:16 2018 (r477825) +++ branches/2018Q3/devel/gogs/distinfo Wed Aug 22 21:17:28 2018 (r477826) @@ -1,3 +1,5 @@ -TIMESTAMP = 1528222979 +TIMESTAMP = 1534857835 SHA256 (gogs-gogs-v0.11.53_GH0.tar.gz) = 1f7f948b6b0c6584d6f0ff23543f1b155f205c6ea5db92567fffba24fd5797b5 SIZE (gogs-gogs-v0.11.53_GH0.tar.gz) = 18920539 +SHA256 (1f247cf8139cb483276cd8dd06385a800ce9d4b2.patch) = 538273ff486041e2eaf571e1080f3929f15d902cd2bbb65fe6187c9f910eda0b +SIZE (1f247cf8139cb483276cd8dd06385a800ce9d4b2.patch) = 892 From owner-svn-ports-branches@freebsd.org Wed Aug 22 23:57: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 43D9F1099EA0; Wed, 22 Aug 2018 23:57:55 +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 DC858743FF; Wed, 22 Aug 2018 23:57:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B874E1A2CD; Wed, 22 Aug 2018 23:57:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7MNvsTD001923; Wed, 22 Aug 2018 23:57:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7MNvsuH001922; Wed, 22 Aug 2018 23:57:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201808222357.w7MNvsuH001922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 22 Aug 2018 23:57:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477845 - branches/2018Q3/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/emulators/citra X-SVN-Commit-Revision: 477845 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.27 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, 22 Aug 2018 23:57:55 -0000 Author: jbeich Date: Wed Aug 22 23:57:54 2018 New Revision: 477845 URL: https://svnweb.freebsd.org/changeset/ports/477845 Log: MFH: r477844 emulators/citra: update to s20180821 Changes: https://github.com/citra-emu/citra/compare/7279335fc...47025552c Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q3/emulators/citra/Makefile branches/2018Q3/emulators/citra/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/emulators/citra/Makefile ============================================================================== --- branches/2018Q3/emulators/citra/Makefile Wed Aug 22 23:56:36 2018 (r477844) +++ branches/2018Q3/emulators/citra/Makefile Wed Aug 22 23:57:54 2018 (r477845) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20180820 +PORTVERSION= s20180821 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= 7279335fc +GH_TAGNAME= 47025552c GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-2-g4b350a3:dynarmic/externals/dynarmic \ Modified: branches/2018Q3/emulators/citra/distinfo ============================================================================== --- branches/2018Q3/emulators/citra/distinfo Wed Aug 22 23:56:36 2018 (r477844) +++ branches/2018Q3/emulators/citra/distinfo Wed Aug 22 23:57:54 2018 (r477845) @@ -1,6 +1,6 @@ -TIMESTAMP = 1534784393 -SHA256 (citra-emu-citra-s20180820-7279335fc_GH0.tar.gz) = 52091d3d03bfadc1a105289a518c83afc1e4a6fae7a44988af619dc5018cd7db -SIZE (citra-emu-citra-s20180820-7279335fc_GH0.tar.gz) = 4092186 +TIMESTAMP = 1534850983 +SHA256 (citra-emu-citra-s20180821-47025552c_GH0.tar.gz) = bd8d41b628ce2b254c3570f26967beabe2e0488c10e1ecbfb2dabde3b08a49ef +SIZE (citra-emu-citra-s20180821-47025552c_GH0.tar.gz) = 4092190 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 Thu Aug 23 07:48:41 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 2249B1084B2B; Thu, 23 Aug 2018 07:48:41 +0000 (UTC) (envelope-from zeising@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 C79C985B59; Thu, 23 Aug 2018 07:48:40 +0000 (UTC) (envelope-from zeising@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 A36EF1F14B; Thu, 23 Aug 2018 07:48:40 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7N7me2n044296; Thu, 23 Aug 2018 07:48:40 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7N7meNl044293; Thu, 23 Aug 2018 07:48:40 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201808230748.w7N7meNl044293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 23 Aug 2018 07:48:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477857 - branches/2018Q3/x11/libX11 X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2018Q3/x11/libX11 X-SVN-Commit-Revision: 477857 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.27 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, 23 Aug 2018 07:48:41 -0000 Author: zeising Date: Thu Aug 23 07:48:39 2018 New Revision: 477857 URL: https://svnweb.freebsd.org/changeset/ports/477857 Log: MFH: r477818 x11/libX11: Update to 1.6.6 This is a security update Changelog: https://lists.x.org/archives/xorg-announce/2018-August/002916.html Note: I had to hand-merge Makefile a little because of differences in portrevision. Security: fe99d3ca-a63a-11e8-a7c6-54e1ad3d6335 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/x11/libX11/Makefile branches/2018Q3/x11/libX11/distinfo branches/2018Q3/x11/libX11/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/x11/libX11/Makefile ============================================================================== --- branches/2018Q3/x11/libX11/Makefile Thu Aug 23 07:09:31 2018 (r477856) +++ branches/2018Q3/x11/libX11/Makefile Thu Aug 23 07:48:39 2018 (r477857) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libX11 -PORTVERSION= 1.6.5 +PORTVERSION= 1.6.6 PORTEPOCH= 1 CATEGORIES= x11 Modified: branches/2018Q3/x11/libX11/distinfo ============================================================================== --- branches/2018Q3/x11/libX11/distinfo Thu Aug 23 07:09:31 2018 (r477856) +++ branches/2018Q3/x11/libX11/distinfo Thu Aug 23 07:48:39 2018 (r477857) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488204574 -SHA256 (xorg/lib/libX11-1.6.5.tar.bz2) = 4d3890db2ba225ba8c55ca63c6409c1ebb078a2806de59fb16342768ae63435d -SIZE (xorg/lib/libX11-1.6.5.tar.bz2) = 2361556 +TIMESTAMP = 1534962530 +SHA256 (xorg/lib/libX11-1.6.6.tar.bz2) = 65fe181d40ec77f45417710c6a67431814ab252d21c2e85c75dd1ed568af414f +SIZE (xorg/lib/libX11-1.6.6.tar.bz2) = 2342730 Modified: branches/2018Q3/x11/libX11/pkg-plist ============================================================================== --- branches/2018Q3/x11/libX11/pkg-plist Thu Aug 23 07:09:31 2018 (r477856) +++ branches/2018Q3/x11/libX11/pkg-plist Thu Aug 23 07:48:39 2018 (r477857) @@ -874,6 +874,7 @@ man/man3/XkbGetKeyboard.3.gz man/man3/XkbGetKeyboardByName.3.gz man/man3/XkbGetMap.3.gz man/man3/XkbGetNameChanges.3.gz +man/man3/XkbGetNamedDeviceIndicator.3.gz man/man3/XkbGetNamedGeometry.3.gz man/man3/XkbGetNamedIndicator.3.gz man/man3/XkbGetNames.3.gz @@ -954,6 +955,7 @@ man/man3/XkbSetIgnoreLockMods.3.gz man/man3/XkbSetIndicatorMap.3.gz man/man3/XkbSetMap.3.gz man/man3/XkbSetModActionVMods.3.gz +man/man3/XkbSetNamedDeviceIndicator.3.gz man/man3/XkbSetNamedIndicator.3.gz man/man3/XkbSetNames.3.gz man/man3/XkbSetPtrActionX.3.gz From owner-svn-ports-branches@freebsd.org Thu Aug 23 08:15:58 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 5BAB41085821; Thu, 23 Aug 2018 08:15:58 +0000 (UTC) (envelope-from matthew@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 0437086A55; Thu, 23 Aug 2018 08:15:58 +0000 (UTC) (envelope-from matthew@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 D59491F632; Thu, 23 Aug 2018 08:15:57 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7N8Fvob059611; Thu, 23 Aug 2018 08:15:57 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7N8FvQQ059610; Thu, 23 Aug 2018 08:15:57 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201808230815.w7N8FvQQ059610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 23 Aug 2018 08:15:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477858 - branches/2018Q3/databases/phpmyadmin X-SVN-Group: ports-branches X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: branches/2018Q3/databases/phpmyadmin X-SVN-Commit-Revision: 477858 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.27 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, 23 Aug 2018 08:15:58 -0000 Author: matthew Date: Thu Aug 23 08:15:57 2018 New Revision: 477858 URL: https://svnweb.freebsd.org/changeset/ports/477858 Log: MFH: r477843 Update to 4.8.3; includes a security update for PMASA-2018-5 Security: 9e205ef5-a649-11e8-b1f6-6805ca0b3d42 Approved by: ports-secteam (miwi) Modified: branches/2018Q3/databases/phpmyadmin/Makefile branches/2018Q3/databases/phpmyadmin/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/databases/phpmyadmin/Makefile ============================================================================== --- branches/2018Q3/databases/phpmyadmin/Makefile Thu Aug 23 07:48:39 2018 (r477857) +++ branches/2018Q3/databases/phpmyadmin/Makefile Thu Aug 23 08:15:57 2018 (r477858) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.8.2 +DISTVERSION= 4.8.3 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: branches/2018Q3/databases/phpmyadmin/distinfo ============================================================================== --- branches/2018Q3/databases/phpmyadmin/distinfo Thu Aug 23 07:48:39 2018 (r477857) +++ branches/2018Q3/databases/phpmyadmin/distinfo Thu Aug 23 08:15:57 2018 (r477858) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529708065 -SHA256 (phpMyAdmin-4.8.2-all-languages.tar.xz) = 2b42e75274ab078a0c2ca3aff767f45d1d81849f9f762a2ed0674819f061ba1d -SIZE (phpMyAdmin-4.8.2-all-languages.tar.xz) = 5914400 +TIMESTAMP = 1534970018 +SHA256 (phpMyAdmin-4.8.3-all-languages.tar.xz) = 95f2692094d31c2c323d4767023583ab112ad54fff9e3af372710fcb676151af +SIZE (phpMyAdmin-4.8.3-all-languages.tar.xz) = 5996528 From owner-svn-ports-branches@freebsd.org Fri Aug 24 11:50:35 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 212591087F40; Fri, 24 Aug 2018 11:50:35 +0000 (UTC) (envelope-from mat@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 C9A0C8310C; Fri, 24 Aug 2018 11:50:34 +0000 (UTC) (envelope-from mat@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 AC40E10A3D; Fri, 24 Aug 2018 11:50:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7OBoYvC016095; Fri, 24 Aug 2018 11:50:34 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7OBoXEt016088; Fri, 24 Aug 2018 11:50:33 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201808241150.w7OBoXEt016088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 24 Aug 2018 11:50:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477958 - in branches/2018Q3/dns: bind9-devel bind9-devel/files bind911 bind911/files bind912 bind912/files bind913 bind913/files X-SVN-Group: ports-branches X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in branches/2018Q3/dns: bind9-devel bind9-devel/files bind911 bind911/files bind912 bind912/files bind913 bind913/files X-SVN-Commit-Revision: 477958 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.27 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, 24 Aug 2018 11:50:35 -0000 Author: mat Date: Fri Aug 24 11:50:32 2018 New Revision: 477958 URL: https://svnweb.freebsd.org/changeset/ports/477958 Log: MFH: r477957 Permit using allow-new-zones, LMDB, and a chrooted environment. Fixes this obscure and not at all helpful message: mdb_env_open of '_default.nzd' failed: No such file or directory PR: 229125 Reported by: Tomáš Čiernik Modified: branches/2018Q3/dns/bind9-devel/Makefile branches/2018Q3/dns/bind9-devel/files/BIND.chroot.dist branches/2018Q3/dns/bind911/Makefile branches/2018Q3/dns/bind911/files/BIND.chroot.dist branches/2018Q3/dns/bind912/Makefile branches/2018Q3/dns/bind912/files/BIND.chroot.dist branches/2018Q3/dns/bind913/Makefile branches/2018Q3/dns/bind913/files/BIND.chroot.dist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/dns/bind9-devel/Makefile ============================================================================== --- branches/2018Q3/dns/bind9-devel/Makefile Fri Aug 24 11:49:34 2018 (r477957) +++ branches/2018Q3/dns/bind9-devel/Makefile Fri Aug 24 11:50:32 2018 (r477958) @@ -9,7 +9,7 @@ PORTREVISION= 0 .else # XXX: correct version # dns/bind9xx here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 # XXX: put the ISC master_site Modified: branches/2018Q3/dns/bind9-devel/files/BIND.chroot.dist ============================================================================== --- branches/2018Q3/dns/bind9-devel/files/BIND.chroot.dist Fri Aug 24 11:49:34 2018 (r477957) +++ branches/2018Q3/dns/bind9-devel/files/BIND.chroot.dist Fri Aug 24 11:50:32 2018 (r477958) @@ -9,6 +9,8 @@ .. etc type=dir .. + tmp type=dir mode=01777 + .. /set type=file uname=bind gname=bind mode=0755 var type=dir uname=root gname=wheel dump type=dir Modified: branches/2018Q3/dns/bind911/Makefile ============================================================================== --- branches/2018Q3/dns/bind911/Makefile Fri Aug 24 11:49:34 2018 (r477957) +++ branches/2018Q3/dns/bind911/Makefile Fri Aug 24 11:50:32 2018 (r477958) @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 911 Modified: branches/2018Q3/dns/bind911/files/BIND.chroot.dist ============================================================================== --- branches/2018Q3/dns/bind911/files/BIND.chroot.dist Fri Aug 24 11:49:34 2018 (r477957) +++ branches/2018Q3/dns/bind911/files/BIND.chroot.dist Fri Aug 24 11:50:32 2018 (r477958) @@ -9,6 +9,8 @@ .. etc type=dir .. + tmp type=dir mode=01777 + .. /set type=file uname=bind gname=bind mode=0755 var type=dir uname=root gname=wheel dump type=dir Modified: branches/2018Q3/dns/bind912/Makefile ============================================================================== --- branches/2018Q3/dns/bind912/Makefile Fri Aug 24 11:49:34 2018 (r477957) +++ branches/2018Q3/dns/bind912/Makefile Fri Aug 24 11:50:32 2018 (r477958) @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc PORTREVISION= 0 .else # dns/bind912 here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} Modified: branches/2018Q3/dns/bind912/files/BIND.chroot.dist ============================================================================== --- branches/2018Q3/dns/bind912/files/BIND.chroot.dist Fri Aug 24 11:49:34 2018 (r477957) +++ branches/2018Q3/dns/bind912/files/BIND.chroot.dist Fri Aug 24 11:50:32 2018 (r477958) @@ -9,6 +9,8 @@ .. etc type=dir .. + tmp type=dir mode=01777 + .. /set type=file uname=bind gname=bind mode=0755 var type=dir uname=root gname=wheel dump type=dir Modified: branches/2018Q3/dns/bind913/Makefile ============================================================================== --- branches/2018Q3/dns/bind913/Makefile Fri Aug 24 11:49:34 2018 (r477957) +++ branches/2018Q3/dns/bind913/Makefile Fri Aug 24 11:50:32 2018 (r477958) @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc PORTREVISION= 0 .else # dns/bind913 here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} Modified: branches/2018Q3/dns/bind913/files/BIND.chroot.dist ============================================================================== --- branches/2018Q3/dns/bind913/files/BIND.chroot.dist Fri Aug 24 11:49:34 2018 (r477957) +++ branches/2018Q3/dns/bind913/files/BIND.chroot.dist Fri Aug 24 11:50:32 2018 (r477958) @@ -9,6 +9,8 @@ .. etc type=dir .. + tmp type=dir mode=01777 + .. /set type=file uname=bind gname=bind mode=0755 var type=dir uname=root gname=wheel dump type=dir From owner-svn-ports-branches@freebsd.org Fri Aug 24 22:38: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 468841096240; Fri, 24 Aug 2018 22:38: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 F145C7A7BC; Fri, 24 Aug 2018 22:38: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 CC30A174A0; Fri, 24 Aug 2018 22:38: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 w7OMca4m047885; Fri, 24 Aug 2018 22:38:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7OMcaVU047884; Fri, 24 Aug 2018 22:38:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201808242238.w7OMcaVU047884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 24 Aug 2018 22:38:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477987 - branches/2018Q3/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/emulators/rpcs3 X-SVN-Commit-Revision: 477987 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.27 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, 24 Aug 2018 22:38:37 -0000 Author: jbeich Date: Fri Aug 24 22:38:36 2018 New Revision: 477987 URL: https://svnweb.freebsd.org/changeset/ports/477987 Log: MFH: r477985 emulators/rpcs3: update to 0.0.5.774 Changes: https://github.com/RPCS3/rpcs3/compare/f3d3a1a4a...21e191111 Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q3/emulators/rpcs3/Makefile branches/2018Q3/emulators/rpcs3/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q3/emulators/rpcs3/Makefile Fri Aug 24 22:31:59 2018 (r477986) +++ branches/2018Q3/emulators/rpcs3/Makefile Fri Aug 24 22:38:36 2018 (r477987) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-769 -DISTVERSIONSUFFIX= -gf3d3a1a4a +DISTVERSION= 0.0.5-774 +DISTVERSIONSUFFIX= -g21e191111 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: branches/2018Q3/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q3/emulators/rpcs3/distinfo Fri Aug 24 22:31:59 2018 (r477986) +++ branches/2018Q3/emulators/rpcs3/distinfo Fri Aug 24 22:38:36 2018 (r477987) @@ -1,6 +1,6 @@ -TIMESTAMP = 1534947774 -SHA256 (RPCS3-rpcs3-v0.0.5-769-gf3d3a1a4a_GH0.tar.gz) = 9343ed05072aa83fe5e5a0fbe2c617d5f2cc3423edda27e2aa0b3b30291ad6a2 -SIZE (RPCS3-rpcs3-v0.0.5-769-gf3d3a1a4a_GH0.tar.gz) = 4974947 +TIMESTAMP = 1535111542 +SHA256 (RPCS3-rpcs3-v0.0.5-774-g21e191111_GH0.tar.gz) = 77b383d41fa2a841f6430a069d0e05d114aee76422c1078ad52b25c61b742dd4 +SIZE (RPCS3-rpcs3-v0.0.5-774-g21e191111_GH0.tar.gz) = 4976597 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-llvm-be9f7bfe2068_GH0.tar.gz) = 6fc805799e0853505ce786882e5856d018130fcca37206e7ef5fcef6b72937d3 From owner-svn-ports-branches@freebsd.org Fri Aug 24 22:40: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 D415B10962AF; Fri, 24 Aug 2018 22:40: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 818267A8BC; Fri, 24 Aug 2018 22:40: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 60D0A174A5; Fri, 24 Aug 2018 22:40: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 w7OMeLYP048107; Fri, 24 Aug 2018 22:40:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7OMeL9q048105; Fri, 24 Aug 2018 22:40:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201808242240.w7OMeL9q048105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 24 Aug 2018 22:40:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477988 - branches/2018Q3/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q3/emulators/citra X-SVN-Commit-Revision: 477988 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.27 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, 24 Aug 2018 22:40:22 -0000 Author: jbeich Date: Fri Aug 24 22:40:20 2018 New Revision: 477988 URL: https://svnweb.freebsd.org/changeset/ports/477988 Log: MFH: r477986 emulators/citra: update to s20180824 Changes: https://github.com/citra-emu/citra/compare/47025552c...0a5621faf Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q3/emulators/citra/Makefile branches/2018Q3/emulators/citra/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/emulators/citra/Makefile ============================================================================== --- branches/2018Q3/emulators/citra/Makefile Fri Aug 24 22:38:36 2018 (r477987) +++ branches/2018Q3/emulators/citra/Makefile Fri Aug 24 22:40:20 2018 (r477988) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20180821 +PORTVERSION= s20180824 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,13 +23,13 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 47025552c +GH_TAGNAME= 0a5621faf GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-2-g4b350a3:dynarmic/externals/dynarmic \ arsenm:sanitizers-cmake:f09151b:sanitizers_cmake/externals/cubeb/cmake/sanitizers-cmake \ benhoyt:inih:r40:inih/externals/inih/inih \ - catchorg:Catch2:v2.2.2:catch/externals/catch \ + catchorg:Catch2:v2.3.0:catch/externals/catch \ fmtlib:fmt:5.1.0:fmt/externals/fmt \ herumi:xbyak:v5.64:xbyak/externals/xbyak \ kinetiknz:cubeb:cubeb-0.2-1039-g44341a1:cubeb/externals/cubeb \ Modified: branches/2018Q3/emulators/citra/distinfo ============================================================================== --- branches/2018Q3/emulators/citra/distinfo Fri Aug 24 22:38:36 2018 (r477987) +++ branches/2018Q3/emulators/citra/distinfo Fri Aug 24 22:40:20 2018 (r477988) @@ -1,6 +1,6 @@ -TIMESTAMP = 1534850983 -SHA256 (citra-emu-citra-s20180821-47025552c_GH0.tar.gz) = bd8d41b628ce2b254c3570f26967beabe2e0488c10e1ecbfb2dabde3b08a49ef -SIZE (citra-emu-citra-s20180821-47025552c_GH0.tar.gz) = 4092190 +TIMESTAMP = 1535134895 +SHA256 (citra-emu-citra-s20180824-0a5621faf_GH0.tar.gz) = 4555fe9785d748101c4eb58bef92dc95c883ce3213b8441ecceba9d87e9ce3b5 +SIZE (citra-emu-citra-s20180824-0a5621faf_GH0.tar.gz) = 4092577 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 @@ -11,8 +11,8 @@ SHA256 (arsenm-sanitizers-cmake-f09151b_GH0.tar.gz) = SIZE (arsenm-sanitizers-cmake-f09151b_GH0.tar.gz) = 6856 SHA256 (benhoyt-inih-r40_GH0.tar.gz) = 0a7d8600c523ccd2d01a5bec2ef3a6482ada49794e67cf694d2bec796cb2c340 SIZE (benhoyt-inih-r40_GH0.tar.gz) = 11436 -SHA256 (catchorg-Catch2-v2.2.2_GH0.tar.gz) = e93aacf012579093fe6b4e686ff0488975cabee1e6b4e4f27a0acd898e8f09fd -SIZE (catchorg-Catch2-v2.2.2_GH0.tar.gz) = 497244 +SHA256 (catchorg-Catch2-v2.3.0_GH0.tar.gz) = aaf6bbf81ce8522131bae2ea4d013a77b003bbb2017614f5872d5787687f8f5f +SIZE (catchorg-Catch2-v2.3.0_GH0.tar.gz) = 506374 SHA256 (fmtlib-fmt-5.1.0_GH0.tar.gz) = 73d4cab4fa8a3482643d8703de4d9522d7a56981c938eca42d929106ff474b44 SIZE (fmtlib-fmt-5.1.0_GH0.tar.gz) = 641502 SHA256 (herumi-xbyak-v5.64_GH0.tar.gz) = e329c76774ef8e1e89b6407de70e29ed1f93ad4abbfc12437f5e2b74d69b3acf From owner-svn-ports-branches@freebsd.org Sat Aug 25 10:18: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 ADEA810856B0; Sat, 25 Aug 2018 10:18:56 +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 63661925BF; Sat, 25 Aug 2018 10:18:56 +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 448101E943; Sat, 25 Aug 2018 10:18:56 +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 w7PAIuT9012399; Sat, 25 Aug 2018 10:18:56 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7PAItpE012395; Sat, 25 Aug 2018 10:18:55 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201808251018.w7PAItpE012395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 25 Aug 2018 10:18:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r478021 - in branches/2018Q3/math/blitz++: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in branches/2018Q3/math/blitz++: . files X-SVN-Commit-Revision: 478021 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.27 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, 25 Aug 2018 10:18:56 -0000 Author: riggs Date: Sat Aug 25 10:18:55 2018 New Revision: 478021 URL: https://svnweb.freebsd.org/changeset/ports/478021 Log: MFH: r478020 Update to upstream release 1.0.1, fix build on 11.2 Detailed submitter log: - Update to 1.0.1 - Switched to Github - Has newest sources - Updated WWW in pkg-desc - Current www doesn't exist - Removed doc depends/build - Does not build/install - Removed doxygen dir - Not needed/used PR: 230833 [1], 230674 [2] Submitted by: ndowens@yahoo.com [1] Reported by: lantw44@gmail.com [2] Approved by: ports-secteam (riggs) Deleted: branches/2018Q3/math/blitz++/files/ Modified: branches/2018Q3/math/blitz++/Makefile branches/2018Q3/math/blitz++/distinfo branches/2018Q3/math/blitz++/pkg-descr branches/2018Q3/math/blitz++/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/math/blitz++/Makefile ============================================================================== --- branches/2018Q3/math/blitz++/Makefile Sat Aug 25 10:16:16 2018 (r478020) +++ branches/2018Q3/math/blitz++/Makefile Sat Aug 25 10:18:55 2018 (r478021) @@ -2,41 +2,47 @@ # $FreeBSD$ PORTNAME= blitz++ -PORTVERSION= 0.9 -PORTREVISION= 9 +PORTVERSION= 1.0.1 CATEGORIES= math -MASTER_SITES= SF/blitz/blitz/Blitz%2B%2B%20${PORTVERSION} -DISTNAME= blitz-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ class library for scientific computing +LICENSE= GPLv3 BSD3CLAUSE +LICENSE_COMB= multi + BROKEN_FreeBSD_12= fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found -OPTIONS_DEFINE= DOCS +GNU_CONFIGURE= yes +USES= gmake libtool pathfix python +USE_LDCONFIG= yes +CONFIGURE_ARGS= --enable-shared CXX_OPTIMIZE_FLAGS="${CFLAGS}" -DOCS_USE= TEX=dvipsk,formats -DOCS_USES= makeinfo +USE_GITHUB= yes +GH_ACCOUNT= blitzpp +GH_PROJECT= blitz + +PORTDOCS= AUTHORS ChangeLog* LEGAL README NEWS \ + README.binutils TODO doc/*.txt + +OPTIONS_DEFINE= DOCS +OPTIONS_SUB= yes DOCS_INFO= blitz -DOCS_BUILD_DEPENDS= texi2dvi:print/texinfo \ - texi2html:textproc/texi2html -DOCS_MAKE_ARGS_OFF= NOPORTDOCS=yes +DOCS_SUB_PLIST= "" -GNU_CONFIGURE= yes -USES= libtool pathfix gmake -CONFIGURE_ARGS= --with-cxx=gcc --disable-doxygen --enable-shared -MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ - AUTOHEADER="${TRUE}" -MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip -DOCSDIR= ${PREFIX}/share/doc/blitz - -USE_LDCONFIG= yes - post-patch: @${REINPLACE_CMD} -e 's|g++|\$${CXX}|g ; \ s|"-ftemplate-depth-30|"\$${CXXFLAGS} -ftemplate-depth-30|g ; \ - s|-O2||g' ${WRKSRC}/configure + s|-O3|-O2|g ; s|-funroll-loops||g' ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's,python,${PYTHON_CMD},' ${WRKSRC}/blitz/generate/Makefile.in + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) + +post-install: + @${RM} -r ${STAGEDIR}${PREFIX}/share/doc/blitz-0.10 .include Modified: branches/2018Q3/math/blitz++/distinfo ============================================================================== --- branches/2018Q3/math/blitz++/distinfo Sat Aug 25 10:16:16 2018 (r478020) +++ branches/2018Q3/math/blitz++/distinfo Sat Aug 25 10:18:55 2018 (r478021) @@ -1,2 +1,3 @@ -SHA256 (blitz-0.9.tar.gz) = 88b7c5e062b06767d04511776cf706316026b9357b128e126be88935626d2bcb -SIZE (blitz-0.9.tar.gz) = 3124301 +TIMESTAMP = 1534896128 +SHA256 (blitzpp-blitz-1.0.1_GH0.tar.gz) = b62fc3f07b64b264307b01fec5e4f2793e09a68dcb5378984aedbc2e4b3adcef +SIZE (blitzpp-blitz-1.0.1_GH0.tar.gz) = 4645082 Modified: branches/2018Q3/math/blitz++/pkg-descr ============================================================================== --- branches/2018Q3/math/blitz++/pkg-descr Sat Aug 25 10:16:16 2018 (r478020) +++ branches/2018Q3/math/blitz++/pkg-descr Sat Aug 25 10:18:55 2018 (r478021) @@ -3,4 +3,4 @@ performance on par with Fortran 77/90. It uses templat achieve high performance. The current versions provide dense arrays and vectors, random number generators, and small vectors and matrices. -WWW: http://www.oonumerics.org/blitz/ +WWW: https://github.com/blitzpp/blitz Modified: branches/2018Q3/math/blitz++/pkg-plist ============================================================================== --- branches/2018Q3/math/blitz++/pkg-plist Sat Aug 25 10:16:16 2018 (r478020) +++ branches/2018Q3/math/blitz++/pkg-plist Sat Aug 25 10:18:55 2018 (r478021) @@ -1,9 +1,8 @@ -include/blitz/applics.h include/blitz/array-impl.h -include/blitz/array-old.h +include/blitz/array.cc include/blitz/array.h +include/blitz/array/asexpr.cc include/blitz/array/asexpr.h -include/blitz/array/bops.cc include/blitz/array/cartesian.h include/blitz/array/cgsolve.h include/blitz/array/complex.cc @@ -12,7 +11,7 @@ include/blitz/array/convolve.h include/blitz/array/cycle.cc include/blitz/array/domain.h include/blitz/array/et.h -include/blitz/array/eval.cc +include/blitz/array/expr.cc include/blitz/array/expr.h include/blitz/array/fastiter.h include/blitz/array/funcs.h @@ -36,12 +35,13 @@ include/blitz/array/resize.cc include/blitz/array/shape.h include/blitz/array/slice.h include/blitz/array/slicing.cc +include/blitz/array/stencil-classes.cc +include/blitz/array/stencil-et-macros.h include/blitz/array/stencil-et.h include/blitz/array/stencilops.h include/blitz/array/stencils.cc include/blitz/array/stencils.h include/blitz/array/storage.h -include/blitz/array/uops.cc include/blitz/array/where.h include/blitz/array/zip.h include/blitz/bench.cc @@ -49,30 +49,21 @@ include/blitz/bench.h include/blitz/benchext.cc include/blitz/benchext.h include/blitz/blitz.h +include/blitz/bounds.h include/blitz/bzconfig.h include/blitz/bzdebug.h include/blitz/compiler.h +include/blitz/constpointerstack.h +include/blitz/et-forward.h include/blitz/etbase.h -include/blitz/extremum.h include/blitz/funcs.h +include/blitz/globeval.cc include/blitz/gnu/bzconfig.h include/blitz/indexexpr.h +include/blitz/indexmap-forward.h +include/blitz/levicivita.h include/blitz/limits-hack.h include/blitz/listinit.h -include/blitz/matbops.h -include/blitz/matdiag.h -include/blitz/matexpr.h -include/blitz/matgen.h -include/blitz/mathf2.h -include/blitz/mathfunc.h -include/blitz/matltri.h -include/blitz/matref.h -include/blitz/matrix.cc -include/blitz/matrix.h -include/blitz/matsymm.h -include/blitz/mattoep.h -include/blitz/matuops.h -include/blitz/matutri.h include/blitz/memblock.cc include/blitz/memblock.h include/blitz/meta/dot.h @@ -84,72 +75,36 @@ include/blitz/meta/product.h include/blitz/meta/sum.h include/blitz/meta/vecassign.h include/blitz/minmax.h -include/blitz/mstruct.h include/blitz/numinquire.h include/blitz/numtrait.h include/blitz/ops.h include/blitz/prettyprint.h -include/blitz/promote-old.h include/blitz/promote.h -include/blitz/rand-dunif.h -include/blitz/rand-mt.h -include/blitz/rand-normal.h -include/blitz/rand-tt800.h -include/blitz/rand-uniform.h -include/blitz/random.h -include/blitz/randref.h +include/blitz/range.cc include/blitz/range.h +include/blitz/ranks.h include/blitz/reduce.h include/blitz/shapecheck.h +include/blitz/simdtypes.h include/blitz/tau.h include/blitz/timer.h -include/blitz/tiny.h -include/blitz/tinymat.h -include/blitz/tinymatexpr.h -include/blitz/tinymatio.cc -include/blitz/tinyvec-et.h -include/blitz/tinyvec.cc -include/blitz/tinyvec.h -include/blitz/tinyvecio.cc -include/blitz/tinyveciter.h +include/blitz/tinymat2.cc +include/blitz/tinymat2.h +include/blitz/tinymat2io.cc +include/blitz/tinyvec2.cc +include/blitz/tinyvec2.h +include/blitz/tinyvec2io.cc +include/blitz/tm2fastiter.h +include/blitz/tmevaluate.h include/blitz/traversal.cc include/blitz/traversal.h include/blitz/tuning.h +include/blitz/tv2fastiter.h include/blitz/tvcross.h include/blitz/tvecglobs.h +include/blitz/tvevaluate.h include/blitz/update.h -include/blitz/vecaccum.cc -include/blitz/vecall.cc -include/blitz/vecany.cc -include/blitz/vecbfn.cc -include/blitz/vecbops.cc -include/blitz/veccount.cc -include/blitz/vecdelta.cc -include/blitz/vecdot.cc -include/blitz/vecexpr.h -include/blitz/vecexprwrap.h -include/blitz/vecglobs.cc -include/blitz/vecglobs.h -include/blitz/vecio.cc -include/blitz/veciter.h -include/blitz/vecmax.cc -include/blitz/vecmin.cc -include/blitz/vecnorm.cc -include/blitz/vecnorm1.cc -include/blitz/vecpick.cc -include/blitz/vecpick.h -include/blitz/vecpickio.cc -include/blitz/vecpickiter.h -include/blitz/vecsum.cc -include/blitz/vector-et.h -include/blitz/vector.cc -include/blitz/vector.h -include/blitz/vecuops.cc -include/blitz/vecwhere.cc -include/blitz/vecwhere.h include/blitz/wrap-climits.h -include/blitz/zero.cc -include/blitz/zero.h include/random/F.h include/random/beta.h include/random/chisquare.h @@ -158,6 +113,7 @@ include/random/discrete-uniform.h include/random/exponential.h include/random/gamma.h include/random/mt.h +include/random/mtparam.cc include/random/normal.h include/random/uniform.h lib/libblitz.a @@ -165,35 +121,8 @@ lib/libblitz.so lib/libblitz.so.0 lib/libblitz.so.0.0.0 libdata/pkgconfig/blitz.pc -libdata/pkgconfig/blitz-uninstalled.pc -%%PORTDOCS%%%%DOCSDIR%%/blitz.gif -%%PORTDOCS%%%%DOCSDIR%%/blitz.html -%%PORTDOCS%%%%DOCSDIR%%/blitz.pdf -%%PORTDOCS%%%%DOCSDIR%%/blitz.ps -%%PORTDOCS%%%%DOCSDIR%%/blitz_1.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_10.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_11.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_12.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_13.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_14.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_15.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_16.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_2.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_3.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_4.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_5.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_6.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_7.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_8.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_9.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_abt.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_fot.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_ovr.html -%%PORTDOCS%%%%DOCSDIR%%/blitz_toc.html -%%PORTDOCS%%%%DOCSDIR%%/blitztiny.jpg -%%PORTDOCS%%%%DOCSDIR%%/indirect.gif -%%PORTDOCS%%%%DOCSDIR%%/sinsoid.gif -%%PORTDOCS%%%%DOCSDIR%%/slice.gif -%%PORTDOCS%%%%DOCSDIR%%/strideslice.gif -%%PORTDOCS%%%%DOCSDIR%%/tensor1.gif -@comment @dir %%DOCSDIR%%/doxygen +%%PORTDOCS%%%%DOCSDIR%%/indirect.txt +%%PORTDOCS%%%%DOCSDIR%%/sinsoid.txt +%%PORTDOCS%%%%DOCSDIR%%/slice.txt +%%PORTDOCS%%%%DOCSDIR%%/strideslice.txt +%%PORTDOCS%%%%DOCSDIR%%/tensor1.txt