From owner-svn-ports-branches@freebsd.org Sun Jan 26 00:06: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 CB2762287D1; Sun, 26 Jan 2020 00:06:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 484tTs4zv7z4JKp; Sun, 26 Jan 2020 00:06:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A65AF18721; Sun, 26 Jan 2020 00:06:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00Q06v9i081166; Sun, 26 Jan 2020 00:06:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00Q06vwf081165; Sun, 26 Jan 2020 00:06:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001260006.00Q06vwf081165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 26 Jan 2020 00:06:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524145 - in branches/2020Q1/x11-wm/cage: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q1/x11-wm/cage: . files X-SVN-Commit-Revision: 524145 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2020 00:06:57 -0000 Author: jbeich Date: Sun Jan 26 00:06:56 2020 New Revision: 524145 URL: https://svnweb.freebsd.org/changeset/ports/524145 Log: MFH: r524144 x11-wm/cage: follow up for r522232 Approved by: ports-secteam blanket (regression fix) Modified: branches/2020Q1/x11-wm/cage/Makefile branches/2020Q1/x11-wm/cage/files/patch-wlroots-0.9 Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/x11-wm/cage/Makefile ============================================================================== --- branches/2020Q1/x11-wm/cage/Makefile Sun Jan 26 00:06:03 2020 (r524144) +++ branches/2020Q1/x11-wm/cage/Makefile Sun Jan 26 00:06:56 2020 (r524145) @@ -3,7 +3,7 @@ PORTNAME= cage DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org Modified: branches/2020Q1/x11-wm/cage/files/patch-wlroots-0.9 ============================================================================== --- branches/2020Q1/x11-wm/cage/files/patch-wlroots-0.9 Sun Jan 26 00:06:03 2020 (r524144) +++ branches/2020Q1/x11-wm/cage/files/patch-wlroots-0.9 Sun Jan 26 00:06:56 2020 (r524145) @@ -21,7 +21,15 @@ https://github.com/Hjdskes/cage/commit/51e6c760da51 with a proper wl_display. */ --- output.c.orig 2019-06-03 17:55:52 UTC +++ output.c -@@ -386,6 +386,9 @@ handle_new_output(struct wl_listener *listener, void * +@@ -207,6 +207,7 @@ handle_output_damage_frame(struct wl_listener *listene + } + + if (!needs_frame) { ++ wlr_output_rollback(output->wlr_output); + wlr_log(WLR_DEBUG, "Output doesn't need frame and isn't damaged"); + goto buffer_damage_finish; + } +@@ -386,6 +387,9 @@ handle_new_output(struct wl_listener *listener, void * /* Place the cursor in the center of the screen. */ wlr_cursor_warp(server->seat->cursor, NULL, wlr_output->width / 2, wlr_output->height / 2); wlr_output_damage_add_whole(server->output->damage); From owner-svn-ports-branches@freebsd.org Sun Jan 26 00:08:30 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 05A99228846; Sun, 26 Jan 2020 00:08:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 484tWd6M95z4JQD; Sun, 26 Jan 2020 00:08:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D565E18723; Sun, 26 Jan 2020 00:08:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00Q08TbJ081364; Sun, 26 Jan 2020 00:08:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00Q08Tfu081362; Sun, 26 Jan 2020 00:08:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001260008.00Q08Tfu081362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 26 Jan 2020 00:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524146 - branches/2020Q1/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/emulators/citra X-SVN-Commit-Revision: 524146 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2020 00:08:30 -0000 Author: jbeich Date: Sun Jan 26 00:08:29 2020 New Revision: 524146 URL: https://svnweb.freebsd.org/changeset/ports/524146 Log: MFH: r524139 emulators/citra: update to s20200123 Changes: https://github.com/citra-emu/citra/compare/be17f0851...5d502dfec Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2020Q1/emulators/citra/Makefile branches/2020Q1/emulators/citra/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/emulators/citra/Makefile ============================================================================== --- branches/2020Q1/emulators/citra/Makefile Sun Jan 26 00:06:56 2020 (r524145) +++ branches/2020Q1/emulators/citra/Makefile Sun Jan 26 00:08:29 2020 (r524146) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20200122 +PORTVERSION= s20200123 PORTREVISION?= 0 CATEGORIES= emulators @@ -23,7 +23,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= be17f0851 +GH_TAGNAME= 5d502dfec GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2020Q1/emulators/citra/distinfo ============================================================================== --- branches/2020Q1/emulators/citra/distinfo Sun Jan 26 00:06:56 2020 (r524145) +++ branches/2020Q1/emulators/citra/distinfo Sun Jan 26 00:08:29 2020 (r524146) @@ -1,6 +1,6 @@ -TIMESTAMP = 1579727890 -SHA256 (citra-emu-citra-s20200122-be17f0851_GH0.tar.gz) = 9543ed4b3441d4068288c3801dfb5bb3d86bba97ee9108ee398372c2fe6e32f2 -SIZE (citra-emu-citra-s20200122-be17f0851_GH0.tar.gz) = 5128889 +TIMESTAMP = 1579822190 +SHA256 (citra-emu-citra-s20200123-5d502dfec_GH0.tar.gz) = 2bd558a0201a656510d865eb55367805a58a8149bdb0f9a1ab900d410e52449b +SIZE (citra-emu-citra-s20200123-5d502dfec_GH0.tar.gz) = 5132257 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-branches@freebsd.org Sun Jan 26 00:21: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 A8E54228C28; Sun, 26 Jan 2020 00:21:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 484tpJ43btz4K5f; Sun, 26 Jan 2020 00:21:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8689218A54; Sun, 26 Jan 2020 00:21:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00Q0LCAj092083; Sun, 26 Jan 2020 00:21:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00Q0LBqY092080; Sun, 26 Jan 2020 00:21:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001260021.00Q0LBqY092080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 26 Jan 2020 00:21:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524148 - in branches/2020Q1/security: ca_root_nss nss X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q1/security: ca_root_nss nss X-SVN-Commit-Revision: 524148 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2020 00:21:12 -0000 Author: jbeich Date: Sun Jan 26 00:21:11 2020 New Revision: 524148 URL: https://svnweb.freebsd.org/changeset/ports/524148 Log: MFH: r524147 security/nss: update to 3.49.2 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.49.2_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_49_2_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Reported by: Repology Approved by: ports-secteam blanket (required by Firefox 73) Modified: branches/2020Q1/security/ca_root_nss/Makefile branches/2020Q1/security/ca_root_nss/distinfo branches/2020Q1/security/nss/Makefile branches/2020Q1/security/nss/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/security/ca_root_nss/Makefile ============================================================================== --- branches/2020Q1/security/ca_root_nss/Makefile Sun Jan 26 00:20:01 2020 (r524147) +++ branches/2020Q1/security/ca_root_nss/Makefile Sun Jan 26 00:21:11 2020 (r524148) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.49.1 +VERSION_NSS= 3.49.2 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2020Q1/security/ca_root_nss/distinfo ============================================================================== --- branches/2020Q1/security/ca_root_nss/distinfo Sun Jan 26 00:20:01 2020 (r524147) +++ branches/2020Q1/security/ca_root_nss/distinfo Sun Jan 26 00:21:11 2020 (r524148) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578935650 -SHA256 (nss-3.49.1.tar.gz) = d9aa42e49e02bb0dc0a2f164604cfc718e11a2a06ddb266cd676376ac21b026e -SIZE (nss-3.49.1.tar.gz) = 76489134 +TIMESTAMP = 1579818145 +SHA256 (nss-3.49.2.tar.gz) = faa7502c3ce9240d4be2aa88f63d88cf7d1cc512060e63ef21a7813c236160b2 +SIZE (nss-3.49.2.tar.gz) = 76489641 Modified: branches/2020Q1/security/nss/Makefile ============================================================================== --- branches/2020Q1/security/nss/Makefile Sun Jan 26 00:20:01 2020 (r524147) +++ branches/2020Q1/security/nss/Makefile Sun Jan 26 00:21:11 2020 (r524148) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.49.1 +PORTVERSION= 3.49.2 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2020Q1/security/nss/distinfo ============================================================================== --- branches/2020Q1/security/nss/distinfo Sun Jan 26 00:20:01 2020 (r524147) +++ branches/2020Q1/security/nss/distinfo Sun Jan 26 00:21:11 2020 (r524148) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578935650 -SHA256 (nss-3.49.1.tar.gz) = d9aa42e49e02bb0dc0a2f164604cfc718e11a2a06ddb266cd676376ac21b026e -SIZE (nss-3.49.1.tar.gz) = 76489134 +TIMESTAMP = 1579818145 +SHA256 (nss-3.49.2.tar.gz) = faa7502c3ce9240d4be2aa88f63d88cf7d1cc512060e63ef21a7813c236160b2 +SIZE (nss-3.49.2.tar.gz) = 76489641 From owner-svn-ports-branches@freebsd.org Sun Jan 26 11:42: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 AE78023A2FC; Sun, 26 Jan 2020 11:42:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 4859wk3g0mz3QnL; Sun, 26 Jan 2020 11:42:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 78E6720927; Sun, 26 Jan 2020 11:42:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00QBgkHU099922; Sun, 26 Jan 2020 11:42:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00QBgjxS099919; Sun, 26 Jan 2020 11:42:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001261142.00QBgjxS099919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 26 Jan 2020 11:42:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524172 - in branches/2020Q1/multimedia: ffms2 vapoursynth vapoursynth-l-smash-works X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q1/multimedia: ffms2 vapoursynth vapoursynth-l-smash-works X-SVN-Commit-Revision: 524172 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2020 11:42:46 -0000 Author: jbeich Date: Sun Jan 26 11:42:45 2020 New Revision: 524172 URL: https://svnweb.freebsd.org/changeset/ports/524172 Log: MFH: r524171 multimedia/vapoursynth: unbreak on non-x86 Approved by: ports-secteam blanket Modified: branches/2020Q1/multimedia/ffms2/Makefile branches/2020Q1/multimedia/vapoursynth-l-smash-works/Makefile branches/2020Q1/multimedia/vapoursynth/Makefile branches/2020Q1/multimedia/vapoursynth/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/multimedia/ffms2/Makefile ============================================================================== --- branches/2020Q1/multimedia/ffms2/Makefile Sun Jan 26 11:41:54 2020 (r524171) +++ branches/2020Q1/multimedia/ffms2/Makefile Sun Jan 26 11:42:45 2020 (r524172) @@ -11,24 +11,18 @@ COMMENT= FFmpeg-based source library and VapourSynth p LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386 BUILD_DEPENDS= ${LOCALBASE}/include/vapoursynth/VSHelper.h:multimedia/vapoursynth -.endif LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg USE_GITHUB= yes GH_ACCOUNT= FFMS USES= compiler:c++11-lib gmake libtool pathfix pkgconfig -.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386 EXCLUDE= VSHelper.h VSScript.h VapourSynth.h EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} -.endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static -.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386 CPPFLAGS+= `pkg-config vapoursynth --cflags` -.endif INSTALL_TARGET= install-strip USE_LDCONFIG= yes DATADIR= ${PREFIX}/lib/vapoursynth Modified: branches/2020Q1/multimedia/vapoursynth-l-smash-works/Makefile ============================================================================== --- branches/2020Q1/multimedia/vapoursynth-l-smash-works/Makefile Sun Jan 26 11:41:54 2020 (r524171) +++ branches/2020Q1/multimedia/vapoursynth-l-smash-works/Makefile Sun Jan 26 11:42:45 2020 (r524172) @@ -12,9 +12,7 @@ COMMENT= L-SMASH source plugin for VapourSynth LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386 BUILD_DEPENDS= ${LOCALBASE}/include/vapoursynth/VSHelper.h:multimedia/vapoursynth -.endif BUILD_DEPENDS+= ffmpeg>=3.2,1:multimedia/ffmpeg LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ liblsmash.so:multimedia/l-smash @@ -24,10 +22,8 @@ GH_ACCOUNT= VFR-maniac GH_PROJECT= L-SMASH-Works USES= gmake pkgconfig shebangfix -.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386 EXCLUDE= VSHelper.h VSScript.h VapourSynth.h EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} -.endif WRKSRC_SUBDIR= VapourSynth SHEBANG_FILES= configure bash_CMD= ${SH} @@ -40,9 +36,7 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" \ --extra-libs="${LIBS}" MAKEFILE= GNUmakefile MAKE_ARGS= STRIP="${STRIP_CMD}" -.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386 CPPFLAGS+= `pkg-config vapoursynth --cflags` -.endif USE_LDCONFIG= yes DATADIR= ${PREFIX}/lib/vapoursynth DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} Modified: branches/2020Q1/multimedia/vapoursynth/Makefile ============================================================================== --- branches/2020Q1/multimedia/vapoursynth/Makefile Sun Jan 26 11:41:54 2020 (r524171) +++ branches/2020Q1/multimedia/vapoursynth/Makefile Sun Jan 26 11:42:45 2020 (r524172) @@ -4,13 +4,13 @@ PORTNAME= vapoursynth DISTVERSION= R48 CATEGORIES= multimedia +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= a9b657d8b014.patch:-p1 4d4f8cbf272c.patch:-p1 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Video processing framework with simplicity in mind LICENSE= LGPL21+ - -ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= https://github.com/vapoursynth/vapoursynth/issues/509 USE_GITHUB= yes Modified: branches/2020Q1/multimedia/vapoursynth/distinfo ============================================================================== --- branches/2020Q1/multimedia/vapoursynth/distinfo Sun Jan 26 11:41:54 2020 (r524171) +++ branches/2020Q1/multimedia/vapoursynth/distinfo Sun Jan 26 11:42:45 2020 (r524172) @@ -1,3 +1,7 @@ TIMESTAMP = 1571984167 SHA256 (vapoursynth-vapoursynth-R48_GH0.tar.gz) = 3e98d134e16af894cf7040e4383e4ef753cafede34d5d77c42a2bb89790c50a8 SIZE (vapoursynth-vapoursynth-R48_GH0.tar.gz) = 611523 +SHA256 (a9b657d8b014.patch) = 95e5f2ec7b3c2d4c252721ee986f4c91fe7ab12a35c3de6ce13dede6543cb9c1 +SIZE (a9b657d8b014.patch) = 2712 +SHA256 (4d4f8cbf272c.patch) = b217e1d5d0278b65a1169d386a34d7882db05652585723194496de081281381e +SIZE (4d4f8cbf272c.patch) = 654 From owner-svn-ports-branches@freebsd.org Sun Jan 26 15:35:47 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F055E1F15E3; Sun, 26 Jan 2020 15:35:47 +0000 (UTC) (envelope-from dch@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) server-signature RSA-PSS (4096 bits) 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 485H5b642Jz48DQ; Sun, 26 Jan 2020 15:35:47 +0000 (UTC) (envelope-from dch@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 CB98E2336F; Sun, 26 Jan 2020 15:35:47 +0000 (UTC) (envelope-from dch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00QFZlFp038516; Sun, 26 Jan 2020 15:35:47 GMT (envelope-from dch@FreeBSD.org) Received: (from dch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00QFZij2038502; Sun, 26 Jan 2020 15:35:44 GMT (envelope-from dch@FreeBSD.org) Message-Id: <202001261535.00QFZij2038502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dch set sender to dch@FreeBSD.org using -f From: Dave Cottlehuber Date: Sun, 26 Jan 2020 15:35:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524181 - in branches/2020Q1/lang: erlang erlang-java erlang-man erlang-runtime20 erlang-runtime21 erlang-runtime22 erlang-wx X-SVN-Group: ports-branches X-SVN-Commit-Author: dch X-SVN-Commit-Paths: in branches/2020Q1/lang: erlang erlang-java erlang-man erlang-runtime20 erlang-runtime21 erlang-runtime22 erlang-wx X-SVN-Commit-Revision: 524181 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2020 15:35:48 -0000 Author: dch Date: Sun Jan 26 15:35:44 2020 New Revision: 524181 URL: https://svnweb.freebsd.org/changeset/ports/524181 Log: MFH: r523921 r523923 lang/erlang*: repair 32-bit x86 erlang builds Having HIPE & NATIVE enabled breaks OTP on 32-bit x86. They have not built succesfully for quite some time. Reported by: pkg fallout Reviewed by: olgeni Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D23296 lang/erlang*: include serious scheduler bugfixes OTP-16371 Taking a scheduler offline could cause timers set while executing on that scheduler to be delayed until the scheduler was put online again. This bug was introduced in ERTS version 10.0 (OTP 21.0). OTP-16378 | ERL-1125 The ets:update_counter/4 core dumped when given an ordered_set with write_concurrency enabled and an invalid position. OTP-16379 A process calling erlang:system_flag(multi_scheduling, block) could end up blocked waiting for the operation to complete indefinitely. Reviewed by: olgeni Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D23313 Approved by: portmgr Modified: branches/2020Q1/lang/erlang-java/Makefile branches/2020Q1/lang/erlang-java/distinfo branches/2020Q1/lang/erlang-man/Makefile branches/2020Q1/lang/erlang-man/distinfo branches/2020Q1/lang/erlang-runtime20/Makefile branches/2020Q1/lang/erlang-runtime20/distinfo branches/2020Q1/lang/erlang-runtime21/Makefile branches/2020Q1/lang/erlang-runtime21/distinfo branches/2020Q1/lang/erlang-runtime22/Makefile branches/2020Q1/lang/erlang-runtime22/distinfo branches/2020Q1/lang/erlang-wx/Makefile branches/2020Q1/lang/erlang-wx/distinfo branches/2020Q1/lang/erlang/Makefile branches/2020Q1/lang/erlang/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/lang/erlang-java/Makefile ============================================================================== --- branches/2020Q1/lang/erlang-java/Makefile Sun Jan 26 15:04:37 2020 (r524180) +++ branches/2020Q1/lang/erlang-java/Makefile Sun Jan 26 15:35:44 2020 (r524181) @@ -2,7 +2,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 21.3.8.11 +DISTVERSION= 21.3.8.12 PORTEPOCH= 1 CATEGORIES= lang parallel java PKGNAMESUFFIX= -java Modified: branches/2020Q1/lang/erlang-java/distinfo ============================================================================== --- branches/2020Q1/lang/erlang-java/distinfo Sun Jan 26 15:04:37 2020 (r524180) +++ branches/2020Q1/lang/erlang-java/distinfo Sun Jan 26 15:35:44 2020 (r524181) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574161381 -SHA256 (erlang/erlang-otp-OTP-21.3.8.11_GH0.tar.gz) = aab77124285820608cd7a90f6b882e42bb5739283e10a8593d7f5bce9b30b16a -SIZE (erlang/erlang-otp-OTP-21.3.8.11_GH0.tar.gz) = 54075960 +TIMESTAMP = 1579740620 +SHA256 (erlang/erlang-otp-OTP-21.3.8.12_GH0.tar.gz) = 918f32a594da692a87abe1825b49c9584e751cdebd86055f327fbad03fdf55c1 +SIZE (erlang/erlang-otp-OTP-21.3.8.12_GH0.tar.gz) = 54073858 Modified: branches/2020Q1/lang/erlang-man/Makefile ============================================================================== --- branches/2020Q1/lang/erlang-man/Makefile Sun Jan 26 15:04:37 2020 (r524180) +++ branches/2020Q1/lang/erlang-man/Makefile Sun Jan 26 15:35:44 2020 (r524181) @@ -2,7 +2,7 @@ PORTNAME= erlang PORTVERSION= 21.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/ PKGNAMESUFFIX= -man Modified: branches/2020Q1/lang/erlang-man/distinfo ============================================================================== --- branches/2020Q1/lang/erlang-man/distinfo Sun Jan 26 15:04:37 2020 (r524180) +++ branches/2020Q1/lang/erlang-man/distinfo Sun Jan 26 15:35:44 2020 (r524181) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555170077 +TIMESTAMP = 1579740751 SHA256 (erlang/otp_doc_man_21.3.tar.gz) = f5464b5c8368aa40c175a5908b44b6d9670dbd01ba7a1eef1b366c7dc36ba172 SIZE (erlang/otp_doc_man_21.3.tar.gz) = 1332545 Modified: branches/2020Q1/lang/erlang-runtime20/Makefile ============================================================================== --- branches/2020Q1/lang/erlang-runtime20/Makefile Sun Jan 26 15:04:37 2020 (r524180) +++ branches/2020Q1/lang/erlang-runtime20/Makefile Sun Jan 26 15:35:44 2020 (r524181) @@ -3,7 +3,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 20.3.8.24 +DISTVERSION= 20.3.8.25 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime20 DIST_SUBDIR= erlang @@ -51,7 +51,7 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE -OPTIONS_EXCLUDE_i386= DTRACE +OPTIONS_EXCLUDE_i386= DTRACE NATIVE HIPE OPENSSL_VARS= BROKEN_SSL=openssl111 Modified: branches/2020Q1/lang/erlang-runtime20/distinfo ============================================================================== --- branches/2020Q1/lang/erlang-runtime20/distinfo Sun Jan 26 15:04:37 2020 (r524180) +++ branches/2020Q1/lang/erlang-runtime20/distinfo Sun Jan 26 15:35:44 2020 (r524181) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574090762 -SHA256 (erlang/erlang-otp-OTP-20.3.8.24_GH0.tar.gz) = 588e34a89f9ea8ebc3bda0918e4e1f4f7366888278f5e7ece60f6f1fa42aef60 -SIZE (erlang/erlang-otp-OTP-20.3.8.24_GH0.tar.gz) = 53555666 +TIMESTAMP = 1579688123 +SHA256 (erlang/erlang-otp-OTP-20.3.8.25_GH0.tar.gz) = 36f36753b8cf4db35f0d0c1cb88a32d4309670859174492ff8d10f5cf1f93720 +SIZE (erlang/erlang-otp-OTP-20.3.8.25_GH0.tar.gz) = 53548476 Modified: branches/2020Q1/lang/erlang-runtime21/Makefile ============================================================================== --- branches/2020Q1/lang/erlang-runtime21/Makefile Sun Jan 26 15:04:37 2020 (r524180) +++ branches/2020Q1/lang/erlang-runtime21/Makefile Sun Jan 26 15:35:44 2020 (r524181) @@ -3,7 +3,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 21.3.8.11 +DISTVERSION= 21.3.8.12 # NB when bumping OTP versions also bump PORTREVISION in databases/couchdb2 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime21 @@ -58,7 +58,7 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE -OPTIONS_EXCLUDE_i386= DTRACE +OPTIONS_EXCLUDE_i386= DTRACE NATIVE HIPE # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132, Modified: branches/2020Q1/lang/erlang-runtime21/distinfo ============================================================================== --- branches/2020Q1/lang/erlang-runtime21/distinfo Sun Jan 26 15:04:37 2020 (r524180) +++ branches/2020Q1/lang/erlang-runtime21/distinfo Sun Jan 26 15:35:44 2020 (r524181) @@ -1,5 +1,5 @@ -TIMESTAMP = 1574161357 -SHA256 (erlang/erlang-otp-OTP-21.3.8.11_GH0.tar.gz) = aab77124285820608cd7a90f6b882e42bb5739283e10a8593d7f5bce9b30b16a -SIZE (erlang/erlang-otp-OTP-21.3.8.11_GH0.tar.gz) = 54075960 +TIMESTAMP = 1579645374 +SHA256 (erlang/erlang-otp-OTP-21.3.8.12_GH0.tar.gz) = 918f32a594da692a87abe1825b49c9584e751cdebd86055f327fbad03fdf55c1 +SIZE (erlang/erlang-otp-OTP-21.3.8.12_GH0.tar.gz) = 54073858 SHA256 (erlang/erlang-corba-4.5.2_GH0.tar.gz) = 36f397e6aef97eebda629badb0570cb4ddc979a6d1557bc487a9e13671facf8f SIZE (erlang/erlang-corba-4.5.2_GH0.tar.gz) = 1422685 Modified: branches/2020Q1/lang/erlang-runtime22/Makefile ============================================================================== --- branches/2020Q1/lang/erlang-runtime22/Makefile Sun Jan 26 15:04:37 2020 (r524180) +++ branches/2020Q1/lang/erlang-runtime22/Makefile Sun Jan 26 15:35:44 2020 (r524181) @@ -3,7 +3,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 22.2.1 +DISTVERSION= 22.2.3 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime22 DIST_SUBDIR= erlang @@ -57,7 +57,7 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE -OPTIONS_EXCLUDE_i386= DTRACE +OPTIONS_EXCLUDE_i386= DTRACE NATIVE HIPE # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132, Modified: branches/2020Q1/lang/erlang-runtime22/distinfo ============================================================================== --- branches/2020Q1/lang/erlang-runtime22/distinfo Sun Jan 26 15:04:37 2020 (r524180) +++ branches/2020Q1/lang/erlang-runtime22/distinfo Sun Jan 26 15:35:44 2020 (r524181) @@ -1,5 +1,5 @@ -TIMESTAMP = 1576937854 -SHA256 (erlang/erlang-otp-OTP-22.2.1_GH0.tar.gz) = 65ab58ce79181895afc66716cc735a0ada4a3b705a525407d7e1d4c5deb95e72 -SIZE (erlang/erlang-otp-OTP-22.2.1_GH0.tar.gz) = 55742915 +TIMESTAMP = 1579645446 +SHA256 (erlang/erlang-otp-OTP-22.2.3_GH0.tar.gz) = 8470fff519d9ffa5defba4e42c3c1e64cd86905313040246d4a6e35799a9e614 +SIZE (erlang/erlang-otp-OTP-22.2.3_GH0.tar.gz) = 55742102 SHA256 (erlang/erlang-corba-4.5.2_GH0.tar.gz) = 36f397e6aef97eebda629badb0570cb4ddc979a6d1557bc487a9e13671facf8f SIZE (erlang/erlang-corba-4.5.2_GH0.tar.gz) = 1422685 Modified: branches/2020Q1/lang/erlang-wx/Makefile ============================================================================== --- branches/2020Q1/lang/erlang-wx/Makefile Sun Jan 26 15:04:37 2020 (r524180) +++ branches/2020Q1/lang/erlang-wx/Makefile Sun Jan 26 15:35:44 2020 (r524181) @@ -2,8 +2,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 21.3.8.11 -PORTREVISION= 1 +DISTVERSION= 21.3.8.12 PORTEPOCH= 1 CATEGORIES= lang parallel PKGNAMESUFFIX= -wx Modified: branches/2020Q1/lang/erlang-wx/distinfo ============================================================================== --- branches/2020Q1/lang/erlang-wx/distinfo Sun Jan 26 15:04:37 2020 (r524180) +++ branches/2020Q1/lang/erlang-wx/distinfo Sun Jan 26 15:35:44 2020 (r524181) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574161378 -SHA256 (erlang/erlang-otp-OTP-21.3.8.11_GH0.tar.gz) = aab77124285820608cd7a90f6b882e42bb5739283e10a8593d7f5bce9b30b16a -SIZE (erlang/erlang-otp-OTP-21.3.8.11_GH0.tar.gz) = 54075960 +TIMESTAMP = 1579740789 +SHA256 (erlang/erlang-otp-OTP-21.3.8.12_GH0.tar.gz) = 918f32a594da692a87abe1825b49c9584e751cdebd86055f327fbad03fdf55c1 +SIZE (erlang/erlang-otp-OTP-21.3.8.12_GH0.tar.gz) = 54073858 Modified: branches/2020Q1/lang/erlang/Makefile ============================================================================== --- branches/2020Q1/lang/erlang/Makefile Sun Jan 26 15:04:37 2020 (r524180) +++ branches/2020Q1/lang/erlang/Makefile Sun Jan 26 15:35:44 2020 (r524181) @@ -3,7 +3,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 21.3.8.11 +DISTVERSION= 21.3.8.12 PORTEPOCH= 4 CATEGORIES= lang parallel java DIST_SUBDIR= erlang @@ -70,7 +70,7 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP OPTIONS_EXCLUDE_aarch64= DTRACE OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE -OPTIONS_EXCLUDE_i386= DTRACE +OPTIONS_EXCLUDE_i386= DTRACE NATIVE HIPE # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132, Modified: branches/2020Q1/lang/erlang/distinfo ============================================================================== --- branches/2020Q1/lang/erlang/distinfo Sun Jan 26 15:04:37 2020 (r524180) +++ branches/2020Q1/lang/erlang/distinfo Sun Jan 26 15:35:44 2020 (r524181) @@ -1,5 +1,5 @@ -TIMESTAMP = 1574161376 -SHA256 (erlang/erlang-otp-OTP-21.3.8.11_GH0.tar.gz) = aab77124285820608cd7a90f6b882e42bb5739283e10a8593d7f5bce9b30b16a -SIZE (erlang/erlang-otp-OTP-21.3.8.11_GH0.tar.gz) = 54075960 +TIMESTAMP = 1579645360 +SHA256 (erlang/erlang-otp-OTP-21.3.8.12_GH0.tar.gz) = 918f32a594da692a87abe1825b49c9584e751cdebd86055f327fbad03fdf55c1 +SIZE (erlang/erlang-otp-OTP-21.3.8.12_GH0.tar.gz) = 54073858 SHA256 (erlang/erlang-corba-4.5.2_GH0.tar.gz) = 36f397e6aef97eebda629badb0570cb4ddc979a6d1557bc487a9e13671facf8f SIZE (erlang/erlang-corba-4.5.2_GH0.tar.gz) = 1422685 From owner-svn-ports-branches@freebsd.org Mon Jan 27 12:00:11 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 4175B1F3F0C; Mon, 27 Jan 2020 12:00:11 +0000 (UTC) (envelope-from decke@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) server-signature RSA-PSS (4096 bits) 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 485pGM152Kz4J21; Mon, 27 Jan 2020 12:00:11 +0000 (UTC) (envelope-from decke@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 1EE2E98D6; Mon, 27 Jan 2020 12:00:11 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00RC0A6g076972; Mon, 27 Jan 2020 12:00:10 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00RC0AD7076970; Mon, 27 Jan 2020 12:00:10 GMT (envelope-from decke@FreeBSD.org) Message-Id: <202001271200.00RC0AD7076970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Mon, 27 Jan 2020 12:00:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524253 - branches/2020Q1/net/wireguard-go X-SVN-Group: ports-branches X-SVN-Commit-Author: decke X-SVN-Commit-Paths: branches/2020Q1/net/wireguard-go X-SVN-Commit-Revision: 524253 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2020 12:00:11 -0000 Author: decke Date: Mon Jan 27 12:00:10 2020 New Revision: 524253 URL: https://svnweb.freebsd.org/changeset/ports/524253 Log: MFH: r523808 net/wireguard-go: Update to 0.0.20200121 Approved by: ports-secteam (joneum) Modified: branches/2020Q1/net/wireguard-go/Makefile branches/2020Q1/net/wireguard-go/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net/wireguard-go/Makefile ============================================================================== --- branches/2020Q1/net/wireguard-go/Makefile Mon Jan 27 11:16:55 2020 (r524252) +++ branches/2020Q1/net/wireguard-go/Makefile Mon Jan 27 12:00:10 2020 (r524253) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wireguard-go -PORTVERSION= 0.0.20191012 -PORTREVISION= 1 +PORTVERSION= 0.0.20200121 CATEGORIES= net net-vpn MASTER_SITES= https://git.zx2c4.com/wireguard-go/snapshot/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} Modified: branches/2020Q1/net/wireguard-go/distinfo ============================================================================== --- branches/2020Q1/net/wireguard-go/distinfo Mon Jan 27 11:16:55 2020 (r524252) +++ branches/2020Q1/net/wireguard-go/distinfo Mon Jan 27 12:00:10 2020 (r524253) @@ -1,6 +1,6 @@ -TIMESTAMP = 1575644073 -SHA256 (wireguard-go-0.0.20191012.tar.xz) = f4b651b7da7c93a4318c1231204d7d4529e2610b57041ee99fd85c22301edbcc -SIZE (wireguard-go-0.0.20191012.tar.xz) = 78832 +TIMESTAMP = 1579699740 +SHA256 (wireguard-go-0.0.20200121.tar.xz) = d790697df58bcd1d890f126d8a4f0b9aa11ad6f847a692e9c638a4b7b0454c14 +SIZE (wireguard-go-0.0.20200121.tar.xz) = 80532 SHA256 (golang-crypto-34f69633bfdc_GH0.tar.gz) = c3fa0760971622af64c3b7a3319291d997f2f0d53a5c90c17d25eaeba7f0371a SIZE (golang-crypto-34f69633bfdc_GH0.tar.gz) = 1708053 SHA256 (golang-net-83d349e8ac1a_GH0.tar.gz) = 5752c376bc6383bf2055281336101c062b881f17ded2e960d718c8256023f9c7 From owner-svn-ports-branches@freebsd.org Mon Jan 27 12:03:27 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F9DC1F4956; Mon, 27 Jan 2020 12:03:27 +0000 (UTC) (envelope-from decke@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) server-signature RSA-PSS (4096 bits) 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 485pL73DWNz4Jny; Mon, 27 Jan 2020 12:03:27 +0000 (UTC) (envelope-from decke@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 6A2A29AA5; Mon, 27 Jan 2020 12:03:27 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00RC3RAL082774; Mon, 27 Jan 2020 12:03:27 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00RC3RlH082773; Mon, 27 Jan 2020 12:03:27 GMT (envelope-from decke@FreeBSD.org) Message-Id: <202001271203.00RC3RlH082773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Mon, 27 Jan 2020 12:03:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524254 - branches/2020Q1/net/wireguard X-SVN-Group: ports-branches X-SVN-Commit-Author: decke X-SVN-Commit-Paths: branches/2020Q1/net/wireguard X-SVN-Commit-Revision: 524254 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2020 12:03:27 -0000 Author: decke Date: Mon Jan 27 12:03:26 2020 New Revision: 524254 URL: https://svnweb.freebsd.org/changeset/ports/524254 Log: MFH: r523809 net/wireguard: - Update to 1.0.20200121 - Remove ALL_TARGET now since "all" is available Approved by: ports-secteam (joneum) Modified: branches/2020Q1/net/wireguard/Makefile branches/2020Q1/net/wireguard/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net/wireguard/Makefile ============================================================================== --- branches/2020Q1/net/wireguard/Makefile Mon Jan 27 12:00:10 2020 (r524253) +++ branches/2020Q1/net/wireguard/Makefile Mon Jan 27 12:03:26 2020 (r524254) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wireguard -PORTVERSION= 1.0.20191226 +PORTVERSION= 1.0.20200121 CATEGORIES= net net-vpn MASTER_SITES= https://git.zx2c4.com/wireguard-tools/snapshot/ DISTNAME= wireguard-tools-${PORTVERSION} @@ -20,7 +20,6 @@ USE_RC_SUBR= ${PORTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}/src -ALL_TARGET= MAKE_ARGS= WITH_WGQUICK=yes WITH_BASHCOMPLETION=yes MAKE_ENV+= MANDIR="${MANPREFIX}/man" \ SYSCONFDIR="${PREFIX}/etc" Modified: branches/2020Q1/net/wireguard/distinfo ============================================================================== --- branches/2020Q1/net/wireguard/distinfo Mon Jan 27 12:00:10 2020 (r524253) +++ branches/2020Q1/net/wireguard/distinfo Mon Jan 27 12:03:26 2020 (r524254) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577449789 -SHA256 (wireguard-tools-1.0.20191226.tar.xz) = aa8af0fdc9872d369d8c890a84dbc2a2466b55795dccd5b47721b2d97644b04f -SIZE (wireguard-tools-1.0.20191226.tar.xz) = 90720 +TIMESTAMP = 1579698383 +SHA256 (wireguard-tools-1.0.20200121.tar.xz) = 15bfdbdbecbd3870ced9a7e68286c871bfcb2071d165f113808081f2e428faa3 +SIZE (wireguard-tools-1.0.20200121.tar.xz) = 92804 From owner-svn-ports-branches@freebsd.org Mon Jan 27 22:04:39 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CB8922303B1; Mon, 27 Jan 2020 22:04:39 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 4863gq50fdz4Fqd; Mon, 27 Jan 2020 22:04:39 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6ECD18E17; Mon, 27 Jan 2020 22:04:39 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00RM4dev079777; Mon, 27 Jan 2020 22:04:39 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00RM4d4d079775; Mon, 27 Jan 2020 22:04:39 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001272204.00RM4d4d079775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 27 Jan 2020 22:04:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524449 - branches/2020Q1/devel/concurrencykit X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/devel/concurrencykit X-SVN-Commit-Revision: 524449 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2020 22:04:39 -0000 Author: pkubaj Date: Mon Jan 27 22:04:38 2020 New Revision: 524449 URL: https://svnweb.freebsd.org/changeset/ports/524449 Log: MFH: r524448 devel/concurrencykit: Don't build for 32-bits on powerpc64 configure script runs uname -m to check architecture. uname -m prints powerpc on powerpc64. Use uname -p instead. PR: 243317 Approved by: koobs (maintainer timeout) Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/devel/concurrencykit/Makefile branches/2020Q1/devel/concurrencykit/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/concurrencykit/Makefile ============================================================================== --- branches/2020Q1/devel/concurrencykit/Makefile Mon Jan 27 22:03:47 2020 (r524448) +++ branches/2020Q1/devel/concurrencykit/Makefile Mon Jan 27 22:04:38 2020 (r524449) @@ -8,6 +8,9 @@ MASTER_SITES= http://concurrencykit.org/releases/ \ http://repnop.org/releases/ DISTNAME= ck-${PORTVERSION} +PATCH_SITES= https://github.com/${PORTNAME}/ck/commit/ +PATCHFILES= 999d4612e873bb19867ad1d7043c9c18c7c4d3b9.patch:-p1 + MAINTAINER= koobs@FreeBSD.org COMMENT= Lock-free data structures for high performance concurrent systems Modified: branches/2020Q1/devel/concurrencykit/distinfo ============================================================================== --- branches/2020Q1/devel/concurrencykit/distinfo Mon Jan 27 22:03:47 2020 (r524448) +++ branches/2020Q1/devel/concurrencykit/distinfo Mon Jan 27 22:04:38 2020 (r524449) @@ -1,3 +1,5 @@ -TIMESTAMP = 1521702240 +TIMESTAMP = 1580160889 SHA256 (ck-0.6.0.tar.gz) = d7e27dd0a679e45632951e672f8288228f32310dfed2d5855e9573a9cf0d62df SIZE (ck-0.6.0.tar.gz) = 217198 +SHA256 (999d4612e873bb19867ad1d7043c9c18c7c4d3b9.patch) = f59fb4d7cc959e48ac7cbe19f4e183c682bf316f946a732d27de5654bcc9e8b4 +SIZE (999d4612e873bb19867ad1d7043c9c18c7c4d3b9.patch) = 1693 From owner-svn-ports-branches@freebsd.org Wed Jan 29 03:38:42 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3E1D21B5831; Wed, 29 Jan 2020 03:38:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 486q2p0rfTz43QC; Wed, 29 Jan 2020 03:38:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1838C5E3E; Wed, 29 Jan 2020 03:38:42 +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 00T3cfwD051917; Wed, 29 Jan 2020 03:38:41 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00T3cf8G051916; Wed, 29 Jan 2020 03:38:41 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001290338.00T3cf8G051916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 29 Jan 2020 03:38:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524532 - branches/2020Q1/games/openfodder X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/games/openfodder X-SVN-Commit-Revision: 524532 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2020 03:38:42 -0000 Author: jbeich Date: Wed Jan 29 03:38:41 2020 New Revision: 524532 URL: https://svnweb.freebsd.org/changeset/ports/524532 Log: MFH: r524531 games/openfodder: unbreak with GCC after r521658 In file included from Source/Utils/SimplexIslands.cpp:2: Source/Utils/SimplexIslands.hpp:65:16: error: 'int32_t' does not name a type 65 | static inline int32_t fastfloor(double fp) { | ^~~~~~~ Source/Utils/SimplexIslands.hpp: In member function 'double SimplexIslands::noise(double, double)': Source/Utils/SimplexIslands.hpp:79:11: error: 'fastfloor' was not declared in this scope 79 | int i = fastfloor(xin + s); | ^~~~~~~~~ PR: 243670 Submitted by: pkubaj Approved by: ports-secteam blanket Modified: branches/2020Q1/games/openfodder/Makefile branches/2020Q1/games/openfodder/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/games/openfodder/Makefile ============================================================================== --- branches/2020Q1/games/openfodder/Makefile Wed Jan 29 03:37:58 2020 (r524531) +++ branches/2020Q1/games/openfodder/Makefile Wed Jan 29 03:38:41 2020 (r524532) @@ -4,6 +4,9 @@ PORTNAME= OpenFodder DISTVERSION= 1.6.0 CATEGORIES= games +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 129d50b3ba09.patch:-p1 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Open source port of Cannon Fodder Modified: branches/2020Q1/games/openfodder/distinfo ============================================================================== --- branches/2020Q1/games/openfodder/distinfo Wed Jan 29 03:37:58 2020 (r524531) +++ branches/2020Q1/games/openfodder/distinfo Wed Jan 29 03:38:41 2020 (r524532) @@ -5,3 +5,5 @@ SHA256 (OpenFodder-data-1.7.0_GH0.tar.gz) = a5d39084e4 SIZE (OpenFodder-data-1.7.0_GH0.tar.gz) = 3384943 SHA256 (OpenFodder-scripts-c6f3076_GH0.tar.gz) = 3fbb82605c8bfbc3404220cee2044c368f0f82cdf23f9adcb6144e7743cf9c71 SIZE (OpenFodder-scripts-c6f3076_GH0.tar.gz) = 50622 +SHA256 (129d50b3ba09.patch) = afa517e4025e99847e60ca946101e765cf9194d57671ac5c538940136b5a03e7 +SIZE (129d50b3ba09.patch) = 1050 From owner-svn-ports-branches@freebsd.org Wed Jan 29 13:10:15 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 532BD1D7FB6; Wed, 29 Jan 2020 13:10:15 +0000 (UTC) (envelope-from bapt@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) server-signature RSA-PSS (4096 bits) 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 4873kH1TRCz4ZGX; Wed, 29 Jan 2020 13:10:15 +0000 (UTC) (envelope-from bapt@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 2DE10C835; Wed, 29 Jan 2020 13:10:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00TDAFZn091210; Wed, 29 Jan 2020 13:10:15 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00TDAEmh091209; Wed, 29 Jan 2020 13:10:14 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202001291310.00TDAEmh091209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 29 Jan 2020 13:10:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524544 - in branches/2020Q1/ports-mgmt/pkg: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in branches/2020Q1/ports-mgmt/pkg: . files X-SVN-Commit-Revision: 524544 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2020 13:10:15 -0000 Author: bapt Date: Wed Jan 29 13:10:14 2020 New Revision: 524544 URL: https://svnweb.freebsd.org/changeset/ports/524544 Log: MFH: r524543 Import the libfetch patch to the bundled libfetch Approved by: portmgr (implicit) Added: branches/2020Q1/ports-mgmt/pkg/files/patch-libfetch - copied unchanged from r524543, head/ports-mgmt/pkg/files/patch-libfetch Modified: branches/2020Q1/ports-mgmt/pkg/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/ports-mgmt/pkg/Makefile ============================================================================== --- branches/2020Q1/ports-mgmt/pkg/Makefile Wed Jan 29 13:09:01 2020 (r524543) +++ branches/2020Q1/ports-mgmt/pkg/Makefile Wed Jan 29 13:10:14 2020 (r524544) @@ -3,6 +3,7 @@ PORTNAME= pkg DISTVERSION= 1.12.0 _PKG_VERSION= ${DISTVERSION} +PORTREVISION= 1 CATEGORIES= ports-mgmt #MASTER_SITES= \ # http://files.etoilebsd.net/${PORTNAME}/ \ Copied: branches/2020Q1/ports-mgmt/pkg/files/patch-libfetch (from r524543, head/ports-mgmt/pkg/files/patch-libfetch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/ports-mgmt/pkg/files/patch-libfetch Wed Jan 29 13:10:14 2020 (r524544, copy of r524543, head/ports-mgmt/pkg/files/patch-libfetch) @@ -0,0 +1,31 @@ +diff --git a/external/libfetch/fetch.c b/external/libfetch/fetch.c +index 47c03a79..df5d5547 100644 +--- external/libfetch/fetch.c ++++ external/libfetch/fetch.c +@@ -332,6 +332,8 @@ fetch_pctdecode(char *dst, const char *src, size_t dlen) + } + if (dlen-- > 0) + *dst++ = c; ++ else ++ return (NULL); + } + return (s); + } +@@ -381,11 +383,15 @@ fetchParseURL(const char *URL) + if (p && *p == '@') { + /* username */ + q = fetch_pctdecode(u->user, URL, URL_USERLEN); ++ if (q == NULL) ++ goto ouch; + + /* password */ +- if (*q == ':') ++ if (*q == ':') { + q = fetch_pctdecode(u->pwd, q + 1, URL_PWDLEN); +- ++ if (q == NULL) ++ goto ouch; ++ } + p++; + } else { + p = URL; From owner-svn-ports-branches@freebsd.org Wed Jan 29 18:16: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 6C9E71F873F; Wed, 29 Jan 2020 18:16:29 +0000 (UTC) (envelope-from brooks@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) server-signature RSA-PSS (4096 bits) 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 487BWd27rJz3Q4M; Wed, 29 Jan 2020 18:16:29 +0000 (UTC) (envelope-from brooks@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 3FFAB182C5; Wed, 29 Jan 2020 18:16:29 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00TIGTOi077638; Wed, 29 Jan 2020 18:16:29 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00TIGTtq077637; Wed, 29 Jan 2020 18:16:29 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <202001291816.00TIGTtq077637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Wed, 29 Jan 2020 18:16:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524562 - branches/2020Q1/devel/llvm-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: branches/2020Q1/devel/llvm-devel X-SVN-Commit-Revision: 524562 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2020 18:16:29 -0000 Author: brooks Date: Wed Jan 29 18:16:28 2020 New Revision: 524562 URL: https://svnweb.freebsd.org/changeset/ports/524562 Log: Fix plist that I somehow botched in the last merge. This change syncs the plist with head. Approved by: ports-secteam (swills) Modified: branches/2020Q1/devel/llvm-devel/pkg-plist Modified: branches/2020Q1/devel/llvm-devel/pkg-plist ============================================================================== --- branches/2020Q1/devel/llvm-devel/pkg-plist Wed Jan 29 17:55:39 2020 (r524561) +++ branches/2020Q1/devel/llvm-devel/pkg-plist Wed Jan 29 18:16:28 2020 (r524562) @@ -558,6 +558,7 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/Driver/DriverDiagnostic.h %%CLANG%%llvm-devel/include/clang/Driver/Job.h %%CLANG%%llvm-devel/include/clang/Driver/Multilib.h +%%CLANG%%llvm-devel/include/clang/Driver/OptionUtils.h %%CLANG%%llvm-devel/include/clang/Driver/Options.h %%CLANG%%llvm-devel/include/clang/Driver/Options.inc %%CLANG%%llvm-devel/include/clang/Driver/Phases.h @@ -1191,7 +1192,6 @@ llvm-devel/bin/yaml2obj %%LLDB%%llvm-devel/include/lldb/Symbol/ClangASTImporter.h %%LLDB%%llvm-devel/include/lldb/Symbol/ClangASTMetadata.h %%LLDB%%llvm-devel/include/lldb/Symbol/ClangExternalASTSourceCallbacks.h -%%LLDB%%llvm-devel/include/lldb/Symbol/ClangExternalASTSourceCommon.h %%LLDB%%llvm-devel/include/lldb/Symbol/ClangUtil.h %%LLDB%%llvm-devel/include/lldb/Symbol/CompactUnwindInfo.h %%LLDB%%llvm-devel/include/lldb/Symbol/CompileUnit.h @@ -2482,6 +2482,7 @@ llvm-devel/include/llvm/Support/Errno.h llvm-devel/include/llvm/Support/Error.h llvm-devel/include/llvm/Support/ErrorHandling.h llvm-devel/include/llvm/Support/ErrorOr.h +llvm-devel/include/llvm/Support/Extension.def llvm-devel/include/llvm/Support/FileCheck.h llvm-devel/include/llvm/Support/FileCollector.h llvm-devel/include/llvm/Support/FileOutputBuffer.h From owner-svn-ports-branches@freebsd.org Thu Jan 30 04:07: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 AA91322B06D; Thu, 30 Jan 2020 04:07:45 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 487Rds43fbz4cF5; Thu, 30 Jan 2020 04:07:45 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 869A91F273; Thu, 30 Jan 2020 04:07:45 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00U47jTW037178; Thu, 30 Jan 2020 04:07:45 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00U47jqC037177; Thu, 30 Jan 2020 04:07:45 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202001300407.00U47jqC037177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Thu, 30 Jan 2020 04:07:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524625 - branches/2020Q1/devel/elfutils/files X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q1/devel/elfutils/files X-SVN-Commit-Revision: 524625 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2020 04:07:45 -0000 Author: kevans (src committer) Date: Thu Jan 30 04:07:45 2020 New Revision: 524625 URL: https://svnweb.freebsd.org/changeset/ports/524625 Log: MFH: r524564 devel/elfutils: fix future build failure w.r.t. stdio _unlocked Include early so that the stdio.h function declarations come first, then redefine fputs/fwrite/fread_unlocked to the locked versions. fputc_unlocked will be a macro similar to putc_unlocked, so just hide that one behind an #ifndef since it will be provided as a macro by . The other three will be using the technically-incorrect locked variants until all supported releases provide the needed functions, at which point we can switch them all at once. No PORTREVISION bump as this is just a preemptive build fix that doesn't change the output at all. QA: * portlint not ran, no change outside of a single patch * testport (-CURRENT, amd64; 12.1-RELEASE, amd64; -CURRENT+patch, amd64) Approved by: koobs (ports), cem (maintainer) Approved by: ports-secteam (implicit; build fix) Modified: branches/2020Q1/devel/elfutils/files/patch-lib_eu-config.h Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/elfutils/files/patch-lib_eu-config.h ============================================================================== --- branches/2020Q1/devel/elfutils/files/patch-lib_eu-config.h Thu Jan 30 03:49:12 2020 (r524624) +++ branches/2020Q1/devel/elfutils/files/patch-lib_eu-config.h Thu Jan 30 04:07:45 2020 (r524625) @@ -1,6 +1,6 @@ --- lib/eu-config.h.orig 2015-06-11 11:38:55 UTC +++ lib/eu-config.h -@@ -187,4 +187,171 @@ asm (".section predict_data, \"aw\"; .pr +@@ -187,4 +187,180 @@ asm (".section predict_data, \"aw\"; .pr #endif @@ -10,6 +10,7 @@ +#include +#include +#include ++#include +#include +#include +#include @@ -130,7 +131,15 @@ +#define bswap_32 bswap32 +#define bswap_64 bswap64 + ++/* ++ * Future versions of FreeBSD will provide proper versions of these _unlocked ++ * variants. These can and should be used instead, but won't be available ++ * until FreeBSD 11.4 and 12.2, at which point we should limit the scope of ++ * these to DragonFlyBSD. ++ */ ++#ifndef fputc_unlocked +#define fputc_unlocked putc_unlocked ++#endif +#define fputs_unlocked fputs +#define fwrite_unlocked fwrite +#define fread_unlocked fread From owner-svn-ports-branches@freebsd.org Fri Jan 31 09:31: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 E28AE239E49; Fri, 31 Jan 2020 09:31:02 +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) server-signature RSA-PSS (4096 bits) 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 488BmQ5gHgz4Lrd; Fri, 31 Jan 2020 09:31:02 +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 BDD08BE01; Fri, 31 Jan 2020 09:31:02 +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 00V9V2eA088457; Fri, 31 Jan 2020 09:31:02 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00V9V2m7088456; Fri, 31 Jan 2020 09:31:02 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202001310931.00V9V2m7088456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Fri, 31 Jan 2020 09:31:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524684 - branches/2020Q1/mail/opensmtpd-extras/files X-SVN-Group: ports-branches X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: branches/2020Q1/mail/opensmtpd-extras/files X-SVN-Commit-Revision: 524684 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jan 2020 09:31:02 -0000 Author: fluffy Date: Fri Jan 31 09:31:02 2020 New Revision: 524684 URL: https://svnweb.freebsd.org/changeset/ports/524684 Log: MFH: r524682 mail/opensmtpd-extras: extend mysql80 patch to cover fresh mariadb too PR: 243749 Reported by: Vikash Badal Obtained from: OpenSMTPd repo Approved by: ports-secteam (miwi) Modified: branches/2020Q1/mail/opensmtpd-extras/files/patch-git6d424d2 Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/mail/opensmtpd-extras/files/patch-git6d424d2 ============================================================================== --- branches/2020Q1/mail/opensmtpd-extras/files/patch-git6d424d2 Fri Jan 31 09:30:31 2020 (r524683) +++ branches/2020Q1/mail/opensmtpd-extras/files/patch-git6d424d2 Fri Jan 31 09:31:02 2020 (r524684) @@ -3,19 +3,24 @@ From: Reio Remma Date: Thu, 19 Dec 2019 18:55:30 +0200 Subject: [PATCH] Fix building with MySQL 8.0.1. +From 337e64706c9d7f8e00d710b855fe5e5373354d65 Mon Sep 17 00:00:00 2001 +From: adufray +Date: Wed, 29 Jan 2020 09:47:04 -0600 +Subject: [PATCH] Fix builds for MariaDB users + --- extras/tables/table-mysql/table_mysql.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git ./extras/tables/table-mysql/table_mysql.c ./extras/tables/table-mysql/table_mysql.c -index a58fdf1..257a713 100644 +index a58fdf1..53fb7b7 100644 --- ./extras/tables/table-mysql/table_mysql.c +++ ./extras/tables/table-mysql/table_mysql.c @@ -243,7 +243,11 @@ config_connect(struct config *conf) { "query_addrname", 1 }, { "query_mailaddrmap", 1 }, }; -+#if MYSQL_VERSION_ID >= 80001 ++#if !defined(MARIADB_BASE_VERSION) && MYSQL_VERSION_ID >= 80001 + bool reconn; +#else my_bool reconn; From owner-svn-ports-branches@freebsd.org Fri Jan 31 09:37:28 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 43B1323A1A8; Fri, 31 Jan 2020 09:37:28 +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) server-signature RSA-PSS (4096 bits) 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 488Bvr15s6z4MFR; Fri, 31 Jan 2020 09:37:28 +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 1C673BF9D; Fri, 31 Jan 2020 09:37:28 +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 00V9bR2k093581; Fri, 31 Jan 2020 09:37:27 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00V9bRmN093577; Fri, 31 Jan 2020 09:37:27 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202001310937.00V9bRmN093577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Fri, 31 Jan 2020 09:37:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524685 - branches/2020Q1/mail/opensmtpd X-SVN-Group: ports-branches X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: branches/2020Q1/mail/opensmtpd X-SVN-Commit-Revision: 524685 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jan 2020 09:37:28 -0000 Author: fluffy Date: Fri Jan 31 09:37:27 2020 New Revision: 524685 URL: https://svnweb.freebsd.org/changeset/ports/524685 Log: MFH: r524529 mail/opensmtpd: update to 6.6.2p1 relase This update addressed LPE and RCE vulnerabilities in OpenSMTPD (CVE-2020-7247) https://www.openwall.com/lists/oss-security/2020/01/28/3 This vulnerability is exploitable since May 2018 (commit a8e222352f, "switch smtpd to new grammar") and allows an attacker to execute arbitrary shell commands, as root: - either locally, in OpenSMTPD's default configuration (which listens on the loopback interface and only accepts mail from localhost); - or locally and remotely, in OpenSMTPD's "uncommented" default configuration (which listens on all interfaces and accepts external mail). PR: 243686 Reported by: authors via irc Relnotes: https://www.mail-archive.com/misc@opensmtpd.org/msg04850.html Security: CVE-2020-7247 Security: 08f5c27d-4326-11ea-af8b-00155d0a0200 Approved by: ports-secteam (blanket, security issue) Modified: branches/2020Q1/mail/opensmtpd/Makefile branches/2020Q1/mail/opensmtpd/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/mail/opensmtpd/Makefile ============================================================================== --- branches/2020Q1/mail/opensmtpd/Makefile Fri Jan 31 09:31:02 2020 (r524684) +++ branches/2020Q1/mail/opensmtpd/Makefile Fri Jan 31 09:37:27 2020 (r524685) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opensmtpd -PORTVERSION= 6.6.1 +PORTVERSION= 6.6.2 DISTVERSIONSUFFIX= p1 PORTEPOCH= 1 PORTREVISION= 0 Modified: branches/2020Q1/mail/opensmtpd/distinfo ============================================================================== --- branches/2020Q1/mail/opensmtpd/distinfo Fri Jan 31 09:31:02 2020 (r524684) +++ branches/2020Q1/mail/opensmtpd/distinfo Fri Jan 31 09:37:27 2020 (r524685) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573040217 -SHA256 (opensmtpd-6.6.1p1.tar.gz) = eb1bedbfb23d9f08f509d92d8efcaf51d56fb2f44492f40ec059d41124a2f1d9 -SIZE (opensmtpd-6.6.1p1.tar.gz) = 776538 +TIMESTAMP = 1580264944 +SHA256 (opensmtpd-6.6.2p1.tar.gz) = 63b811aca56861108bb72f16fcbbf32f1af71e77b8996a9a5654b6a18915df9a +SIZE (opensmtpd-6.6.2p1.tar.gz) = 777422 From owner-svn-ports-branches@freebsd.org Fri Jan 31 15:50:24 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3FB2E243558; Fri, 31 Jan 2020 15:50:24 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 488MB76tf9z3HwX; Fri, 31 Jan 2020 15:50:23 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E3DC3184A6; Fri, 31 Jan 2020 15:50:23 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00VFoNYC017431; Fri, 31 Jan 2020 15:50:23 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00VFoNOX017430; Fri, 31 Jan 2020 15:50:23 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001311550.00VFoNOX017430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Fri, 31 Jan 2020 15:50:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524718 - branches/2020Q1/games/bastet X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/games/bastet X-SVN-Commit-Revision: 524718 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jan 2020 15:50:24 -0000 Author: pkubaj Date: Fri Jan 31 15:50:23 2020 New Revision: 524718 URL: https://svnweb.freebsd.org/changeset/ports/524718 Log: MFH: r524717 games/bastet: fix build on GCC architectures Boost requires C++11 compiler. Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/games/bastet/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/games/bastet/Makefile ============================================================================== --- branches/2020Q1/games/bastet/Makefile Fri Jan 31 15:48:18 2020 (r524717) +++ branches/2020Q1/games/bastet/Makefile Fri Jan 31 15:50:23 2020 (r524718) @@ -13,14 +13,12 @@ COMMENT= Ncurses Tetris clone which is harder than eve LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= does not build - LIB_DEPENDS= libboost_program_options.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= fph -USES= gmake localbase:ldflags ncurses tar:tgz +USES= compiler:c++11-lang gmake localbase:ldflags ncurses tar:tgz PORTDOCS= AUTHORS README NEWS From owner-svn-ports-branches@freebsd.org Sat Feb 1 01:25:05 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 A466F1F2E7F; Sat, 1 Feb 2020 01:25:05 +0000 (UTC) (envelope-from rigoletto@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) server-signature RSA-PSS (4096 bits) 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 488bxF3sFpz4SBL; Sat, 1 Feb 2020 01:25:05 +0000 (UTC) (envelope-from rigoletto@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 7FC2C1F05D; Sat, 1 Feb 2020 01:25:05 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0111P5KV064872; Sat, 1 Feb 2020 01:25:05 GMT (envelope-from rigoletto@FreeBSD.org) Received: (from rigoletto@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0111P56M064871; Sat, 1 Feb 2020 01:25:05 GMT (envelope-from rigoletto@FreeBSD.org) Message-Id: <202002010125.0111P56M064871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rigoletto set sender to rigoletto@FreeBSD.org using -f From: =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= Date: Sat, 1 Feb 2020 01:25:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524749 - in branches/2020Q1/devel: . py-confuse X-SVN-Group: ports-branches X-SVN-Commit-Author: rigoletto X-SVN-Commit-Paths: in branches/2020Q1/devel: . py-confuse X-SVN-Commit-Revision: 524749 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2020 01:25:05 -0000 Author: rigoletto Date: Sat Feb 1 01:25:05 2020 New Revision: 524749 URL: https://svnweb.freebsd.org/changeset/ports/524749 Log: MFH: r524632 audio/beets: add missing dependency. Add devel/py-confuse to the tree since audio/beets needs it. PR: 243601 Approved by: portmgr (blanket: missing dependency), tcberner (mentor) Added: branches/2020Q1/devel/py-confuse/ - copied from r524632, head/devel/py-confuse/ Modified: branches/2020Q1/devel/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/Makefile ============================================================================== --- branches/2020Q1/devel/Makefile Sat Feb 1 01:05:15 2020 (r524748) +++ branches/2020Q1/devel/Makefile Sat Feb 1 01:25:05 2020 (r524749) @@ -4307,6 +4307,7 @@ SUBDIR += py-configobj SUBDIR += py-configparser SUBDIR += py-confusable_homoglyphs + SUBDIR += py-confuse SUBDIR += py-constantly SUBDIR += py-construct SUBDIR += py-contextlib2 From owner-svn-ports-branches@freebsd.org Sat Feb 1 01:52:27 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0A5021F3750; Sat, 1 Feb 2020 01:52:27 +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) server-signature RSA-PSS (4096 bits) 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 488cXp6Qzwz4THm; Sat, 1 Feb 2020 01:52:26 +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 D816E1F5C3; Sat, 1 Feb 2020 01:52:26 +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 0111qQwV082372; Sat, 1 Feb 2020 01:52:26 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0111qQcT082371; Sat, 1 Feb 2020 01:52:26 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202002010152.0111qQcT082371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 1 Feb 2020 01:52:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524750 - branches/2020Q1/devel/jenkins X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2020Q1/devel/jenkins X-SVN-Commit-Revision: 524750 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2020 01:52:27 -0000 Author: lwhsu Date: Sat Feb 1 01:52:26 2020 New Revision: 524750 URL: https://svnweb.freebsd.org/changeset/ports/524750 Log: MFH: r524555 - Update to 2.219 Security: a250539d-d1d4-4591-afd3-c8bdfac335d8 Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (miwi) Modified: branches/2020Q1/devel/jenkins/Makefile branches/2020Q1/devel/jenkins/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/jenkins/Makefile ============================================================================== --- branches/2020Q1/devel/jenkins/Makefile Sat Feb 1 01:25:05 2020 (r524749) +++ branches/2020Q1/devel/jenkins/Makefile Sat Feb 1 01:52:26 2020 (r524750) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.210 +PORTVERSION= 2.219 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: branches/2020Q1/devel/jenkins/distinfo ============================================================================== --- branches/2020Q1/devel/jenkins/distinfo Sat Feb 1 01:25:05 2020 (r524749) +++ branches/2020Q1/devel/jenkins/distinfo Sat Feb 1 01:52:26 2020 (r524750) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577067956 -SHA256 (jenkins/2.210/jenkins.war) = 693d692bc4485d6f18d0579f93d6430e4ccd34dcb1972e7059fd1dd590e1ddb7 -SIZE (jenkins/2.210/jenkins.war) = 62752366 +TIMESTAMP = 1580311974 +SHA256 (jenkins/2.219/jenkins.war) = 49757dcf796f7c8714d915eeaa22effcf50546e716b7d818183c304c30005b7e +SIZE (jenkins/2.219/jenkins.war) = 66378696 From owner-svn-ports-branches@freebsd.org Sat Feb 1 01:53:51 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5FB871F37D5; Sat, 1 Feb 2020 01:53:51 +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) server-signature RSA-PSS (4096 bits) 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 488cZR1tgSz4TNf; Sat, 1 Feb 2020 01:53:51 +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 3BA311F5D2; Sat, 1 Feb 2020 01:53:51 +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 0111rpRx082594; Sat, 1 Feb 2020 01:53:51 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0111ro3E082593; Sat, 1 Feb 2020 01:53:50 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202002010153.0111ro3E082593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sat, 1 Feb 2020 01:53:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524751 - branches/2020Q1/devel/jenkins-lts X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: branches/2020Q1/devel/jenkins-lts X-SVN-Commit-Revision: 524751 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2020 01:53:51 -0000 Author: lwhsu Date: Sat Feb 1 01:53:50 2020 New Revision: 524751 URL: https://svnweb.freebsd.org/changeset/ports/524751 Log: MFH: r524556 - Update to 2.204.2 Approved by: swils (maintainer, implicitly) Security: a250539d-d1d4-4591-afd3-c8bdfac335d8 Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (miwi) Modified: branches/2020Q1/devel/jenkins-lts/Makefile branches/2020Q1/devel/jenkins-lts/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/jenkins-lts/Makefile ============================================================================== --- branches/2020Q1/devel/jenkins-lts/Makefile Sat Feb 1 01:52:26 2020 (r524750) +++ branches/2020Q1/devel/jenkins-lts/Makefile Sat Feb 1 01:53:50 2020 (r524751) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.176.4 +PORTVERSION= 2.204.2 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts Modified: branches/2020Q1/devel/jenkins-lts/distinfo ============================================================================== --- branches/2020Q1/devel/jenkins-lts/distinfo Sat Feb 1 01:52:26 2020 (r524750) +++ branches/2020Q1/devel/jenkins-lts/distinfo Sat Feb 1 01:53:50 2020 (r524751) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569453041 -SHA256 (jenkins/2.176.4/jenkins.war) = 8186fd4a9a43088f52c8e98da3ea314562c60c2ee25027e5d9ff4160cee24e80 -SIZE (jenkins/2.176.4/jenkins.war) = 77368917 +TIMESTAMP = 1580312084 +SHA256 (jenkins/2.204.2/jenkins.war) = 4a90c54c065c8d297f7141174e0b04995f8e28d1ea41332bcc268af19f7371c7 +SIZE (jenkins/2.204.2/jenkins.war) = 63422555 From owner-svn-ports-branches@freebsd.org Sat Feb 1 04:13:44 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 A2C161F6918; Sat, 1 Feb 2020 04:13:44 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 488ggr3qnFz4ZlT; Sat, 1 Feb 2020 04:13:44 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7EB7B21075; Sat, 1 Feb 2020 04:13:44 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0114Ditr067026; Sat, 1 Feb 2020 04:13:44 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0114Di3h067024; Sat, 1 Feb 2020 04:13:44 GMT (envelope-from cy@FreeBSD.org) Message-Id: <202002010413.0114Di3h067024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 1 Feb 2020 04:13:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524754 - branches/2020Q1/security/sudo X-SVN-Group: ports-branches X-SVN-Commit-Author: cy X-SVN-Commit-Paths: branches/2020Q1/security/sudo X-SVN-Commit-Revision: 524754 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2020 04:13:44 -0000 Author: cy Date: Sat Feb 1 04:13:43 2020 New Revision: 524754 URL: https://svnweb.freebsd.org/changeset/ports/524754 Log: MFH: r524707 security/sudo update 1.8.30 --> 1.8.31 PR: 243745 Submitted by: cy@ Reported by: cy@ Approved by: garga@ Security: CVE-2019-18634 Approved by: portmgr (miwi@) Modified: branches/2020Q1/security/sudo/Makefile branches/2020Q1/security/sudo/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/security/sudo/Makefile ============================================================================== --- branches/2020Q1/security/sudo/Makefile Sat Feb 1 03:32:16 2020 (r524753) +++ branches/2020Q1/security/sudo/Makefile Sat Feb 1 04:13:43 2020 (r524754) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.8.29 +PORTVERSION= 1.8.31 CATEGORIES= security MASTER_SITES= SUDO Modified: branches/2020Q1/security/sudo/distinfo ============================================================================== --- branches/2020Q1/security/sudo/distinfo Sat Feb 1 03:32:16 2020 (r524753) +++ branches/2020Q1/security/sudo/distinfo Sat Feb 1 04:13:43 2020 (r524754) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572359054 -SHA256 (sudo-1.8.29.tar.gz) = ce53ffac9604e23321334d8ba8ac59ded2bcf624fdb9dbde097ab2049bf29c7c -SIZE (sudo-1.8.29.tar.gz) = 3338260 +TIMESTAMP = 1580422559 +SHA256 (sudo-1.8.31.tar.gz) = 7ea8d97a3cee4c844e0887ea7a1bd80eb54cc98fd77966776cb1a80653ad454f +SIZE (sudo-1.8.31.tar.gz) = 3350674 From owner-svn-ports-branches@freebsd.org Sat Feb 1 13:39:44 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 5345924F457; Sat, 1 Feb 2020 13:39:44 +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) server-signature RSA-PSS (4096 bits) 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 488wDw1Wc6z4YMN; Sat, 1 Feb 2020 13:39:44 +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 2ADB627913; Sat, 1 Feb 2020 13:39:44 +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 011DdijI000613; Sat, 1 Feb 2020 13:39:44 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 011DdhVX000611; Sat, 1 Feb 2020 13:39:43 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202002011339.011DdhVX000611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 1 Feb 2020 13:39:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524764 - branches/2020Q1/net-mgmt/zabbix4-server X-SVN-Group: ports-branches X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: branches/2020Q1/net-mgmt/zabbix4-server X-SVN-Commit-Revision: 524764 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2020 13:39:44 -0000 Author: dbaio Date: Sat Feb 1 13:39:43 2020 New Revision: 524764 URL: https://svnweb.freebsd.org/changeset/ports/524764 Log: MFH: r524701 net-mgmt/zabbix4-*: Update to 4.0.17 Changelog: https://www.zabbix.com/rn/rn4.0.17 PR: 243731 Approved by: Pakhom Golynga (maintainer) Approved by: ports-secteam (miwi) Modified: branches/2020Q1/net-mgmt/zabbix4-server/Makefile branches/2020Q1/net-mgmt/zabbix4-server/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net-mgmt/zabbix4-server/Makefile ============================================================================== --- branches/2020Q1/net-mgmt/zabbix4-server/Makefile Sat Feb 1 12:36:04 2020 (r524763) +++ branches/2020Q1/net-mgmt/zabbix4-server/Makefile Sat Feb 1 13:39:43 2020 (r524764) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix4 -PORTVERSION= 4.0.16 +PORTVERSION= 4.0.17 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} Modified: branches/2020Q1/net-mgmt/zabbix4-server/distinfo ============================================================================== --- branches/2020Q1/net-mgmt/zabbix4-server/distinfo Sat Feb 1 12:36:04 2020 (r524763) +++ branches/2020Q1/net-mgmt/zabbix4-server/distinfo Sat Feb 1 13:39:43 2020 (r524764) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577110254 -SHA256 (zabbix-4.0.16.tar.gz) = a8d7e18230e62a7bd3fd9af5830a2b1b22818468b5da3deb673865ce40dc4d42 -SIZE (zabbix-4.0.16.tar.gz) = 17153389 +TIMESTAMP = 1580389085 +SHA256 (zabbix-4.0.17.tar.gz) = 41f0999d1e60046cc68cacd2bb88df77ad03356894a015ea94300feeb94ac940 +SIZE (zabbix-4.0.17.tar.gz) = 17191889 From owner-svn-ports-branches@freebsd.org Sat Feb 1 13:41:28 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 BB82B24F4B8; Sat, 1 Feb 2020 13:41:28 +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) server-signature RSA-PSS (4096 bits) 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 488wGw4bfCz4YWn; Sat, 1 Feb 2020 13:41:28 +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 992B127970; Sat, 1 Feb 2020 13:41:28 +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 011DfSBt003855; Sat, 1 Feb 2020 13:41:28 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 011DfR8H003852; Sat, 1 Feb 2020 13:41:27 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202002011341.011DfR8H003852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 1 Feb 2020 13:41:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524765 - branches/2020Q1/net-mgmt/zabbix44-server X-SVN-Group: ports-branches X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: branches/2020Q1/net-mgmt/zabbix44-server X-SVN-Commit-Revision: 524765 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2020 13:41:28 -0000 Author: dbaio Date: Sat Feb 1 13:41:27 2020 New Revision: 524765 URL: https://svnweb.freebsd.org/changeset/ports/524765 Log: MFH: r524702 net-mgmt/zabbix44-*: Update to 4.4.5 Changelog: https://www.zabbix.com/rn/rn4.4.5 PR: 243732 Approved by: Pakhom Golynga (maintainer) Approved by: ports-secteam (miwi) Modified: branches/2020Q1/net-mgmt/zabbix44-server/Makefile branches/2020Q1/net-mgmt/zabbix44-server/distinfo branches/2020Q1/net-mgmt/zabbix44-server/pkg-plist branches/2020Q1/net-mgmt/zabbix44-server/pkg-plist.frontend Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net-mgmt/zabbix44-server/Makefile ============================================================================== --- branches/2020Q1/net-mgmt/zabbix44-server/Makefile Sat Feb 1 13:39:43 2020 (r524764) +++ branches/2020Q1/net-mgmt/zabbix44-server/Makefile Sat Feb 1 13:41:27 2020 (r524765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix44 -PORTVERSION= 4.4.4 +PORTVERSION= 4.4.5 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} Modified: branches/2020Q1/net-mgmt/zabbix44-server/distinfo ============================================================================== --- branches/2020Q1/net-mgmt/zabbix44-server/distinfo Sat Feb 1 13:39:43 2020 (r524764) +++ branches/2020Q1/net-mgmt/zabbix44-server/distinfo Sat Feb 1 13:41:27 2020 (r524765) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577110296 -SHA256 (zabbix-4.4.4.tar.gz) = 7bf7ede7d182d4ff4f8321b9f3aafe6da50ee33696cf5fcc4811f084da37865f -SIZE (zabbix-4.4.4.tar.gz) = 20536929 +TIMESTAMP = 1580389138 +SHA256 (zabbix-4.4.5.tar.gz) = 94a897825b062e17b34767c0864305cee6a87476dda8bee88dcf845b24bed0ea +SIZE (zabbix-4.4.5.tar.gz) = 19284769 Modified: branches/2020Q1/net-mgmt/zabbix44-server/pkg-plist ============================================================================== --- branches/2020Q1/net-mgmt/zabbix44-server/pkg-plist Sat Feb 1 13:39:43 2020 (r524764) +++ branches/2020Q1/net-mgmt/zabbix44-server/pkg-plist Sat Feb 1 13:41:27 2020 (r524765) @@ -1,3 +1,4 @@ +bin/zabbix_js %%DATADIR%%/%%ZABBIX_BUILD%%/database/ibm_db2/data.sql %%DATADIR%%/%%ZABBIX_BUILD%%/database/ibm_db2/images.sql %%DATADIR%%/%%ZABBIX_BUILD%%/database/ibm_db2/schema.sql Modified: branches/2020Q1/net-mgmt/zabbix44-server/pkg-plist.frontend ============================================================================== --- branches/2020Q1/net-mgmt/zabbix44-server/pkg-plist.frontend Sat Feb 1 13:39:43 2020 (r524764) +++ branches/2020Q1/net-mgmt/zabbix44-server/pkg-plist.frontend Sat Feb 1 13:41:27 2020 (r524765) @@ -35,6 +35,7 @@ %%WWWDIR%%/app/controllers/CControllerExportXml.php %%WWWDIR%%/app/controllers/CControllerFavouriteCreate.php %%WWWDIR%%/app/controllers/CControllerFavouriteDelete.php +%%WWWDIR%%/app/controllers/CControllerHostMacrosList.php %%WWWDIR%%/app/controllers/CControllerMapView.php %%WWWDIR%%/app/controllers/CControllerMediatypeCreate.php %%WWWDIR%%/app/controllers/CControllerMediatypeDelete.php @@ -135,6 +136,8 @@ %%WWWDIR%%/app/views/administration.userprofile.edit.js.php %%WWWDIR%%/app/views/dashboard.properties.edit.php %%WWWDIR%%/app/views/dashboard.sharing.edit.php +%%WWWDIR%%/app/views/hostmacros.list.html.php +%%WWWDIR%%/app/views/hostmacros.list.php %%WWWDIR%%/app/views/layout.csv.php %%WWWDIR%%/app/views/layout.htmlpage.footer.php %%WWWDIR%%/app/views/layout.htmlpage.header.php @@ -788,7 +791,6 @@ %%WWWDIR%%/include/views/general.browserwarning.php %%WWWDIR%%/include/views/general.login.php %%WWWDIR%%/include/views/general.warning.php -%%WWWDIR%%/include/views/hostmacros.php %%WWWDIR%%/include/views/inventory.host.list.php %%WWWDIR%%/include/views/inventory.host.view.php %%WWWDIR%%/include/views/js/adm.regexprs.edit.js.php @@ -828,7 +830,6 @@ %%WWWDIR%%/include/views/js/configuration.triggers.edit.js.php %%WWWDIR%%/include/views/js/configuration.triggers.list.js.php %%WWWDIR%%/include/views/js/editabletable.js.php -%%WWWDIR%%/include/views/js/hostmacros.js.php %%WWWDIR%%/include/views/js/item.preprocessing.js.php %%WWWDIR%%/include/views/js/monitoring.latest.js.php %%WWWDIR%%/include/views/js/monitoring.screen.edit.js.php