From owner-svn-ports-branches@freebsd.org Sun Jun 28 01:25:25 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E627333A620; Sun, 28 Jun 2020 01:25:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49vXxK5Zznz3Stn; Sun, 28 Jun 2020 01:25:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BAF74E828; Sun, 28 Jun 2020 01:25:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05S1PPWS084410; Sun, 28 Jun 2020 01:25:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05S1PPGQ084407; Sun, 28 Jun 2020 01:25:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202006280125.05S1PPGQ084407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 28 Jun 2020 01:25:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540664 - in branches/2020Q2/security: ca_root_nss nss X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q2/security: ca_root_nss nss X-SVN-Commit-Revision: 540664 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.33 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, 28 Jun 2020 01:25:26 -0000 Author: jbeich Date: Sun Jun 28 01:25:24 2020 New Revision: 540664 URL: https://svnweb.freebsd.org/changeset/ports/540664 Log: MFH: r540663 security/nss: update to 3.54 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.54_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_54_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Reported by: Repology Approved by: ports-secteam blanket (required by Firefox 79) Modified: branches/2020Q2/security/ca_root_nss/Makefile branches/2020Q2/security/ca_root_nss/distinfo branches/2020Q2/security/nss/Makefile branches/2020Q2/security/nss/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/security/ca_root_nss/Makefile ============================================================================== --- branches/2020Q2/security/ca_root_nss/Makefile Sun Jun 28 01:24:22 2020 (r540663) +++ branches/2020Q2/security/ca_root_nss/Makefile Sun Jun 28 01:25:24 2020 (r540664) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.53 +VERSION_NSS= 3.54 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2020Q2/security/ca_root_nss/distinfo ============================================================================== --- branches/2020Q2/security/ca_root_nss/distinfo Sun Jun 28 01:24:22 2020 (r540663) +++ branches/2020Q2/security/ca_root_nss/distinfo Sun Jun 28 01:25:24 2020 (r540664) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590784482 -SHA256 (nss-3.53.tar.gz) = 08d36dc1a56325f02e626626d4eeab9c4d126dbd99dfaf419b91d0a696f58917 -SIZE (nss-3.53.tar.gz) = 81178428 +TIMESTAMP = 1593185931 +SHA256 (nss-3.54.tar.gz) = dab18bbfcf5e347934cda664df75ce9fd912a5772686c40d3c805e53c08d6e43 +SIZE (nss-3.54.tar.gz) = 81190188 Modified: branches/2020Q2/security/nss/Makefile ============================================================================== --- branches/2020Q2/security/nss/Makefile Sun Jun 28 01:24:22 2020 (r540663) +++ branches/2020Q2/security/nss/Makefile Sun Jun 28 01:25:24 2020 (r540664) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.53.1 +PORTVERSION= 3.54 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2020Q2/security/nss/distinfo ============================================================================== --- branches/2020Q2/security/nss/distinfo Sun Jun 28 01:24:22 2020 (r540663) +++ branches/2020Q2/security/nss/distinfo Sun Jun 28 01:25:24 2020 (r540664) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592347859 -SHA256 (nss-3.53.1.tar.gz) = 2dccde67079b25c4e95ac3121f11b2819c37cf8c48ca263a45d8f83f7a315316 -SIZE (nss-3.53.1.tar.gz) = 81297900 +TIMESTAMP = 1593185931 +SHA256 (nss-3.54.tar.gz) = dab18bbfcf5e347934cda664df75ce9fd912a5772686c40d3c805e53c08d6e43 +SIZE (nss-3.54.tar.gz) = 81190188 From owner-svn-ports-branches@freebsd.org Mon Jun 29 03:39:18 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 76E8235CB2F; Mon, 29 Jun 2020 03:39:18 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49wCsL2XJyz4FdX; Mon, 29 Jun 2020 03:39:18 +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 3B56220FD3; Mon, 29 Jun 2020 03:39:18 +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 05T3dIaJ063591; Mon, 29 Jun 2020 03:39:18 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05T3dHlY063589; Mon, 29 Jun 2020 03:39:17 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202006290339.05T3dHlY063589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 29 Jun 2020 03:39:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540743 - branches/2020Q2/lang/ferite X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: branches/2020Q2/lang/ferite X-SVN-Commit-Revision: 540743 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.33 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, 29 Jun 2020 03:39:18 -0000 Author: koobs Date: Mon Jun 29 03:39:17 2020 New Revision: 540743 URL: https://svnweb.freebsd.org/changeset/ports/540743 Log: MFH: r540742 lang/ferite: Update pkg-descr: WWW URL Reported by: RoboNuggie (via Twitter) Approved by: ports-secteam (blanket: bugfix (incorrect metadata)) Modified: branches/2020Q2/lang/ferite/Makefile branches/2020Q2/lang/ferite/pkg-descr Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/lang/ferite/Makefile ============================================================================== --- branches/2020Q2/lang/ferite/Makefile Mon Jun 29 03:27:46 2020 (r540742) +++ branches/2020Q2/lang/ferite/Makefile Mon Jun 29 03:39:17 2020 (r540743) @@ -3,7 +3,7 @@ PORTNAME= ferite PORTVERSION= 1.0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MASTER_SITES= SF Modified: branches/2020Q2/lang/ferite/pkg-descr ============================================================================== --- branches/2020Q2/lang/ferite/pkg-descr Mon Jun 29 03:27:46 2020 (r540742) +++ branches/2020Q2/lang/ferite/pkg-descr Mon Jun 29 03:39:17 2020 (r540743) @@ -1,4 +1,4 @@ A scripting language designed to be embedded in other applications, that aims to provide a powerful object oriented syntax with low memory and cpu overhead. -WWW: http://www.ferite.org/ +WWW: https://sourceforge.net/projects/ferite/ From owner-svn-ports-branches@freebsd.org Mon Jun 29 10:43:55 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 616C1345860; Mon, 29 Jun 2020 10:43:55 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49wPHH1xB5z4dNG; Mon, 29 Jun 2020 10:43:55 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 25CF326388; Mon, 29 Jun 2020 10:43:55 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05TAhtoh028189; Mon, 29 Jun 2020 10:43:55 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05TAhs7i028187; Mon, 29 Jun 2020 10:43:54 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202006291043.05TAhs7i028187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 29 Jun 2020 10:43:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540768 - in branches/2020Q2/security/putty: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in branches/2020Q2/security/putty: . files X-SVN-Commit-Revision: 540768 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.33 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, 29 Jun 2020 10:43:55 -0000 Author: mandree Date: Mon Jun 29 10:43:54 2020 New Revision: 540768 URL: https://svnweb.freebsd.org/changeset/ports/540768 Log: MFH: r540716 r540718 r540719 security/putty*: upgrade to 0.74 security fix release Changelog: https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html among them are these two---and more bugfixes beyond not listed here: * Security fix: if an SSH server accepted an offer of a public key and then rejected the signature, PuTTY could access freed memory, if the key had come from an SSH agent. * Security feature: new config option to disable PuTTY's dynamic host key preference policy, if you prefer to avoid giving away to eavesdroppers which hosts you have stored keys for. Security: 6190c0cd-b945-11ea-9401-2dcf562daa69 Security: CVE-2020-14002 Security: FZI-2020-5 security/putty*: rename and update LICENCE from tarball. Approved by: ports-secteam (joneum@) [540716] Approved by: ports-secteam (blanket, metadata update) [540718, 540719] Added: branches/2020Q2/security/putty/files/LICENCE - copied unchanged from r540718, head/security/putty/files/LICENCE Deleted: branches/2020Q2/security/putty/files/LICENSE Modified: branches/2020Q2/security/putty/Makefile branches/2020Q2/security/putty/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/security/putty/Makefile ============================================================================== --- branches/2020Q2/security/putty/Makefile Mon Jun 29 10:23:30 2020 (r540767) +++ branches/2020Q2/security/putty/Makefile Mon Jun 29 10:43:54 2020 (r540768) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= putty -PORTVERSION= 0.73 +PORTVERSION= 0.74 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \ ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ @@ -11,30 +12,37 @@ COMMENT= Secure shell and telnet client # test plan: test ALL 4 GSSAPI_* options, ALL 3 GTK options, WITH_DEBUG=yes build. LICENSE= MIT -LICENSE_FILE= ${FILESDIR}/LICENSE +LICENSE_FILE= ${FILESDIR}/LICENCE USES= cpe gmake pkgconfig +CPE_VENDOR= simon_tatham -WRKSRC= ${WRKDIR}/${DISTNAME}/unix -PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} MAKEFILE= Makefile.gtk -CPE_VENDOR= simon_tatham +CONFLICTS_INSTALL?= pssh-[0-9]* putty-gtk2-[0-9]* putty-nogtk-[0-9]* -PLIST_FILES= bin/plink bin/pscp bin/psftp bin/puttygen -PLIST_FILES+= man/man1/plink.1.gz man/man1/pscp.1.gz man/man1/psftp.1.gz man/man1/puttygen.1.gz +PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR}/${DISTNAME}/unix -OPTIONS_RADIO= TOOLKIT -OPTIONS_RADIO_TOOLKIT= GTK2 GTK3 -OPTIONS_DEFAULT=GSSAPI_BASE GTK3 -OPTIONS_SINGLE= GSSAPI_SELECT -OPTIONS_SINGLE_GSSAPI_SELECT= GSSAPI_NONE GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT +PLIST_FILES= bin/plink \ + bin/pscp \ + bin/psftp \ + bin/puttygen \ + man/man1/plink.1.gz \ + man/man1/pscp.1.gz \ + man/man1/psftp.1.gz \ + man/man1/puttygen.1.gz -CONFLICTS_INSTALL?= pssh-[0-9]* putty-gtk2-[0-9]* putty-nogtk-[0-9]* +OPTIONS_DEFAULT= GSSAPI_BASE GTK3 +OPTIONS_RADIO= TOOLKIT +OPTIONS_RADIO_TOOLKIT= GTK2 GTK3 +OPTIONS_SINGLE= GSSAPI_SELECT +OPTIONS_SINGLE_GSSAPI_SELECT= GSSAPI_NONE GSSAPI_BASE GSSAPI_HEIMDAL \ + GSSAPI_MIT .include -CFLAGS+= -DBSD_PTYS -DOMIT_UTMP -DIPV6 -DHAVE_FUTIMES +CFLAGS+= -DBSD_PTYS -DHAVE_FUTIMES -DIPV6 -DOMIT_UTMP LDFLAGS+= -Wl,--as-needed .if (${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3}) && !defined(WITHOUT_X11) @@ -43,23 +51,31 @@ USE_XORG= x11 .if ${PORT_OPTIONS:MGTK2} USES+= gnome USE_GNOME= cairo gdkpixbuf2 gtk20 -MAKE_ARGS+= PUTTY_WITH_GTK=yes GTK_CONFIG="pkg-config gtk+-2.0 x11 --cflags" +MAKE_ARGS+= GTK_CONFIG="pkg-config gtk+-2.0 x11 --cflags" \ + PUTTY_WITH_GTK=yes .endif .if ${PORT_OPTIONS:MGTK3} USES+= gnome USE_GNOME= cairo gdkpixbuf2 gtk30 -MAKE_ARGS+= PUTTY_WITH_GTK=yes GTK_CONFIG="pkg-config gtk+-3.0 x11 --cflags" +MAKE_ARGS+= GTK_CONFIG="pkg-config gtk+-3.0 x11 --cflags" \ + PUTTY_WITH_GTK=yes .endif -PLIST_FILES+= bin/pageant bin/pterm bin/putty bin/puttytel -PLIST_FILES+= man/man1/pageant.1.gz man/man1/pterm.1.gz man/man1/putty.1.gz man/man1/puttytel.1.gz -PLIST_FILES+= share/pixmaps/putty.ico -DESKTOP_ENTRIES="PuTTY" \ - "${COMMENT}" \ - "${PREFIX}/share/pixmaps/${PORTNAME}.ico" \ - "${PORTNAME}" \ - "" \ - false +PLIST_FILES+= bin/pageant \ + bin/pterm \ + bin/putty \ + bin/puttytel \ + man/man1/pageant.1.gz \ + man/man1/pterm.1.gz \ + man/man1/putty.1.gz \ + man/man1/puttytel.1.gz \ + share/pixmaps/putty.ico +DESKTOP_ENTRIES= "PuTTY" \ + "${COMMENT}" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.ico" \ + "${PORTNAME}" \ + "" \ + false .else MAKE_ARGS+= GTK_CONFIG=: .endif @@ -74,7 +90,7 @@ MAKE_ARGS+= KRB5CONFIG=${KRB5CONFIG} USES+= gssapi:mit,flags MAKE_ARGS+= KRB5CONFIG=${KRB5CONFIG} .else -_COMPAT= -DNO_GSSAPI +_COMPAT= -DNO_GSSAPI .endif _COMPAT+= -DOMIT_UTMP @@ -89,11 +105,11 @@ _COMPAT+= -DDEBUG # currently, but override it nonetheless. XFLAGS+= -Wno-error -MAKE_ARGS+= COMPAT="${_COMPAT}" \ - CC="${CC}" \ - XFLAGS="${XFLAGS}" \ +MAKE_ARGS+= CC="${CC}" \ + COMPAT="${_COMPAT}" \ INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + XFLAGS="${XFLAGS}" post-patch: @${REINPLACE_CMD} -e 's,prefix=/usr/local,prefix=${PREFIX},;\ Modified: branches/2020Q2/security/putty/distinfo ============================================================================== --- branches/2020Q2/security/putty/distinfo Mon Jun 29 10:23:30 2020 (r540767) +++ branches/2020Q2/security/putty/distinfo Mon Jun 29 10:43:54 2020 (r540768) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571412224 -SHA256 (putty-0.73.tar.gz) = 3db0b5403fb41aecd3aa506611366650d927650b6eb3d839ad4dcc782519df1c -SIZE (putty-0.73.tar.gz) = 2459115 +TIMESTAMP = 1593350227 +SHA256 (putty-0.74.tar.gz) = ddd5d388e51dd9e6e294005b30037f6ae802239a44c9dc9808c779e6d11b847d +SIZE (putty-0.74.tar.gz) = 2476513 Copied: branches/2020Q2/security/putty/files/LICENCE (from r540718, head/security/putty/files/LICENCE) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q2/security/putty/files/LICENCE Mon Jun 29 10:43:54 2020 (r540768, copy of r540718, head/security/putty/files/LICENCE) @@ -0,0 +1,27 @@ +PuTTY is copyright 1997-2020 Simon Tatham. + +Portions copyright Robert de Bath, Joris van Rantwijk, Delian +Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, +Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus +Kuhn, Colin Watson, Christopher Staite, Lorenz Diener, Christian +Brabandt, Jeff Smith, Pavel Kryukov, Maxim Kuznetsov, Svyatoslav +Kuzmich, Nico Williams, Viktor Dukhovni, and CORE SDI S.A. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE +FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF +CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. From owner-svn-ports-branches@freebsd.org Mon Jun 29 14:58:52 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 226C034B653; Mon, 29 Jun 2020 14:58:52 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49wVxS0RY2z3cbs; Mon, 29 Jun 2020 14:58:52 +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 E66B29434; Mon, 29 Jun 2020 14:58:51 +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 05TEwp3Y082395; Mon, 29 Jun 2020 14:58:51 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05TEwnvv082379; Mon, 29 Jun 2020 14:58:49 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202006291458.05TEwnvv082379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 29 Jun 2020 14:58:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540778 - in branches/2020Q2/mail/mutt: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in branches/2020Q2/mail/mutt: . files X-SVN-Commit-Revision: 540778 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.33 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, 29 Jun 2020 14:58:52 -0000 Author: zeising Date: Mon Jun 29 14:58:48 2020 New Revision: 540778 URL: https://svnweb.freebsd.org/changeset/ports/540778 Log: MFH: r530651 r534246 r535833 r536629 r538859 r540343 This updates mail/mutt to 1.14.5 This merges all changes to mail/mutt that have been done to FreeBSD ports head branch during the 2020Q2 period. This is needed in order to update mail/mutt to 1.14.5 in order to fix security issues. mail/mutt: upgrade 1.13.4 -> 1.13.5 - Bring back vvv quote/initials patches - Remove NNTP option (XML as well) - Update default option patches context PR: 245175 Submitted by: Derek Schrock (maintainer) Relnotes: https://marc.info/?l=mutt-users&m=158542977114051&w=2 mail/mutt: update 1.13.5 -> 1.14.0 - Default DEBUG option (very small performance impact and ~4% binary size increase) PR: 246270 Submitted by: Derek Schrock (maintainer) Relnotes: http://www.mutt.org/relnotes/1.14/ mail/mutt: update 1.14.0 -> 1.14.1 - Rename DEBUG option to DEBUG_LOGS - Add lang/perl5 deps that triggers a Muttrc rebuild - Make smime patch optional due to perl build deps. - Remove unnecessary doc patches and REINPLACE_CMD - Move build changing patches to make targets - ASPELL updates the (pre)built Muttrc to not require a rebuild PR: 246559 Submitted by: Derek Schrock (maintainer) Relnotes: https://marc.info/?l=mutt-users&m=158965668315387&w=2 mail/mutt: Update to 1.14.2 ChangeLog: http://www.mutt.org/ PR: 246731 Submitted by: dereks@lifeofadishwasher.com (maintainer) mail/mutt: Update to 1.14.3 - Update to 1.14.3 - Muttrc removed from dist. making perl a BUILD_DEPENDS - manual.txt removed from dist. making lynx a DOCS_BUILD_DEPENDS - Remove MASTER_SITES not updated or can't connect PR: 247266 Submitted by: Derek Schrock (maintainer) Relnotes: https://marc.info/?l=mutt-users&m=159217236324614&w=2 mail/mutt: Update to 1.14.5 Update mail/mutt to 1.14.5, this is a security fix release, with fixes for CVE-2020-14093 and CVE-2020-14954 PR: 247400 Submitted by: Derek Schrock Security: 5b397852-b1d0-11ea-a11c-4437e6ad11c4 29b13a34-b1d2-11ea-a11c-4437e6ad11c4 Approved by: ports-secteam (joenum) Added: branches/2020Q2/mail/mutt/files/extra-smime-sender - copied unchanged from r535833, head/mail/mutt/files/extra-smime-sender Deleted: branches/2020Q2/mail/mutt/files/extra-nntp-depfiles branches/2020Q2/mail/mutt/files/extra-patch-doc-ref branches/2020Q2/mail/mutt/files/extra-patch-forcebase64-nntp branches/2020Q2/mail/mutt/files/extra-patch-maildir-mtime-nntp branches/2020Q2/mail/mutt/files/patch-Makefile.in branches/2020Q2/mail/mutt/files/patch-contrib_Makefile.in branches/2020Q2/mail/mutt/files/patch-doc_Makefile.in branches/2020Q2/mail/mutt/files/patch-doc_manual.xml.head branches/2020Q2/mail/mutt/files/patch-smime-sender Modified: branches/2020Q2/mail/mutt/Makefile branches/2020Q2/mail/mutt/distinfo branches/2020Q2/mail/mutt/files/extra-patch-ifdef branches/2020Q2/mail/mutt/files/extra-patch-maildir-mtime branches/2020Q2/mail/mutt/files/extra-patch-reverse_reply branches/2020Q2/mail/mutt/files/extra-patch-smartdate branches/2020Q2/mail/mutt/files/patch-browser.c branches/2020Q2/mail/mutt/files/patch-date-conditional branches/2020Q2/mail/mutt/files/patch-dgc-deepif branches/2020Q2/mail/mutt/files/patch-muttlib.c branches/2020Q2/mail/mutt/files/patch-threadcomplete branches/2020Q2/mail/mutt/pkg-plist Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/mail/mutt/Makefile ============================================================================== --- branches/2020Q2/mail/mutt/Makefile Mon Jun 29 14:44:36 2020 (r540777) +++ branches/2020Q2/mail/mutt/Makefile Mon Jun 29 14:58:48 2020 (r540778) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= mutt -DISTVERSION= 1.13.4 +DISTVERSION= 1.14.5 CATEGORIES+= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ - ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ https://bitbucket.org/mutt/mutt/downloads/ \ - ftp://ftp.demon.co.uk/pub/mirrors/mutt/ \ http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ http://www2.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv DIST_SUBDIR= mutt @@ -25,7 +23,8 @@ LICENSE= GPLv2+ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support -USES= cpe shebangfix ssl +USES= cpe perl5 shebangfix ssl +USE_PERL5= build CONFLICTS= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-1.4* mutt-devel-lite-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]* @@ -46,10 +45,10 @@ GNU_CONFIGURE= yes OPTIONS_SUB= yes -OPTIONS_DEFINE= AUTOCRYPT DEBUG DOCS EXAMPLES FLOCK FORCEBASE64 GPGME \ +OPTIONS_DEFINE= AUTOCRYPT DEBUG_LOGS DOCS EXAMPLES FLOCK FORCEBASE64 GPGME \ GREETING_PATCH HTML ICONV IDN IFDEF_PATCH LOCALES_FIX \ - MAILBOX_MANPAGES MAILDIR_MTIME_PATCH NLS QUOTE_PATCH NNTP \ - REVERSE_REPLY_PATCH SASL SMART_DATE SMTP URLVIEW XML + MAILBOX_MANPAGES MAILDIR_MTIME_PATCH NLS QUOTE_PATCH \ + REVERSE_REPLY_PATCH SASL SMIME SMART_DATE SMTP URLVIEW OPTIONS_SINGLE= GSSAPI HCACHE SCREEN OPTIONS_RADIO= SPELL @@ -59,7 +58,7 @@ OPTIONS_SINGLE_HCACHE= HCACHE_BDB HCACHE_TOKYOCABINET OPTIONS_SINGLE_SCREEN= NCURSES SLANG AUTOCRYPT_DESC= Convenient End-to-End Encryption -DEBUG_DESC= Debugging capabilities +DEBUG_LOGS_DESC= Debugging capabilities FLOCK_DESC= flock() usage FORCEBASE64_DESC= Option to force base64 encoding for compose GPGME_DESC= Gpgme interface @@ -80,15 +79,15 @@ NLS_DESC= Native language support (implies ICONV) QUOTE_PATCH_DESC= Extended quoting REVERSE_REPLY_PATCH_DESC= Reverse_reply SASL_DESC= SASL authentication +SMIME_DESC= SMIME email check option patch SLANG_DESC= SLANG support SMART_DATE_DESC= Dynamic date formatting with "%@" SMTP_DESC= SMTP relay support URLVIEW_DESC= Use urlview for the URL selector menu -XML_DESC= Use XML tools for rebuilding documentation -OPTIONS_DEFAULT= AUTOCRYPT GPGME GSSAPI_NONE HCACHE_BDB HTML ICONV IDN \ +OPTIONS_DEFAULT= AUTOCRYPT DEBUG_LOGS GPGME GSSAPI_NONE HCACHE_BDB HTML ICONV IDN \ IFDEF_PATCH LOCALES_FIX MAILBOX_MANPAGES MAILDIR_MTIME_PATCH NCURSES \ - NLS REVERSE_REPLY_PATCH SASL SMART_DATE SMTP URLVIEW XML + NLS QUOTE_PATCH REVERSE_REPLY_PATCH SASL SMIME SMART_DATE SMTP URLVIEW .ifmake makesum # for optional distfiles patchfiles OPTIONS_OVERRIDE= ${OPTIONS_DEFINE} ${OPTIONS_DEFAULT} @@ -110,8 +109,10 @@ ISPELL_BUILD_DEPENDS= ispell:textproc/aspell-ispell ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell URLVIEW_RUN_DEPENDS= urlview:textproc/urlview -DEBUG_CONFIGURE_ON= --enable-debug +DEBUG_LOGS_CONFIGURE_ON= --enable-debug +DOCS_BUILD_DEPENDS= lynx:www/lynx + # Handle ncurses/ncurses-port/slang SLANG_CONFIGURE_ON= --with-slang=${LOCALBASE} SLANG_LIB_DEPENDS= libslang.so:devel/libslang2 @@ -153,6 +154,8 @@ REVERSE_REPLY_PATCH_EXTRA_PATCHES= ${PATCHDIR}/extra-p SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_CONFIGURE_ON= --with-sasl=${LOCALBASE} +SMIME_EXTRA_PATCHES= ${PATCHDIR}/extra-smime-sender + SMART_DATE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-smartdate FLOCK_CONFIGURE_ENABLE= flock @@ -173,98 +176,50 @@ GPGME_CONFIGURE_ENABLE= gpgme SMTP_CONFIGURE_ENABLE= smtp +FORCEBASE64_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-forcebase64 + +MAILDIR_MTIME_PATCH_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-maildir-mtime + GREETING_PATCH_PATCHFILES= mutt-${GREETING_PATCH_VERSION}.vc.greeting:vc -QUOTE_PATCH_BROKEN= QUOTE_PATCH broken on 1.13.0 QUOTE_PATCH_PATCHFILES= patch-${VVV_PATCH_VERSION}.vvv.initials.xz:vvv \ patch-${VVV_PATCH_VERSION}.vvv.quote.xz:vvv -NNTP_BROKEN= NNTP_PATCH broken on 1.13.0 -NNTP_PATCHFILES= patch-${VVV_PATCH_VERSION}.vvv.nntp.xz:-p1:vvv -NNTP_EXTRA_PATCHES= ${PATCHDIR}/extra-nntp-depfiles -NNTP_CONFIGURE_ON= --enable-nntp -NNTP_VARS= XML_NEEDED=yes -NNTP_CATEGORIES= news -NNTP_USES= perl5 - -DOCS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-doc-ref - .include # un/comment as each VERSION is created for PORTVERSION -VVV_PATCH_VERSION= 1.12.1 -GREETING_PATCH_VERSION= 1.13.2 +VVV_PATCH_VERSION= 1.13.0 +GREETING_PATCH_VERSION= 1.14.3 -post-patch-NNTP-on: -# Restore timestamps for autotools sources - @${TOUCH} -r ${WRKSRC}/configure.ac.orig ${WRKSRC}/configure.ac - @${TOUCH} -r ${WRKSRC}/Makefile.am.orig ${WRKSRC}/Makefile.am -.if ${PORT_OPTIONS:MMAILDIR_MTIME_PATCH} -.if defined(${PATCH_DEBUG}) - @${ECHO} "===> Applying ${.TARGET} extra-patch-maildir-mtime-nntp" -.endif - @${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-maildir-mtime-nntp -.endif -.if ${PORT_OPTIONS:MFORCEBASE64} -.if defined(PATCH_DEBUG) - @${ECHO} "===> Applying ${.TARGET} extra-patch-forcebase64-nntp" -.endif - @${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-forcebase64-nntp -.endif - -post-patch-NNTP-off: -.if ${PORT_OPTIONS:MMAILDIR_MTIME_PATCH} -.if defined(PATCH_DEBUG) - @${ECHO} "===> Applying ${.TARGET} extra-patch-maildir-mtime" -.endif - @${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-maildir-mtime -.endif -.if ${PORT_OPTIONS:MFORCEBASE64} -.if defined(PATCH_DEBUG) - @${ECHO} "===> Applying ${.TARGET} extra-patch-forcebase64" -.endif - @${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-forcebase64 -.endif - post-install: ${INSTALL_MAN} ${FILESDIR}/mailcap.5 ${STAGEDIR}${MANPREFIX}/man/man5 -post-install-NNTP-on: - ${INSTALL_DATA} ${WRKSRC}/ChangeLog.nntp ${STAGEDIR}${DOCSDIR} - pre-configure:: + # Stop make from setgid mutt_dotlock + @${REINPLACE_CMD} \ + -e '/if test.*mutt_dotlock.*DOTLOCK_GROUP/s/if/if ${FALSE} \&\&/' \ + ${WRKSRC}/Makefile.in + # Base FreeBSD krb5-config --version returns "FreeBSD heimdal" @${REINPLACE_CMD} -e 's,?eimdal\*),?eimdal*|\"FreeBSD heimdal\"*),' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's,pgp6,pgp,g' \ - ${WRKSRC}/contrib/pgp6.rc - @${REINPLACE_CMD} -E -e 's#(/samples|samples/)#share/examples/mutt#g' \ - ${WRKSRC}/doc/reference.html \ - ${WRKSRC}/doc/manual.html \ - ${WRKSRC}/doc/manual.txt \ - ${WRKSRC}/doc/Muttrc \ - ${WRKSRC}/INSTALL \ - ${WRKSRC}/init.h + # Install contrib samples to ${EXAMPLESDIR} @${REINPLACE_CMD} -e 's#$$(docdir)/samples#${EXAMPLESDIR}#g' \ ${WRKSRC}/contrib/Makefile.in -pre-configure-ASPELL-on: - @${REINPLACE_CMD} -e '/^# append-hook/p' \ - -e 's/^# append-hook.*$$/set ispell="aspell --mode=email check"/' \ - ${WRKSRC}/doc/Muttrc.head - pre-configure-HCACHE_BDB-on: @${REINPLACE_CMD} -E -e 's/BDB_VERSIONS="/&${BDB_LIB_NAME} db${BDB_VER} /' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.if defined (XML_NEEDED) && ${PORT_OPTIONS:MXML} -BUILD_DEPENDS+= xsltproc:textproc/libxslt \ - ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ - lynx:www/lynx -.else -pre-build:: - @${REINPLACE_CMD} \ - -e '/^BUILD_DOC_TARGETS/s/=.*/=/' \ - ${WRKSRC}/doc/Makefile -.endif +# Undo some dist. installed files +post-stage:: + @${MV} ${STAGEDIR}/${LOCALBASE}/etc/Muttrc.dist \ + ${STAGEDIR}/${LOCALBASE}/etc/Muttrc.sample + @${RM} ${STAGEDIR}/${LOCALBASE}/etc/mime.types* + +# Change default ispell +post-build-ASPELL-on: + @${REINPLACE_CMD} -e '/^# append-hook/p' \ + -e 's/^# append-hook.*$$/set ispell="aspell --mode=email check"/' \ + ${WRKSRC}/doc/Muttrc .include Modified: branches/2020Q2/mail/mutt/distinfo ============================================================================== --- branches/2020Q2/mail/mutt/distinfo Mon Jun 29 14:44:36 2020 (r540777) +++ branches/2020Q2/mail/mutt/distinfo Mon Jun 29 14:58:48 2020 (r540778) @@ -1,11 +1,9 @@ -TIMESTAMP = 1581806451 -SHA256 (mutt/mutt-1.13.4.tar.gz) = b57d3f1040d8018114cf1033dab229f36e4becbcdf59c2edeb294fc044ffcd04 -SIZE (mutt/mutt-1.13.4.tar.gz) = 4901222 -SHA256 (mutt/mutt-1.13.2.vc.greeting) = b11fcfad1f53f16f89a8ecc334fba615698f5bcaa9373fd487a6c9d95c3872ad -SIZE (mutt/mutt-1.13.2.vc.greeting) = 4573 -SHA256 (mutt/patch-1.12.1.vvv.nntp.xz) = 9c420584d549ac0bb49c52ddfd2ab5bee0f89e59cb938673444ec27ad7c782ad -SIZE (mutt/patch-1.12.1.vvv.nntp.xz) = 49672 -SHA256 (mutt/patch-1.12.1.vvv.initials.xz) = 6c66fe6c23362b0f4970a5028a75a33454e1e53ba178e5801113939f1bc22920 -SIZE (mutt/patch-1.12.1.vvv.initials.xz) = 724 -SHA256 (mutt/patch-1.12.1.vvv.quote.xz) = 365200817a203a892094062445865b7b8f9ab37e8214ec526082876ffd0d8ab4 -SIZE (mutt/patch-1.12.1.vvv.quote.xz) = 1332 +TIMESTAMP = 1592947493 +SHA256 (mutt/mutt-1.14.5.tar.gz) = 316b11cabd41a21c1d981f11d93e000337a628800d50127df19fe2593f8e3d5c +SIZE (mutt/mutt-1.14.5.tar.gz) = 5008208 +SHA256 (mutt/mutt-1.14.3.vc.greeting) = c6067f19e51e99e3c981c0c45a29fb442626d8bb3f0df56736ce4ee0eb0bfa83 +SIZE (mutt/mutt-1.14.3.vc.greeting) = 4472 +SHA256 (mutt/patch-1.13.0.vvv.initials.xz) = 8b25ad6596bd57d94f6551e7e73ceb8da620468e96fb507b2f51545d5b3eaa02 +SIZE (mutt/patch-1.13.0.vvv.initials.xz) = 720 +SHA256 (mutt/patch-1.13.0.vvv.quote.xz) = 788d25d1439d86d6c5007d141d1c219496e77940b5ce37819471c941f78f03e4 +SIZE (mutt/patch-1.13.0.vvv.quote.xz) = 1340 Modified: branches/2020Q2/mail/mutt/files/extra-patch-ifdef ============================================================================== --- branches/2020Q2/mail/mutt/files/extra-patch-ifdef Mon Jun 29 14:44:36 2020 (r540777) +++ branches/2020Q2/mail/mutt/files/extra-patch-ifdef Mon Jun 29 14:58:48 2020 (r540778) @@ -1,10 +1,10 @@ ---- PATCHES.orig 2019-12-14 21:57:56 UTC +--- PATCHES.orig 2020-05-05 02:09:32 UTC +++ PATCHES @@ -0,0 +1 @@ +patch-1.5.4.cd.ifdef.1 ---- init.c.orig 2019-11-30 21:59:38 UTC +--- init.c.orig 2020-05-02 21:08:56 UTC +++ init.c -@@ -651,6 +651,52 @@ static mbchar_table *parse_mbchar_table (const char *s +@@ -643,6 +643,52 @@ static mbchar_table *parse_mbchar_table (const char *s return t; } @@ -20,7 +20,7 @@ + if (!(res = (mutt_option_index (tmp->data) != -1))) + for (i = 0; !res && i < MENU_MAX; i++) + { -+ struct binding_t *b = km_get_table (Menus[i].value); ++ const struct binding_t *b = km_get_table (Menus[i].value); + + if (!b) + continue; @@ -43,7 +43,7 @@ + + if (res) + { -+ if (mutt_parse_rc_line (tmp->data, &token, err) == -1) ++ if (mutt_parse_rc_buffer (tmp, &token, err) == -1) + { + mutt_error ("Erreur: %s", err->data); + FREE (&token.data); @@ -57,9 +57,9 @@ static int parse_unignore (BUFFER *buf, BUFFER *s, union pointer_long_t udata, BUFFER *err) { do ---- init.h.orig 2019-12-14 19:24:06 UTC +--- init.h.orig 2020-05-05 02:09:32 UTC +++ init.h -@@ -4503,6 +4503,7 @@ static int parse_lists (BUFFER *, BUFFER *, union poin +@@ -4594,6 +4594,7 @@ static int parse_lists (BUFFER *, BUFFER *, union poin static int parse_unlists (BUFFER *, BUFFER *, union pointer_long_t, BUFFER *); static int parse_alias (BUFFER *, BUFFER *, union pointer_long_t, BUFFER *); static int parse_unalias (BUFFER *, BUFFER *, union pointer_long_t, BUFFER *); @@ -67,7 +67,7 @@ static int parse_echo (BUFFER *, BUFFER *, union pointer_long_t, BUFFER *); static int parse_ignore (BUFFER *, BUFFER *, union pointer_long_t, BUFFER *); static int parse_unignore (BUFFER *, BUFFER *, union pointer_long_t, BUFFER *); -@@ -4567,6 +4568,7 @@ const struct command_t Commands[] = { +@@ -4658,6 +4659,7 @@ const struct command_t Commands[] = { { "hdr_order", parse_list, {.p=&HeaderOrderList} }, #ifdef HAVE_ICONV { "iconv-hook", mutt_parse_hook, {.l=MUTT_ICONVHOOK} }, Modified: branches/2020Q2/mail/mutt/files/extra-patch-maildir-mtime ============================================================================== --- branches/2020Q2/mail/mutt/files/extra-patch-maildir-mtime Mon Jun 29 14:44:36 2020 (r540777) +++ branches/2020Q2/mail/mutt/files/extra-patch-maildir-mtime Mon Jun 29 14:58:48 2020 (r540778) @@ -1,8 +1,8 @@ ---- PATCHES.orig 2019-12-06 03:42:13 UTC +--- PATCHES.orig 2020-05-05 02:09:32 UTC +++ PATCHES @@ -0,0 +1 @@ +patch-1.5.7.ust.maildir-mtime.2 ---- browser.c.orig 2019-12-06 03:42:13 UTC +--- browser.c.orig 2020-05-02 21:08:56 UTC +++ browser.c @@ -32,6 +32,7 @@ #ifdef USE_IMAP @@ -12,7 +12,7 @@ #include #include -@@ -448,6 +449,21 @@ static void init_state (struct browser_state *state, M +@@ -430,6 +431,21 @@ static void init_state (struct browser_state *state, M menu->data = state->entry; } @@ -34,15 +34,15 @@ static int examine_directory (MUTTMENU *menu, struct browser_state *state, const char *d, const char *prefix) { -@@ -514,6 +530,7 @@ static int examine_directory (MUTTMENU *menu, struct b +@@ -496,6 +512,7 @@ static int examine_directory (MUTTMENU *menu, struct b tmp = Incoming; while (tmp && mutt_strcmp (mutt_b2s (full_path), mutt_b2s (tmp->pathbuf))) tmp = tmp->next; + check_maildir_times (tmp, &s); - if (tmp && Context && + if (tmp && Context && !tmp->nopoll && !mutt_strcmp (tmp->realpath, Context->realpath)) { -@@ -592,6 +609,7 @@ static int examine_mailboxes (MUTTMENU *menu, struct b +@@ -579,6 +596,7 @@ static int examine_mailboxes (MUTTMENU *menu, struct b s.st_mtime = st2.st_mtime; } Modified: branches/2020Q2/mail/mutt/files/extra-patch-reverse_reply ============================================================================== --- branches/2020Q2/mail/mutt/files/extra-patch-reverse_reply Mon Jun 29 14:44:36 2020 (r540777) +++ branches/2020Q2/mail/mutt/files/extra-patch-reverse_reply Mon Jun 29 14:58:48 2020 (r540778) @@ -1,10 +1,10 @@ ---- PATCHES.orig 2019-12-06 03:41:41 UTC +--- PATCHES.orig 2020-05-05 02:09:33 UTC +++ PATCHES @@ -0,0 +1 @@ +patch-1.5.6.cb.reverse_reply.2 ---- init.h.orig 2019-12-06 03:41:41 UTC +--- init.h.orig 2020-05-05 02:09:32 UTC +++ init.h -@@ -3021,6 +3021,13 @@ struct option_t MuttVars[] = { +@@ -3111,6 +3111,13 @@ struct option_t MuttVars[] = { ** In either case, a missing real name will be filled in afterwards ** using the value of $$realname. */ @@ -18,9 +18,9 @@ { "rfc2047_parameters", DT_BOOL, R_NONE, {.l=OPTRFC2047PARAMS}, {.l=0} }, /* ** .pp ---- mutt.h.orig 2019-11-20 20:16:28 UTC +--- mutt.h.orig 2020-05-05 02:09:32 UTC +++ mutt.h -@@ -505,6 +505,7 @@ enum +@@ -513,6 +513,7 @@ enum OPTREVALIAS, OPTREVNAME, OPTREVREAL, @@ -28,19 +28,19 @@ OPTRFC2047PARAMS, OPTSAVEADDRESS, OPTSAVEEMPTY, ---- protos.h.orig 2019-11-01 06:34:06 UTC +--- protos.h.orig 2020-05-02 21:08:56 UTC +++ protos.h -@@ -88,6 +88,7 @@ ADDRESS *mutt_get_address (ENVELOPE *, char **); +@@ -85,6 +85,7 @@ char* mutt_extract_message_id (const char *, const cha + ADDRESS *mutt_get_address (ENVELOPE *, char **); ADDRESS *mutt_lookup_alias (const char *s); ADDRESS *mutt_remove_duplicates (ADDRESS *); - ADDRESS *mutt_remove_xrefs (ADDRESS *, ADDRESS *); +ADDRESS *mutt_reverse_address (ADDRESS *); ADDRESS *mutt_expand_aliases (ADDRESS *); ADDRESS *mutt_parse_adrlist (ADDRESS *, const char *); ---- send.c.orig 2019-11-19 02:15:41 UTC +--- send.c.orig 2020-05-02 21:08:56 UTC +++ send.c -@@ -723,6 +723,10 @@ void mutt_fix_reply_recipients (ENVELOPE *env) +@@ -725,6 +725,10 @@ void mutt_fix_reply_recipients (ENVELOPE *env) /* the CC field can get cluttered, especially with lists */ env->to = mutt_remove_duplicates (env->to); env->cc = mutt_remove_duplicates (env->cc); @@ -51,9 +51,9 @@ env->cc = mutt_remove_xrefs (env->to, env->cc); if (env->cc && !env->to) ---- sendlib.c.orig 2019-11-08 03:35:30 UTC +--- sendlib.c.orig 2020-05-02 21:08:56 UTC +++ sendlib.c -@@ -2974,6 +2974,35 @@ static void set_noconv_flags (BODY *b, short flag) +@@ -2981,6 +2981,35 @@ static void set_noconv_flags (BODY *b, short flag) } } @@ -86,6 +86,6 @@ + return addr; +} + - int mutt_write_fcc (const char *path, HEADER *hdr, const char *msgid, int post, const char *fcc) + int mutt_write_fcc (const char *path, SEND_CONTEXT *sctx, const char *msgid, int post, const char *fcc) { - CONTEXT f; + HEADER *hdr; Modified: branches/2020Q2/mail/mutt/files/extra-patch-smartdate ============================================================================== --- branches/2020Q2/mail/mutt/files/extra-patch-smartdate Mon Jun 29 14:44:36 2020 (r540777) +++ branches/2020Q2/mail/mutt/files/extra-patch-smartdate Mon Jun 29 14:58:48 2020 (r540778) @@ -1,6 +1,6 @@ ---- hdrline.c.orig 2019-11-11 04:00:36 UTC +--- hdrline.c.orig 2020-05-05 02:09:32 UTC +++ hdrline.c -@@ -248,6 +248,89 @@ static char *apply_subject_mods (ENVELOPE *env) +@@ -249,6 +249,89 @@ static char *apply_subject_mods (ENVELOPE *env) * %Y = `x-label:' field (if present, tree unfolded, and != parent's x-label) * %Z = status flags */ @@ -90,7 +90,7 @@ static const char * hdr_format_str (char *dest, size_t destlen, -@@ -421,7 +504,13 @@ hdr_format_str (char *dest, +@@ -422,7 +505,13 @@ hdr_format_str (char *dest, if (!do_locales) setlocale (LC_TIME, "C"); @@ -105,7 +105,7 @@ if (!do_locales) setlocale (LC_TIME, ""); ---- mutt.h.orig 2019-12-06 03:41:43 UTC +--- mutt.h.orig 2020-05-05 02:09:33 UTC +++ mutt.h @@ -165,6 +165,16 @@ typedef enum MUTT_WRITE_HEADER_MIME Copied: branches/2020Q2/mail/mutt/files/extra-smime-sender (from r535833, head/mail/mutt/files/extra-smime-sender) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q2/mail/mutt/files/extra-smime-sender Mon Jun 29 14:58:48 2020 (r540778, copy of r535833, head/mail/mutt/files/extra-smime-sender) @@ -0,0 +1,39 @@ +--- commands.c.orig 2020-05-02 21:08:56 UTC ++++ commands.c +@@ -302,7 +302,7 @@ int mutt_display_message (HEADER *cur) + { + if (cur->security & GOODSIGN) + { +- if (!crypt_smime_verify_sender(cur)) ++ if (option(OPTSMIMENOSENDER) || !crypt_smime_verify_sender(cur)) + mutt_message ( _("S/MIME signature successfully verified.")); + else + mutt_error ( _("S/MIME certificate owner does not match sender.")); +--- init.h.orig 2020-05-05 02:09:33 UTC ++++ init.h +@@ -3608,6 +3608,15 @@ struct option_t MuttVars[] = { + ** to determine the key to use. It will ask you to supply a key, if it can't find one. + ** (S/MIME only) + */ ++ { "smime_dont_check_sender", DT_BOOL, R_NONE, {.l=OPTSMIMENOSENDER}, {.l=0} }, ++ /* ++ ** .pp ++ ** This flag controls wether you want the skip the check for the sender's ++ ** email address against the email address stored in the certificate. ++ ** This can be useful if most of your email senders use SMIMEv3 which no ++ ** longer needs email-addresses as part of the certificates. ++ ** It is not set by default. ++ */ + { "smime_self_encrypt_as", DT_SYN, R_NONE, {.p="smime_default_key"}, {.p=0} }, + { "smime_default_key", DT_STR, R_NONE, {.p=&SmimeDefaultKey}, {.p=0} }, + /* +--- mutt.h.orig 2020-05-05 02:09:33 UTC ++++ mutt.h +@@ -596,6 +596,7 @@ enum + OPTSMIMEISDEFAULT, + OPTSMIMESELFENCRYPT, + OPTASKCERTLABEL, ++ OPTSMIMENOSENDER, + OPTSDEFAULTDECRYPTKEY, + OPTPGPIGNORESUB, + OPTPGPCHECKEXIT, Modified: branches/2020Q2/mail/mutt/files/patch-browser.c ============================================================================== --- branches/2020Q2/mail/mutt/files/patch-browser.c Mon Jun 29 14:44:36 2020 (r540777) +++ branches/2020Q2/mail/mutt/files/patch-browser.c Mon Jun 29 14:58:48 2020 (r540778) @@ -1,6 +1,6 @@ ---- browser.c.orig 2019-11-11 04:00:36 UTC +--- browser.c.orig 2020-05-05 02:09:32 UTC +++ browser.c -@@ -86,6 +86,12 @@ static int browser_compare_subject (const void *a, con +@@ -87,6 +87,12 @@ static int browser_compare_subject (const void *a, con struct folder_file *pa = (struct folder_file *) a; struct folder_file *pb = (struct folder_file *) b; @@ -13,7 +13,7 @@ int r = mutt_strcoll (pa->display_name, pb->display_name); return ((BrowserSort & SORT_REVERSE) ? -r : r); -@@ -96,6 +102,12 @@ static int browser_compare_date (const void *a, const +@@ -97,6 +103,12 @@ static int browser_compare_date (const void *a, const struct folder_file *pa = (struct folder_file *) a; struct folder_file *pb = (struct folder_file *) b; @@ -26,7 +26,7 @@ int r = pa->mtime - pb->mtime; return ((BrowserSort & SORT_REVERSE) ? -r : r); -@@ -105,6 +117,12 @@ static int browser_compare_size (const void *a, const +@@ -106,6 +118,12 @@ static int browser_compare_size (const void *a, const { struct folder_file *pa = (struct folder_file *) a; struct folder_file *pb = (struct folder_file *) b; Modified: branches/2020Q2/mail/mutt/files/patch-date-conditional ============================================================================== --- branches/2020Q2/mail/mutt/files/patch-date-conditional Mon Jun 29 14:44:36 2020 (r540777) +++ branches/2020Q2/mail/mutt/files/patch-date-conditional Mon Jun 29 14:58:48 2020 (r540778) @@ -1,10 +1,10 @@ ---- PATCHES.orig 2019-12-06 03:41:54 UTC +--- PATCHES.orig 2020-05-05 02:09:34 UTC +++ PATCHES @@ -0,0 +1 @@ +patch-1.5.0.ats.date_conditional.1 ---- hdrline.c.orig 2019-12-06 03:41:54 UTC +--- hdrline.c.orig 2020-05-05 02:09:33 UTC +++ hdrline.c -@@ -427,6 +427,53 @@ hdr_format_str (char *dest, +@@ -428,6 +428,53 @@ hdr_format_str (char *dest, const char *cp; struct tm *tm; time_t T; @@ -58,9 +58,9 @@ p = dest; ---- muttlib.c.orig 2019-10-17 08:01:01 UTC +--- muttlib.c.orig 2020-05-02 21:08:56 UTC +++ muttlib.c -@@ -1563,7 +1563,16 @@ void mutt_FormatString (char *dest, /* output buffer +@@ -1667,7 +1667,16 @@ void mutt_FormatString (char *dest, /* output buffer if (*src == '?') { flags |= MUTT_FORMAT_OPTIONAL; @@ -78,7 +78,7 @@ } else { -@@ -1579,12 +1588,12 @@ void mutt_FormatString (char *dest, /* output buffer +@@ -1683,12 +1692,12 @@ void mutt_FormatString (char *dest, /* output buffer count++; } *cp = 0; Modified: branches/2020Q2/mail/mutt/files/patch-dgc-deepif ============================================================================== --- branches/2020Q2/mail/mutt/files/patch-dgc-deepif Mon Jun 29 14:44:36 2020 (r540777) +++ branches/2020Q2/mail/mutt/files/patch-dgc-deepif Mon Jun 29 14:58:48 2020 (r540778) @@ -1,6 +1,6 @@ ---- muttlib.c.orig 2019-12-06 03:41:57 UTC +--- muttlib.c.orig 2020-05-05 02:09:34 UTC +++ muttlib.c -@@ -1606,6 +1606,12 @@ void mutt_FormatString (char *dest, /* output buffer +@@ -1710,6 +1710,12 @@ void mutt_FormatString (char *dest, /* output buffer count = 0; while (count < sizeof (ifstring) && *src && *src != '?' && *src != '&') { @@ -13,7 +13,7 @@ *cp++ = *src++; count++; } -@@ -1618,7 +1624,13 @@ void mutt_FormatString (char *dest, /* output buffer +@@ -1722,7 +1728,13 @@ void mutt_FormatString (char *dest, /* output buffer count = 0; while (count < sizeof (elsestring) && *src && *src != '?') { Modified: branches/2020Q2/mail/mutt/files/patch-muttlib.c ============================================================================== --- branches/2020Q2/mail/mutt/files/patch-muttlib.c Mon Jun 29 14:44:36 2020 (r540777) +++ branches/2020Q2/mail/mutt/files/patch-muttlib.c Mon Jun 29 14:58:48 2020 (r540778) @@ -1,6 +1,6 @@ ---- muttlib.c.orig 2019-12-06 03:42:05 UTC +--- muttlib.c.orig 2020-05-05 02:09:34 UTC +++ muttlib.c -@@ -877,16 +877,15 @@ void _mutt_buffer_mktemp (BUFFER *buf, const char *pre +@@ -930,16 +930,15 @@ void _mutt_buffer_mktemp (BUFFER *buf, const char *pre void _mutt_mktemp (char *s, size_t slen, const char *prefix, const char *suffix, const char *src, int line) { Modified: branches/2020Q2/mail/mutt/files/patch-threadcomplete ============================================================================== --- branches/2020Q2/mail/mutt/files/patch-threadcomplete Mon Jun 29 14:44:36 2020 (r540777) +++ branches/2020Q2/mail/mutt/files/patch-threadcomplete Mon Jun 29 14:58:48 2020 (r540778) @@ -1,6 +1,6 @@ ---- mutt.h.orig 2019-12-06 03:42:11 UTC +--- mutt.h.orig 2020-05-25 22:13:51 UTC +++ mutt.h -@@ -243,6 +243,7 @@ enum +@@ -242,6 +242,7 @@ enum MUTT_EXPIRED, MUTT_SUPERSEDED, MUTT_TRASH, @@ -8,7 +8,7 @@ /* actions for mutt_pattern_comp/mutt_pattern_exec */ MUTT_AND, ---- pattern.c.orig 2019-11-16 21:07:54 UTC +--- pattern.c.orig 2020-05-25 20:41:30 UTC +++ pattern.c @@ -57,6 +57,7 @@ static const struct pattern_flags } @@ -16,9 +16,9 @@ { + { 'a', MUTT_THREADCOMPLETE, 0, NULL }, { 'A', MUTT_ALL, 0, NULL }, - { 'b', MUTT_BODY, MUTT_FULL_MSG, eat_regexp }, - { 'B', MUTT_WHOLE_MSG, MUTT_FULL_MSG, eat_regexp }, -@@ -1342,6 +1343,16 @@ mutt_pattern_exec (struct pattern_t *pat, pattern_exec + { 'b', MUTT_BODY, MUTT_FULL_MSG|MUTT_SEND_MODE_SEARCH, eat_regexp }, + { 'B', MUTT_WHOLE_MSG, MUTT_FULL_MSG|MUTT_SEND_MODE_SEARCH, eat_regexp }, +@@ -1499,6 +1500,16 @@ mutt_pattern_exec (struct pattern_t *pat, pattern_exec else result = mutt_is_list_cc (pat->alladdr, h->env->to, h->env->cc); return (pat->not ^ result); Modified: branches/2020Q2/mail/mutt/pkg-plist ============================================================================== --- branches/2020Q2/mail/mutt/pkg-plist Mon Jun 29 14:44:36 2020 (r540777) +++ branches/2020Q2/mail/mutt/pkg-plist Mon Jun 29 14:58:48 2020 (r540778) @@ -30,7 +30,6 @@ man/man5/muttrc.5.gz %%PORTDOCS%%%%DOCSDIR%%/manual.txt %%PORTDOCS%%%%DOCSDIR%%/patch-notes.txt %%PORTDOCS%%%%DOCSDIR%%/smime-notes.txt -%%NNTP%%%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.nntp %%HTML%%%%PORTDOCS%%%%DOCSDIR%%/advancedusage.html %%HTML%%%%PORTDOCS%%%%DOCSDIR%%/configuration.html %%HTML%%%%PORTDOCS%%%%DOCSDIR%%/gettingstarted.html @@ -47,6 +46,8 @@ man/man5/muttrc.5.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Pine.rc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Tin.rc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ca-bundle.crt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bgedit-detectgui.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bgedit-screen-tmux.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.default %%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.linux %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gpg.rc @@ -71,6 +72,7 @@ man/man5/muttrc.5.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/markdown2html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mutt_xtitle %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgp2.rc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgp5.rc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgp6.rc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.mailcap %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.muttrc From owner-svn-ports-branches@freebsd.org Mon Jun 29 18:20:35 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E9FF35193B; Mon, 29 Jun 2020 18:20:35 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49wbQC2KHrz4Bm5; Mon, 29 Jun 2020 18:20:35 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 33011BA0B; Mon, 29 Jun 2020 18:20:35 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05TIKZAa011354; Mon, 29 Jun 2020 18:20:35 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05TIKYEb011352; Mon, 29 Jun 2020 18:20:34 GMT (envelope-from pi@FreeBSD.org) Message-Id: <202006291820.05TIKYEb011352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 29 Jun 2020 18:20:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540823 - branches/2020Q2/databases/mongodb36 X-SVN-Group: ports-branches X-SVN-Commit-Author: pi X-SVN-Commit-Paths: branches/2020Q2/databases/mongodb36 X-SVN-Commit-Revision: 540823 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.33 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, 29 Jun 2020 18:20:35 -0000 Author: pi Date: Mon Jun 29 18:20:34 2020 New Revision: 540823 URL: https://svnweb.freebsd.org/changeset/ports/540823 Log: MFH: r540820 databases/mongodb36: update 3.6.17 -> 3.6.18 PR: 247394 Submitted by: Ronald Klop Approved by: dev@dudu.ro (maintainer) Relnotes: https://docs.mongodb.com/manual/release-notes/3.6/#may-1-2020 Security: CVE-2020-7921 Approved by: portmgr (security fix blanket) Modified: branches/2020Q2/databases/mongodb36/Makefile branches/2020Q2/databases/mongodb36/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/databases/mongodb36/Makefile ============================================================================== --- branches/2020Q2/databases/mongodb36/Makefile Mon Jun 29 18:17:05 2020 (r540822) +++ branches/2020Q2/databases/mongodb36/Makefile Mon Jun 29 18:20:34 2020 (r540823) @@ -2,7 +2,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 3.6.17 +DISTVERSION= 3.6.18 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ @@ -13,9 +13,12 @@ DISTNAME= mongodb-src-${DISTVERSIONPREFIX}${DISTVERSIO MAINTAINER= dev@dudu.ro COMMENT= Distributed document-oriented "NoSQL" database -# mongodb is AGPLv3, C++ driver is APACHE20 -LICENSE= AGPLv3 APACHE20 +# mongodb is SSPLv1, C++ driver is APACHE20 +LICENSE= SSPLv1 APACHE20 LICENSE_COMB= multi +LICENSE_NAME_SSPLv1= Server Side Public License Version 1 +LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt +LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= "Only supported on amd64 and aarch64 (i386 deprecated in v3)" Modified: branches/2020Q2/databases/mongodb36/distinfo ============================================================================== --- branches/2020Q2/databases/mongodb36/distinfo Mon Jun 29 18:17:05 2020 (r540822) +++ branches/2020Q2/databases/mongodb36/distinfo Mon Jun 29 18:20:34 2020 (r540823) @@ -1,3 +1,3 @@ -TIMESTAMP = 1584299903 -SHA256 (mongodb-src-r3.6.17.tar.gz) = 25981810f48fdae7ca43dffe0a797c8111a920975287813bf2f2a0e6f64f6b00 -SIZE (mongodb-src-r3.6.17.tar.gz) = 40932592 +TIMESTAMP = 1591104291 +SHA256 (mongodb-src-r3.6.18.tar.gz) = f00df82b8e9b861850ed54351188f9e9171984cf7cb788284c7bdaba9db4594e +SIZE (mongodb-src-r3.6.18.tar.gz) = 40950004 From owner-svn-ports-branches@freebsd.org Mon Jun 29 22:30:03 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 71026357170; Mon, 29 Jun 2020 22:30:03 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49why32Qpbz4XYp; Mon, 29 Jun 2020 22:30:03 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 36717E540; Mon, 29 Jun 2020 22:30:03 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05TMU2qK066101; Mon, 29 Jun 2020 22:30:02 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05TMU0x6066087; Mon, 29 Jun 2020 22:30:00 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202006292230.05TMU0x6066087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 29 Jun 2020 22:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540838 - in branches/2020Q2: chinese/wordpress-zh_CN chinese/wordpress-zh_TW french/wordpress german/wordpress japanese/wordpress russian/wordpress www/wordpress X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2020Q2: chinese/wordpress-zh_CN chinese/wordpress-zh_TW french/wordpress german/wordpress japanese/wordpress russian/wordpress www/wordpress X-SVN-Commit-Revision: 540838 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.33 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, 29 Jun 2020 22:30:03 -0000 Author: joneum Date: Mon Jun 29 22:29:59 2020 New Revision: 540838 URL: https://svnweb.freebsd.org/changeset/ports/540838 Log: MFH: r540837 Update to 5.4.2 Changelog: https://wordpress.org/news/2020/04/wordpress-5-4-1/ Reported by: delphij Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D25262 Approved by: ports-secteam (with hat) Modified: branches/2020Q2/chinese/wordpress-zh_CN/Makefile branches/2020Q2/chinese/wordpress-zh_CN/distinfo branches/2020Q2/chinese/wordpress-zh_TW/Makefile branches/2020Q2/chinese/wordpress-zh_TW/distinfo branches/2020Q2/french/wordpress/Makefile branches/2020Q2/french/wordpress/distinfo branches/2020Q2/german/wordpress/Makefile branches/2020Q2/german/wordpress/distinfo branches/2020Q2/japanese/wordpress/Makefile branches/2020Q2/japanese/wordpress/distinfo branches/2020Q2/russian/wordpress/Makefile branches/2020Q2/russian/wordpress/distinfo branches/2020Q2/www/wordpress/Makefile branches/2020Q2/www/wordpress/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/chinese/wordpress-zh_CN/Makefile ============================================================================== --- branches/2020Q2/chinese/wordpress-zh_CN/Makefile Mon Jun 29 22:24:46 2020 (r540837) +++ branches/2020Q2/chinese/wordpress-zh_CN/Makefile Mon Jun 29 22:29:59 2020 (r540838) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.3.3 +DISTVERSION= 5.4.2 DISTVERSIONSUFFIX= -zh_CN CATEGORIES= chinese www MASTER_SITES= http://cn.wordpress.org/ @@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/license.txt WRKSRC= ${WRKDIR}/${PORTNAME} USES= php:web -USE_PHP= curl gd json mysqli pcre tokenizer xml zip +USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} NO_ARCH= yes NO_BUILD= yes Modified: branches/2020Q2/chinese/wordpress-zh_CN/distinfo ============================================================================== --- branches/2020Q2/chinese/wordpress-zh_CN/distinfo Mon Jun 29 22:24:46 2020 (r540837) +++ branches/2020Q2/chinese/wordpress-zh_CN/distinfo Mon Jun 29 22:29:59 2020 (r540838) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589117094 -SHA256 (wordpress-5.3.3-zh_CN.tar.gz) = 86e6702fb301af4a52794801e0bdda75fa7c3b3adc6e171b1ac7572e77084b51 -SIZE (wordpress-5.3.3-zh_CN.tar.gz) = 12437187 +TIMESTAMP = 1593435726 +SHA256 (wordpress-5.4.2-zh_CN.tar.gz) = 944864ca132d4287bf80eca1d7deec99220f0e84989758551e92ff6251ecd282 +SIZE (wordpress-5.4.2-zh_CN.tar.gz) = 12924846 Modified: branches/2020Q2/chinese/wordpress-zh_TW/Makefile ============================================================================== --- branches/2020Q2/chinese/wordpress-zh_TW/Makefile Mon Jun 29 22:24:46 2020 (r540837) +++ branches/2020Q2/chinese/wordpress-zh_TW/Makefile Mon Jun 29 22:29:59 2020 (r540838) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 5.3.3 +PORTVERSION= 5.4.2 DISTVERSIONSUFFIX= -zh_TW CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ @@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/license.txt WRKSRC= ${WRKDIR}/${PORTNAME} USES= php:web -USE_PHP= curl gd json mysqli pcre tokenizer xml zip ftp +USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} NO_ARCH= yes NO_BUILD= yes Modified: branches/2020Q2/chinese/wordpress-zh_TW/distinfo ============================================================================== --- branches/2020Q2/chinese/wordpress-zh_TW/distinfo Mon Jun 29 22:24:46 2020 (r540837) +++ branches/2020Q2/chinese/wordpress-zh_TW/distinfo Mon Jun 29 22:29:59 2020 (r540838) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589117250 -SHA256 (wordpress-5.3.3-zh_TW.tar.gz) = 6dd586cd70dcffe456e9301983dbf75f26777682840595ffb76b70691c155fbd -SIZE (wordpress-5.3.3-zh_TW.tar.gz) = 13072384 +TIMESTAMP = 1593435660 +SHA256 (wordpress-5.4.2-zh_TW.tar.gz) = c8bfd58b4d153996e4edc04d6c76f0372e613cbda1ed11349ca7d449a0bf01a7 +SIZE (wordpress-5.4.2-zh_TW.tar.gz) = 12956355 Modified: branches/2020Q2/french/wordpress/Makefile ============================================================================== --- branches/2020Q2/french/wordpress/Makefile Mon Jun 29 22:24:46 2020 (r540837) +++ branches/2020Q2/french/wordpress/Makefile Mon Jun 29 22:29:59 2020 (r540838) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.3.3 +DISTVERSION= 5.4.2 DISTVERSIONSUFFIX= -fr_FR PORTEPOCH= 1 CATEGORIES= french www @@ -18,7 +18,8 @@ CONFLICTS_INSTALL= de-wordpress-[0-9].* ja-wordpress-[ NO_ARCH= yes NO_BUILD= yes USES= php:web cpe -USE_PHP= curl gd hash json mysqli pcre tokenizer xml zip zlib ftp +USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} WRKSRC= ${WRKDIR}/${PORTNAME} .if ${DISTVERSION:N*.*.*} Modified: branches/2020Q2/french/wordpress/distinfo ============================================================================== --- branches/2020Q2/french/wordpress/distinfo Mon Jun 29 22:24:46 2020 (r540837) +++ branches/2020Q2/french/wordpress/distinfo Mon Jun 29 22:29:59 2020 (r540838) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589117457 -SHA256 (wordpress-5.3.3-fr_FR.tar.gz) = 66d95439b509b8e6c5741cde7d2271d7762035a39d28cd32626ba2e04c8675e0 -SIZE (wordpress-5.3.3-fr_FR.tar.gz) = 12467541 +TIMESTAMP = 1593435819 +SHA256 (wordpress-5.4.2-fr_FR.tar.gz) = 086b5b8fb2e9313d1fe52a06d0b772f99bf4a0f70ff62c8ed9a95686409f3543 +SIZE (wordpress-5.4.2-fr_FR.tar.gz) = 12959471 Modified: branches/2020Q2/german/wordpress/Makefile ============================================================================== --- branches/2020Q2/german/wordpress/Makefile Mon Jun 29 22:24:46 2020 (r540837) +++ branches/2020Q2/german/wordpress/Makefile Mon Jun 29 22:29:59 2020 (r540838) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.3.3 +DISTVERSION= 5.4.2 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ @@ -19,7 +19,8 @@ CONFLICTS_INSTALL= wordpress-[0-9].* ja-wordpress-[0-9 NO_ARCH= yes NO_BUILD= yes USES= php:web cpe -USE_PHP= curl ftp gd hash json mysqli pcre tokenizer xml zip zlib +USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} WRKSRC= ${WRKDIR}/${PORTNAME} CPE_LANG= de Modified: branches/2020Q2/german/wordpress/distinfo ============================================================================== --- branches/2020Q2/german/wordpress/distinfo Mon Jun 29 22:24:46 2020 (r540837) +++ branches/2020Q2/german/wordpress/distinfo Mon Jun 29 22:29:59 2020 (r540838) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589117542 -SHA256 (wordpress-5.3.3-de_DE.tar.gz) = e4aabe9b5a640e33170bcbba2facab6209bd3670686ecf5cb303e481b63a4d62 -SIZE (wordpress-5.3.3-de_DE.tar.gz) = 12473746 +TIMESTAMP = 1593435903 +SHA256 (wordpress-5.4.2-de_DE.tar.gz) = 84ce8354154b789bea05d70791c2b1f4ac79be70728c004225ab9ce7d1baa129 +SIZE (wordpress-5.4.2-de_DE.tar.gz) = 12962460 Modified: branches/2020Q2/japanese/wordpress/Makefile ============================================================================== --- branches/2020Q2/japanese/wordpress/Makefile Mon Jun 29 22:24:46 2020 (r540837) +++ branches/2020Q2/japanese/wordpress/Makefile Mon Jun 29 22:29:59 2020 (r540838) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.3.3 +DISTVERSION= 5.4.2 DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ @@ -19,7 +19,8 @@ CONFLICTS_INSTALL= wordpress-[0-9].* de-wordpress-[0-9 NO_ARCH= yes NO_BUILD= yes USES= cpe php:web -USE_PHP= curl ftp gd json mysqli pcre tokenizer xml zip zlib +USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} WRKSRC= ${WRKDIR}/${PORTNAME} CPE_LANG= ja Modified: branches/2020Q2/japanese/wordpress/distinfo ============================================================================== --- branches/2020Q2/japanese/wordpress/distinfo Mon Jun 29 22:24:46 2020 (r540837) +++ branches/2020Q2/japanese/wordpress/distinfo Mon Jun 29 22:29:59 2020 (r540838) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589117597 -SHA256 (wordpress-5.3.3-ja.tar.gz) = 3c96aadc0d84f3cb0b15e85f2b628781f169f03a72d2181fa417eeca36844349 -SIZE (wordpress-5.3.3-ja.tar.gz) = 12470335 +TIMESTAMP = 1593435999 +SHA256 (wordpress-5.4.2-ja.tar.gz) = b3d86dd5e6ed9279a405228050e2c02f1e0e977021cd064cade2306fedb0e229 +SIZE (wordpress-5.4.2-ja.tar.gz) = 12960483 Modified: branches/2020Q2/russian/wordpress/Makefile ============================================================================== --- branches/2020Q2/russian/wordpress/Makefile Mon Jun 29 22:24:46 2020 (r540837) +++ branches/2020Q2/russian/wordpress/Makefile Mon Jun 29 22:29:59 2020 (r540838) @@ -18,7 +18,8 @@ CONFLICTS_INSTALL= wordpress-[0-9].* de-wordpress-[0-9 NO_ARCH= yes NO_BUILD= yes USES= php:web cpe -USE_PHP= curl ftp gd hash json mysqli pcre tokenizer xml zip zlib +USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} WRKSRC= ${WRKDIR}/${PORTNAME} CPE_LANG= ru Modified: branches/2020Q2/russian/wordpress/distinfo ============================================================================== --- branches/2020Q2/russian/wordpress/distinfo Mon Jun 29 22:24:46 2020 (r540837) +++ branches/2020Q2/russian/wordpress/distinfo Mon Jun 29 22:29:59 2020 (r540838) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589117649 -SHA256 (wordpress-5.3.3-ru_RU.tar.gz) = 59e38b5160d61fe60193ac32a8d4b05ac1586a289b526f30ae5a2066860b5736 -SIZE (wordpress-5.3.3-ru_RU.tar.gz) = 12534324 +TIMESTAMP = 1593436104 +SHA256 (wordpress-5.3.3-ru_RU.tar.gz) = c7d331f0ae67a735cee3a8368b6f2cfdcf43a9ae6af62d2a2df7582e818f6783 +SIZE (wordpress-5.3.3-ru_RU.tar.gz) = 12536939 Modified: branches/2020Q2/www/wordpress/Makefile ============================================================================== --- branches/2020Q2/www/wordpress/Makefile Mon Jun 29 22:24:46 2020 (r540837) +++ branches/2020Q2/www/wordpress/Makefile Mon Jun 29 22:29:59 2020 (r540838) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.3.3 +DISTVERSION= 5.4.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ @@ -17,7 +17,8 @@ CONFLICTS_INSTALL= de-wordpress-[0-9].* ja-wordpress-[ NO_ARCH= yes NO_BUILD= yes USES= php:web cpe -USE_PHP= curl ftp gd hash json mysqli pcre tokenizer xml zip zlib +USE_PHP= curl exif fileinfo ftp gd hash json mysqli pcre tokenizer xml zip zlib +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} WRKSRC= ${WRKDIR}/${PORTNAME} .if ${DISTVERSION:N*.*.*} Modified: branches/2020Q2/www/wordpress/distinfo ============================================================================== --- branches/2020Q2/www/wordpress/distinfo Mon Jun 29 22:24:46 2020 (r540837) +++ branches/2020Q2/www/wordpress/distinfo Mon Jun 29 22:29:59 2020 (r540838) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589117711 -SHA256 (wordpress-5.3.3.tar.gz) = d85e0e37ab2e1a42931db6d4553e1c180e6211ac6e6e88b3e8afbc42bcc5a38f -SIZE (wordpress-5.3.3.tar.gz) = 11775962 +TIMESTAMP = 1593436249 +SHA256 (wordpress-5.4.2.tar.gz) = f0ea02279f53491d7e8247bb8592a89bc6e2d92fe803ec5a69220bcd7d08d4de +SIZE (wordpress-5.4.2.tar.gz) = 12238031 From owner-svn-ports-branches@freebsd.org Mon Jun 29 22:35:02 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A1B0F3573EE; Mon, 29 Jun 2020 22:35:02 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49wj3p3NMWz4XnY; Mon, 29 Jun 2020 22:35:02 +0000 (UTC) (envelope-from dbaio@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 5800CE85D; Mon, 29 Jun 2020 22:35:02 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05TMZ2GM071871; Mon, 29 Jun 2020 22:35:02 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05TMZ2OK071869; Mon, 29 Jun 2020 22:35:02 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202006292235.05TMZ2OK071869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 29 Jun 2020 22:35:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540839 - branches/2020Q2/sysutils/py-bitrot X-SVN-Group: ports-branches X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: branches/2020Q2/sysutils/py-bitrot X-SVN-Commit-Revision: 540839 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.33 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, 29 Jun 2020 22:35:02 -0000 Author: dbaio Date: Mon Jun 29 22:35:01 2020 New Revision: 540839 URL: https://svnweb.freebsd.org/changeset/ports/540839 Log: MFH: r540713 sysutils/py-bitrot: Update to 1.0.0 Changelog: https://github.com/ambv/bitrot/blob/1.0.0/README.rst#100 PR: 247493 Submitted by: Darren Mulligan (maintainer) Approved by: ports-secteam (joneum) Modified: branches/2020Q2/sysutils/py-bitrot/Makefile branches/2020Q2/sysutils/py-bitrot/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/sysutils/py-bitrot/Makefile ============================================================================== --- branches/2020Q2/sysutils/py-bitrot/Makefile Mon Jun 29 22:29:59 2020 (r540838) +++ branches/2020Q2/sysutils/py-bitrot/Makefile Mon Jun 29 22:35:01 2020 (r540839) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bitrot -PORTVERSION= 0.9.2 +PORTVERSION= 1.0.0 CATEGORIES= sysutils MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: branches/2020Q2/sysutils/py-bitrot/distinfo ============================================================================== --- branches/2020Q2/sysutils/py-bitrot/distinfo Mon Jun 29 22:29:59 2020 (r540838) +++ branches/2020Q2/sysutils/py-bitrot/distinfo Mon Jun 29 22:35:01 2020 (r540839) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512021741 -SHA256 (bitrot-0.9.2.tar.gz) = f80414852ae0ac33e47e7d488da6b13332732f57999d160ae55bd4d500e14706 -SIZE (bitrot-0.9.2.tar.gz) = 9699 +TIMESTAMP = 1593351764 +SHA256 (bitrot-1.0.0.tar.gz) = 0fa0bb7283ff62d8d4c215b646ccf28e2867109c6259135c86de577bfaf34191 +SIZE (bitrot-1.0.0.tar.gz) = 11556 From owner-svn-ports-branches@freebsd.org Mon Jun 29 23:11:48 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 45C61357E72; Mon, 29 Jun 2020 23:11:48 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49wjtD15ZQz4ZkZ; Mon, 29 Jun 2020 23:11:48 +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 08EDDEF5B; Mon, 29 Jun 2020 23:11:48 +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 05TNBlDo092424; Mon, 29 Jun 2020 23:11:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05TNBlkk092422; Mon, 29 Jun 2020 23:11:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202006292311.05TNBlkk092422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 29 Jun 2020 23:11:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540841 - branches/2020Q2/www/firefox-esr X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q2/www/firefox-esr X-SVN-Commit-Revision: 540841 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.33 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, 29 Jun 2020 23:11:48 -0000 Author: jbeich Date: Mon Jun 29 23:11:47 2020 New Revision: 540841 URL: https://svnweb.freebsd.org/changeset/ports/540841 Log: MFH: r540355 www/firefox-esr: update to 68.10.0 Changes: https://www.mozilla.org/firefox/68.10.0/releasenotes/ Approved by: ports-secteam blanket Modified: branches/2020Q2/www/firefox-esr/Makefile branches/2020Q2/www/firefox-esr/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2020Q2/www/firefox-esr/Makefile Mon Jun 29 23:05:44 2020 (r540840) +++ branches/2020Q2/www/firefox-esr/Makefile Mon Jun 29 23:11:47 2020 (r540841) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 68.9.0 +DISTVERSION= 68.10.0 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: branches/2020Q2/www/firefox-esr/distinfo ============================================================================== --- branches/2020Q2/www/firefox-esr/distinfo Mon Jun 29 23:05:44 2020 (r540840) +++ branches/2020Q2/www/firefox-esr/distinfo Mon Jun 29 23:11:47 2020 (r540841) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590624328 -SHA256 (firefox-68.9.0esr.source.tar.xz) = 935105e1a8a97d64daffb372690e2b566b5f07641f01470929dbbc82d20d4407 -SIZE (firefox-68.9.0esr.source.tar.xz) = 317469120 +TIMESTAMP = 1592866553 +SHA256 (firefox-68.10.0esr.source.tar.xz) = 2ec8c2627e46e80fc208584966a2ded7a0a9ff76b55ffccec0623b89b98ded2b +SIZE (firefox-68.10.0esr.source.tar.xz) = 314526224 From owner-svn-ports-branches@freebsd.org Mon Jun 29 23:15:27 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B2FAD357FE1; Mon, 29 Jun 2020 23:15:27 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49wjyR4NqFz4ZfK; Mon, 29 Jun 2020 23:15:27 +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 798D4F092; Mon, 29 Jun 2020 23:15:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05TNFRUm096817; Mon, 29 Jun 2020 23:15:27 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05TNFQMr096810; Mon, 29 Jun 2020 23:15:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202006292315.05TNFQMr096810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 29 Jun 2020 23:15:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540842 - in branches/2020Q2: Mk www/firefox www/firefox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q2: Mk www/firefox www/firefox/files X-SVN-Commit-Revision: 540842 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.33 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, 29 Jun 2020 23:15:27 -0000 Author: jbeich Date: Mon Jun 29 23:15:26 2020 New Revision: 540842 URL: https://svnweb.freebsd.org/changeset/ports/540842 Log: MFH: r534395 r539972 r540400 r540404 r540515 www/firefox: update to 78.0 Changes: https://www.mozilla.org/firefox/78.0/releasenotes/ PR: 247329 Approved by: ports-secteam blanket Differential Revision: https://reviews.freebsd.org/D25301 Added: branches/2020Q2/www/firefox/files/patch-bug1612181_comment1 - copied unchanged from r534395, head/www/firefox/files/patch-bug1612181_comment1 branches/2020Q2/www/firefox/files/patch-bug1612184 - copied unchanged from r534395, head/www/firefox/files/patch-bug1612184 branches/2020Q2/www/firefox/files/patch-bug1626236 - copied unchanged from r534395, head/www/firefox/files/patch-bug1626236 branches/2020Q2/www/firefox/files/patch-freebsd11.3 - copied unchanged from r540515, head/www/firefox/files/patch-freebsd11.3 Deleted: branches/2020Q2/www/firefox/files/patch-bug1632456 branches/2020Q2/www/firefox/files/patch-bug1636072 branches/2020Q2/www/firefox/files/patch-bug1638010 Modified: branches/2020Q2/Mk/bsd.gecko.mk branches/2020Q2/www/firefox/Makefile branches/2020Q2/www/firefox/distinfo branches/2020Q2/www/firefox/files/patch-bug1288587 branches/2020Q2/www/firefox/files/patch-bug1618914 branches/2020Q2/www/firefox/files/patch-bug847568 Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/Mk/bsd.gecko.mk ============================================================================== --- branches/2020Q2/Mk/bsd.gecko.mk Mon Jun 29 23:11:47 2020 (r540841) +++ branches/2020Q2/Mk/bsd.gecko.mk Mon Jun 29 23:15:26 2020 (r540842) @@ -77,7 +77,7 @@ BINARY_ALIAS+= python3=python${PYTHON3_DEFAULT} BUNDLE_LIBS= yes BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \ - rust-cbindgen>=0.13.1:devel/rust-cbindgen \ + rust-cbindgen>=0.14.1:devel/rust-cbindgen \ ${RUST_DEFAULT}>=1.41:lang/${RUST_DEFAULT} \ ${LOCALBASE}/bin/python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//g} \ node:www/node Modified: branches/2020Q2/www/firefox/Makefile ============================================================================== --- branches/2020Q2/www/firefox/Makefile Mon Jun 29 23:11:47 2020 (r540841) +++ branches/2020Q2/www/firefox/Makefile Mon Jun 29 23:15:26 2020 (r540842) @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 77.0.1 +DISTVERSION= 78.0 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.25:devel/nspr \ - nss>=3.52.1:security/nss \ - icu>=64.1,1:devel/icu \ + nss>=3.53.1:security/nss \ + icu>=67.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ - harfbuzz>=2.6.4:print/harfbuzz \ + harfbuzz>=2.6.6:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ png>=1.6.35:graphics/png \ libvpx>=1.8.2:multimedia/libvpx \ Modified: branches/2020Q2/www/firefox/distinfo ============================================================================== --- branches/2020Q2/www/firefox/distinfo Mon Jun 29 23:11:47 2020 (r540841) +++ branches/2020Q2/www/firefox/distinfo Mon Jun 29 23:15:26 2020 (r540842) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591146315 -SHA256 (firefox-77.0.1.source.tar.xz) = 54256fc5f8e9c2e8129ef84773fae31fcfdaf95da6d4d03151f3939e9f749640 -SIZE (firefox-77.0.1.source.tar.xz) = 334037816 +TIMESTAMP = 1593108867 +SHA256 (firefox-78.0.source.tar.xz) = 291a593151e476e6c4b61e48a3bdd5a11896fbde6261dcad347d5b7df265a058 +SIZE (firefox-78.0.source.tar.xz) = 333422136 Modified: branches/2020Q2/www/firefox/files/patch-bug1288587 ============================================================================== --- branches/2020Q2/www/firefox/files/patch-bug1288587 Mon Jun 29 23:11:47 2020 (r540841) +++ branches/2020Q2/www/firefox/files/patch-bug1288587 Mon Jun 29 23:15:26 2020 (r540842) @@ -2,7 +2,7 @@ diff --git a/build/moz.configure/init.configure b/buil index 855214a..1e91d51 100644 --- build/moz.configure/init.configure +++ build/moz.configure/init.configure -@@ -252,6 +252,7 @@ option(env='PYTHON3', nargs=1, help='Python 3 interpre +@@ -251,6 +251,7 @@ option(env='PYTHON3', nargs=1, help='Python 3 interpre @imports(_from='mozbuild.pythonutil', _import='find_python3_executable') @imports(_from='mozbuild.pythonutil', _import='python_executable_version') @imports(_from='six', _import='ensure_text') @@ -10,7 +10,7 @@ index 855214a..1e91d51 100644 def virtualenv_python3(env_python, build_env, mozconfig, help): # Avoid re-executing python when running configure --help. if help: -@@ -284,6 +285,12 @@ def virtualenv_python3(env_python, build_env, mozconfi +@@ -283,6 +284,12 @@ def virtualenv_python3(env_python, build_env, mozconfi python = mozconfig['vars']['added']['PYTHON3'] elif 'PYTHON3' in mozconfig['vars']['modified']: python = mozconfig['vars']['modified']['PYTHON3'][1] @@ -23,15 +23,15 @@ index 855214a..1e91d51 100644 log.debug("python3: executable from configuration: %r" % python) -@@ -373,7 +380,10 @@ def virtualenv_python3(env_python, build_env, mozconfi - sys.executable, manager.python_path)) - log.info('Re-executing in the virtualenv') - if env_python: -- del os.environ['PYTHON3'] +@@ -365,7 +372,10 @@ def virtualenv_python3(env_python, build_env, mozconfi + sys.executable, manager.python_path)) + log.info('Re-executing in the virtualenv') + if env_python: +- del os.environ['PYTHON3'] + try: + del os.environ['PYTHON3'] + except KeyError: + pass - # Homebrew on macOS will change Python's sys.executable to a custom - # value which messes with mach's virtualenv handling code. Override - # Homebrew's changes with the correct sys.executable value. + # Homebrew on macOS will change Python's sys.executable to a custom + # value which messes with mach's virtualenv handling code. Override + # Homebrew's changes with the correct sys.executable value. Copied: branches/2020Q2/www/firefox/files/patch-bug1612181_comment1 (from r534395, head/www/firefox/files/patch-bug1612181_comment1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q2/www/firefox/files/patch-bug1612181_comment1 Mon Jun 29 23:15:26 2020 (r540842, copy of r534395, head/www/firefox/files/patch-bug1612181_comment1) @@ -0,0 +1,191 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1612181 +https://bug1612181.bmoattachments.org/attachment.cgi?id=9123550 + + +--- xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc64_linux.S.orig 2020-01-29 19:25:30.967574000 +0100 ++++ xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_ppc64_linux.S 2020-01-29 19:26:50.465737000 +0100 +@@ -62,11 +62,11 @@ NS_InvokeByIndex: + .NS_InvokeByIndex: + #endif + mflr 0 +- std 0,16(r1) ++ std 0,16(%r1) + +- std r29,-24(r1) +- std r30,-16(r1) +- std r31,-8(r1) ++ std r29,-24(%r1) ++ std r30,-16(%r1) ++ std r31,-8(%r1) + + mr r29,r3 # Save 'that' in r29 + mr r30,r4 # Save 'methodIndex' in r30 +@@ -79,7 +79,7 @@ NS_InvokeByIndex: + # + # | (fixed area + | | 7 GP | 13 FP | 3 NV | + # | param. save) |(params)........| regs | regs | regs | +- # (r1)......(+STACK_PARAMS)... (-23*8).(-16*8).(-3*8)..(r31) ++ # (%r1)......(+STACK_PARAMS)... (-23*8).(-16*8).(-3*8)..(%r31) + + # +stack frame, -unused stack params, +regs storage, +1 for alignment + addi r7,r5,((STACK_PARAMS/8)-7+7+13+3+1) +@@ -105,56 +105,56 @@ NS_InvokeByIndex: + + # Set up to invoke function + +- ld r9,0(r29) # vtable (r29 is 'that') ++ ld r9,0(%r29) # vtable (%r29 is 'that') + mr r3,r29 # self is first arg, obviously + + sldi r30,r30,3 # Find function descriptor + add r9,r9,r30 +- ld r12,0(r9) ++ ld r12,0(%r9) + +- std r2,STACK_TOC(r1) # Save r2 (TOC pointer) ++ std r2,STACK_TOC(%r1) # Save r2 (TOC pointer) + + #if _CALL_ELF == 2 + mtctr r12 + #else +- ld r0,0(r12) # Actual address from fd. ++ ld r0,0(%r12) # Actual address from fd. + mtctr 0 +- ld r11,16(r12) # Environment pointer from fd. +- ld r2,8(r12) # TOC pointer from fd. ++ ld r11,16(%r12) # Environment pointer from fd. ++ ld r2,8(%r12) # TOC pointer from fd. + #endif + + # Load FP and GP registers as required +- ld r4, -(23*8)(r31) +- ld r5, -(22*8)(r31) +- ld r6, -(21*8)(r31) +- ld r7, -(20*8)(r31) +- ld r8, -(19*8)(r31) +- ld r9, -(18*8)(r31) +- ld r10, -(17*8)(r31) ++ ld r4, -(23*8)(%r31) ++ ld r5, -(22*8)(%r31) ++ ld r6, -(21*8)(%r31) ++ ld r7, -(20*8)(%r31) ++ ld r8, -(19*8)(%r31) ++ ld r9, -(18*8)(%r31) ++ ld r10, -(17*8)(%r31) + +- lfd f1, -(16*8)(r31) +- lfd f2, -(15*8)(r31) +- lfd f3, -(14*8)(r31) +- lfd f4, -(13*8)(r31) +- lfd f5, -(12*8)(r31) +- lfd f6, -(11*8)(r31) +- lfd f7, -(10*8)(r31) +- lfd f8, -(9*8)(r31) +- lfd f9, -(8*8)(r31) +- lfd f10, -(7*8)(r31) +- lfd f11, -(6*8)(r31) +- lfd f12, -(5*8)(r31) +- lfd f13, -(4*8)(r31) ++ lfd f1, -(16*8)(%r31) ++ lfd f2, -(15*8)(%r31) ++ lfd f3, -(14*8)(%r31) ++ lfd f4, -(13*8)(%r31) ++ lfd f5, -(12*8)(%r31) ++ lfd f6, -(11*8)(%r31) ++ lfd f7, -(10*8)(%r31) ++ lfd f8, -(9*8)(%r31) ++ lfd f9, -(8*8)(%r31) ++ lfd f10, -(7*8)(%r31) ++ lfd f11, -(6*8)(%r31) ++ lfd f12, -(5*8)(%r31) ++ lfd f13, -(4*8)(%r31) + + bctrl # Do it + +- ld r2,STACK_TOC(r1) # Load our own TOC pointer +- ld r1,0(r1) # Revert stack frame +- ld 0,16(r1) # Reload lr ++ ld r2,STACK_TOC(%r1) # Load our own TOC pointer ++ ld r1,0(%r1) # Revert stack frame ++ ld 0,16(%r1) # Reload lr + mtlr 0 +- ld 29,-24(r1) # Restore NVGPRS +- ld 30,-16(r1) +- ld 31,-8(r1) ++ ld 29,-24(%r1) # Restore NVGPRS ++ ld 30,-16(%r1) ++ ld 31,-8(%r1) + blr + + #if _CALL_ELF == 2 +--- xpcom/reflect/xptcall/md/unix/xptcstubs_asm_ppc64_linux.S.orig 2020-01-29 19:25:51.465953000 +0100 ++++ xpcom/reflect/xptcall/md/unix/xptcstubs_asm_ppc64_linux.S 2020-01-29 19:28:53.055137000 +0100 +@@ -58,35 +58,35 @@ SharedStub: + #endif + mflr r0 + +- std r4, -56(r1) # Save all GPRS +- std r5, -48(r1) +- std r6, -40(r1) +- std r7, -32(r1) +- std r8, -24(r1) +- std r9, -16(r1) +- std r10, -8(r1) ++ std r4, -56(%r1) # Save all GPRS ++ std r5, -48(%r1) ++ std r6, -40(%r1) ++ std r7, -32(%r1) ++ std r8, -24(%r1) ++ std r9, -16(%r1) ++ std r10, -8(%r1) + +- stfd f13, -64(r1) # ... and FPRS +- stfd f12, -72(r1) +- stfd f11, -80(r1) +- stfd f10, -88(r1) +- stfd f9, -96(r1) +- stfd f8, -104(r1) +- stfd f7, -112(r1) +- stfd f6, -120(r1) +- stfd f5, -128(r1) +- stfd f4, -136(r1) +- stfd f3, -144(r1) +- stfd f2, -152(r1) +- stfd f1, -160(r1) ++ stfd f13, -64(%r1) # ... and FPRS ++ stfd f12, -72(%r1) ++ stfd f11, -80(%r1) ++ stfd f10, -88(%r1) ++ stfd f9, -96(%r1) ++ stfd f8, -104(%r1) ++ stfd f7, -112(%r1) ++ stfd f6, -120(%r1) ++ stfd f5, -128(%r1) ++ stfd f4, -136(%r1) ++ stfd f3, -144(%r1) ++ stfd f2, -152(%r1) ++ stfd f1, -160(%r1) + + subi r6,r1,56 # r6 --> gprData + subi r7,r1,160 # r7 --> fprData + addi r5,r1,STACK_PARAMS # r5 --> extra stack args + +- std r0, 16(r1) ++ std r0, 16(%r1) + +- stdu r1,-288(r1) ++ stdu r1,-288(%r1) + # r3 has the 'self' pointer + # already + +@@ -97,8 +97,8 @@ SharedStub: + bl PrepareAndDispatch + nop + +- ld 1,0(r1) # restore stack +- ld r0,16(r1) # restore LR ++ ld 1,0(%r1) # restore stack ++ ld r0,16(%r1) # restore LR + mtlr r0 + blr + Copied: branches/2020Q2/www/firefox/files/patch-bug1612184 (from r534395, head/www/firefox/files/patch-bug1612184) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q2/www/firefox/files/patch-bug1612184 Mon Jun 29 23:15:26 2020 (r540842, copy of r534395, head/www/firefox/files/patch-bug1612184) @@ -0,0 +1,25961 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1612184 +https://bug1612184.bmoattachments.org/attachment.cgi?id=9126363 + + +diff -r 388a4d04e911 media/webrtc/gn-configs/ppc64_False_ppc64_freebsd.json +--- /dev/null Thu Jan 01 00:00:00 1970 +0000 ++++ media/webrtc/gn-configs/ppc64_False_ppc64_freebsd.json Thu Feb 13 11:11:51 2020 +0100 +@@ -0,0 +1,13237 @@ ++{ ++ "gn_gen_args": { ++ "host_cpu": "ppc64", ++ "is_debug": false, ++ "target_cpu": "ppc64", ++ "target_os": "freebsd" ++ }, ++ "mozbuild_args": { ++ "CPU_ARCH": "ppc64", ++ "HOST_CPU_ARCH": "ppc64", ++ "MOZ_DEBUG": null, ++ "OS_TARGET": "FreeBSD" ++ }, ++ "sandbox_vars": { ++ "COMPILE_FLAGS": { ++ "WARNINGS_AS_ERRORS": [] ++ }, ++ "FINAL_LIBRARY": "webrtc" ++ }, ++ "targets": { ++ "//:webrtc": { ++ "cflags": [ ++ "-fno-strict-aliasing", ++ "--param=ssp-buffer-size=4", ++ "-fstack-protector", ++ "-Wno-builtin-macro-redefined", ++ "-D__DATE__=", ++ "-D__TIME__=", ++ "-D__TIMESTAMP__=", ++ "-funwind-tables", ++ "-fcolor-diagnostics", ++ "-Wall", ++ "-Werror", ++ "-Wextra", ++ "-Wno-missing-field-initializers", ++ "-Wno-unused-parameter", ++ "-Wno-c++11-narrowing", ++ "-Wno-covered-switch-default", ++ "-Wno-unneeded-internal-declaration", ++ "-Wno-inconsistent-missing-override", ++ "-Wno-undefined-var-template", ++ "-Wno-nonportable-include-path", ++ "-Wno-address-of-packed-member", ++ "-Wno-unused-lambda-capture", ++ "-Wno-user-defined-warnings", ++ "-O2", ++ "-fno-ident", ++ "-fdata-sections", ++ "-ffunction-sections", ++ "-fomit-frame-pointer", ++ "-g2", ++ "-fvisibility=hidden", ++ "-Xclang", ++ "-add-plugin", ++ "-Xclang", ++ "find-bad-constructs", ++ "-Xclang", ++ "-plugin-arg-find-bad-constructs", ++ "-Xclang", ++ "check-auto-raw-pointer", ++ "-Wheader-hygiene", ++ "-Wstring-conversion", ++ "-Wtautological-overlap-compare", ++ "-Wextra", ++ "-Wno-unused-parameter", ++ "-Wno-missing-field-initializers", ++ "-Wno-strict-overflow", ++ "-Wc++11-narrowing", ++ "-Wimplicit-fallthrough", ++ "-Wthread-safety", ++ "-Winconsistent-missing-override", ++ "-Wundef", ++ "-Wunused-lambda-capture" ++ ], ++ "defines": [ ++ "V8_DEPRECATION_WARNINGS", ++ "USE_X11=1", ++ "CHROMIUM_BUILD", ++ "_FILE_OFFSET_BITS=64", ++ "NDEBUG", ++ "NVALGRIND", ++ "DYNAMIC_ANNOTATIONS_ENABLED=0", ++ "WEBRTC_ENABLE_PROTOBUF=0", ++ "WEBRTC_RESTRICT_LOGGING", ++ "WEBRTC_MOZILLA_BUILD", ++ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", ++ "WEBRTC_POSIX", ++ "WEBRTC_BSD", ++ "HAVE_WEBRTC_VIDEO", ++ "HAVE_WEBRTC_VOICE" ++ ], ++ "deps": [ ++ "//:webrtc_common", ++ "//api:base_peerconnection_api", ++ "//api:transport_api", ++ "//api:video_frame_api", ++ "//audio:audio", ++ "//call:call", ++ "//common_audio:common_audio", ++ "//common_video:common_video", ++ "//media:media", ++ "//modules:modules", ++ "//modules/video_capture:video_capture_internal_impl", ++ "//rtc_base:rtc_base", ++ "//system_wrappers:field_trial_default", ++ "//system_wrappers:metrics_default", ++ "//system_wrappers:system_wrappers_default", ++ "//video:video", ++ "//voice_engine:voice_engine" ++ ], ++ "include_dirs": [ ++ "//", ++ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/", ++ "//common_audio/resampler/include/", ++ "//common_audio/signal_processing/include/", ++ "//common_audio/vad/include/", ++ "//common_video/include/", ++ "/media/libyuv/libyuv/include/", ++ "//modules/audio_coding/include/", ++ "//modules/include/", ++ "//modules/include/", ++ "//modules/audio_device/include/", ++ "//modules/audio_device/dummy/" ++ ], ++ "libs": [ ++ "X11", ++ "X11-xcb", ++ "xcb", ++ "Xcomposite", ++ "Xcursor", ++ "Xdamage", ++ "Xext", ++ "Xfixes", ++ "Xi", ++ "Xrender" ++ ], ++ "sources": [], ++ "type": "static_library" ++ }, ++ "//:webrtc_common": { ++ "cflags": [ ++ "-fno-strict-aliasing", ++ "--param=ssp-buffer-size=4", ++ "-fstack-protector", ++ "-Wno-builtin-macro-redefined", ++ "-D__DATE__=", ++ "-D__TIME__=", ++ "-D__TIMESTAMP__=", ++ "-funwind-tables", ++ "-fcolor-diagnostics", ++ "-Wall", ++ "-Werror", ++ "-Wextra", ++ "-Wno-missing-field-initializers", ++ "-Wno-unused-parameter", ++ "-Wno-c++11-narrowing", ++ "-Wno-covered-switch-default", ++ "-Wno-unneeded-internal-declaration", ++ "-Wno-inconsistent-missing-override", ++ "-Wno-undefined-var-template", ++ "-Wno-nonportable-include-path", ++ "-Wno-address-of-packed-member", ++ "-Wno-unused-lambda-capture", ++ "-Wno-user-defined-warnings", ++ "-O2", ++ "-fno-ident", ++ "-fdata-sections", ++ "-ffunction-sections", ++ "-fomit-frame-pointer", ++ "-g2", ++ "-fvisibility=hidden", ++ "-Wheader-hygiene", ++ "-Wstring-conversion", ++ "-Wtautological-overlap-compare", ++ "-Wextra", ++ "-Wno-unused-parameter", ++ "-Wno-missing-field-initializers", ++ "-Wno-strict-overflow", ++ "-Wc++11-narrowing", ++ "-Wimplicit-fallthrough", ++ "-Wthread-safety", ++ "-Winconsistent-missing-override", ++ "-Wundef", ++ "-Wunused-lambda-capture" ++ ], ++ "defines": [ ++ "V8_DEPRECATION_WARNINGS", ++ "USE_X11=1", ++ "CHROMIUM_BUILD", ++ "_FILE_OFFSET_BITS=64", ++ "NDEBUG", ++ "NVALGRIND", ++ "DYNAMIC_ANNOTATIONS_ENABLED=0", ++ "WEBRTC_ENABLE_PROTOBUF=0", ++ "WEBRTC_RESTRICT_LOGGING", ++ "WEBRTC_MOZILLA_BUILD", ++ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", ++ "WEBRTC_POSIX", ++ "WEBRTC_BSD" ++ ], ++ "deps": [], ++ "include_dirs": [ ++ "//", ++ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/" ++ ], ++ "libs": [], ++ "sources": [ ++ "//common_types.cc", ++ "//common_types.h", ++ "//typedefs.h" ++ ], ++ "type": "static_library" ++ }, ++ "//api/audio_codecs/L16:audio_decoder_L16": { ++ "cflags": [ ++ "-fno-strict-aliasing", ++ "--param=ssp-buffer-size=4", ++ "-fstack-protector", ++ "-Wno-builtin-macro-redefined", ++ "-D__DATE__=", ++ "-D__TIME__=", ++ "-D__TIMESTAMP__=", ++ "-funwind-tables", ++ "-fcolor-diagnostics", ++ "-Wall", ++ "-Werror", ++ "-Wextra", ++ "-Wno-missing-field-initializers", ++ "-Wno-unused-parameter", ++ "-Wno-c++11-narrowing", ++ "-Wno-covered-switch-default", ++ "-Wno-unneeded-internal-declaration", ++ "-Wno-inconsistent-missing-override", ++ "-Wno-undefined-var-template", ++ "-Wno-nonportable-include-path", ++ "-Wno-address-of-packed-member", ++ "-Wno-unused-lambda-capture", ++ "-Wno-user-defined-warnings", ++ "-O2", ++ "-fno-ident", ++ "-fdata-sections", ++ "-ffunction-sections", ++ "-fomit-frame-pointer", ++ "-g2", ++ "-fvisibility=hidden", ++ "-Xclang", ++ "-add-plugin", ++ "-Xclang", ++ "find-bad-constructs", ++ "-Xclang", ++ "-plugin-arg-find-bad-constructs", ++ "-Xclang", ++ "check-auto-raw-pointer", ++ "-Wheader-hygiene", ++ "-Wstring-conversion", ++ "-Wtautological-overlap-compare", ++ "-Wextra", ++ "-Wno-unused-parameter", ++ "-Wno-missing-field-initializers", ++ "-Wno-strict-overflow", ++ "-Wc++11-narrowing", ++ "-Wimplicit-fallthrough", ++ "-Wthread-safety", ++ "-Winconsistent-missing-override", ++ "-Wundef", ++ "-Wunused-lambda-capture" ++ ], ++ "defines": [ ++ "V8_DEPRECATION_WARNINGS", ++ "USE_X11=1", ++ "CHROMIUM_BUILD", ++ "_FILE_OFFSET_BITS=64", ++ "NDEBUG", ++ "NVALGRIND", ++ "DYNAMIC_ANNOTATIONS_ENABLED=0", ++ "WEBRTC_ENABLE_PROTOBUF=0", ++ "WEBRTC_RESTRICT_LOGGING", ++ "WEBRTC_MOZILLA_BUILD", ++ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", ++ "WEBRTC_POSIX", ++ "WEBRTC_BSD" ++ ], ++ "deps": [ ++ "//:webrtc_common", ++ "//api:optional", ++ "//api/audio_codecs:audio_codecs_api", ++ "//modules/audio_coding:pcm16b", ++ "//rtc_base:rtc_base_approved" ++ ], ++ "include_dirs": [ ++ "//", ++ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/", ++ "//modules/audio_coding/codecs/pcm16b/include/" ++ ], ++ "libs": [], ++ "sources": [ ++ "//api/audio_codecs/L16/audio_decoder_L16.cc", ++ "//api/audio_codecs/L16/audio_decoder_L16.h" ++ ], ++ "type": "static_library" ++ }, ++ "//api/audio_codecs/L16:audio_encoder_L16": { ++ "cflags": [ ++ "-fno-strict-aliasing", ++ "--param=ssp-buffer-size=4", ++ "-fstack-protector", ++ "-Wno-builtin-macro-redefined", ++ "-D__DATE__=", ++ "-D__TIME__=", ++ "-D__TIMESTAMP__=", ++ "-funwind-tables", ++ "-fcolor-diagnostics", ++ "-Wall", ++ "-Werror", ++ "-Wextra", ++ "-Wno-missing-field-initializers", ++ "-Wno-unused-parameter", ++ "-Wno-c++11-narrowing", ++ "-Wno-covered-switch-default", ++ "-Wno-unneeded-internal-declaration", ++ "-Wno-inconsistent-missing-override", ++ "-Wno-undefined-var-template", ++ "-Wno-nonportable-include-path", ++ "-Wno-address-of-packed-member", ++ "-Wno-unused-lambda-capture", ++ "-Wno-user-defined-warnings", ++ "-O2", ++ "-fno-ident", ++ "-fdata-sections", ++ "-ffunction-sections", ++ "-fomit-frame-pointer", ++ "-g2", ++ "-fvisibility=hidden", ++ "-Xclang", ++ "-add-plugin", ++ "-Xclang", ++ "find-bad-constructs", ++ "-Xclang", ++ "-plugin-arg-find-bad-constructs", ++ "-Xclang", ++ "check-auto-raw-pointer", ++ "-Wheader-hygiene", ++ "-Wstring-conversion", ++ "-Wtautological-overlap-compare", ++ "-Wextra", ++ "-Wno-unused-parameter", ++ "-Wno-missing-field-initializers", ++ "-Wno-strict-overflow", ++ "-Wc++11-narrowing", ++ "-Wimplicit-fallthrough", ++ "-Wthread-safety", ++ "-Winconsistent-missing-override", ++ "-Wundef", ++ "-Wunused-lambda-capture" ++ ], ++ "defines": [ ++ "V8_DEPRECATION_WARNINGS", ++ "USE_X11=1", ++ "CHROMIUM_BUILD", ++ "_FILE_OFFSET_BITS=64", ++ "NDEBUG", ++ "NVALGRIND", ++ "DYNAMIC_ANNOTATIONS_ENABLED=0", ++ "WEBRTC_ENABLE_PROTOBUF=0", ++ "WEBRTC_RESTRICT_LOGGING", ++ "WEBRTC_MOZILLA_BUILD", ++ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", ++ "WEBRTC_POSIX", ++ "WEBRTC_BSD" ++ ], ++ "deps": [ ++ "//:webrtc_common", ++ "//api:optional", ++ "//api/audio_codecs:audio_codecs_api", ++ "//modules/audio_coding:pcm16b", ++ "//rtc_base:rtc_base_approved" ++ ], ++ "include_dirs": [ ++ "//", ++ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/", ++ "//modules/audio_coding/codecs/pcm16b/include/" ++ ], ++ "libs": [], ++ "sources": [ ++ "//api/audio_codecs/L16/audio_encoder_L16.cc", ++ "//api/audio_codecs/L16/audio_encoder_L16.h" ++ ], ++ "type": "static_library" ++ }, ++ "//api/audio_codecs/g711:audio_decoder_g711": { ++ "cflags": [ ++ "-fno-strict-aliasing", ++ "--param=ssp-buffer-size=4", ++ "-fstack-protector", ++ "-Wno-builtin-macro-redefined", ++ "-D__DATE__=", ++ "-D__TIME__=", ++ "-D__TIMESTAMP__=", ++ "-funwind-tables", ++ "-fcolor-diagnostics", ++ "-Wall", ++ "-Werror", ++ "-Wextra", ++ "-Wno-missing-field-initializers", ++ "-Wno-unused-parameter", ++ "-Wno-c++11-narrowing", ++ "-Wno-covered-switch-default", ++ "-Wno-unneeded-internal-declaration", ++ "-Wno-inconsistent-missing-override", ++ "-Wno-undefined-var-template", ++ "-Wno-nonportable-include-path", ++ "-Wno-address-of-packed-member", ++ "-Wno-unused-lambda-capture", ++ "-Wno-user-defined-warnings", ++ "-O2", ++ "-fno-ident", ++ "-fdata-sections", ++ "-ffunction-sections", ++ "-fomit-frame-pointer", ++ "-g2", ++ "-fvisibility=hidden", ++ "-Xclang", ++ "-add-plugin", ++ "-Xclang", ++ "find-bad-constructs", ++ "-Xclang", ++ "-plugin-arg-find-bad-constructs", ++ "-Xclang", ++ "check-auto-raw-pointer", ++ "-Wheader-hygiene", ++ "-Wstring-conversion", ++ "-Wtautological-overlap-compare", ++ "-Wextra", ++ "-Wno-unused-parameter", ++ "-Wno-missing-field-initializers", ++ "-Wno-strict-overflow", ++ "-Wc++11-narrowing", ++ "-Wimplicit-fallthrough", ++ "-Wthread-safety", ++ "-Winconsistent-missing-override", ++ "-Wundef", ++ "-Wunused-lambda-capture" ++ ], ++ "defines": [ ++ "V8_DEPRECATION_WARNINGS", ++ "USE_X11=1", ++ "CHROMIUM_BUILD", ++ "_FILE_OFFSET_BITS=64", ++ "NDEBUG", ++ "NVALGRIND", ++ "DYNAMIC_ANNOTATIONS_ENABLED=0", ++ "WEBRTC_ENABLE_PROTOBUF=0", ++ "WEBRTC_RESTRICT_LOGGING", ++ "WEBRTC_MOZILLA_BUILD", ++ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", ++ "WEBRTC_POSIX", ++ "WEBRTC_BSD" ++ ], ++ "deps": [ ++ "//:webrtc_common", ++ "//api:optional", ++ "//api/audio_codecs:audio_codecs_api", ++ "//modules/audio_coding:g711", ++ "//rtc_base:rtc_base_approved" ++ ], ++ "include_dirs": [ ++ "//", ++ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/", ++ "//modules/audio_coding/codecs/g711/include/" ++ ], ++ "libs": [], ++ "sources": [ ++ "//api/audio_codecs/g711/audio_decoder_g711.cc", ++ "//api/audio_codecs/g711/audio_decoder_g711.h" ++ ], ++ "type": "static_library" ++ }, ++ "//api/audio_codecs/g711:audio_encoder_g711": { ++ "cflags": [ ++ "-fno-strict-aliasing", ++ "--param=ssp-buffer-size=4", ++ "-fstack-protector", ++ "-Wno-builtin-macro-redefined", ++ "-D__DATE__=", ++ "-D__TIME__=", ++ "-D__TIMESTAMP__=", ++ "-funwind-tables", ++ "-fcolor-diagnostics", ++ "-Wall", ++ "-Werror", ++ "-Wextra", ++ "-Wno-missing-field-initializers", ++ "-Wno-unused-parameter", ++ "-Wno-c++11-narrowing", ++ "-Wno-covered-switch-default", ++ "-Wno-unneeded-internal-declaration", ++ "-Wno-inconsistent-missing-override", ++ "-Wno-undefined-var-template", ++ "-Wno-nonportable-include-path", ++ "-Wno-address-of-packed-member", ++ "-Wno-unused-lambda-capture", ++ "-Wno-user-defined-warnings", ++ "-O2", ++ "-fno-ident", ++ "-fdata-sections", ++ "-ffunction-sections", ++ "-fomit-frame-pointer", ++ "-g2", ++ "-fvisibility=hidden", ++ "-Xclang", ++ "-add-plugin", ++ "-Xclang", ++ "find-bad-constructs", ++ "-Xclang", ++ "-plugin-arg-find-bad-constructs", ++ "-Xclang", ++ "check-auto-raw-pointer", ++ "-Wheader-hygiene", ++ "-Wstring-conversion", ++ "-Wtautological-overlap-compare", ++ "-Wextra", ++ "-Wno-unused-parameter", ++ "-Wno-missing-field-initializers", ++ "-Wno-strict-overflow", ++ "-Wc++11-narrowing", ++ "-Wimplicit-fallthrough", ++ "-Wthread-safety", ++ "-Winconsistent-missing-override", ++ "-Wundef", ++ "-Wunused-lambda-capture" ++ ], ++ "defines": [ ++ "V8_DEPRECATION_WARNINGS", ++ "USE_X11=1", ++ "CHROMIUM_BUILD", ++ "_FILE_OFFSET_BITS=64", ++ "NDEBUG", ++ "NVALGRIND", ++ "DYNAMIC_ANNOTATIONS_ENABLED=0", ++ "WEBRTC_ENABLE_PROTOBUF=0", ++ "WEBRTC_RESTRICT_LOGGING", ++ "WEBRTC_MOZILLA_BUILD", ++ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", ++ "WEBRTC_POSIX", ++ "WEBRTC_BSD" ++ ], ++ "deps": [ ++ "//:webrtc_common", ++ "//api:optional", ++ "//api/audio_codecs:audio_codecs_api", ++ "//modules/audio_coding:g711", ++ "//rtc_base:rtc_base_approved" ++ ], ++ "include_dirs": [ ++ "//", ++ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/", ++ "//modules/audio_coding/codecs/g711/include/" ++ ], ++ "libs": [], ++ "sources": [ ++ "//api/audio_codecs/g711/audio_encoder_g711.cc", ++ "//api/audio_codecs/g711/audio_encoder_g711.h" ++ ], ++ "type": "static_library" ++ }, ++ "//api/audio_codecs/g722:audio_decoder_g722": { ++ "cflags": [ ++ "-fno-strict-aliasing", ++ "--param=ssp-buffer-size=4", ++ "-fstack-protector", ++ "-Wno-builtin-macro-redefined", ++ "-D__DATE__=", ++ "-D__TIME__=", ++ "-D__TIMESTAMP__=", ++ "-funwind-tables", ++ "-fcolor-diagnostics", ++ "-Wall", ++ "-Werror", ++ "-Wextra", ++ "-Wno-missing-field-initializers", ++ "-Wno-unused-parameter", ++ "-Wno-c++11-narrowing", ++ "-Wno-covered-switch-default", ++ "-Wno-unneeded-internal-declaration", ++ "-Wno-inconsistent-missing-override", ++ "-Wno-undefined-var-template", ++ "-Wno-nonportable-include-path", ++ "-Wno-address-of-packed-member", ++ "-Wno-unused-lambda-capture", ++ "-Wno-user-defined-warnings", ++ "-O2", ++ "-fno-ident", ++ "-fdata-sections", ++ "-ffunction-sections", ++ "-fomit-frame-pointer", ++ "-g2", ++ "-fvisibility=hidden", ++ "-Xclang", ++ "-add-plugin", ++ "-Xclang", ++ "find-bad-constructs", ++ "-Xclang", ++ "-plugin-arg-find-bad-constructs", ++ "-Xclang", ++ "check-auto-raw-pointer", ++ "-Wheader-hygiene", ++ "-Wstring-conversion", ++ "-Wtautological-overlap-compare", ++ "-Wextra", ++ "-Wno-unused-parameter", ++ "-Wno-missing-field-initializers", ++ "-Wno-strict-overflow", ++ "-Wc++11-narrowing", ++ "-Wimplicit-fallthrough", ++ "-Wthread-safety", ++ "-Winconsistent-missing-override", ++ "-Wundef", ++ "-Wunused-lambda-capture" ++ ], ++ "defines": [ ++ "V8_DEPRECATION_WARNINGS", ++ "USE_X11=1", ++ "CHROMIUM_BUILD", ++ "_FILE_OFFSET_BITS=64", ++ "NDEBUG", ++ "NVALGRIND", ++ "DYNAMIC_ANNOTATIONS_ENABLED=0", ++ "WEBRTC_ENABLE_PROTOBUF=0", ++ "WEBRTC_RESTRICT_LOGGING", ++ "WEBRTC_MOZILLA_BUILD", ++ "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0", ++ "WEBRTC_POSIX", ++ "WEBRTC_BSD" ++ ], ++ "deps": [ ++ "//:webrtc_common", ++ "//api:optional", ++ "//api/audio_codecs:audio_codecs_api", ++ "//modules/audio_coding:g722", ++ "//rtc_base:rtc_base_approved" ++ ], ++ "include_dirs": [ ++ "//", ++ "/root/firefox_upstream/firefox/obj-powerpc64-unknown-freebsd13.0/media/webrtc/trunk/webrtc/gn-output/gen/", ++ "//modules/audio_coding/codecs/g722/include/" ++ ], ++ "libs": [], ++ "sources": [ ++ "//api/audio_codecs/g722/audio_decoder_g722.cc", ++ "//api/audio_codecs/g722/audio_decoder_g722.h" ++ ], ++ "type": "static_library" ++ }, ++ "//api/audio_codecs/g722:audio_encoder_g722": { ++ "cflags": [ ++ "-fno-strict-aliasing", ++ "--param=ssp-buffer-size=4", ++ "-fstack-protector", ++ "-Wno-builtin-macro-redefined", ++ "-D__DATE__=", ++ "-D__TIME__=", ++ "-D__TIMESTAMP__=", ++ "-funwind-tables", ++ "-fcolor-diagnostics", ++ "-Wall", ++ "-Werror", ++ "-Wextra", ++ "-Wno-missing-field-initializers", ++ "-Wno-unused-parameter", ++ "-Wno-c++11-narrowing", ++ "-Wno-covered-switch-default", ++ "-Wno-unneeded-internal-declaration", ++ "-Wno-inconsistent-missing-override", ++ "-Wno-undefined-var-template", ++ "-Wno-nonportable-include-path", ++ "-Wno-address-of-packed-member", ++ "-Wno-unused-lambda-capture", ++ "-Wno-user-defined-warnings", ++ "-O2", ++ "-fno-ident", ++ "-fdata-sections", ++ "-ffunction-sections", ++ "-fomit-frame-pointer", ++ "-g2", ++ "-fvisibility=hidden", ++ "-Xclang", ++ "-add-plugin", ++ "-Xclang", ++ "find-bad-constructs", ++ "-Xclang", ++ "-plugin-arg-find-bad-constructs", ++ "-Xclang", ++ "check-auto-raw-pointer", ++ "-Wheader-hygiene", ++ "-Wstring-conversion", ++ "-Wtautological-overlap-compare", ++ "-Wextra", ++ "-Wno-unused-parameter", ++ "-Wno-missing-field-initializers", ++ "-Wno-strict-overflow", ++ "-Wc++11-narrowing", *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Tue Jun 30 07:41:42 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EA7EC360FFE; Tue, 30 Jun 2020 07:41:42 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49wxBZ4vGsz42td; Tue, 30 Jun 2020 07:41:42 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8CE5514EA8; Tue, 30 Jun 2020 07:41:42 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05U7fgH9010690; Tue, 30 Jun 2020 07:41:42 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05U7fgQb010689; Tue, 30 Jun 2020 07:41:42 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202006300741.05U7fgQb010689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Tue, 30 Jun 2020 07:41:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540865 - branches/2020Q2/russian/wordpress X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2020Q2/russian/wordpress X-SVN-Commit-Revision: 540865 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.33 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, 30 Jun 2020 07:41:43 -0000 Author: joneum Date: Tue Jun 30 07:41:41 2020 New Revision: 540865 URL: https://svnweb.freebsd.org/changeset/ports/540865 Log: MFH: r540864 Update to 5.4.2 Changelog: https://wordpress.org/news/2020/04/wordpress-5-4-1/ Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Modified: branches/2020Q2/russian/wordpress/Makefile branches/2020Q2/russian/wordpress/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/russian/wordpress/Makefile ============================================================================== --- branches/2020Q2/russian/wordpress/Makefile Tue Jun 30 07:39:38 2020 (r540864) +++ branches/2020Q2/russian/wordpress/Makefile Tue Jun 30 07:41:41 2020 (r540865) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -DISTVERSION= 5.3.3 +DISTVERSION= 5.4.2 DISTVERSIONSUFFIX= -ru_RU CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ Modified: branches/2020Q2/russian/wordpress/distinfo ============================================================================== --- branches/2020Q2/russian/wordpress/distinfo Tue Jun 30 07:39:38 2020 (r540864) +++ branches/2020Q2/russian/wordpress/distinfo Tue Jun 30 07:41:41 2020 (r540865) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593436104 -SHA256 (wordpress-5.3.3-ru_RU.tar.gz) = c7d331f0ae67a735cee3a8368b6f2cfdcf43a9ae6af62d2a2df7582e818f6783 -SIZE (wordpress-5.3.3-ru_RU.tar.gz) = 12536939 +TIMESTAMP = 1593502338 +SHA256 (wordpress-5.4.2-ru_RU.tar.gz) = 42faa164776f9d37a937213995b57464029eaabf48dbd7043954189f5ba84180 +SIZE (wordpress-5.4.2-ru_RU.tar.gz) = 13025363 From owner-svn-ports-branches@freebsd.org Tue Jun 30 16:10:31 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 489C134FA8F; Tue, 30 Jun 2020 16:10:31 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49x8Tg19Pbz4cGN; Tue, 30 Jun 2020 16:10:31 +0000 (UTC) (envelope-from fernape@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 0B5781AB2E; Tue, 30 Jun 2020 16:10:31 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05UGAU6E023145; Tue, 30 Jun 2020 16:10:30 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05UGAUdM023143; Tue, 30 Jun 2020 16:10:30 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202006301610.05UGAUdM023143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Tue, 30 Jun 2020 16:10:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540901 - branches/2020Q2/sysutils/monit X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2020Q2/sysutils/monit X-SVN-Commit-Revision: 540901 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.33 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, 30 Jun 2020 16:10:31 -0000 Author: fernape Date: Tue Jun 30 16:10:30 2020 New Revision: 540901 URL: https://svnweb.freebsd.org/changeset/ports/540901 Log: MFH: r540899 sysutils/monit: Update to 5.27.0 ChangeLog: https://bitbucket.org/tildeslash/monit/src/release-5-27-0/CHANGES PR: 247649 Submitted by: martinp@tildeslash.com (maintainer) Approved by: ports-secteam (blanket, runtime fix) Modified: branches/2020Q2/sysutils/monit/Makefile branches/2020Q2/sysutils/monit/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/sysutils/monit/Makefile ============================================================================== --- branches/2020Q2/sysutils/monit/Makefile Tue Jun 30 16:10:10 2020 (r540900) +++ branches/2020Q2/sysutils/monit/Makefile Tue Jun 30 16:10:30 2020 (r540901) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= monit -PORTVERSION= 5.26.0 +PORTVERSION= 5.27.0 CATEGORIES= sysutils MASTER_SITES= https://mmonit.com/monit/dist/ @@ -22,7 +22,7 @@ PLIST_FILES= bin/monit \ SUB_FILES= pkg-message -PORTDOCS= COPYING README CHANGES +PORTDOCS= COPYING CHANGES OPTIONS_DEFINE= DOCS SSL OPTIONS_DEFAULT=SSL Modified: branches/2020Q2/sysutils/monit/distinfo ============================================================================== --- branches/2020Q2/sysutils/monit/distinfo Tue Jun 30 16:10:10 2020 (r540900) +++ branches/2020Q2/sysutils/monit/distinfo Tue Jun 30 16:10:30 2020 (r540901) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562442929 -SHA256 (monit-5.26.0.tar.gz) = 87fc4568a3af9a2be89040efb169e3a2e47b262f99e78d5ddde99dd89f02f3c2 -SIZE (monit-5.26.0.tar.gz) = 1371327 +TIMESTAMP = 1593494869 +SHA256 (monit-5.27.0.tar.gz) = d8c0deef624f193a952502fe9baabfa66e3d8d057df5738da43f9a37792afca4 +SIZE (monit-5.27.0.tar.gz) = 1455341 From owner-svn-ports-branches@freebsd.org Tue Jun 30 17:18:06 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 461BD351532; Tue, 30 Jun 2020 17:18:06 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49x9zf18Mjz3T0S; Tue, 30 Jun 2020 17:18:06 +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 0ABE71B2EF; Tue, 30 Jun 2020 17:18:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05UHI5LT066753; Tue, 30 Jun 2020 17:18:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05UHI534066752; Tue, 30 Jun 2020 17:18:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202006301718.05UHI534066752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 30 Jun 2020 17:18:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540908 - branches/2020Q2/www/firefox X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q2/www/firefox X-SVN-Commit-Revision: 540908 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.33 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, 30 Jun 2020 17:18:06 -0000 Author: jbeich Date: Tue Jun 30 17:18:05 2020 New Revision: 540908 URL: https://svnweb.freebsd.org/changeset/ports/540908 Log: [direct commit] www/firefox: unbreak after r540842 r532707 is not in 2020Q2 but 2020Q3 ETA in ~1 day, so use bundled ICU. https://hg.mozilla.org/releases/mozilla-release/rev/61970f5454db ===> firefox-78.0_2,1 depends on package: icu>=67.1,1 - not found ===> Installing existing package /packages/All/icu-66.1,1.txz [121amd64-quarterly-job-12] Installing icu-66.1,1... [121amd64-quarterly-job-12] Extracting icu-66.1,1: .......... done ===> firefox-78.0_2,1 depends on package: icu>=67.1,1 - not found *** Error code 1 Reported by: pkg-fallout Approved by: ports-secteam blanket Modified: branches/2020Q2/www/firefox/Makefile Modified: branches/2020Q2/www/firefox/Makefile ============================================================================== --- branches/2020Q2/www/firefox/Makefile Tue Jun 30 17:06:33 2020 (r540907) +++ branches/2020Q2/www/firefox/Makefile Tue Jun 30 17:18:05 2020 (r540908) @@ -15,7 +15,6 @@ COMMENT= Web browser based on the browser portion of M BUILD_DEPENDS= nspr>=4.25:devel/nspr \ nss>=3.53.1:security/nss \ - icu>=67.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=2.6.6:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ @@ -30,7 +29,7 @@ BUILD_DEPENDS= nspr>=4.25:devel/nspr \ USE_GECKO= gecko CONFLICTS_INSTALL= firefox-esr -USE_MOZILLA= -sqlite +USE_MOZILLA= -icu -sqlite USES= tar:xz From owner-svn-ports-branches@freebsd.org Wed Jul 1 02:27:47 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3502E35B85F; Wed, 1 Jul 2020 02:27:47 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49xQ9v0gkWz4FBk; Wed, 1 Jul 2020 02:27:47 +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 EED2221F75; Wed, 1 Jul 2020 02:27:46 +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 0612RksY006434; Wed, 1 Jul 2020 02:27:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0612RkO5006433; Wed, 1 Jul 2020 02:27:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007010227.0612RkO5006433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 1 Jul 2020 02:27:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540922 - branches/2020Q2/www/firefox X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q2/www/firefox X-SVN-Commit-Revision: 540922 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.33 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, 01 Jul 2020 02:27:47 -0000 Author: jbeich Date: Wed Jul 1 02:27:46 2020 New Revision: 540922 URL: https://svnweb.freebsd.org/changeset/ports/540922 Log: MFH: r540921 www/firefox: update to 78.0.1 Changes: https://www.mozilla.org/firefox/78.0.1/releasenotes/ Approved by: ports-secteam blanket Modified: branches/2020Q2/www/firefox/Makefile branches/2020Q2/www/firefox/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/www/firefox/Makefile ============================================================================== --- branches/2020Q2/www/firefox/Makefile Wed Jul 1 02:27:22 2020 (r540921) +++ branches/2020Q2/www/firefox/Makefile Wed Jul 1 02:27:46 2020 (r540922) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 78.0 -PORTREVISION= 2 +DISTVERSION= 78.0.1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: branches/2020Q2/www/firefox/distinfo ============================================================================== --- branches/2020Q2/www/firefox/distinfo Wed Jul 1 02:27:22 2020 (r540921) +++ branches/2020Q2/www/firefox/distinfo Wed Jul 1 02:27:46 2020 (r540922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593108867 -SHA256 (firefox-78.0.source.tar.xz) = 291a593151e476e6c4b61e48a3bdd5a11896fbde6261dcad347d5b7df265a058 -SIZE (firefox-78.0.source.tar.xz) = 333422136 +TIMESTAMP = 1593563382 +SHA256 (firefox-78.0.1.source.tar.xz) = 494d277b120028e036e2aee3f658d79afc895457dc6aadb1c02f0547ef1d66ca +SIZE (firefox-78.0.1.source.tar.xz) = 334523644 From owner-svn-ports-branches@freebsd.org Wed Jul 1 08:53:47 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A79CA367FC8; Wed, 1 Jul 2020 08:53:47 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49xZlH417sz48hF; Wed, 1 Jul 2020 08:53:47 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D9BA26D88; Wed, 1 Jul 2020 08:53:47 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0618rl7Y048274; Wed, 1 Jul 2020 08:53:47 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0618rkGw048271; Wed, 1 Jul 2020 08:53:46 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202007010853.0618rkGw048271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 1 Jul 2020 08:53:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540938 - branches/2020Q2/www/drupal7 X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2020Q2/www/drupal7 X-SVN-Commit-Revision: 540938 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.33 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, 01 Jul 2020 08:53:47 -0000 Author: joneum Date: Wed Jul 1 08:53:46 2020 New Revision: 540938 URL: https://svnweb.freebsd.org/changeset/ports/540938 Log: MFH: r540936 Update to 7.72 Changelog: - https://www.drupal.org/project/drupal/releases/7.71 - https://www.drupal.org/project/drupal/releases/7.72 Security: b51d5391-bb76-11ea-9172-4c72b94353b5 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Modified: branches/2020Q2/www/drupal7/Makefile branches/2020Q2/www/drupal7/distinfo branches/2020Q2/www/drupal7/pkg-plist Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/www/drupal7/Makefile ============================================================================== --- branches/2020Q2/www/drupal7/Makefile Wed Jul 1 08:53:36 2020 (r540937) +++ branches/2020Q2/www/drupal7/Makefile Wed Jul 1 08:53:46 2020 (r540938) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal7 -DISTVERSION= 7.70 +DISTVERSION= 7.72 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} Modified: branches/2020Q2/www/drupal7/distinfo ============================================================================== --- branches/2020Q2/www/drupal7/distinfo Wed Jul 1 08:53:36 2020 (r540937) +++ branches/2020Q2/www/drupal7/distinfo Wed Jul 1 08:53:46 2020 (r540938) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590143499 -SHA256 (drupal/drupal-7.70.tar.gz) = f65ebf41b0683b7fdb9b01457dd686100579c30f79d929f376d4ce0efbbde8e9 -SIZE (drupal/drupal-7.70.tar.gz) = 3319190 +TIMESTAMP = 1593531613 +SHA256 (drupal/drupal-7.72.tar.gz) = bf696771306f6fc470cc58df674b14c5b6f0918056c0ffb9fb3f838d4d248c96 +SIZE (drupal/drupal-7.72.tar.gz) = 3323531 Modified: branches/2020Q2/www/drupal7/pkg-plist ============================================================================== --- branches/2020Q2/www/drupal7/pkg-plist Wed Jul 1 08:53:36 2020 (r540937) +++ branches/2020Q2/www/drupal7/pkg-plist Wed Jul 1 08:53:46 2020 (r540938) @@ -163,7 +163,6 @@ %%DRUPAL_BASE%%/misc/tree-bottom.png %%DRUPAL_BASE%%/misc/tree.png %%DRUPAL_BASE%%/misc/typo3/drupal-security/PharExtensionInterceptor.php -%%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/.gitignore %%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/LICENSE %%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/README.md %%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/composer.json @@ -762,6 +761,7 @@ %%DRUPAL_BASE%%/modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php %%DRUPAL_BASE%%/modules/simpletest/tests/psr_4_test/src/Tests/Nested/NestedExampleTest.php %%DRUPAL_BASE%%/modules/simpletest/tests/registry.test +%%DRUPAL_BASE%%/modules/simpletest/tests/request_sanitizer.test %%DRUPAL_BASE%%/modules/simpletest/tests/requirements1_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/requirements1_test.install %%DRUPAL_BASE%%/modules/simpletest/tests/requirements1_test.module From owner-svn-ports-branches@freebsd.org Wed Jul 1 12:15:00 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 921FE34E919; Wed, 1 Jul 2020 12:15:00 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49xgCS3Nk3z4Nnl; Wed, 1 Jul 2020 12:15:00 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 52B3E9411; Wed, 1 Jul 2020 12:15:00 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 061CF0xM072083; Wed, 1 Jul 2020 12:15:00 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 061CEx2O072066; Wed, 1 Jul 2020 12:14:59 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202007011214.061CEx2O072066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Wed, 1 Jul 2020 12:14:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r540953 - branches/2020Q2/mail/thunderbird X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2020Q2/mail/thunderbird X-SVN-Commit-Revision: 540953 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.33 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, 01 Jul 2020 12:15:00 -0000 Author: cmt Date: Wed Jul 1 12:14:59 2020 New Revision: 540953 URL: https://svnweb.freebsd.org/changeset/ports/540953 Log: MFH: r540952 mail/thunderbird: update to 68.10.0 https://www.thunderbird.net/en-US/thunderbird/68.10.0/releasenotes/ Approved by: ports-secteam (blanket: web browser alike) Modified: branches/2020Q2/mail/thunderbird/Makefile branches/2020Q2/mail/thunderbird/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/mail/thunderbird/Makefile ============================================================================== --- branches/2020Q2/mail/thunderbird/Makefile Wed Jul 1 12:13:11 2020 (r540952) +++ branches/2020Q2/mail/thunderbird/Makefile Wed Jul 1 12:14:59 2020 (r540953) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 68.9.0 +DISTVERSION= 68.10.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: branches/2020Q2/mail/thunderbird/distinfo ============================================================================== --- branches/2020Q2/mail/thunderbird/distinfo Wed Jul 1 12:13:11 2020 (r540952) +++ branches/2020Q2/mail/thunderbird/distinfo Wed Jul 1 12:14:59 2020 (r540953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591180151 -SHA256 (thunderbird-68.9.0.source.tar.xz) = 8286599f14a852dfc503893d141d3e0582892faae8aef81bc36cfab3906408cc -SIZE (thunderbird-68.9.0.source.tar.xz) = 332239044 +TIMESTAMP = 1593549085 +SHA256 (thunderbird-68.10.0.source.tar.xz) = 700ca2e21fef8f76134fc18d901fe890180c21a988ab39ad651554a8ed08a01d +SIZE (thunderbird-68.10.0.source.tar.xz) = 331265676 From owner-svn-ports-branches@freebsd.org Thu Jul 2 02:23:23 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1366A363421; Thu, 2 Jul 2020 02:23:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49y22L6gGhz489J; Thu, 2 Jul 2020 02:23:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C845D1374B; Thu, 2 Jul 2020 02:23:22 +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 0622NMke098134; Thu, 2 Jul 2020 02:23:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0622NMNN098133; Thu, 2 Jul 2020 02:23:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007020223.0622NMNN098133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 2 Jul 2020 02:23:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541006 - branches/2020Q2/Mk X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q2/Mk X-SVN-Commit-Revision: 541006 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.33 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, 02 Jul 2020 02:23:23 -0000 Author: jbeich Date: Thu Jul 2 02:23:22 2020 New Revision: 541006 URL: https://svnweb.freebsd.org/changeset/ports/541006 Log: MFH: r535267 gecko: drop --with-system-bz2 after upstream https://bugzilla.mozilla.org/show_bug.cgi?id=1418425 Approved by: ports-secteam blanket Modified: branches/2020Q2/Mk/bsd.gecko.mk Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/Mk/bsd.gecko.mk ============================================================================== --- branches/2020Q2/Mk/bsd.gecko.mk Thu Jul 2 01:57:22 2020 (r541005) +++ branches/2020Q2/Mk/bsd.gecko.mk Thu Jul 2 02:23:22 2020 (r541006) @@ -185,8 +185,7 @@ BUILD_DEPENDS+= ${-${dep}_BUILD_DEPENDS} MOZ_OPTIONS+= \ --enable-update-channel=${PKGNAMESUFFIX:Urelease:S/^-//} \ --disable-updater \ - --with-system-zlib \ - --with-system-bz2 + --with-system-zlib # API keys from www/chromium # http://www.chromium.org/developers/how-tos/api-keys From owner-svn-ports-branches@freebsd.org Thu Jul 2 02:55:58 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8D1A13645E9; Thu, 2 Jul 2020 02:55:58 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49y2ly3G0Pz4BG6; Thu, 2 Jul 2020 02:55:58 +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 543D713A65; Thu, 2 Jul 2020 02:55:58 +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 0622twn8016791; Thu, 2 Jul 2020 02:55:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0622tvJZ016789; Thu, 2 Jul 2020 02:55:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007020255.0622tvJZ016789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 2 Jul 2020 02:55:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541007 - in branches/2020Q2: Mk www/firefox X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q2: Mk www/firefox X-SVN-Commit-Revision: 541007 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.33 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, 02 Jul 2020 02:55:58 -0000 Author: jbeich Date: Thu Jul 2 02:55:57 2020 New Revision: 541007 URL: https://svnweb.freebsd.org/changeset/ports/541007 Log: MFH: r535268 gecko: drop GCONF option after upstream https://bugzilla.mozilla.org/show_bug.cgi?id=1433685 Approved by: ports-secteam blanket Modified: branches/2020Q2/Mk/bsd.gecko.mk branches/2020Q2/www/firefox/Makefile.options Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/Mk/bsd.gecko.mk ============================================================================== --- branches/2020Q2/Mk/bsd.gecko.mk Thu Jul 2 02:23:22 2020 (r541006) +++ branches/2020Q2/Mk/bsd.gecko.mk Thu Jul 2 02:55:57 2020 (r541007) @@ -226,14 +226,6 @@ MOZ_OPTIONS+= --disable-dbus RUN_DEPENDS+= ffmpeg>=0.8,1:multimedia/ffmpeg .endif -.if ${PORT_OPTIONS:MGCONF} -# XXX USE_GNOME+=gconf2:build is not supported -BUILD_DEPENDS+= ${LOCALBASE}/lib/libgconf-2.so:devel/gconf2 -MOZ_OPTIONS+= --enable-gconf -.else -MOZ_OPTIONS+= --disable-gconf -.endif - .if ${PORT_OPTIONS:MLIBPROXY} LIB_DEPENDS+= libproxy.so:net/libproxy MOZ_OPTIONS+= --enable-libproxy Modified: branches/2020Q2/www/firefox/Makefile.options ============================================================================== --- branches/2020Q2/www/firefox/Makefile.options Thu Jul 2 02:23:22 2020 (r541006) +++ branches/2020Q2/www/firefox/Makefile.options Thu Jul 2 02:55:57 2020 (r541007) @@ -1,9 +1,9 @@ # -*- makefile-bsdmake -*- -OPTIONS_DEFINE+= CANBERRA DBUS DEBUG FFMPEG GCONF \ +OPTIONS_DEFINE+= CANBERRA DBUS DEBUG FFMPEG \ LIBPROXY OPTIMIZED_CFLAGS PROFILE TEST -OPTIONS_DEFAULT+= DBUS FFMPEG GCONF OPTIMIZED_CFLAGS PROFILE \ +OPTIONS_DEFAULT+= DBUS FFMPEG OPTIMIZED_CFLAGS PROFILE \ ${OPTIONS_GROUP_AUDIO} OPTIONS_GROUP+= AUDIO From owner-svn-ports-branches@freebsd.org Thu Jul 2 02:57:46 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1A77B364595; Thu, 2 Jul 2020 02:57:46 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49y2p20BwRz49xK; Thu, 2 Jul 2020 02:57:46 +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 DF81113D2C; Thu, 2 Jul 2020 02:57: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 0622vj2P017070; Thu, 2 Jul 2020 02:57:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0622viW4017065; Thu, 2 Jul 2020 02:57:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007020257.0622viW4017065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 2 Jul 2020 02:57:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541008 - in branches/2020Q2: Mk mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q2: Mk mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files X-SVN-Commit-Revision: 541008 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.33 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, 02 Jul 2020 02:57:46 -0000 Author: jbeich Date: Thu Jul 2 02:57:44 2020 New Revision: 541008 URL: https://svnweb.freebsd.org/changeset/ports/541008 Log: MFH: r535269 gecko: drop x11/startup-notification dependency https://bugzilla.mozilla.org/show_bug.cgi?id=726479 Approved by: ports-secteam blanket Added: branches/2020Q2/mail/thunderbird/files/patch-bug726479 - copied unchanged from r535269, head/mail/thunderbird/files/patch-bug726479 branches/2020Q2/www/firefox-esr/files/patch-bug726479 - copied unchanged from r535269, head/www/firefox-esr/files/patch-bug726479 Modified: branches/2020Q2/Mk/bsd.gecko.mk branches/2020Q2/mail/thunderbird/Makefile branches/2020Q2/www/firefox-esr/Makefile branches/2020Q2/www/firefox/Makefile Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/Mk/bsd.gecko.mk ============================================================================== --- branches/2020Q2/Mk/bsd.gecko.mk Thu Jul 2 02:55:57 2020 (r541007) +++ branches/2020Q2/Mk/bsd.gecko.mk Thu Jul 2 02:57:44 2020 (r541008) @@ -214,9 +214,7 @@ RUN_DEPENDS+= libcanberra>0:audio/libcanberra .if ${PORT_OPTIONS:MDBUS} BUILD_DEPENDS+= libnotify>0:devel/libnotify LIB_DEPENDS+= libdbus-1.so:devel/dbus \ - libdbus-glib-1.so:devel/dbus-glib \ - libstartup-notification-1.so:x11/startup-notification -MOZ_OPTIONS+= --enable-startup-notification + libdbus-glib-1.so:devel/dbus-glib .else MOZ_OPTIONS+= --disable-dbus .endif Modified: branches/2020Q2/mail/thunderbird/Makefile ============================================================================== --- branches/2020Q2/mail/thunderbird/Makefile Thu Jul 2 02:55:57 2020 (r541007) +++ branches/2020Q2/mail/thunderbird/Makefile Thu Jul 2 02:57:44 2020 (r541008) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 68.10.0 +PORTREVISION= 1 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Copied: branches/2020Q2/mail/thunderbird/files/patch-bug726479 (from r535269, head/mail/thunderbird/files/patch-bug726479) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q2/mail/thunderbird/files/patch-bug726479 Thu Jul 2 02:57:44 2020 (r541008, copy of r535269, head/mail/thunderbird/files/patch-bug726479) @@ -0,0 +1,237 @@ +commit b92dbf54798e +Author: Ben Iofel +Date: Mon Jan 6 12:03:38 2020 +0000 + + Bug 726479 - Use GTK's support for startup notifications, r=karlt + + Original author: Ben Iofel + + Differential Revision: https://phabricator.services.mozilla.com/D58594 + + --HG-- + extra : moz-landing-system : lando +--- + config/system-headers.mozbuild | 10 ---------- + old-configure.in | 35 ----------------------------------- + toolkit/library/moz.build | 3 --- + toolkit/xre/nsAppRunner.cpp | 6 ------ + widget/gtk/moz.build | 4 ---- + widget/gtk/mozgtk/mozgtk.c | 1 + + widget/gtk/nsWindow.cpp | 37 +------------------------------------ + 7 files changed, 2 insertions(+), 94 deletions(-) + +diff --git config/system-headers.mozbuild config/system-headers.mozbuild +index 33ba01eaea3ae..2081d0c683a4c 100644 +--- config/system-headers.mozbuild ++++ config/system-headers.mozbuild +@@ -1267,16 +1267,6 @@ if CONFIG['MOZ_SYSTEM_ZLIB']: + 'zlib.h', + ] + +-if CONFIG['MOZ_ENABLE_STARTUP_NOTIFICATION']: +- system_headers += [ +- 'libsn/sn-common.h', +- 'libsn/sn.h', +- 'libsn/sn-launchee.h', +- 'libsn/sn-launcher.h', +- 'libsn/sn-monitor.h', +- 'libsn/sn-util.h', +- ] +- + if CONFIG['MOZ_SYSTEM_LIBEVENT']: + system_headers += [ + 'event2/event_compat.h', +diff --git old-configure.in old-configure.in +index f9278ba3f8451..2ac7fd92dfaa7 100644 +--- old-configure.in ++++ old-configure.in +@@ -61,7 +61,6 @@ GTK2_VERSION=2.18.0 + GTK3_VERSION=3.4.0 + GDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_4 + W32API_VERSION=3.14 +-STARTUP_NOTIFICATION_VERSION=0.8 + DBUS_VERSION=0.60 + SQLITE_VERSION=3.30.1 + +@@ -1759,40 +1758,6 @@ fi # COMPILE_ENVIRONMENT + + AC_SUBST(MOZ_FS_LAYOUT) + +-dnl ======================================================== +-dnl = startup-notification support module +-dnl ======================================================== +- +-if test "$MOZ_ENABLE_GTK" +-then +- MOZ_ENABLE_STARTUP_NOTIFICATION= +- +- MOZ_ARG_ENABLE_BOOL(startup-notification, +- [ --enable-startup-notification +- Enable startup-notification support (default: disabled) ], +- MOZ_ENABLE_STARTUP_NOTIFICATION=force, +- MOZ_ENABLE_STARTUP_NOTIFICATION=) +- if test "$MOZ_ENABLE_STARTUP_NOTIFICATION" +- then +- PKG_CHECK_MODULES(MOZ_STARTUP_NOTIFICATION, +- libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_VERSION, +- [MOZ_ENABLE_STARTUP_NOTIFICATION=1], [ +- if test "$MOZ_ENABLE_STARTUP_NOTIFICATION" = "force" +- then +- AC_MSG_ERROR([* * * Could not find startup-notification >= $STARTUP_NOTIFICATION_VERSION]) +- fi +- MOZ_ENABLE_STARTUP_NOTIFICATION= +- ]) +- fi +- +- if test "$MOZ_ENABLE_STARTUP_NOTIFICATION"; then +- AC_DEFINE(MOZ_ENABLE_STARTUP_NOTIFICATION) +- fi +- +- TK_LIBS="$TK_LIBS $MOZ_STARTUP_NOTIFICATION_LIBS" +-fi +-AC_SUBST(MOZ_ENABLE_STARTUP_NOTIFICATION) +- + AC_SUBST_LIST(TK_CFLAGS) + AC_SUBST_LIST(TK_LIBS) + +diff --git toolkit/library/moz.build toolkit/library/moz.build +index 736acbaae7fa9..af8400f4931f6 100644 +--- toolkit/library/moz.build ++++ toolkit/library/moz.build +@@ -285,9 +285,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk': + 'gthread-2.0', + ] + +-if CONFIG['MOZ_ENABLE_STARTUP_NOTIFICATION']: +- OS_LIBS += CONFIG['MOZ_STARTUP_NOTIFICATION_LIBS'] +- + if CONFIG['MOZ_ENABLE_LIBPROXY']: + OS_LIBS += CONFIG['MOZ_LIBPROXY_LIBS'] + +diff --git toolkit/xre/nsAppRunner.cpp toolkit/xre/nsAppRunner.cpp +index 219265cbfda75..5e8dfb68e1ca5 100644 +--- toolkit/xre/nsAppRunner.cpp ++++ toolkit/xre/nsAppRunner.cpp +@@ -278,7 +278,6 @@ nsString gAbsoluteArgv0Path; + # ifdef MOZ_X11 + # include + # endif /* MOZ_X11 */ +-# include "nsGTKToolkit.h" + # include + #endif + #include "BinaryPath.h" +@@ -3851,7 +3850,6 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) { + #endif + #if defined(MOZ_WIDGET_GTK) + g_set_application_name(mAppData->name); +- gtk_window_set_auto_startup_notification(false); + + #endif /* defined(MOZ_WIDGET_GTK) */ + #ifdef MOZ_X11 +@@ -4492,10 +4490,6 @@ nsresult XREMain::XRE_mainRun() { + #endif + + #if defined(HAVE_DESKTOP_STARTUP_ID) && defined(MOZ_WIDGET_GTK) +- nsGTKToolkit* toolkit = nsGTKToolkit::GetToolkit(); +- if (toolkit && !mDesktopStartupID.IsEmpty()) { +- toolkit->SetDesktopStartupID(mDesktopStartupID); +- } + // Clear the environment variable so it won't be inherited by + // child processes and confuse things. + g_unsetenv("DESKTOP_STARTUP_ID"); +diff --git widget/gtk/moz.build widget/gtk/moz.build +index 2cbd226ef2222..1c8ee424aeb11 100644 +--- widget/gtk/moz.build ++++ widget/gtk/moz.build +@@ -146,8 +146,6 @@ DEFINES['CAIRO_GFX'] = True + + DEFINES['MOZ_APP_NAME'] = '"%s"' % CONFIG['MOZ_APP_NAME'] + +-CFLAGS += CONFIG['MOZ_STARTUP_NOTIFICATION_CFLAGS'] +- + # When building with GTK3, the widget code always needs to use + # system Cairo headers, regardless of whether we are also linked + # against and using in-tree Cairo. By not using in-tree Cairo +@@ -158,8 +156,6 @@ CFLAGS += CONFIG['MOZ_STARTUP_NOTIFICATION_CFLAGS'] + if not (CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk' and CONFIG['MOZ_TREE_CAIRO']): + CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] + +-CXXFLAGS += CONFIG['MOZ_STARTUP_NOTIFICATION_CFLAGS'] +- + CFLAGS += CONFIG['TK_CFLAGS'] + CXXFLAGS += CONFIG['TK_CFLAGS'] + +diff --git widget/gtk/mozgtk/mozgtk.c widget/gtk/mozgtk/mozgtk.c +index 9954083d5c1ef..84599830ca00a 100644 +--- widget/gtk/mozgtk/mozgtk.c ++++ widget/gtk/mozgtk/mozgtk.c +@@ -529,6 +529,7 @@ STUB(gtk_window_set_geometry_hints) + STUB(gtk_window_set_icon_name) + STUB(gtk_window_set_modal) + STUB(gtk_window_set_skip_taskbar_hint) ++STUB(gtk_window_set_startup_id) + STUB(gtk_window_set_title) + STUB(gtk_window_set_transient_for) + STUB(gtk_window_set_type_hint) +diff --git widget/gtk/nsWindow.cpp widget/gtk/nsWindow.cpp +index 05902ac3bfb26..89748404988c3 100644 +--- widget/gtk/nsWindow.cpp ++++ widget/gtk/nsWindow.cpp +@@ -64,11 +64,6 @@ + + #include "nsGkAtoms.h" + +-#ifdef MOZ_ENABLE_STARTUP_NOTIFICATION +-# define SN_API_NOT_YET_FROZEN +-# include +-#endif +- + #include "mozilla/Assertions.h" + #include "mozilla/Likely.h" + #include "mozilla/Preferences.h" +@@ -1393,8 +1388,6 @@ void nsWindow::SetSizeMode(nsSizeMode aMode) { + + typedef void (*SetUserTimeFunc)(GdkWindow* aWindow, guint32 aTimestamp); + +-// This will become obsolete when new GTK APIs are widely supported, +-// as described here: http://bugzilla.gnome.org/show_bug.cgi?id=347375 + static void SetUserTimeAndStartupIDForActivatedWindow(GtkWidget* aWindow) { + nsGTKToolkit* GTKToolkit = nsGTKToolkit::GetToolkit(); + if (!GTKToolkit) return; +@@ -1414,35 +1407,7 @@ static void SetUserTimeAndStartupIDForActivatedWindow( + return; + } + +-#if defined(MOZ_ENABLE_STARTUP_NOTIFICATION) +- // TODO - Implement for non-X11 Gtk backends (Bug 726479) +- if (GDK_IS_X11_DISPLAY(gdk_display_get_default())) { +- GdkWindow* gdkWindow = gtk_widget_get_window(aWindow); +- +- GdkScreen* screen = gdk_window_get_screen(gdkWindow); +- SnDisplay* snd = sn_display_new( +- gdk_x11_display_get_xdisplay(gdk_window_get_display(gdkWindow)), +- nullptr, nullptr); +- if (!snd) return; +- SnLauncheeContext* ctx = sn_launchee_context_new( +- snd, gdk_screen_get_number(screen), desktopStartupID.get()); +- if (!ctx) { +- sn_display_unref(snd); +- return; +- } +- +- if (sn_launchee_context_get_id_has_timestamp(ctx)) { +- gdk_x11_window_set_user_time(gdkWindow, +- sn_launchee_context_get_timestamp(ctx)); +- } +- +- sn_launchee_context_setup_window(ctx, gdk_x11_window_get_xid(gdkWindow)); +- sn_launchee_context_complete(ctx); +- +- sn_launchee_context_unref(ctx); +- sn_display_unref(snd); +- } +-#endif ++ gtk_window_set_startup_id(GTK_WINDOW(aWindow), desktopStartupID.get()); + + // If we used the startup ID, that already contains the focus timestamp; + // we don't want to reuse the timestamp next time we raise the window Modified: branches/2020Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2020Q2/www/firefox-esr/Makefile Thu Jul 2 02:55:57 2020 (r541007) +++ branches/2020Q2/www/firefox-esr/Makefile Thu Jul 2 02:57:44 2020 (r541008) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 68.10.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Copied: branches/2020Q2/www/firefox-esr/files/patch-bug726479 (from r535269, head/www/firefox-esr/files/patch-bug726479) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q2/www/firefox-esr/files/patch-bug726479 Thu Jul 2 02:57:44 2020 (r541008, copy of r535269, head/www/firefox-esr/files/patch-bug726479) @@ -0,0 +1,237 @@ +commit b92dbf54798e +Author: Ben Iofel +Date: Mon Jan 6 12:03:38 2020 +0000 + + Bug 726479 - Use GTK's support for startup notifications, r=karlt + + Original author: Ben Iofel + + Differential Revision: https://phabricator.services.mozilla.com/D58594 + + --HG-- + extra : moz-landing-system : lando +--- + config/system-headers.mozbuild | 10 ---------- + old-configure.in | 35 ----------------------------------- + toolkit/library/moz.build | 3 --- + toolkit/xre/nsAppRunner.cpp | 6 ------ + widget/gtk/moz.build | 4 ---- + widget/gtk/mozgtk/mozgtk.c | 1 + + widget/gtk/nsWindow.cpp | 37 +------------------------------------ + 7 files changed, 2 insertions(+), 94 deletions(-) + +diff --git config/system-headers.mozbuild config/system-headers.mozbuild +index 33ba01eaea3ae..2081d0c683a4c 100644 +--- config/system-headers.mozbuild ++++ config/system-headers.mozbuild +@@ -1267,16 +1267,6 @@ if CONFIG['MOZ_SYSTEM_ZLIB']: + 'zlib.h', + ] + +-if CONFIG['MOZ_ENABLE_STARTUP_NOTIFICATION']: +- system_headers += [ +- 'libsn/sn-common.h', +- 'libsn/sn.h', +- 'libsn/sn-launchee.h', +- 'libsn/sn-launcher.h', +- 'libsn/sn-monitor.h', +- 'libsn/sn-util.h', +- ] +- + if CONFIG['MOZ_SYSTEM_LIBEVENT']: + system_headers += [ + 'event2/event_compat.h', +diff --git old-configure.in old-configure.in +index f9278ba3f8451..2ac7fd92dfaa7 100644 +--- old-configure.in ++++ old-configure.in +@@ -61,7 +61,6 @@ GTK2_VERSION=2.18.0 + GTK3_VERSION=3.4.0 + GDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_4 + W32API_VERSION=3.14 +-STARTUP_NOTIFICATION_VERSION=0.8 + DBUS_VERSION=0.60 + SQLITE_VERSION=3.30.1 + +@@ -1759,40 +1758,6 @@ fi # COMPILE_ENVIRONMENT + + AC_SUBST(MOZ_FS_LAYOUT) + +-dnl ======================================================== +-dnl = startup-notification support module +-dnl ======================================================== +- +-if test "$MOZ_ENABLE_GTK" +-then +- MOZ_ENABLE_STARTUP_NOTIFICATION= +- +- MOZ_ARG_ENABLE_BOOL(startup-notification, +- [ --enable-startup-notification +- Enable startup-notification support (default: disabled) ], +- MOZ_ENABLE_STARTUP_NOTIFICATION=force, +- MOZ_ENABLE_STARTUP_NOTIFICATION=) +- if test "$MOZ_ENABLE_STARTUP_NOTIFICATION" +- then +- PKG_CHECK_MODULES(MOZ_STARTUP_NOTIFICATION, +- libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_VERSION, +- [MOZ_ENABLE_STARTUP_NOTIFICATION=1], [ +- if test "$MOZ_ENABLE_STARTUP_NOTIFICATION" = "force" +- then +- AC_MSG_ERROR([* * * Could not find startup-notification >= $STARTUP_NOTIFICATION_VERSION]) +- fi +- MOZ_ENABLE_STARTUP_NOTIFICATION= +- ]) +- fi +- +- if test "$MOZ_ENABLE_STARTUP_NOTIFICATION"; then +- AC_DEFINE(MOZ_ENABLE_STARTUP_NOTIFICATION) +- fi +- +- TK_LIBS="$TK_LIBS $MOZ_STARTUP_NOTIFICATION_LIBS" +-fi +-AC_SUBST(MOZ_ENABLE_STARTUP_NOTIFICATION) +- + AC_SUBST_LIST(TK_CFLAGS) + AC_SUBST_LIST(TK_LIBS) + +diff --git toolkit/library/moz.build toolkit/library/moz.build +index 736acbaae7fa9..af8400f4931f6 100644 +--- toolkit/library/moz.build ++++ toolkit/library/moz.build +@@ -285,9 +285,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk': + 'gthread-2.0', + ] + +-if CONFIG['MOZ_ENABLE_STARTUP_NOTIFICATION']: +- OS_LIBS += CONFIG['MOZ_STARTUP_NOTIFICATION_LIBS'] +- + if CONFIG['MOZ_ENABLE_LIBPROXY']: + OS_LIBS += CONFIG['MOZ_LIBPROXY_LIBS'] + +diff --git toolkit/xre/nsAppRunner.cpp toolkit/xre/nsAppRunner.cpp +index 219265cbfda75..5e8dfb68e1ca5 100644 +--- toolkit/xre/nsAppRunner.cpp ++++ toolkit/xre/nsAppRunner.cpp +@@ -278,7 +278,6 @@ nsString gAbsoluteArgv0Path; + # ifdef MOZ_X11 + # include + # endif /* MOZ_X11 */ +-# include "nsGTKToolkit.h" + # include + #endif + #include "BinaryPath.h" +@@ -3851,7 +3850,6 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) { + #endif + #if defined(MOZ_WIDGET_GTK) + g_set_application_name(mAppData->name); +- gtk_window_set_auto_startup_notification(false); + + #endif /* defined(MOZ_WIDGET_GTK) */ + #ifdef MOZ_X11 +@@ -4492,10 +4490,6 @@ nsresult XREMain::XRE_mainRun() { + #endif + + #if defined(HAVE_DESKTOP_STARTUP_ID) && defined(MOZ_WIDGET_GTK) +- nsGTKToolkit* toolkit = nsGTKToolkit::GetToolkit(); +- if (toolkit && !mDesktopStartupID.IsEmpty()) { +- toolkit->SetDesktopStartupID(mDesktopStartupID); +- } + // Clear the environment variable so it won't be inherited by + // child processes and confuse things. + g_unsetenv("DESKTOP_STARTUP_ID"); +diff --git widget/gtk/moz.build widget/gtk/moz.build +index 2cbd226ef2222..1c8ee424aeb11 100644 +--- widget/gtk/moz.build ++++ widget/gtk/moz.build +@@ -146,8 +146,6 @@ DEFINES['CAIRO_GFX'] = True + + DEFINES['MOZ_APP_NAME'] = '"%s"' % CONFIG['MOZ_APP_NAME'] + +-CFLAGS += CONFIG['MOZ_STARTUP_NOTIFICATION_CFLAGS'] +- + # When building with GTK3, the widget code always needs to use + # system Cairo headers, regardless of whether we are also linked + # against and using in-tree Cairo. By not using in-tree Cairo +@@ -158,8 +156,6 @@ CFLAGS += CONFIG['MOZ_STARTUP_NOTIFICATION_CFLAGS'] + if not (CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk' and CONFIG['MOZ_TREE_CAIRO']): + CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] + +-CXXFLAGS += CONFIG['MOZ_STARTUP_NOTIFICATION_CFLAGS'] +- + CFLAGS += CONFIG['TK_CFLAGS'] + CXXFLAGS += CONFIG['TK_CFLAGS'] + +diff --git widget/gtk/mozgtk/mozgtk.c widget/gtk/mozgtk/mozgtk.c +index 9954083d5c1ef..84599830ca00a 100644 +--- widget/gtk/mozgtk/mozgtk.c ++++ widget/gtk/mozgtk/mozgtk.c +@@ -529,6 +529,7 @@ STUB(gtk_window_set_geometry_hints) + STUB(gtk_window_set_icon_name) + STUB(gtk_window_set_modal) + STUB(gtk_window_set_skip_taskbar_hint) ++STUB(gtk_window_set_startup_id) + STUB(gtk_window_set_title) + STUB(gtk_window_set_transient_for) + STUB(gtk_window_set_type_hint) +diff --git widget/gtk/nsWindow.cpp widget/gtk/nsWindow.cpp +index 05902ac3bfb26..89748404988c3 100644 +--- widget/gtk/nsWindow.cpp ++++ widget/gtk/nsWindow.cpp +@@ -64,11 +64,6 @@ + + #include "nsGkAtoms.h" + +-#ifdef MOZ_ENABLE_STARTUP_NOTIFICATION +-# define SN_API_NOT_YET_FROZEN +-# include +-#endif +- + #include "mozilla/Assertions.h" + #include "mozilla/Likely.h" + #include "mozilla/Preferences.h" +@@ -1393,8 +1388,6 @@ void nsWindow::SetSizeMode(nsSizeMode aMode) { + + typedef void (*SetUserTimeFunc)(GdkWindow* aWindow, guint32 aTimestamp); + +-// This will become obsolete when new GTK APIs are widely supported, +-// as described here: http://bugzilla.gnome.org/show_bug.cgi?id=347375 + static void SetUserTimeAndStartupIDForActivatedWindow(GtkWidget* aWindow) { + nsGTKToolkit* GTKToolkit = nsGTKToolkit::GetToolkit(); + if (!GTKToolkit) return; +@@ -1414,35 +1407,7 @@ static void SetUserTimeAndStartupIDForActivatedWindow( + return; + } + +-#if defined(MOZ_ENABLE_STARTUP_NOTIFICATION) +- // TODO - Implement for non-X11 Gtk backends (Bug 726479) +- if (GDK_IS_X11_DISPLAY(gdk_display_get_default())) { +- GdkWindow* gdkWindow = gtk_widget_get_window(aWindow); +- +- GdkScreen* screen = gdk_window_get_screen(gdkWindow); +- SnDisplay* snd = sn_display_new( +- gdk_x11_display_get_xdisplay(gdk_window_get_display(gdkWindow)), +- nullptr, nullptr); +- if (!snd) return; +- SnLauncheeContext* ctx = sn_launchee_context_new( +- snd, gdk_screen_get_number(screen), desktopStartupID.get()); +- if (!ctx) { +- sn_display_unref(snd); +- return; +- } +- +- if (sn_launchee_context_get_id_has_timestamp(ctx)) { +- gdk_x11_window_set_user_time(gdkWindow, +- sn_launchee_context_get_timestamp(ctx)); +- } +- +- sn_launchee_context_setup_window(ctx, gdk_x11_window_get_xid(gdkWindow)); +- sn_launchee_context_complete(ctx); +- +- sn_launchee_context_unref(ctx); +- sn_display_unref(snd); +- } +-#endif ++ gtk_window_set_startup_id(GTK_WINDOW(aWindow), desktopStartupID.get()); + + // If we used the startup ID, that already contains the focus timestamp; + // we don't want to reuse the timestamp next time we raise the window Modified: branches/2020Q2/www/firefox/Makefile ============================================================================== --- branches/2020Q2/www/firefox/Makefile Thu Jul 2 02:55:57 2020 (r541007) +++ branches/2020Q2/www/firefox/Makefile Thu Jul 2 02:57:44 2020 (r541008) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 78.0.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ From owner-svn-ports-branches@freebsd.org Thu Jul 2 10:04:19 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B7D393506C7; Thu, 2 Jul 2020 10:04:19 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49yDGC4850z4br8; Thu, 2 Jul 2020 10:04:19 +0000 (UTC) (envelope-from rene@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 58D8818FA2; Thu, 2 Jul 2020 10:04:19 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 062A4JmG082241; Thu, 2 Jul 2020 10:04:19 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 062A4Jmk082240; Thu, 2 Jul 2020 10:04:19 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202007021004.062A4Jmk082240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 2 Jul 2020 10:04:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541028 - branches/2020Q3 X-SVN-Group: ports-branches X-SVN-Commit-Author: rene X-SVN-Commit-Paths: branches/2020Q3 X-SVN-Commit-Revision: 541028 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.33 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, 02 Jul 2020 10:04:19 -0000 Author: rene Date: Thu Jul 2 10:04:18 2020 New Revision: 541028 URL: https://svnweb.freebsd.org/changeset/ports/541028 Log: Branch 2020Q3 Added: branches/2020Q3/ - copied from r541027, head/ From owner-svn-ports-branches@freebsd.org Thu Jul 2 10:22:07 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 745D0350F3B; Thu, 2 Jul 2020 10:22:07 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49yDfl2SrKz4d3K; Thu, 2 Jul 2020 10:22:07 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3841C18FF3; Thu, 2 Jul 2020 10:22:07 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 062AM7Zg094988; Thu, 2 Jul 2020 10:22:07 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 062AM68b094986; Thu, 2 Jul 2020 10:22:06 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202007021022.062AM68b094986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 2 Jul 2020 10:22:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541030 - in branches/2020Q3/dns/powerdns-recursor: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2020Q3/dns/powerdns-recursor: . files X-SVN-Commit-Revision: 541030 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.33 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, 02 Jul 2020 10:22:07 -0000 Author: joneum Date: Thu Jul 2 10:22:06 2020 New Revision: 541030 URL: https://svnweb.freebsd.org/changeset/ports/541030 Log: MFH: r541029 Update to 4.3.2 This update contains a security fix for CVE-2020-14196. The issue is: CVE-2020-14196: An issue has been found in PowerDNS Recursor where the ACL applied to the internal web server via webserver-allow-from is not properly enforced, allowing a remote attacker to send HTTP queries to the internal web server, bypassing the restriction. In the default configuration the API webserver is not enabled. Only installations using a non-default value for webserver and webserver-address are affected. As usual, there were also other smaller enhancements and bugfixes. In particular, the 4.3.2 release contains fixes that allow long CNAME chains to resolve properly, where previously they could fail if qname minimization is enabled. PR: 247707 Submitted by: Ralf van der Enden (maintainer) Security: 641cd669-bc37-11ea-babf-6805ca2fa271 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Deleted: branches/2020Q3/dns/powerdns-recursor/files/patch-hostnamemax Modified: branches/2020Q3/dns/powerdns-recursor/Makefile branches/2020Q3/dns/powerdns-recursor/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/dns/powerdns-recursor/Makefile ============================================================================== --- branches/2020Q3/dns/powerdns-recursor/Makefile Thu Jul 2 10:20:52 2020 (r541029) +++ branches/2020Q3/dns/powerdns-recursor/Makefile Thu Jul 2 10:22:06 2020 (r541030) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= recursor -DISTVERSION= 4.3.1 -PORTREVISION= 1 +DISTVERSION= 4.3.2 CATEGORIES= dns MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- Modified: branches/2020Q3/dns/powerdns-recursor/distinfo ============================================================================== --- branches/2020Q3/dns/powerdns-recursor/distinfo Thu Jul 2 10:20:52 2020 (r541029) +++ branches/2020Q3/dns/powerdns-recursor/distinfo Thu Jul 2 10:22:06 2020 (r541030) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589879472 -SHA256 (pdns-recursor-4.3.1.tar.bz2) = 54230852fcad3c6291651069c383f7ea88c5d29ce3c561decb2f40a063f52fd9 -SIZE (pdns-recursor-4.3.1.tar.bz2) = 1334817 +TIMESTAMP = 1593680318 +SHA256 (pdns-recursor-4.3.2.tar.bz2) = fcaeba94d5005ec3b973c1800d22eee686f785d3e635ad495d6f44067a4561e1 +SIZE (pdns-recursor-4.3.2.tar.bz2) = 1354549 From owner-svn-ports-branches@freebsd.org Thu Jul 2 13:37:04 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ECC12356F91; Thu, 2 Jul 2020 13:37:04 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49yJzh5Bpkz3bbs; Thu, 2 Jul 2020 13:37:04 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 95C1A1B882; Thu, 2 Jul 2020 13:37:04 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 062Db4oJ011759; Thu, 2 Jul 2020 13:37:04 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 062Db46J011758; Thu, 2 Jul 2020 13:37:04 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202007021337.062Db46J011758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 2 Jul 2020 13:37:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541038 - branches/2020Q3/audio/picard-plugins X-SVN-Group: ports-branches X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: branches/2020Q3/audio/picard-plugins X-SVN-Commit-Revision: 541038 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.33 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, 02 Jul 2020 13:37:05 -0000 Author: jhale Date: Thu Jul 2 13:37:04 2020 New Revision: 541038 URL: https://svnweb.freebsd.org/changeset/ports/541038 Log: MFH: r541036 audio/picard-plugins: Fix distinfo Approved by: ports-secteam (build fix blanket) Modified: branches/2020Q3/audio/picard-plugins/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/audio/picard-plugins/distinfo ============================================================================== --- branches/2020Q3/audio/picard-plugins/distinfo Thu Jul 2 13:36:06 2020 (r541037) +++ branches/2020Q3/audio/picard-plugins/distinfo Thu Jul 2 13:37:04 2020 (r541038) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593449367 -SHA256 (metabrainz-picard-plugins-2.0.20200506-d8137c5_GH0.tar.gz) = 4ae912e3d6a5fd956fdb3a6a263e210c02248f014b8a1256687d64be1f136147 -SIZE (metabrainz-picard-plugins-2.0.20200506-d8137c5_GH0.tar.gz) = 385098 +TIMESTAMP = 1593696678 +SHA256 (metabrainz-picard-plugins-2.0.20200605-d8137c5_GH0.tar.gz) = 4ae912e3d6a5fd956fdb3a6a263e210c02248f014b8a1256687d64be1f136147 +SIZE (metabrainz-picard-plugins-2.0.20200605-d8137c5_GH0.tar.gz) = 385098 From owner-svn-ports-branches@freebsd.org Fri Jul 3 03:00:00 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B16EB366EC7; Fri, 3 Jul 2020 03:00:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49yfp84HQhz4bKQ; Fri, 3 Jul 2020 03:00:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7156224B4D; Fri, 3 Jul 2020 03:00:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 063300sW003418; Fri, 3 Jul 2020 03:00:00 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0632xwHn003333; Fri, 3 Jul 2020 02:59:58 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202007030259.0632xwHn003333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 3 Jul 2020 02:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541066 - in branches/2020Q3/audio/audacity: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in branches/2020Q3/audio/audacity: . files X-SVN-Commit-Revision: 541066 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.33 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, 03 Jul 2020 03:00:00 -0000 Author: tobik Date: Fri Jul 3 02:59:58 2020 New Revision: 541066 URL: https://svnweb.freebsd.org/changeset/ports/541066 Log: MFH: r541065 audio/audacity: Update to 2.4.2 - This should fix hangs on startup on FreeBSD 11.4 - Remove NYQUIST option since it is mandatory and disabling it does not work Changes: https://www.audacityteam.org/audacity-2-4-2-released/ PR: 247604 Submitted by: maintainer Approved by: ports-secteam blanket Added: branches/2020Q3/audio/audacity/files/patch-src_AboutDialog.cpp - copied unchanged from r541065, head/audio/audacity/files/patch-src_AboutDialog.cpp Deleted: branches/2020Q3/audio/audacity/files/patch-cmake-proxies_sbsms_CMakeLists.txt Modified: branches/2020Q3/audio/audacity/Makefile branches/2020Q3/audio/audacity/distinfo branches/2020Q3/audio/audacity/files/patch-cmake-proxies_CMakeLists.txt branches/2020Q3/audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h branches/2020Q3/audio/audacity/files/patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h branches/2020Q3/audio/audacity/files/patch-src_AudioIO.cpp branches/2020Q3/audio/audacity/files/patch-src_FFmpeg.h branches/2020Q3/audio/audacity/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/audio/audacity/Makefile ============================================================================== --- branches/2020Q3/audio/audacity/Makefile Fri Jul 3 02:58:48 2020 (r541065) +++ branches/2020Q3/audio/audacity/Makefile Fri Jul 3 02:59:58 2020 (r541066) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= audacity -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 DISTVERSIONPREFIX= Audacity- CATEGORIES= audio @@ -35,18 +35,19 @@ CMAKE_ARGS= -Daudacity_lib_preference:STRING=system \ -Daudacity_use_portsmf:STRING=local \ -Daudacity_use_portmixer:STRING=local \ -Daudacity_use_portaudio:STRING=system +CMAKE_OFF= audacity_use_pch OPTIONS_DEFINE= DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA LAME LV2 MAD \ - MIDI NYQUIST OGG SBSMS SOUNDTOUCH TWOLAME VAMP \ + MIDI OGG SBSMS SOUNDTOUCH TWOLAME VAMP \ VORBIS VST -OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD MIDI NYQUIST OGG SBSMS \ +OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD MIDI OGG SBSMS \ SOUNDTOUCH TWOLAME VAMP VORBIS VST +OPTIONS_EXCLUDE_i386= SBSMS LAME_DESC= Use lame for import and export support LV2_DESC= Add LV2 plug-in support MAD_DESC= Use libmad for mp2/3 decoding support MIDI_DESC= MIDI support -NYQUIST_DESC= Nyquist synthesis and composition support SBSMS_DESC= Use libsbsms for pitch and tempo changing SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing TWOLAME_DESC= Use libtwolame for MP2 export support @@ -98,9 +99,6 @@ MIDI_CMAKE_OFF= -Daudacity_use_midi:STRING=off # TODO: fix NLS support properly PLIST_SUB+= NLS="" - -NYQUIST_CMAKE_ON= -Daudacity_use_nyquist:STRING=local -NYQUIST_CMAKE_OFF= -Daudacity_use_nyquist:STRING=off OGG_CMAKE_ON= -Daudacity_use_ogg:STRING=system OGG_CMAKE_OFF= -Daudacity_use_ogg:STRING=local Modified: branches/2020Q3/audio/audacity/distinfo ============================================================================== --- branches/2020Q3/audio/audacity/distinfo Fri Jul 3 02:58:48 2020 (r541065) +++ branches/2020Q3/audio/audacity/distinfo Fri Jul 3 02:59:58 2020 (r541066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589881433 -SHA256 (audacity-audacity-Audacity-2.4.1_GH0.tar.gz) = 50240f07471373a7e5c2df65cc26eeeaaced9a0850ad1f95cb795f171ea3009f -SIZE (audacity-audacity-Audacity-2.4.1_GH0.tar.gz) = 63935461 +TIMESTAMP = 1593304211 +SHA256 (audacity-audacity-Audacity-2.4.2_GH0.tar.gz) = cdb4800c8e9d1d4ca19964caf8d24000f80286ebd8a4db566c2622449744c099 +SIZE (audacity-audacity-Audacity-2.4.2_GH0.tar.gz) = 61248430 Modified: branches/2020Q3/audio/audacity/files/patch-cmake-proxies_CMakeLists.txt ============================================================================== --- branches/2020Q3/audio/audacity/files/patch-cmake-proxies_CMakeLists.txt Fri Jul 3 02:58:48 2020 (r541065) +++ branches/2020Q3/audio/audacity/files/patch-cmake-proxies_CMakeLists.txt Fri Jul 3 02:59:58 2020 (r541066) @@ -1,7 +1,7 @@ ---- cmake-proxies/CMakeLists.txt.orig 2020-05-19 09:43:53 UTC +--- cmake-proxies/CMakeLists.txt.orig 2020-06-19 15:16:47 UTC +++ cmake-proxies/CMakeLists.txt -@@ -150,7 +150,7 @@ addlib( lame lame LAME YES - addlib( lib-widget-extra libextra EXTRA YES YES "" ) +@@ -132,7 +132,7 @@ addlib( expat expat EXPAT YES + addlib( lame lame LAME YES YES "lame >= 3.100" ) addlib( libsndfile sndfile SNDFILE YES YES "sndfile >= 1.0.28" ) addlib( libsoxr soxr SOXR YES YES "soxr >= 0.1.1" ) -addlib( portaudio-v19 portaudio PORTAUDIO YES YES "" ) Modified: branches/2020Q3/audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h ============================================================================== --- branches/2020Q3/audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h Fri Jul 3 02:58:48 2020 (r541065) +++ branches/2020Q3/audio/audacity/files/patch-lib-src_libnyquist_nyquist_cmt_cext.h Fri Jul 3 02:59:58 2020 (r541066) @@ -1,6 +1,6 @@ --- lib-src/libnyquist/nyquist/cmt/cext.h.orig 2018-10-01 14:07:33 UTC +++ lib-src/libnyquist/nyquist/cmt/cext.h -@@ -58,7 +58,7 @@ EXIT(n) -- calls exit(n) after shutting down/dealloca +@@ -61,7 +61,7 @@ EXIT(n) -- calls exit(n) after shutting down/dealloca #include #endif Modified: branches/2020Q3/audio/audacity/files/patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h ============================================================================== --- branches/2020Q3/audio/audacity/files/patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h Fri Jul 3 02:58:48 2020 (r541065) +++ branches/2020Q3/audio/audacity/files/patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h Fri Jul 3 02:59:58 2020 (r541066) @@ -1,6 +1,6 @@ --- lib-src/libnyquist/nyquist/xlisp/xlisp.h.orig 2016-07-26 13:34:06 UTC +++ lib-src/libnyquist/nyquist/xlisp/xlisp.h -@@ -160,6 +160,15 @@ extern long ptrtoabs(); +@@ -161,6 +161,15 @@ extern long ptrtoabs(); #endif #endif Copied: branches/2020Q3/audio/audacity/files/patch-src_AboutDialog.cpp (from r541065, head/audio/audacity/files/patch-src_AboutDialog.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/audio/audacity/files/patch-src_AboutDialog.cpp Fri Jul 3 02:59:58 2020 (r541066, copy of r541065, head/audio/audacity/files/patch-src_AboutDialog.cpp) @@ -0,0 +1,11 @@ +--- src/AboutDialog.cpp.orig 2020-06-28 06:25:54 UTC ++++ src/AboutDialog.cpp +@@ -63,7 +63,7 @@ hold information about one contributor to Audacity. + // RevisionIdent.h may contain #defines like these ones: + //#define REV_LONG "28864acb238cb3ca71dda190a2d93242591dd80e" + //#define REV_TIME "Sun Apr 12 12:40:22 2015 +0100" +-#include ++//#include + + #ifndef REV_TIME + #define REV_TIME "unknown date and time" Modified: branches/2020Q3/audio/audacity/files/patch-src_AudioIO.cpp ============================================================================== --- branches/2020Q3/audio/audacity/files/patch-src_AudioIO.cpp Fri Jul 3 02:58:48 2020 (r541065) +++ branches/2020Q3/audio/audacity/files/patch-src_AudioIO.cpp Fri Jul 3 02:59:58 2020 (r541066) @@ -1,6 +1,6 @@ ---- src/AudioIO.cpp.orig 2018-10-01 14:07:33 UTC +--- src/AudioIO.cpp.orig 2020-06-19 15:16:47 UTC +++ src/AudioIO.cpp -@@ -480,7 +480,6 @@ TimeTrack and AudioIOListener and whether the playback +@@ -491,7 +491,6 @@ time warp info and AudioIOListener and whether the pla #define ROUND(x) (int) ((x)+0.5) //#include // #include "../lib-src/portmidi/pm_common/portmidi.h" @@ -8,7 +8,7 @@ #include "NoteTrack.h" #endif -@@ -793,13 +797,22 @@ struct AudioIO::ScrubState (private) +@@ -815,13 +814,22 @@ struct AudioIoCallback::ScrubState (private) // return the system time as a double static double streamStartTime = 0; // bias system time to small number Modified: branches/2020Q3/audio/audacity/files/patch-src_FFmpeg.h ============================================================================== --- branches/2020Q3/audio/audacity/files/patch-src_FFmpeg.h Fri Jul 3 02:58:48 2020 (r541065) +++ branches/2020Q3/audio/audacity/files/patch-src_FFmpeg.h Fri Jul 3 02:59:58 2020 (r541066) @@ -1,6 +1,6 @@ --- src/FFmpeg.h.orig 2018-10-01 14:07:33 UTC +++ src/FFmpeg.h -@@ -667,7 +667,7 @@ extern "C" { +@@ -685,7 +685,7 @@ extern "C" { FFMPEG_FUNCTION_WITH_RETURN( AVOutputFormat*, av_oformat_next, @@ -9,7 +9,7 @@ (f) ); #endif -@@ -748,7 +748,7 @@ extern "C" { +@@ -766,7 +766,7 @@ extern "C" { FFMPEG_FUNCTION_WITH_RETURN( int, av_fifo_size, @@ -18,7 +18,7 @@ (f) ); #endif -@@ -810,7 +810,7 @@ extern "C" { +@@ -828,7 +828,7 @@ extern "C" { FFMPEG_FUNCTION_WITH_RETURN( AVDictionaryEntry *, av_dict_get, Modified: branches/2020Q3/audio/audacity/pkg-plist ============================================================================== --- branches/2020Q3/audio/audacity/pkg-plist Fri Jul 3 02:58:48 2020 (r541065) +++ branches/2020Q3/audio/audacity/pkg-plist Fri Jul 3 02:59:58 2020 (r541066) @@ -3,6 +3,7 @@ man/man1/audacity.1.gz share/appdata/audacity.appdata.xml share/applications/audacity.desktop %%DATADIR%%/EQDefaultCurves.xml +%%DATADIR%%/modules/mod-script-pipe.so %%DATADIR%%/nyquist/aud-do-support.lsp %%DATADIR%%/nyquist/dspprims.lsp %%DATADIR%%/nyquist/envelopes.lsp From owner-svn-ports-branches@freebsd.org Fri Jul 3 03:06:40 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 39FF63679B8; Fri, 3 Jul 2020 03:06:40 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49yfxr0m9Vz4cMQ; Fri, 3 Jul 2020 03:06:40 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F20EF24C47; Fri, 3 Jul 2020 03:06:39 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06336d5h011004; Fri, 3 Jul 2020 03:06:39 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06336d8X011003; Fri, 3 Jul 2020 03:06:39 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202007030306.06336d8X011003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 3 Jul 2020 03:06:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541068 - branches/2020Q3/devel/libchipcard X-SVN-Group: ports-branches X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: branches/2020Q3/devel/libchipcard X-SVN-Commit-Revision: 541068 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.33 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, 03 Jul 2020 03:06:40 -0000 Author: jhale Date: Fri Jul 3 03:06:39 2020 New Revision: 541068 URL: https://svnweb.freebsd.org/changeset/ports/541068 Log: MFH: r541067 devel/libchipcard: Fix pkg-plist after r540811 Reported by: pkg-fallout Approved by: ports-secteam (build-fix blanket) Modified: branches/2020Q3/devel/libchipcard/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/libchipcard/Makefile ============================================================================== --- branches/2020Q3/devel/libchipcard/Makefile Fri Jul 3 03:04:56 2020 (r541067) +++ branches/2020Q3/devel/libchipcard/Makefile Fri Jul 3 03:06:39 2020 (r541068) @@ -3,6 +3,7 @@ PORTNAME= libchipcard PORTVERSION= 5.0.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/158/ @@ -24,7 +25,7 @@ INSTALL_TARGET= install-strip PLIST_SUB= GWEN_SHLIB_VER="${GWEN_SHLIB_VER}" USE_LDCONFIG= yes -GWEN_SHLIB_VER= 60 +GWEN_SHLIB_VER= 79 OPTIONS_DEFINE= DOXYGEN MEMDEBUG From owner-svn-ports-branches@freebsd.org Fri Jul 3 07:12:49 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B1C1B36C846; Fri, 3 Jul 2020 07:12:49 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49ymPs4HpBz3cDY; Fri, 3 Jul 2020 07:12:49 +0000 (UTC) (envelope-from fernape@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 76AC627A57; Fri, 3 Jul 2020 07:12:49 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0637CnuT064345; Fri, 3 Jul 2020 07:12:49 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0637Cnr4064343; Fri, 3 Jul 2020 07:12:49 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202007030712.0637Cnr4064343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 3 Jul 2020 07:12:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541082 - branches/2020Q3/graphics/xaos X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2020Q3/graphics/xaos X-SVN-Commit-Revision: 541082 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.33 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, 03 Jul 2020 07:12:49 -0000 Author: fernape Date: Fri Jul 3 07:12:48 2020 New Revision: 541082 URL: https://svnweb.freebsd.org/changeset/ports/541082 Log: MFH: r541081 graphics/xaos: update to 4.1 From ChangeLog: https://github.com/xaos-project/XaoS/releases/tag/release-4.1 New Features * Added option to show Cartesian coordinate grid. * Custom palette helps visualizing palette before applying changes through slider selectable values now. * PNGs exported using 'Save Image' option can be imported back and users can continue zooming on it. Bug Fixes * Fixed crash on recording XaoS animations. * Fixed crash on rendering using command line. * Fix handling non-ASCII paths on Windows. * Only error messages are shown on incorrect commands. * Some other small bug fixes. Reported by: portscout Approved by: ports-secteam (blanket, runtime fix) Modified: branches/2020Q3/graphics/xaos/Makefile branches/2020Q3/graphics/xaos/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/graphics/xaos/Makefile ============================================================================== --- branches/2020Q3/graphics/xaos/Makefile Fri Jul 3 07:09:17 2020 (r541081) +++ branches/2020Q3/graphics/xaos/Makefile Fri Jul 3 07:12:48 2020 (r541082) @@ -3,7 +3,7 @@ PORTNAME= xaos DISTVERSIONPREFIX= release- -DISTVERSION= 4.0 +DISTVERSION= 4.1 CATEGORIES= graphics math MAINTAINER= ports@FreeBSD.org Modified: branches/2020Q3/graphics/xaos/distinfo ============================================================================== --- branches/2020Q3/graphics/xaos/distinfo Fri Jul 3 07:09:17 2020 (r541081) +++ branches/2020Q3/graphics/xaos/distinfo Fri Jul 3 07:12:48 2020 (r541082) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590001242 -SHA256 (xaos-project-XaoS-release-4.0_GH0.tar.gz) = 2d72b38a53d975bfdb4ed828125f8e7017f70761d4f06249c5630367522f8e6f -SIZE (xaos-project-XaoS-release-4.0_GH0.tar.gz) = 1076581 +TIMESTAMP = 1593681827 +SHA256 (xaos-project-XaoS-release-4.1_GH0.tar.gz) = 7e41e9fbdb73a7c02c853eb028943791fa9ca11120f39814eeae4cf66438e5bf +SIZE (xaos-project-XaoS-release-4.1_GH0.tar.gz) = 10928520 From owner-svn-ports-branches@freebsd.org Fri Jul 3 12:05:24 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B100834CE14; Fri, 3 Jul 2020 12:05:24 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49ytvS4KY4z4CFp; Fri, 3 Jul 2020 12:05:24 +0000 (UTC) (envelope-from pkubaj@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 77CFBB55E; Fri, 3 Jul 2020 12:05:24 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 063C5OmS043845; Fri, 3 Jul 2020 12:05:24 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 063C5OT4043844; Fri, 3 Jul 2020 12:05:24 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007031205.063C5OT4043844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Fri, 3 Jul 2020 12:05:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541101 - in branches/2020Q3/devel/opencl: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in branches/2020Q3/devel/opencl: . files X-SVN-Commit-Revision: 541101 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.33 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, 03 Jul 2020 12:05:24 -0000 Author: pkubaj Date: Fri Jul 3 12:05:24 2020 New Revision: 541101 URL: https://svnweb.freebsd.org/changeset/ports/541101 Log: MFH: r541100 devel/opencl: don't include altivec.h altivec.h shouldn't be included directly by users. It's managed with -maltivec / -mno-altivec compiler switches. Including it causes compiler errors when using clang. Already upstreamed. PR: 247396 Approved by: ohartman@zedat.fu-berlin.de (maintainer timeout) Approved by: portmgr (fixes build of other ports) Added: branches/2020Q3/devel/opencl/files/ - copied from r541100, head/devel/opencl/files/ Modified: branches/2020Q3/devel/opencl/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/opencl/Makefile ============================================================================== --- branches/2020Q3/devel/opencl/Makefile Fri Jul 3 12:04:02 2020 (r541100) +++ branches/2020Q3/devel/opencl/Makefile Fri Jul 3 12:05:24 2020 (r541101) @@ -3,7 +3,7 @@ PORTNAME= opencl PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= ohartman@zedat.fu-berlin.de From owner-svn-ports-branches@freebsd.org Fri Jul 3 20:59:39 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9D2183594A3; Fri, 3 Jul 2020 20:59:39 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49z6lv3g0tz3VRZ; Fri, 3 Jul 2020 20:59:39 +0000 (UTC) (envelope-from manu@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 481F711641; Fri, 3 Jul 2020 20:59:39 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 063KxdB5071119; Fri, 3 Jul 2020 20:59:39 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 063KxcGn071117; Fri, 3 Jul 2020 20:59:38 GMT (envelope-from manu@FreeBSD.org) Message-Id: <202007032059.063KxcGn071117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Fri, 3 Jul 2020 20:59:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541134 - branches/2020Q3/graphics/mesa-dri X-SVN-Group: ports-branches X-SVN-Commit-Author: manu X-SVN-Commit-Paths: branches/2020Q3/graphics/mesa-dri X-SVN-Commit-Revision: 541134 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.33 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, 03 Jul 2020 20:59:39 -0000 Author: manu Date: Fri Jul 3 20:59:38 2020 New Revision: 541134 URL: https://svnweb.freebsd.org/changeset/ports/541134 Log: MFH: mesa-dri: Use gallium SWRAST on x86 and aarch64 Mesa have two software rasterizer, the classic mesa dri one and the gallium one. The classic dri one is starting to be deprecated upstream (like all dri drivers) so switch the arches that can build the gallium one to it. Approved by: portmgr (bapt@) Modified: branches/2020Q3/graphics/mesa-dri/Makefile branches/2020Q3/graphics/mesa-dri/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/graphics/mesa-dri/Makefile ============================================================================== --- branches/2020Q3/graphics/mesa-dri/Makefile Fri Jul 3 20:29:33 2020 (r541133) +++ branches/2020Q3/graphics/mesa-dri/Makefile Fri Jul 3 20:59:38 2020 (r541134) @@ -3,7 +3,7 @@ PORTNAME= mesa-dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for DRI2+ @@ -42,8 +42,10 @@ ALL_DRI_DRIVERS= I915 I965 R100 R200 SWRAST ALL_GALLIUM_DRIVERS= R300 R600 RADEONSI SVGA SWRAST ALL_VULKAN_DRIVERS= INTEL AMD -.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH:Marm*} || ${ARCH} == i386 || ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} -DRI_DRIVERS= SWRAST # llvmpipe +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 +GALLIUM_DRIVERS+= SWRAST # llvmpipe +.elif ${ARCH:Marm*} || ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} +DRI_DRIVERS+= SWRAST # Mesa Classic swrast .endif .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 \ Modified: branches/2020Q3/graphics/mesa-dri/pkg-plist ============================================================================== --- branches/2020Q3/graphics/mesa-dri/pkg-plist Fri Jul 3 20:29:33 2020 (r541133) +++ branches/2020Q3/graphics/mesa-dri/pkg-plist Fri Jul 3 20:59:38 2020 (r541134) @@ -17,6 +17,7 @@ include/GL/internal/dri_interface.h %%RADEONSI_GDRIVER%%lib/dri/radeonsi_dri.so %%VAAPI%%%%RADEONSI_GDRIVER%%lib/dri/radeonsi_drv_video.so %%SWRAST_DRIVER%%lib/dri/swrast_dri.so +%%SWRAST_GDRIVER%%lib/dri/swrast_dri.so %%SVGA_GDRIVER%%lib/dri/vmwgfx_dri.so %%PLATFORM_X11%%%%R600_GDRIVER%%lib/libXvMCr600.so %%PLATFORM_X11%%%%R600_GDRIVER%%lib/libXvMCr600.so.1 From owner-svn-ports-branches@freebsd.org Fri Jul 3 23:20:04 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F215B35BBB5; Fri, 3 Jul 2020 23:20:04 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49z9sw5WnHz3ch2; Fri, 3 Jul 2020 23:20:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A0FB513249; Fri, 3 Jul 2020 23:20:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 063NK4GO059059; Fri, 3 Jul 2020 23:20:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 063NK40h059057; Fri, 3 Jul 2020 23:20:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007032320.063NK40h059057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 3 Jul 2020 23:20:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541154 - branches/2020Q3/x11-servers/xwayland-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q3/x11-servers/xwayland-devel X-SVN-Commit-Revision: 541154 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.33 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, 03 Jul 2020 23:20:05 -0000 Author: jbeich Date: Fri Jul 3 23:20:03 2020 New Revision: 541154 URL: https://svnweb.freebsd.org/changeset/ports/541154 Log: MFH: r541133 x11-servers/xwayland-devel: update to 1.20.0.673 Changes: https://gitlab.freedesktop.org/xorg/xserver/compare/b67052742980...b0413b6e9 Approved by: ports-secteam (joneum) Modified: branches/2020Q3/x11-servers/xwayland-devel/Makefile branches/2020Q3/x11-servers/xwayland-devel/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/x11-servers/xwayland-devel/Makefile ============================================================================== --- branches/2020Q3/x11-servers/xwayland-devel/Makefile Fri Jul 3 23:19:28 2020 (r541153) +++ branches/2020Q3/x11-servers/xwayland-devel/Makefile Fri Jul 3 23:20:03 2020 (r541154) @@ -2,8 +2,8 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- -DISTVERSION= 1.20.0-669 -DISTVERSIONSUFFIX= -gb67052742 +DISTVERSION= 1.20.0-673 +DISTVERSIONSUFFIX= -gb0413b6e9 CATEGORIES= x11-servers PKGNAMESUFFIX= -devel Modified: branches/2020Q3/x11-servers/xwayland-devel/distinfo ============================================================================== --- branches/2020Q3/x11-servers/xwayland-devel/distinfo Fri Jul 3 23:19:28 2020 (r541153) +++ branches/2020Q3/x11-servers/xwayland-devel/distinfo Fri Jul 3 23:20:03 2020 (r541154) @@ -1,6 +1,6 @@ -TIMESTAMP = 1593099139 -SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-669-gb67052742_GH0.tar.gz) = dc3f9d66825b2b2cb8717bad7f773190ee20042e379b030bc50d7ee00ce40b64 -SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-669-gb67052742_GH0.tar.gz) = 5105667 +TIMESTAMP = 1593781163 +SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-673-gb0413b6e9_GH0.tar.gz) = e47fbe5685bc315bc11d706b1f259ee3c528a2a1d0aa2a0725c828c96da6ac59 +SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-673-gb0413b6e9_GH0.tar.gz) = 5104921 SHA256 (9e0086f99b39.patch) = f8af32f1aba1062e351fe43722816ba1dda43ae691bed8a0f855b58341ad8f6c SIZE (9e0086f99b39.patch) = 10714 SHA256 (30ea6cb622e9.patch) = 3a99b52b7f7a451daf0620b457aa041a95caddcdcc0ae73d7b8a1b30d19f14b0 From owner-svn-ports-branches@freebsd.org Fri Jul 3 23:24:36 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EBC8035BA6E; Fri, 3 Jul 2020 23:24:36 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49z9z85wQxz3dPj; Fri, 3 Jul 2020 23:24: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 AE05213271; Fri, 3 Jul 2020 23:24: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 063NOaUf065133; Fri, 3 Jul 2020 23:24:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 063NOaD2065132; Fri, 3 Jul 2020 23:24:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007032324.063NOaD2065132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 3 Jul 2020 23:24:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541156 - branches/2020Q3/multimedia/libva-intel-driver X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q3/multimedia/libva-intel-driver X-SVN-Commit-Revision: 541156 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.33 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, 03 Jul 2020 23:24:37 -0000 Author: jbeich Date: Fri Jul 3 23:24:36 2020 New Revision: 541156 URL: https://svnweb.freebsd.org/changeset/ports/541156 Log: MFH: r541155 multimedia/libva-intel-driver: note which GPUs are not supported Icelake (Gen11) is not supported. Cannonlake (Gen10) was discontinued, so it's not clear. Approved by: ports-secteam blanket Modified: branches/2020Q3/multimedia/libva-intel-driver/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/multimedia/libva-intel-driver/Makefile ============================================================================== --- branches/2020Q3/multimedia/libva-intel-driver/Makefile Fri Jul 3 23:24:08 2020 (r541155) +++ branches/2020Q3/multimedia/libva-intel-driver/Makefile Fri Jul 3 23:24:36 2020 (r541156) @@ -5,7 +5,7 @@ DISTVERSION= 2.4.1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org -COMMENT= VAAPI legacy driver for Intel GMA 4500 (Gen4) or newer +COMMENT= VAAPI legacy driver for Intel GMA 4500 (Gen4) to UHD 630 (Gen9.5) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING From owner-svn-ports-branches@freebsd.org Sat Jul 4 06:44:31 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 30611363579; Sat, 4 Jul 2020 06:44:31 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49zMkl0PTwz4GL1; Sat, 4 Jul 2020 06:44:31 +0000 (UTC) (envelope-from mfechner@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 E54D91886E; Sat, 4 Jul 2020 06:44:30 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0646iUBR039346; Sat, 4 Jul 2020 06:44:30 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0646iT1L039341; Sat, 4 Jul 2020 06:44:29 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202007040644.0646iT1L039341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Sat, 4 Jul 2020 06:44:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541165 - in branches/2020Q3: devel/gitaly www/gitlab-ce X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2020Q3: devel/gitaly www/gitlab-ce X-SVN-Commit-Revision: 541165 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.33 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, 04 Jul 2020 06:44:31 -0000 Author: mfechner Date: Sat Jul 4 06:44:29 2020 New Revision: 541165 URL: https://svnweb.freebsd.org/changeset/ports/541165 Log: MFH: r541059 Security update to 13.1.2. Changelog: https://about.gitlab.com/releases/2020/07/01/security-release-13-1-2-release/ Security: 0a305431-bc98-11ea-a051-001b217b3468 Approved by: ports-secteam (joneum) Modified: branches/2020Q3/devel/gitaly/Makefile branches/2020Q3/devel/gitaly/distinfo branches/2020Q3/www/gitlab-ce/Makefile branches/2020Q3/www/gitlab-ce/distinfo branches/2020Q3/www/gitlab-ce/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/gitaly/Makefile ============================================================================== --- branches/2020Q3/devel/gitaly/Makefile Sat Jul 4 06:39:45 2020 (r541164) +++ branches/2020Q3/devel/gitaly/Makefile Sat Jul 4 06:44:29 2020 (r541165) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitaly -DISTVERSION= 13.1.1 +DISTVERSION= 13.1.2 PORTREVISION= 0 CATEGORIES= devel @@ -42,7 +42,7 @@ MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}" USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find this here: https://gitlab.com/gitlab-org/gitaly/-/tags -GL_COMMIT= 0fb7caf0703e3f78085054c367dcba9f640140de +GL_COMMIT= 26cde441322fc0f7b51c62cda6073d4c474f2163 # for go dependencies USE_GITHUB= nodefault Modified: branches/2020Q3/devel/gitaly/distinfo ============================================================================== --- branches/2020Q3/devel/gitaly/distinfo Sat Jul 4 06:39:45 2020 (r541164) +++ branches/2020Q3/devel/gitaly/distinfo Sat Jul 4 06:44:29 2020 (r541165) @@ -1,4 +1,4 @@ -TIMESTAMP = 1593444209 +TIMESTAMP = 1593717137 SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077 SHA256 (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = d81bd47683ef9cbd228691b077373d3e15ca5fa5b9e7919099c4e87779040e84 @@ -99,8 +99,8 @@ SHA256 (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 6b SIZE (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 164460 SHA256 (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 98901cc41df77858a2f601ad48b45bdf72af40c56f15bc5182416b15db0daac3 SIZE (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 31655 -SHA256 (gitlab-org-gitaly-0fb7caf0703e3f78085054c367dcba9f640140de_GL0.tar.gz) = b2b8315f3287154c12c51d566a7b9cc5347a271c92292aed5d14855965dbd862 -SIZE (gitlab-org-gitaly-0fb7caf0703e3f78085054c367dcba9f640140de_GL0.tar.gz) = 3022370 +SHA256 (gitlab-org-gitaly-26cde441322fc0f7b51c62cda6073d4c474f2163_GL0.tar.gz) = ce632231a1f1d5c3e87263ca0f115b04c15ebb3af7ccecfb776deeea17e47e90 +SIZE (gitlab-org-gitaly-26cde441322fc0f7b51c62cda6073d4c474f2163_GL0.tar.gz) = 3022406 SHA256 (gitlab-org-gitlab-shell-716e30c55e893ebe2385b27f85902a789f26c6ef_GL0.tar.gz) = 9a2a40a6c44802b1de7ff46bc9c6bc97c8be179d0ca4fe755c22044650d3f84c SIZE (gitlab-org-gitlab-shell-716e30c55e893ebe2385b27f85902a789f26c6ef_GL0.tar.gz) = 65840 SHA256 (gitlab-org-labkit-0149780c759d60f61fcfe1648fb882ba7ec41f3f_GL0.tar.gz) = fa3a9e6a6da58375427ee1814d95dba8d55bee13537492bba19480eae772ab95 Modified: branches/2020Q3/www/gitlab-ce/Makefile ============================================================================== --- branches/2020Q3/www/gitlab-ce/Makefile Sat Jul 4 06:39:45 2020 (r541164) +++ branches/2020Q3/www/gitlab-ce/Makefile Sat Jul 4 06:44:29 2020 (r541165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 13.1.1 +PORTVERSION= 13.1.2 PORTREVISION= 0 CATEGORIES= www devel @@ -82,7 +82,7 @@ MY_DEPENDS= git>=2.25:devel/git \ rubygem-apollo_upload_server>=2.0.0.b.3<2.1.0:net/rubygem-apollo_upload_server \ rubygem-graphql-docs>=1.6.0<1.7.0:devel/rubygem-graphql-docs \ rubygem-hashie-forbidden_attributes>0:devel/rubygem-hashie-forbidden_attributes \ - rubygem-kaminari-rails60>=1.0<2.0:www/rubygem-kaminari-rails60 \ + rubygem-kaminari-rails60>=1.2.1<2.0:www/rubygem-kaminari-rails60 \ rubygem-hamlit>=2.11.0<2.12.0:www/rubygem-hamlit \ rubygem-carrierwave>=1.3<2.0:www/rubygem-carrierwave \ rubygem-mini_magick>0:graphics/rubygem-mini_magick \ @@ -251,7 +251,7 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org GL_PROJECT= gitlab-foss # Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT= bdb9883705a46a924818c26317268b95ea3f9e12 +GL_COMMIT= 2e7a6f64b07d018acbf2d42e5cc4c5224e4e8b42 SHEBANG_FILES= bin/background_* scripts/build_assets_image scripts/clean-old-cached-assets scripts/create_postgres_user.sh scripts/prepare_postgres_fdw.sh scripts/review_apps/gcp_cleanup.sh scripts/rspec_helpers.sh scripts/security-harness USERS= git Modified: branches/2020Q3/www/gitlab-ce/distinfo ============================================================================== --- branches/2020Q3/www/gitlab-ce/distinfo Sat Jul 4 06:39:45 2020 (r541164) +++ branches/2020Q3/www/gitlab-ce/distinfo Sat Jul 4 06:44:29 2020 (r541165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593443607 -SHA256 (gitlab-org-gitlab-foss-bdb9883705a46a924818c26317268b95ea3f9e12_GL0.tar.gz) = 1ce7d6c744eac44d6033aefde83b114a6a75db607cc9942a4c9d009144418547 -SIZE (gitlab-org-gitlab-foss-bdb9883705a46a924818c26317268b95ea3f9e12_GL0.tar.gz) = 92929183 +TIMESTAMP = 1593716963 +SHA256 (gitlab-org-gitlab-foss-2e7a6f64b07d018acbf2d42e5cc4c5224e4e8b42_GL0.tar.gz) = 6dd160f4c228bdae549cb53efc466a91d5ec7e7e4b38c02a63f1bdb75078849e +SIZE (gitlab-org-gitlab-foss-2e7a6f64b07d018acbf2d42e5cc4c5224e4e8b42_GL0.tar.gz) = 92846051 Modified: branches/2020Q3/www/gitlab-ce/pkg-plist ============================================================================== --- branches/2020Q3/www/gitlab-ce/pkg-plist Sat Jul 4 06:39:45 2020 (r541164) +++ branches/2020Q3/www/gitlab-ce/pkg-plist Sat Jul 4 06:44:29 2020 (r541165) @@ -66,7 +66,6 @@ %%WWWDIR%%/.stylelintrc %%WWWDIR%%/.vale.ini %%WWWDIR%%/.yamllint -%%WWWDIR%%/CHANGELOG-EE.md %%WWWDIR%%/CHANGELOG.md %%WWWDIR%%/CONTRIBUTING.md %%WWWDIR%%/Dangerfile @@ -6680,6 +6679,7 @@ %%WWWDIR%%/app/services/snippets/count_service.rb %%WWWDIR%%/app/services/snippets/create_service.rb %%WWWDIR%%/app/services/snippets/destroy_service.rb +%%WWWDIR%%/app/services/snippets/repository_validation_service.rb %%WWWDIR%%/app/services/snippets/update_service.rb %%WWWDIR%%/app/services/spam/akismet_service.rb %%WWWDIR%%/app/services/spam/ham_service.rb @@ -6775,6 +6775,7 @@ %%WWWDIR%%/app/validators/cron_validator.rb %%WWWDIR%%/app/validators/devise_email_validator.rb %%WWWDIR%%/app/validators/duration_validator.rb +%%WWWDIR%%/app/validators/html_safety_validator.rb %%WWWDIR%%/app/validators/js_regex_validator.rb %%WWWDIR%%/app/validators/json_schema_validator.rb %%WWWDIR%%/app/validators/json_schemas/build_report_result_data.json @@ -20755,6 +20756,7 @@ %%WWWDIR%%/spec/initializers/asset_proxy_setting_spec.rb %%WWWDIR%%/spec/initializers/attr_encrypted_no_db_connection_spec.rb %%WWWDIR%%/spec/initializers/attr_encrypted_thread_safe_spec.rb +%%WWWDIR%%/spec/initializers/cookies_serializer_spec.rb %%WWWDIR%%/spec/initializers/database_config_spec.rb %%WWWDIR%%/spec/initializers/direct_upload_support_spec.rb %%WWWDIR%%/spec/initializers/doorkeeper_spec.rb @@ -23762,6 +23764,7 @@ %%WWWDIR%%/spec/services/snippets/count_service_spec.rb %%WWWDIR%%/spec/services/snippets/create_service_spec.rb %%WWWDIR%%/spec/services/snippets/destroy_service_spec.rb +%%WWWDIR%%/spec/services/snippets/repository_validation_service_spec.rb %%WWWDIR%%/spec/services/snippets/update_service_spec.rb %%WWWDIR%%/spec/services/spam/akismet_service_spec.rb %%WWWDIR%%/spec/services/spam/ham_service_spec.rb @@ -24424,6 +24427,7 @@ %%WWWDIR%%/spec/validators/cron_freeze_period_timezone_validator_spec.rb %%WWWDIR%%/spec/validators/cron_validator_spec.rb %%WWWDIR%%/spec/validators/devise_email_validator_spec.rb +%%WWWDIR%%/spec/validators/html_safety_validator_spec.rb %%WWWDIR%%/spec/validators/js_regex_validator_spec.rb %%WWWDIR%%/spec/validators/json_schema_validator_spec.rb %%WWWDIR%%/spec/validators/named_ecdsa_key_validator_spec.rb From owner-svn-ports-branches@freebsd.org Sat Jul 4 09:00:51 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4DEFD366233; Sat, 4 Jul 2020 09:00:51 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49zQm31Q6gz4NrG; Sat, 4 Jul 2020 09:00:51 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14B9519FB4; Sat, 4 Jul 2020 09:00:51 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06490o7r023732; Sat, 4 Jul 2020 09:00:50 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06490orm023731; Sat, 4 Jul 2020 09:00:50 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202007040900.06490orm023731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 4 Jul 2020 09:00:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541179 - in branches/2020Q3/misc/xfce4-weather-plugin: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in branches/2020Q3/misc/xfce4-weather-plugin: . files X-SVN-Commit-Revision: 541179 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.33 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, 04 Jul 2020 09:00:51 -0000 Author: madpilot Date: Sat Jul 4 09:00:50 2020 New Revision: 541179 URL: https://svnweb.freebsd.org/changeset/ports/541179 Log: MFH: r541151 Switch to the 2.0 API for locationforecast. PR: 247644 Submitted by: Olivier Duchateau Approved by: ports-secteam (joneum) Added: branches/2020Q3/misc/xfce4-weather-plugin/files/ - copied from r541151, head/misc/xfce4-weather-plugin/files/ Modified: branches/2020Q3/misc/xfce4-weather-plugin/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/misc/xfce4-weather-plugin/Makefile ============================================================================== --- branches/2020Q3/misc/xfce4-weather-plugin/Makefile Sat Jul 4 08:52:19 2020 (r541178) +++ branches/2020Q3/misc/xfce4-weather-plugin/Makefile Sat Jul 4 09:00:50 2020 (r541179) @@ -3,6 +3,7 @@ PORTNAME= xfce4-weather-plugin PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= misc xfce geography MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 From owner-svn-ports-branches@freebsd.org Sat Jul 4 09:24:20 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B7BE4366E84; Sat, 4 Jul 2020 09:24:20 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49zRH84QwQz4QJx; Sat, 4 Jul 2020 09:24:20 +0000 (UTC) (envelope-from lwhsu@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 7BB661A588; Sat, 4 Jul 2020 09:24:20 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0649OKLo039184; Sat, 4 Jul 2020 09:24:20 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0649OKQc039183; Sat, 4 Jul 2020 09:24:20 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202007040924.0649OKQc039183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 4 Jul 2020 09:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541181 - branches/2020Q3/devel/pcsc-lite X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2020Q3/devel/pcsc-lite X-SVN-Commit-Revision: 541181 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.33 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, 04 Jul 2020 09:24:20 -0000 Author: lwhsu Date: Sat Jul 4 09:24:20 2020 New Revision: 541181 URL: https://svnweb.freebsd.org/changeset/ports/541181 Log: MFH: r541046 Restore ipcdir to /var/run PR: 247719 [1] 247286 [2] Submitted by: cmt [1] Reported by: Tatsuki Makino [2] Approved by: maintainer timeout (followup last coomit) Approved by: ports-secteam (joneum) Modified: branches/2020Q3/devel/pcsc-lite/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/pcsc-lite/Makefile ============================================================================== --- branches/2020Q3/devel/pcsc-lite/Makefile Sat Jul 4 09:13:54 2020 (r541180) +++ branches/2020Q3/devel/pcsc-lite/Makefile Sat Jul 4 09:24:20 2020 (r541181) @@ -3,6 +3,7 @@ PORTNAME= pcsc-lite PORTVERSION= 1.9.0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= devel security MASTER_SITES= https://pcsclite.apdu.fr/files/ @@ -22,7 +23,8 @@ PYTHON_NO_DEPENDS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-libsystemd \ - --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/ + --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/ \ + --enable-ipcdir=/var/run INSTALL_TARGET= install-strip SHEBANG_FILES= src/spy/pcsc-spy From owner-svn-ports-branches@freebsd.org Sat Jul 4 09:26:59 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 60827366DDC; Sat, 4 Jul 2020 09:26:59 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49zRLC1xbzz4QRK; Sat, 4 Jul 2020 09:26:59 +0000 (UTC) (envelope-from lwhsu@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 2763A1A15F; Sat, 4 Jul 2020 09:26:59 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0649QxK9039608; Sat, 4 Jul 2020 09:26:59 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0649QwwY039607; Sat, 4 Jul 2020 09:26:58 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202007040926.0649QwwY039607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 4 Jul 2020 09:26:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541183 - branches/2020Q3/net-im/py-matrix-synapse X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2020Q3/net-im/py-matrix-synapse X-SVN-Commit-Revision: 541183 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.33 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, 04 Jul 2020 09:26:59 -0000 Author: lwhsu Date: Sat Jul 4 09:26:58 2020 New Revision: 541183 URL: https://svnweb.freebsd.org/changeset/ports/541183 Log: MFH: r541080 Update to 1.15.2 PR: 247720 Submitted by: Sascha Biberhofer (maintainer) Security: d9f686f3-fde0-48dc-ab0a-01c2fe3e0529 Approved by: ports-secteam (joneum) Modified: branches/2020Q3/net-im/py-matrix-synapse/Makefile branches/2020Q3/net-im/py-matrix-synapse/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/net-im/py-matrix-synapse/Makefile ============================================================================== --- branches/2020Q3/net-im/py-matrix-synapse/Makefile Sat Jul 4 09:24:53 2020 (r541182) +++ branches/2020Q3/net-im/py-matrix-synapse/Makefile Sat Jul 4 09:26:58 2020 (r541183) @@ -3,7 +3,7 @@ PORTNAME= matrix-synapse DISTVERSIONPREFIX= v -DISTVERSION= 1.14.0 +DISTVERSION= 1.15.2 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -51,7 +51,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}virtualenv>=15.0: ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=2.0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parameterized>=0:devel/py-parameterized@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}authlib>=0.14.0:security/py-authlib@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}authlib>=0.14.0:security/py-authlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.7.0:www/py-pyjwt@${PY_FLAVOR} USES= python:3.6+ USE_GITHUB= yes Modified: branches/2020Q3/net-im/py-matrix-synapse/distinfo ============================================================================== --- branches/2020Q3/net-im/py-matrix-synapse/distinfo Sat Jul 4 09:24:53 2020 (r541182) +++ branches/2020Q3/net-im/py-matrix-synapse/distinfo Sat Jul 4 09:26:58 2020 (r541183) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590666848 -SHA256 (matrix-org-synapse-v1.14.0_GH0.tar.gz) = 5ee6cf00994a82f3ebee2c4bf5afc147d4050dee429a4750cecddc8f4e3271c2 -SIZE (matrix-org-synapse-v1.14.0_GH0.tar.gz) = 6702521 +TIMESTAMP = 1593704135 +SHA256 (matrix-org-synapse-v1.15.2_GH0.tar.gz) = 15c198c296159730f9e5bc2e777ce94892b1ad93da0d101613e957792a76ea17 +SIZE (matrix-org-synapse-v1.15.2_GH0.tar.gz) = 6717409 From owner-svn-ports-branches@freebsd.org Sat Jul 4 12:40:00 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5CC2734D007; Sat, 4 Jul 2020 12:40:00 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49zWcw1lJ2z4dZZ; Sat, 4 Jul 2020 12:40:00 +0000 (UTC) (envelope-from pkubaj@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 1F3571C74B; Sat, 4 Jul 2020 12:40:00 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 064Ce07L058255; Sat, 4 Jul 2020 12:40:00 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 064CdxNY058229; Sat, 4 Jul 2020 12:39:59 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007041239.064CdxNY058229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sat, 4 Jul 2020 12:39:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541209 - branches/2020Q3/sysutils/mate-control-center X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/sysutils/mate-control-center X-SVN-Commit-Revision: 541209 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.33 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, 04 Jul 2020 12:40:00 -0000 Author: pkubaj Date: Sat Jul 4 12:39:59 2020 New Revision: 541209 URL: https://svnweb.freebsd.org/changeset/ports/541209 Log: MFH: r541208 sysutils/mate-control-center: fix build on GCC architectures Use C99 mode: mate-da-capplet.c:689: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr (fix build blanket) Modified: branches/2020Q3/sysutils/mate-control-center/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/sysutils/mate-control-center/Makefile ============================================================================== --- branches/2020Q3/sysutils/mate-control-center/Makefile Sat Jul 4 12:39:05 2020 (r541208) +++ branches/2020Q3/sysutils/mate-control-center/Makefile Sat Jul 4 12:39:59 2020 (r541209) @@ -30,6 +30,7 @@ PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gmake gnome libtool localbase mate \ pathfix pkgconfig shared-mime-info tar:xz xorg +USE_CSTD= c99 USE_MATE= desktop libmatekbd marco menus settingsdaemon USE_XORG= ice sm x11 xcursor xext xft xi xrandr xscrnsaver USE_GNOME= cairo dconf glib20 gtk30 intlhack libxml2 librsvg2 pango From owner-svn-ports-branches@freebsd.org Sat Jul 4 12:48:42 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0CA8234CF7F; Sat, 4 Jul 2020 12:48:42 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49zWpx6dZGz4fTJ; Sat, 4 Jul 2020 12:48:41 +0000 (UTC) (envelope-from pkubaj@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 C853A1C956; Sat, 4 Jul 2020 12:48:41 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 064Cmfid064790; Sat, 4 Jul 2020 12:48:41 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 064CmeYu064781; Sat, 4 Jul 2020 12:48:40 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007041248.064CmeYu064781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sat, 4 Jul 2020 12:48:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541211 - in branches/2020Q3/www/node12: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in branches/2020Q3/www/node12: . files X-SVN-Commit-Revision: 541211 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.33 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, 04 Jul 2020 12:48:42 -0000 Author: pkubaj Date: Sat Jul 4 12:48:40 2020 New Revision: 541211 URL: https://svnweb.freebsd.org/changeset/ports/541211 Log: MFH: r541210 www/node12: fix runtime on powerpc64 elfv1, build / runtime on powerpc64 elfv2 Patches are backported from www/node and changed where necessary. PR: 247433 Approved by: bhughes (maintainer timeout) Approved by: portmgr (fix build / runtime blanket) Added: branches/2020Q3/www/node12/files/extra-patch-common.gypi - copied unchanged from r541210, head/www/node12/files/extra-patch-common.gypi branches/2020Q3/www/node12/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h - copied unchanged from r541210, head/www/node12/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h branches/2020Q3/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc - copied unchanged from r541210, head/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc branches/2020Q3/www/node12/files/patch-deps_v8_src_compiler_backend_ppc_code-generator-ppc.cc - copied unchanged from r541210, head/www/node12/files/patch-deps_v8_src_compiler_backend_ppc_code-generator-ppc.cc Modified: branches/2020Q3/www/node12/Makefile branches/2020Q3/www/node12/files/patch-deps_v8_src_execution_simulator.h Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/node12/Makefile ============================================================================== --- branches/2020Q3/www/node12/Makefile Sat Jul 4 12:47:46 2020 (r541210) +++ branches/2020Q3/www/node12/Makefile Sat Jul 4 12:48:40 2020 (r541211) @@ -2,6 +2,7 @@ PORTNAME= node PORTVERSION= 12.18.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -82,6 +83,8 @@ BROKEN_SSL+= base .if ${ARCH} == armv6 || ${ARCH} == armv7 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-tools_v8__gypfiles_v8.gyp +.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv2 +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-common.gypi .endif .if ${PORT_OPTIONS:MBUNDLED_SSL} && ${ARCH} != amd64 Copied: branches/2020Q3/www/node12/files/extra-patch-common.gypi (from r541210, head/www/node12/files/extra-patch-common.gypi) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/www/node12/files/extra-patch-common.gypi Sat Jul 4 12:48:40 2020 (r541211, copy of r541210, head/www/node12/files/extra-patch-common.gypi) @@ -0,0 +1,13 @@ +--- common.gypi.orig 2019-10-01 15:32:40.000000000 +0200 ++++ common.gypi 2019-10-16 12:47:09.236138000 +0200 +@@ -390,8 +390,8 @@ + 'ldflags': [ '-m32' ], + }], + [ 'target_arch=="ppc64" and OS!="aix"', { +- 'cflags': [ '-m64', '-mminimal-toc' ], +- 'ldflags': [ '-m64' ], ++ 'cflags': [ '-m64' ], ++ 'ldflags': [ '-m64' ], + }], + [ 'target_arch=="s390x"', { + 'cflags': [ '-m64', '-march=z196' ], Copied: branches/2020Q3/www/node12/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h (from r541210, head/www/node12/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/www/node12/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h Sat Jul 4 12:48:40 2020 (r541211, copy of r541210, head/www/node12/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h) @@ -0,0 +1,20 @@ +--- deps/v8/src/codegen/ppc/constants-ppc.h.orig 2019-09-09 16:27:17 UTC ++++ deps/v8/src/codegen/ppc/constants-ppc.h +@@ -34,7 +34,7 @@ + #define ABI_PASSES_HANDLES_IN_REGS 0 + #endif + +-#if !V8_HOST_ARCH_PPC || !V8_TARGET_ARCH_PPC64 || V8_TARGET_LITTLE_ENDIAN || \ ++#if !V8_HOST_ARCH_PPC || !V8_TARGET_ARCH_PPC64 || \ + (defined(_CALL_ELF) && _CALL_ELF == 2) + #define ABI_RETURNS_OBJECT_PAIRS_IN_REGS 1 + #else +@@ -43,7 +43,7 @@ + + #if !V8_HOST_ARCH_PPC || \ + (V8_TARGET_ARCH_PPC64 && \ +- (V8_TARGET_LITTLE_ENDIAN || (defined(_CALL_ELF) && _CALL_ELF == 2))) ++ (defined(_CALL_ELF) && _CALL_ELF == 2)) + #define ABI_CALL_VIA_IP 1 + #else + #define ABI_CALL_VIA_IP 0 Copied: branches/2020Q3/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc (from r541210, head/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc Sat Jul 4 12:48:40 2020 (r541211, copy of r541210, head/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc) @@ -0,0 +1,11 @@ +--- deps/v8/src/compiler/backend/instruction-selector.cc.orig 2020-04-21 11:38:50 UTC ++++ deps/v8/src/compiler/backend/instruction-selector.cc +@@ -2783,7 +2783,7 @@ void InstructionSelector::VisitCall(Node* node, BasicB + switch (call_descriptor->kind()) { + case CallDescriptor::kCallAddress: { + int misc_field = static_cast(call_descriptor->ParameterCount()); +-#if defined(_AIX) ++#if defined(_AIX) || (V8_TARGET_ARCH_PPC_BE && (!defined(_CALL_ELF) || _CALL_ELF == 1)) + // Highest misc_field bit is used on AIX to indicate if a CFunction call + // has function descriptor or not. + if (!call_descriptor->NoFunctionDescriptor()) { Copied: branches/2020Q3/www/node12/files/patch-deps_v8_src_compiler_backend_ppc_code-generator-ppc.cc (from r541210, head/www/node12/files/patch-deps_v8_src_compiler_backend_ppc_code-generator-ppc.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/www/node12/files/patch-deps_v8_src_compiler_backend_ppc_code-generator-ppc.cc Sat Jul 4 12:48:40 2020 (r541211, copy of r541210, head/www/node12/files/patch-deps_v8_src_compiler_backend_ppc_code-generator-ppc.cc) @@ -0,0 +1,11 @@ +--- deps/v8/src/compiler/backend/ppc/code-generator-ppc.cc.orig 2020-04-21 11:38:50 UTC ++++ deps/v8/src/compiler/backend/ppc/code-generator-ppc.cc +@@ -1026,7 +1026,7 @@ + Label start_call; + bool isWasmCapiFunction = + linkage()->GetIncomingDescriptor()->IsWasmCapiFunction(); +-#if defined(_AIX) ++#if defined(_AIX) || (V8_TARGET_ARCH_PPC_BE && (!defined(_CALL_ELF) || _CALL_ELF == 1)) + // AIX/PPC64BE Linux uses a function descriptor + int kNumParametersMask = kHasFunctionDescriptorBitMask - 1; + num_parameters = kNumParametersMask & misc_field; Modified: branches/2020Q3/www/node12/files/patch-deps_v8_src_execution_simulator.h ============================================================================== --- branches/2020Q3/www/node12/files/patch-deps_v8_src_execution_simulator.h Sat Jul 4 12:47:46 2020 (r541210) +++ branches/2020Q3/www/node12/files/patch-deps_v8_src_execution_simulator.h Sat Jul 4 12:48:40 2020 (r541211) @@ -1,11 +1,11 @@ ---- deps/v8/src/execution/simulator.h.orig 2020-04-28 09:45:23 UTC +--- deps/v8/src/execution/simulator.h.orig 2019-11-21 21:14:01 UTC +++ deps/v8/src/execution/simulator.h -@@ -122,7 +122,7 @@ class GeneratedCode { +@@ -122,7 +122,7 @@ DISABLE_CFI_ICALL Return Call(Args... args) { // When running without a simulator we call the entry directly. -#if V8_OS_AIX -+#if V8_TARGET_ARCH_PPC_BE ++#if V8_OS_AIX || (V8_TARGET_ARCH_PPC_BE && (!defined(_CALL_ELF) || _CALL_ELF == 1)) // AIX ABI requires function descriptors (FD). Artificially create a pseudo // FD to ensure correct dispatch to generated code. The 'volatile' // declaration is required to avoid the compiler from not observing the From owner-svn-ports-branches@freebsd.org Sat Jul 4 13:29:15 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 89B6734E611; Sat, 4 Jul 2020 13:29:15 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49zXjl39mQz3SZN; Sat, 4 Jul 2020 13:29:15 +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 51A021D0D2; Sat, 4 Jul 2020 13:29:15 +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 064DTFQP089358; Sat, 4 Jul 2020 13:29:15 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 064DTFCa089357; Sat, 4 Jul 2020 13:29:15 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202007041329.064DTFCa089357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sat, 4 Jul 2020 13:29:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541214 - branches/2020Q3/net/rpki-client/files X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2020Q3/net/rpki-client/files X-SVN-Commit-Revision: 541214 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.33 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, 04 Jul 2020 13:29:15 -0000 Author: zeising Date: Sat Jul 4 13:29:14 2020 New Revision: 541214 URL: https://svnweb.freebsd.org/changeset/ports/541214 Log: MFH: r541061 net/rpki-client: Fix creaton of cache and db dir Fix the creation of the cahce and db dir for rpki-client. When running the build as root, the rpki-client build infra tries to change the owner of the cache and db dir, which fails since the user isn't created until later. Since we deal with special perimissions and owners/groups of files in pkg-plist anyway, there is no need to try to change the owner/group from the rpki-client build infra, so add a patch that just creates the directories without changing ownership. This fixes the build of rpki-client on the package cluster. Approved by: ports-secteam (joenum) Added: branches/2020Q3/net/rpki-client/files/ - copied from r541061, head/net/rpki-client/files/ Modified: Directory Properties: branches/2020Q3/ (props changed) From owner-svn-ports-branches@freebsd.org Sat Jul 4 18:01:00 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9769135478E; Sat, 4 Jul 2020 18:01:00 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49zflJ3XwZz402M; Sat, 4 Jul 2020 18:01:00 +0000 (UTC) (envelope-from fernape@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 5D440204AC; Sat, 4 Jul 2020 18:01:00 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 064I10SP056437; Sat, 4 Jul 2020 18:01:00 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 064I0xgY056431; Sat, 4 Jul 2020 18:00:59 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202007041800.064I0xgY056431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Sat, 4 Jul 2020 18:00:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541229 - in branches/2020Q3/net-mgmt/nsca-ng: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in branches/2020Q3/net-mgmt/nsca-ng: . files X-SVN-Commit-Revision: 541229 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.33 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, 04 Jul 2020 18:01:00 -0000 Author: fernape Date: Sat Jul 4 18:00:59 2020 New Revision: 541229 URL: https://svnweb.freebsd.org/changeset/ports/541229 Log: MFH: r541222 net-mgmt/nsca-ng: Update to 1.6 This is not broken anymore in 12 and 13 ChangeLog: https://github.com/weiss/nsca-ng/blob/master/NEWS#changes-in-release-16-2019-03-19 Accumulated changes from 1.4: * Work around TLSv1.3 PSK bug in (at least) OpenSSL 1.1.1b. * Fix static linking against recent OpenSSL versions. * Update our copy of libev from version 4.22 to version 4.25. The new release provides a few platform compatibilty fixes and small enhancements. * Apply a few minor improvements. * Include an experimental NSCA-ng client module for Perl. * Link against libsystemd instead of libsystemd-daemon when using systemd version 210 or newer, where the latter library has been merged into the former. * Include the systemd.service(5) and systemd.socket(5) files with the release tarball. * Update our copy of libev from version 4.15 to version 4.22. The new release provides a number of bug fixes and small enhancements. While here, update WWW in pkg-descr PR: 247145 Submitted by: knan-bfo@modirum.com Reviewed by: pi, fernape Approved by: alexander@sulfrian.net (maintainer, timeout > 1 month) Differential Revision: https://reviews.freebsd.org/D25208 Approved by: ports-secteam (blanket, build fix) Deleted: branches/2020Q3/net-mgmt/nsca-ng/files/patch-src_common_tls.c Modified: branches/2020Q3/net-mgmt/nsca-ng/Makefile branches/2020Q3/net-mgmt/nsca-ng/distinfo branches/2020Q3/net-mgmt/nsca-ng/pkg-descr Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/net-mgmt/nsca-ng/Makefile ============================================================================== --- branches/2020Q3/net-mgmt/nsca-ng/Makefile Sat Jul 4 17:31:46 2020 (r541228) +++ branches/2020Q3/net-mgmt/nsca-ng/Makefile Sat Jul 4 18:00:59 2020 (r541229) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= nsca-ng -PORTVERSION= 1.4 -PORTREVISION= 1 +PORTVERSION= 1.6 +DISTVERSIONPREFIX=v CATEGORIES= net-mgmt -MASTER_SITES= https://www.nsca-ng.org/download/ http://www.nsca-ng.org/download/ MAINTAINER= alexander@sulfrian.net COMMENT= Nagios Service Check Acceptor @@ -14,37 +13,34 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libev.so:devel/libev - .if !defined(PKGNAMESUFFIX) LIB_DEPENDS+= libconfuse.so:devel/libconfuse .endif -CONFLICTS?= nsca-2.* nsca27-2.* - -USES= ssl +USES= ssl autoreconf GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/spool/nagios CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} +USE_GITHUB= true +GH_ACCOUNT= weiss + .if !defined(PKGNAMESUFFIX) USE_RC_SUBR= nsca-ng CONFIGURE_ARGS+= --enable-server .endif +CONFLICTS?= nsca-2.* nsca27-2.* + PORTDOCS= NEWS COPYING README PROTOCOL TODO OPTIONS_DEFINE= DOCS EXAMPLES .include -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= cannot link with OpenSSL -BROKEN_FreeBSD_13= cannot link with OpenSSL -.endif - .if ${SSL_DEFAULT:Mlibressl*} -IGNORE= Requires PSK which is unsupported by the selected LibreSSL +IGNORE+= requires PSK which is unsupported by the selected LibreSSL .endif post-install: Modified: branches/2020Q3/net-mgmt/nsca-ng/distinfo ============================================================================== --- branches/2020Q3/net-mgmt/nsca-ng/distinfo Sat Jul 4 17:31:46 2020 (r541228) +++ branches/2020Q3/net-mgmt/nsca-ng/distinfo Sat Jul 4 18:00:59 2020 (r541229) @@ -1,2 +1,3 @@ -SHA256 (nsca-ng-1.4.tar.gz) = 25f8e0439104e72443325e5f2503ed39329dccb7928de162dbb7fe6df7196a29 -SIZE (nsca-ng-1.4.tar.gz) = 354012 +TIMESTAMP = 1591782852 +SHA256 (weiss-nsca-ng-v1.6_GH0.tar.gz) = 215e9e06293e46ca825d6dbc9f57e74180dc928d98d3f24b234086d3face75c2 +SIZE (weiss-nsca-ng-v1.6_GH0.tar.gz) = 233563 Modified: branches/2020Q3/net-mgmt/nsca-ng/pkg-descr ============================================================================== --- branches/2020Q3/net-mgmt/nsca-ng/pkg-descr Sat Jul 4 17:31:46 2020 (r541228) +++ branches/2020Q3/net-mgmt/nsca-ng/pkg-descr Sat Jul 4 18:00:59 2020 (r541229) @@ -16,4 +16,4 @@ asynchronously written files. NSCA clients cannot talk to NSCA-ng servers (nor vice versa), but NSCA and NSCA-ng servers can happily run side by side. -WWW: http://www.nsca-ng.org/ +WWW: https://github.com/weiss/nsca-ng From owner-svn-ports-branches@freebsd.org Sat Jul 4 23:01:41 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F391735A792; Sat, 4 Jul 2020 23:01:41 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49znQF6DmWz4DZv; Sat, 4 Jul 2020 23:01:41 +0000 (UTC) (envelope-from dbaio@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 B949E23F87; Sat, 4 Jul 2020 23:01:41 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 064N1fkm046558; Sat, 4 Jul 2020 23:01:41 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 064N1fpO046557; Sat, 4 Jul 2020 23:01:41 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202007042301.064N1fpO046557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 4 Jul 2020 23:01:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541241 - branches/2020Q3/sysutils/duplicity X-SVN-Group: ports-branches X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: branches/2020Q3/sysutils/duplicity X-SVN-Commit-Revision: 541241 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.33 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, 04 Jul 2020 23:01:42 -0000 Author: dbaio Date: Sat Jul 4 23:01:41 2020 New Revision: 541241 URL: https://svnweb.freebsd.org/changeset/ports/541241 Log: MFH: r541240 sysutils/duplicity: Update to 0.8.14 Changelog: https://launchpad.net/duplicity/+milestone/0.8.14 Approved by: ports-secteam (blanket, bugfix release) Modified: branches/2020Q3/sysutils/duplicity/Makefile branches/2020Q3/sysutils/duplicity/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/sysutils/duplicity/Makefile ============================================================================== --- branches/2020Q3/sysutils/duplicity/Makefile Sat Jul 4 22:58:02 2020 (r541240) +++ branches/2020Q3/sysutils/duplicity/Makefile Sat Jul 4 23:01:41 2020 (r541241) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= duplicity -PORTVERSION= 0.8.13 +PORTVERSION= 0.8.14 CATEGORIES= sysutils MASTER_SITES= https://code.launchpad.net/duplicity/0.8-series/${PORTVERSION}/+download/ @@ -64,7 +64,7 @@ post-patch: .endfor post-patch-NLS-off: - @${REINPLACE_CMD} -e '105,129d' \ + @${REINPLACE_CMD} -e '109,133d' \ ${WRKSRC}/setup.py post-patch-FTP-off: Modified: branches/2020Q3/sysutils/duplicity/distinfo ============================================================================== --- branches/2020Q3/sysutils/duplicity/distinfo Sat Jul 4 22:58:02 2020 (r541240) +++ branches/2020Q3/sysutils/duplicity/distinfo Sat Jul 4 23:01:41 2020 (r541241) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588783314 -SHA256 (duplicity-0.8.13.tar.gz) = 46f515848427e809509b98102cc28b8339a23e14dec07a3f4e9c60e25578d451 -SIZE (duplicity-0.8.13.tar.gz) = 1463564 +TIMESTAMP = 1593902751 +SHA256 (duplicity-0.8.14.tar.gz) = 3dac9dcc6121bc6bcf0fb8e70b7e66f6e6115be804b005bb3172a2a6efcdc7a9 +SIZE (duplicity-0.8.14.tar.gz) = 1480540