From owner-svn-ports-branches@freebsd.org Sun Sep 6 16:05: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 17C153D623B; Sun, 6 Sep 2020 16:05:55 +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 4Bkx8y70Xpz49vd; Sun, 6 Sep 2020 16:05:54 +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 D2B8F1124C; Sun, 6 Sep 2020 16:05:54 +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 086G5sTM006764; Sun, 6 Sep 2020 16:05:54 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 086G5sm9006760; Sun, 6 Sep 2020 16:05:54 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202009061605.086G5sm9006760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 6 Sep 2020 16:05:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r547856 - in branches/2020Q3/devel: aarch64-none-elf-gcc arm-none-eabi-gcc riscv32-unknown-elf-gcc riscv64-none-elf-gcc X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in branches/2020Q3/devel: aarch64-none-elf-gcc arm-none-eabi-gcc riscv32-unknown-elf-gcc riscv64-none-elf-gcc X-SVN-Commit-Revision: 547856 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, 06 Sep 2020 16:05:55 -0000 Author: lwhsu Date: Sun Sep 6 16:05:53 2020 New Revision: 547856 URL: https://svnweb.freebsd.org/changeset/ports/547856 Log: MFH: r547855 Correct COMMENT of devel/*-{eabi,elf}-gcc Approved by: manu (maintainer) Differential Revision: https://reviews.freebsd.org/D26338 Approved by: portmgr (blanket: metadata sync) Modified: branches/2020Q3/devel/aarch64-none-elf-gcc/Makefile branches/2020Q3/devel/arm-none-eabi-gcc/Makefile branches/2020Q3/devel/riscv32-unknown-elf-gcc/Makefile branches/2020Q3/devel/riscv64-none-elf-gcc/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/aarch64-none-elf-gcc/Makefile ============================================================================== --- branches/2020Q3/devel/aarch64-none-elf-gcc/Makefile Sun Sep 6 16:04:15 2020 (r547855) +++ branches/2020Q3/devel/aarch64-none-elf-gcc/Makefile Sun Sep 6 16:05:53 2020 (r547856) @@ -8,7 +8,7 @@ MASTER_SITES= GCC PKGNAMEPREFIX?= aarch64-none-elf- MAINTAINER= manu@FreeBSD.org -COMMENT= GNU Compiler Collection for bare metal arm cross-development +COMMENT?= GNU Compiler Collection for bare metal aarch64 cross-development LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi Modified: branches/2020Q3/devel/arm-none-eabi-gcc/Makefile ============================================================================== --- branches/2020Q3/devel/arm-none-eabi-gcc/Makefile Sun Sep 6 16:04:15 2020 (r547855) +++ branches/2020Q3/devel/arm-none-eabi-gcc/Makefile Sun Sep 6 16:05:53 2020 (r547856) @@ -5,6 +5,7 @@ PKGNAMEPREFIX= arm-none-eabi- GCC_TARGET= arm-none-eabi PLIST= ${.CURDIR}/pkg-plist DISTINFO_FILE= ${.CURDIR}/distinfo +COMMENT= GNU Compiler Collection for bare metal arm cross-development # libstdcxx won't build, but we don't need it or multiple float-abi libs. CONFIGURE_ARGS= --disable-libstdcxx \ Modified: branches/2020Q3/devel/riscv32-unknown-elf-gcc/Makefile ============================================================================== --- branches/2020Q3/devel/riscv32-unknown-elf-gcc/Makefile Sun Sep 6 16:04:15 2020 (r547855) +++ branches/2020Q3/devel/riscv32-unknown-elf-gcc/Makefile Sun Sep 6 16:05:53 2020 (r547856) @@ -5,6 +5,7 @@ PKGNAMEPREFIX= riscv32-unknown-elf- GCC_TARGET= riscv32-unknown-elf PLIST= ${.CURDIR}/pkg-plist DISTINFO_FILE= ${.CURDIR}/distinfo +COMMENT= GNU Compiler Collection for bare metal riscv32 cross-development MASTERDIR= ${.CURDIR}/../aarch64-none-elf-gcc Modified: branches/2020Q3/devel/riscv64-none-elf-gcc/Makefile ============================================================================== --- branches/2020Q3/devel/riscv64-none-elf-gcc/Makefile Sun Sep 6 16:04:15 2020 (r547855) +++ branches/2020Q3/devel/riscv64-none-elf-gcc/Makefile Sun Sep 6 16:05:53 2020 (r547856) @@ -5,6 +5,7 @@ PKGNAMEPREFIX= riscv64-none-elf- GCC_TARGET= riscv64-none-elf PLIST= ${.CURDIR}/pkg-plist DISTINFO_FILE= ${.CURDIR}/distinfo +COMMENT= GNU Compiler Collection for bare metal riscv64 cross-development MASTERDIR= ${.CURDIR}/../aarch64-none-elf-gcc From owner-svn-ports-branches@freebsd.org Mon Sep 7 18:08:34 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 0A1E13D1425; Mon, 7 Sep 2020 18:08:34 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 4Blbr16WV7z4TJG; Mon, 7 Sep 2020 18:08:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C37ED236C1; Mon, 7 Sep 2020 18:08:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 087I8X6n071350; Mon, 7 Sep 2020 18:08:33 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 087I8XT7071347; Mon, 7 Sep 2020 18:08:33 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <202009071808.087I8XT7071347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 7 Sep 2020 18:08:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r547914 - in branches/2020Q3/net/mpd5: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: in branches/2020Q3/net/mpd5: . files X-SVN-Commit-Revision: 547914 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, 07 Sep 2020 18:08:34 -0000 Author: delphij Date: Mon Sep 7 18:08:32 2020 New Revision: 547914 URL: https://svnweb.freebsd.org/changeset/ports/547914 Log: MFH: r545507, r546343, r546946, r547867: net/mpd5: import r2272 from upstream net/mpd5: improve logging in rare case of libpdel failure. net/mpd5: remove required_files from startup script net/mpd5: update to version 5.9 Approved by: ports-secteam Security: CVE-2020-7465, CVE-2020-7466 Deleted: branches/2020Q3/net/mpd5/files/extra-patch-no-ng_ipacct branches/2020Q3/net/mpd5/files/patch-configure branches/2020Q3/net/mpd5/files/patch-console.c branches/2020Q3/net/mpd5/files/patch-fixbuffer branches/2020Q3/net/mpd5/files/patch-fixstats branches/2020Q3/net/mpd5/files/patch-mtu-override branches/2020Q3/net/mpd5/files/patch-src-Makefile branches/2020Q3/net/mpd5/files/patch-src_pppoe.c Modified: branches/2020Q3/net/mpd5/Makefile branches/2020Q3/net/mpd5/distinfo branches/2020Q3/net/mpd5/files/mpd5.in Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/net/mpd5/Makefile ============================================================================== --- branches/2020Q3/net/mpd5/Makefile Mon Sep 7 18:04:21 2020 (r547913) +++ branches/2020Q3/net/mpd5/Makefile Mon Sep 7 18:08:32 2020 (r547914) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mpd -DISTVERSION= 5.8 -PORTREVISION= 10 +DISTVERSION= 5.9 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Mpd5/Mpd-${PORTVERSION} PKGNAMESUFFIX= 5 @@ -35,7 +34,7 @@ RUN_DEPENDS+= /boot/modules/ng_ipacct.ko:net-mgmt/ng_i .endif .else CONFIGURE_ENV+= USE_NG_IPACCT=no -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-no-ng_ipacct +MAKE_ARGS+= USE_NG_IPACCT=no .endif USE_RC_SUBR= mpd5 Modified: branches/2020Q3/net/mpd5/distinfo ============================================================================== --- branches/2020Q3/net/mpd5/distinfo Mon Sep 7 18:04:21 2020 (r547913) +++ branches/2020Q3/net/mpd5/distinfo Mon Sep 7 18:08:32 2020 (r547914) @@ -1,2 +1,3 @@ -SIZE (mpd5/mpd-5.8.tar.gz) = 597043 -SHA256 (mpd5/mpd-5.8.tar.gz) = 8c59e01c79c5d35ecfd0d540ddf37dd1eed8da9c980fa4c5b01ed50bb53e7665 +TIMESTAMP = 1599406684 +SHA256 (mpd5/mpd-5.9.tar.gz) = 1f2cda9b3e610713f94e90f3826bbb0d638c6fb678986b1eaa9cd9930b0d66ba +SIZE (mpd5/mpd-5.9.tar.gz) = 627566 Modified: branches/2020Q3/net/mpd5/files/mpd5.in ============================================================================== --- branches/2020Q3/net/mpd5/files/mpd5.in Mon Sep 7 18:04:21 2020 (r547913) +++ branches/2020Q3/net/mpd5/files/mpd5.in Mon Sep 7 18:08:32 2020 (r547914) @@ -27,7 +27,6 @@ load_rc_config ${name} pidfile="/var/run/${name}.pid" command="%%PREFIX%%/sbin/${name}" -required_files="%%PREFIX%%/etc/${name}/mpd.conf" case "${mpd_flags}" in *-p\ *) From owner-svn-ports-branches@freebsd.org Tue Sep 8 06:08:29 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 12F863E4C12; Tue, 8 Sep 2020 06:08:29 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from hz.grosbein.net (hz.grosbein.net [IPv6:2a01:4f8:c2c:26d8::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hz.grosbein.net", Issuer "hz.grosbein.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Blvpg6bsCz4JvZ; Tue, 8 Sep 2020 06:08:27 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [IPv6:2a03:3100:c:13:0:0:0:5]) by hz.grosbein.net (8.15.2/8.15.2) with ESMTPS id 08868ABv022269 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 8 Sep 2020 06:08:15 GMT (envelope-from eugen@grosbein.net) X-Envelope-From: eugen@grosbein.net X-Envelope-To: delphij@FreeBSD.org Received: from [10.58.0.10] (dadvw [10.58.0.10]) by eg.sd.rdtc.ru (8.16.1/8.16.1) with ESMTPS id 0885N3Yi002697 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 8 Sep 2020 12:23:03 +0700 (+07) (envelope-from eugen@grosbein.net) Subject: Re: svn commit: r547914 - in branches/2020Q3/net/mpd5: . files To: Xin LI , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org References: <202009071808.087I8XT7071347@repo.freebsd.org> From: Eugene Grosbein Message-ID: Date: Tue, 8 Sep 2020 12:22:56 +0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <202009071808.087I8XT7071347@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,LOCAL_FROM, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Report: * -2.3 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.0 SPF_PASS SPF: sender matches SPF record * 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record * 2.6 LOCAL_FROM From my domains * -1.8 NICE_REPLY_A Looks like a legit reply (A) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on hz.grosbein.net X-Rspamd-Queue-Id: 4Blvpg6bsCz4JvZ X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=permerror (mx1.freebsd.org: domain of eugen@grosbein.net uses mechanism not recognized by this client) smtp.mailfrom=eugen@grosbein.net X-Spamd-Result: default: False [-1.74 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[eugen]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[grosbein.net]; NEURAL_HAM_LONG(-0.82)[-0.823]; NEURAL_SPAM_SHORT(0.02)[0.023]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-0.84)[-0.841]; R_SPF_PERMFAIL(0.00)[empty SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[svn-ports-branches,svn-ports-all] 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, 08 Sep 2020 06:08:29 -0000 08.09.2020 1:08, Xin LI wrote: > Author: delphij > Date: Mon Sep 7 18:08:32 2020 > New Revision: 547914 > URL: https://svnweb.freebsd.org/changeset/ports/547914 > > Log: > MFH: r545507, r546343, r546946, r547867: > > net/mpd5: import r2272 from upstream > net/mpd5: improve logging in rare case of libpdel failure. > net/mpd5: remove required_files from startup script > net/mpd5: update to version 5.9 > > Approved by: ports-secteam > Security: CVE-2020-7465, CVE-2020-7466 Thank you! From owner-svn-ports-branches@freebsd.org Tue Sep 8 11:51: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 E06BB334B08; Tue, 8 Sep 2020 11:51:00 +0000 (UTC) (envelope-from jrm@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 4Bm3Pw5g6fz4cd8; Tue, 8 Sep 2020 11:51:00 +0000 (UTC) (envelope-from jrm@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 A5A4D10042; Tue, 8 Sep 2020 11:51:00 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 088Bp0KH029579; Tue, 8 Sep 2020 11:51:00 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 088Bp0NH029575; Tue, 8 Sep 2020 11:51:00 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <202009081151.088Bp0NH029575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Tue, 8 Sep 2020 11:51:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r547979 - branches/2020Q3/editors/emacs-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: branches/2020Q3/editors/emacs-devel X-SVN-Commit-Revision: 547979 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, 08 Sep 2020 11:51:00 -0000 Author: jrm Date: Tue Sep 8 11:50:59 2020 New Revision: 547979 URL: https://svnweb.freebsd.org/changeset/ports/547979 Log: MFH: r543896 r544918 - Update to git snapshot fbe363f - Explicitly disable selinux, and libsystemd configure flags - Update to git snapshot f712cdb Approved by: ports-secteam (blanket, build fix) Modified: branches/2020Q3/editors/emacs-devel/Makefile branches/2020Q3/editors/emacs-devel/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/editors/emacs-devel/Makefile ============================================================================== --- branches/2020Q3/editors/emacs-devel/Makefile Tue Sep 8 10:12:05 2020 (r547978) +++ branches/2020Q3/editors/emacs-devel/Makefile Tue Sep 8 11:50:59 2020 (r547979) @@ -38,7 +38,9 @@ USE_XORG= ice sm x11 xcb xext xfixes xinerama xmu xran GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-build-details \ - --localstatedir=/var + --localstatedir=/var \ + --without-libsystemd \ + --without-selinux .if ${FLAVOR:U} == nox CONFIGURE_ARGS+= --with-sound=no \ --with-x-toolkit=no \ Modified: branches/2020Q3/editors/emacs-devel/pkg-plist ============================================================================== --- branches/2020Q3/editors/emacs-devel/pkg-plist Tue Sep 8 10:12:05 2020 (r547978) +++ branches/2020Q3/editors/emacs-devel/pkg-plist Tue Sep 8 11:50:59 2020 (r547979) @@ -14,6 +14,7 @@ man/man1/emacs.1.gz man/man1/emacsclient.1.gz man/man1/etags.1.gz share/applications/emacs.desktop +share/applications/emacsclient.desktop share/metainfo/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/etc/AUTHORS %%DATADIR%%/%%EMACS_VER%%/etc/AUTHORS @@ -1599,6 +1600,8 @@ share/metainfo/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/gv.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/helper.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/helper.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/hierarchy.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/hierarchy.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/inline.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/inline.elc %%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/let-alist.el.gz @@ -1731,8 +1734,6 @@ share/metainfo/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-button.elc %%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-capab.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-capab.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-compat.el.gz -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-compat.elc %%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-dcc.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-dcc.elc %%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-desktop-notifications.el.gz @@ -2891,6 +2892,8 @@ share/metainfo/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/crisp.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cust-print.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cust-print.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-compat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-compat.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-hecomplete.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-hecomplete.elc %%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/eudcb-ph.el.gz @@ -3600,6 +3603,8 @@ share/metainfo/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/term/rxvt.elc %%DATADIR%%/%%EMACS_VER%%/lisp/term/screen.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/term/screen.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/st.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/st.elc %%DATADIR%%/%%EMACS_VER%%/lisp/term/sun.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/term/sun.elc %%DATADIR%%/%%EMACS_VER%%/lisp/term/tmux.el.gz @@ -4049,13 +4054,13 @@ share/metainfo/emacs.appdata.xml %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/msdos.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/nsgui.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/nsterm.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/nsxwidget.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/pdumper.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/pdumper.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/print.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/process.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/process.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/profiler.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ptr-bounds.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/puresize.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ralloc.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/regex-emacs.c From owner-svn-ports-branches@freebsd.org Tue Sep 8 15:34: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 8A8703CD097; Tue, 8 Sep 2020 15:34:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 4Bm8N03708z3fHx; Tue, 8 Sep 2020 15:34:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F3D2126DC; Tue, 8 Sep 2020 15:34:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 088FYeEv069608; Tue, 8 Sep 2020 15:34:40 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 088FYdSx069606; Tue, 8 Sep 2020 15:34:39 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <202009081534.088FYdSx069606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 8 Sep 2020 15:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r547991 - in branches/2020Q3/www: flashplayer linux-flashplayer X-SVN-Group: ports-branches X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in branches/2020Q3/www: flashplayer linux-flashplayer X-SVN-Commit-Revision: 547991 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, 08 Sep 2020 15:34:40 -0000 Author: jkim Date: Tue Sep 8 15:34:39 2020 New Revision: 547991 URL: https://svnweb.freebsd.org/changeset/ports/547991 Log: MFH: r547990 Update to 32.0.0.433. Approved by: ports-secteam (blanket, fetch failure) Modified: branches/2020Q3/www/flashplayer/Makefile branches/2020Q3/www/linux-flashplayer/Makefile branches/2020Q3/www/linux-flashplayer/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/flashplayer/Makefile ============================================================================== --- branches/2020Q3/www/flashplayer/Makefile Tue Sep 8 15:32:11 2020 (r547990) +++ branches/2020Q3/www/flashplayer/Makefile Tue Sep 8 15:34:39 2020 (r547991) @@ -2,7 +2,7 @@ PORTNAME= flashplayer PORTVERSION= 32.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= www multimedia DISTFILES= Modified: branches/2020Q3/www/linux-flashplayer/Makefile ============================================================================== --- branches/2020Q3/www/linux-flashplayer/Makefile Tue Sep 8 15:32:11 2020 (r547990) +++ branches/2020Q3/www/linux-flashplayer/Makefile Tue Sep 8 15:34:39 2020 (r547991) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 32.0.0.414 +PORTVERSION= 32.0.0.433 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ PKGNAMEPREFIX= linux- Modified: branches/2020Q3/www/linux-flashplayer/distinfo ============================================================================== --- branches/2020Q3/www/linux-flashplayer/distinfo Tue Sep 8 15:32:11 2020 (r547990) +++ branches/2020Q3/www/linux-flashplayer/distinfo Tue Sep 8 15:34:39 2020 (r547991) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597171033 -SHA256 (flashplayer/32.0.0.414/flash_player_npapi_linux.i386.tar.gz) = 16feea0ef5dbe93cc9d531f83ef73ea1c40b4677ca8951abe3487c6c3fb4cd3a -SIZE (flashplayer/32.0.0.414/flash_player_npapi_linux.i386.tar.gz) = 8545788 +TIMESTAMP = 1599578966 +SHA256 (flashplayer/32.0.0.433/flash_player_npapi_linux.i386.tar.gz) = 79dc936f5c1a3af91cd5a2eb31d0d4eb7bee4ebbd49239c6c8f8f8b4b98486e3 +SIZE (flashplayer/32.0.0.433/flash_player_npapi_linux.i386.tar.gz) = 8546752 From owner-svn-ports-branches@freebsd.org Tue Sep 8 17:26: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 8B1253D067F; Tue, 8 Sep 2020 17:26:19 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 4BmBrp4Y9Jz44bp; Tue, 8 Sep 2020 17:26:17 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DDA591419A; Tue, 8 Sep 2020 17:26:16 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 088HQGZE037878; Tue, 8 Sep 2020 17:26:16 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 088HQGS4037877; Tue, 8 Sep 2020 17:26:16 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <202009081726.088HQGS4037877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 8 Sep 2020 17:26:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548001 - branches/2020Q3/multimedia/mkvtoolnix X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2020Q3/multimedia/mkvtoolnix X-SVN-Commit-Revision: 548001 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, 08 Sep 2020 17:26:19 -0000 Author: riggs Date: Tue Sep 8 17:26:16 2020 New Revision: 548001 URL: https://svnweb.freebsd.org/changeset/ports/548001 Log: MFH: r547999 Update to upstream version 50.0.0 Details: - New features and bugfixes, see https://mkvtoolnix.download/doc/NEWS.md Approved by: ports-secteam (riggs) Modified: branches/2020Q3/multimedia/mkvtoolnix/Makefile branches/2020Q3/multimedia/mkvtoolnix/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/multimedia/mkvtoolnix/Makefile ============================================================================== --- branches/2020Q3/multimedia/mkvtoolnix/Makefile Tue Sep 8 17:26:08 2020 (r548000) +++ branches/2020Q3/multimedia/mkvtoolnix/Makefile Tue Sep 8 17:26:16 2020 (r548001) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 48.0.0 -PORTREVISION= 1 +PORTVERSION= 50.0.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ @@ -24,7 +23,8 @@ LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libebml.so:textproc/libebml \ libboost_regex.so:devel/boost-libs \ libpugixml.so:textproc/pugixml \ - libmatroska.so:multimedia/libmatroska + libmatroska.so:multimedia/libmatroska \ + libpcre2-8.so:devel/pcre2 USES= compiler:c++17-lang iconv localbase pkgconfig tar:xz Modified: branches/2020Q3/multimedia/mkvtoolnix/distinfo ============================================================================== --- branches/2020Q3/multimedia/mkvtoolnix/distinfo Tue Sep 8 17:26:08 2020 (r548000) +++ branches/2020Q3/multimedia/mkvtoolnix/distinfo Tue Sep 8 17:26:16 2020 (r548001) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593333308 -SHA256 (mkvtoolnix-48.0.0.tar.xz) = f22c443506ce630bb96f9ef1f704b02b0137883fa74babab1632f68679900a83 -SIZE (mkvtoolnix-48.0.0.tar.xz) = 7476388 +TIMESTAMP = 1599542309 +SHA256 (mkvtoolnix-50.0.0.tar.xz) = 58a5d2c134e476386a1b391913d68d3e1c51dba70f6a33ca4b39c7b61c2e8824 +SIZE (mkvtoolnix-50.0.0.tar.xz) = 7559852 From owner-svn-ports-branches@freebsd.org Tue Sep 8 18:02:45 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 E146D3D2063; Tue, 8 Sep 2020 18:02:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 4BmCfs5cX1z4Clt; Tue, 8 Sep 2020 18:02:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A4AEA1499B; Tue, 8 Sep 2020 18:02:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 088I2jTc066217; Tue, 8 Sep 2020 18:02:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 088I2j0c066214; Tue, 8 Sep 2020 18:02:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009081802.088I2j0c066214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 8 Sep 2020 18:02:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548034 - branches/2020Q3/www/py-django22 X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: branches/2020Q3/www/py-django22 X-SVN-Commit-Revision: 548034 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, 08 Sep 2020 18:02:45 -0000 Author: sunpoet Date: Tue Sep 8 18:02:45 2020 New Revision: 548034 URL: https://svnweb.freebsd.org/changeset/ports/548034 Log: MFH: r547755 Update to 2.2.16 Changes: https://docs.djangoproject.com/en/2.2/releases/ Security: 002432c8-ef6a-11ea-ba8f-08002728f74c Approved by: ports-secteam (joneum) Modified: branches/2020Q3/www/py-django22/Makefile branches/2020Q3/www/py-django22/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/py-django22/Makefile ============================================================================== --- branches/2020Q3/www/py-django22/Makefile Tue Sep 8 17:50:53 2020 (r548033) +++ branches/2020Q3/www/py-django22/Makefile Tue Sep 8 18:02:45 2020 (r548034) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 2.2.15 +PORTVERSION= 2.2.16 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ @@ -21,28 +21,28 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-py ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tblib>0:devel/py-tblib@${PY_FLAVOR} -NO_ARCH= yes USES= cpe python:3.5+ shebangfix USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +DOCSDIR= ${PREFIX}/share/doc/py-django +PLIST_FILES= man/man1/django-admin.1.gz +PORTDOCS= * + SHEBANG_FILES= django/bin/django-admin.py \ django/conf/project_template/manage.py-tpl CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django111 ${PYTHON_PKGNAMEPREFIX}django30 \ ${PYTHON_PKGNAMEPREFIX}django31 -CPE_VENDOR= djangoproject -DOCSDIR= ${PREFIX}/share/doc/py-django -PORTDOCS= * +CPE_VENDOR= djangoproject -OPTIONS_DEFINE= DOCS HTMLDOCS -OPTIONS_DEFAULT= SQLITE - -OPTIONS_GROUP= DATABASE +OPTIONS_DEFINE= DOCS HTMLDOCS +OPTIONS_GROUP= DATABASE OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE - -HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) - -PLIST_FILES= man/man1/django-admin.1.gz +OPTIONS_DEFAULT=SQLITE +HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) HTMLDOCS_BUILD_DEPENDS= ${PY_SPHINX} HTMLDOCS_IMPLIES= DOCS Modified: branches/2020Q3/www/py-django22/distinfo ============================================================================== --- branches/2020Q3/www/py-django22/distinfo Tue Sep 8 17:50:53 2020 (r548033) +++ branches/2020Q3/www/py-django22/distinfo Tue Sep 8 18:02:45 2020 (r548034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596613382 -SHA256 (python/Django-2.2.15.tar.gz) = 3e2f5d172215862abf2bac3138d8a04229d34dbd2d0dab42c6bf33876cc22323 -SIZE (python/Django-2.2.15.tar.gz) = 9023679 +TIMESTAMP = 1599302819 +SHA256 (python/Django-2.2.16.tar.gz) = 62cf45e5ee425c52e411c0742e641a6588b7e8af0d2c274a27940931b2786594 +SIZE (python/Django-2.2.16.tar.gz) = 8884774 From owner-svn-ports-branches@freebsd.org Tue Sep 8 18:03:45 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 AEF443D22B9; Tue, 8 Sep 2020 18:03:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 4BmCh146CQz4D2J; Tue, 8 Sep 2020 18:03:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70042143F0; Tue, 8 Sep 2020 18:03:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 088I3jbk066519; Tue, 8 Sep 2020 18:03:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 088I3j8X066515; Tue, 8 Sep 2020 18:03:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009081803.088I3j8X066515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 8 Sep 2020 18:03:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548035 - branches/2020Q3/www/py-django30 X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: branches/2020Q3/www/py-django30 X-SVN-Commit-Revision: 548035 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, 08 Sep 2020 18:03:45 -0000 Author: sunpoet Date: Tue Sep 8 18:03:44 2020 New Revision: 548035 URL: https://svnweb.freebsd.org/changeset/ports/548035 Log: MFH: r547756 Update to 3.0.10 Changes: https://docs.djangoproject.com/en/3.0/releases/ Security: 002432c8-ef6a-11ea-ba8f-08002728f74c Approved by: ports-secteam (joneum) Modified: branches/2020Q3/www/py-django30/Makefile branches/2020Q3/www/py-django30/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/py-django30/Makefile ============================================================================== --- branches/2020Q3/www/py-django30/Makefile Tue Sep 8 18:02:45 2020 (r548034) +++ branches/2020Q3/www/py-django30/Makefile Tue Sep 8 18:03:44 2020 (r548035) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 3.0.9 +PORTVERSION= 3.0.10 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ @@ -22,28 +22,28 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-py ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tblib>0:devel/py-tblib@${PY_FLAVOR} -NO_ARCH= yes USES= cpe python:3.6+ shebangfix USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +DOCSDIR= ${PREFIX}/share/doc/py-django +PLIST_FILES= man/man1/django-admin.1.gz +PORTDOCS= * + SHEBANG_FILES= django/bin/django-admin.py \ django/conf/project_template/manage.py-tpl CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django111 ${PYTHON_PKGNAMEPREFIX}django22 \ ${PYTHON_PKGNAMEPREFIX}django31 -CPE_VENDOR= djangoproject -DOCSDIR= ${PREFIX}/share/doc/py-django -PORTDOCS= * +CPE_VENDOR= djangoproject -OPTIONS_DEFINE= DOCS HTMLDOCS -OPTIONS_DEFAULT= SQLITE - -OPTIONS_GROUP= DATABASE +OPTIONS_DEFINE= DOCS HTMLDOCS +OPTIONS_GROUP= DATABASE OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE - -HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) - -PLIST_FILES= man/man1/django-admin.1.gz +OPTIONS_DEFAULT=SQLITE +HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) HTMLDOCS_BUILD_DEPENDS= ${PY_SPHINX} HTMLDOCS_IMPLIES= DOCS Modified: branches/2020Q3/www/py-django30/distinfo ============================================================================== --- branches/2020Q3/www/py-django30/distinfo Tue Sep 8 18:02:45 2020 (r548034) +++ branches/2020Q3/www/py-django30/distinfo Tue Sep 8 18:03:44 2020 (r548035) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596613273 -SHA256 (python/Django-3.0.9.tar.gz) = c22b4cd8e388f8219dc121f091e53a8701f9f5bca9aa132b5254263cab516215 -SIZE (python/Django-3.0.9.tar.gz) = 9081099 +TIMESTAMP = 1599302821 +SHA256 (python/Django-3.0.10.tar.gz) = 2d14be521c3ae24960e5e83d4575e156a8c479a75c935224b671b1c6e66eddaf +SIZE (python/Django-3.0.10.tar.gz) = 8958332 From owner-svn-ports-branches@freebsd.org Tue Sep 8 18:33:34 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 54C873D2FC1; Tue, 8 Sep 2020 18:33:34 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 4BmDLQ1c0Sz4Fpd; Tue, 8 Sep 2020 18:33:34 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A64414F35; Tue, 8 Sep 2020 18:33:34 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 088IXXDY086071; Tue, 8 Sep 2020 18:33:33 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 088IXXV4086068; Tue, 8 Sep 2020 18:33:33 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <202009081833.088IXXV4086068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 8 Sep 2020 18:33:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548039 - branches/2020Q3/security/gnutls X-SVN-Group: ports-branches X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: branches/2020Q3/security/gnutls X-SVN-Commit-Revision: 548039 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, 08 Sep 2020 18:33:34 -0000 Author: tijl Date: Tue Sep 8 18:33:33 2020 New Revision: 548039 URL: https://svnweb.freebsd.org/changeset/ports/548039 Log: MFH: r547781 Update to 3.6.15. PR: 249190 Security: https://gnutls.org/security-new.html#GNUTLS-SA-2020-09-04 Approved by: ports-secteam (joneum) Modified: branches/2020Q3/security/gnutls/Makefile branches/2020Q3/security/gnutls/distinfo branches/2020Q3/security/gnutls/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/security/gnutls/Makefile ============================================================================== --- branches/2020Q3/security/gnutls/Makefile Tue Sep 8 18:26:25 2020 (r548038) +++ branches/2020Q3/security/gnutls/Makefile Tue Sep 8 18:33:33 2020 (r548039) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.6.14 +PORTVERSION= 3.6.15 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} Modified: branches/2020Q3/security/gnutls/distinfo ============================================================================== --- branches/2020Q3/security/gnutls/distinfo Tue Sep 8 18:26:25 2020 (r548038) +++ branches/2020Q3/security/gnutls/distinfo Tue Sep 8 18:33:33 2020 (r548039) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591271084 -SHA256 (gnutls-3.6.14.tar.xz) = 5630751adec7025b8ef955af4d141d00d252a985769f51b4059e5affa3d39d63 -SIZE (gnutls-3.6.14.tar.xz) = 6069088 +TIMESTAMP = 1599386938 +SHA256 (gnutls-3.6.15.tar.xz) = 0ea8c3283de8d8335d7ae338ef27c53a916f15f382753b174c18b45ffd481558 +SIZE (gnutls-3.6.15.tar.xz) = 6081656 Modified: branches/2020Q3/security/gnutls/pkg-plist ============================================================================== --- branches/2020Q3/security/gnutls/pkg-plist Tue Sep 8 18:26:25 2020 (r548038) +++ branches/2020Q3/security/gnutls/pkg-plist Tue Sep 8 18:33:33 2020 (r548039) @@ -32,7 +32,7 @@ include/gnutls/x509.h %%DANE%%lib/libgnutls-dane.so.0.4.1 lib/libgnutls.so lib/libgnutls.so.30 -lib/libgnutls.so.30.28.0 +lib/libgnutls.so.30.28.1 lib/libgnutlsxx.so lib/libgnutlsxx.so.28 lib/libgnutlsxx.so.28.1.0 From owner-svn-ports-branches@freebsd.org Tue Sep 8 18:34:38 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 6075E3D2F60; Tue, 8 Sep 2020 18:34:38 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 4BmDMf1zCQz4G4T; Tue, 8 Sep 2020 18:34:38 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 274161510F; Tue, 8 Sep 2020 18:34:38 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 088IYclI086337; Tue, 8 Sep 2020 18:34:38 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 088IYbeC086335; Tue, 8 Sep 2020 18:34:37 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <202009081834.088IYbeC086335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 8 Sep 2020 18:34:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548040 - branches/2020Q3/security/mbedtls X-SVN-Group: ports-branches X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: branches/2020Q3/security/mbedtls X-SVN-Commit-Revision: 548040 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, 08 Sep 2020 18:34:38 -0000 Author: tijl Date: Tue Sep 8 18:34:37 2020 New Revision: 548040 URL: https://svnweb.freebsd.org/changeset/ports/548040 Log: MFH: r547783 Update to 2.16.8. Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2020-09-1 Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2020-09-2 Approved by: ports-secteam (joneum) Modified: branches/2020Q3/security/mbedtls/Makefile branches/2020Q3/security/mbedtls/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/security/mbedtls/Makefile ============================================================================== --- branches/2020Q3/security/mbedtls/Makefile Tue Sep 8 18:33:33 2020 (r548039) +++ branches/2020Q3/security/mbedtls/Makefile Tue Sep 8 18:34:37 2020 (r548040) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.16.7 +PORTVERSION= 2.16.8 DISTVERSIONPREFIX=${PORTNAME}- CATEGORIES= security devel Modified: branches/2020Q3/security/mbedtls/distinfo ============================================================================== --- branches/2020Q3/security/mbedtls/distinfo Tue Sep 8 18:33:33 2020 (r548039) +++ branches/2020Q3/security/mbedtls/distinfo Tue Sep 8 18:34:37 2020 (r548040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594121434 -SHA256 (ARMmbed-mbedtls-mbedtls-2.16.7_GH0.tar.gz) = 4786b7d1676f5e4d248f3a7f2d28446876d64962634f060ff21b92c690cfbe86 -SIZE (ARMmbed-mbedtls-mbedtls-2.16.7_GH0.tar.gz) = 2658294 +TIMESTAMP = 1599387965 +SHA256 (ARMmbed-mbedtls-mbedtls-2.16.8_GH0.tar.gz) = 047b4067f21a72947dd1dffd7c3f106ad8e52d85877b77df558296458f6030a3 +SIZE (ARMmbed-mbedtls-mbedtls-2.16.8_GH0.tar.gz) = 2662927 From owner-svn-ports-branches@freebsd.org Tue Sep 8 23:05:22 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 A51F93DB73B; Tue, 8 Sep 2020 23:05:22 +0000 (UTC) (envelope-from tz@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 4BmLN23qBgz4bwR; Tue, 8 Sep 2020 23:05:22 +0000 (UTC) (envelope-from tz@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 4CDC218485; Tue, 8 Sep 2020 23:05:22 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 088N5MxP052181; Tue, 8 Sep 2020 23:05:22 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 088N5L7Y052179; Tue, 8 Sep 2020 23:05:21 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202009082305.088N5L7Y052179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 8 Sep 2020 23:05:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548049 - branches/2020Q3/lang/php73 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q3/lang/php73 X-SVN-Commit-Revision: 548049 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, 08 Sep 2020 23:05:22 -0000 Author: tz Date: Tue Sep 8 23:05:21 2020 New Revision: 548049 URL: https://svnweb.freebsd.org/changeset/ports/548049 Log: MFH: r547951 lang/php73: Upgrade from 7.3.21 to 7.3.22 Changelog: Core: Fixed bug #79884 (PHP_CONFIG_FILE_PATH is meaningless). Fixed bug #77932 (File extensions are case-sensitive). Fixed bug #79806 (realpath() erroneously resolves link to link). Fixed bug #79895 (PHP_CHECK_GCC_ARG does not allow flags with equal sign). Fixed bug #79919 (Stack use-after-scope in define()). Fixed bug #79934 (CRLF-only line in heredoc causes parsing error). COM: Fixed bug #48585 (com_load_typelib holds reference, fails on second call). Exif: Fixed bug #75785 (Many errors from exif_read_data). Gettext: Fixed bug #70574 (Tests fail due to relying on Linux fallback behavior for gettext()). LDAP: Fixed memory leaks. OPcache: Fixed bug #73060 (php failed with error after temp folder cleaned up). PDO: Fixed bug #64705 (errorInfo property of PDOException is null when PDO::__construct() fails). Standard: Fixed bug #79930 (array_merge_recursive() crashes when called with array with single reference). Fixed bug #79944 (getmxrr always returns true on Alpine linux). Fixed bug #79951 (Memory leak in str_replace of empty string). XML: Fixed bug #79922 (Crash after multiple calls to xml_parser_free()). Sponsored by: Bounce Experts Approved by: ports-secteam (joneum, implicit for PHP Updates) Modified: branches/2020Q3/lang/php73/Makefile branches/2020Q3/lang/php73/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/lang/php73/Makefile ============================================================================== --- branches/2020Q3/lang/php73/Makefile Tue Sep 8 21:53:20 2020 (r548048) +++ branches/2020Q3/lang/php73/Makefile Tue Sep 8 23:05:21 2020 (r548049) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.21 +DISTVERSION= 7.3.22 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q3/lang/php73/distinfo ============================================================================== --- branches/2020Q3/lang/php73/distinfo Tue Sep 8 21:53:20 2020 (r548048) +++ branches/2020Q3/lang/php73/distinfo Tue Sep 8 23:05:21 2020 (r548049) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597751649 -SHA256 (php-7.3.21.tar.xz) = 4c8b065746ef776d84b7ae47908c21a79e3d4704b86b60d816716b8697c58ce9 -SIZE (php-7.3.21.tar.xz) = 12123192 +TIMESTAMP = 1599249335 +SHA256 (php-7.3.22.tar.xz) = 0e66606d3bdab5c2ae3f778136bfe8788e574913a3d8138695e54d98562f1fb5 +SIZE (php-7.3.22.tar.xz) = 12134212 From owner-svn-ports-branches@freebsd.org Tue Sep 8 23:06:56 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 8B1FA3DB8FA; Tue, 8 Sep 2020 23:06:56 +0000 (UTC) (envelope-from tz@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 4BmLPr39qFz4bx8; Tue, 8 Sep 2020 23:06:56 +0000 (UTC) (envelope-from tz@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 378B318037; Tue, 8 Sep 2020 23:06:56 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 088N6tAa052412; Tue, 8 Sep 2020 23:06:55 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 088N6t7q052411; Tue, 8 Sep 2020 23:06:55 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202009082306.088N6t7q052411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 8 Sep 2020 23:06:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548050 - branches/2020Q3/lang/php74 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q3/lang/php74 X-SVN-Commit-Revision: 548050 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, 08 Sep 2020 23:06:56 -0000 Author: tz Date: Tue Sep 8 23:06:55 2020 New Revision: 548050 URL: https://svnweb.freebsd.org/changeset/ports/548050 Log: MFH: r547952 lang/php74: Upgrade from 7.4.9 to 7.4.10 Changelog: Core: Fixed bug #79884 (PHP_CONFIG_FILE_PATH is meaningless). Fixed bug #77932 (File extensions are case-sensitive). Fixed bug #79806 (realpath() erroneously resolves link to link). Fixed bug #79895 (PHP_CHECK_GCC_ARG does not allow flags with equal sign). Fixed bug #79919 (Stack use-after-scope in define()). Fixed bug #79934 (CRLF-only line in heredoc causes parsing error). Fixed bug #79947 (Memory leak on invalid offset type in compound assignment). COM: Fixed bug #48585 (com_load_typelib holds reference, fails on second call). Exif: Fixed bug #75785 (Many errors from exif_read_data). Gettext: Fixed bug #70574 (Tests fail due to relying on Linux fallback behavior for gettext()). LDAP: Fixed memory leaks. OPcache: Fixed bug #73060 (php failed with error after temp folder cleaned up). Fixed bug #79917 (File cache segfault with a static variable in inherited method). PDO: Fixed bug #64705 (errorInfo property of PDOException is null when PDO::__construct() fails). Session: Fixed bug #79724 (Return type does not match in ext/session/mod_mm.c). Standard: Fixed bug #79930 (array_merge_recursive() crashes when called with array with single reference). Fixed bug #79944 (getmxrr always returns true on Alpine linux). Fixed bug #79951 (Memory leak in str_replace of empty string). XML: Fixed bug #79922 (Crash after multiple calls to xml_parser_free()). Sponsored by: Bounce Experts Approved by: ports-secteam (joneum, implicit for PHP Updates) Modified: branches/2020Q3/lang/php74/Makefile branches/2020Q3/lang/php74/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/lang/php74/Makefile ============================================================================== --- branches/2020Q3/lang/php74/Makefile Tue Sep 8 23:05:21 2020 (r548049) +++ branches/2020Q3/lang/php74/Makefile Tue Sep 8 23:06:55 2020 (r548050) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php74 -DISTVERSION= 7.4.9 +DISTVERSION= 7.4.10 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q3/lang/php74/distinfo ============================================================================== --- branches/2020Q3/lang/php74/distinfo Tue Sep 8 23:05:21 2020 (r548049) +++ branches/2020Q3/lang/php74/distinfo Tue Sep 8 23:06:55 2020 (r548050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597751659 -SHA256 (php-7.4.9.tar.xz) = 23733f4a608ad1bebdcecf0138ebc5fd57cf20d6e0915f98a9444c3f747dc57b -SIZE (php-7.4.9.tar.xz) = 10289560 +TIMESTAMP = 1599249301 +SHA256 (php-7.4.10.tar.xz) = c2d90b00b14284588a787b100dee54c2400e7db995b457864d66f00ad64fb010 +SIZE (php-7.4.10.tar.xz) = 10298480 From owner-svn-ports-branches@freebsd.org Tue Sep 8 23:20: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 754083DBA6A; Tue, 8 Sep 2020 23:20: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 4BmLhy2dM9z4cvL; Tue, 8 Sep 2020 23:20: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 3F1CD1804C; Tue, 8 Sep 2020 23:20: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 088NK2mS058962; Tue, 8 Sep 2020 23:20:02 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 088NK14Y058960; Tue, 8 Sep 2020 23:20:01 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202009082320.088NK14Y058960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 8 Sep 2020 23:20:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548053 - branches/2020Q3/textproc/py-texttable X-SVN-Group: ports-branches X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: branches/2020Q3/textproc/py-texttable X-SVN-Commit-Revision: 548053 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, 08 Sep 2020 23:20:02 -0000 Author: dbaio Date: Tue Sep 8 23:20:01 2020 New Revision: 548053 URL: https://svnweb.freebsd.org/changeset/ports/548053 Log: MFH: r548051 textproc/py-texttable: Update to 1.6.3 Changelog: https://raw.githubusercontent.com/foutaise/texttable/v1.6.3/CHANGELOG.md Approved by: ports-secteam (blanket, bugfix release) Modified: branches/2020Q3/textproc/py-texttable/Makefile branches/2020Q3/textproc/py-texttable/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/textproc/py-texttable/Makefile ============================================================================== --- branches/2020Q3/textproc/py-texttable/Makefile Tue Sep 8 23:15:00 2020 (r548052) +++ branches/2020Q3/textproc/py-texttable/Makefile Tue Sep 8 23:20:01 2020 (r548053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= texttable -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: branches/2020Q3/textproc/py-texttable/distinfo ============================================================================== --- branches/2020Q3/textproc/py-texttable/distinfo Tue Sep 8 23:15:00 2020 (r548052) +++ branches/2020Q3/textproc/py-texttable/distinfo Tue Sep 8 23:20:01 2020 (r548053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564316622 -SHA256 (texttable-1.6.2.tar.gz) = eff3703781fbc7750125f50e10f001195174f13825a92a45e9403037d539b4f4 -SIZE (texttable-1.6.2.tar.gz) = 13176 +TIMESTAMP = 1599485554 +SHA256 (texttable-1.6.3.tar.gz) = ce0faf21aa77d806bbff22b107cc22cce68dc9438f97a2df32c93e9afa4ce436 +SIZE (texttable-1.6.3.tar.gz) = 14470 From owner-svn-ports-branches@freebsd.org Wed Sep 9 01:32:26 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 3272C3DF68C; Wed, 9 Sep 2020 01:32:26 +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 4BmPdk0dqmz4mQJ; Wed, 9 Sep 2020 01:32:26 +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 EE1C819E0F; Wed, 9 Sep 2020 01:32: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 0891WP1x044162; Wed, 9 Sep 2020 01:32:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0891WPOl044161; Wed, 9 Sep 2020 01:32:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202009090132.0891WPOl044161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Sep 2020 01:32:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548055 - branches/2020Q3/x11-wm/picom X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q3/x11-wm/picom X-SVN-Commit-Revision: 548055 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, 09 Sep 2020 01:32:26 -0000 Author: jbeich Date: Wed Sep 9 01:32:25 2020 New Revision: 548055 URL: https://svnweb.freebsd.org/changeset/ports/548055 Log: MFH: r547978 x11-wm/picom: update to v8.1 Changes: https://github.com/yshui/picom/releases/v8.1 Reported by: GitHub (watch releases) Approved by: ports-secteam (joneum) Modified: branches/2020Q3/x11-wm/picom/Makefile branches/2020Q3/x11-wm/picom/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/x11-wm/picom/Makefile ============================================================================== --- branches/2020Q3/x11-wm/picom/Makefile Tue Sep 8 23:20:57 2020 (r548054) +++ branches/2020Q3/x11-wm/picom/Makefile Wed Sep 9 01:32:25 2020 (r548055) @@ -2,7 +2,7 @@ PORTNAME= picom DISTVERSIONPREFIX= v -DISTVERSION= 8 +DISTVERSION= 8.1 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: branches/2020Q3/x11-wm/picom/distinfo ============================================================================== --- branches/2020Q3/x11-wm/picom/distinfo Tue Sep 8 23:20:57 2020 (r548054) +++ branches/2020Q3/x11-wm/picom/distinfo Wed Sep 9 01:32:25 2020 (r548055) @@ -1,5 +1,5 @@ -TIMESTAMP = 1587493997 -SHA256 (yshui-picom-v8_GH0.tar.gz) = f839a3c058ca90f463eae3973a9381cf2fe93be7d0e58db1c28ea72acd10480f -SIZE (yshui-picom-v8_GH0.tar.gz) = 242059 +TIMESTAMP = 1599554854 +SHA256 (yshui-picom-v8.1_GH0.tar.gz) = 793700a87368120680a2b281db02c70b23fe7832e50cdb049149139e32688f02 +SIZE (yshui-picom-v8.1_GH0.tar.gz) = 242262 SHA256 (78223caea3f7.patch) = f9e32a1d348ea77343366e96111529f2cd2e78562aaf28252f9ea17c72afb7b1 SIZE (78223caea3f7.patch) = 868 From owner-svn-ports-branches@freebsd.org Wed Sep 9 08:10:57 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 8D50B3C8A9A; Wed, 9 Sep 2020 08:10:57 +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 4BmZTY3Hy8z3f0l; Wed, 9 Sep 2020 08:10:57 +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 3C13E1E92B; Wed, 9 Sep 2020 08:10:57 +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 0898Avnc083917; Wed, 9 Sep 2020 08:10:57 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0898AuqF083914; Wed, 9 Sep 2020 08:10:56 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202009090810.0898AuqF083914@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: Wed, 9 Sep 2020 08:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548069 - branches/2020Q3/net/enet X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2020Q3/net/enet X-SVN-Commit-Revision: 548069 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, 09 Sep 2020 08:10:57 -0000 Author: fernape Date: Wed Sep 9 08:10:56 2020 New Revision: 548069 URL: https://svnweb.freebsd.org/changeset/ports/548069 Log: MFH: r548068 net/enet: update to 1.3.16 From ChangeLog: https://github.com/lsalzman/enet/blob/master/ChangeLog * fix bug in unreliable fragment queuing * use single output queue for reliable and unreliable packets for saner ordering * revert experimental throttle changes that were less stable than prior algorithm Reported by: portscout Approved by: ports-secteam (blanket, runtime fix) Modified: branches/2020Q3/net/enet/Makefile branches/2020Q3/net/enet/distinfo branches/2020Q3/net/enet/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/net/enet/Makefile ============================================================================== --- branches/2020Q3/net/enet/Makefile Wed Sep 9 08:08:48 2020 (r548068) +++ branches/2020Q3/net/enet/Makefile Wed Sep 9 08:10:56 2020 (r548069) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enet -PORTVERSION= 1.3.15 +PORTVERSION= 1.3.16 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://enet.bespin.org/download/ @@ -13,7 +13,7 @@ COMMENT= Simple and robust communication library based LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= pathfix libtool +USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: branches/2020Q3/net/enet/distinfo ============================================================================== --- branches/2020Q3/net/enet/distinfo Wed Sep 9 08:08:48 2020 (r548068) +++ branches/2020Q3/net/enet/distinfo Wed Sep 9 08:10:56 2020 (r548069) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595106803 -SHA256 (enet-1.3.15.tar.gz) = 5abdf63346e54272344d8184b5a2f333d202d809d28123911cbd993e5772bdfb -SIZE (enet-1.3.15.tar.gz) = 698681 +TIMESTAMP = 1599641667 +SHA256 (enet-1.3.16.tar.gz) = bbb77ebb607f4a03ecce0b06304bae4612bc26f418b75340644cff950562efd1 +SIZE (enet-1.3.16.tar.gz) = 703461 Modified: branches/2020Q3/net/enet/pkg-plist ============================================================================== --- branches/2020Q3/net/enet/pkg-plist Wed Sep 9 08:08:48 2020 (r548068) +++ branches/2020Q3/net/enet/pkg-plist Wed Sep 9 08:10:56 2020 (r548069) @@ -10,5 +10,5 @@ include/enet/win32.h lib/libenet.a lib/libenet.so lib/libenet.so.7 -lib/libenet.so.7.0.3 +lib/libenet.so.7.0.4 libdata/pkgconfig/libenet.pc From owner-svn-ports-branches@freebsd.org Wed Sep 9 09:20: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 BFED63CA5C1; Wed, 9 Sep 2020 09:20:46 +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 4Bmc264kr5z40vT; Wed, 9 Sep 2020 09:20:46 +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 85D0E1F2D3; Wed, 9 Sep 2020 09:20:46 +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 0899Kkqc027233; Wed, 9 Sep 2020 09:20:46 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0899KkKZ027231; Wed, 9 Sep 2020 09:20:46 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202009090920.0899KkKZ027231@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: Wed, 9 Sep 2020 09:20:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548073 - branches/2020Q3/security/snort2pfcd X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2020Q3/security/snort2pfcd X-SVN-Commit-Revision: 548073 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, 09 Sep 2020 09:20:46 -0000 Author: fernape Date: Wed Sep 9 09:20:45 2020 New Revision: 548073 URL: https://svnweb.freebsd.org/changeset/ports/548073 Log: MFH: r548072 security/snort2pfcd: Update to 2.9 Fixes -fno-common problem. PR: 249122 Submitted by: onestsam@gmail.com (maintainer) Approved by: ports-secteam (blanket, build fix, -fno-common) Modified: branches/2020Q3/security/snort2pfcd/Makefile branches/2020Q3/security/snort2pfcd/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/security/snort2pfcd/Makefile ============================================================================== --- branches/2020Q3/security/snort2pfcd/Makefile Wed Sep 9 09:16:43 2020 (r548072) +++ branches/2020Q3/security/snort2pfcd/Makefile Wed Sep 9 09:20:45 2020 (r548073) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= snort2pfcd -PORTVERSION= 2.3 +PORTVERSION= 2.9 CATEGORIES= security MASTER_SITES= http://www.tworoutes.com/oss/ Modified: branches/2020Q3/security/snort2pfcd/distinfo ============================================================================== --- branches/2020Q3/security/snort2pfcd/distinfo Wed Sep 9 09:16:43 2020 (r548072) +++ branches/2020Q3/security/snort2pfcd/distinfo Wed Sep 9 09:20:45 2020 (r548073) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581912737 -SHA256 (snort2pfcd-2.3.tar.gz) = 9f159639d3662322a925cbcce3a494a7577f7eea83346ac1e26473396093acd5 -SIZE (snort2pfcd-2.3.tar.gz) = 15816 +TIMESTAMP = 1599425373 +SHA256 (snort2pfcd-2.9.tar.gz) = 07f1086247eb1b7af27102b76c3d4756d178e9bc1e9d065af9c906f8cd931c69 +SIZE (snort2pfcd-2.9.tar.gz) = 16766 From owner-svn-ports-branches@freebsd.org Thu Sep 10 07:46:43 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 8727C3EDDC5; Thu, 10 Sep 2020 07:46:43 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 4Bn9v73PHbz4bdr; Thu, 10 Sep 2020 07:46:43 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5882DF8D4; Thu, 10 Sep 2020 07:46:43 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08A7khmu066125; Thu, 10 Sep 2020 07:46:43 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08A7kfFV066115; Thu, 10 Sep 2020 07:46:41 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202009100746.08A7kfFV066115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Thu, 10 Sep 2020 07:46:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548185 - in branches/2020Q3/mail/exim: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: in branches/2020Q3/mail/exim: . files X-SVN-Commit-Revision: 548185 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, 10 Sep 2020 07:46:43 -0000 Author: fluffy Date: Thu Sep 10 07:46:41 2020 New Revision: 548185 URL: https://svnweb.freebsd.org/changeset/ports/548185 Log: MFH: r548081 mail/exim: import exim-4.94+fixes branch as state of 2020.09.09 Used git diffs: [27/37] Fix spelling of local_part_data in docs and debug output [28/37] Fix ${readsocket } eol-replacement. Bug 2630 [29/37] Taint: fix off-by-one in is_tainted(). Bug 2634 [30/37] Build: ifdef guard for EXPERIMENTAL_QUEUEFILE [31/37] Taint: fix off-by-one in is_tainted(). Bug 2634 [32/37] DANE: force SNI to use $domain. Bug 2265 [33/37] DANE: Fix 2-rcpt message, diff domins case. Bug 2265 [34/37] Fix non-DANE build [35/37] DANE: Fix 2 messages from queue case [36/37] Fix non-DANE build While here, make SPF option turned on by default Approved by: ports-secteam (joneum) Added: branches/2020Q3/mail/exim/files/patch-z0027-Fix-spelling-of-local_part_data-in-docs-and-debug-output - copied unchanged from r548081, head/mail/exim/files/patch-z0027-Fix-spelling-of-local_part_data-in-docs-and-debug-output branches/2020Q3/mail/exim/files/patch-z0028-Fix-readsocket-eol-replacement.-Bug-2630 - copied unchanged from r548081, head/mail/exim/files/patch-z0028-Fix-readsocket-eol-replacement.-Bug-2630 branches/2020Q3/mail/exim/files/patch-z0029-Taint-fix-off-by-one-in-is_tainted-.-Bug-2634 - copied unchanged from r548081, head/mail/exim/files/patch-z0029-Taint-fix-off-by-one-in-is_tainted-.-Bug-2634 branches/2020Q3/mail/exim/files/patch-z0030-Build-ifdef-guard-for-EXPERIMENTAL_QUEUEFILE - copied unchanged from r548081, head/mail/exim/files/patch-z0030-Build-ifdef-guard-for-EXPERIMENTAL_QUEUEFILE branches/2020Q3/mail/exim/files/patch-z0031-Taint-fix-off-by-one-in-is_tainted-.-Bug-2634 - copied unchanged from r548081, head/mail/exim/files/patch-z0031-Taint-fix-off-by-one-in-is_tainted-.-Bug-2634 branches/2020Q3/mail/exim/files/patch-z0032-DANE-force-SNI-to-use-domain.-Bug-2265 - copied unchanged from r548081, head/mail/exim/files/patch-z0032-DANE-force-SNI-to-use-domain.-Bug-2265 branches/2020Q3/mail/exim/files/patch-z0033-DANE-Fix-2-rcpt-message-diff-domins-case.-Bug-2265 - copied unchanged from r548081, head/mail/exim/files/patch-z0033-DANE-Fix-2-rcpt-message-diff-domins-case.-Bug-2265 branches/2020Q3/mail/exim/files/patch-z0034-Fix-non-DANE-build - copied unchanged from r548081, head/mail/exim/files/patch-z0034-Fix-non-DANE-build branches/2020Q3/mail/exim/files/patch-z0035-DANE-Fix-2-messages-from-queue-case - copied unchanged from r548081, head/mail/exim/files/patch-z0035-DANE-Fix-2-messages-from-queue-case branches/2020Q3/mail/exim/files/patch-z0036-Fix-non-DANE-build - copied unchanged from r548081, head/mail/exim/files/patch-z0036-Fix-non-DANE-build Modified: branches/2020Q3/mail/exim/Makefile branches/2020Q3/mail/exim/options Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/mail/exim/Makefile ============================================================================== --- branches/2020Q3/mail/exim/Makefile Thu Sep 10 07:45:48 2020 (r548184) +++ branches/2020Q3/mail/exim/Makefile Thu Sep 10 07:46:41 2020 (r548185) @@ -3,7 +3,7 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= mail MASTER_SITES= EXIM:exim MASTER_SITE_SUBDIR= /exim4/:exim \ Copied: branches/2020Q3/mail/exim/files/patch-z0027-Fix-spelling-of-local_part_data-in-docs-and-debug-output (from r548081, head/mail/exim/files/patch-z0027-Fix-spelling-of-local_part_data-in-docs-and-debug-output) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/mail/exim/files/patch-z0027-Fix-spelling-of-local_part_data-in-docs-and-debug-output Thu Sep 10 07:46:41 2020 (r548185, copy of r548081, head/mail/exim/files/patch-z0027-Fix-spelling-of-local_part_data-in-docs-and-debug-output) @@ -0,0 +1,54 @@ +From d08a4ba2c5216195c107b123842da17bc1b0559f Mon Sep 17 00:00:00 2001 +From: Jeremy Harris +Date: Sun, 9 Aug 2020 01:38:00 +0100 +Subject: [PATCH 27/37] Fix spelling of local_part_data in docs and debug + output + +(cherry picked from commit ccec2d82e2fda6d764f6cd1a9dd21c4f6285b614) +--- + doc/ChangeLog | 2 +- + doc/NewStuff | 2 +- + src/routers/rf_queue_add.c | 2 +- + +diff --git doc/ChangeLog doc/ChangeLog +index aaea04caf..703f4b9ee 100644 +--- doc/ChangeLog ++++ doc/ChangeLog +@@ -6700,7 +6700,7 @@ Exim version 4.31 + same list, then the first domain was re-checked, the value of $domain_data + after the final check could be wrong. In particular, if the second check + failed, it could be set empty. This bug probably also applied to +- $localpart_data. ++ $local_part_data. + + 41. The strip_trailing_dot option was not being applied to the address given + with the -f command-line option. +diff --git doc/NewStuff doc/NewStuff +index 43e170e11..16dec8808 100644 +--- doc/NewStuff ++++ doc/NewStuff +@@ -57,7 +57,7 @@ Version 4.94 + 16. An option on all single-key lookups, to return (on a hit) a de-tainted + version of the lookup key rather than the looked-up data. + +-17. $domain_data and $localpart_data are now set by all list-match successes. ++17. $domain_data and $local_part_data are now set by all list-match successes. + Previously only list items that performed lookups did so. + Also, matching list items that are tail-match or RE-match now set the + numeric variables $0 (etc) in the same way os other RE matches. +diff --git src/routers/rf_queue_add.c src/routers/rf_queue_add.c +index 938eee30a..4dab60dfe 100644 +--- src/routers/rf_queue_add.c ++++ src/routers/rf_queue_add.c +@@ -98,7 +98,7 @@ DEBUG(D_route) + " errors_to=%s\n", + addr->transport ? addr->transport->name : US"", + addr->local_part, addr->domain, addr->prop.errors_address); +- debug_printf(" domain_data=%s localpart_data=%s\n", addr->prop.domain_data, ++ debug_printf(" domain_data=%s local_part_data=%s\n", addr->prop.domain_data, + addr->prop.localpart_data); + } + +-- +2.28.0 + Copied: branches/2020Q3/mail/exim/files/patch-z0028-Fix-readsocket-eol-replacement.-Bug-2630 (from r548081, head/mail/exim/files/patch-z0028-Fix-readsocket-eol-replacement.-Bug-2630) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/mail/exim/files/patch-z0028-Fix-readsocket-eol-replacement.-Bug-2630 Thu Sep 10 07:46:41 2020 (r548185, copy of r548081, head/mail/exim/files/patch-z0028-Fix-readsocket-eol-replacement.-Bug-2630) @@ -0,0 +1,216 @@ +From 18a352ae8a799bb7be3a03b14bbf3ce9e0ba4945 Mon Sep 17 00:00:00 2001 +From: Jeremy Harris +Date: Fri, 14 Aug 2020 13:09:53 +0100 +Subject: [PATCH 28/37] Fix ${readsocket } eol-replacement. Bug 2630 + +(cherry picked from commit 7f83b348ccf4cd815e9758ab9ca1012e66324e9d) +--- + doc/ChangeLog | 4 ++++ + src/expand.c | 11 +++++++---- + src/functions.h | 2 +- + src/lookups/readsock.c | 6 ++++-- + src/macros.h | 6 ++++-- + src/readconf.c | 4 ++-- + src/string.c | 30 +++++++++++++++++----------- + +diff --git doc/ChangeLog doc/ChangeLog +index 703f4b9ee..2d2dc1f9f 100644 +--- doc/ChangeLog ++++ doc/ChangeLog +@@ -78,6 +78,10 @@ JH/18 Bug 2617: Fix a taint trap in parse_fix_phrase(). Previously when the + rewrite with the "h" flag, by using the "-F" command-line option, or + by using a "name=" option on a control=submission ACL modifier. + ++JH/21 Bug 2630: Fix eol-replacement string for the ${readsocket } expansion. ++ Previously when a whitespace character was specified it was not inserted ++ after removing the newline. ++ + + Exim version 4.94 + ----------------- +diff --git src/expand.c src/expand.c +index 791222324..bb9fd79ef 100644 +--- src/expand.c ++++ src/expand.c +@@ -4920,7 +4920,7 @@ while (*s != 0) + { + expand_string_message = + string_sprintf("lookup of \"%s\" gave DEFER: %s", +- string_printing2(key, FALSE), search_error_message); ++ string_printing2(key, SP_TAB), search_error_message); + goto EXPAND_FAILED; + } + if (expand_setup > 0) expand_nmax = expand_setup; +@@ -5334,11 +5334,14 @@ while (*s != 0) + while ((item = string_nextinlist(&list, &sep, NULL, 0))) + g = string_append_listele(g, ',', item); + +- /* possibly plus an EOL string */ ++ /* possibly plus an EOL string. Process with escapes, to protect ++ from list-processing. The only current user of eol= in search ++ options is the readsock expansion. */ ++ + if (sub_arg[3] && *sub_arg[3]) + g = string_append_listele(g, ',', +- string_sprintf("eol=%s", sub_arg[3])); +- ++ string_sprintf("eol=%s", ++ string_printing2(sub_arg[3], SP_TAB|SP_SPACE))); + } + + /* Gat a (possibly cached) handle for the connection */ +diff --git src/functions.h src/functions.h +index f4d1622dc..51bb17a09 100644 +--- src/functions.h ++++ src/functions.h +@@ -529,7 +529,7 @@ extern int string_is_ip_address(const uschar *, int *); + #ifdef SUPPORT_I18N + extern BOOL string_is_utf8(const uschar *); + #endif +-extern const uschar *string_printing2(const uschar *, BOOL); ++extern const uschar *string_printing2(const uschar *, int); + extern uschar *string_split_message(uschar *); + extern uschar *string_unprinting(uschar *); + #ifdef SUPPORT_I18N +diff --git src/lookups/readsock.c src/lookups/readsock.c +index c2088b7a5..cfc9b4ad8 100644 +--- src/lookups/readsock.c ++++ src/lookups/readsock.c +@@ -186,7 +186,9 @@ FILE * fp; + gstring * yield; + int ret = DEFER; + +-DEBUG(D_lookup) debug_printf_indent("readsock: file=\"%s\" key=\"%s\" len=%d opts=\"%s\"\n", filename, keystring, length, opts); ++DEBUG(D_lookup) ++ debug_printf_indent("readsock: file=\"%s\" key=\"%s\" len=%d opts=\"%s\"\n", ++ filename, keystring, length, opts); + + /* Parse options */ + +@@ -200,7 +202,7 @@ if (opts) for (uschar * s; s = string_nextinlist(&opts, &sep, NULL, 0); ) + lf.do_tls = TRUE; + #endif + else if (Ustrncmp(s, "eol=", 4) == 0) +- eol = s + 4; ++ eol = string_unprinting(s + 4); + else if (Ustrcmp(s, "cache=yes") == 0) + lf.cache = TRUE; + else if (Ustrcmp(s, "send=no") == 0) +diff --git src/macros.h src/macros.h +index a507bbf83..2378773cb 100644 +--- src/macros.h ++++ src/macros.h +@@ -41,9 +41,11 @@ manipulate them. */ + + + /* For almost all calls to convert things to printing characters, we want to +-allow tabs. A macro just makes life a bit easier. */ ++allow tabs & spaces. A macro just makes life a bit easier. */ + +-#define string_printing(s) string_printing2((s), TRUE) ++#define string_printing(s) string_printing2((s), 0) ++#define SP_TAB BIT(0) ++#define SP_SPACE BIT(1) + + + /* We need a special return code for "no recipients and failed to send an error +diff --git src/readconf.c src/readconf.c +index 0d0769c88..948fa2403 100644 +--- src/readconf.c ++++ src/readconf.c +@@ -1546,7 +1546,7 @@ if (flags & opt_fn_print) + { + if (flags & opt_fn_print_label) printf("%s = ", name); + printf("%s\n", smtp_receive_timeout_s +- ? string_printing2(smtp_receive_timeout_s, FALSE) ++ ? string_printing2(smtp_receive_timeout_s, SP_TAB) + : readconf_printtime(smtp_receive_timeout)); + } + else if (*str == '$') +@@ -2463,7 +2463,7 @@ switch(ol->type & opt_mask) + case opt_rewrite: /* Show the text value */ + s = *(USS value); + if (!no_labels) printf("%s = ", name); +- printf("%s\n", s ? string_printing2(s, FALSE) : US""); ++ printf("%s\n", s ? string_printing2(s, SP_TAB) : US""); + break; + + case opt_int: +diff --git src/string.c src/string.c +index 5acee1b00..f91a6a428 100644 +--- src/string.c ++++ src/string.c +@@ -281,17 +281,17 @@ return ch; + /* This function is called for critical strings. It checks for any + non-printing characters, and if any are found, it makes a new copy + of the string with suitable escape sequences. It is most often called by the +-macro string_printing(), which sets allow_tab TRUE. ++macro string_printing(), which sets flags to 0. + + Arguments: + s the input string +- allow_tab TRUE to allow tab as a printing character ++ flags Bit 0: convert tabs. Bit 1: convert spaces. + + Returns: string with non-printers encoded as printing sequences + */ + + const uschar * +-string_printing2(const uschar *s, BOOL allow_tab) ++string_printing2(const uschar *s, int flags) + { + int nonprintcount = 0; + int length = 0; +@@ -301,7 +301,10 @@ uschar *ss, *tt; + while (*t != 0) + { + int c = *t++; +- if (!mac_isprint(c) || (!allow_tab && c == '\t')) nonprintcount++; ++ if ( !mac_isprint(c) ++ || flags & SP_TAB && c == '\t' ++ || flags & SP_SPACE && c == ' ' ++ ) nonprintcount++; + length++; + } + +@@ -310,17 +313,19 @@ if (nonprintcount == 0) return s; + /* Get a new block of store guaranteed big enough to hold the + expanded string. */ + +-ss = store_get(length + nonprintcount * 3 + 1, is_tainted(s)); ++tt = ss = store_get(length + nonprintcount * 3 + 1, is_tainted(s)); + + /* Copy everything, escaping non printers. */ + +-t = s; +-tt = ss; +- +-while (*t != 0) ++for (t = s; *t; ) + { + int c = *t; +- if (mac_isprint(c) && (allow_tab || c != '\t')) *tt++ = *t++; else ++ if ( mac_isprint(c) ++ && (!(flags & SP_TAB) || c != '\t') ++ && (!(flags & SP_SPACE) || c != ' ') ++ ) ++ *tt++ = *t++; ++ else + { + *tt++ = '\\'; + switch (*t) +@@ -947,7 +952,10 @@ else + s = ss; + if (!*s || *++s != sep || sep_is_special) break; + } +- while (g->ptr > 0 && isspace(g->s[g->ptr-1])) g->ptr--; ++ /* while (g->ptr > 0 && isspace(g->s[g->ptr-1])) g->ptr--; */ ++ while ( g->ptr > 0 && isspace(g->s[g->ptr-1]) ++ && (g->ptr == 1 || g->s[g->ptr-2] != '\\') ) ++ g->ptr--; + buffer = string_from_gstring(g); + gstring_release_unused(g); + } +-- +2.28.0 + Copied: branches/2020Q3/mail/exim/files/patch-z0029-Taint-fix-off-by-one-in-is_tainted-.-Bug-2634 (from r548081, head/mail/exim/files/patch-z0029-Taint-fix-off-by-one-in-is_tainted-.-Bug-2634) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/mail/exim/files/patch-z0029-Taint-fix-off-by-one-in-is_tainted-.-Bug-2634 Thu Sep 10 07:46:41 2020 (r548185, copy of r548081, head/mail/exim/files/patch-z0029-Taint-fix-off-by-one-in-is_tainted-.-Bug-2634) @@ -0,0 +1,51 @@ +From d2671b04d025dee3b8311d2d83e0a0342c670f52 Mon Sep 17 00:00:00 2001 +From: Gavan +Date: Fri, 21 Aug 2020 15:46:01 +0100 +Subject: [PATCH 29/37] Taint: fix off-by-one in is_tainted(). Bug 2634 + +(cherry picked from commit e0ae68c8ee6788508da4989ee0d6fcbaf40c7b97) +--- + doc/ChangeLog | 5 +++++ + src/store.c | 4 ++-- + 2 files changed, 7 insertions(+), 2 deletions(-) + +diff --git doc/ChangeLog doc/ChangeLog +index 2d2dc1f9f..6d944f204 100644 +--- doc/ChangeLog ++++ doc/ChangeLog +@@ -82,6 +82,11 @@ JH/21 Bug 2630: Fix eol-replacement string for the ${readsocket } expansion. + Previously when a whitespace character was specified it was not inserted + after removing the newline. + ++JH/24 Bug 2634: Fix a taint trap seen on NetBSD: the testing coded for ++ is_tainted() had an off-by-one error in the overenthusiastic direction. ++ Find and fix by Gavan. Although NetBSD is not a supported platform for ++ 4.94 this bug could affect other platforms. ++ + + Exim version 4.94 + ----------------- +diff --git src/store.c src/store.c +index c460ba383..7d08c9804 100644 +--- src/store.c ++++ src/store.c +@@ -188,14 +188,14 @@ for (int pool = POOL_TAINT_BASE; pool < nelem(chainbase); pool++) + if ((b = current_block[pool])) + { + uschar * bc = US b + ALIGNED_SIZEOF_STOREBLOCK; +- if (US p >= bc && US p <= bc + b->length) return TRUE; ++ if (US p >= bc && US p < bc + b->length) return TRUE; + } + + for (int pool = POOL_TAINT_BASE; pool < nelem(chainbase); pool++) + for (b = chainbase[pool]; b; b = b->next) + { + uschar * bc = US b + ALIGNED_SIZEOF_STOREBLOCK; +- if (US p >= bc && US p <= bc + b->length) return TRUE; ++ if (US p >= bc && US p < bc + b->length) return TRUE; + } + return FALSE; + } +-- +2.28.0 + Copied: branches/2020Q3/mail/exim/files/patch-z0030-Build-ifdef-guard-for-EXPERIMENTAL_QUEUEFILE (from r548081, head/mail/exim/files/patch-z0030-Build-ifdef-guard-for-EXPERIMENTAL_QUEUEFILE) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/mail/exim/files/patch-z0030-Build-ifdef-guard-for-EXPERIMENTAL_QUEUEFILE Thu Sep 10 07:46:41 2020 (r548185, copy of r548081, head/mail/exim/files/patch-z0030-Build-ifdef-guard-for-EXPERIMENTAL_QUEUEFILE) @@ -0,0 +1,32 @@ +From 4970c58b394eb0778542c97e3f86b565f9e3daa7 Mon Sep 17 00:00:00 2001 +From: Jeremy Harris +Date: Mon, 24 Aug 2020 20:14:34 +0100 +Subject: [PATCH 30/37] Build: ifdef guard for EXPERIMENTAL_QUEUEFILE + +(cherry picked from commit 1f5d0a9551205febf6729c7ee36c27626a76b4a4) +--- + src/transports/queuefile.c | 4 ++++ + +diff --git src/transports/queuefile.c src/transports/queuefile.c +index 21ed3527f..97218548b 100644 +--- src/transports/queuefile.c ++++ src/transports/queuefile.c +@@ -8,7 +8,10 @@ + /* See the file NOTICE for conditions of use and distribution. */ + + ++ + #include "../exim.h" ++ ++#ifdef EXPERIMENTAL_QUEUEFILE /* whole file */ + #include "queuefile.h" + + /* Options specific to the appendfile transport. They must be in alphabetic +@@ -276,3 +279,4 @@ return FALSE; + } + + #endif /*!MACRO_PREDEF*/ ++#endif /*EXPERIMENTAL_QUEUEFILE*/ +-- +2.28.0 + Copied: branches/2020Q3/mail/exim/files/patch-z0031-Taint-fix-off-by-one-in-is_tainted-.-Bug-2634 (from r548081, head/mail/exim/files/patch-z0031-Taint-fix-off-by-one-in-is_tainted-.-Bug-2634) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/mail/exim/files/patch-z0031-Taint-fix-off-by-one-in-is_tainted-.-Bug-2634 Thu Sep 10 07:46:41 2020 (r548185, copy of r548081, head/mail/exim/files/patch-z0031-Taint-fix-off-by-one-in-is_tainted-.-Bug-2634) @@ -0,0 +1,28 @@ +From 976ef0e5fa7896394fe045e824dfb3e7d7502a68 Mon Sep 17 00:00:00 2001 +From: Gavan +Date: Fri, 21 Aug 2020 15:46:01 +0100 +Subject: [PATCH 31/37] Taint: fix off-by-one in is_tainted(). Bug 2634 + +(cherry picked from commit e0ae68c8ee6788508da4989ee0d6fcbaf40c7b97) +--- + doc/ChangeLog | 5 +++++ + +diff --git doc/ChangeLog doc/ChangeLog +index 6d944f204..ae4050322 100644 +--- doc/ChangeLog ++++ doc/ChangeLog +@@ -87,6 +87,11 @@ JH/24 Bug 2634: Fix a taint trap seen on NetBSD: the testing coded for + Find and fix by Gavan. Although NetBSD is not a supported platform for + 4.94 this bug could affect other platforms. + ++JH/24 Bug 2634: Fix a taint trap seen on NetBSD: the testing coded for ++ is_tainted() had an off-by-one error in the overenthusiastic direction. ++ Find and fix by Gavan. Although NetBSD is not a supported platform for ++ 4.94 this bug could affect other platforms. ++ + + Exim version 4.94 + ----------------- +-- +2.28.0 + Copied: branches/2020Q3/mail/exim/files/patch-z0032-DANE-force-SNI-to-use-domain.-Bug-2265 (from r548081, head/mail/exim/files/patch-z0032-DANE-force-SNI-to-use-domain.-Bug-2265) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/mail/exim/files/patch-z0032-DANE-force-SNI-to-use-domain.-Bug-2265 Thu Sep 10 07:46:41 2020 (r548185, copy of r548081, head/mail/exim/files/patch-z0032-DANE-force-SNI-to-use-domain.-Bug-2265) @@ -0,0 +1,102 @@ +From d8e99d6047e709b35eabb1395c2046100d1a1dda Mon Sep 17 00:00:00 2001 +From: Jeremy Harris +Date: Wed, 19 Aug 2020 21:09:04 +0100 +Subject: [PATCH 32/37] DANE: force SNI to use $domain. Bug 2265 + +Note: this is not a complete fix for the issue +(cherry picked from commit 7044dd8fd62e215572ecf5a2c7f1bb9581cf6628) +--- + doc/ChangeLog | 10 ++++++++++ + src/receive.c | 2 +- + src/smtp_in.c | 2 +- + src/tls-gnu.c | 2 +- + src/tls-openssl.c | 1 + + src/transports/smtp.c | 1 + + +diff --git doc/ChangeLog doc/ChangeLog +index ae4050322..ec1b03304 100644 +--- doc/ChangeLog ++++ doc/ChangeLog +@@ -91,6 +91,16 @@ JH/24 Bug 2634: Fix a taint trap seen on NetBSD: the testing coded for + is_tainted() had an off-by-one error in the overenthusiastic direction. + Find and fix by Gavan. Although NetBSD is not a supported platform for + 4.94 this bug could affect other platforms. ++JH/21 Bug 2630: Fix eol-replacement string for the ${readsocket } expansion. ++ Previously when a whitespace character was specified it was not inserted ++ after removing the newline. ++ ++JH/22 Bug 2265: Force SNI usage for smtp transport DANE'd connections, to be ++ the domain part of the recipient address. This overrides any tls_sni ++ option set, which was previously used. ++ ++JH/23 Logging: with the +tls_sni log_selector, do not wrap the received SNI ++ in quotes. + + + Exim version 4.94 +diff --git src/receive.c src/receive.c +index 0db897e9e..ec90e93cd 100644 +--- src/receive.c ++++ src/receive.c +@@ -4004,7 +4004,7 @@ if (LOGGING(tls_certificate_verified) && tls_in.cipher) + if (LOGGING(tls_peerdn) && tls_in.peerdn) + g = string_append(g, 3, US" DN=\"", string_printing(tls_in.peerdn), US"\""); + if (LOGGING(tls_sni) && tls_in.sni) +- g = string_append(g, 3, US" SNI=\"", string_printing(tls_in.sni), US"\""); ++ g = string_append(g, 2, US" SNI=", string_printing2(tls_in.sni, SP_TAB|SP_SPACE)); + #endif + + if (sender_host_authenticated) +diff --git src/smtp_in.c src/smtp_in.c +index 526164c46..a13f0ed63 100644 +--- src/smtp_in.c ++++ src/smtp_in.c +@@ -1811,7 +1811,7 @@ if (LOGGING(tls_certificate_verified) && tls_in.cipher) + if (LOGGING(tls_peerdn) && tls_in.peerdn) + g = string_append(g, 3, US" DN=\"", string_printing(tls_in.peerdn), US"\""); + if (LOGGING(tls_sni) && tls_in.sni) +- g = string_append(g, 3, US" SNI=\"", string_printing(tls_in.sni), US"\""); ++ g = string_append(g, 2, US" SNI=", string_printing2(tls_in.sni, SP_TAB|SP_SPACE)); + return g; + } + #endif +diff --git src/tls-gnu.c src/tls-gnu.c +index 875c82efa..a34633390 100644 +--- src/tls-gnu.c ++++ src/tls-gnu.c +@@ -2863,7 +2863,7 @@ DEBUG(D_tls) debug_printf("initialising GnuTLS as a client on fd %d\n", cctx->so + /* If dane is flagged, have either request or require dane for this host, and + a TLSA record found. Therefore, dane verify required. Which implies cert must + be requested and supplied, dane verify must pass, and cert verify irrelevant +-(incl. hostnames), and (caller handled) require_tls */ ++(incl. hostnames), and (caller handled) require_tls and sni=$domain */ + + if (conn_args->dane && ob->dane_require_tls_ciphers) + { +diff --git src/tls-openssl.c src/tls-openssl.c +index a62322928..054b23d0c 100644 +--- src/tls-openssl.c ++++ src/tls-openssl.c +@@ -3197,6 +3197,7 @@ tlsp->tlsa_usage = 0; + #ifndef DISABLE_OCSP + { + # ifdef SUPPORT_DANE ++ /*XXX this should be moved to caller, to be common across gnutls/openssl */ + if ( conn_args->dane + && ob->hosts_request_ocsp[0] == '*' + && ob->hosts_request_ocsp[1] == '\0' +diff --git src/transports/smtp.c src/transports/smtp.c +index 8492a7f25..28dd8ff24 100644 +--- src/transports/smtp.c ++++ src/transports/smtp.c +@@ -2020,6 +2020,7 @@ if (!continue_hostname) + { + case OK: sx->conn_args.dane = TRUE; + ob->tls_tempfail_tryclear = FALSE; ++ ob->tls_sni = sx->addrlist->domain; + break; + case FAIL_FORCED: break; + default: set_errno_nohost(sx->addrlist, ERRNO_DNSDEFER, +-- +2.28.0 + Copied: branches/2020Q3/mail/exim/files/patch-z0033-DANE-Fix-2-rcpt-message-diff-domins-case.-Bug-2265 (from r548081, head/mail/exim/files/patch-z0033-DANE-Fix-2-rcpt-message-diff-domins-case.-Bug-2265) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/mail/exim/files/patch-z0033-DANE-Fix-2-rcpt-message-diff-domins-case.-Bug-2265 Thu Sep 10 07:46:41 2020 (r548185, copy of r548081, head/mail/exim/files/patch-z0033-DANE-Fix-2-rcpt-message-diff-domins-case.-Bug-2265) @@ -0,0 +1,217 @@ +From a505cf777f90755bce69ab53a899b284a304127b Mon Sep 17 00:00:00 2001 +From: Jeremy Harris +Date: Sun, 23 Aug 2020 15:32:48 +0100 +Subject: [PATCH 33/37] DANE: Fix 2-rcpt message, diff domins case. Bug 2265 + +(cherry picked from commit 99350dede64ad634300ddf15d0d97a81fd75d330) +--- + src/debug.c | 11 ++++- + src/deliver.c | 3 ++ + src/macros.h | 1 + + src/transports/smtp.c | 71 ++++++++++++++++++++++++---- + src/verify.c | 2 +- + +diff --git src/debug.c src/debug.c +index 6d6132e39..819e83331 100644 +--- src/debug.c ++++ src/debug.c +@@ -30,7 +30,16 @@ const uschar * rc_names[] = { /* Mostly for debug output */ + [UNEXPECTED] = US"UNEXPECTED", + [CANCELLED] = US"CANCELLED", + [FAIL_SEND] = US"FAIL_SEND", +- [FAIL_DROP] = US"FAIL_DROP" ++ [FAIL_DROP] = US"FAIL_DROP", ++ [DANE] = US"DANE", ++}; ++ ++const uschar * dns_rc_names[] = { ++ [DNS_SUCCEED] = US"DNS_SUCCEED", ++ [DNS_NOMATCH] = US"DNS_NOMATCH", ++ [DNS_NODATA] = US"DNS_NODATA", ++ [DNS_AGAIN] = US"DNS_AGAIN", ++ [DNS_FAIL] = US"DNS_FAIL", + }; + + +diff --git src/deliver.c src/deliver.c +index 40db50084..f5e28941f 100644 +--- src/deliver.c ++++ src/deliver.c +@@ -460,6 +460,9 @@ TRUE if the lists refer to the same hosts in the same order, except that + This enables Exim to use a single SMTP transaction for sending to two entirely + different domains that happen to end up pointing at the same hosts. + ++We do not try to batch up different A-record host names that refer to the ++same IP. ++ + Arguments: + one points to the first host list + two points to the second host list +diff --git src/macros.h src/macros.h +index 2378773cb..6fd5db94c 100644 +--- src/macros.h ++++ src/macros.h +@@ -304,6 +304,7 @@ Use rc_names[] for debug strings. */ + #define CANCELLED 13 /* Authentication cancelled */ + #define FAIL_SEND 14 /* send() failed in authenticator */ + #define FAIL_DROP 15 /* Fail and drop connection (used in ACL) */ ++#define DANE 16 /* Deferred for domain mismatch (used in transport) */ + + /* Returns from the deliver_message() function */ + +diff --git src/transports/smtp.c src/transports/smtp.c +index 28dd8ff24..6ca4552a6 100644 +--- src/transports/smtp.c ++++ src/transports/smtp.c +@@ -2019,11 +2019,12 @@ if (!continue_hostname) + switch (rc = tlsa_lookup(sx->conn_args.host, &sx->conn_args.tlsa_dnsa, sx->dane_required)) + { + case OK: sx->conn_args.dane = TRUE; +- ob->tls_tempfail_tryclear = FALSE; +- ob->tls_sni = sx->addrlist->domain; ++ ob->tls_tempfail_tryclear = FALSE; /* force TLS */ ++ ob->tls_sni = sx->first_addr->domain; /* force SNI */ + break; + case FAIL_FORCED: break; +- default: set_errno_nohost(sx->addrlist, ERRNO_DNSDEFER, ++ default: ++ set_errno_nohost(sx->addrlist, ERRNO_DNSDEFER, + string_sprintf("DANE error: tlsa lookup %s", + rc_to_string(rc)), + rc, FALSE, &sx->delivery_start); +@@ -3430,6 +3431,7 @@ BOOL pass_message = FALSE; + uschar *message = NULL; + uschar new_message_id[MESSAGE_ID_LENGTH + 1]; + smtp_context * sx = store_get(sizeof(*sx), TRUE); /* tainted, for the data buffers */ ++BOOL dane_held; + + suppress_tls = suppress_tls; /* stop compiler warning when no TLS support */ + *message_defer = FALSE; +@@ -3446,13 +3448,36 @@ sx->conn_args.tblock = tblock; + gettimeofday(&sx->delivery_start, NULL); + sx->sync_addr = sx->first_addr = addrlist; + +-/* Get the channel set up ready for a message (MAIL FROM being the next +-SMTP command to send */ ++DANE_DOMAINS: ++dane_held = FALSE; ++ ++/* Get the channel set up ready for a message, MAIL FROM being the next ++SMTP command to send. */ + + if ((rc = smtp_setup_conn(sx, suppress_tls)) != OK) + { + timesince(&addrlist->delivery_time, &sx->delivery_start); +- return rc; ++ yield = rc; ++ goto TIDYUP; ++ } ++ ++/*XXX*/ ++/* If the connection used DANE, ignore for now any addresses with incompatible ++domains. The SNI has to be the domain. Arrange a whole new TCP conn later, ++just in case only TLS isn't enough. */ ++ ++if (sx->conn_args.dane) ++ { ++ const uschar * dane_domain = sx->first_addr->domain; ++ ++ for (address_item * a = sx->first_addr->next; a; a = a->next) ++ if ( a->transport_return == PENDING_DEFER ++ && Ustrcmp(dane_domain, a->domain) != 0) ++ { ++ DEBUG(D_transport) debug_printf("DANE: holding %s for later\n", a->domain); ++ dane_held = TRUE; ++ a->transport_return = DANE; ++ } + } + + /* If there is a filter command specified for this transport, we can now +@@ -4203,7 +4228,7 @@ if (sx->completed_addr && sx->ok && sx->send_quit) + + + if (sx->first_addr != NULL) /* More addresses still to be sent */ +- { /* in this run of the transport */ ++ { /* on this connection */ + continue_sequence++; /* Causes * in logging */ + pipelining_active = sx->pipelining_used; /* was cleared at DATA */ + goto SEND_MESSAGE; +@@ -4235,7 +4260,7 @@ if (sx->completed_addr && sx->ok && sx->send_quit) + '2', ob->command_timeout); + + if (sx->ok && f.continue_more) +- return yield; /* More addresses for another run */ ++ goto TIDYUP; /* More addresses for another run */ + } + else + { +@@ -4255,7 +4280,7 @@ if (sx->completed_addr && sx->ok && sx->send_quit) + else + #endif + if (f.continue_more) +- return yield; /* More addresses for another run */ ++ goto TIDYUP; /* More addresses for another run */ + + /* If the socket is successfully passed, we mustn't send QUIT (or + indeed anything!) from here. */ +@@ -4295,7 +4320,7 @@ propagate it from the initial + sx->cctx.sock = -1; + continue_transport = NULL; + continue_hostname = NULL; +- return yield; ++ goto TIDYUP; + } + log_write(0, LOG_PANIC_DIE, "fork failed"); + } +@@ -4370,9 +4395,35 @@ if (sx->send_quit) + (void) event_raise(tblock->event_action, US"tcp:close", NULL); + #endif + ++/*XXX*/ ++if (dane_held) ++ { ++ sx->first_addr = NULL; ++ for (address_item * a = sx->addrlist->next; a; a = a->next) ++ if (a->transport_return == DANE) ++ { ++ a->transport_return = PENDING_DEFER; ++ if (!sx->first_addr) ++ { ++ /* Remember the new start-point in the addrlist, for smtp_setup_conn() ++ to get the domain string for SNI */ ++ ++ sx->first_addr = a; ++ DEBUG(D_transport) debug_printf("DANE: go-around for %s\n", a->domain); ++ } ++ } ++ goto DANE_DOMAINS; ++ } ++ + continue_transport = NULL; + continue_hostname = NULL; + return yield; ++ ++TIDYUP: ++if (dane_held) for (address_item * a = sx->addrlist->next; a; a = a->next) ++ if (a->transport_return == DANE) ++ a->transport_return = PENDING_DEFER; ++return yield; + } + + +diff --git src/verify.c src/verify.c +index 5f4181de9..43343a646 100644 +--- src/verify.c ++++ src/verify.c +@@ -674,7 +674,7 @@ coding means skipping this whole loop and doing the append separately. */ + if (!sx) sx = store_get(sizeof(*sx), TRUE); /* tainted buffers */ + memset(sx, 0, sizeof(*sx)); + +- sx->addrlist = addr; ++ sx->addrlist = sx->first_addr = addr; + sx->conn_args.host = host; + sx->conn_args.host_af = host_af, + sx->port = port; +-- +2.28.0 + Copied: branches/2020Q3/mail/exim/files/patch-z0034-Fix-non-DANE-build (from r548081, head/mail/exim/files/patch-z0034-Fix-non-DANE-build) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/mail/exim/files/patch-z0034-Fix-non-DANE-build Thu Sep 10 07:46:41 2020 (r548185, copy of r548081, head/mail/exim/files/patch-z0034-Fix-non-DANE-build) @@ -0,0 +1,92 @@ +From 7dad62cced33eebd10d13fd1f6cd59696175fa44 Mon Sep 17 00:00:00 2001 +From: Jeremy Harris +Date: Sun, 23 Aug 2020 17:27:30 +0100 +Subject: [PATCH 34/37] Fix non-DANE build + +(cherry picked from commit 79b19a30d9fc64a7b7f70928cdefe4f51064280b) +--- + src/transports/smtp.c | 15 +++++++++++---- + +diff --git src/transports/smtp.c src/transports/smtp.c +index 6ca4552a6..d63379e37 100644 +--- src/transports/smtp.c ++++ src/transports/smtp.c +@@ -2023,8 +2023,7 @@ if (!continue_hostname) + ob->tls_sni = sx->first_addr->domain; /* force SNI */ + break; + case FAIL_FORCED: break; +- default: +- set_errno_nohost(sx->addrlist, ERRNO_DNSDEFER, ++ default: set_errno_nohost(sx->addrlist, ERRNO_DNSDEFER, + string_sprintf("DANE error: tlsa lookup %s", + rc_to_string(rc)), + rc, FALSE, &sx->delivery_start); +@@ -3431,7 +3430,9 @@ BOOL pass_message = FALSE; + uschar *message = NULL; + uschar new_message_id[MESSAGE_ID_LENGTH + 1]; + smtp_context * sx = store_get(sizeof(*sx), TRUE); /* tainted, for the data buffers */ ++#if !defined(DISABLE_TLS) && defined(SUPPORT_DANE) + BOOL dane_held; ++#endif + + suppress_tls = suppress_tls; /* stop compiler warning when no TLS support */ + *message_defer = FALSE; +@@ -3448,8 +3449,10 @@ sx->conn_args.tblock = tblock; + gettimeofday(&sx->delivery_start, NULL); + sx->sync_addr = sx->first_addr = addrlist; + ++#if !defined(DISABLE_TLS) && defined(SUPPORT_DANE) + DANE_DOMAINS: + dane_held = FALSE; ++#endif + + /* Get the channel set up ready for a message, MAIL FROM being the next + SMTP command to send. */ +@@ -3461,7 +3464,7 @@ if ((rc = smtp_setup_conn(sx, suppress_tls)) != OK) + goto TIDYUP; + } + +-/*XXX*/ ++#if !defined(DISABLE_TLS) && defined(SUPPORT_DANE) + /* If the connection used DANE, ignore for now any addresses with incompatible + domains. The SNI has to be the domain. Arrange a whole new TCP conn later, + just in case only TLS isn't enough. */ +@@ -3479,6 +3482,7 @@ if (sx->conn_args.dane) + a->transport_return = DANE; + } + } ++#endif + + /* If there is a filter command specified for this transport, we can now + set it up. This cannot be done until the identity of the host is known. */ +@@ -4395,7 +4399,7 @@ if (sx->send_quit) + (void) event_raise(tblock->event_action, US"tcp:close", NULL); + #endif + +-/*XXX*/ ++#if !defined(DISABLE_TLS) && defined(SUPPORT_DANE) + if (dane_held) + { + sx->first_addr = NULL; +@@ -4414,15 +4418,18 @@ if (dane_held) + } + goto DANE_DOMAINS; + } ++#endif + + continue_transport = NULL; + continue_hostname = NULL; + return yield; + + TIDYUP: ++#if !defined(DISABLE_TLS) && defined(SUPPORT_DANE) + if (dane_held) for (address_item * a = sx->addrlist->next; a; a = a->next) + if (a->transport_return == DANE) + a->transport_return = PENDING_DEFER; ++#endif + return yield; + } + +-- +2.28.0 + Copied: branches/2020Q3/mail/exim/files/patch-z0035-DANE-Fix-2-messages-from-queue-case (from r548081, head/mail/exim/files/patch-z0035-DANE-Fix-2-messages-from-queue-case) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/mail/exim/files/patch-z0035-DANE-Fix-2-messages-from-queue-case Thu Sep 10 07:46:41 2020 (r548185, copy of r548081, head/mail/exim/files/patch-z0035-DANE-Fix-2-messages-from-queue-case) @@ -0,0 +1,525 @@ +From 569be4bc51fd4806edcf6b3abcf550dbbba90df5 Mon Sep 17 00:00:00 2001 +From: Jeremy Harris +Date: Wed, 26 Aug 2020 23:43:54 +0100 +Subject: [PATCH 35/37] DANE: Fix 2 messages from queue case + +(cherry picked from commit b6054898ace169a0e5143117397a4f666a5e7283) +--- + src/deliver.c | 12 +++- + src/exim.c | 14 +++- + src/globals.c | 2 + + src/globals.h | 2 + + src/spool_in.c | 24 +++---- + src/tls-gnu.c | 6 +- + src/transport.c | 32 ++++++--- + src/transports/smtp.c | 89 ++++++++++++++++++++--- + src/transports/smtp.h | 2 +- + +diff --git src/deliver.c src/deliver.c +index f5e28941f..8f21c607e 100644 +--- src/deliver.c ++++ src/deliver.c +@@ -1195,7 +1195,7 @@ else + if (addr->host_used) + { + g = d_hostlog(g, addr); +- if (continue_sequence > 1) ++ if (continue_sequence > 1) /*XXX this is wrong for a dropped proxyconn. Would have to pass back from transport */ + g = string_catn(g, US"*", 1); + + #ifndef DISABLE_EVENT +@@ -4275,6 +4275,10 @@ for (int delivery_count = 0; addr_remote; delivery_count++) + } + } + ++/*XXX need to defeat this when DANE is used - but we don't know that yet. ++So look out for the place it gets used. ++*/ ++ + /* Get the flag which specifies whether the transport can handle different + domains that nevertheless resolve to the same set of hosts. If it needs + expanding, get variables set: $address_data, $domain_data, $localpart_data, +@@ -4353,6 +4357,11 @@ for (int delivery_count = 0; addr_remote; delivery_count++) + /************************************************************************/ + + ++/*XXX don't know yet if DANE will be used. So tpt will have to ++check at the point if gets next addr from list, and skip/defer any ++nonmatch domains ++*/ ++ + /* Pick off all addresses which have the same transport, errors address, + destination, and extra headers. In some cases they point to the same host + list, but we also need to check for identical host lists generated from +@@ -4499,6 +4508,7 @@ for (int delivery_count = 0; addr_remote; delivery_count++) + if (continue_transport) + { + BOOL ok = Ustrcmp(continue_transport, tp->name) == 0; ++/*XXX do we need to check for a DANEd conn vs. a change of domain? */ + + /* If the transport is about to override the host list do not check + it here but take the cost of running the transport process to discover +diff --git src/exim.c src/exim.c +index ac0ff5523..630ac4038 100644 +--- src/exim.c ++++ src/exim.c +@@ -2806,10 +2806,22 @@ on the second character (the one after '-'), to save some effort. */ + case 'S': smtp_peer_options |= OPTION_SIZE; break; + + #ifndef DISABLE_TLS ++ /* -MCs: used with -MCt; SNI was sent */ ++ /* -MCr: ditto, DANE */ ++ ++ case 'r': ++ case 's': if (++i < argc) ++ { ++ continue_proxy_sni = string_copy_taint(argv[i], TRUE); ++ if (argrest[1] == 'r') continue_proxy_dane = TRUE; ++ } ++ else badarg = TRUE; ++ break; ++ + /* -MCt: similar to -MCT below but the connection is still open + via a proxy process which handles the TLS context and coding. + Require three arguments for the proxied local address and port, +- and the TLS cipher. */ ++ and the TLS cipher. */ + + case 't': if (++i < argc) + sending_ip_address = string_copy_taint(argv[i], TRUE); +diff --git src/globals.c src/globals.c +index fc3086f72..c34ac9ddd 100644 +--- src/globals.c ++++ src/globals.c +@@ -729,6 +729,8 @@ uid_t config_uid = 0; + + int connection_max_messages= -1; + uschar *continue_proxy_cipher = NULL; ++BOOL continue_proxy_dane = FALSE; ++uschar *continue_proxy_sni = NULL; + uschar *continue_hostname = NULL; + uschar *continue_host_address = NULL; + int continue_sequence = 1; +diff --git src/globals.h src/globals.h +index c80c8532f..a4c1143b7 100644 +--- src/globals.h ++++ src/globals.h +@@ -425,6 +425,8 @@ extern uschar *config_main_filename; /* File name actually used */ + extern uschar *config_main_directory; /* Directory where the main config file was found */ + extern uid_t config_uid; /* Additional owner */ + extern uschar *continue_proxy_cipher; /* TLS cipher for proxied continued delivery */ ++extern BOOL continue_proxy_dane; /* proxied conn is DANE */ ++extern uschar *continue_proxy_sni; /* proxied conn SNI */ + extern uschar *continue_hostname; /* Host for continued delivery */ + extern uschar *continue_host_address; /* IP address for ditto */ + extern int continue_sequence; /* Sequence num for continued delivery */ +diff --git src/spool_in.c src/spool_in.c +index a0147d5ee..1b4cefdb2 100644 +--- src/spool_in.c ++++ src/spool_in.c +@@ -55,7 +55,7 @@ for (int i = 0; i < 2; i++) + + set_subdir_str(message_subdir, id, i); + fname = spool_fname(US"input", message_subdir, id, US"-D"); +- DEBUG(D_deliver) debug_printf("Trying spool file %s\n", fname); ++ DEBUG(D_deliver) debug_printf_indent("Trying spool file %s\n", fname); + + /* We protect against symlink attacks both in not propagating the + * file-descriptor to other processes as we exec, and also ensuring that we +@@ -367,7 +367,7 @@ for (int n = 0; n < 2; n++) + errno = 0; + + #ifndef COMPILE_UTILITY +-DEBUG(D_deliver) debug_printf("reading spool file %s\n", name); ++DEBUG(D_deliver) debug_printf_indent("reading spool file %s\n", name); + #endif /* COMPILE_UTILITY */ + + /* The first line of a spool file contains the message id followed by -H (i.e. +@@ -430,7 +430,7 @@ if (f.running_in_test_harness) + #endif + + #ifndef COMPILE_UTILITY +-DEBUG(D_deliver) debug_printf("user=%s uid=%ld gid=%ld sender=%s\n", ++DEBUG(D_deliver) debug_printf_indent("user=%s uid=%ld gid=%ld sender=%s\n", + originator_login, (long int)originator_uid, (long int)originator_gid, + sender_address); + #endif +@@ -715,7 +715,7 @@ host_build_sender_fullhost(); + + #ifndef COMPILE_UTILITY + DEBUG(D_deliver) +- debug_printf("sender_local=%d ident=%s\n", f.sender_local, ++ debug_printf_indent("sender_local=%d ident=%s\n", f.sender_local, + sender_ident ? sender_ident : US"unset"); + #endif /* COMPILE_UTILITY */ + +@@ -743,7 +743,7 @@ if (sscanf(CS big_buffer, "%d", &rcount) != 1 || rcount > 16384) + goto SPOOL_FORMAT_ERROR; + + #ifndef COMPILE_UTILITY +-DEBUG(D_deliver) debug_printf("recipients_count=%d\n", rcount); ++DEBUG(D_deliver) debug_printf_indent("recipients_count=%d\n", rcount); + #endif /* COMPILE_UTILITY */ + + recipients_list_max = rcount; +@@ -814,7 +814,7 @@ for (recipients_count = 0; recipients_count < rcount; recipients_count++) + { + int dummy; + #if !defined (COMPILE_UTILITY) +- DEBUG(D_deliver) debug_printf("**** SPOOL_IN - Exim 3 spool file\n"); ++ DEBUG(D_deliver) debug_printf_indent("**** SPOOL_IN - Exim 3 spool file\n"); *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Thu Sep 10 10:51: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 CE7363D21D3; Thu, 10 Sep 2020 10:51:41 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 4BnG0Y55WWz3Z7r; Thu, 10 Sep 2020 10:51:41 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7806D11863; Thu, 10 Sep 2020 10:51:41 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08AApfk1079270; Thu, 10 Sep 2020 10:51:41 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08AApfch079268; Thu, 10 Sep 2020 10:51:41 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <202009101051.08AApfch079268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 10 Sep 2020 10:51:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548199 - in branches/2020Q3/audio/libsndfile: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in branches/2020Q3/audio/libsndfile: . files X-SVN-Commit-Revision: 548199 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, 10 Sep 2020 10:51:41 -0000 Author: riggs Date: Thu Sep 10 10:51:40 2020 New Revision: 548199 URL: https://svnweb.freebsd.org/changeset/ports/548199 Log: MFH: r548196 Update to upstream release 1.0.29 PR: 248665 Submitted by: daniel.engberg.lists@pyret.net Reviewed by: tcberner Approved by: ports-secteam (riggs) Deleted: branches/2020Q3/audio/libsndfile/files/patch-CMakeLists.txt branches/2020Q3/audio/libsndfile/files/patch-cmake_SndFileChecks.cmake Modified: branches/2020Q3/audio/libsndfile/Makefile branches/2020Q3/audio/libsndfile/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/audio/libsndfile/Makefile ============================================================================== --- branches/2020Q3/audio/libsndfile/Makefile Thu Sep 10 10:13:52 2020 (r548198) +++ branches/2020Q3/audio/libsndfile/Makefile Thu Sep 10 10:51:40 2020 (r548199) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= libsndfile -DISTVERSION= 1.0.29pre.20200620 +DISTVERSION= 1.0.29 CATEGORIES= audio +MASTER_SITES= https://github.com/erikd/${PORTNAME}/releases/download/v1.0.29/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) @@ -11,23 +12,26 @@ COMMENT= Reading and writing files containing sampled LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake cpe localbase pkgconfig python:build,test shebangfix +USES= cmake cpe localbase pkgconfig python:build,test shebangfix \ + tar:bz2 SHEBANG_FILES= programs/test-sndfile-metadata-set.py \ src/binheader_writef_check.py \ src/create_symbols_file.py CPE_VENDOR= ${CPE_PRODUCT}_project -USE_GITHUB= yes -GH_ACCOUNT= erikd -GH_TAGNAME= 2ccb23f - USE_LDCONFIG= yes +CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_ALSA:BOOL=True \ + -DCMAKE_DISABLE_FIND_PACKAGE_Sndio:BOOL=True \ + -DCMAKE_DISABLE_FIND_PACKAGE_Speex:BOOL=True \ + -DCMAKE_DISABLE_FIND_PACKAGE_SQLite3:BOOL=True + OPTIONS_DEFINE= DOCS EXTERNAL STATIC TEST OPTIONS_SUB= yes OPTIONS_DEFAULT= EXTERNAL EXTERNAL_DESC= Enable FLAC, Ogg Vorbis, Opus support +TEST_DESC= Build tests (forces static library only) TEST_IMPLIES= STATIC EXTERNAL_LIB_DEPENDS= libFLAC.so:audio/flac \ Modified: branches/2020Q3/audio/libsndfile/distinfo ============================================================================== --- branches/2020Q3/audio/libsndfile/distinfo Thu Sep 10 10:13:52 2020 (r548198) +++ branches/2020Q3/audio/libsndfile/distinfo Thu Sep 10 10:51:40 2020 (r548199) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595853607 -SHA256 (erikd-libsndfile-1.0.29pre.20200620-2ccb23f_GH0.tar.gz) = 70fee769ab60c579090edf5a43a4959a71feb14f0e531394f4e1c1a9741258c3 -SIZE (erikd-libsndfile-1.0.29pre.20200620-2ccb23f_GH0.tar.gz) = 721895 +TIMESTAMP = 1598210411 +SHA256 (libsndfile-1.0.29.tar.bz2) = 2ba20d44817c8176f097ab25eff44ef0aeec9e00973def5a7174c5ae0764b22f +SIZE (libsndfile-1.0.29.tar.bz2) = 831090 From owner-svn-ports-branches@freebsd.org Fri Sep 11 12:04: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 4622E3D7B73; Fri, 11 Sep 2020 12:04:46 +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 4BnvZQ17Qwz4FvD; Fri, 11 Sep 2020 12:04:46 +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 0B37C23B97; Fri, 11 Sep 2020 12:04:46 +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 08BC4jac012055; Fri, 11 Sep 2020 12:04:45 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08BC4jvQ012054; Fri, 11 Sep 2020 12:04:45 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202009111204.08BC4jvQ012054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 11 Sep 2020 12:04:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548236 - branches/2020Q3 X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2020Q3 X-SVN-Commit-Revision: 548236 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, 11 Sep 2020 12:04:46 -0000 Author: lwhsu Date: Fri Sep 11 12:04:45 2020 New Revision: 548236 URL: https://svnweb.freebsd.org/changeset/ports/548236 Log: MFH: r548228 net-im/tut: Update to 0.0.17 Changelog: https://github.com/RasmusLindroth/tut/releases/0.0.17 PR: 249243 Submitted by: Lewis Cook (maintainer) Approved by: ports-secteam (joneum) Modified: Directory Properties: branches/2020Q3/ (props changed) From owner-svn-ports-branches@freebsd.org Fri Sep 11 12:09: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 DDDD03D7FDB; Fri, 11 Sep 2020 12:09:25 +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 4Bnvgn5SS1z4GNf; Fri, 11 Sep 2020 12:09:25 +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 83B6E23B98; Fri, 11 Sep 2020 12:09:25 +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 08BC9PBn012535; Fri, 11 Sep 2020 12:09:25 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08BC9PSd012534; Fri, 11 Sep 2020 12:09:25 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202009111209.08BC9PSd012534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 11 Sep 2020 12:09:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548238 - branches/2020Q3 X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2020Q3 X-SVN-Commit-Revision: 548238 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, 11 Sep 2020 12:09:26 -0000 Author: lwhsu Date: Fri Sep 11 12:09:25 2020 New Revision: 548238 URL: https://svnweb.freebsd.org/changeset/ports/548238 Log: Remove mergeinfo of r548228 to redo MFH Approved by: ports-secteam (joneum) Modified: Directory Properties: branches/2020Q3/ (props changed) From owner-svn-ports-branches@freebsd.org Fri Sep 11 12:11: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 D054C3D870E; Fri, 11 Sep 2020 12:11:35 +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 4BnvkH5BYpz4GlL; Fri, 11 Sep 2020 12:11:35 +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 96A8523BAE; Fri, 11 Sep 2020 12:11:35 +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 08BCBZCl015638; Fri, 11 Sep 2020 12:11:35 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08BCBZj2015637; Fri, 11 Sep 2020 12:11:35 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202009111211.08BCBZj2015637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 11 Sep 2020 12:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548239 - branches/2020Q3/net-im/tut X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2020Q3/net-im/tut X-SVN-Commit-Revision: 548239 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, 11 Sep 2020 12:11:35 -0000 Author: lwhsu Date: Fri Sep 11 12:11:34 2020 New Revision: 548239 URL: https://svnweb.freebsd.org/changeset/ports/548239 Log: MFH: r548228 net-im/tut: Update to 0.0.17 Changelog: https://github.com/RasmusLindroth/tut/releases/0.0.17 PR: 249243 Submitted by: Lewis Cook (maintainer) Approved by: ports-secteam (joneum) Modified: branches/2020Q3/net-im/tut/Makefile branches/2020Q3/net-im/tut/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/net-im/tut/Makefile ============================================================================== --- branches/2020Q3/net-im/tut/Makefile Fri Sep 11 12:09:25 2020 (r548238) +++ branches/2020Q3/net-im/tut/Makefile Fri Sep 11 12:11:34 2020 (r548239) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tut -DISTVERSION= 0.0.9 +DISTVERSION= 0.0.17 CATEGORIES= net-im MAINTAINER= vulcan@wired.sh @@ -20,6 +20,7 @@ GH_TUPLE= gdamore:encoding:v1.0.0:gdamore_encoding/ven golang:sys:85ca7c5b95cd:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ gorilla:websocket:v1.4.1:gorilla_websocket/vendor/github.com/gorilla/websocket \ + icza:gox:7dc3510ae515:icza_gox/vendor/github.com/icza/gox \ kyoh86:xdg:v1.2.0:kyoh86_xdg/vendor/github.com/kyoh86/xdg \ lucasb-eyer:go-colorful:v1.0.3:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ mattn:go-mastodon:3e91c76504df:mattn_go_mastodon/vendor/github.com/mattn/go-mastodon \ Modified: branches/2020Q3/net-im/tut/distinfo ============================================================================== --- branches/2020Q3/net-im/tut/distinfo Fri Sep 11 12:09:25 2020 (r548238) +++ branches/2020Q3/net-im/tut/distinfo Fri Sep 11 12:11:34 2020 (r548239) @@ -1,6 +1,10 @@ -TIMESTAMP = 1592207412 -SHA256 (RasmusLindroth-tut-0.0.9_GH0.tar.gz) = 7141d8218619b432823f0918261f2534539238bb5ea701fa16e8a52e2bf534b0 -SIZE (RasmusLindroth-tut-0.0.9_GH0.tar.gz) = 122280 +TIMESTAMP = 1599781911 +SHA256 (RasmusLindroth-tut-0.0.17_GH0.tar.gz) = a560b921a6b1c687264a44386750ce0202f78f30d17068f436305b22525f26c2 +SIZE (RasmusLindroth-tut-0.0.17_GH0.tar.gz) = 128852 +SHA256 (aymerick-douceur-v0.2.0_GH0.tar.gz) = ceed015cddc99b600ccbbd6aa0ebe39063554049f70153887d3df7c21fefedbb +SIZE (aymerick-douceur-v0.2.0_GH0.tar.gz) = 20914 +SHA256 (chris-ramon-douceur-v0.2.0_GH0.tar.gz) = ceed015cddc99b600ccbbd6aa0ebe39063554049f70153887d3df7c21fefedbb +SIZE (chris-ramon-douceur-v0.2.0_GH0.tar.gz) = 20914 SHA256 (gdamore-encoding-v1.0.0_GH0.tar.gz) = 8fb8593a69cd86f16233d63dd6d74181136ec8f22900c509e961a25eb4b2e013 SIZE (gdamore-encoding-v1.0.0_GH0.tar.gz) = 10886 SHA256 (gdamore-tcell-v1.3.0_GH0.tar.gz) = 5e4d2206a459109fdd98fb1d29f2da2340b69a021b115db9049917444a0c1097 @@ -15,6 +19,8 @@ SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f570 SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069 SHA256 (gorilla-websocket-v1.4.1_GH0.tar.gz) = 9e5bd337d58a978bf4072767252ddb394b53e2b459697633794abd96e8eb3fa6 SIZE (gorilla-websocket-v1.4.1_GH0.tar.gz) = 54218 +SHA256 (icza-gox-7dc3510ae515_GH0.tar.gz) = 2883f277d7623d89b56dbd6d098e9f6000e67b606c83814cc47ab9d0ce152e4d +SIZE (icza-gox-7dc3510ae515_GH0.tar.gz) = 25353 SHA256 (kyoh86-xdg-v1.2.0_GH0.tar.gz) = 357555c7fba96cad7cd37ccc60d07bde5022d50ec468e64e9adb045dbc39ba68 SIZE (kyoh86-xdg-v1.2.0_GH0.tar.gz) = 5085 SHA256 (lucasb-eyer-go-colorful-v1.0.3_GH0.tar.gz) = 40c8c7e03a4eeaaabd44273e9b6a992933f554f17225aadd0b225ffc67e1e7db From owner-svn-ports-branches@freebsd.org Fri Sep 11 12:25: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 0429B3D8BFF; Fri, 11 Sep 2020 12:25:31 +0000 (UTC) (envelope-from dmgk@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 4Bnw2L6HPxz4Hb2; Fri, 11 Sep 2020 12:25:30 +0000 (UTC) (envelope-from dmgk@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 BAC5423872; Fri, 11 Sep 2020 12:25:30 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08BCPUmx024825; Fri, 11 Sep 2020 12:25:30 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08BCPUfO024823; Fri, 11 Sep 2020 12:25:30 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <202009111225.08BCPUfO024823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Fri, 11 Sep 2020 12:25:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548240 - branches/2020Q3/lang/go X-SVN-Group: ports-branches X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: branches/2020Q3/lang/go X-SVN-Commit-Revision: 548240 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, 11 Sep 2020 12:25:31 -0000 Author: dmgk Date: Fri Sep 11 12:25:30 2020 New Revision: 548240 URL: https://svnweb.freebsd.org/changeset/ports/548240 Log: lang/go: Update to 1.14.9 Changes: https://golang.org/doc/devel/release.html#go1.14.minor Approved by: ports-secteam (joneum) Modified: branches/2020Q3/lang/go/Makefile branches/2020Q3/lang/go/distinfo Modified: branches/2020Q3/lang/go/Makefile ============================================================================== --- branches/2020Q3/lang/go/Makefile Fri Sep 11 12:11:34 2020 (r548239) +++ branches/2020Q3/lang/go/Makefile Fri Sep 11 12:25:30 2020 (r548240) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION?= 1.14.8 +PORTVERSION?= 1.14.9 PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES= lang Modified: branches/2020Q3/lang/go/distinfo ============================================================================== --- branches/2020Q3/lang/go/distinfo Fri Sep 11 12:11:34 2020 (r548239) +++ branches/2020Q3/lang/go/distinfo Fri Sep 11 12:25:30 2020 (r548240) @@ -1,6 +1,6 @@ -TIMESTAMP = 1598988597 -SHA256 (go1.14.8.src.tar.gz) = d9a613fb55f508cf84e753456a7c6a113c8265839d5b7fe060da335c93d6e36a -SIZE (go1.14.8.src.tar.gz) = 22535549 +TIMESTAMP = 1599746254 +SHA256 (go1.14.9.src.tar.gz) = c687c848cc09bcabf2b5e534c3fc4259abebbfc9014dd05a1a2dc6106f404554 +SIZE (go1.14.9.src.tar.gz) = 22540282 SHA256 (go-freebsd-arm64-go1.14.tar.xz) = f8b0cf0d323e581c9e3e0d5c217847a3e0294fcc92dbac92a5b02cea9d97ad8d SIZE (go-freebsd-arm64-go1.14.tar.xz) = 34944548 SHA256 (go-freebsd-amd64-go1.14.tar.xz) = 3b259247fb228258a4f31e283e9aa23cafd590eabce334666a9e9b2ffe47c19b From owner-svn-ports-branches@freebsd.org Fri Sep 11 18:08:12 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 EC4923E1465; Fri, 11 Sep 2020 18:08:12 +0000 (UTC) (envelope-from leres@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 4Bp3dm60lHz4dv0; Fri, 11 Sep 2020 18:08:12 +0000 (UTC) (envelope-from leres@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 AD00B27F83; Fri, 11 Sep 2020 18:08:12 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08BI8C4a033971; Fri, 11 Sep 2020 18:08:12 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08BI8C6e033969; Fri, 11 Sep 2020 18:08:12 GMT (envelope-from leres@FreeBSD.org) Message-Id: <202009111808.08BI8C6e033969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Fri, 11 Sep 2020 18:08:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548255 - branches/2020Q3/security/zeek X-SVN-Group: ports-branches X-SVN-Commit-Author: leres X-SVN-Commit-Paths: branches/2020Q3/security/zeek X-SVN-Commit-Revision: 548255 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, 11 Sep 2020 18:08:13 -0000 Author: leres Date: Fri Sep 11 18:08:11 2020 New Revision: 548255 URL: https://svnweb.freebsd.org/changeset/ports/548255 Log: MFH: r548170 security/zeek: Update to 3.0.10 to fix memory leaks and potential DOS: https://github.com/zeek/zeek/releases/tag/v3.0.10 - Fix memory leak caused by re-entering AYIYA parsing - Fix memory leak caused by re-entering GTPv1 parsing Other fixes: - Fix Input Framework 'change' events for 'set' destinations - Fix reported body-length of HTTP messages w/ sub-entities Reported by: Jon Siwek Security: 2c92fdd3-896c-4a5a-a0d8-52acee69182d Approved by: ports-secteam (joneum) Modified: branches/2020Q3/security/zeek/Makefile branches/2020Q3/security/zeek/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/security/zeek/Makefile ============================================================================== --- branches/2020Q3/security/zeek/Makefile Fri Sep 11 17:35:26 2020 (r548254) +++ branches/2020Q3/security/zeek/Makefile Fri Sep 11 18:08:11 2020 (r548255) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zeek -PORTVERSION= 3.0.8 +PORTVERSION= 3.0.10 CATEGORIES= security MASTER_SITES= https://old.zeek.org/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: branches/2020Q3/security/zeek/distinfo ============================================================================== --- branches/2020Q3/security/zeek/distinfo Fri Sep 11 17:35:26 2020 (r548254) +++ branches/2020Q3/security/zeek/distinfo Fri Sep 11 18:08:11 2020 (r548255) @@ -1,5 +1,5 @@ -TIMESTAMP = 1595897482 -SHA256 (zeek-3.0.8.tar.gz) = df30b788096d51501a64d7ffa74022b263e67585f9ee0a40c0838bc9b3c73956 -SIZE (zeek-3.0.8.tar.gz) = 29334845 +TIMESTAMP = 1599695228 +SHA256 (zeek-3.0.10.tar.gz) = 55a43b3489341acc6fd0e34c80fc1f9a065e63e8b6850474b2da187edd42319e +SIZE (zeek-3.0.10.tar.gz) = 29338024 SHA256 (bro-bro-netmap-f3620df_GH0.tar.gz) = e51f420781c9a01b0494f93d82f94a1b045725c1cff406c33887974a9940c655 SIZE (bro-bro-netmap-f3620df_GH0.tar.gz) = 24661 From owner-svn-ports-branches@freebsd.org Sat Sep 12 00:42:22 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 48B3D3EB34A; Sat, 12 Sep 2020 00:42:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 4BpDNZ1Gh9z45w7; Sat, 12 Sep 2020 00:42: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 0F181C7D9; Sat, 12 Sep 2020 00:42: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 08C0gL6R079256; Sat, 12 Sep 2020 00:42:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08C0gLJh079255; Sat, 12 Sep 2020 00:42:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202009120042.08C0gLJh079255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 12 Sep 2020 00:42:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548274 - in branches/2020Q3/www/firefox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q3/www/firefox: . files X-SVN-Commit-Revision: 548274 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, 12 Sep 2020 00:42:22 -0000 Author: jbeich Date: Sat Sep 12 00:42:21 2020 New Revision: 548274 URL: https://svnweb.freebsd.org/changeset/ports/548274 Log: MFH: r548266 www/firefox: fix tab crashing when not using pulseaudio Submitted by: Ka Ho Ng Approved by: ports-secteam blanket Differential Revision: https://reviews.freebsd.org/D26303 Added: branches/2020Q3/www/firefox/files/patch-bug1664115 - copied unchanged from r548266, head/www/firefox/files/patch-bug1664115 Modified: branches/2020Q3/www/firefox/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/firefox/Makefile ============================================================================== --- branches/2020Q3/www/firefox/Makefile Sat Sep 12 00:40:17 2020 (r548273) +++ branches/2020Q3/www/firefox/Makefile Sat Sep 12 00:42:21 2020 (r548274) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 80.0.1 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Copied: branches/2020Q3/www/firefox/files/patch-bug1664115 (from r548266, head/www/firefox/files/patch-bug1664115) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/www/firefox/files/patch-bug1664115 Sat Sep 12 00:42:21 2020 (r548274, copy of r548266, head/www/firefox/files/patch-bug1664115) @@ -0,0 +1,82 @@ +Revert bug 1647717 to workaround the issue of occational tab crashing when +using any cubeb backends other than pulse-rust to play media. The loss of +such change will be that users will not be able to do profiling on threads +created by libcubeb. + +diff --git dom/media/AudioStream.cpp dom/media/AudioStream.cpp +index 1b62a26ab32b2..35c61f612bf72 100644 +--- dom/media/AudioStream.cpp ++++ dom/media/AudioStream.cpp +@@ -25,7 +25,6 @@ + #endif + #include "Tracing.h" + #include "webaudio/blink/DenormalDisabler.h" +-#include "AudioThreadRegistry.h" + + // Use abort() instead of exception in SoundTouch. + #define ST_NO_EXCEPTION_HANDLING 1 +@@ -138,9 +137,7 @@ + mTimeStretcher(nullptr), + mState(INITIALIZED), + mDataSource(aSource), +- mPrefillQuirk(false), +- mAudioThreadId(0), +- mSandboxed(CubebUtils::SandboxEnabled()) { ++ mPrefillQuirk(false) { + #if defined(XP_WIN) + if (XRE_IsContentProcess()) { + audio::AudioNotificationReceiver::Register(this); +@@ -587,21 +584,7 @@ + aWriter.Available()); + } + +-bool AudioStream::CheckThreadIdChanged() { +-#ifdef MOZ_GECKO_PROFILER +- auto id = profiler_current_thread_id(); +- if (id != mAudioThreadId) { +- mAudioThreadId = id; +- return true; +- } +-#endif +- return false; +-} +- + long AudioStream::DataCallback(void* aBuffer, long aFrames) { +- if (!mSandboxed && CheckThreadIdChanged()) { +- CubebUtils::GetAudioThreadRegistry()->Register(mAudioThreadId); +- } + WebCore::DenormalDisabler disabler; + + TRACE_AUDIO_CALLBACK_BUDGET(aFrames, mAudioClock.GetInputRate()); +@@ -657,9 +640,6 @@ + mDumpFile.Write(static_cast(aBuffer), + aFrames * mOutChannels); + +- if (!mSandboxed && writer.Available() != 0) { +- CubebUtils::GetAudioThreadRegistry()->Unregister(mAudioThreadId); +- } + return aFrames - writer.Available(); + } + +diff --git dom/media/AudioStream.h dom/media/AudioStream.h +index 933e4cb3bfdb5..5d2181e632af9 100644 +--- dom/media/AudioStream.h ++++ dom/media/AudioStream.h +@@ -304,7 +304,6 @@ + + template + int InvokeCubeb(Function aFunction, Args&&... aArgs); +- bool CheckThreadIdChanged(); + + // The monitor is held to protect all access to member variables. + Monitor mMonitor; +@@ -338,9 +337,6 @@ + // the default device is used. It is set + // during the Init() in decoder thread. + RefPtr mSinkInfo; +- /* Contains the id of the audio thread, from profiler_get_thread_id. */ +- std::atomic mAudioThreadId; +- const bool mSandboxed = false; + }; + + } // namespace mozilla From owner-svn-ports-branches@freebsd.org Sat Sep 12 00:42: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 ABF193EB681; Sat, 12 Sep 2020 00:42:52 +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 4BpDP849T6z463w; Sat, 12 Sep 2020 00:42:52 +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 70D68CA36; Sat, 12 Sep 2020 00:42:52 +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 08C0gqqS079398; Sat, 12 Sep 2020 00:42:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08C0gq8k079396; Sat, 12 Sep 2020 00:42:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202009120042.08C0gq8k079396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 12 Sep 2020 00:42:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548275 - branches/2020Q3/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q3/emulators/citra X-SVN-Commit-Revision: 548275 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, 12 Sep 2020 00:42:52 -0000 Author: jbeich Date: Sat Sep 12 00:42:51 2020 New Revision: 548275 URL: https://svnweb.freebsd.org/changeset/ports/548275 Log: MFH: r548270 emulators/citra: update to s20200910 Changes: https://github.com/citra-emu/citra/compare/6a77547bd...df9e230d6 Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2020Q3/emulators/citra/Makefile branches/2020Q3/emulators/citra/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/emulators/citra/Makefile ============================================================================== --- branches/2020Q3/emulators/citra/Makefile Sat Sep 12 00:42:21 2020 (r548274) +++ branches/2020Q3/emulators/citra/Makefile Sat Sep 12 00:42:51 2020 (r548275) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20200902 +PORTVERSION= s20200910 PORTREVISION?= 0 CATEGORIES= emulators @@ -21,7 +21,7 @@ LICENSE_FILE_OpenSSL= ${WRKSRC}/externals/libressl/COP USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 6a77547bd +GH_TAGNAME= df9e230d6 GH_TUPLE= citra-emu:ext-boost:36603a1:boost/externals/boost \ citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ Modified: branches/2020Q3/emulators/citra/distinfo ============================================================================== --- branches/2020Q3/emulators/citra/distinfo Sat Sep 12 00:42:21 2020 (r548274) +++ branches/2020Q3/emulators/citra/distinfo Sat Sep 12 00:42:51 2020 (r548275) @@ -1,6 +1,6 @@ -TIMESTAMP = 1599084263 -SHA256 (citra-emu-citra-s20200902-6a77547bd_GH0.tar.gz) = fc6e5f50a364954c5de960e0e0806c7687941ef9e7e0f5a3e0af3e7c4cb746f8 -SIZE (citra-emu-citra-s20200902-6a77547bd_GH0.tar.gz) = 5284903 +TIMESTAMP = 1599749278 +SHA256 (citra-emu-citra-s20200910-df9e230d6_GH0.tar.gz) = 8877debe194b21d93ec6d61a3dadf378c09570434d16b67cfdec7578ed60b2de +SIZE (citra-emu-citra-s20200910-df9e230d6_GH0.tar.gz) = 5280152 SHA256 (citra-emu-ext-boost-36603a1_GH0.tar.gz) = a1885cf0f7b1c790f8a83e963fec591bad1232e6b824e64d8db136920ec1b67d SIZE (citra-emu-ext-boost-36603a1_GH0.tar.gz) = 2351603 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 From owner-svn-ports-branches@freebsd.org Sat Sep 12 01:59: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 2E7DA3EE2B3; Sat, 12 Sep 2020 01:59:19 +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 4BpG5M0DRQz4CfV; Sat, 12 Sep 2020 01:59:19 +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 DF421D907; Sat, 12 Sep 2020 01:59:18 +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 08C1xIJd022900; Sat, 12 Sep 2020 01:59:18 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08C1xIxZ022899; Sat, 12 Sep 2020 01:59:18 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202009120159.08C1xIxZ022899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 12 Sep 2020 01:59:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548277 - branches/2020Q3/security/py-bcrypt X-SVN-Group: ports-branches X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: branches/2020Q3/security/py-bcrypt X-SVN-Commit-Revision: 548277 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, 12 Sep 2020 01:59:19 -0000 Author: dbaio Date: Sat Sep 12 01:59:18 2020 New Revision: 548277 URL: https://svnweb.freebsd.org/changeset/ports/548277 Log: MFH: r548276 security/py-bcrypt: Fix runtime dependencies PR: 249235 Reported by: Andrew Fyfe Approved by: ports-secteam (blanket: runtime fix) Modified: branches/2020Q3/security/py-bcrypt/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/security/py-bcrypt/Makefile ============================================================================== --- branches/2020Q3/security/py-bcrypt/Makefile Sat Sep 12 01:56:07 2020 (r548276) +++ branches/2020Q3/security/py-bcrypt/Makefile Sat Sep 12 01:59:18 2020 (r548277) @@ -3,6 +3,7 @@ PORTNAME= bcrypt PORTVERSION= 3.1.7 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.2.1:devel/py-pytest@${PY_FLAVOR} From owner-svn-ports-branches@freebsd.org Sat Sep 12 07:13: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 3FC143F6493; Sat, 12 Sep 2020 07:13:46 +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 4BpP4B0xJFz4W99; Sat, 12 Sep 2020 07:13:46 +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 0357A113CF; Sat, 12 Sep 2020 07:13:46 +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 08C7Djb2020297; Sat, 12 Sep 2020 07:13:45 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08C7Djna020294; Sat, 12 Sep 2020 07:13:45 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202009120713.08C7Djna020294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 12 Sep 2020 07:13:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548292 - branches/2020Q3/lang/python35 X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2020Q3/lang/python35 X-SVN-Commit-Revision: 548292 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, 12 Sep 2020 07:13:46 -0000 Author: lwhsu Date: Sat Sep 12 07:13:45 2020 New Revision: 548292 URL: https://svnweb.freebsd.org/changeset/ports/548292 Log: MFH: r548286 lang/python35: Update to 3.5.10 ChangeLog: https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-10 PR: 249187 Approved by: ports-secteam (joneum) Modified: branches/2020Q3/lang/python35/Makefile branches/2020Q3/lang/python35/Makefile.version branches/2020Q3/lang/python35/distinfo branches/2020Q3/lang/python35/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/lang/python35/Makefile ============================================================================== --- branches/2020Q3/lang/python35/Makefile Sat Sep 12 06:22:29 2020 (r548291) +++ branches/2020Q3/lang/python35/Makefile Sat Sep 12 07:13:45 2020 (r548292) @@ -3,8 +3,8 @@ PORTNAME= python PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 5 CATEGORIES= lang python +CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} DISTNAME= Python-${PORTVERSION} @@ -12,9 +12,7 @@ DIST_SUBDIR= python # Resolve sinpi name clash with libm (IEEE-754 violation) PATCH_SITES= https://github.com/python/cpython/commit/ -PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 \ - 37fe316479e0b6906a74b0c0a5e495c55037fdfd.patch:-p1 \ - 09d8172837b6985c4ad90ee025f6b5a554a9f0ac.patch:-p1 +PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language Modified: branches/2020Q3/lang/python35/Makefile.version ============================================================================== --- branches/2020Q3/lang/python35/Makefile.version Sat Sep 12 06:22:29 2020 (r548291) +++ branches/2020Q3/lang/python35/Makefile.version Sat Sep 12 07:13:45 2020 (r548292) @@ -3,4 +3,4 @@ # Do not forget to update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" -PYTHON_PORTVERSION= 3.5.9 +PYTHON_PORTVERSION= 3.5.10 Modified: branches/2020Q3/lang/python35/distinfo ============================================================================== --- branches/2020Q3/lang/python35/distinfo Sat Sep 12 06:22:29 2020 (r548291) +++ branches/2020Q3/lang/python35/distinfo Sat Sep 12 07:13:45 2020 (r548292) @@ -1,9 +1,5 @@ -TIMESTAMP = 1592656701 -SHA256 (python/Python-3.5.9.tar.xz) = c24a37c63a67f53bdd09c5f287b5cff8e8b98f857bf348c577d454d3f74db049 -SIZE (python/Python-3.5.9.tar.xz) = 15388876 +TIMESTAMP = 1599542846 +SHA256 (python/Python-3.5.10.tar.xz) = 0f0fa8685c1dc1f1dacb0b4e7779796b90aef99dc1fa4967a71b9da7b57d4a28 +SIZE (python/Python-3.5.10.tar.xz) = 15385904 SHA256 (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 44340896504b297bbab06db0bb0a71ddf9f25bbe02ab3dcdfeec2772c957b69f SIZE (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 2542 -SHA256 (python/37fe316479e0b6906a74b0c0a5e495c55037fdfd.patch) = b576605d75b265b25cebe7ad166bacce417bfc68fa7cdc0902026b5eb7e4df26 -SIZE (python/37fe316479e0b6906a74b0c0a5e495c55037fdfd.patch) = 10880 -SHA256 (python/09d8172837b6985c4ad90ee025f6b5a554a9f0ac.patch) = 5780700c549f81323cf07d6637584c3bbca45afa84b3e9febbba54db07544ccf -SIZE (python/09d8172837b6985c4ad90ee025f6b5a554a9f0ac.patch) = 6643 Modified: branches/2020Q3/lang/python35/pkg-plist ============================================================================== --- branches/2020Q3/lang/python35/pkg-plist Sat Sep 12 06:22:29 2020 (r548291) +++ branches/2020Q3/lang/python35/pkg-plist Sat Sep 12 07:13:45 2020 (r548292) @@ -4832,7 +4832,6 @@ lib/python%%XYDOT%%/test/decimaltestdata/testall.decTe lib/python%%XYDOT%%/test/decimaltestdata/tointegral.decTest lib/python%%XYDOT%%/test/decimaltestdata/tointegralx.decTest lib/python%%XYDOT%%/test/decimaltestdata/xor.decTest -lib/python%%XYDOT%%/test/dh1024.pem lib/python%%XYDOT%%/test/dis_module.py lib/python%%XYDOT%%/test/doctest_aliases.py lib/python%%XYDOT%%/test/double_const.py @@ -4854,6 +4853,7 @@ lib/python%%XYDOT%%/test/encoded_modules/__pycache__/m lib/python%%XYDOT%%/test/encoded_modules/module_iso_8859_1.py lib/python%%XYDOT%%/test/encoded_modules/module_koi8_r.py lib/python%%XYDOT%%/test/exception_hierarchy.txt +lib/python%%XYDOT%%/test/ffdh3072.pem lib/python%%XYDOT%%/test/final_a.py lib/python%%XYDOT%%/test/final_b.py lib/python%%XYDOT%%/test/floating_points.txt @@ -4914,6 +4914,7 @@ lib/python%%XYDOT%%/test/randv2_32.pck lib/python%%XYDOT%%/test/randv2_64.pck lib/python%%XYDOT%%/test/randv3.pck lib/python%%XYDOT%%/test/re_tests.py +lib/python%%XYDOT%%/test/recursion.tar lib/python%%XYDOT%%/test/regrtest.py lib/python%%XYDOT%%/test/relimport.py lib/python%%XYDOT%%/test/reperf.py From owner-svn-ports-branches@freebsd.org Sat Sep 12 15:18: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 E95443DAA7C; Sat, 12 Sep 2020 15:18:46 +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 4Bpbqp5vkzz45ds; Sat, 12 Sep 2020 15:18:46 +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 ADB7816EDD; Sat, 12 Sep 2020 15:18:46 +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 08CFIkpB024501; Sat, 12 Sep 2020 15:18:46 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08CFIkMT024499; Sat, 12 Sep 2020 15:18:46 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202009121518.08CFIkMT024499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 12 Sep 2020 15:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548377 - branches/2020Q3/net/pecl-oauth2 X-SVN-Group: ports-branches X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: branches/2020Q3/net/pecl-oauth2 X-SVN-Commit-Revision: 548377 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, 12 Sep 2020 15:18:47 -0000 Author: dbaio Date: Sat Sep 12 15:18:45 2020 New Revision: 548377 URL: https://svnweb.freebsd.org/changeset/ports/548377 Log: MFH: r548376 net/pecl-oauth2: Update to 2.0.6 Changelog: https://pecl.php.net/package-changelog.php?package=oauth&release=2.0.6 Approved by: ports-secteam (blanket: bugfix release) Modified: branches/2020Q3/net/pecl-oauth2/Makefile branches/2020Q3/net/pecl-oauth2/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/net/pecl-oauth2/Makefile ============================================================================== --- branches/2020Q3/net/pecl-oauth2/Makefile Sat Sep 12 15:16:47 2020 (r548376) +++ branches/2020Q3/net/pecl-oauth2/Makefile Sat Sep 12 15:18:45 2020 (r548377) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oauth -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= net pear MAINTAINER= dbaio@FreeBSD.org Modified: branches/2020Q3/net/pecl-oauth2/distinfo ============================================================================== --- branches/2020Q3/net/pecl-oauth2/distinfo Sat Sep 12 15:16:47 2020 (r548376) +++ branches/2020Q3/net/pecl-oauth2/distinfo Sat Sep 12 15:18:45 2020 (r548377) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581374473 -SHA256 (PECL/oauth-2.0.5.tgz) = c3fdd6ff8e6912832409beab58f2817ece83a6806c79f2f7b1707c98d595e0a7 -SIZE (PECL/oauth-2.0.5.tgz) = 49641 +TIMESTAMP = 1599919154 +SHA256 (PECL/oauth-2.0.6.tgz) = 3b131695abb089105ce09cc85b2287895f79f5e26bee30971b1076f92863a0e6 +SIZE (PECL/oauth-2.0.6.tgz) = 78706 From owner-svn-ports-branches@freebsd.org Sat Sep 12 18:02:54 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 80E703DEC09; Sat, 12 Sep 2020 18:02:54 +0000 (UTC) (envelope-from gjb@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 4BpgTB2YX8z4J34; Sat, 12 Sep 2020 18:02:54 +0000 (UTC) (envelope-from gjb@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 2142A19097; Sat, 12 Sep 2020 18:02:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08CI2s5a029776; Sat, 12 Sep 2020 18:02:54 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08CI2qGq029767; Sat, 12 Sep 2020 18:02:52 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <202009121802.08CI2qGq029767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Sat, 12 Sep 2020 18:02:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548389 - in branches/2020Q3/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Group: ports-branches X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in branches/2020Q3/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Commit-Revision: 548389 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, 12 Sep 2020 18:02:54 -0000 Author: gjb Date: Sat Sep 12 18:02:51 2020 New Revision: 548389 URL: https://svnweb.freebsd.org/changeset/ports/548389 Log: MFH: r548388 Add MANIFEST files for 12.2-BETA1. Approved by: portmgr (implicit, re blanket) Sponsored by: Rubicon Communications, LLC (netgate.com) Added: branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.2-BETA1 - copied unchanged from r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.2-BETA1 branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.2-BETA1 - copied unchanged from r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.2-BETA1 branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.2-BETA1 - copied unchanged from r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.2-BETA1 branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.2-BETA1 - copied unchanged from r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.2-BETA1 branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.2-BETA1 - copied unchanged from r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.2-BETA1 branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.2-BETA1 - copied unchanged from r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.2-BETA1 branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.2-BETA1 - copied unchanged from r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.2-BETA1 Modified: branches/2020Q3/misc/freebsd-release-manifests/Makefile branches/2020Q3/misc/freebsd-release-manifests/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/misc/freebsd-release-manifests/Makefile ============================================================================== --- branches/2020Q3/misc/freebsd-release-manifests/Makefile Sat Sep 12 18:01:38 2020 (r548388) +++ branches/2020Q3/misc/freebsd-release-manifests/Makefile Sat Sep 12 18:02:51 2020 (r548389) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= freebsd-release-manifests -DISTVERSION= 20200616 +DISTVERSION= 20200912 PORTREVISION= 0 CATEGORIES= misc MASTER_SITES= # Copied: branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.2-BETA1 (from r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.2-BETA1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.2-BETA1 Sat Sep 12 18:02:51 2020 (r548389, copy of r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.2-BETA1) @@ -0,0 +1,9 @@ +base-dbg.txz c415c42f866b93168f7d303ee46d71d56011d19c76e8a7534cc837be747e75dc 1649 base_dbg "Base system (Debugging)" off +base.txz 70b7f9db438f3742a53155a72abb1c7793b2e3875a082117a3eeeb44bf50d924 26177 base "Base system (MANDATORY)" on +kernel-dbg.txz fa3f7ec2bcff48dfba6c5365600073b80b4684db27c0b986455f51a58bd46feb 893 kernel_dbg "Kernel (Debugging)" on +kernel.txz 3f2269d5b30ef65ab6ddcb5bf257950d688325b475d185f620eac1e7cc65e9af 907 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz f69e1eede6ff64aac3003e9aca39cc9337b0ee9ce3a861375c92983607f8fc6a 243 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 372410e17aa0c12c099b5e810fee79101950101fef88e305d07454a976babc9c 1009 lib32 "32-bit compatibility libraries" on +ports.txz 73f886420b3d656aa804f658abf38cc678df5b4a2a361ab83fb8ef9301577454 177248 ports "Ports tree" off +src.txz ee089bd392c8805667326dda4328134ddd60543262cd78d924875c167e8f8e0c 89205 src "System source tree" off +tests.txz ae7e941d99dc0a455678b8d73502862fc868d38af76c0259d5a0210fbe0da735 6075 tests "Test suite" off Copied: branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.2-BETA1 (from r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.2-BETA1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.2-BETA1 Sat Sep 12 18:02:51 2020 (r548389, copy of r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.2-BETA1) @@ -0,0 +1,7 @@ +base-dbg.txz 6a91aa0e599cb94b7fb41e0efbcbeaf7775e643196136b89dd1697f6b733bc4d 1618 base_dbg "Base system (Debugging)" off +base.txz 60eb38568826c28d593241fce7dd30bb56b07a617cc9177d576b1b337704c409 25849 base "Base system (MANDATORY)" on +kernel-dbg.txz ac9798fa4db5a5cb64748e960daff3da5fdd6a676fcb16bad176e1eef0901b5b 626 kernel_dbg "Kernel (Debugging)" on +kernel.txz da8a98dc6588c0df5ee335606050c01b06c4c296ca686bdab607dc57c642b5b4 666 kernel "Kernel (MANDATORY)" on +ports.txz 73f886420b3d656aa804f658abf38cc678df5b4a2a361ab83fb8ef9301577454 177248 ports "Ports tree" off +src.txz ee089bd392c8805667326dda4328134ddd60543262cd78d924875c167e8f8e0c 89205 src "System source tree" off +tests.txz 53c0f206a35a91d7017f8500bbe58d8a928485a1600159f7073c2f41f2a43f73 6069 tests "Test suite" off Copied: branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.2-BETA1 (from r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.2-BETA1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.2-BETA1 Sat Sep 12 18:02:51 2020 (r548389, copy of r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.2-BETA1) @@ -0,0 +1,7 @@ +base-dbg.txz f5592fd55f6e97febc885f9275e19b7015bd21be8b18a4b68eff7d2e7d62dcb6 1647 base_dbg "Base system (Debugging)" off +base.txz e5834bd69b03fe6eddb6ddc94d474a33c44492701df06c7e8da3e6b7f8c81924 26168 base "Base system (MANDATORY)" on +kernel-dbg.txz 84f286529fe260abac63e2b8fd21e044d3ac03ec9786952f6a43670cc0ad2ce8 886 kernel_dbg "Kernel (Debugging)" on +kernel.txz ea17a25c137e5a68cde63e45d62902e862682fdf5fb747ccaffe3188dc2ae8da 899 kernel "Kernel (MANDATORY)" on +ports.txz 73f886420b3d656aa804f658abf38cc678df5b4a2a361ab83fb8ef9301577454 177248 ports "Ports tree" off +src.txz ee089bd392c8805667326dda4328134ddd60543262cd78d924875c167e8f8e0c 89205 src "System source tree" off +tests.txz f2a31bfd6f6d51b96a3d7d31375b3f08e27a8037b037c841623334ba0efc6855 6075 tests "Test suite" off Copied: branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.2-BETA1 (from r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.2-BETA1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.2-BETA1 Sat Sep 12 18:02:51 2020 (r548389, copy of r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.2-BETA1) @@ -0,0 +1,7 @@ +base-dbg.txz 714de91a4baeb723d5371d4b6b3eb87324759c6715d111a46ed9da287d4d1bec 1604 base_dbg "Base system (Debugging)" off +base.txz f072c18011a9da9caf1ebcde099e428ba3750d2156746cd387a53cd0bae0187e 25847 base "Base system (MANDATORY)" on +kernel-dbg.txz 2541a47649212d552d1b61955d9e6702dcb50d251dfce5d58f43ccd43e949df2 609 kernel_dbg "Kernel (Debugging)" on +kernel.txz 82cb6910a4bbabfa8bf00bb3584595065d5d975192bc274f0387452f6a421b22 623 kernel "Kernel (MANDATORY)" on +ports.txz 73f886420b3d656aa804f658abf38cc678df5b4a2a361ab83fb8ef9301577454 177248 ports "Ports tree" off +src.txz ee089bd392c8805667326dda4328134ddd60543262cd78d924875c167e8f8e0c 89205 src "System source tree" off +tests.txz 95d4f35017972fa1b33977c716cf4ffee10dd696cbd1773566696ad640108815 5951 tests "Test suite" off Copied: branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.2-BETA1 (from r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.2-BETA1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.2-BETA1 Sat Sep 12 18:02:51 2020 (r548389, copy of r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.2-BETA1) @@ -0,0 +1,9 @@ +base-dbg.txz dd1297a7470e3352722de9677de915e4f031a08b321b86281e90edbe4f727c00 1612 base_dbg "Base system (Debugging)" off +base.txz 6f2eadf6e1ffaa0f1fecb1fb9c12bb0ee698ec08d39ad59e96f549f8e0f9837b 25875 base "Base system (MANDATORY)" on +kernel-dbg.txz 42051c08075a3d4909d7081a06c3884add33fa3227d2d3a1751f9b68ae12ae84 706 kernel_dbg "Kernel (Debugging)" on +kernel.txz ef548f72c82bea6e83a09ab2364734800790237d5b5855d4617d4dcdccf8a470 720 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 3e9f7968096bab9216faf3c6bc46f24667fdbf13a8c29a25a4a6cf58b23978dd 234 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz f49bcb2b305a648b7973d2f3c60dec5932795b4112ac2621f3d3e890d59cf267 970 lib32 "32-bit compatibility libraries" on +ports.txz 73f886420b3d656aa804f658abf38cc678df5b4a2a361ab83fb8ef9301577454 177248 ports "Ports tree" off +src.txz ee089bd392c8805667326dda4328134ddd60543262cd78d924875c167e8f8e0c 89205 src "System source tree" off +tests.txz a40f440fafe0b9b309ac98b1e5e59d5179602aabf0701e689ea428b6f3c700a6 5954 tests "Test suite" off Copied: branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.2-BETA1 (from r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.2-BETA1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.2-BETA1 Sat Sep 12 18:02:51 2020 (r548389, copy of r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.2-BETA1) @@ -0,0 +1,7 @@ +base-dbg.txz cac587749f78b140ad61ca1e9963279e514c247b75e2e40fc27819a08d2c69e8 1603 base_dbg "Base system (Debugging)" off +base.txz bff1f5bafa9ad65ad73b5cc681483b55e5bf9359a72662069e93eeb58d095f15 25842 base "Base system (MANDATORY)" on +kernel-dbg.txz 4c11ac6b3683efdb36bea285bc894ad90e048f17a1f6bbb81a4c12114e2eeb5d 610 kernel_dbg "Kernel (Debugging)" on +kernel.txz 4bf8065cccdd9902b12ce751b077434cf2171e9cb32e6f594f2f1f4b960e7f27 624 kernel "Kernel (MANDATORY)" on +ports.txz 73f886420b3d656aa804f658abf38cc678df5b4a2a361ab83fb8ef9301577454 177248 ports "Ports tree" off +src.txz ee089bd392c8805667326dda4328134ddd60543262cd78d924875c167e8f8e0c 89205 src "System source tree" off +tests.txz 4f1ca111bbd27c7c6b27af6d6e4b04334df38cb635ccb8af0842d968c2de99a1 5951 tests "Test suite" off Copied: branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.2-BETA1 (from r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.2-BETA1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.2-BETA1 Sat Sep 12 18:02:51 2020 (r548389, copy of r548388, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.2-BETA1) @@ -0,0 +1,7 @@ +base-dbg.txz 0aa90e51bc286f4af3730e70048c685713abde74a1add16f23a5da7635ed4ce8 1603 base_dbg "Base system (Debugging)" off +base.txz 2ac74269c2772826259feca38abd6179bf71619afbc89a1b197050f489656904 25780 base "Base system (MANDATORY)" on +kernel-dbg.txz 9a19440dd5243ab0c939570b81f5f98fd83afa1581ecd2c20bed51085629adbc 592 kernel_dbg "Kernel (Debugging)" on +kernel.txz da095a748bd5fd9a80b46308c953c5cfaea7d2feec5f197640f164b2819b18b9 604 kernel "Kernel (MANDATORY)" on +ports.txz 73f886420b3d656aa804f658abf38cc678df5b4a2a361ab83fb8ef9301577454 177248 ports "Ports tree" off +src.txz ee089bd392c8805667326dda4328134ddd60543262cd78d924875c167e8f8e0c 89205 src "System source tree" off +tests.txz dd52c1cea5e7fec59bab46a7bb11770b33d7dfa2d6f3a002754220a431e8a01c 5947 tests "Test suite" off Modified: branches/2020Q3/misc/freebsd-release-manifests/pkg-plist ============================================================================== --- branches/2020Q3/misc/freebsd-release-manifests/pkg-plist Sat Sep 12 18:01:38 2020 (r548388) +++ branches/2020Q3/misc/freebsd-release-manifests/pkg-plist Sat Sep 12 18:02:51 2020 (r548389) @@ -94,3 +94,10 @@ %%DATADIR%%/MANIFESTS/powerpc-powerpc-11.4-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpc64-11.4-RELEASE %%DATADIR%%/MANIFESTS/sparc64-sparc64-11.4-RELEASE +%%DATADIR%%/MANIFESTS/amd64-amd64-12.2-BETA1 +%%DATADIR%%/MANIFESTS/arm64-aarch64-12.2-BETA1 +%%DATADIR%%/MANIFESTS/i386-i386-12.2-BETA1 +%%DATADIR%%/MANIFESTS/powerpc-powerpc-12.2-BETA1 +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-12.2-BETA1 +%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-12.2-BETA1 +%%DATADIR%%/MANIFESTS/sparc64-sparc64-12.2-BETA1 From owner-svn-ports-branches@freebsd.org Sat Sep 12 21:03: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 76C193E2E99; Sat, 12 Sep 2020 21:03:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 4BplTR2tWYz4WKx; Sat, 12 Sep 2020 21:03:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 461BA1B1E7; Sat, 12 Sep 2020 21:03:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08CL3NNf043927; Sat, 12 Sep 2020 21:03:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08CL3ITU043901; Sat, 12 Sep 2020 21:03:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009122103.08CL3ITU043901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 12 Sep 2020 21:03:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548421 - in branches/2020Q3: databases/rubygem-activemodel52 databases/rubygem-activerecord52 devel/rubygem-actionview52 devel/rubygem-activejob52 devel/rubygem-activesupport52 mail/ru... X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in branches/2020Q3: databases/rubygem-activemodel52 databases/rubygem-activerecord52 devel/rubygem-actionview52 devel/rubygem-activejob52 devel/rubygem-activesupport52 mail/rubygem-actionmailer52 net/... X-SVN-Commit-Revision: 548421 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, 12 Sep 2020 21:03:23 -0000 Author: sunpoet Date: Sat Sep 12 21:03:18 2020 New Revision: 548421 URL: https://svnweb.freebsd.org/changeset/ports/548421 Log: MFH: r548329 r548330 r548331 r548332 r548333 r548334 r548335 r548336 r548337 r548338 r548339 r548353 Update to 5.2.4.4 Changes: https://github.com/rails/rails/blob/5-2-stable/activemodel/CHANGELOG.md Update to 5.2.4.4 Changes: https://github.com/rails/rails/blob/5-2-stable/activerecord/CHANGELOG.md Update to 5.2.4.4 Changes: https://github.com/rails/rails/blob/5-2-stable/actionview/CHANGELOG.md Security: 7b630362-f468-11ea-a96c-08002728f74c Update to 5.2.4.4 Changes: https://github.com/rails/rails/blob/5-2-stable/activejob/CHANGELOG.md Update to 5.2.4.4 Changes: https://github.com/rails/rails/blob/5-2-stable/activesupport/CHANGELOG.md Update to 5.2.4.4 Changes: https://github.com/rails/rails/blob/5-2-stable/actionmailer/CHANGELOG.md Update to 5.2.4.4 Changes: https://github.com/rails/rails/blob/5-2-stable/activestorage/CHANGELOG.md Update to 5.2.4.4 Changes: https://github.com/rails/rails/blob/5-2-stable/actioncable/CHANGELOG.md Update to 5.2.4.4 Changes: https://github.com/rails/rails/blob/5-2-stable/actionpack/CHANGELOG.md Update to 5.2.4.4 Changes: https://github.com/rails/rails/releases Update to 5.2.4.4 Changes: https://github.com/rails/rails/blob/5-2-stable/railties/CHANGELOG.md Fix Gemfile for rubygem-rails52 5.2.4.4 update - Update RUN_DEPENDS to match Gemfile - Bump PORTREVISION for package change Approved by: ports-secteam (fluffy) Modified: branches/2020Q3/databases/rubygem-activemodel52/Makefile branches/2020Q3/databases/rubygem-activemodel52/distinfo branches/2020Q3/databases/rubygem-activerecord52/Makefile branches/2020Q3/databases/rubygem-activerecord52/distinfo branches/2020Q3/devel/rubygem-actionview52/Makefile branches/2020Q3/devel/rubygem-actionview52/distinfo branches/2020Q3/devel/rubygem-activejob52/Makefile branches/2020Q3/devel/rubygem-activejob52/distinfo branches/2020Q3/devel/rubygem-activesupport52/Makefile branches/2020Q3/devel/rubygem-activesupport52/distinfo branches/2020Q3/mail/rubygem-actionmailer52/Makefile branches/2020Q3/mail/rubygem-actionmailer52/distinfo branches/2020Q3/net/rubygem-activestorage52/Makefile branches/2020Q3/net/rubygem-activestorage52/distinfo branches/2020Q3/www/redmine4/Makefile branches/2020Q3/www/redmine4/files/patch-Gemfile branches/2020Q3/www/rubygem-actioncable52/Makefile branches/2020Q3/www/rubygem-actioncable52/distinfo branches/2020Q3/www/rubygem-actionpack52/Makefile branches/2020Q3/www/rubygem-actionpack52/distinfo branches/2020Q3/www/rubygem-rails52/Makefile branches/2020Q3/www/rubygem-rails52/distinfo branches/2020Q3/www/rubygem-railties52/Makefile branches/2020Q3/www/rubygem-railties52/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/databases/rubygem-activemodel52/Makefile ============================================================================== --- branches/2020Q3/databases/rubygem-activemodel52/Makefile Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/databases/rubygem-activemodel52/Makefile Sat Sep 12 21:03:18 2020 (r548421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 5.2.4.3 +PORTVERSION= 5.2.4.4 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 52 Modified: branches/2020Q3/databases/rubygem-activemodel52/distinfo ============================================================================== --- branches/2020Q3/databases/rubygem-activemodel52/distinfo Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/databases/rubygem-activemodel52/distinfo Sat Sep 12 21:03:18 2020 (r548421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589908834 -SHA256 (rubygem/activemodel-5.2.4.3.gem) = 05618f058f01405e314baf7a8b7275d9837956053560cf2ffe6f05553a1b3e9c -SIZE (rubygem/activemodel-5.2.4.3.gem) = 56832 +TIMESTAMP = 1599729153 +SHA256 (rubygem/activemodel-5.2.4.4.gem) = 35fc79c7ca3bee4e4bc44bcf55fc5d9664024d8c3369918b64fdb606f6a1e9bc +SIZE (rubygem/activemodel-5.2.4.4.gem) = 56832 Modified: branches/2020Q3/databases/rubygem-activerecord52/Makefile ============================================================================== --- branches/2020Q3/databases/rubygem-activerecord52/Makefile Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/databases/rubygem-activerecord52/Makefile Sat Sep 12 21:03:18 2020 (r548421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 5.2.4.3 +PORTVERSION= 5.2.4.4 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 52 Modified: branches/2020Q3/databases/rubygem-activerecord52/distinfo ============================================================================== --- branches/2020Q3/databases/rubygem-activerecord52/distinfo Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/databases/rubygem-activerecord52/distinfo Sat Sep 12 21:03:18 2020 (r548421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589908836 -SHA256 (rubygem/activerecord-5.2.4.3.gem) = f887b6e85a4cffceb10f674d462e7fd54d02f80e2efe17cc508fd8fd350fc7e5 -SIZE (rubygem/activerecord-5.2.4.3.gem) = 358400 +TIMESTAMP = 1599729155 +SHA256 (rubygem/activerecord-5.2.4.4.gem) = 035cca4520738d55b5727bb316694e04a3746476912cb2cf339885a10aa26915 +SIZE (rubygem/activerecord-5.2.4.4.gem) = 358400 Modified: branches/2020Q3/devel/rubygem-actionview52/Makefile ============================================================================== --- branches/2020Q3/devel/rubygem-actionview52/Makefile Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/devel/rubygem-actionview52/Makefile Sat Sep 12 21:03:18 2020 (r548421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 5.2.4.3 +PORTVERSION= 5.2.4.4 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 52 Modified: branches/2020Q3/devel/rubygem-actionview52/distinfo ============================================================================== --- branches/2020Q3/devel/rubygem-actionview52/distinfo Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/devel/rubygem-actionview52/distinfo Sat Sep 12 21:03:18 2020 (r548421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589908838 -SHA256 (rubygem/actionview-5.2.4.3.gem) = d2b76cd9192b17b12bb6e781d1f647bc6825e8204a73e8a21f114f145986f453 -SIZE (rubygem/actionview-5.2.4.3.gem) = 162816 +TIMESTAMP = 1599729157 +SHA256 (rubygem/actionview-5.2.4.4.gem) = 864f94d2819650c7d91a1eda19da7b5dc8ad513d092117f088e6484cef7c0d4d +SIZE (rubygem/actionview-5.2.4.4.gem) = 163328 Modified: branches/2020Q3/devel/rubygem-activejob52/Makefile ============================================================================== --- branches/2020Q3/devel/rubygem-activejob52/Makefile Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/devel/rubygem-activejob52/Makefile Sat Sep 12 21:03:18 2020 (r548421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activejob -PORTVERSION= 5.2.4.3 +PORTVERSION= 5.2.4.4 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 52 Modified: branches/2020Q3/devel/rubygem-activejob52/distinfo ============================================================================== --- branches/2020Q3/devel/rubygem-activejob52/distinfo Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/devel/rubygem-activejob52/distinfo Sat Sep 12 21:03:18 2020 (r548421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589908840 -SHA256 (rubygem/activejob-5.2.4.3.gem) = 5586a4d76b1584143638b8edbfe44e367a411dc44b584d2cac13cda155145ee5 -SIZE (rubygem/activejob-5.2.4.3.gem) = 26112 +TIMESTAMP = 1599729159 +SHA256 (rubygem/activejob-5.2.4.4.gem) = 7b8a758572b3a49aa07a828ea7c06f3b38f5a97563b5cb6b4999851034f86270 +SIZE (rubygem/activejob-5.2.4.4.gem) = 26112 Modified: branches/2020Q3/devel/rubygem-activesupport52/Makefile ============================================================================== --- branches/2020Q3/devel/rubygem-activesupport52/Makefile Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/devel/rubygem-activesupport52/Makefile Sat Sep 12 21:03:18 2020 (r548421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 5.2.4.3 +PORTVERSION= 5.2.4.4 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 52 Modified: branches/2020Q3/devel/rubygem-activesupport52/distinfo ============================================================================== --- branches/2020Q3/devel/rubygem-activesupport52/distinfo Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/devel/rubygem-activesupport52/distinfo Sat Sep 12 21:03:18 2020 (r548421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589908842 -SHA256 (rubygem/activesupport-5.2.4.3.gem) = a6cfc0adf05a6466475f0214de64a955d84ad1daf5e4a1e4fd777b3e3257cd09 -SIZE (rubygem/activesupport-5.2.4.3.gem) = 381952 +TIMESTAMP = 1599729161 +SHA256 (rubygem/activesupport-5.2.4.4.gem) = 8d3ddc9b86431f4e2df3c641c2f534c4c244621e57a7efa4f98e94a38198f636 +SIZE (rubygem/activesupport-5.2.4.4.gem) = 381952 Modified: branches/2020Q3/mail/rubygem-actionmailer52/Makefile ============================================================================== --- branches/2020Q3/mail/rubygem-actionmailer52/Makefile Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/mail/rubygem-actionmailer52/Makefile Sat Sep 12 21:03:18 2020 (r548421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 5.2.4.3 +PORTVERSION= 5.2.4.4 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 52 Modified: branches/2020Q3/mail/rubygem-actionmailer52/distinfo ============================================================================== --- branches/2020Q3/mail/rubygem-actionmailer52/distinfo Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/mail/rubygem-actionmailer52/distinfo Sat Sep 12 21:03:18 2020 (r548421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589908844 -SHA256 (rubygem/actionmailer-5.2.4.3.gem) = 06720abe342f67b4cecceafaf8857349608c969e4c2aa201eaade481fe31bbbb -SIZE (rubygem/actionmailer-5.2.4.3.gem) = 29184 +TIMESTAMP = 1599729163 +SHA256 (rubygem/actionmailer-5.2.4.4.gem) = 1dd1f94f558727aa81e676e1da6161f68fee523cf0f0b3f181e8d05812a61ada +SIZE (rubygem/actionmailer-5.2.4.4.gem) = 29184 Modified: branches/2020Q3/net/rubygem-activestorage52/Makefile ============================================================================== --- branches/2020Q3/net/rubygem-activestorage52/Makefile Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/net/rubygem-activestorage52/Makefile Sat Sep 12 21:03:18 2020 (r548421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activestorage -PORTVERSION= 5.2.4.3 +PORTVERSION= 5.2.4.4 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 52 Modified: branches/2020Q3/net/rubygem-activestorage52/distinfo ============================================================================== --- branches/2020Q3/net/rubygem-activestorage52/distinfo Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/net/rubygem-activestorage52/distinfo Sat Sep 12 21:03:18 2020 (r548421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589908846 -SHA256 (rubygem/activestorage-5.2.4.3.gem) = ef221c552510a788305d5e71e453ad517c5f97370f21ae19c801cafa033c395f -SIZE (rubygem/activestorage-5.2.4.3.gem) = 44544 +TIMESTAMP = 1599729165 +SHA256 (rubygem/activestorage-5.2.4.4.gem) = 91b1c5fc1a6919d8b962c4712e9b89140ef1d7d11b34e043ea5c2c9c6e7af1fb +SIZE (rubygem/activestorage-5.2.4.4.gem) = 44544 Modified: branches/2020Q3/www/redmine4/Makefile ============================================================================== --- branches/2020Q3/www/redmine4/Makefile Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/www/redmine4/Makefile Sat Sep 12 21:03:18 2020 (r548421) @@ -3,7 +3,7 @@ PORTNAME= redmine PORTVERSION= 4.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://www.redmine.org/releases/ PKGNAMESUFFIX= 4 @@ -15,7 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING RUN_DEPENDS= rubygem-bundler>=1.5.0:sysutils/rubygem-bundler \ - rubygem-rails52>=5.2.4.3:www/rubygem-rails52 \ + rubygem-rails52>=5.2.4.4:www/rubygem-rails52 \ rubygem-rouge312>=3.12.0:textproc/rubygem-rouge312 \ rubygem-request_store14>=1.0.5:devel/rubygem-request_store14 \ rubygem-mini_mime>=1.0.1:mail/rubygem-mini_mime \ Modified: branches/2020Q3/www/redmine4/files/patch-Gemfile ============================================================================== --- branches/2020Q3/www/redmine4/files/patch-Gemfile Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/www/redmine4/files/patch-Gemfile Sat Sep 12 21:03:18 2020 (r548421) @@ -5,7 +5,7 @@ gem "bundler", ">= 1.5.0" -gem 'rails', '5.2.4.2' -+gem 'rails', '5.2.4.3' ++gem 'rails', '5.2.4.4' gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5' gem "rouge", "~> 3.12.0" gem "request_store", "~> 1.4.1" Modified: branches/2020Q3/www/rubygem-actioncable52/Makefile ============================================================================== --- branches/2020Q3/www/rubygem-actioncable52/Makefile Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/www/rubygem-actioncable52/Makefile Sat Sep 12 21:03:18 2020 (r548421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actioncable -PORTVERSION= 5.2.4.3 +PORTVERSION= 5.2.4.4 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 52 Modified: branches/2020Q3/www/rubygem-actioncable52/distinfo ============================================================================== --- branches/2020Q3/www/rubygem-actioncable52/distinfo Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/www/rubygem-actioncable52/distinfo Sat Sep 12 21:03:18 2020 (r548421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589908848 -SHA256 (rubygem/actioncable-5.2.4.3.gem) = 97c297c7371bd2b0e747dff6884c82e0039bb0e96b0654b1a8676d487cb3a026 -SIZE (rubygem/actioncable-5.2.4.3.gem) = 41472 +TIMESTAMP = 1599729167 +SHA256 (rubygem/actioncable-5.2.4.4.gem) = 79065562949de0f0c000d27b7a124c81938af284ce7ddee7db7ef4df76b7797b +SIZE (rubygem/actioncable-5.2.4.4.gem) = 41472 Modified: branches/2020Q3/www/rubygem-actionpack52/Makefile ============================================================================== --- branches/2020Q3/www/rubygem-actionpack52/Makefile Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/www/rubygem-actionpack52/Makefile Sat Sep 12 21:03:18 2020 (r548421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 5.2.4.3 +PORTVERSION= 5.2.4.4 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 52 Modified: branches/2020Q3/www/rubygem-actionpack52/distinfo ============================================================================== --- branches/2020Q3/www/rubygem-actionpack52/distinfo Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/www/rubygem-actionpack52/distinfo Sat Sep 12 21:03:18 2020 (r548421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589908850 -SHA256 (rubygem/actionpack-5.2.4.3.gem) = 2d55604a21f16fa23a5febc533c7e0f454cb6eb4d189f71978f805ba3ddb5283 -SIZE (rubygem/actionpack-5.2.4.3.gem) = 212992 +TIMESTAMP = 1599729169 +SHA256 (rubygem/actionpack-5.2.4.4.gem) = c042ee0abd9fa77d93aaab6945481c5592fba1f0718ced5d511b4aa8abef0f35 +SIZE (rubygem/actionpack-5.2.4.4.gem) = 212992 Modified: branches/2020Q3/www/rubygem-rails52/Makefile ============================================================================== --- branches/2020Q3/www/rubygem-rails52/Makefile Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/www/rubygem-rails52/Makefile Sat Sep 12 21:03:18 2020 (r548421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rails -PORTVERSION= 5.2.4.3 +PORTVERSION= 5.2.4.4 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 52 Modified: branches/2020Q3/www/rubygem-rails52/distinfo ============================================================================== --- branches/2020Q3/www/rubygem-rails52/distinfo Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/www/rubygem-rails52/distinfo Sat Sep 12 21:03:18 2020 (r548421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589908852 -SHA256 (rubygem/rails-5.2.4.3.gem) = f29c6b2dea33410c2988f17f42b69531871e3ba71b446558da46af045f7503fb -SIZE (rubygem/rails-5.2.4.3.gem) = 6656 +TIMESTAMP = 1599729171 +SHA256 (rubygem/rails-5.2.4.4.gem) = 005bdf45d254f7e315f157eb0ceff38584fb41b772234e889eccaea50b1caf2c +SIZE (rubygem/rails-5.2.4.4.gem) = 6656 Modified: branches/2020Q3/www/rubygem-railties52/Makefile ============================================================================== --- branches/2020Q3/www/rubygem-railties52/Makefile Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/www/rubygem-railties52/Makefile Sat Sep 12 21:03:18 2020 (r548421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 5.2.4.3 +PORTVERSION= 5.2.4.4 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 52 Modified: branches/2020Q3/www/rubygem-railties52/distinfo ============================================================================== --- branches/2020Q3/www/rubygem-railties52/distinfo Sat Sep 12 20:55:05 2020 (r548420) +++ branches/2020Q3/www/rubygem-railties52/distinfo Sat Sep 12 21:03:18 2020 (r548421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589908854 -SHA256 (rubygem/railties-5.2.4.3.gem) = 73896a2825e03eaac3b7ac0b65feb83f03587f9649c8f07a34f4aca4b83f7aee -SIZE (rubygem/railties-5.2.4.3.gem) = 236544 +TIMESTAMP = 1599729173 +SHA256 (rubygem/railties-5.2.4.4.gem) = a97fa149da8100cafffa99c2587a692696e62d39f894fbc174be3bb42b8f3321 +SIZE (rubygem/railties-5.2.4.4.gem) = 236544 From owner-svn-ports-branches@freebsd.org Sat Sep 12 21:10: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 2D8953E2E57; Sat, 12 Sep 2020 21:10:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 4Bpldr0mxkz4WGy; Sat, 12 Sep 2020 21:10:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1E6E1B392; Sat, 12 Sep 2020 21:10:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08CLAdap045816; Sat, 12 Sep 2020 21:10:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08CLAYSS045049; Sat, 12 Sep 2020 21:10:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009122110.08CLAYSS045049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 12 Sep 2020 21:10:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548422 - in branches/2020Q3: databases/rubygem-activemodel60 databases/rubygem-activerecord60 devel/rubygem-actionview60 devel/rubygem-activejob60 devel/rubygem-activesupport60 mail/ru... X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in branches/2020Q3: databases/rubygem-activemodel60 databases/rubygem-activerecord60 devel/rubygem-actionview60 devel/rubygem-activejob60 devel/rubygem-activesupport60 mail/rubygem-actionmailbox60 mai... X-SVN-Commit-Revision: 548422 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, 12 Sep 2020 21:10:40 -0000 Author: sunpoet Date: Sat Sep 12 21:10:33 2020 New Revision: 548422 URL: https://svnweb.freebsd.org/changeset/ports/548422 Log: MFH: r548340 r548341 r548342 r548343 r548344 r548345 r548346 r548347 r548348 r548349 r548350 r548351 r548352 Update to 6.0.3.3 Changes: https://github.com/rails/rails/blob/6-0-stable/activemodel/CHANGELOG.md Update to 6.0.3.3 Changes: https://github.com/rails/rails/blob/6-0-stable/activerecord/CHANGELOG.md Update to 6.0.3.3 Changes: https://github.com/rails/rails/blob/6-0-stable/actionview/CHANGELOG.md Security: 7b630362-f468-11ea-a96c-08002728f74c Update to 6.0.3.3 Changes: https://github.com/rails/rails/blob/6-0-stable/activejob/CHANGELOG.md Update to 6.0.3.3 Changes: https://github.com/rails/rails/blob/6-0-stable/activesupport/CHANGELOG.md Update to 6.0.3.3 Changes: https://github.com/rails/rails/blob/6-0-stable/actionmailbox/CHANGELOG.md Update to 6.0.3.3 Changes: https://github.com/rails/rails/blob/6-0-stable/actionmailer/CHANGELOG.md Update to 6.0.3.3 Changes: https://github.com/rails/rails/blob/6-0-stable/activestorage/CHANGELOG.md Update to 6.0.3.3 Changes: https://github.com/rails/rails/blob/6-0-stable/actiontext/CHANGELOG.md Update to 6.0.3.3 Changes: https://github.com/rails/rails/blob/6-0-stable/actioncable/CHANGELOG.md Update to 6.0.3.3 Changes: https://github.com/rails/rails/blob/6-0-stable/actionpack/CHANGELOG.md Update to 6.0.3.3 Changes: https://github.com/rails/rails/releases Update to 6.0.3.3 Changes: https://github.com/rails/rails/blob/6-0-stable/railties/CHANGELOG.md Approved by: ports-secteam (fluffy) Modified: branches/2020Q3/databases/rubygem-activemodel60/Makefile branches/2020Q3/databases/rubygem-activemodel60/distinfo branches/2020Q3/databases/rubygem-activerecord60/Makefile branches/2020Q3/databases/rubygem-activerecord60/distinfo branches/2020Q3/devel/rubygem-actionview60/Makefile branches/2020Q3/devel/rubygem-actionview60/distinfo branches/2020Q3/devel/rubygem-activejob60/Makefile branches/2020Q3/devel/rubygem-activejob60/distinfo branches/2020Q3/devel/rubygem-activesupport60/Makefile branches/2020Q3/devel/rubygem-activesupport60/distinfo branches/2020Q3/mail/rubygem-actionmailbox60/Makefile branches/2020Q3/mail/rubygem-actionmailbox60/distinfo branches/2020Q3/mail/rubygem-actionmailer60/Makefile branches/2020Q3/mail/rubygem-actionmailer60/distinfo branches/2020Q3/net/rubygem-activestorage60/Makefile branches/2020Q3/net/rubygem-activestorage60/distinfo branches/2020Q3/textproc/rubygem-actiontext60/Makefile branches/2020Q3/textproc/rubygem-actiontext60/distinfo branches/2020Q3/www/rubygem-actioncable60/Makefile branches/2020Q3/www/rubygem-actioncable60/distinfo branches/2020Q3/www/rubygem-actionpack60/Makefile branches/2020Q3/www/rubygem-actionpack60/distinfo branches/2020Q3/www/rubygem-rails60/Makefile branches/2020Q3/www/rubygem-rails60/distinfo branches/2020Q3/www/rubygem-railties60/Makefile branches/2020Q3/www/rubygem-railties60/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/databases/rubygem-activemodel60/Makefile ============================================================================== --- branches/2020Q3/databases/rubygem-activemodel60/Makefile Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/databases/rubygem-activemodel60/Makefile Sat Sep 12 21:10:33 2020 (r548422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activemodel -PORTVERSION= 6.0.3.2 +PORTVERSION= 6.0.3.3 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 Modified: branches/2020Q3/databases/rubygem-activemodel60/distinfo ============================================================================== --- branches/2020Q3/databases/rubygem-activemodel60/distinfo Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/databases/rubygem-activemodel60/distinfo Sat Sep 12 21:10:33 2020 (r548422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592835311 -SHA256 (rubygem/activemodel-6.0.3.2.gem) = 9bd16423a654719bd07d2bb90ddd5c53a227232886011526a7a819b24bf33a27 -SIZE (rubygem/activemodel-6.0.3.2.gem) = 58880 +TIMESTAMP = 1599729175 +SHA256 (rubygem/activemodel-6.0.3.3.gem) = a6e897f81e5909fa522ccf8f83be7ed3bba4020230eb33f20ec0af354da7d298 +SIZE (rubygem/activemodel-6.0.3.3.gem) = 58880 Modified: branches/2020Q3/databases/rubygem-activerecord60/Makefile ============================================================================== --- branches/2020Q3/databases/rubygem-activerecord60/Makefile Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/databases/rubygem-activerecord60/Makefile Sat Sep 12 21:10:33 2020 (r548422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activerecord -PORTVERSION= 6.0.3.2 +PORTVERSION= 6.0.3.3 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 Modified: branches/2020Q3/databases/rubygem-activerecord60/distinfo ============================================================================== --- branches/2020Q3/databases/rubygem-activerecord60/distinfo Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/databases/rubygem-activerecord60/distinfo Sat Sep 12 21:10:33 2020 (r548422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592835313 -SHA256 (rubygem/activerecord-6.0.3.2.gem) = a8962b919bf9a3f02f7ca7d64392e78071da820666220e941b70748aa102b4d1 -SIZE (rubygem/activerecord-6.0.3.2.gem) = 407552 +TIMESTAMP = 1599729177 +SHA256 (rubygem/activerecord-6.0.3.3.gem) = 67b5d5d64694ab4073c14a5c3a719adfc857ac9c63b1c52eccde346ab4264a78 +SIZE (rubygem/activerecord-6.0.3.3.gem) = 407552 Modified: branches/2020Q3/devel/rubygem-actionview60/Makefile ============================================================================== --- branches/2020Q3/devel/rubygem-actionview60/Makefile Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/devel/rubygem-actionview60/Makefile Sat Sep 12 21:10:33 2020 (r548422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 6.0.3.2 +PORTVERSION= 6.0.3.3 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 Modified: branches/2020Q3/devel/rubygem-actionview60/distinfo ============================================================================== --- branches/2020Q3/devel/rubygem-actionview60/distinfo Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/devel/rubygem-actionview60/distinfo Sat Sep 12 21:10:33 2020 (r548422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592835315 -SHA256 (rubygem/actionview-6.0.3.2.gem) = 1826e684a58464af9236c255e6fc18822206178e553b15f2454f87bf7ea9d87a -SIZE (rubygem/actionview-6.0.3.2.gem) = 169984 +TIMESTAMP = 1599729179 +SHA256 (rubygem/actionview-6.0.3.3.gem) = d88c6fbf3423977f8e39848b58dc6d563372796bcfb59f72c10170da9aacfb22 +SIZE (rubygem/actionview-6.0.3.3.gem) = 169984 Modified: branches/2020Q3/devel/rubygem-activejob60/Makefile ============================================================================== --- branches/2020Q3/devel/rubygem-activejob60/Makefile Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/devel/rubygem-activejob60/Makefile Sat Sep 12 21:10:33 2020 (r548422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activejob -PORTVERSION= 6.0.3.2 +PORTVERSION= 6.0.3.3 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 Modified: branches/2020Q3/devel/rubygem-activejob60/distinfo ============================================================================== --- branches/2020Q3/devel/rubygem-activejob60/distinfo Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/devel/rubygem-activejob60/distinfo Sat Sep 12 21:10:33 2020 (r548422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592835317 -SHA256 (rubygem/activejob-6.0.3.2.gem) = fd17c7ed8ed706763719d46c99b1178d6acdebe4a25a6edf2857f28114c164d2 -SIZE (rubygem/activejob-6.0.3.2.gem) = 31744 +TIMESTAMP = 1599729181 +SHA256 (rubygem/activejob-6.0.3.3.gem) = 5716cfeb76b22338663597a9b3c145ffc891988713a683ba523109c1f664a470 +SIZE (rubygem/activejob-6.0.3.3.gem) = 31744 Modified: branches/2020Q3/devel/rubygem-activesupport60/Makefile ============================================================================== --- branches/2020Q3/devel/rubygem-activesupport60/Makefile Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/devel/rubygem-activesupport60/Makefile Sat Sep 12 21:10:33 2020 (r548422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 6.0.3.2 +PORTVERSION= 6.0.3.3 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 Modified: branches/2020Q3/devel/rubygem-activesupport60/distinfo ============================================================================== --- branches/2020Q3/devel/rubygem-activesupport60/distinfo Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/devel/rubygem-activesupport60/distinfo Sat Sep 12 21:10:33 2020 (r548422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592835319 -SHA256 (rubygem/activesupport-6.0.3.2.gem) = d38b972756c88742872c4fe59cfac3dbd1a98bad455af10fb4cdf91f1126500b -SIZE (rubygem/activesupport-6.0.3.2.gem) = 214016 +TIMESTAMP = 1599729183 +SHA256 (rubygem/activesupport-6.0.3.3.gem) = 26cdbe509b247fb913975c72bb9a72db8c045272e6f9155408e0af66f7c2b3b6 +SIZE (rubygem/activesupport-6.0.3.3.gem) = 214016 Modified: branches/2020Q3/mail/rubygem-actionmailbox60/Makefile ============================================================================== --- branches/2020Q3/mail/rubygem-actionmailbox60/Makefile Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/mail/rubygem-actionmailbox60/Makefile Sat Sep 12 21:10:33 2020 (r548422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailbox -PORTVERSION= 6.0.3.2 +PORTVERSION= 6.0.3.3 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 Modified: branches/2020Q3/mail/rubygem-actionmailbox60/distinfo ============================================================================== --- branches/2020Q3/mail/rubygem-actionmailbox60/distinfo Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/mail/rubygem-actionmailbox60/distinfo Sat Sep 12 21:10:33 2020 (r548422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592835321 -SHA256 (rubygem/actionmailbox-6.0.3.2.gem) = ef864ed9c0829e3b459e29dd69c4c5ac9b0dd202e3433f8025d06acc15ff26b8 -SIZE (rubygem/actionmailbox-6.0.3.2.gem) = 20992 +TIMESTAMP = 1599729185 +SHA256 (rubygem/actionmailbox-6.0.3.3.gem) = 3c4a04e3cd5346c70d768785a60e5f2eb6359626605eb1478bd5d237ecedac6a +SIZE (rubygem/actionmailbox-6.0.3.3.gem) = 20992 Modified: branches/2020Q3/mail/rubygem-actionmailer60/Makefile ============================================================================== --- branches/2020Q3/mail/rubygem-actionmailer60/Makefile Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/mail/rubygem-actionmailer60/Makefile Sat Sep 12 21:10:33 2020 (r548422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 6.0.3.2 +PORTVERSION= 6.0.3.3 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 Modified: branches/2020Q3/mail/rubygem-actionmailer60/distinfo ============================================================================== --- branches/2020Q3/mail/rubygem-actionmailer60/distinfo Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/mail/rubygem-actionmailer60/distinfo Sat Sep 12 21:10:33 2020 (r548422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592835323 -SHA256 (rubygem/actionmailer-6.0.3.2.gem) = e0e554587f609cdef78c5d9de8ea290c296dd35cfbdf5a6a7cf401c4339b41fa -SIZE (rubygem/actionmailer-6.0.3.2.gem) = 30720 +TIMESTAMP = 1599729187 +SHA256 (rubygem/actionmailer-6.0.3.3.gem) = e57cbf751e99e7b9a3e20a224fbf19922c6086953a03acd3c31303eb5603f8ea +SIZE (rubygem/actionmailer-6.0.3.3.gem) = 30720 Modified: branches/2020Q3/net/rubygem-activestorage60/Makefile ============================================================================== --- branches/2020Q3/net/rubygem-activestorage60/Makefile Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/net/rubygem-activestorage60/Makefile Sat Sep 12 21:10:33 2020 (r548422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activestorage -PORTVERSION= 6.0.3.2 +PORTVERSION= 6.0.3.3 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 Modified: branches/2020Q3/net/rubygem-activestorage60/distinfo ============================================================================== --- branches/2020Q3/net/rubygem-activestorage60/distinfo Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/net/rubygem-activestorage60/distinfo Sat Sep 12 21:10:33 2020 (r548422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592835325 -SHA256 (rubygem/activestorage-6.0.3.2.gem) = 7873ebd91491fd63e4c2620b141f3fa9f209f57db3a1db6ed155eff2f96b8ef7 -SIZE (rubygem/activestorage-6.0.3.2.gem) = 50688 +TIMESTAMP = 1599729189 +SHA256 (rubygem/activestorage-6.0.3.3.gem) = 6150776988173b6740f469659528b15c5f9e23a947fb302b81a1a693f0946e5b +SIZE (rubygem/activestorage-6.0.3.3.gem) = 50688 Modified: branches/2020Q3/textproc/rubygem-actiontext60/Makefile ============================================================================== --- branches/2020Q3/textproc/rubygem-actiontext60/Makefile Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/textproc/rubygem-actiontext60/Makefile Sat Sep 12 21:10:33 2020 (r548422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actiontext -PORTVERSION= 6.0.3.2 +PORTVERSION= 6.0.3.3 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 Modified: branches/2020Q3/textproc/rubygem-actiontext60/distinfo ============================================================================== --- branches/2020Q3/textproc/rubygem-actiontext60/distinfo Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/textproc/rubygem-actiontext60/distinfo Sat Sep 12 21:10:33 2020 (r548422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592835327 -SHA256 (rubygem/actiontext-6.0.3.2.gem) = 93f8415a6084ba4bb094c20cc4a043490718d1d72e9b13f7d102a2f9cd3c967b -SIZE (rubygem/actiontext-6.0.3.2.gem) = 17408 +TIMESTAMP = 1599729191 +SHA256 (rubygem/actiontext-6.0.3.3.gem) = 4558b24ea9f2f192c95a99556abecfbe8cdce4f14b14f2406fcc5aded277da17 +SIZE (rubygem/actiontext-6.0.3.3.gem) = 17408 Modified: branches/2020Q3/www/rubygem-actioncable60/Makefile ============================================================================== --- branches/2020Q3/www/rubygem-actioncable60/Makefile Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/www/rubygem-actioncable60/Makefile Sat Sep 12 21:10:33 2020 (r548422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actioncable -PORTVERSION= 6.0.3.2 +PORTVERSION= 6.0.3.3 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 Modified: branches/2020Q3/www/rubygem-actioncable60/distinfo ============================================================================== --- branches/2020Q3/www/rubygem-actioncable60/distinfo Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/www/rubygem-actioncable60/distinfo Sat Sep 12 21:10:33 2020 (r548422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592835329 -SHA256 (rubygem/actioncable-6.0.3.2.gem) = 66e6b55cac145991a0f1e7d163551f7deda27d91c18ebb3b7b1bbd28d9d8edd9 -SIZE (rubygem/actioncable-6.0.3.2.gem) = 42496 +TIMESTAMP = 1599729193 +SHA256 (rubygem/actioncable-6.0.3.3.gem) = 47f4764e870425979456547587a5b9092d79b53ecba8db93b294619defeaf5f2 +SIZE (rubygem/actioncable-6.0.3.3.gem) = 42496 Modified: branches/2020Q3/www/rubygem-actionpack60/Makefile ============================================================================== --- branches/2020Q3/www/rubygem-actionpack60/Makefile Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/www/rubygem-actionpack60/Makefile Sat Sep 12 21:10:33 2020 (r548422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 6.0.3.2 +PORTVERSION= 6.0.3.3 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 Modified: branches/2020Q3/www/rubygem-actionpack60/distinfo ============================================================================== --- branches/2020Q3/www/rubygem-actionpack60/distinfo Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/www/rubygem-actionpack60/distinfo Sat Sep 12 21:10:33 2020 (r548422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592835331 -SHA256 (rubygem/actionpack-6.0.3.2.gem) = 5f5ff0b985c26d23ddc3ab9254ee14a51f2dc5a1c704fc8e34f28ca43d5b748e -SIZE (rubygem/actionpack-6.0.3.2.gem) = 217088 +TIMESTAMP = 1599729195 +SHA256 (rubygem/actionpack-6.0.3.3.gem) = 0b9d424e901ab11a1a5b35b15b828738f4663938cd205bd6ac5bdfcab11d07dd +SIZE (rubygem/actionpack-6.0.3.3.gem) = 217088 Modified: branches/2020Q3/www/rubygem-rails60/Makefile ============================================================================== --- branches/2020Q3/www/rubygem-rails60/Makefile Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/www/rubygem-rails60/Makefile Sat Sep 12 21:10:33 2020 (r548422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rails -PORTVERSION= 6.0.3.2 +PORTVERSION= 6.0.3.3 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 Modified: branches/2020Q3/www/rubygem-rails60/distinfo ============================================================================== --- branches/2020Q3/www/rubygem-rails60/distinfo Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/www/rubygem-rails60/distinfo Sat Sep 12 21:10:33 2020 (r548422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592835333 -SHA256 (rubygem/rails-6.0.3.2.gem) = 5daa748fe3983204fc44f00697fa75cd8c0310b35d37ba85c317141d4123aa8e -SIZE (rubygem/rails-6.0.3.2.gem) = 6656 +TIMESTAMP = 1599729197 +SHA256 (rubygem/rails-6.0.3.3.gem) = c470ef45cd2ef9c0742c5f4d1fbd2b24e2bea05c5e9122fb9e5d8fb0348f1ae3 +SIZE (rubygem/rails-6.0.3.3.gem) = 6656 Modified: branches/2020Q3/www/rubygem-railties60/Makefile ============================================================================== --- branches/2020Q3/www/rubygem-railties60/Makefile Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/www/rubygem-railties60/Makefile Sat Sep 12 21:10:33 2020 (r548422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= railties -PORTVERSION= 6.0.3.2 +PORTVERSION= 6.0.3.3 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 Modified: branches/2020Q3/www/rubygem-railties60/distinfo ============================================================================== --- branches/2020Q3/www/rubygem-railties60/distinfo Sat Sep 12 21:03:18 2020 (r548421) +++ branches/2020Q3/www/rubygem-railties60/distinfo Sat Sep 12 21:10:33 2020 (r548422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592835337 -SHA256 (rubygem/railties-6.0.3.2.gem) = f6075a1aea7c38a21015e703b1cc56c17d30bd2c4e597dffb26fd90bf9d7d17e -SIZE (rubygem/railties-6.0.3.2.gem) = 455168 +TIMESTAMP = 1599729199 +SHA256 (rubygem/railties-6.0.3.3.gem) = f2dcd651f6ba263d81404d8307929ed5d6ee304821d0fa43d259225d414e6715 +SIZE (rubygem/railties-6.0.3.3.gem) = 455168 From owner-svn-ports-branches@freebsd.org Sat Sep 12 21:19: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 E017E3E30DE; Sat, 12 Sep 2020 21:19:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 4BplrL5dvhz4WtD; Sat, 12 Sep 2020 21:19:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A4FF51B597; Sat, 12 Sep 2020 21:19:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08CLJkFY051146; Sat, 12 Sep 2020 21:19:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08CLJiHE051138; Sat, 12 Sep 2020 21:19:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009122119.08CLJiHE051138@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 12 Sep 2020 21:19:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548423 - in branches/2020Q3/graphics: gdal/files jasper jasper/files opencv/files qt5-imageformats/files xv/files X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in branches/2020Q3/graphics: gdal/files jasper jasper/files opencv/files qt5-imageformats/files xv/files X-SVN-Commit-Revision: 548423 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, 12 Sep 2020 21:19:46 -0000 Author: sunpoet Date: Sat Sep 12 21:19:44 2020 New Revision: 548423 URL: https://svnweb.freebsd.org/changeset/ports/548423 Log: MFH: r548374 r548375 Update to 2.0.20 Changes: https://github.com/jasper-software/jasper/blob/master/NEWS PR: 248912 Exp-run by: antoine Security: 6842ac7e-d250-11ea-b9b7-08002728f74c Fix build with jasper 2.0.20 Approved by: ports-secteam (joneum) Added: branches/2020Q3/graphics/gdal/files/patch-frmts-jpeg2000-jpeg2000_vsil_io.cpp - copied unchanged from r548375, head/graphics/gdal/files/patch-frmts-jpeg2000-jpeg2000_vsil_io.cpp branches/2020Q3/graphics/gdal/files/patch-frmts-jpeg2000-jpeg2000dataset.cpp - copied unchanged from r548375, head/graphics/gdal/files/patch-frmts-jpeg2000-jpeg2000dataset.cpp branches/2020Q3/graphics/jasper/files/patch-build-cmake-modules-JasOpenGL.cmake - copied unchanged from r548374, head/graphics/jasper/files/patch-build-cmake-modules-JasOpenGL.cmake branches/2020Q3/graphics/opencv/files/patch-modules_imgcodecs_src_grfmt__jpeg2000.cpp - copied unchanged from r548375, head/graphics/opencv/files/patch-modules_imgcodecs_src_grfmt__jpeg2000.cpp branches/2020Q3/graphics/qt5-imageformats/files/ - copied from r548375, head/graphics/qt5-imageformats/files/ branches/2020Q3/graphics/xv/files/patch-xvjp2k.c - copied unchanged from r548375, head/graphics/xv/files/patch-xvjp2k.c Deleted: branches/2020Q3/graphics/jasper/files/patch-CMakeLists.txt Modified: branches/2020Q3/graphics/jasper/Makefile branches/2020Q3/graphics/jasper/distinfo branches/2020Q3/graphics/jasper/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Copied: branches/2020Q3/graphics/gdal/files/patch-frmts-jpeg2000-jpeg2000_vsil_io.cpp (from r548375, head/graphics/gdal/files/patch-frmts-jpeg2000-jpeg2000_vsil_io.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/graphics/gdal/files/patch-frmts-jpeg2000-jpeg2000_vsil_io.cpp Sat Sep 12 21:19:44 2020 (r548423, copy of r548375, head/graphics/gdal/files/patch-frmts-jpeg2000-jpeg2000_vsil_io.cpp) @@ -0,0 +1,28 @@ +Obtained from: https://github.com/OSGeo/gdal/commit/e236eeaed1be45a4af457565085e3db1f2fc489f + +--- frmts/jpeg2000/jpeg2000_vsil_io.cpp.orig 2020-05-04 09:21:31 UTC ++++ frmts/jpeg2000/jpeg2000_vsil_io.cpp +@@ -94,13 +94,23 @@ typedef struct { + * File stream object. + \******************************************************************************/ + ++// PRIjas_seqent macro is defined since Jasper 2.0.17 ++ ++#ifndef PRIjas_seqent + static int JPEG2000_VSIL_read(jas_stream_obj_t *obj, char *buf, int cnt) ++#else ++static int JPEG2000_VSIL_read(jas_stream_obj_t *obj, char *buf, unsigned cnt) ++#endif + { + jas_stream_VSIFL_t *fileobj = JAS_CAST(jas_stream_VSIFL_t *, obj); + return static_cast(VSIFReadL(buf, 1, cnt, fileobj->fp)); + } + ++#ifndef PRIjas_seqent + static int JPEG2000_VSIL_write(jas_stream_obj_t *obj, char *buf, int cnt) ++#else ++static int JPEG2000_VSIL_write(jas_stream_obj_t *obj, const char *buf, unsigned int cnt) ++#endif + { + jas_stream_VSIFL_t *fileobj = JAS_CAST(jas_stream_VSIFL_t *, obj); + return static_cast(VSIFWriteL(buf, 1, cnt, fileobj->fp)); Copied: branches/2020Q3/graphics/gdal/files/patch-frmts-jpeg2000-jpeg2000dataset.cpp (from r548375, head/graphics/gdal/files/patch-frmts-jpeg2000-jpeg2000dataset.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/graphics/gdal/files/patch-frmts-jpeg2000-jpeg2000dataset.cpp Sat Sep 12 21:19:44 2020 (r548423, copy of r548375, head/graphics/gdal/files/patch-frmts-jpeg2000-jpeg2000dataset.cpp) @@ -0,0 +1,22 @@ +Obtained from: https://github.com/OSGeo/gdal/commit/ab72c4893e6d14d488dfed25745d79f11bee45b9 + +--- frmts/jpeg2000/jpeg2000dataset.cpp.orig 2020-05-04 09:21:31 UTC ++++ frmts/jpeg2000/jpeg2000dataset.cpp +@@ -484,7 +484,7 @@ int JPEG2000Dataset::DecodeImage() + /* the JP2 boxes match the ones of the code stream */ + if (nBands != 0) + { +- if (nBands != jas_image_numcmpts( psImage )) ++ if (nBands != static_cast(jas_image_numcmpts( psImage ))) + { + CPLError(CE_Failure, CPLE_AppDefined, + "The number of components indicated in the IHDR box (%d) mismatch " +@@ -595,7 +595,7 @@ GDALDataset *JPEG2000Dataset::Open( GDALOpenInfo * poO + + { + int iFormat; +- char *pszFormatName = nullptr; ++ const char *pszFormatName = nullptr; + + if (!Identify(poOpenInfo)) + return nullptr; Modified: branches/2020Q3/graphics/jasper/Makefile ============================================================================== --- branches/2020Q3/graphics/jasper/Makefile Sat Sep 12 21:10:33 2020 (r548422) +++ branches/2020Q3/graphics/jasper/Makefile Sat Sep 12 21:19:44 2020 (r548423) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= jasper -PORTVERSION= 2.0.16 -PORTREVISION= 1 +PORTVERSION= 2.0.20 DISTVERSIONPREFIX= version- CATEGORIES= graphics @@ -15,28 +14,24 @@ LICENSE_NAME= JasPer License Version 2.0 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -OPTIONS_DEFINE= OPENGL DOCS -OPTIONS_DEFAULT= OPENGL -OPTIONS_SUB= yes +USES= cmake jpeg localbase +CMAKE_OFF= JAS_ENABLE_AUTOMATIC_DEPENDENCIES +CMAKE_ON= JAS_ENABLE_LIBJPEG USE_LDCONFIG= yes -USES= cmake jpeg localbase +DOCSDIR= ${PREFIX}/share/doc/JasPer + USE_GITHUB= yes +GH_ACCOUNT= jasper-software -GH_ACCOUNT= mdadams +OPTIONS_DEFINE= OPENGL DOCS +OPTIONS_DEFAULT=OPENGL +OPTIONS_SUB= yes +DOCS_CMAKE_BOOL= JAS_ENABLE_DOC OPENGL_CMAKE_BOOL= JAS_ENABLE_OPENGL -OPENGL_USES= gl xorg OPENGL_USE= GL=gl,glu,glut XORG=x11,xext,xi,xmu - -CMAKE_ARGS= -DJAS_ENABLE_JPEG=true \ - -DJAS_ENABLE_AUTOMATIC_DEPENDENCIES=false \ - -DCMAKE_SKIP_RPATH=true - -DOCSDIR= ${PREFIX}/share/doc/JasPer - -post-install-DOCS-off: - rm -rf ${STAGEDIR}${DOCSDIR} +OPENGL_USES= gl xorg .include Modified: branches/2020Q3/graphics/jasper/distinfo ============================================================================== --- branches/2020Q3/graphics/jasper/distinfo Sat Sep 12 21:10:33 2020 (r548422) +++ branches/2020Q3/graphics/jasper/distinfo Sat Sep 12 21:19:44 2020 (r548423) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577441210 -SHA256 (mdadams-jasper-version-2.0.16_GH0.tar.gz) = f1d8b90f231184d99968f361884e2054a1714fdbbd9944ba1ae4ebdcc9bbfdb1 -SIZE (mdadams-jasper-version-2.0.16_GH0.tar.gz) = 1311944 +TIMESTAMP = 1599329835 +SHA256 (jasper-software-jasper-version-2.0.20_GH0.tar.gz) = d55843ce52afa9bfe90f30118329578501040f30d48a027459a68a962695e506 +SIZE (jasper-software-jasper-version-2.0.20_GH0.tar.gz) = 1318727 Copied: branches/2020Q3/graphics/jasper/files/patch-build-cmake-modules-JasOpenGL.cmake (from r548374, head/graphics/jasper/files/patch-build-cmake-modules-JasOpenGL.cmake) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/graphics/jasper/files/patch-build-cmake-modules-JasOpenGL.cmake Sat Sep 12 21:19:44 2020 (r548423, copy of r548374, head/graphics/jasper/files/patch-build-cmake-modules-JasOpenGL.cmake) @@ -0,0 +1,11 @@ +--- build/cmake/modules/JasOpenGL.cmake.orig 2020-09-05 14:52:22 UTC ++++ build/cmake/modules/JasOpenGL.cmake +@@ -4,7 +4,7 @@ + + if (JAS_ENABLE_OPENGL) + set(OpenGL_GL_PREFERENCE GLVND) +- find_package(OpenGL ${JAS_REQUIRED}) ++ find_package(OpenGL ${JAS_OPENGL_REQUIRED}) + message("OpenGL library found: ${OPENGL_FOUND}") + else() + set(OPENGL_FOUND false) Modified: branches/2020Q3/graphics/jasper/pkg-plist ============================================================================== --- branches/2020Q3/graphics/jasper/pkg-plist Sat Sep 12 21:10:33 2020 (r548422) +++ branches/2020Q3/graphics/jasper/pkg-plist Sat Sep 12 21:19:44 2020 (r548423) @@ -3,9 +3,10 @@ bin/imginfo bin/jasper %%OPENGL%%bin/jiv include/jasper/jas_cm.h +include/jasper/jas_compiler.h include/jasper/jas_config.h -include/jasper/jas_dll.h include/jasper/jas_debug.h +include/jasper/jas_dll.h include/jasper/jas_fix.h include/jasper/jas_getopt.h include/jasper/jas_icc.h Copied: branches/2020Q3/graphics/opencv/files/patch-modules_imgcodecs_src_grfmt__jpeg2000.cpp (from r548375, head/graphics/opencv/files/patch-modules_imgcodecs_src_grfmt__jpeg2000.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/graphics/opencv/files/patch-modules_imgcodecs_src_grfmt__jpeg2000.cpp Sat Sep 12 21:19:44 2020 (r548423, copy of r548375, head/graphics/opencv/files/patch-modules_imgcodecs_src_grfmt__jpeg2000.cpp) @@ -0,0 +1,20 @@ +--- modules/imgcodecs/src/grfmt_jpeg2000.cpp.orig 2018-02-23 08:38:33 UTC ++++ modules/imgcodecs/src/grfmt_jpeg2000.cpp +@@ -337,7 +337,7 @@ bool Jpeg2KDecoder::readComponent8u( uchar *data, voi + + for( y = 0; y < yend - ystart; ) + { +- jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 ); ++ jas_seqent_t* pix_row = jas_matrix_getref( buffer, y / ystep, 0 ); + uchar* dst = data + (y - yoffset) * step - xoffset; + + if( xstep == 1 ) +@@ -401,7 +401,7 @@ bool Jpeg2KDecoder::readComponent16u( unsigned short + + for( y = 0; y < yend - ystart; ) + { +- jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 ); ++ jas_seqent_t* pix_row = jas_matrix_getref( buffer, y / ystep, 0 ); + ushort* dst = data + (y - yoffset) * step - xoffset; + + if( xstep == 1 ) Copied: branches/2020Q3/graphics/xv/files/patch-xvjp2k.c (from r548375, head/graphics/xv/files/patch-xvjp2k.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/graphics/xv/files/patch-xvjp2k.c Sat Sep 12 21:19:44 2020 (r548423, copy of r548375, head/graphics/xv/files/patch-xvjp2k.c) @@ -0,0 +1,11 @@ +--- xvjp2k.c.orig 2007-05-14 01:04:37 UTC ++++ xvjp2k.c +@@ -76,7 +76,7 @@ static const char *fbasename, /* File's base name, fo + */ + int jas_getdbglevel(void) {return 0;} + int jas_setdbglevel(int n) {return 0;} +-int jas_memdump(FILE *fp,void *data,size_t len) {return 0;} ++int jas_memdump(FILE *fp,const void *data,size_t len) {return 0;} + + int jas_eprintf(const char *fmt,...) /* Handle JasPer Library message */ + { From owner-svn-ports-branches@freebsd.org Sat Sep 12 22:10: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 570C13E42A3; Sat, 12 Sep 2020 22:10:07 +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 4BpmyR1c6Xz4ZHF; Sat, 12 Sep 2020 22:10:07 +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 1A77A1BA7A; Sat, 12 Sep 2020 22:10:07 +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 08CMA62c082190; Sat, 12 Sep 2020 22:10:06 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08CMA6uB082188; Sat, 12 Sep 2020 22:10:06 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202009122210.08CMA6uB082188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 12 Sep 2020 22:10:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548425 - branches/2020Q3/www/py-webargs X-SVN-Group: ports-branches X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: branches/2020Q3/www/py-webargs X-SVN-Commit-Revision: 548425 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, 12 Sep 2020 22:10:07 -0000 Author: dbaio Date: Sat Sep 12 22:10:06 2020 New Revision: 548425 URL: https://svnweb.freebsd.org/changeset/ports/548425 Log: MFH: r548424 www/py-webargs: Update to 6.1.1 Changelog: https://github.com/marshmallow-code/webargs/blob/dev/CHANGELOG.rst#611-2020-09-08 PR: 249220 Submitted by: Goran Mekic (maintainer) Approved by: ports-secteam (blanket: bugfix release) Modified: branches/2020Q3/www/py-webargs/Makefile branches/2020Q3/www/py-webargs/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/py-webargs/Makefile ============================================================================== --- branches/2020Q3/www/py-webargs/Makefile Sat Sep 12 22:08:16 2020 (r548424) +++ branches/2020Q3/www/py-webargs/Makefile Sat Sep 12 22:10:06 2020 (r548425) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= webargs -PORTVERSION= 6.1.0 +PORTVERSION= 6.1.1 CATEGORIES= www devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py ${PYTHON_PKGNAMEPREFIX}django*>=1.11.16:www/py-django22@${PY_FLAVOR} # To be updated -# TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyramid>=1.9.1:www/py-django22@${PY_FLAVOR} +# TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyramid>=1.9.1:www/py-pyramid@${PY_FLAVOR} # To be ported # TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}webapp2>=3.0.0b1:www/py-webapp2@${PY_FLAVOR} # ${PYTHON_PKGNAMEPREFIX}webtest_aiohttp>=2.0.0:www/py-webtest_aiohttp@${PY_FLAVOR} Modified: branches/2020Q3/www/py-webargs/distinfo ============================================================================== --- branches/2020Q3/www/py-webargs/distinfo Sat Sep 12 22:08:16 2020 (r548424) +++ branches/2020Q3/www/py-webargs/distinfo Sat Sep 12 22:10:06 2020 (r548425) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588904547 -SHA256 (marshmallow-code-webargs-6.1.0_GH0.tar.gz) = 0ec9c383866f048845a020d39de36b027b62f7195afaae38ae7b065297802b93 -SIZE (marshmallow-code-webargs-6.1.0_GH0.tar.gz) = 78475 +TIMESTAMP = 1599940673 +SHA256 (marshmallow-code-webargs-6.1.1_GH0.tar.gz) = 553556ae403f298cbc9b5136f714e52e25041771cf5c8de174afba87481438f6 +SIZE (marshmallow-code-webargs-6.1.1_GH0.tar.gz) = 79191