From owner-svn-ports-branches@freebsd.org Sun Jan 19 20:57:43 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C099B224400; Sun, 19 Jan 2020 20:57:43 +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 4816ZH2rclz3DLs; Sun, 19 Jan 2020 20:57:43 +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 5D12418CF8; Sun, 19 Jan 2020 20:57:43 +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 00JKvhkI045416; Sun, 19 Jan 2020 20:57:43 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00JKvhnw045415; Sun, 19 Jan 2020 20:57:43 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001192057.00JKvhnw045415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 19 Jan 2020 20:57:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523595 - branches/2020Q1/games/opensurge X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/games/opensurge X-SVN-Commit-Revision: 523595 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, 19 Jan 2020 20:57:43 -0000 Author: pkubaj Date: Sun Jan 19 20:57:42 2020 New Revision: 523595 URL: https://svnweb.freebsd.org/changeset/ports/523595 Log: MFH: r523594 games/opensurge: fix build on GCC architectures C++11 compiler is needed for OpenAL: /usr/local/lib/libopenal.so: undefined reference to `std::overflow_error::overflow_error(char const*)@GLIBCXX_3.4.21' Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/games/opensurge/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/games/opensurge/Makefile ============================================================================== --- branches/2020Q1/games/opensurge/Makefile Sun Jan 19 20:56:41 2020 (r523594) +++ branches/2020Q1/games/opensurge/Makefile Sun Jan 19 20:57:42 2020 (r523595) @@ -28,7 +28,7 @@ LIB_DEPENDS= libalfont.so:x11-fonts/alfont \ WRKSRC= ${WRKDIR}/${PORTNAME}-src-build${SVN_REV} -USES= cmake dos2unix gnome localbase openal:soft +USES= cmake compiler:c++11-lang dos2unix gnome localbase openal:soft DOS2UNIX_GLOB= *.bg *.brk *.grp *.inc *.lev *.lng *.obj *.qst *.spr *.txt PORTDOCS= readme.html From owner-svn-ports-branches@freebsd.org Mon Jan 20 07:00:36 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A8F6D22F65A; Mon, 20 Jan 2020 07:00:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 481Mxw3Kf4z49fn; Mon, 20 Jan 2020 07:00:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 691491FC59; Mon, 20 Jan 2020 07:00:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00K70aQD003433; Mon, 20 Jan 2020 07:00:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00K70aoF003431; Mon, 20 Jan 2020 07:00:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202001200700.00K70aoF003431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 20 Jan 2020 07:00:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523607 - branches/2020Q1/security/fbopenssl X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2020Q1/security/fbopenssl X-SVN-Commit-Revision: 523607 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, 20 Jan 2020 07:00:36 -0000 Author: antoine Date: Mon Jan 20 07:00:35 2020 New Revision: 523607 URL: https://svnweb.freebsd.org/changeset/ports/523607 Log: MFH: r523606 Fix packaging Reported by: pkg-fallout Modified: branches/2020Q1/security/fbopenssl/Makefile branches/2020Q1/security/fbopenssl/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/security/fbopenssl/Makefile ============================================================================== --- branches/2020Q1/security/fbopenssl/Makefile Mon Jan 20 06:57:28 2020 (r523606) +++ branches/2020Q1/security/fbopenssl/Makefile Mon Jan 20 07:00:35 2020 (r523607) @@ -2,6 +2,7 @@ PORTNAME= fbopenssl PORTVERSION= 0.0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/modgssapache/${PORTNAME}/${PORTVERSION}/ @@ -17,12 +18,6 @@ MAKE_ENV= BSD_INSTALL_DATA="${INSTALL_DATA}" WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= readme.txt - -.if defined(NO_PROFILE) -PLIST_SUB+= PROFILE="@comment " -.else -PLIST_SUB+= PROFILE="" -.endif OPTIONS_DEFINE= DOCS Modified: branches/2020Q1/security/fbopenssl/pkg-plist ============================================================================== --- branches/2020Q1/security/fbopenssl/pkg-plist Mon Jan 20 06:57:28 2020 (r523606) +++ branches/2020Q1/security/fbopenssl/pkg-plist Mon Jan 20 07:00:35 2020 (r523607) @@ -5,6 +5,5 @@ include/fbopenssl/krb5help.h include/fbopenssl/spnego.h include/fbopenssl/spnegohelp.h lib/libfbopenssl.a -%%PROFILE%%lib/libfbopenssl_p.a lib/libfbopenssl.so lib/libfbopenssl.so.0 From owner-svn-ports-branches@freebsd.org Mon Jan 20 14:28: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 E595C1FC302; Mon, 20 Jan 2020 14:28:39 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 481Ytv5mXrz4Zrr; Mon, 20 Jan 2020 14:28:39 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C14F524F24; Mon, 20 Jan 2020 14:28:39 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00KESdQd085392; Mon, 20 Jan 2020 14:28:39 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00KESdxp085389; Mon, 20 Jan 2020 14:28:39 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202001201428.00KESdxp085389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 20 Jan 2020 14:28:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523622 - branches/2020Q1/www/gitea X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2020Q1/www/gitea X-SVN-Commit-Revision: 523622 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, 20 Jan 2020 14:28:40 -0000 Author: joneum Date: Mon Jan 20 14:28:39 2020 New Revision: 523622 URL: https://svnweb.freebsd.org/changeset/ports/523622 Log: MFH: r523621 Update to 1.10.3 PR: 243437 Submitted by: stb@lassitu.de (maintainer) Security: a512a412-3a33-11ea-af63-0800274e5f20 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Modified: branches/2020Q1/www/gitea/Makefile branches/2020Q1/www/gitea/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/gitea/Makefile ============================================================================== --- branches/2020Q1/www/gitea/Makefile Mon Jan 20 14:26:27 2020 (r523621) +++ branches/2020Q1/www/gitea/Makefile Mon Jan 20 14:28:39 2020 (r523622) @@ -2,7 +2,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.10.1 +DISTVERSION= 1.10.3 CATEGORIES= www MAINTAINER= stb@lassitu.de Modified: branches/2020Q1/www/gitea/distinfo ============================================================================== --- branches/2020Q1/www/gitea/distinfo Mon Jan 20 14:26:27 2020 (r523621) +++ branches/2020Q1/www/gitea/distinfo Mon Jan 20 14:28:39 2020 (r523622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575708232 -SHA256 (go-gitea-gitea-v1.10.1_GH0.tar.gz) = 01a158128803e3e310d6e8816f49a8f1c6ef82d7c29c3fc9dbdefddad7b0bfdf -SIZE (go-gitea-gitea-v1.10.1_GH0.tar.gz) = 30146802 +TIMESTAMP = 1579517964 +SHA256 (go-gitea-gitea-v1.10.3_GH0.tar.gz) = 564b676163077dfc2c1d0175c9766cf118b8fc917f49e7e7e2e5b2b33d8b6539 +SIZE (go-gitea-gitea-v1.10.3_GH0.tar.gz) = 30145162 From owner-svn-ports-branches@freebsd.org Mon Jan 20 20:18:35 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 16874225E43; Mon, 20 Jan 2020 20:18:35 +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 481jff6yrvz3Gq5; Mon, 20 Jan 2020 20:18:34 +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 EA53010D8; Mon, 20 Jan 2020 20:18:34 +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 00KKIYP9002748; Mon, 20 Jan 2020 20:18:34 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00KKIYKo002745; Mon, 20 Jan 2020 20:18:34 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001202018.00KKIYKo002745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 20 Jan 2020 20:18:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523687 - in branches/2020Q1/www/trafficserver: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in branches/2020Q1/www/trafficserver: . files X-SVN-Commit-Revision: 523687 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, 20 Jan 2020 20:18:35 -0000 Author: pkubaj Date: Mon Jan 20 20:18:34 2020 New Revision: 523687 URL: https://svnweb.freebsd.org/changeset/ports/523687 Log: MFH: r523686 www/trafficserver: fix build on powerpc64 This port builds on amd64, but without luajit support since there's no luajit for powerpc64. Also add USES=localbase instead of LIBS+= and remove unused CONFIGURE_ARGS. Since files are installed to powerpc-freebsd-thread-multi directory, set proper PLIST_SUB and do-install target. Don't add -L/usr/lib to LDFLAGS, it breaks when compiling with ports GCC. PR: 243154 Approved by: gaod@hychen.org (maintainer) Approved by: portmgr (fix build blanket) Added: branches/2020Q1/www/trafficserver/files/patch-configure - copied unchanged from r523686, head/www/trafficserver/files/patch-configure Modified: branches/2020Q1/www/trafficserver/Makefile branches/2020Q1/www/trafficserver/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/trafficserver/Makefile ============================================================================== --- branches/2020Q1/www/trafficserver/Makefile Mon Jan 20 20:17:40 2020 (r523686) +++ branches/2020Q1/www/trafficserver/Makefile Mon Jan 20 20:18:34 2020 (r523687) @@ -12,17 +12,18 @@ COMMENT= Fast, scalable and extensible HTTP proxy serv LICENSE= APACHE20 -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= amd64 powerpc64 LIB_DEPENDS= libcurl.so:ftp/curl \ libhwloc.so:devel/hwloc \ - libluajit-5.1.so:lang/luajit \ libpcre.so:devel/pcre \ libxml2.so:textproc/libxml2 \ - libbrotlienc.so:archivers/brotli + libbrotlienc.so:archivers/brotli \ + ${LIB_DEPENDS_${ARCH}} +LIB_DEPENDS_amd64= libluajit-5.1.so:lang/luajit -USES= compiler:c++17-lang cpe gmake libtool ncurses pathfix \ - perl5 pkgconfig sqlite ssl tar:bzip2 tcl +USES= compiler:c++17-lang cpe gmake libtool localbase ncurses \ + pathfix perl5 pkgconfig sqlite ssl tar:bzip2 tcl CPE_VENDOR= apache CPE_PRODUCT= traffic_server @@ -38,11 +39,8 @@ USERS= ${WWWOWN} GROUPS= ${WWWGRP} PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" PORTVERSION="${PORTVERSION}" -LIBS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --with-libxml2=${LOCALBASE} \ - --with-pcre=${LOCALBASE} \ +CONFIGURE_ARGS= --with-pcre=${LOCALBASE} \ --with-openssl=${OPENSSLBASE} \ - --with-xml=libxml2 \ --with-tcl=${TCL_LIBDIR} \ --localstatedir=/var \ --with-user=${USERS} \ @@ -54,6 +52,7 @@ CONFIGURE_ARGS= --with-libxml2=${LOCALBASE} \ OPTIONS_DEFINE= DOCS WCCP MEMCACHED IMAGEMAGICK X11 OPTIONS_SUB= yes +PLIST_SUB+= ARCH="${ARCH:S/powerpc64/powerpc/}" WCCP_DESC= Enable WCCPv2 protocol WCCP_CONFIGURE_ENABLE= wccp @@ -64,6 +63,12 @@ IMAGEMAGICK_DESC= Enable ats-magick & webp convert plu .include +.if ${ARCH} == amd64 +PLIST_SUB+= LUAJIT="" +.else +PLIST_SUB+= LUAJIT="@comment " +.endif + .if ${PORT_OPTIONS:MMEMCACHED} LIB_DEPENDS+= libmemcached.so:databases/libmemcached PLIST_SUB+= MEMCACHED="" @@ -102,6 +107,6 @@ post-install: ${MKDIR} ${STAGEDIR}${ETCDIR}/snapshots (cd ${STAGEDIR}${ETCDIR} && for f in *.config *.yaml; do ${MV} $$f $$f.sample; done) ${SED} -i '' -e 's|^${STAGEDIR}||g' \ - ${STAGEDIR}${PREFIX}/lib/perl5/amd64-freebsd-thread-multi/auto/Apache/TS/.packlist + ${STAGEDIR}${PREFIX}/lib/perl5/${ARCH:S/powerpc64/powerpc/}-freebsd-thread-multi/auto/Apache/TS/.packlist .include Copied: branches/2020Q1/www/trafficserver/files/patch-configure (from r523686, head/www/trafficserver/files/patch-configure) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/www/trafficserver/files/patch-configure Mon Jan 20 20:18:34 2020 (r523687, copy of r523686, head/www/trafficserver/files/patch-configure) @@ -0,0 +1,13 @@ +--- configure.orig 2020-01-03 10:44:56 UTC ++++ configure +@@ -23922,7 +23922,9 @@ $as_echo "$as_me: adding ${ssldir}/lib64 to RPATH" >&6 + + fi + else +- OPENSSL_LDFLAGS="-L$ssldir/lib" ++ if [ $ssldir != "/usr" ]; then ++ OPENSSL_LDFLAGS="-L$ssldir/lib" ++ fi + if test "$overriden_with_ssl"; then + + { $as_echo "$as_me:${as_lineno-$LINENO}: adding ${ssldir}/lib to RPATH" >&5 Modified: branches/2020Q1/www/trafficserver/pkg-plist ============================================================================== --- branches/2020Q1/www/trafficserver/pkg-plist Mon Jan 20 20:17:40 2020 (r523686) +++ branches/2020Q1/www/trafficserver/pkg-plist Mon Jan 20 20:18:34 2020 (r523687) @@ -156,12 +156,12 @@ libexec/trafficserver/tcpinfo.so libexec/trafficserver/test_cppapi.so libexec/trafficserver/tls_bridge.so libexec/trafficserver/traffic_dump.so -libexec/trafficserver/tslua.so +%%LUAJIT%%libexec/trafficserver/tslua.so libexec/trafficserver/tsmemcache.so libexec/trafficserver/url_sig.so libexec/trafficserver/xdebug.so -lib/perl5/amd64-freebsd-thread-multi/auto/Apache/TS/.packlist -lib/perl5/amd64-freebsd-thread-multi/perllocal.pod +lib/perl5/%%ARCH%%-freebsd-thread-multi/auto/Apache/TS/.packlist +lib/perl5/%%ARCH%%-freebsd-thread-multi/perllocal.pod lib/perl5/Apache/TS.pm lib/perl5/Apache/TS/AdminClient.pm lib/perl5/Apache/TS/Config.pm From owner-svn-ports-branches@freebsd.org Mon Jan 20 20:47: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 78D77226BC8; Mon, 20 Jan 2020 20:47:44 +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 481kJJ2MfGz3JTl; Mon, 20 Jan 2020 20:47:44 +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 48161167E; Mon, 20 Jan 2020 20:47:44 +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 00KKliMY021208; Mon, 20 Jan 2020 20:47:44 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00KKlifT021207; Mon, 20 Jan 2020 20:47:44 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001202047.00KKlifT021207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 20 Jan 2020 20:47:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523690 - branches/2020Q1/devel/py-libzfs X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/devel/py-libzfs X-SVN-Commit-Revision: 523690 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, 20 Jan 2020 20:47:44 -0000 Author: pkubaj Date: Mon Jan 20 20:47:43 2020 New Revision: 523690 URL: https://svnweb.freebsd.org/changeset/ports/523690 Log: MFH: r523689 r522566 devel/py-libzfs: fix build on GCC architectures Builds fine with GCC9. devel/py-libzfs: unbreak on powerpc64 elfv2 Builds fine. Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/devel/py-libzfs/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/py-libzfs/Makefile ============================================================================== --- branches/2020Q1/devel/py-libzfs/Makefile Mon Jan 20 20:33:27 2020 (r523689) +++ branches/2020Q1/devel/py-libzfs/Makefile Mon Jan 20 20:47:43 2020 (r523690) @@ -11,10 +11,6 @@ COMMENT= Python libzfs bindings LICENSE= BSD2CLAUSE -BROKEN_mips= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle -BROKEN_mips64= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle -BROKEN_powerpc64= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle - RUN_DEPENDS= ${PY_ENUM34} USE_GITHUB= yes @@ -23,7 +19,7 @@ GH_PROJECT= py-libzfs GH_TAGNAME= 2991805 HAS_CONFIGURE= yes -USES= python +USES= compiler:c11 python USE_PYTHON= autoplist distutils cython CONFIGURE_ENV= FREEBSD_SRC=${SRC_BASE} From owner-svn-ports-branches@freebsd.org Mon Jan 20 21:40:17 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 E0372227AE5; Mon, 20 Jan 2020 21:40:17 +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 481lSx5Y5Zz3LQR; Mon, 20 Jan 2020 21:40:17 +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 8FF521FE2; Mon, 20 Jan 2020 21:40:17 +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 00KLeHES051110; Mon, 20 Jan 2020 21:40:17 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00KLeHAb051109; Mon, 20 Jan 2020 21:40:17 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001202140.00KLeHAb051109@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 20 Jan 2020 21:40:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523693 - branches/2020Q1/devel/py-subvertpy X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/devel/py-subvertpy X-SVN-Commit-Revision: 523693 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, 20 Jan 2020 21:40:17 -0000 Author: pkubaj Date: Mon Jan 20 21:40:17 2020 New Revision: 523693 URL: https://svnweb.freebsd.org/changeset/ports/523693 Log: MFH: r523692 devel/py-subvertpy: fix build on GCC architectures Using newer GCC works, alhough the error doesn't suggest it: Exception: apr-config not found. Please set APR_CONFIG environment variable Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/devel/py-subvertpy/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/py-subvertpy/Makefile ============================================================================== --- branches/2020Q1/devel/py-subvertpy/Makefile Mon Jan 20 21:39:25 2020 (r523692) +++ branches/2020Q1/devel/py-subvertpy/Makefile Mon Jan 20 21:40:17 2020 (r523693) @@ -14,7 +14,7 @@ LICENSE= GPLv2 BUILD_DEPENDS+= svn:devel/subversion -USES= python:2.7 +USES= compiler:c11 python:2.7 USE_PYTHON= distutils autoplist MAKE_ENV= HOME=/dev/null INSTALL_TARGET= install-strip From owner-svn-ports-branches@freebsd.org Tue Jan 21 09:35:31 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 65CC223783C; Tue, 21 Jan 2020 09:35:31 +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 4823LC25ZJz4Npm; Tue, 21 Jan 2020 09:35:31 +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 43361A894; Tue, 21 Jan 2020 09:35:31 +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 00L9ZVJs081432; Tue, 21 Jan 2020 09:35:31 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00L9ZVDq081431; Tue, 21 Jan 2020 09:35:31 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001210935.00L9ZVDq081431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 21 Jan 2020 09:35:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523710 - branches/2020Q1/devel/binutils X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/devel/binutils X-SVN-Commit-Revision: 523710 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2020 09:35:31 -0000 Author: pkubaj Date: Tue Jan 21 09:35:30 2020 New Revision: 523710 URL: https://svnweb.freebsd.org/changeset/ports/523710 Log: MFH: r523709 devel/binutils@aarch64: unbreak on powerpc64 Builds fine. Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/devel/binutils/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/binutils/Makefile ============================================================================== --- branches/2020Q1/devel/binutils/Makefile Tue Jan 21 09:34:28 2020 (r523709) +++ branches/2020Q1/devel/binutils/Makefile Tue Jan 21 09:35:30 2020 (r523710) @@ -63,7 +63,6 @@ INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/share/info .if ${FLAVOR} == aarch64 BROKEN_mips= fails to configure: error: C compiler cannot create executables BROKEN_mips64= fails to configure: error: C compiler cannot create executables -BROKEN_powerpc64= fails to configure: error: C compiler cannot create executables .elif ${FLAVOR} == aarch64_none_elf || ${FLAVOR} == arm_none_eabi || ${FLAVOR} == mingw32 || ${FLAVOR} == avr BUTARGET= ${FLAVOR:C/_/-/g} .elif ${FLAVOR} == amd64 From owner-svn-ports-branches@freebsd.org Tue Jan 21 10:50:00 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4C5241F1295; Tue, 21 Jan 2020 10:50:00 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 4825081LY7z4RlM; Tue, 21 Jan 2020 10:50:00 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28E4EB5FD; Tue, 21 Jan 2020 10:50:00 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00LAnxVK023669; Tue, 21 Jan 2020 10:49:59 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00LAnxPE023668; Tue, 21 Jan 2020 10:49:59 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001211049.00LAnxPE023668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 21 Jan 2020 10:49:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523713 - in branches/2020Q1/net-p2p/c-lightning: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in branches/2020Q1/net-p2p/c-lightning: . files X-SVN-Commit-Revision: 523713 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2020 10:50:00 -0000 Author: pkubaj Date: Tue Jan 21 10:49:59 2020 New Revision: 523713 URL: https://svnweb.freebsd.org/changeset/ports/523713 Log: MFH: r523712 net-p2p/c-lightning: fix build on GCC architectures Needs C11 compiler: cc1: error: unrecognized command line option "-std=gnu11" Needs include sys/types.h in fdpass.c: ccan/ccan/fdpass/fdpass.c: In function 'fdpass_send': ccan/ccan/fdpass/fdpass.c:16:12: error: 'register_t' undeclared (first use in this function) 16 | char buf[CMSG_SPACE(sizeof(fd))]; | ^~~~~~~~~~ PR: 243481 Approved by: vd (maintainer) Approved by: portmgr (fix build blanket) Added: branches/2020Q1/net-p2p/c-lightning/files/patch-ccan_ccan_fdpass_fdpass.c - copied unchanged from r523712, head/net-p2p/c-lightning/files/patch-ccan_ccan_fdpass_fdpass.c Modified: branches/2020Q1/net-p2p/c-lightning/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net-p2p/c-lightning/Makefile ============================================================================== --- branches/2020Q1/net-p2p/c-lightning/Makefile Tue Jan 21 10:48:58 2020 (r523712) +++ branches/2020Q1/net-p2p/c-lightning/Makefile Tue Jan 21 10:49:59 2020 (r523713) @@ -22,7 +22,8 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libsqlite3.so:databases/sqlite3 RUN_DEPENDS= bitcoin-cli:net-p2p/bitcoin-utils -USES= autoreconf:build gettext gmake libtool python:3.5+,build +USES= autoreconf:build compiler:c11 gettext gmake libtool \ + python:3.5+,build BINARY_ALIAS= python=${PYTHON_CMD} python3=${PYTHON_CMD} ALL_TARGET= default Copied: branches/2020Q1/net-p2p/c-lightning/files/patch-ccan_ccan_fdpass_fdpass.c (from r523712, head/net-p2p/c-lightning/files/patch-ccan_ccan_fdpass_fdpass.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/net-p2p/c-lightning/files/patch-ccan_ccan_fdpass_fdpass.c Tue Jan 21 10:49:59 2020 (r523713, copy of r523712, head/net-p2p/c-lightning/files/patch-ccan_ccan_fdpass_fdpass.c) @@ -0,0 +1,10 @@ +--- ccan/ccan/fdpass/fdpass.c.orig 2020-01-20 22:03:36 UTC ++++ ccan/ccan/fdpass/fdpass.c +@@ -1,6 +1,7 @@ + /* CC0 license (public domain) - see LICENSE file for details */ + #include + #include ++#include + #include + #include + From owner-svn-ports-branches@freebsd.org Tue Jan 21 10:53:52 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D69B61F153B; Tue, 21 Jan 2020 10:53:52 +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 48254c3d1tz4S7Z; Tue, 21 Jan 2020 10:53:52 +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 7713CB7C5; Tue, 21 Jan 2020 10:53:52 +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 00LArq6b029386; Tue, 21 Jan 2020 10:53:52 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00LArp2Z029379; Tue, 21 Jan 2020 10:53:51 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <202001211053.00LArp2Z029379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Tue, 21 Jan 2020 10:53:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523714 - in branches/2020Q1/devel/llvm-devel: . files files/ppc64-elfv2 X-SVN-Group: ports-branches X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: in branches/2020Q1/devel/llvm-devel: . files files/ppc64-elfv2 X-SVN-Commit-Revision: 523714 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2020 10:53:52 -0000 Author: brooks Date: Tue Jan 21 10:53:51 2020 New Revision: 523714 URL: https://svnweb.freebsd.org/changeset/ports/523714 Log: MFH: r523228 r523234 r523575 Update to a new snapshot (welcome to LLVM 11). Fix plist when COMPILER_RT is disabled. PR: 243371 Approved by: portmgr (implicit: buildfix) Deleted: branches/2020Q1/devel/llvm-devel/files/ppc64-elfv2/ Modified: branches/2020Q1/devel/llvm-devel/Makefile branches/2020Q1/devel/llvm-devel/Makefile.snapshot branches/2020Q1/devel/llvm-devel/distinfo branches/2020Q1/devel/llvm-devel/files/gen-Makefile.snapshot.sh branches/2020Q1/devel/llvm-devel/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/llvm-devel/Makefile ============================================================================== --- branches/2020Q1/devel/llvm-devel/Makefile Tue Jan 21 10:49:59 2020 (r523713) +++ branches/2020Q1/devel/llvm-devel/Makefile Tue Jan 21 10:53:51 2020 (r523714) @@ -70,7 +70,7 @@ GH_TAGNAME= ${LLVM_PROJECT_COMMIT} .include "Makefile.snapshot" -OPTIONS_DEFINE= CLANG DOCS EXTRAS LIT LLD LLDB ELFV2 +OPTIONS_DEFINE= CLANG DOCS EXTRAS LIT LLD LLDB OPTIONS_DEFINE_amd64= COMPILER_RT GOLD OPENMP OPTIONS_DEFINE_i386= COMPILER_RT OPENMP OPTIONS_DEFAULT= CLANG EXTRAS LIT LLD LLDB @@ -121,8 +121,6 @@ OPENMP_CONFLICTS_INSTALL= libiomp5-devel-* GOLD_DESC= Build the LLVM Gold plugin for LTO GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils -ELFV2_DESC= [PowerPC64] Use OpenPOWER ELF ABI v2 by default -ELFV2_EXTRA_PATCHES= ${PATCHDIR}/ppc64-elfv2 PLIST_SUB+= LLVM_MAJOR=${LLVM_MAJOR} \ LLVM_RELEASE=${LLVM_RELEASE} @@ -197,12 +195,6 @@ EXTRAS_PATTERN= ${EXTRAS_COMMANDS:tW:C/ */|/g}|${EXTR .include -# PPC_ABI variable is only defined after including bsd.port.options.mk -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2 -OPTIONS_DEFAULT_powerpc64= ELFV2 -.endif - - # keep in sync with /usr/src/lib/clang/clang.build.mk # ----------- start of sync block ------------------ # Armv6 and armv7 uses hard float abi, unless the CPUTYPE has soft in it. @@ -235,7 +227,7 @@ USES+= gnome .if ${PORT_OPTIONS:MCOMPILER_RT} LLVM_ENABLE_PROJECTS+= compiler-rt -COMPILER_RT_PATTERN= (sanitizer|include.xray|include\/fuzzer) +COMPILER_RT_PATTERN= (sanitizer|include.xray|include\/fuzzer|profile\/InstrProfData.inc) .endif .if ${PORT_OPTIONS:MEXTRAS} Modified: branches/2020Q1/devel/llvm-devel/Makefile.snapshot ============================================================================== --- branches/2020Q1/devel/llvm-devel/Makefile.snapshot Tue Jan 21 10:49:59 2020 (r523713) +++ branches/2020Q1/devel/llvm-devel/Makefile.snapshot Tue Jan 21 10:53:51 2020 (r523714) @@ -4,8 +4,8 @@ # # Generated by: files/gen-Makefile.snapshot.sh. # -LLVM_MAJOR= 10 +LLVM_MAJOR= 11 LLVM_RELEASE= ${LLVM_MAJOR}.0.0 -SNAPDATE= 20191218 +SNAPDATE= 20200117 -LLVM_PROJECT_COMMIT= 5789e83dedb97588ad75cca36d01ba6c5142d6d3 +LLVM_PROJECT_COMMIT= f9c46229e4ac29053747c96e08c574c6c48d544b Modified: branches/2020Q1/devel/llvm-devel/distinfo ============================================================================== --- branches/2020Q1/devel/llvm-devel/distinfo Tue Jan 21 10:49:59 2020 (r523713) +++ branches/2020Q1/devel/llvm-devel/distinfo Tue Jan 21 10:53:51 2020 (r523714) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576705258 -SHA256 (llvm-llvm-project-10.0.d20191218-5789e83dedb97588ad75cca36d01ba6c5142d6d3_GH0.tar.gz) = 227799a56bc95b7b125e97113dc6aeb70114c5efdc72de6a1df8a5cb352657df -SIZE (llvm-llvm-project-10.0.d20191218-5789e83dedb97588ad75cca36d01ba6c5142d6d3_GH0.tar.gz) = 118025562 +TIMESTAMP = 1579272116 +SHA256 (llvm-llvm-project-11.0.d20200117-f9c46229e4ac29053747c96e08c574c6c48d544b_GH0.tar.gz) = 8c8abd3bad9c384b6c756fc0e7890e2a2c9dedbafeb6d9f8e56841d7a68c3dd0 +SIZE (llvm-llvm-project-11.0.d20200117-f9c46229e4ac29053747c96e08c574c6c48d544b_GH0.tar.gz) = 120799517 Modified: branches/2020Q1/devel/llvm-devel/files/gen-Makefile.snapshot.sh ============================================================================== --- branches/2020Q1/devel/llvm-devel/files/gen-Makefile.snapshot.sh Tue Jan 21 10:49:59 2020 (r523713) +++ branches/2020Q1/devel/llvm-devel/files/gen-Makefile.snapshot.sh Tue Jan 21 10:53:51 2020 (r523714) @@ -17,7 +17,7 @@ cat < Makefile.snapshot # # Generated by: files/gen-Makefile.snapshot.sh. # -LLVM_MAJOR= 10 +LLVM_MAJOR= 11 LLVM_RELEASE= \${LLVM_MAJOR}.0.0 SNAPDATE= $(date +%Y%m%d) Modified: branches/2020Q1/devel/llvm-devel/pkg-plist ============================================================================== --- branches/2020Q1/devel/llvm-devel/pkg-plist Tue Jan 21 10:49:59 2020 (r523713) +++ branches/2020Q1/devel/llvm-devel/pkg-plist Tue Jan 21 10:53:51 2020 (r523714) @@ -425,6 +425,7 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsARM.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsBPF.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsHexagon.def +%%CLANG%%llvm-devel/include/clang/Basic/BuiltinsHexagonDep.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsLe64.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsMips.def %%CLANG%%llvm-devel/include/clang/Basic/BuiltinsNEON.def @@ -681,6 +682,7 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/Sema/Scope.h %%CLANG%%llvm-devel/include/clang/Sema/ScopeInfo.h %%CLANG%%llvm-devel/include/clang/Sema/Sema.h +%%CLANG%%llvm-devel/include/clang/Sema/SemaConcept.h %%CLANG%%llvm-devel/include/clang/Sema/SemaConsumer.h %%CLANG%%llvm-devel/include/clang/Sema/SemaDiagnostic.h %%CLANG%%llvm-devel/include/clang/Sema/SemaFixItUtils.h @@ -1697,6 +1699,7 @@ llvm-devel/include/llvm/CodeGen/LiveStacks.h llvm-devel/include/llvm/CodeGen/LiveVariables.h llvm-devel/include/llvm/CodeGen/LoopTraversal.h llvm-devel/include/llvm/CodeGen/LowLevelType.h +llvm-devel/include/llvm/CodeGen/MIRFormatter.h llvm-devel/include/llvm/CodeGen/MIRParser/MIParser.h llvm-devel/include/llvm/CodeGen/MIRParser/MIRParser.h llvm-devel/include/llvm/CodeGen/MIRPrinter.h @@ -1798,6 +1801,9 @@ llvm-devel/include/llvm/Config/Disassemblers.def llvm-devel/include/llvm/Config/Targets.def llvm-devel/include/llvm/Config/abi-breaking.h llvm-devel/include/llvm/Config/llvm-config.h +llvm-devel/include/llvm/DWARFLinker/DWARFLinker.h +llvm-devel/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h +llvm-devel/include/llvm/DWARFLinker/DWARFLinkerDeclContext.h llvm-devel/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h llvm-devel/include/llvm/DebugInfo/CodeView/CVRecord.h llvm-devel/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h @@ -2161,6 +2167,7 @@ llvm-devel/include/llvm/IR/IntrinsicsBPF.h llvm-devel/include/llvm/IR/IntrinsicsBPF.td llvm-devel/include/llvm/IR/IntrinsicsHexagon.h llvm-devel/include/llvm/IR/IntrinsicsHexagon.td +llvm-devel/include/llvm/IR/IntrinsicsHexagonDep.td llvm-devel/include/llvm/IR/IntrinsicsMips.h llvm-devel/include/llvm/IR/IntrinsicsMips.td llvm-devel/include/llvm/IR/IntrinsicsNVPTX.h @@ -2650,6 +2657,7 @@ llvm-devel/include/llvm/Transforms/IPO/InferFunctionAt llvm-devel/include/llvm/Transforms/IPO/Inliner.h llvm-devel/include/llvm/Transforms/IPO/Internalize.h llvm-devel/include/llvm/Transforms/IPO/LowerTypeTests.h +llvm-devel/include/llvm/Transforms/IPO/MergeFunctions.h llvm-devel/include/llvm/Transforms/IPO/PartialInlining.h llvm-devel/include/llvm/Transforms/IPO/PassManagerBuilder.h llvm-devel/include/llvm/Transforms/IPO/SCCP.h @@ -2738,6 +2746,7 @@ llvm-devel/include/llvm/Transforms/Scalar/SpeculativeE llvm-devel/include/llvm/Transforms/Scalar/TailRecursionElimination.h llvm-devel/include/llvm/Transforms/Scalar/WarnMissedTransforms.h llvm-devel/include/llvm/Transforms/Utils.h +llvm-devel/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h llvm-devel/include/llvm/Transforms/Utils/ASanStackFrameLayout.h llvm-devel/include/llvm/Transforms/Utils/AddDiscriminators.h llvm-devel/include/llvm/Transforms/Utils/BasicBlockUtils.h @@ -2924,7 +2933,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/ppc_wrappers/tmmintrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/ppc_wrappers/xmmintrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/prfchwintrin.h -%%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/profile/InstrProfData.inc +%%COMPILER_RT%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/profile/InstrProfData.inc %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/ptwriteintrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/rdseedintrin.h %%CLANG%%llvm-devel/lib/clang/%%LLVM_RELEASE%%/include/rtmintrin.h @@ -3039,6 +3048,7 @@ llvm-devel/lib/libLLVMCodeGen.a llvm-devel/lib/libLLVMCore.a llvm-devel/lib/libLLVMCoroutines.a llvm-devel/lib/libLLVMCoverage.a +llvm-devel/lib/libLLVMDWARFLinker.a llvm-devel/lib/libLLVMDebugInfoCodeView.a llvm-devel/lib/libLLVMDebugInfoDWARF.a llvm-devel/lib/libLLVMDebugInfoGSYM.a From owner-svn-ports-branches@freebsd.org Tue Jan 21 12:23:32 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 8E8DE1F41FE; Tue, 21 Jan 2020 12:23:32 +0000 (UTC) (envelope-from kai@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 4827443DqZz4XF6; Tue, 21 Jan 2020 12:23:32 +0000 (UTC) (envelope-from kai@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 513EEC9CE; Tue, 21 Jan 2020 12:23:32 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00LCNWZO083277; Tue, 21 Jan 2020 12:23:32 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00LCNV7Y083274; Tue, 21 Jan 2020 12:23:31 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202001211223.00LCNV7Y083274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Tue, 21 Jan 2020 12:23:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523719 - branches/2020Q1/net-mgmt/netbox X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2020Q1/net-mgmt/netbox X-SVN-Commit-Revision: 523719 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2020 12:23:32 -0000 Author: kai Date: Tue Jan 21 12:23:31 2020 New Revision: 523719 URL: https://svnweb.freebsd.org/changeset/ports/523719 Log: MFH: r523242 net-mgmt/netbox: Update to 2.6.12 Changelog: Enhancements: * Improved NAPALM method documentation in Swagger (OpenAPI) * Preview image attachments when hovering over the link * Allow NAPALM driver settings to be changed with request headers * Toggle the display of child prefixes/IP addresses * Search by description when assigning IP address to interfaces * Add tenant filter field for cables * Enable filtering of interfaces by name on the device view * Add rack selection field to rack elevations view * Paginate assigned circuits at the provider details view * Add total path length to cable trace * Include content of response on webhook error * Enable word expansion during interface creation * Enable searching by DNS name when assigning IP address * Allow passing initial data to custom script forms * Add local_context_data filter for virtual machines Bug Fixes: * Fix validation on tagged VLANs of an interface * Fix ordering of models when dumping data to JSON * Fix device role link on config context view * Allow filtering VM interfaces by multiple MAC addresses * Fix rendering of grouped custom links * Allow filtering device components by multiple device names * Disallow /0 masks for prefixes and IP addresses * Paginate related IPs on the IP address view * Fix minimum/maximum value rendering for site ASN field * Fix filtering of devices by rack group * Fix references to deleted cables without a label * Fix divide-by-zero on power feeds with low power values https://github.com/netbox-community/netbox/releases Approved by: ports-secteam (joneum) Modified: branches/2020Q1/net-mgmt/netbox/Makefile branches/2020Q1/net-mgmt/netbox/distinfo branches/2020Q1/net-mgmt/netbox/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net-mgmt/netbox/Makefile ============================================================================== --- branches/2020Q1/net-mgmt/netbox/Makefile Tue Jan 21 12:21:53 2020 (r523718) +++ branches/2020Q1/net-mgmt/netbox/Makefile Tue Jan 21 12:23:31 2020 (r523719) @@ -2,7 +2,7 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.6.11 +DISTVERSION= 2.6.12 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org Modified: branches/2020Q1/net-mgmt/netbox/distinfo ============================================================================== --- branches/2020Q1/net-mgmt/netbox/distinfo Tue Jan 21 12:21:53 2020 (r523718) +++ branches/2020Q1/net-mgmt/netbox/distinfo Tue Jan 21 12:23:31 2020 (r523719) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578134297 -SHA256 (netbox-community-netbox-v2.6.11_GH0.tar.gz) = 7d395f8b9fdffdce162030f117d36258aa478c72ca6612b82b3e98c6d397c89d -SIZE (netbox-community-netbox-v2.6.11_GH0.tar.gz) = 2440647 +TIMESTAMP = 1578994533 +SHA256 (netbox-community-netbox-v2.6.12_GH0.tar.gz) = 79a416359c5945f21977f023725e8f015d4cbe932f9c2f840890cf42dbe8e92a +SIZE (netbox-community-netbox-v2.6.12_GH0.tar.gz) = 2463692 Modified: branches/2020Q1/net-mgmt/netbox/pkg-plist ============================================================================== --- branches/2020Q1/net-mgmt/netbox/pkg-plist Tue Jan 21 12:21:53 2020 (r523718) +++ branches/2020Q1/net-mgmt/netbox/pkg-plist Tue Jan 21 12:23:31 2020 (r523719) @@ -6,6 +6,7 @@ %%PORTDOCS%%%%DOCSDIR%%/additional-features/custom-scripts.md %%PORTDOCS%%%%DOCSDIR%%/additional-features/export-templates.md %%PORTDOCS%%%%DOCSDIR%%/additional-features/graphs.md +%%PORTDOCS%%%%DOCSDIR%%/additional-features/napalm.md %%PORTDOCS%%%%DOCSDIR%%/additional-features/prometheus-metrics.md %%PORTDOCS%%%%DOCSDIR%%/additional-features/reports.md %%PORTDOCS%%%%DOCSDIR%%/additional-features/tags.md @@ -99,6 +100,7 @@ %%DATADIR%%/circuits/tables.py %%DATADIR%%/circuits/tests/__init__.py %%DATADIR%%/circuits/tests/test_api.py +%%DATADIR%%/circuits/tests/test_filters.py %%DATADIR%%/circuits/tests/test_views.py %%DATADIR%%/circuits/urls.py %%DATADIR%%/circuits/views.py @@ -202,6 +204,7 @@ %%DATADIR%%/dcim/tables.py %%DATADIR%%/dcim/tests/__init__.py %%DATADIR%%/dcim/tests/test_api.py +%%DATADIR%%/dcim/tests/test_filters.py %%DATADIR%%/dcim/tests/test_forms.py %%DATADIR%%/dcim/tests/test_models.py %%DATADIR%%/dcim/tests/test_natural_ordering.py @@ -268,6 +271,7 @@ %%DATADIR%%/extras/tests/test_api.py %%DATADIR%%/extras/tests/test_changelog.py %%DATADIR%%/extras/tests/test_customfields.py +%%DATADIR%%/extras/tests/test_filters.py %%DATADIR%%/extras/tests/test_scripts.py %%DATADIR%%/extras/tests/test_tags.py %%DATADIR%%/extras/tests/test_views.py @@ -326,6 +330,7 @@ %%DATADIR%%/ipam/tables.py %%DATADIR%%/ipam/tests/__init__.py %%DATADIR%%/ipam/tests/test_api.py +%%DATADIR%%/ipam/tests/test_filters.py %%DATADIR%%/ipam/tests/test_models.py %%DATADIR%%/ipam/tests/test_views.py %%DATADIR%%/ipam/urls.py @@ -427,6 +432,7 @@ %%DATADIR%%/project-static/js/cabletrace.js %%DATADIR%%/project-static/js/forms.js %%DATADIR%%/project-static/js/graphs.js +%%DATADIR%%/project-static/js/interface_toggles.js %%DATADIR%%/project-static/js/jquery-3.4.1.min.js %%DATADIR%%/project-static/js/livesearch.js %%DATADIR%%/project-static/js/secrets.js @@ -525,6 +531,7 @@ %%DATADIR%%/secrets/templatetags/secret_helpers.py %%DATADIR%%/secrets/tests/__init__.py %%DATADIR%%/secrets/tests/test_api.py +%%DATADIR%%/secrets/tests/test_filters.py %%DATADIR%%/secrets/tests/test_models.py %%DATADIR%%/secrets/tests/test_views.py %%DATADIR%%/secrets/urls.py @@ -658,6 +665,7 @@ %%DATADIR%%/templates/ipam/aggregate_list.html %%DATADIR%%/templates/ipam/inc/ipadress_edit_header.html %%DATADIR%%/templates/ipam/inc/service.html +%%DATADIR%%/templates/ipam/inc/toggle_available.html %%DATADIR%%/templates/ipam/inc/vlangroup_header.html %%DATADIR%%/templates/ipam/ipaddress.html %%DATADIR%%/templates/ipam/ipaddress_assign.html @@ -757,6 +765,7 @@ %%DATADIR%%/tenancy/tables.py %%DATADIR%%/tenancy/tests/__init__.py %%DATADIR%%/tenancy/tests/test_api.py +%%DATADIR%%/tenancy/tests/test_filters.py %%DATADIR%%/tenancy/tests/test_views.py %%DATADIR%%/tenancy/urls.py %%DATADIR%%/tenancy/views.py @@ -811,6 +820,7 @@ %%DATADIR%%/utilities/tests/__init__.py %%DATADIR%%/utilities/tests/test_api.py %%DATADIR%%/utilities/tests/test_filters.py +%%DATADIR%%/utilities/tests/test_forms.py %%DATADIR%%/utilities/tests/test_managers.py %%DATADIR%%/utilities/tests/test_utils.py %%DATADIR%%/utilities/utils.py @@ -842,6 +852,7 @@ %%DATADIR%%/virtualization/tables.py %%DATADIR%%/virtualization/tests/__init__.py %%DATADIR%%/virtualization/tests/test_api.py +%%DATADIR%%/virtualization/tests/test_filters.py %%DATADIR%%/virtualization/tests/test_views.py %%DATADIR%%/virtualization/urls.py %%DATADIR%%/virtualization/views.py From owner-svn-ports-branches@freebsd.org Tue Jan 21 16:46: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 47CB41FBFBB; Tue, 21 Jan 2020 16:46:44 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 482Dvm13Dsz3HlF; Tue, 21 Jan 2020 16:46:44 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1691CFA31; Tue, 21 Jan 2020 16:46:44 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00LGkhsK038390; Tue, 21 Jan 2020 16:46:43 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00LGkhiQ038387; Tue, 21 Jan 2020 16:46:43 GMT (envelope-from ler@FreeBSD.org) Message-Id: <202001211646.00LGkhiQ038387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 21 Jan 2020 16:46:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523728 - in branches/2020Q1/sysutils/lsof: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: ler X-SVN-Commit-Paths: in branches/2020Q1/sysutils/lsof: . files X-SVN-Commit-Revision: 523728 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2020 16:46:44 -0000 Author: ler Date: Tue Jan 21 16:46:43 2020 New Revision: 523728 URL: https://svnweb.freebsd.org/changeset/ports/523728 Log: MFH: r522273 r522545 r522582 r523727 sysutils/lsof: fix build following base r356337. I took the patch from 243122 as it was more correct. PR: 243122, 243083 Submitted by: cy, yasu@utahime.org sysutils/lsof: fix after base r356432. PR: 243172 Submitted by: mjg Reported by: yasu@utahime.org sysutils/lsof: add a PPC64 work around for needing -lzpool PR: 242833 Submitted by: luciano@vespaperitivo.it sysutils/lsof: fix build on powerpc, powerpc64, powerpcse PR: 242758 Submitted by: pkubaj Approved by: ports-secteam (joneum) Added: branches/2020Q1/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c - copied, changed from r522273, head/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c Modified: branches/2020Q1/sysutils/lsof/Makefile branches/2020Q1/sysutils/lsof/files/patch-dialects_freebsd_dnode.c Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/sysutils/lsof/Makefile ============================================================================== --- branches/2020Q1/sysutils/lsof/Makefile Tue Jan 21 15:41:15 2020 (r523727) +++ branches/2020Q1/sysutils/lsof/Makefile Tue Jan 21 16:46:43 2020 (r523728) @@ -1,9 +1,12 @@ # Created by: David O'Brien # $FreeBSD$ +# note: If someone has a fix for a particular ARCH please feel free +# to commit it. I (ler) don't have access to all the ARCH's + PORTNAME= lsof DISTVERSION= 4.93.2 -PORTREVISION= 6 +PORTREVISION= 9 PORTEPOCH= 8 CATEGORIES= sysutils @@ -22,6 +25,17 @@ HAS_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= lsof-org +OPTIONS_DEFINE_powerpc64= AIM BOOKE +OPTIONS_DEFAULT_powerpc64= AIM + +AIM_DESC= Set for AIM hardware +AIM_CFLAGS= -DAIM +BOOKE_DESC= Set for BOOKE hardware +BOOKE_CFLAGS= -DBOOKE + +CFLAGS_powerpc= -DAIM +CFLAGS_powerpcspe= -DBOOKE + SHEBANG_FILES= scripts/sort_res.perl5 .include @@ -29,6 +43,12 @@ SHEBANG_FILES= scripts/sort_res.perl5 CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys" + +# PPC64 needs -lzpool for reasons unknown. If someone can +# figure out why, I (ler) am all ears. +.if ${ARCH} == powerpc64 || ${ARCH} == powerpc +CONFIGURE_ENV+= LSOF_CFGL="-lzpool" +. endif .if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) IGNORE+= requires kernel sources Modified: branches/2020Q1/sysutils/lsof/files/patch-dialects_freebsd_dnode.c ============================================================================== --- branches/2020Q1/sysutils/lsof/files/patch-dialects_freebsd_dnode.c Tue Jan 21 15:41:15 2020 (r523727) +++ branches/2020Q1/sysutils/lsof/files/patch-dialects_freebsd_dnode.c Tue Jan 21 16:46:43 2020 (r523728) @@ -1,4 +1,4 @@ ---- dialects/freebsd/dnode.c.orig 2019-12-19 21:29:42 UTC +--- dialects/freebsd/dnode.c.orig 2019-05-08 07:32:25 UTC +++ dialects/freebsd/dnode.c @@ -58,9 +58,7 @@ _PROTOTYPE(static int lkup_dev_tty,(dev_t *dr, INODETY @@ -10,3 +10,12 @@ #endif /* defined(HAS_TMPFS) */ _PROTOTYPE(static void get_lock_state,(KA_T f)); +@@ -562,7 +560,7 @@ process_overlaid_node: + * Get the pseudo vnode tag type for FreeBSD >= 5. + */ + vtag = VT_UNKNOWN; +- if (v->v_tag && !kread((KA_T)v->v_tag, (char *)&vtbuf, sizeof(vtbuf))) ++ if (!kread((KA_T)v->v_lock.lock_object.lo_name, (char *)&vtbuf, sizeof(vtbuf))) + { + vtbuf[sizeof(vtbuf) - 1] = '\0'; + vtbp = vtbuf; Copied and modified: branches/2020Q1/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c (from r522273, head/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c) ============================================================================== --- head/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c Mon Jan 6 20:42:08 2020 (r522273, copy source) +++ branches/2020Q1/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c Tue Jan 21 16:46:43 2020 (r523728) @@ -1,6 +1,6 @@ ---- dialects/freebsd/dnode2.c.orig 2019-05-08 00:32:25.000000000 -0700 -+++ dialects/freebsd/dnode2.c 2020-01-05 20:22:25.621138000 -0800 -@@ -49,7 +49,13 @@ +--- dialects/freebsd/dnode2.c.orig 2019-05-08 07:32:25 UTC ++++ dialects/freebsd/dnode2.c +@@ -49,7 +49,13 @@ static char *rcsid = "$Id: dnode2.c,v 1.7 2018/02/14 1 * * Note: clang's complaint about VOP_FSYNC can't be avoided. */ From owner-svn-ports-branches@freebsd.org Tue Jan 21 17:38:49 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 04DC11FD55B; Tue, 21 Jan 2020 17:38:49 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 482G3r6RQ4z3Lkc; Tue, 21 Jan 2020 17:38:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0FB118381; Tue, 21 Jan 2020 17:38:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00LHcmpY068605; Tue, 21 Jan 2020 17:38:48 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00LHcm2C068603; Tue, 21 Jan 2020 17:38:48 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202001211738.00LHcm2C068603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 21 Jan 2020 17:38:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523731 - in branches/2020Q1/deskutils/calibre: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in branches/2020Q1/deskutils/calibre: . files X-SVN-Commit-Revision: 523731 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2020 17:38:49 -0000 Author: madpilot Date: Tue Jan 21 17:38:48 2020 New Revision: 523731 URL: https://svnweb.freebsd.org/changeset/ports/523731 Log: MFH: r523643 Fix calibre-server startup script by extending the PATH to include LOBALBASE/bin. The server looks in path for the pdftohtml binary, which is used to render PDF files for viewing in the browser. Reported by: Alexander Leidinger Approved by: ports-secteam (joneum) Modified: branches/2020Q1/deskutils/calibre/Makefile branches/2020Q1/deskutils/calibre/files/calibre.in Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/deskutils/calibre/Makefile ============================================================================== --- branches/2020Q1/deskutils/calibre/Makefile Tue Jan 21 17:23:50 2020 (r523730) +++ branches/2020Q1/deskutils/calibre/Makefile Tue Jan 21 17:38:48 2020 (r523731) @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 4.7.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: branches/2020Q1/deskutils/calibre/files/calibre.in ============================================================================== --- branches/2020Q1/deskutils/calibre/files/calibre.in Tue Jan 21 17:23:50 2020 (r523730) +++ branches/2020Q1/deskutils/calibre/files/calibre.in Tue Jan 21 17:38:48 2020 (r523731) @@ -31,6 +31,8 @@ . /etc/rc.subr +export PATH=$PATH:%%LOCALBASE%%/sbin:%%LOCALBASE%%/bin + name=calibre rcvar=calibre_enable From owner-svn-ports-branches@freebsd.org Tue Jan 21 19:38: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 32F921FF7CA; Tue, 21 Jan 2020 19:38:24 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 482Jjr0TGDz3xC2; Tue, 21 Jan 2020 19:38:24 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B8B219A4A; Tue, 21 Jan 2020 19:38:24 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00LJcNfE040365; Tue, 21 Jan 2020 19:38:23 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00LJcNLu040362; Tue, 21 Jan 2020 19:38:23 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202001211938.00LJcNLu040362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 21 Jan 2020 19:38:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523736 - in branches/2020Q1/www/chromium: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in branches/2020Q1/www/chromium: . files X-SVN-Commit-Revision: 523736 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2020 19:38:24 -0000 Author: rene Date: Tue Jan 21 19:38:23 2020 New Revision: 523736 URL: https://svnweb.freebsd.org/changeset/ports/523736 Log: MFH: r523735 www/chromium: update to 79.0.3945.130 [1] and restore path for policies [2]. Submitted by: Matthias Wolf [1], Landon Fuller [2] via Github Security: https://chromereleases.googleblog.com/2020/01/stable-channel-update-for-desktop_16.html Approved by: ports-secteam (implicit, browser) Modified: branches/2020Q1/www/chromium/Makefile branches/2020Q1/www/chromium/distinfo branches/2020Q1/www/chromium/files/patch-chrome_common_chrome__paths.cc Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/chromium/Makefile ============================================================================== --- branches/2020Q1/www/chromium/Makefile Tue Jan 21 19:29:41 2020 (r523735) +++ branches/2020Q1/www/chromium/Makefile Tue Jan 21 19:38:23 2020 (r523736) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 79.0.3945.117 +PORTVERSION= 79.0.3945.130 CATEGORIES?= www java MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ LOCAL/cpm/chromium/:fonts Modified: branches/2020Q1/www/chromium/distinfo ============================================================================== --- branches/2020Q1/www/chromium/distinfo Tue Jan 21 19:29:41 2020 (r523735) +++ branches/2020Q1/www/chromium/distinfo Tue Jan 21 19:38:23 2020 (r523736) @@ -1,7 +1,7 @@ -TIMESTAMP = 1578472567 -SHA256 (chromium-79.0.3945.117.tar.xz) = 4d960e8bd790cc1c8e7f0632790424957c4996a8a91b9d899eb572acec854ef1 -SIZE (chromium-79.0.3945.117.tar.xz) = 778215364 -SHA256 (chromium-79.0.3945.117-testdata.tar.xz) = f53530e59bfd76bf46e123eb281699e340281990a0e10405d48c2e6cefb7d84e -SIZE (chromium-79.0.3945.117-testdata.tar.xz) = 252398316 +TIMESTAMP = 1579261549 +SHA256 (chromium-79.0.3945.130.tar.xz) = 56193431ab9d1193773b133d86b419bfae8d8b9196eea253660895e0e8f87ba0 +SIZE (chromium-79.0.3945.130.tar.xz) = 778319112 +SHA256 (chromium-79.0.3945.130-testdata.tar.xz) = da0b544e2f9a3022c5120a0dc21b945e4565e7e4b64f086eefd720e2c1e516d8 +SIZE (chromium-79.0.3945.130-testdata.tar.xz) = 252386344 SHA256 (test_fonts.tar.xz) = cf9cbe3b7f1c4c42d426bddc65ec178d333ad7e205a36fe0a606a3c0c545ece1 SIZE (test_fonts.tar.xz) = 200040 Modified: branches/2020Q1/www/chromium/files/patch-chrome_common_chrome__paths.cc ============================================================================== --- branches/2020Q1/www/chromium/files/patch-chrome_common_chrome__paths.cc Tue Jan 21 19:29:41 2020 (r523735) +++ branches/2020Q1/www/chromium/files/patch-chrome_common_chrome__paths.cc Tue Jan 21 19:38:23 2020 (r523736) @@ -35,6 +35,16 @@ if (!GetUserDownloadsDirectorySafe(&cur)) return false; break; +@@ -482,6 +482,9 @@ bool PathProvider(int key, base::FilePath* result) { + case chrome::DIR_POLICY_FILES: { + #if BUILDFLAG(GOOGLE_CHROME_BRANDING) + cur = base::FilePath(FILE_PATH_LITERAL("/etc/opt/chrome/policies")); ++#elif defined(OS_BSD) ++ cur = base::FilePath(FILE_PATH_LITERAL( ++ "/usr/local/etc/chrome/policies")); + #else + cur = base::FilePath(FILE_PATH_LITERAL("/etc/chromium/policies")); + #endif @@ -502,7 +502,7 @@ bool PathProvider(int key, base::FilePath* result) { } #endif From owner-svn-ports-branches@freebsd.org Tue Jan 21 20:55:34 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9037622277A; Tue, 21 Jan 2020 20:55:34 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 482LQt3F2Jz42Ws; Tue, 21 Jan 2020 20:55:34 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A0641A937; Tue, 21 Jan 2020 20:55:34 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00LKtYl6088556; Tue, 21 Jan 2020 20:55:34 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00LKtYYQ088554; Tue, 21 Jan 2020 20:55:34 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202001212055.00LKtYYQ088554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 21 Jan 2020 20:55:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523742 - branches/2020Q1/devel/rubygem-prometheus-client-mmap X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/devel/rubygem-prometheus-client-mmap X-SVN-Commit-Revision: 523742 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2020 20:55:34 -0000 Author: mfechner Date: Tue Jan 21 20:55:33 2020 New Revision: 523742 URL: https://svnweb.freebsd.org/changeset/ports/523742 Log: MFH: r522890 Update to 0.10.0 which is required for gitlab-ce 12.6.3. Approved by: ports-secteam (joneum) Modified: branches/2020Q1/devel/rubygem-prometheus-client-mmap/Makefile branches/2020Q1/devel/rubygem-prometheus-client-mmap/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/rubygem-prometheus-client-mmap/Makefile ============================================================================== --- branches/2020Q1/devel/rubygem-prometheus-client-mmap/Makefile Tue Jan 21 20:52:14 2020 (r523741) +++ branches/2020Q1/devel/rubygem-prometheus-client-mmap/Makefile Tue Jan 21 20:55:33 2020 (r523742) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= prometheus-client-mmap -DISTVERSION= 0.9.10 +DISTVERSION= 0.10.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: branches/2020Q1/devel/rubygem-prometheus-client-mmap/distinfo ============================================================================== --- branches/2020Q1/devel/rubygem-prometheus-client-mmap/distinfo Tue Jan 21 20:52:14 2020 (r523741) +++ branches/2020Q1/devel/rubygem-prometheus-client-mmap/distinfo Tue Jan 21 20:55:33 2020 (r523742) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569748330 -SHA256 (rubygem/prometheus-client-mmap-0.9.10.gem) = 333c2c2bff5e95f5b25660e2d067d932bcad8025c449d684f43a02adc8f3b546 -SIZE (rubygem/prometheus-client-mmap-0.9.10.gem) = 71680 +TIMESTAMP = 1578913130 +SHA256 (rubygem/prometheus-client-mmap-0.10.0.gem) = b7067632e6333515f3ce99383384613bafee5cc8322bca981bb37cd8d361a201 +SIZE (rubygem/prometheus-client-mmap-0.10.0.gem) = 72704 From owner-svn-ports-branches@freebsd.org Tue Jan 21 20:57:46 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ED59F222817; Tue, 21 Jan 2020 20:57:46 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 482LTQ5zjWz42j3; Tue, 21 Jan 2020 20:57:46 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C896D1A943; Tue, 21 Jan 2020 20:57:46 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00LKvkGH088987; Tue, 21 Jan 2020 20:57:46 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00LKvkw5088985; Tue, 21 Jan 2020 20:57:46 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202001212057.00LKvkw5088985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 21 Jan 2020 20:57:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523744 - branches/2020Q1/www/gitlab-ce X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2020Q1/www/gitlab-ce X-SVN-Commit-Revision: 523744 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2020 20:57:47 -0000 Author: mfechner Date: Tue Jan 21 20:57:45 2020 New Revision: 523744 URL: https://svnweb.freebsd.org/changeset/ports/523744 Log: MFH: r522891 r522992 Bugfix update to 12.6.3. Changelog: https://about.gitlab.com/releases/2020/01/09/gitlab-12-6-3-released/ Security related update to 12.6.4. Changelog: https://about.gitlab.com/releases/2020/01/13/critical-security-release-gitlab-12-dot-6-dot-4-released/ Security: f929b172-369e-11ea-9cdb-001b217b3468 Approved by: ports-secteam (joneum) Modified: branches/2020Q1/www/gitlab-ce/Makefile branches/2020Q1/www/gitlab-ce/distinfo branches/2020Q1/www/gitlab-ce/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/gitlab-ce/Makefile ============================================================================== --- branches/2020Q1/www/gitlab-ce/Makefile Tue Jan 21 20:56:20 2020 (r523743) +++ branches/2020Q1/www/gitlab-ce/Makefile Tue Jan 21 20:57:45 2020 (r523744) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 12.6.2 +PORTVERSION= 12.6.4 PORTREVISION= 0 CATEGORIES= www devel @@ -188,7 +188,7 @@ MY_DEPENDS= git>=2.22.2:devel/git \ rubygem-derailed_benchmarks>0:benchmarks/rubygem-derailed_benchmarks \ rubygem-method_source>=0.8<1.0:devel/rubygem-method_source \ rubygem-influxdb>=0.2<1.0:databases/rubygem-influxdb \ - rubygem-prometheus-client-mmap>=0.9.10<0.10.0:devel/rubygem-prometheus-client-mmap \ + rubygem-prometheus-client-mmap>=0.10.0<0.11.0:devel/rubygem-prometheus-client-mmap \ rubygem-raindrops>=0.18<1.0:www/rubygem-raindrops \ rubygem-octokit>=4.9<5.0:net/rubygem-octokit \ rubygem-mail_room>=0.10.0<0.11.0:mail/rubygem-mail_room \ @@ -240,7 +240,7 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org GL_PROJECT= gitlab-foss # Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT= 3041661dec5d75d18b06ffa26e82bdfff3132f21 +GL_COMMIT= 70900054dfe381ccca7d570d431d96705e6b6473 USERS= git GROUPS= git Modified: branches/2020Q1/www/gitlab-ce/distinfo ============================================================================== --- branches/2020Q1/www/gitlab-ce/distinfo Tue Jan 21 20:56:20 2020 (r523743) +++ branches/2020Q1/www/gitlab-ce/distinfo Tue Jan 21 20:57:45 2020 (r523744) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578065890 -SHA256 (gitlab-org-gitlab-foss-3041661dec5d75d18b06ffa26e82bdfff3132f21_GL0.tar.gz) = e300c710c5497134fda9303d4e18f9458a391a10fe8673d381226b56e7f132a9 -SIZE (gitlab-org-gitlab-foss-3041661dec5d75d18b06ffa26e82bdfff3132f21_GL0.tar.gz) = 99797386 +TIMESTAMP = 1578987020 +SHA256 (gitlab-org-gitlab-foss-70900054dfe381ccca7d570d431d96705e6b6473_GL0.tar.gz) = d91cbf17c1bc417a1b50b1b109a5f1543bc827054db1bd36caf12ae3febb4595 +SIZE (gitlab-org-gitlab-foss-70900054dfe381ccca7d570d431d96705e6b6473_GL0.tar.gz) = 99800896 Modified: branches/2020Q1/www/gitlab-ce/pkg-plist ============================================================================== --- branches/2020Q1/www/gitlab-ce/pkg-plist Tue Jan 21 20:56:20 2020 (r523743) +++ branches/2020Q1/www/gitlab-ce/pkg-plist Tue Jan 21 20:57:45 2020 (r523744) @@ -4146,8 +4146,6 @@ %%WWWDIR%%/app/finders/branches_finder.rb %%WWWDIR%%/app/finders/cluster_ancestors_finder.rb %%WWWDIR%%/app/finders/clusters/knative_services_finder.rb -%%WWWDIR%%/app/finders/clusters/knative_serving_namespace_finder.rb -%%WWWDIR%%/app/finders/clusters/knative_version_role_binding_finder.rb %%WWWDIR%%/app/finders/clusters/kubernetes_namespace_finder.rb %%WWWDIR%%/app/finders/clusters_finder.rb %%WWWDIR%%/app/finders/concerns/created_at_filter.rb @@ -11938,7 +11936,6 @@ %%WWWDIR%%/lib/gitlab/json_logger.rb %%WWWDIR%%/lib/gitlab/jwt_authenticatable.rb %%WWWDIR%%/lib/gitlab/kubernetes.rb -%%WWWDIR%%/lib/gitlab/kubernetes/cluster_role.rb %%WWWDIR%%/lib/gitlab/kubernetes/cluster_role_binding.rb %%WWWDIR%%/lib/gitlab/kubernetes/config_map.rb %%WWWDIR%%/lib/gitlab/kubernetes/config_maps/aws_node_auth.rb @@ -15825,7 +15822,6 @@ %%WWWDIR%%/spec/finders/branches_finder_spec.rb %%WWWDIR%%/spec/finders/cluster_ancestors_finder_spec.rb %%WWWDIR%%/spec/finders/clusters/knative_services_finder_spec.rb -%%WWWDIR%%/spec/finders/clusters/knative_serving_namespace_finder_spec.rb %%WWWDIR%%/spec/finders/clusters/kubernetes_namespace_finder_spec.rb %%WWWDIR%%/spec/finders/clusters_finder_spec.rb %%WWWDIR%%/spec/finders/concerns/finder_methods_spec.rb From owner-svn-ports-branches@freebsd.org Wed Jan 22 20:46: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 3C4321FCD7B; Wed, 22 Jan 2020 20:46:05 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 482y9T1Yw2z4Vnp; Wed, 22 Jan 2020 20:46:05 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1291134E3; Wed, 22 Jan 2020 20:46:05 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00MKk5AQ062472; Wed, 22 Jan 2020 20:46:05 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00MKk4gM062467; Wed, 22 Jan 2020 20:46:04 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202001222046.00MKk4gM062467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 22 Jan 2020 20:46:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523844 - in branches/2020Q1/devel/monodevelop: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in branches/2020Q1/devel/monodevelop: . files X-SVN-Commit-Revision: 523844 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, 22 Jan 2020 20:46:05 -0000 Author: rene Date: Wed Jan 22 20:46:03 2020 New Revision: 523844 URL: https://svnweb.freebsd.org/changeset/ports/523844 Log: MFH: r523616 r523843 devel/monodevelop: unexpire by updating libgit2 and recalculating the checksums. PR: 242948 Submitted by: mavalon Approved by: maintainer timeout (mono, 3 weeks) devel/monodevelop: fix a build_fs_violation error happening with poudriere. PR: 242948 (followup) Submitted by: malavon Approved by: ports-secteam (joneum) Modified: branches/2020Q1/devel/monodevelop/Makefile branches/2020Q1/devel/monodevelop/distinfo branches/2020Q1/devel/monodevelop/files/patch-Makefile.am branches/2020Q1/devel/monodevelop/files/patch-src_core_MonoDevelop.Core_MonoDevelop.Core.csproj branches/2020Q1/devel/monodevelop/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/monodevelop/Makefile ============================================================================== --- branches/2020Q1/devel/monodevelop/Makefile Wed Jan 22 20:32:11 2020 (r523843) +++ branches/2020Q1/devel/monodevelop/Makefile Wed Jan 22 20:46:03 2020 (r523844) @@ -4,7 +4,7 @@ PORTNAME= monodevelop PORTVERSION= 7.6.11.7 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= mono@FreeBSD.org @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libgdiplus.a:x11-toolkit exctags:devel/ctags \ git:devel/git \ svn:devel/subversion \ - fsharpc:lang/fsharp + fsharpc:lang/fsharp # msbuild # main/external/fsharpbinding/paket.lock NUGET_FEEDS= NUGET ROSLYN ROSLYN_FOR_VS_FOR_MAC TEMPLATING VS_IMPL VS_EDITOR VSSDK VSTEST @@ -44,7 +44,9 @@ PAKET_DEPENDS= ExtCore=0.8.46 \ System.Reactive.Interfaces=3.1.1 \ System.Reactive.Linq=3.1.1 \ System.Reflection.Metadata=1.4.2 \ - System.ValueTuple=4.4.0 + System.ValueTuple=4.4.0 \ + YamlDotNet.Signed=4.0.1-pre291 + PAKET_PACKAGEDIR=${WRKSRC}/external/fsharpbinding/packages USES= autoreconf desktop-file-utils gettext gmake gnome mono:nuget pathfix pkgconfig shared-mime-info ssl @@ -57,11 +59,11 @@ CONFIGURE_ARGS= --enable-release --disable-update-mime INSTALL= /usr/bin/install USE_GITHUB= yes GH_ACCOUNT= mono -GH_TUPLE= icsharpcode:RefactoringEssentials:0148f6a:1/external/RefactoringEssentials \ +GH_TUPLE= mono:RefactoringEssentials:0148f6a:1/external/RefactoringEssentials \ mono:debugger-libs:cd477ba:3/external/debugger-libs \ mono:guiunit:dd094e7:4/external/guiunit \ mono:libgit-binary:d8b2aca:6/external/libgit-binary \ - mono:libgit2:e8b8948:7/external/libgit2 \ + mono:libgit2:71efcb3:7/external/libgit2 \ mono:libgit2sharp:319fa36:8/external/libgit2sharp \ mono:mono-addins:293cbf2:9/external/mono-addins \ icsharpcode:NRefactory:0607a4a:10/external/nrefactory \ @@ -71,24 +73,13 @@ GH_TUPLE= icsharpcode:RefactoringEssentials:0148f6a:1/ INSTALL_TARGET= install-strip MAKE_ENV= DOTNET_MSBUILD_SDK_RESOLVER_SDKS_DIR= \ XDG_CACHE_HOME=${WRKDIR} \ - OPENSSL_ROOT_DIR=${OPENSSLBASE} + OPENSSL_ROOT_DIR=${OPENSSLBASE} \ + MONO_REGISTRY_PATH=${WRKDIR} MAKE_JOBS_UNSAFE=Build parallelization not implemented WRKSRC_SUBDIR= main PORTSCOUT= limit:^\d+\.\d+\.[1-9].* -.include - -BROKEN= checksum and size mismatch -DEPRECATED= Broken for more than 3 months -EXPIRATION_DATE= 2020-01-10 -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= fails to compile: incomplete definition of type 'struct bio_st' -BROKEN_FreeBSD_13= fails to compile: incomplete definition of type 'struct bio_st' -.elif ${SSL_DEFAULT} == openssl111 -BROKEN= fails to compile: incomplete definition of type 'struct bio_st' -.endif - post-patch: ${ECHO} "Release ID: ${PORTVERSION}" > ${WRKSRC}/buildinfo -.include +.include Modified: branches/2020Q1/devel/monodevelop/distinfo ============================================================================== --- branches/2020Q1/devel/monodevelop/distinfo Wed Jan 22 20:32:11 2020 (r523843) +++ branches/2020Q1/devel/monodevelop/distinfo Wed Jan 22 20:46:03 2020 (r523844) @@ -1,138 +1,140 @@ -TIMESTAMP = 1541961950 -SHA256 (extcore.0.8.46.nupkg) = 6220962d632c99bcc79f565ada972b948ac9e8db6e47a7cc7b08bf4357b1479e -SIZE (extcore.0.8.46.nupkg) = 5905090 -SHA256 (fake.4.61.1.nupkg) = d3bacc8cb694b64c58c20fcf04f9cc86988de3dc5fd40b205640b0ee354bb201 -SIZE (fake.4.61.1.nupkg) = 14281067 -SHA256 (fsharp.compiler.codedom.0.9.2.nupkg) = 92b9a538956775efd989517a608a366b2b926beae6be752a394f7457f77ac933 -SIZE (fsharp.compiler.codedom.0.9.2.nupkg) = 385599 -SHA256 (fsharp.compiler.service.23.0.1.nupkg) = 6b8ac94d4a36ed2d153114c5904259c9d1d3d2489775ab032d0237c2d1dd8aa0 -SIZE (fsharp.compiler.service.23.0.1.nupkg) = 8895483 -SHA256 (fsharp.core.4.3.3.nupkg) = c382343cef27dc9c93995e7788eb1e90c4eb1e7997b1d9deb7111e8aa8fa06ce -SIZE (fsharp.core.4.3.3.nupkg) = 2850056 -SHA256 (fantomas.2.6.1.nupkg) = e0a0d7ba27483831dc9ee34dbeaee7b8c7a50005d0d109813b9a91603d643a39 -SIZE (fantomas.2.6.1.nupkg) = 408722 -SHA256 (mono.cecil.0.10.0-beta6.nupkg) = e2196f158bfdd29448064aa8436a2bd8d8a2704a8f07c9e86a3fe813ceb19650 -SIZE (mono.cecil.0.10.0-beta6.nupkg) = 646017 -SHA256 (newtonsoft.json.10.0.3.nupkg) = 71e1120fcc184dd7866db8bc895ec562348f6f7b0ca1abbdbaaa0c5a2fd8d772 -SIZE (newtonsoft.json.10.0.3.nupkg) = 2066865 -SHA256 (strongnamer.0.0.6.nupkg) = 1641798901bdfb89da00192bb29c4b06fb94eba37872525395481d0a285ae7af -SIZE (strongnamer.0.0.6.nupkg) = 218999 +TIMESTAMP = 1577499668 +SHA256 (extcore.0.8.46.nupkg) = cd0eece16baf9c17cf7e13e9397a694ea72499d86304b934b59dfa71c5e815eb +SIZE (extcore.0.8.46.nupkg) = 5914655 +SHA256 (fake.4.61.1.nupkg) = 74733716ee5192dcc138c66f2a328db75e858c36904b90006440f2e85fe4ca2d +SIZE (fake.4.61.1.nupkg) = 14290654 +SHA256 (fsharp.compiler.codedom.0.9.2.nupkg) = 31658cfaf6b75b12eea03b8a663934393ed292214e08cea05a69d414cffe22ad +SIZE (fsharp.compiler.codedom.0.9.2.nupkg) = 395184 +SHA256 (fsharp.compiler.service.23.0.1.nupkg) = acb33878c7f24622ca6421c933b405b4da3edba34feb5e00a7cbadc40f110e95 +SIZE (fsharp.compiler.service.23.0.1.nupkg) = 8905068 +SHA256 (fsharp.core.4.3.3.nupkg) = 1a0735f9d2a0047470027fd11e0aadfd4d1f0f941b8abf1dfee789e1f280f863 +SIZE (fsharp.core.4.3.3.nupkg) = 2859636 +SHA256 (fantomas.2.6.1.nupkg) = b602be3fedfdf3e1212e894b3937f23cb4f0085b37607faae472d342edea4854 +SIZE (fantomas.2.6.1.nupkg) = 418296 +SHA256 (mono.cecil.0.10.0-beta6.nupkg) = fcfeb1c90073641fc56c21409af5d6499d28be691bf19c87bb9b90afe6d015cb +SIZE (mono.cecil.0.10.0-beta6.nupkg) = 655585 +SHA256 (newtonsoft.json.10.0.3.nupkg) = 5841c28e9f8e32be5ac5742316c87b4cc0c4fedb44df99ccbf94413dd7317e1b +SIZE (newtonsoft.json.10.0.3.nupkg) = 2076432 +SHA256 (strongnamer.0.0.6.nupkg) = 3517d8eadf39b517aead0da1ed5b728866766cfcfe950b34c46d29f37b6c58b0 +SIZE (strongnamer.0.0.6.nupkg) = 228569 SHA256 (system.collections.immutable.1.3.1.nupkg) = 82210f4527d0d1f8de5c1ffa86c466130d0664540b96dd88e031e533cf652e91 SIZE (system.collections.immutable.1.3.1.nupkg) = 371114 -SHA256 (system.reactive.core.3.1.1.nupkg) = 0f4e44961f4d73cf907a3f1bfc25680eaed850233a16da8190c3c0ad31770939 -SIZE (system.reactive.core.3.1.1.nupkg) = 624570 -SHA256 (system.reactive.interfaces.3.1.1.nupkg) = 2a345bb0fd8f518b8edf7450f280ee75c8f2b34c6911abf5eebbf24339b51aab -SIZE (system.reactive.interfaces.3.1.1.nupkg) = 29143 -SHA256 (system.reactive.linq.3.1.1.nupkg) = 63f67ab388d34c9c9a549d229cf4db455e3fcdd56775603cd153b8dbc646a22d -SIZE (system.reactive.linq.3.1.1.nupkg) = 1372030 +SHA256 (system.reactive.core.3.1.1.nupkg) = c9cecf80da4ac6fd96a37bd58533d9f05641a50b994e98612c5039c6f4f7d496 +SIZE (system.reactive.core.3.1.1.nupkg) = 634136 +SHA256 (system.reactive.interfaces.3.1.1.nupkg) = 5391660da9445e09f0f26c5fda3d22e33d50b37a43b7b95769635ace48c29fc4 +SIZE (system.reactive.interfaces.3.1.1.nupkg) = 38710 +SHA256 (system.reactive.linq.3.1.1.nupkg) = 717300bcbc0fc0322dfd07a78f0f2dec26e78042b3b0d698d1e2dd852f2188d0 +SIZE (system.reactive.linq.3.1.1.nupkg) = 1381597 SHA256 (system.reflection.metadata.1.4.2.nupkg) = f16413c3739d246d93790c8e93cf3edb1e80e1cdfcc1c9fc13e5f932da6bd0a5 SIZE (system.reflection.metadata.1.4.2.nupkg) = 486695 SHA256 (system.valuetuple.4.4.0.nupkg) = 68c3ad8ff7deb843c13710fd115c8e8d64492f639fa434059e1440a311a04424 SIZE (system.valuetuple.4.4.0.nupkg) = 212534 -SHA256 (clrheapallocationanalyzer.1.0.0.8.nupkg) = 53fbe812c3755ab470dfced0a880cfe7d9717cd6b8e3f66ed66a1fe0916c60ff -SIZE (clrheapallocationanalyzer.1.0.0.8.nupkg) = 14589 -SHA256 (humanizer.core.2.2.0.nupkg) = 88226bdb2923551f12d5178a9d1cfe552ccdbe504eb4f544856197fb196101f5 -SIZE (humanizer.core.2.2.0.nupkg) = 95159 -SHA256 (icsharpcode.decompiler.3.0.0.3403-beta4.nupkg) = 75a228b308ac763cf77028fd3dd5288503d3fe896449d707348d88e71cd9d9fd -SIZE (icsharpcode.decompiler.3.0.0.3403-beta4.nupkg) = 3851390 -SHA256 (jetbrains.sharpziplib.stripped.0.87.20170615.10.nupkg) = 77c993418a2c801b3d9a99f84c1c4e702ace4d78cc3d260c745cd3f7bad1a070 -SIZE (jetbrains.sharpziplib.stripped.0.87.20170615.10.nupkg) = 154374 -SHA256 (largeaddressaware.1.0.1.nupkg) = b0fdead7878c2c2fb7864d8a312c0acf79b1b5c243a8c891ecb52362168fcd7e -SIZE (largeaddressaware.1.0.1.nupkg) = 5167 -SHA256 (libgit2sharp.nativebinaries.1.0.81.nupkg) = 4130830e76b1db210fd21d84b3e5acd8967a1f0c6c463e249db26dac0176005f -SIZE (libgit2sharp.nativebinaries.1.0.81.nupkg) = 5334960 -SHA256 (managedesent.1.9.4.nupkg) = 3d5714fdc391111aa7928b6185d7dcbb9635ce3a68a8cfd3a857b8606437e308 -SIZE (managedesent.1.9.4.nupkg) = 859661 -SHA256 (microsoft.aspnet.mvc.5.2.3.nupkg) = 035070b77bfc23970889d0a2cd56a722148b5c5cd04b4b72a920f0b76dfb1c14 -SIZE (microsoft.aspnet.mvc.5.2.3.nupkg) = 298971 -SHA256 (microsoft.aspnet.razor.3.2.3.nupkg) = a2810025de2b4c810711d856cbb7b0510e8ec07122c65372fe9d5e5a60d6c74d -SIZE (microsoft.aspnet.razor.3.2.3.nupkg) = 149332 -SHA256 (microsoft.aspnet.webpages.3.2.3.nupkg) = 74e8f23684704f7ce314f11fb3c48b57068988bdf2de67989313b79b3b0175be -SIZE (microsoft.aspnet.webpages.3.2.3.nupkg) = 228931 +SHA256 (yamldotnet.signed.4.0.1-pre291.nupkg) = da245ddb3c2fe0b039b31b8b916f02fb4d79ddbd02c2aed694b13c21fb8829ec +SIZE (yamldotnet.signed.4.0.1-pre291.nupkg) = 691403 +SHA256 (clrheapallocationanalyzer.1.0.0.8.nupkg) = ee25cea8e927004d79b84ca577f5dcfb09c476b330cbb71a890fa7fdcbbffc64 +SIZE (clrheapallocationanalyzer.1.0.0.8.nupkg) = 24157 +SHA256 (humanizer.core.2.2.0.nupkg) = e50ea845a57cc073ce347ade2af07be158d5d855b7ea6c02de7fb4e48b79bf22 +SIZE (humanizer.core.2.2.0.nupkg) = 104728 +SHA256 (icsharpcode.decompiler.3.0.0.3403-beta4.nupkg) = 44d9f6df7d068a3b78c1c0d0cea1f3abbeaa6b514491adc7695e002dbd5d8057 +SIZE (icsharpcode.decompiler.3.0.0.3403-beta4.nupkg) = 3860972 +SHA256 (jetbrains.sharpziplib.stripped.0.87.20170615.10.nupkg) = 3af3da086d1dad5bcfc25d9e6e248a4f269c19f1492a260ba2822f7fcde78be0 +SIZE (jetbrains.sharpziplib.stripped.0.87.20170615.10.nupkg) = 163944 +SHA256 (largeaddressaware.1.0.1.nupkg) = b1f192b275cc36ef159e16f640fb4101d61d70da4df01ea82a5d8c8b9e858e91 +SIZE (largeaddressaware.1.0.1.nupkg) = 14740 +SHA256 (libgit2sharp.nativebinaries.1.0.81.nupkg) = 01de89337ffe4dae225ae9ee84e39c04c09e210c9dca53b97aeca3aaa1737445 +SIZE (libgit2sharp.nativebinaries.1.0.81.nupkg) = 5344553 +SHA256 (managedesent.1.9.4.nupkg) = e912381c058bf6b9c568924da1837295b4b2c59525eafa40a223ef31d63af503 +SIZE (managedesent.1.9.4.nupkg) = 869237 +SHA256 (microsoft.aspnet.mvc.5.2.3.nupkg) = e49efe0cb18862cfb3478dc34cff84bf862033763e95504f6eea5230ca306298 +SIZE (microsoft.aspnet.mvc.5.2.3.nupkg) = 308548 +SHA256 (microsoft.aspnet.razor.3.2.3.nupkg) = 6cc108770bd5f84c019bebe3df9003f2228abeea1cb03d2b97de1fe5eab0a418 +SIZE (microsoft.aspnet.razor.3.2.3.nupkg) = 158909 +SHA256 (microsoft.aspnet.webpages.3.2.3.nupkg) = d28f91adbe2e3d2ac7d16a60c20b9f81b59816805fd999ae774b7d9146780809 +SIZE (microsoft.aspnet.webpages.3.2.3.nupkg) = 238508 SHA256 (microsoft.codeanalysis.analyzers.1.1.0.nupkg) = 2a878b104a0282677a56c426612a4805c8fb07094944b11ec781b53384fcc1c5 SIZE (microsoft.codeanalysis.analyzers.1.1.0.nupkg) = 92844 -SHA256 (microsoft.codeanalysis.analyzers.1.2.0-beta2.nupkg) = 125130896ed16b5e4b0d60a7b7488e865bc765231f890d190ecb758770acb529 -SIZE (microsoft.codeanalysis.analyzers.1.2.0-beta2.nupkg) = 151206 -SHA256 (microsoft.codeanalysis.csharp.workspaces.1.3.2.nupkg) = d470a59cba64ed9e0033754ef1b54159a5e6edd32a9a1e8ee592ac02b2553e1e -SIZE (microsoft.codeanalysis.csharp.workspaces.1.3.2.nupkg) = 729731 -SHA256 (microsoft.codeanalysis.csharp.1.3.2.nupkg) = 6301d22829bededb32cc858700525f93b4d2eb0d814b10e1588a5cc3720dc6f0 -SIZE (microsoft.codeanalysis.csharp.1.3.2.nupkg) = 5685811 -SHA256 (microsoft.codeanalysis.common.1.3.2.nupkg) = d681995e18139dde8f634362dae7e7cc709186cf79815d80995deb6815b95f05 -SIZE (microsoft.codeanalysis.common.1.3.2.nupkg) = 3108426 -SHA256 (microsoft.codeanalysis.elfie.1.0.0-rc9.nupkg) = dc0ffe696a5ae68598ae15079ea3572fe907e17ff6346e6e59cff28bb39f292a -SIZE (microsoft.codeanalysis.elfie.1.0.0-rc9.nupkg) = 7873719 -SHA256 (microsoft.codeanalysis.visualbasic.workspaces.1.3.2.nupkg) = a30aacdaf1174f02ccbc7967fff5370a8eeda6bb984cb037fa377abcb8feb978 -SIZE (microsoft.codeanalysis.visualbasic.workspaces.1.3.2.nupkg) = 890558 -SHA256 (microsoft.codeanalysis.visualbasic.1.3.2.nupkg) = 19c4e62a310e9a0a68e2d863c1bfc11b5268bd160269ae5ef607073e9cb1f168 -SIZE (microsoft.codeanalysis.visualbasic.1.3.2.nupkg) = 6850815 -SHA256 (microsoft.codeanalysis.workspaces.common.1.3.2.nupkg) = bfb48e909bc8352b57441862bc8253aafa2cfaf9bd4f1ebc46f6d78dcffda2d1 -SIZE (microsoft.codeanalysis.workspaces.common.1.3.2.nupkg) = 2714483 -SHA256 (microsoft.codeanalysis.1.3.2.nupkg) = bc9dfcdffbbc2d2fc9f0c5fdcd49cfff895bd0ac9e21492438ec156f7eeee76b -SIZE (microsoft.codeanalysis.1.3.2.nupkg) = 6384 -SHA256 (microsoft.composition.1.0.27.nupkg) = e97805d1819239bbef92fb0c931c90c33bcde73e10ab30dd3c2b5e3d84416fcc -SIZE (microsoft.composition.1.0.27.nupkg) = 146401 -SHA256 (microsoft.composition.1.0.30.nupkg) = 213fa1d1e542256c8c8f0463631a57c511eaf70e69a82e163e46b1a2add05507 -SIZE (microsoft.composition.1.0.30.nupkg) = 146486 -SHA256 (microsoft.dotnet.common.projecttemplates.2.0.1.0.0-beta2-20170727-301.nupkg) = c818394bf0fe53310d7cf63dc1cb5aabc64075c6da34a16fa682d5277389009e -SIZE (microsoft.dotnet.common.projecttemplates.2.0.1.0.0-beta2-20170727-301.nupkg) = 15078 -SHA256 (microsoft.dotnet.test.projecttemplates.2.0.1.0.0-beta2-20170727-301.nupkg) = 90ae489625de0eae0f79e8a8ae8bcfb3542a038277bc50d940577064f084ab8a -SIZE (microsoft.dotnet.test.projecttemplates.2.0.1.0.0-beta2-20170727-301.nupkg) = 16167 -SHA256 (microsoft.dotnet.web.projecttemplates.2.0.1.0.0-beta2-20170727-301.nupkg) = 957987a784d210ad626e4b338129bd5dcedcb781c6d060035848ff3a4ce445e4 -SIZE (microsoft.dotnet.web.projecttemplates.2.0.1.0.0-beta2-20170727-301.nupkg) = 1930399 +SHA256 (microsoft.codeanalysis.analyzers.1.2.0-beta2.nupkg) = d641b4b67a340fc6d2221d4da49aa448fc977483ddd37f8d2809724539352763 +SIZE (microsoft.codeanalysis.analyzers.1.2.0-beta2.nupkg) = 160788 +SHA256 (microsoft.codeanalysis.csharp.workspaces.1.3.2.nupkg) = f8df6e1a4f3ff0ab91af2cf0d8b375496f1a2b1ef2acac1da643bdb4aad34db6 +SIZE (microsoft.codeanalysis.csharp.workspaces.1.3.2.nupkg) = 739313 +SHA256 (microsoft.codeanalysis.csharp.1.3.2.nupkg) = f23dfc0487ef1f5e82aa7fd6b8fa784c3cfb79ee7dded934cd9abfe5324ff803 +SIZE (microsoft.codeanalysis.csharp.1.3.2.nupkg) = 5695392 +SHA256 (microsoft.codeanalysis.common.1.3.2.nupkg) = e0885b0a0a32f45d9e49af42a2e8b75db61dd4da1c3ef69222ebbdfa09b957cf +SIZE (microsoft.codeanalysis.common.1.3.2.nupkg) = 3118007 +SHA256 (microsoft.codeanalysis.elfie.1.0.0-rc9.nupkg) = e41823515ad7ddbd4c361811d57af7b42e40292e8036e3067e2d170fb3d990a2 +SIZE (microsoft.codeanalysis.elfie.1.0.0-rc9.nupkg) = 7883301 +SHA256 (microsoft.codeanalysis.visualbasic.workspaces.1.3.2.nupkg) = c138328f625e6c81f53ea14ff3303a195aa033f1bdd6c6e35d7e75eec7e7e9ae +SIZE (microsoft.codeanalysis.visualbasic.workspaces.1.3.2.nupkg) = 900140 +SHA256 (microsoft.codeanalysis.visualbasic.1.3.2.nupkg) = 1a481907261f2f8420cf3d7b5d91939fb1bfaf46446f25841a6d9e2a82613f58 +SIZE (microsoft.codeanalysis.visualbasic.1.3.2.nupkg) = 6860397 +SHA256 (microsoft.codeanalysis.workspaces.common.1.3.2.nupkg) = c15520bc4b23ba5169856da024b78ff409ebc80209fe62e877a0d9e427be4a7c +SIZE (microsoft.codeanalysis.workspaces.common.1.3.2.nupkg) = 2724064 +SHA256 (microsoft.codeanalysis.1.3.2.nupkg) = c4e9a05883d27359ed6eba80cfbbe288853b548beb59d14e9cdea4c26f778fe5 +SIZE (microsoft.codeanalysis.1.3.2.nupkg) = 15966 +SHA256 (microsoft.composition.1.0.27.nupkg) = 1bfde9df3c4e582f07a8bb7b2e5e5ca8def9d3b17a37f1ba1bf1f329acd045d1 +SIZE (microsoft.composition.1.0.27.nupkg) = 155987 +SHA256 (microsoft.composition.1.0.30.nupkg) = 214b7ce1a6c87c08e82119eaaa28253988f0fa2992fab66654845b362f530d42 +SIZE (microsoft.composition.1.0.30.nupkg) = 156073 +SHA256 (microsoft.dotnet.common.projecttemplates.2.0.1.0.0-beta2-20170727-301.nupkg) = 6f98b7b6bd667280cc8766a26e09f0d548750c4c3963699fe5c08f303ff4a123 +SIZE (microsoft.dotnet.common.projecttemplates.2.0.1.0.0-beta2-20170727-301.nupkg) = 24645 +SHA256 (microsoft.dotnet.test.projecttemplates.2.0.1.0.0-beta2-20170727-301.nupkg) = 1b743e2ad566557b4b523285c46f74dae809de8bcf22c6602a3e4700da924834 +SIZE (microsoft.dotnet.test.projecttemplates.2.0.1.0.0-beta2-20170727-301.nupkg) = 25734 +SHA256 (microsoft.dotnet.web.projecttemplates.2.0.1.0.0-beta2-20170727-301.nupkg) = 02b1324769dfdd4935ac4beef4fd7f31bc0560beebdb5b196b4c660c45472e14 +SIZE (microsoft.dotnet.web.projecttemplates.2.0.1.0.0-beta2-20170727-301.nupkg) = 1939967 SHA256 (microsoft.netcore.platforms.1.0.1.nupkg) = 7a412cdc1ff47dbc79ea8042d71787b24bdbb1d7df3cddb850a0788824996f92 SIZE (microsoft.netcore.platforms.1.0.1.nupkg) = 8289 SHA256 (microsoft.netcore.platforms.1.1.0.nupkg) = 49c396d5229810408e912d571fb1f21cfa2f92853d4afcb3c77681d141d096a7 SIZE (microsoft.netcore.platforms.1.1.0.nupkg) = 8374 -SHA256 (microsoft.netcore.portable.compatibility.1.0.1.nupkg) = cda20603b6bd392708a63133ba1ed43f7473dda57ca5502a1ef62b657f142e04 -SIZE (microsoft.netcore.portable.compatibility.1.0.1.nupkg) = 820524 +SHA256 (microsoft.netcore.portable.compatibility.1.0.1.nupkg) = c50d58aab0d7074720eaef6ff0c1ccf9882fd9cee5c4b54819945fb165c88ae3 +SIZE (microsoft.netcore.portable.compatibility.1.0.1.nupkg) = 830110 SHA256 (microsoft.netcore.targets.1.1.0.nupkg) = b37c94e8fff675e82482fb4adbc8049e0a8b160911b79065bac4ead4b8d3b445 SIZE (microsoft.netcore.targets.1.1.0.nupkg) = 8575 -SHA256 (microsoft.visualstudio.composition.15.6.36.nupkg) = 021349727330e10b73a64d9037d4cc0c9e195d298d281b69da8ede107ab537e0 -SIZE (microsoft.visualstudio.composition.15.6.36.nupkg) = 907270 -SHA256 (microsoft.visualstudio.shared.vscodedebugprotocol.15.0.10815.1.nupkg) = 473da893ceb5624b7baf849e8b48456703f8fe51f0e69373d221e39a317ff753 -SIZE (microsoft.visualstudio.shared.vscodedebugprotocol.15.0.10815.1.nupkg) = 86374 -SHA256 (microsoft.visualstudio.threading.15.6.46.nupkg) = c598bd9020d452542f9a3cba04daa633bd2089d1b38ebc700dbb41086ed0c9a7 -SIZE (microsoft.visualstudio.threading.15.6.46.nupkg) = 1490014 -SHA256 (microsoft.visualstudio.validation.15.3.32.nupkg) = c23bbec1e7bb9018cae0565b1cf8731dd719bf7b501e0595ee971539909bca89 -SIZE (microsoft.visualstudio.validation.15.3.32.nupkg) = 363450 -SHA256 (microsoft.web.infrastructure.1.0.0.nupkg) = d6a9d4e32222036aa0633f07aeccfa9d38ec22bef311442568499c12734bb4d7 -SIZE (microsoft.web.infrastructure.1.0.0.nupkg) = 24921 +SHA256 (microsoft.visualstudio.composition.15.6.36.nupkg) = 1ae6a7beda2329faf4422c62bc3617190b26b76058f8e4cac8bb15e9e4e29840 +SIZE (microsoft.visualstudio.composition.15.6.36.nupkg) = 916866 +SHA256 (microsoft.visualstudio.shared.vscodedebugprotocol.15.0.10815.1.nupkg) = 489df1436d7305655f01fb9bfdfa25f22d4348cc3541950c62cecf3faf1d236c +SIZE (microsoft.visualstudio.shared.vscodedebugprotocol.15.0.10815.1.nupkg) = 95964 +SHA256 (microsoft.visualstudio.threading.15.6.46.nupkg) = 11cb36e3871c94b68279ba4f178e997316290839300f7bd398cd08f5a767d4b6 +SIZE (microsoft.visualstudio.threading.15.6.46.nupkg) = 1499610 +SHA256 (microsoft.visualstudio.validation.15.3.32.nupkg) = 3e40d5d0079573ffe56e34f918f6624e504ac8851f2d1b0110692525a216e58f +SIZE (microsoft.visualstudio.validation.15.3.32.nupkg) = 373047 +SHA256 (microsoft.web.infrastructure.1.0.0.nupkg) = 94d5011a05bd4c22cf4bdbbd871650de632c1adf0ccd210e9d7b3bd67f1c98b0 +SIZE (microsoft.web.infrastructure.1.0.0.nupkg) = 34499 SHA256 (microsoft.win32.primitives.4.0.1.nupkg) = 23aac46c54c860412acdf5f6e43ed3d8bfb94be802838c40a8d8b079d5d471df SIZE (microsoft.win32.primitives.4.0.1.nupkg) = 53675 SHA256 (microsoft.win32.primitives.4.3.0.nupkg) = 50196fe68a2d30c4a410e2c9eab6507fe4bcbfdee0fdf36f7b36f93480fc7cdb SIZE (microsoft.win32.primitives.4.3.0.nupkg) = 53746 -SHA256 (mono.cecil.0.10.0-beta7.nupkg) = f43229597dc7b69b8119b940f68f3ce55897b9d5b7dc9d5da6de324a87b2710d -SIZE (mono.cecil.0.10.0-beta7.nupkg) = 652955 -SHA256 (mono.texttemplating.1.3.1.nupkg) = 1de26f6d63a40a26fbb53b79bb4b92c7d218917c9a83d855194e3752c3a4d81d -SIZE (mono.texttemplating.1.3.1.nupkg) = 76314 -SHA256 (netstandard.library.1.6.0.nupkg) = 899c254772ea60fe308055daedc4a14f19546cb19c502616bec7da164e71a120 -SIZE (netstandard.library.1.6.0.nupkg) = 7818 +SHA256 (mono.cecil.0.10.0-beta7.nupkg) = 80af931fb0320b15db2910447454ef2846c01e973ef9db967ebcd5c5c7ecf2d9 +SIZE (mono.cecil.0.10.0-beta7.nupkg) = 662522 +SHA256 (mono.texttemplating.1.3.1.nupkg) = cee8bfcbb252339277e01b035b7b550c83142cafd45a62995d143939684749dd +SIZE (mono.texttemplating.1.3.1.nupkg) = 85886 +SHA256 (netstandard.library.1.6.0.nupkg) = 131588d442830918ac85c7c0787552fd1a09a61a92aa88662480bfc33dd9b55a +SIZE (netstandard.library.1.6.0.nupkg) = 17404 SHA256 (netstandard.library.1.6.1.nupkg) = d6db366a11be62b73b9e8a4904001bfae11cf7e7603188113585dfdf0cbbfd0e SIZE (netstandard.library.1.6.1.nupkg) = 7773 -SHA256 (nunit.engine.3.0.1.nupkg) = 8145ca61380ef4ab233c4eff64ab33ba0e703954065082a772391f035a288aa6 -SIZE (nunit.engine.3.0.1.nupkg) = 285987 -SHA256 (nunit.runners.2.6.4.nupkg) = 44877aeb399ffb14b30ecca1c073813aab71dcf9a92986d16f31d919f789d586 -SIZE (nunit.runners.2.6.4.nupkg) = 573341 -SHA256 (nunit.2.6.4.nupkg) = be8cde6e9754474d5d4f553addb6331cf442c2182a0eb4dc87618d744fd59ca9 -SIZE (nunit.2.6.4.nupkg) = 99004 -SHA256 (nuget.build.packaging.0.2.0.nupkg) = 609f60dc725d09bb4db2903d7b0f5897d82506c6d94e3eed0721d3a8470a0956 -SIZE (nuget.build.packaging.0.2.0.nupkg) = 2224247 -SHA256 (sqlitepclraw.bundle_e_sqlite3.1.1.11.nupkg) = 915910a1ebe93fece3ec278812bd22cf6bf323ebfa318d9d26bbfbfab5b60067 -SIZE (sqlitepclraw.bundle_e_sqlite3.1.1.11.nupkg) = 80923 -SHA256 (sqlitepclraw.core.1.1.11.nupkg) = 3e7f2927cc6267edad82560ba756ff96b9f148c72003ead372a8d2b030cf421c -SIZE (sqlitepclraw.core.1.1.11.nupkg) = 204269 -SHA256 (sqlitepclraw.lib.e_sqlite3.linux.1.1.11.nupkg) = a6ff3ffefe2e03ba896f1b308752441a3f4808f0ba9d9e13cd25f41f47c431fe -SIZE (sqlitepclraw.lib.e_sqlite3.linux.1.1.11.nupkg) = 3382101 -SHA256 (sqlitepclraw.lib.e_sqlite3.osx.1.1.11.nupkg) = dc6edcaf950a2c180dc90c1e72ce9fc24e166f6f1ecf92ca004b0a749bac6a71 -SIZE (sqlitepclraw.lib.e_sqlite3.osx.1.1.11.nupkg) = 1500610 -SHA256 (sqlitepclraw.lib.e_sqlite3.v110_xp.1.1.11.nupkg) = 2915018b26af66917146ed73bb1dccbdbadb3a351718b3ee9e749fbdeefe0b0d -SIZE (sqlitepclraw.lib.e_sqlite3.v110_xp.1.1.11.nupkg) = 1734987 -SHA256 (sqlitepclraw.provider.e_sqlite3.net45.1.1.11.nupkg) = 336f0ba2a1832706fea9c1839d6250243ed3b7f769168b8adb22eb955f715d9c -SIZE (sqlitepclraw.provider.e_sqlite3.net45.1.1.11.nupkg) = 19685 -SHA256 (sharpsvn.1.8-x86.1.8013.3694.107.nupkg) = 7422c6202536aa7d1a46ff39c918be872227087c88709ffca6bfdf1067b50b6e -SIZE (sharpsvn.1.8-x86.1.8013.3694.107.nupkg) = 5917871 -SHA256 (sharpziplib.0.86.0.nupkg) = 5906c248bb986d50489192f490f94d2331d04e7d34337bc3c0d64df6d0008207 -SIZE (sharpziplib.0.86.0.nupkg) = 454026 +SHA256 (nunit.engine.3.0.1.nupkg) = 3f6f5b72f8da46186df6556f9935c88aaa3c5e94fa151dde5075d0a21f624511 +SIZE (nunit.engine.3.0.1.nupkg) = 295568 +SHA256 (nunit.runners.2.6.4.nupkg) = c975ace74cee180b569ad524c5118d257081510856a0bcd2469cb2e4d9877a9a +SIZE (nunit.runners.2.6.4.nupkg) = 582922 +SHA256 (nunit.2.6.4.nupkg) = 2a47eddd03bd4f95b0b2fc8f44d193da7baded14bb39602b0e3218c6fc00f2a5 +SIZE (nunit.2.6.4.nupkg) = 108585 +SHA256 (nuget.build.packaging.0.2.0.nupkg) = 46a0add395a03bdb2ab18943324b40d56da51fece360ff54c700db7d6c3d7b64 +SIZE (nuget.build.packaging.0.2.0.nupkg) = 2233821 +SHA256 (sqlitepclraw.bundle_e_sqlite3.1.1.11.nupkg) = efaa1327c04e2f4c243fbd95b0810cce106f5fe3706874f032f35b694bcab27d +SIZE (sqlitepclraw.bundle_e_sqlite3.1.1.11.nupkg) = 90492 +SHA256 (sqlitepclraw.core.1.1.11.nupkg) = a8b8725b5944c5d31c4a3730535551d4ce42b9fca3f5691e04814f3f3e6a9883 +SIZE (sqlitepclraw.core.1.1.11.nupkg) = 213838 +SHA256 (sqlitepclraw.lib.e_sqlite3.linux.1.1.11.nupkg) = da7521b6903da6a9ebbb34c7d8af7a0ba09ce34db39e545f7caf34933ced6534 +SIZE (sqlitepclraw.lib.e_sqlite3.linux.1.1.11.nupkg) = 3391669 +SHA256 (sqlitepclraw.lib.e_sqlite3.osx.1.1.11.nupkg) = a2bd37a4fd2a74eb767cb744eb8939150aaa9e64530fa6de27841578ff57fd11 +SIZE (sqlitepclraw.lib.e_sqlite3.osx.1.1.11.nupkg) = 1510178 +SHA256 (sqlitepclraw.lib.e_sqlite3.v110_xp.1.1.11.nupkg) = 588aae318c3e9eb24fd42e0ad33639391194d53be741a52a9690c3c2798690ba +SIZE (sqlitepclraw.lib.e_sqlite3.v110_xp.1.1.11.nupkg) = 1744556 +SHA256 (sqlitepclraw.provider.e_sqlite3.net45.1.1.11.nupkg) = 529afc6c9fa8c919d14be9dcd393ad5d7bdc04c101b55b78b83ddce317148d57 +SIZE (sqlitepclraw.provider.e_sqlite3.net45.1.1.11.nupkg) = 29254 +SHA256 (sharpsvn.1.8-x86.1.8013.3694.107.nupkg) = 81cda9e344cb0e02b0b81a8cf5074c698badb3958daef788936bf5b0d1217f48 +SIZE (sharpsvn.1.8-x86.1.8013.3694.107.nupkg) = 5927464 +SHA256 (sharpziplib.0.86.0.nupkg) = 75045aa2148e25cb895bcca67cf39083a98c808a5bf7fd58d84e08f582787b9e +SIZE (sharpziplib.0.86.0.nupkg) = 463599 SHA256 (system.appcontext.4.3.0.nupkg) = fec9cb1f107f4c00f8e16951f05a5dc088e140a46ad93c4d6c9648781de7f8c6 SIZE (system.appcontext.4.3.0.nupkg) = 137435 SHA256 (system.buffers.4.3.0.nupkg) = 084307d947e8bf631ebb60a4e77943905fac969346223ac2078d68d4c717b5f4 @@ -141,26 +143,26 @@ SHA256 (system.collections.concurrent.4.3.0.nupkg) = 1 SIZE (system.collections.concurrent.4.3.0.nupkg) = 493089 SHA256 (system.collections.4.3.0.nupkg) = ca1fbc75fdf1aa6aa5f5ce259cd7359cbbc18cdf1556055ec73efa28fccc0908 SIZE (system.collections.4.3.0.nupkg) = 800414 -SHA256 (system.composition.attributedmodel.1.0.31.nupkg) = 7cf87ed06b00034689e4a43ccbe9df71e0131d455fa980e8aa94dbe0ec879cf1 -SIZE (system.composition.attributedmodel.1.0.31.nupkg) = 35378 -SHA256 (system.composition.convention.1.0.31.nupkg) = 65c241d90b5a263370b1030fb7e7b6481ea4ef7a0d65a240221db8e1155f94fe -SIZE (system.composition.convention.1.0.31.nupkg) = 63471 -SHA256 (system.composition.hosting.1.0.31.nupkg) = 0e73f4b827736fe818f0f61f1d50bd9d6988258121ec8b3ca6b7deaa925fda3b -SIZE (system.composition.hosting.1.0.31.nupkg) = 67908 -SHA256 (system.composition.runtime.1.0.31.nupkg) = fba54260819e6ca958197db84cf57eea3cb8e7c2eaaf2cfe948bcbbe68d6f7f9 -SIZE (system.composition.runtime.1.0.31.nupkg) = 40985 -SHA256 (system.composition.typedparts.1.0.31.nupkg) = 36c2388dc6acedf6624d8e680174ec87acb461f6d00046a0aed32f5300b21ab5 -SIZE (system.composition.typedparts.1.0.31.nupkg) = 70085 -SHA256 (system.composition.1.0.31.nupkg) = 6eaae07de8b01f4b1665e4b2330828076d648a029ee2f6ca905255d102c00770 -SIZE (system.composition.1.0.31.nupkg) = 7421 +SHA256 (system.composition.attributedmodel.1.0.31.nupkg) = bbe5e75df8fa2d0dce5f0adbf4aa87456e1afdaf721f32eb24e5f00d0d5afec6 +SIZE (system.composition.attributedmodel.1.0.31.nupkg) = 44965 +SHA256 (system.composition.convention.1.0.31.nupkg) = 1905a8d580f2437af638c70a5be19b47705b64d2007702bbf5701f8a7363f801 +SIZE (system.composition.convention.1.0.31.nupkg) = 73058 +SHA256 (system.composition.hosting.1.0.31.nupkg) = 7e0f41218fb35ad88404825e7d83f694a1c361ae2bfefb4f4ebdd923c7b42bb8 +SIZE (system.composition.hosting.1.0.31.nupkg) = 77495 +SHA256 (system.composition.runtime.1.0.31.nupkg) = 9aa7f18c09d5c84d580a05cc39c577e085a16059ef5d52a3328f58fdddf20eea +SIZE (system.composition.runtime.1.0.31.nupkg) = 50571 +SHA256 (system.composition.typedparts.1.0.31.nupkg) = c3d02971426bee360fe157f9f9e7c822aa169abe6ff51e7a5b8b82d27f0a92d4 +SIZE (system.composition.typedparts.1.0.31.nupkg) = 79671 +SHA256 (system.composition.1.0.31.nupkg) = c1c4041ba30245ad52d37b3761bdc4ded7ec20166277df4ced60e171be3c4229 +SIZE (system.composition.1.0.31.nupkg) = 17007 SHA256 (system.console.4.3.0.nupkg) = ed565ec9648724d99eed16253b38c6e30685c3af270078a48506258ce929d743 SIZE (system.console.4.3.0.nupkg) = 92811 -SHA256 (system.diagnostics.contracts.4.3.0.nupkg) = 4be5ecbc273ee8db902287b1fe95728fc3a221fb717d0661090c2bdddc6dff85 -SIZE (system.diagnostics.contracts.4.3.0.nupkg) = 159208 +SHA256 (system.diagnostics.contracts.4.3.0.nupkg) = 2bbe28c949f456b8afde6c2b6d9c10150e8403433b1e6f5895c58b4632e3aabf +SIZE (system.diagnostics.contracts.4.3.0.nupkg) = 168794 SHA256 (system.diagnostics.debug.4.3.0.nupkg) = 3fd5defd6efe03a1bc5fc9ac5374f66f9146149fad008ce585c96b60931b5f09 SIZE (system.diagnostics.debug.4.3.0.nupkg) = 140187 -SHA256 (system.diagnostics.diagnosticsource.4.0.0.nupkg) = d96441b5e7b65cdb9e86ac34ea3e5e1121138ecb4cd3aba0e2ad91e7d51087f3 -SIZE (system.diagnostics.diagnosticsource.4.0.0.nupkg) = 108739 +SHA256 (system.diagnostics.diagnosticsource.4.0.0.nupkg) = 75887d52815eb2e19c1d8f9ec2c23ecf65a7372f9bc073ec1d0dedf3971bccd8 +SIZE (system.diagnostics.diagnosticsource.4.0.0.nupkg) = 118325 SHA256 (system.diagnostics.diagnosticsource.4.3.0.nupkg) = d32d773a56eabf14e71f4f4663ea326556958d9db373883f45b3d28baf391167 SIZE (system.diagnostics.diagnosticsource.4.3.0.nupkg) = 110538 SHA256 (system.diagnostics.fileversioninfo.4.3.0.nupkg) = 4e48e278d3b406af8ba53eaa7fa411e21ba1614a7c6c595cee4687f97b618d12 @@ -175,14 +177,14 @@ SHA256 (system.diagnostics.tracing.4.3.0.nupkg) = e362 SIZE (system.diagnostics.tracing.4.3.0.nupkg) = 572278 SHA256 (system.dynamic.runtime.4.3.0.nupkg) = 00a0ac25f591e7b77d0ea36aceffaaade3c6f5a5e5825c29c5c4d1b34ee031b3 SIZE (system.dynamic.runtime.4.3.0.nupkg) = 538517 -SHA256 (system.globalization.calendars.4.0.1.nupkg) = f55d4425d6f5b229b74324631a88fc8d98052c976d574b50e46860b2db9d74d7 -SIZE (system.globalization.calendars.4.0.1.nupkg) = 168047 +SHA256 (system.globalization.calendars.4.0.1.nupkg) = 1093772db37e6f43bd0ebd9e83b91f4e1098a677b4889fc7fc6232513355602f +SIZE (system.globalization.calendars.4.0.1.nupkg) = 177634 SHA256 (system.globalization.calendars.4.3.0.nupkg) = ecf03077b324c524c5065e03e953afe3df5790048e0e9f7d8d502c752e29cae1 SIZE (system.globalization.calendars.4.3.0.nupkg) = 168103 SHA256 (system.globalization.4.3.0.nupkg) = d03dc5ce9923d3842639ee98c651fb109fae6e1e4a6d16b4635955ac2cb5cdeb SIZE (system.globalization.4.3.0.nupkg) = 579550 -SHA256 (system.io.compression.zipfile.4.0.1.nupkg) = c63545df6ebe056089ab388861091efc5e7208801abf20fcfa3c0a5c1f2dc01d -SIZE (system.io.compression.zipfile.4.0.1.nupkg) = 104102 +SHA256 (system.io.compression.zipfile.4.0.1.nupkg) = 027d13c1bf4938397f9ee566e8c474909dda8f85b11a923fd7fbd5a796fde240 +SIZE (system.io.compression.zipfile.4.0.1.nupkg) = 113696 SHA256 (system.io.compression.zipfile.4.3.0.nupkg) = b7404feb1ce9251e0df6767d4c70e638025446ddb8fd324d3bd2d9b59eb6cb21 SIZE (system.io.compression.zipfile.4.3.0.nupkg) = 104151 SHA256 (system.io.compression.4.3.0.nupkg) = 8ee150a3423c608e6adc6397e2bd6012045cd8707e3ae3f4bbaab9aa081ab757 @@ -197,20 +199,20 @@ SHA256 (system.io.4.3.0.nupkg) = a7f98e3611c36c08dce78 SIZE (system.io.4.3.0.nupkg) = 694066 SHA256 (system.linq.expressions.4.3.0.nupkg) = 121c0a2bc5160937b81af02dd82f2fc4e449babeb3cab6dfa5082ff660f9ec9c SIZE (system.linq.expressions.4.3.0.nupkg) = 1918442 -SHA256 (system.linq.parallel.4.3.0.nupkg) = de7ce6f8a95de91b9f69b40420a80a7963639c6da56d4b327ebdd65c924c9ad9 -SIZE (system.linq.parallel.4.3.0.nupkg) = 512926 +SHA256 (system.linq.parallel.4.3.0.nupkg) = 120fa1ebfa71193ca89772f396457f0c8581230d7a8f4458938977ef18520c34 +SIZE (system.linq.parallel.4.3.0.nupkg) = 522513 SHA256 (system.linq.4.3.0.nupkg) = 693327b2ecee67b8a04ea58c98ae449020305339f71cef78a45bd845e7e22990 SIZE (system.linq.4.3.0.nupkg) = 502964 -SHA256 (system.net.http.4.1.0.nupkg) = 2d039152338a8998e6553616c86cb5c16094fa811032fcf325707fe74735fa4b -SIZE (system.net.http.4.1.0.nupkg) = 1363286 +SHA256 (system.net.http.4.1.0.nupkg) = cba3e71ae39b26f3a4865f425cd14941c577497b84cf9c912ce0b11864c4b9c4 +SIZE (system.net.http.4.1.0.nupkg) = 1372881 SHA256 (system.net.http.4.3.0.nupkg) = 55689bacd77b8f7d7168882a2271d4d80b4994b6c8ae363b85dc952f360db52e SIZE (system.net.http.4.3.0.nupkg) = 1362309 -SHA256 (system.net.primitives.4.0.11.nupkg) = 44d483d0f4721447ccd082f965debd245f7629bed111ae96ff5697b99ae4876c -SIZE (system.net.primitives.4.0.11.nupkg) = 759767 +SHA256 (system.net.primitives.4.0.11.nupkg) = d984a28cd842770fd9536c9f1fbbc4f91780f298314425cf9d6afe69bdfabf83 +SIZE (system.net.primitives.4.0.11.nupkg) = 769354 SHA256 (system.net.primitives.4.3.0.nupkg) = df323b36bdbbdccdd91ab7d2fc5c43629413cc61bca3089665e3573b2ef9d9fd SIZE (system.net.primitives.4.3.0.nupkg) = 759760 -SHA256 (system.net.sockets.4.1.0.nupkg) = af4a99ac3b777694ff355e9cee11fb3f04080f393bf6329a2d33c90c12aaf8a1 -SIZE (system.net.sockets.4.1.0.nupkg) = 126074 +SHA256 (system.net.sockets.4.1.0.nupkg) = 9ae2bba17217ef292a857b24b94b74297e87ce0e55a20261512d0988e076058d +SIZE (system.net.sockets.4.1.0.nupkg) = 135660 SHA256 (system.net.sockets.4.3.0.nupkg) = ba5c9f445a14495c9261f278a44ce48b3c53d0bc76a086d52889d322e083cf08 SIZE (system.net.sockets.4.3.0.nupkg) = 126108 SHA256 (system.objectmodel.4.3.0.nupkg) = 04ca43add431cffc122df417caa20377fa881f2f36b6b44551c628e2bef6b9a2 @@ -263,8 +265,8 @@ SHA256 (system.text.encoding.4.3.0.nupkg) = 8f90f810bc SIZE (system.text.encoding.4.3.0.nupkg) = 317694 SHA256 (system.text.regularexpressions.4.3.0.nupkg) = 911b2b0913598158f6506df002bd1739eae11bae9ba371aedf82b0e668ab2094 SIZE (system.text.regularexpressions.4.3.0.nupkg) = 520936 -SHA256 (system.threading.tasks.dataflow.4.7.0.nupkg) = b792eaf71a9020c0f1db623bc083cdb66b330d06ac53e658e76d852435e13ae1 -SIZE (system.threading.tasks.dataflow.4.7.0.nupkg) = 440951 +SHA256 (system.threading.tasks.dataflow.4.7.0.nupkg) = 5776efc50c5959127fca27fa84d6af0130cdacdacc474dbebb6fb9bef10d7013 +SIZE (system.threading.tasks.dataflow.4.7.0.nupkg) = 450538 SHA256 (system.threading.tasks.extensions.4.3.0.nupkg) = 2d5436669ebd9ae406f826ef563b0476ab04e2e2bf91b3b7da595fc1522521b7 SIZE (system.threading.tasks.extensions.4.3.0.nupkg) = 42912 SHA256 (system.threading.tasks.parallel.4.3.0.nupkg) = 31e353d81f47769acbfbc3a787591cba99acdf8fd992b91f0d31d16f9bffc407 @@ -403,16 +405,16 @@ SHA256 (microsoft.testplatform.15.5.0-preview-20170919 SIZE (microsoft.testplatform.15.5.0-preview-20170919-04.nupkg) = 22781829 SHA256 (mono-monodevelop-monodevelop-7.6.11.7_GH0.tar.gz) = f0f04e14bf00bd7a2273e7e20bf098af399d0cc16ad5f6828ba885e2490fadcb SIZE (mono-monodevelop-monodevelop-7.6.11.7_GH0.tar.gz) = 17355224 -SHA256 (icsharpcode-RefactoringEssentials-0148f6a_GH0.tar.gz) = 647f3745eddc4531cfca17aca29de5992c364680c89eff705e0b49de8b70627c -SIZE (icsharpcode-RefactoringEssentials-0148f6a_GH0.tar.gz) = 2829557 +SHA256 (mono-RefactoringEssentials-0148f6a_GH0.tar.gz) = 647f3745eddc4531cfca17aca29de5992c364680c89eff705e0b49de8b70627c +SIZE (mono-RefactoringEssentials-0148f6a_GH0.tar.gz) = 2829557 SHA256 (mono-debugger-libs-cd477ba_GH0.tar.gz) = 6aaf42da22642f7b095bdd73f2386afe0c9c02ee92cd50cd36984378f171d8e8 SIZE (mono-debugger-libs-cd477ba_GH0.tar.gz) = 444292 SHA256 (mono-guiunit-dd094e7_GH0.tar.gz) = 6748757e9b6bf4be42611efb4368926a74d2f8cfe422f67c71988af0313e8640 SIZE (mono-guiunit-dd094e7_GH0.tar.gz) = 1551465 SHA256 (mono-libgit-binary-d8b2aca_GH0.tar.gz) = 4a86c1c9796c17f2e86290e005a21af94ff7006e8f26d81a2398465a85cc7e8e SIZE (mono-libgit-binary-d8b2aca_GH0.tar.gz) = 4029512 -SHA256 (mono-libgit2-e8b8948_GH0.tar.gz) = edcffd4fedb71d4bdeb56d7532d0a19847552f7262a4935217b1382434028cb0 -SIZE (mono-libgit2-e8b8948_GH0.tar.gz) = 3730933 +SHA256 (mono-libgit2-71efcb3_GH0.tar.gz) = a0d8ce74cd812a3dfd691e8024fff8aac9d37d771af2ff174c80322e767e7e31 +SIZE (mono-libgit2-71efcb3_GH0.tar.gz) = 4744782 SHA256 (mono-libgit2sharp-319fa36_GH0.tar.gz) = eae1f7d6bfcfc62a2166a5b8f40082595e90fc6ac0b063f62c17e785255a2154 SIZE (mono-libgit2sharp-319fa36_GH0.tar.gz) = 1860041 SHA256 (mono-mono-addins-293cbf2_GH0.tar.gz) = 52cebf6b056da15f49d08b1290936634238ef89c87c755ab47f8aace22f95ea5 Modified: branches/2020Q1/devel/monodevelop/files/patch-Makefile.am ============================================================================== --- branches/2020Q1/devel/monodevelop/files/patch-Makefile.am Wed Jan 22 20:32:11 2020 (r523843) +++ branches/2020Q1/devel/monodevelop/files/patch-Makefile.am Wed Jan 22 20:46:03 2020 (r523844) @@ -1,6 +1,6 @@ ---- Makefile.am.orig 2018-06-30 13:47:45 UTC +--- Makefile.am.orig 2019-12-28 00:41:38 UTC +++ Makefile.am -@@ -29,8 +29,6 @@ NUGET_RESTORE = mono external/nuget-bina +@@ -29,8 +29,6 @@ NUGET_RESTORE = mono external/nuget-binary/nuget.exe r restore-packages: @$(NUGET_RESTORE) msbuild /t:Restore /p:RestoreDisableParallel=true external/RefactoringEssentials/RefactoringEssentials/RefactoringEssentials.csproj Modified: branches/2020Q1/devel/monodevelop/files/patch-src_core_MonoDevelop.Core_MonoDevelop.Core.csproj ============================================================================== --- branches/2020Q1/devel/monodevelop/files/patch-src_core_MonoDevelop.Core_MonoDevelop.Core.csproj Wed Jan 22 20:32:11 2020 (r523843) +++ branches/2020Q1/devel/monodevelop/files/patch-src_core_MonoDevelop.Core_MonoDevelop.Core.csproj Wed Jan 22 20:46:03 2020 (r523844) @@ -1,6 +1,6 @@ ---- src/core/MonoDevelop.Core/MonoDevelop.Core.csproj.orig 2018-08-20 11:35:04 UTC +--- src/core/MonoDevelop.Core/MonoDevelop.Core.csproj.orig 2018-10-05 16:10:10 UTC +++ src/core/MonoDevelop.Core/MonoDevelop.Core.csproj -@@ -809,9 +809,6 @@ +@@ -810,9 +810,6 @@ Modified: branches/2020Q1/devel/monodevelop/pkg-plist ============================================================================== --- branches/2020Q1/devel/monodevelop/pkg-plist Wed Jan 22 20:32:11 2020 (r523843) +++ branches/2020Q1/devel/monodevelop/pkg-plist Wed Jan 22 20:46:03 2020 (r523844) @@ -686,9 +686,9 @@ lib/monodevelop/AddIns/VersionControl/MonoDevelop.Vers lib/monodevelop/AddIns/VersionControl/MonoDevelop.VersionControl.dll lib/monodevelop/AddIns/VersionControl/MonoDevelop.VersionControl.pdb lib/monodevelop/AddIns/VersionControl/MonoDevelop.VersionControl.xml +lib/monodevelop/AddIns/VersionControl/libgit2-e8b8948.so.0.26.8 +lib/monodevelop/AddIns/VersionControl/libgit2-e8b8948.so.26 lib/monodevelop/AddIns/VersionControl/libgit2-e8b8948.so -lib/monodevelop/AddIns/VersionControl/libgit2-e8b8948.so.0.23.0 -lib/monodevelop/AddIns/VersionControl/libgit2-e8b8948.so.23 lib/monodevelop/AddIns/VersionControl/libgit2.license.txt lib/monodevelop/AddIns/VersionControl/libssh2.license.txt lib/monodevelop/AddIns/Xml/MonoDevelop.Xml.dll From owner-svn-ports-branches@freebsd.org Wed Jan 22 20:56:06 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6DC0D1FD2E5; Wed, 22 Jan 2020 20:56:06 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 482yP22Gw3z4WZs; Wed, 22 Jan 2020 20:56:06 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 44E1E38A3; Wed, 22 Jan 2020 20:56:06 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00MKu6jZ068736; Wed, 22 Jan 2020 20:56:06 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00MKu6UR068735; Wed, 22 Jan 2020 20:56:06 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202001222056.00MKu6UR068735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Wed, 22 Jan 2020 20:56:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523846 - branches/2020Q1/www/chromium/files X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2020Q1/www/chromium/files X-SVN-Commit-Revision: 523846 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, 22 Jan 2020 20:56:06 -0000 Author: cmt Date: Wed Jan 22 20:56:05 2020 New Revision: 523846 URL: https://svnweb.freebsd.org/changeset/ports/523846 Log: MFH: r523845 fix build in a 12.1amd64 poudriere, chromium failed: In file included from ../../third_party/leveldatabase/port/port_chromium.cc:10: ../../third_party/snappy/src/snappy.h:76:59: error: unknown type name 'string'; did you mean 'std::string'? size_t Compress(const char* input, size_t input_length, string* output); ^~~~~~ std::string /usr/include/c++/v1/iosfwd:211:65: note: 'std::string' declared here instead of trying to muck around with type aliasing (see snappy-stubs-public.h.in) just reference thy type directly, as there's only one file requiring patching. Approved by: portmgr (blanket: web browser, just fix it) Added: branches/2020Q1/www/chromium/files/patch-third__party_snappy_src_snappy.h - copied unchanged from r523845, head/www/chromium/files/patch-third__party_snappy_src_snappy.h Modified: Directory Properties: branches/2020Q1/ (props changed) Copied: branches/2020Q1/www/chromium/files/patch-third__party_snappy_src_snappy.h (from r523845, head/www/chromium/files/patch-third__party_snappy_src_snappy.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/www/chromium/files/patch-third__party_snappy_src_snappy.h Wed Jan 22 20:56:05 2020 (r523846, copy of r523845, head/www/chromium/files/patch-third__party_snappy_src_snappy.h) @@ -0,0 +1,20 @@ +--- third_party/snappy/src/snappy.h.orig 2020-01-22 18:43:16 UTC ++++ third_party/snappy/src/snappy.h +@@ -73,7 +73,7 @@ namespace snappy { + // Original contents of *output are lost. + // + // REQUIRES: "input[]" is not an alias of "*output". +- size_t Compress(const char* input, size_t input_length, string* output); ++ size_t Compress(const char* input, size_t input_length, std::string* output); + + // Decompresses "compressed[0,compressed_length-1]" to "*uncompressed". + // Original contents of "*uncompressed" are lost. +@@ -82,7 +82,7 @@ namespace snappy { + // + // returns false if the message is corrupted and could not be decompressed + bool Uncompress(const char* compressed, size_t compressed_length, +- string* uncompressed); ++ std::string* uncompressed); + + // Decompresses "compressed" to "*uncompressed". + // From owner-svn-ports-branches@freebsd.org Thu Jan 23 00:56:19 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6CA94223C24; Thu, 23 Jan 2020 00:56:19 +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 4833kC1Nygz3H9p; Thu, 23 Jan 2020 00:56:19 +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 2B0846623; Thu, 23 Jan 2020 00:56:19 +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 00N0uI7a011928; Thu, 23 Jan 2020 00:56:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00N0uIlP011926; Thu, 23 Jan 2020 00:56:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001230056.00N0uIlP011926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 23 Jan 2020 00:56:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523855 - 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: 523855 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, 23 Jan 2020 00:56:19 -0000 Author: jbeich Date: Thu Jan 23 00:56:18 2020 New Revision: 523855 URL: https://svnweb.freebsd.org/changeset/ports/523855 Log: MFH: r523507 r523850 emulators/citra: update to s20200122 Changes: https://github.com/citra-emu/citra/compare/cd86c9b04...be17f0851 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 Thu Jan 23 00:55:52 2020 (r523854) +++ branches/2020Q1/emulators/citra/Makefile Thu Jan 23 00:56:18 2020 (r523855) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20200115 +PORTVERSION= s20200122 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= cd86c9b04 +GH_TAGNAME= be17f0851 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 \ @@ -31,6 +31,7 @@ GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libr arun11299:cpp-jwt:v1.1.1:cpp_jwt/externals/cpp-jwt \ benhoyt:inih:r42-6-g2023872:inih/externals/inih/inih \ catchorg:Catch2:v2.3.0:catch/externals/catch \ + facebook:zstd:v1.4.4:zstd/externals/zstd \ fmtlib:fmt:6.0.0-56-g4b8f8fac:fmt/externals/fmt \ herumi:xbyak:v5.71:xbyak/externals/xbyak \ kinetiknz:cubeb:cubeb-0.2-1172-g3ab5075:cubeb/externals/cubeb \ Modified: branches/2020Q1/emulators/citra/distinfo ============================================================================== --- branches/2020Q1/emulators/citra/distinfo Thu Jan 23 00:55:52 2020 (r523854) +++ branches/2020Q1/emulators/citra/distinfo Thu Jan 23 00:56:18 2020 (r523855) @@ -1,6 +1,6 @@ -TIMESTAMP = 1579115094 -SHA256 (citra-emu-citra-s20200115-cd86c9b04_GH0.tar.gz) = 5b06e49f7e365aca544466d8821ef8cf289d939008abb7760a43533a5dc141bf -SIZE (citra-emu-citra-s20200115-cd86c9b04_GH0.tar.gz) = 5117735 +TIMESTAMP = 1579727890 +SHA256 (citra-emu-citra-s20200122-be17f0851_GH0.tar.gz) = 9543ed4b3441d4068288c3801dfb5bb3d86bba97ee9108ee398372c2fe6e32f2 +SIZE (citra-emu-citra-s20200122-be17f0851_GH0.tar.gz) = 5128889 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 @@ -15,6 +15,8 @@ SHA256 (benhoyt-inih-r42-6-g2023872_GH0.tar.gz) = 7ea5 SIZE (benhoyt-inih-r42-6-g2023872_GH0.tar.gz) = 12913 SHA256 (catchorg-Catch2-v2.3.0_GH0.tar.gz) = aaf6bbf81ce8522131bae2ea4d013a77b003bbb2017614f5872d5787687f8f5f SIZE (catchorg-Catch2-v2.3.0_GH0.tar.gz) = 506374 +SHA256 (facebook-zstd-v1.4.4_GH0.tar.gz) = a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8 +SIZE (facebook-zstd-v1.4.4_GH0.tar.gz) = 1962617 SHA256 (fmtlib-fmt-6.0.0-56-g4b8f8fac_GH0.tar.gz) = f9ea86d434fe49d50ee62d9a4166ece47872690a2d60956252103dff9c722d2e SIZE (fmtlib-fmt-6.0.0-56-g4b8f8fac_GH0.tar.gz) = 713067 SHA256 (herumi-xbyak-v5.71_GH0.tar.gz) = 27e5dd6f7fa7194802db9194b893f94b64edf6e585bf567feebb2b15baf11008 From owner-svn-ports-branches@freebsd.org Thu Jan 23 21:08:55 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF8D81FDEFE; Thu, 23 Jan 2020 21:08:55 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 483ZdM4Bj2z46Xn; Thu, 23 Jan 2020 21:08:55 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B3641CBC5; Thu, 23 Jan 2020 21:08:55 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00NL8tti040593; Thu, 23 Jan 2020 21:08:55 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00NL8tK2040592; Thu, 23 Jan 2020 21:08:55 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202001232108.00NL8tK2040592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Thu, 23 Jan 2020 21:08:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523940 - branches/2020Q1/www/iridium/files X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2020Q1/www/iridium/files X-SVN-Commit-Revision: 523940 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, 23 Jan 2020 21:08:55 -0000 Author: cmt Date: Thu Jan 23 21:08:55 2020 New Revision: 523940 URL: https://svnweb.freebsd.org/changeset/ports/523940 Log: MFH: r523939 www/iridium: copy snappy fix from chromium just like chromium (from which it was forked), iridium embeds a copy of snappy (the compression library) and cannot be fully switched to the system-provided archivers/snappy in an easy way. consider this a band-aid patch Reported by: pkubaj Approved by: portmgr (blanket: web browser, build fix) Added: branches/2020Q1/www/iridium/files/patch-third__party_snappy_src_snappy.h - copied unchanged from r523939, head/www/iridium/files/patch-third__party_snappy_src_snappy.h Modified: Directory Properties: branches/2020Q1/ (props changed) Copied: branches/2020Q1/www/iridium/files/patch-third__party_snappy_src_snappy.h (from r523939, head/www/iridium/files/patch-third__party_snappy_src_snappy.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/www/iridium/files/patch-third__party_snappy_src_snappy.h Thu Jan 23 21:08:55 2020 (r523940, copy of r523939, head/www/iridium/files/patch-third__party_snappy_src_snappy.h) @@ -0,0 +1,20 @@ +--- third_party/snappy/src/snappy.h.orig 2020-01-22 18:43:16 UTC ++++ third_party/snappy/src/snappy.h +@@ -73,7 +73,7 @@ namespace snappy { + // Original contents of *output are lost. + // + // REQUIRES: "input[]" is not an alias of "*output". +- size_t Compress(const char* input, size_t input_length, string* output); ++ size_t Compress(const char* input, size_t input_length, std::string* output); + + // Decompresses "compressed[0,compressed_length-1]" to "*uncompressed". + // Original contents of "*uncompressed" are lost. +@@ -82,7 +82,7 @@ namespace snappy { + // + // returns false if the message is corrupted and could not be decompressed + bool Uncompress(const char* compressed, size_t compressed_length, +- string* uncompressed); ++ std::string* uncompressed); + + // Decompresses "compressed" to "*uncompressed". + // From owner-svn-ports-branches@freebsd.org Thu Jan 23 21:30:37 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 57C891FE8AC; Thu, 23 Jan 2020 21:30:37 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 483b6P1h7jz47qC; Thu, 23 Jan 2020 21:30:37 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 348481CF83; Thu, 23 Jan 2020 21:30:37 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00NLUaXa053914; Thu, 23 Jan 2020 21:30:36 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00NLUaLi053909; Thu, 23 Jan 2020 21:30:36 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202001232130.00NLUaLi053909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Thu, 23 Jan 2020 21:30:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523943 - branches/2020Q1/mail/thunderbird X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2020Q1/mail/thunderbird X-SVN-Commit-Revision: 523943 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, 23 Jan 2020 21:30:37 -0000 Author: cmt Date: Thu Jan 23 21:30:36 2020 New Revision: 523943 URL: https://svnweb.freebsd.org/changeset/ports/523943 Log: MFH: r523942 mail/thunderbird: update to 68.4.2 (rc2 for now) Release Notes: https://www.thunderbird.net/en-US/thunderbird/68.4.2/releasenotes/ Approved by: portmgr (blanket: web browser alike) Modified: branches/2020Q1/mail/thunderbird/Makefile branches/2020Q1/mail/thunderbird/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/mail/thunderbird/Makefile ============================================================================== --- branches/2020Q1/mail/thunderbird/Makefile Thu Jan 23 21:29:13 2020 (r523942) +++ branches/2020Q1/mail/thunderbird/Makefile Thu Jan 23 21:30:36 2020 (r523943) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 68.4.1 +DISTVERSION= 68.4.2 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: branches/2020Q1/mail/thunderbird/distinfo ============================================================================== --- branches/2020Q1/mail/thunderbird/distinfo Thu Jan 23 21:29:13 2020 (r523942) +++ branches/2020Q1/mail/thunderbird/distinfo Thu Jan 23 21:30:36 2020 (r523943) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578659921 -SHA256 (thunderbird-68.4.1.source.tar.xz) = dc7fc4bfd9daafcfc5fd4cb743cd1cf15de2f5fe5041a6ad7015ab7b345c52b7 -SIZE (thunderbird-68.4.1.source.tar.xz) = 331482720 +TIMESTAMP = 1579808864 +SHA256 (thunderbird-68.4.2.source.tar.xz) = af56ca8629f352be1a8ca627af97b8c1bef0ebde10bcb583d12e6f03377512fc +SIZE (thunderbird-68.4.2.source.tar.xz) = 330801416 From owner-svn-ports-branches@freebsd.org Fri Jan 24 10:46: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 B734F234A34; Fri, 24 Jan 2020 10:46:44 +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 483wn047jYz3MFc; Fri, 24 Jan 2020 10:46:44 +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 892E7261D7; Fri, 24 Jan 2020 10:46:44 +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 00OAkij4028510; Fri, 24 Jan 2020 10:46:44 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00OAkini028509; Fri, 24 Jan 2020 10:46:44 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202001241046.00OAkini028509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Fri, 24 Jan 2020 10:46:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523961 - 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: 523961 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, 24 Jan 2020 10:46:44 -0000 Author: fluffy Date: Fri Jan 24 10:46:44 2020 New Revision: 523961 URL: https://svnweb.freebsd.org/changeset/ports/523961 Log: MFH: r523958 mail/opensmtpd-extras: Fix building with MySQL 8.0.1 Obtained from: OpenSMTPd repo Approved by: ports-secteam (miwi) Added: branches/2020Q1/mail/opensmtpd-extras/files/ - copied from r523958, head/mail/opensmtpd-extras/files/ Modified: Directory Properties: branches/2020Q1/ (props changed) From owner-svn-ports-branches@freebsd.org Fri Jan 24 11:36:18 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1C1102354D5; Fri, 24 Jan 2020 11:36:18 +0000 (UTC) (envelope-from grembo@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 483xtB0jjpz3PjW; Fri, 24 Jan 2020 11:36:18 +0000 (UTC) (envelope-from grembo@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 0F5E926AE5; Fri, 24 Jan 2020 11:36:18 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00OBaHN6058385; Fri, 24 Jan 2020 11:36:17 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00OBaHPq058382; Fri, 24 Jan 2020 11:36:17 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <202001241136.00OBaHPq058382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Fri, 24 Jan 2020 11:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523962 - in branches/2020Q1/sysutils/iocage: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: grembo X-SVN-Commit-Paths: in branches/2020Q1/sysutils/iocage: . files X-SVN-Commit-Revision: 523962 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, 24 Jan 2020 11:36:18 -0000 Author: grembo Date: Fri Jan 24 11:36:16 2020 New Revision: 523962 URL: https://svnweb.freebsd.org/changeset/ports/523962 Log: MFH: r523920 Fix accidental removal of devfs_rulesets on jail stop Pulls in a bugfix[0] that has been merged upstream[1]. This bug caused manually configured devfs_rulesets to get deleted on jail stop, causing jails to come up with a default devfs rules on next start, which can be a nuisance or even dangerous, depending on the specific setup. Also adds a minimum devfs_ruleset id for dynamically created devfs rulesets and fixes a devfs_ruleset resource leak when using plugins. Take maintainership, as suggested by araujo@ (thanks for taking care of that port for so long!). [0]https://github.com/iocage/iocage/pull/1106 [1]https://github.com/iocage/iocage/commit/753b2f35731423597d7f51f33427b6d619fcd0b5 PR: 243510 Approved by: araujo (maintainer) Approved by: ports-secteam (joneum) Added: branches/2020Q1/sysutils/iocage/files/patch-iocage__lib_ioc__common.py - copied unchanged from r523920, head/sysutils/iocage/files/patch-iocage__lib_ioc__common.py branches/2020Q1/sysutils/iocage/files/patch-iocage__lib_ioc__json.py - copied unchanged from r523920, head/sysutils/iocage/files/patch-iocage__lib_ioc__json.py branches/2020Q1/sysutils/iocage/files/patch-iocage__lib_ioc__start.py - copied unchanged from r523920, head/sysutils/iocage/files/patch-iocage__lib_ioc__start.py Modified: branches/2020Q1/sysutils/iocage/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/sysutils/iocage/Makefile ============================================================================== --- branches/2020Q1/sysutils/iocage/Makefile Fri Jan 24 10:46:44 2020 (r523961) +++ branches/2020Q1/sysutils/iocage/Makefile Fri Jan 24 11:36:16 2020 (r523962) @@ -2,11 +2,11 @@ PORTNAME= iocage PORTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= grembo@FreeBSD.org COMMENT= FreeBSD jail manager written in Python3 LICENSE= BSD2CLAUSE Copied: branches/2020Q1/sysutils/iocage/files/patch-iocage__lib_ioc__common.py (from r523920, head/sysutils/iocage/files/patch-iocage__lib_ioc__common.py) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/sysutils/iocage/files/patch-iocage__lib_ioc__common.py Fri Jan 24 11:36:16 2020 (r523962, copy of r523920, head/sysutils/iocage/files/patch-iocage__lib_ioc__common.py) @@ -0,0 +1,73 @@ +Originates here +https://github.com/iocage/iocage/commit/753b2f35731423597d7f51f33427b6d619fcd0b5 +https://github.com/iocage/iocage/pull/1106 +and most likely can be removed on the next release of iocage. +--- iocage_lib/ioc_common.py.orig 2019-09-26 07:23:24 UTC ++++ iocage_lib/ioc_common.py +@@ -44,6 +44,9 @@ import iocage_lib.ioc_exceptions + import iocage_lib.ioc_exec + + INTERACTIVE = False ++# 4 is a magic number for default and doesn't refer ++# to the actual ruleset 4 in devfs.rules(!) ++IOCAGE_DEVFS_RULESET = 4 + + + def callback(_log, callback_exception): +@@ -737,7 +740,7 @@ def generate_devfs_ruleset(conf, paths=N + Will add a per jail devfs ruleset with the specified rules, + specifying defaults that equal devfs_ruleset 4 + """ +- ruleset = conf['devfs_ruleset'] ++ configured_ruleset = conf['devfs_ruleset'] + devfs_includes = [] + devfs_rulesets = su.run( + ['devfs', 'rule', 'showsets'], +@@ -745,22 +748,26 @@ def generate_devfs_ruleset(conf, paths=N + ) + ruleset_list = [int(i) for i in devfs_rulesets.stdout.splitlines()] + +- if ruleset != '4': +- if int(ruleset) in ruleset_list: +- return str(ruleset) +- +- logit({ +- "level": "INFO", +- "message": f'* Ruleset {ruleset} does not exist, using defaults' +- }, +- _callback=callback, +- silent=silent) +- +- ruleset = 5 # 0-4 is always reserved ++ ruleset = int(conf["min_dyn_devfs_ruleset"]) + while ruleset in ruleset_list: + ruleset += 1 + ruleset = str(ruleset) + ++ # Custom devfs_ruleset configured, clone to dynamic ruleset ++ if int(configured_ruleset) != IOCAGE_DEVFS_RULESET: ++ if int(configured_ruleset) not in ruleset_list: ++ return (True, configured_ruleset, '0') ++ rules = su.run( ++ ['devfs', 'rule', '-s', configured_ruleset, 'show'], ++ stdout=su.PIPE, universal_newlines=True ++ ) ++ for rule in rules.stdout.splitlines(): ++ su.run(['devfs', 'rule', '-s', ruleset, 'add'] + ++ rule.split(' ')[1:], stdout=su.PIPE) ++ ++ return (True, configured_ruleset, ruleset) ++ ++ # Create default ruleset + devfs_dict = dict((dev, None) for dev in ( + 'hide', 'null', 'zero', 'crypto', 'random', 'urandom', 'ptyp*', + 'ptyq*', 'ptyr*', 'ptys*', 'ptyP*', 'ptyQ*', 'ptyR*', 'ptyS*', 'ptyl*', +@@ -812,7 +819,7 @@ def generate_devfs_ruleset(conf, paths=N + + su.run(['devfs', 'rule', '-s', ruleset] + path, stdout=su.PIPE) + +- return ruleset ++ return (False, configured_ruleset, ruleset) + + + def runscript(script): Copied: branches/2020Q1/sysutils/iocage/files/patch-iocage__lib_ioc__json.py (from r523920, head/sysutils/iocage/files/patch-iocage__lib_ioc__json.py) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/sysutils/iocage/files/patch-iocage__lib_ioc__json.py Fri Jan 24 11:36:16 2020 (r523962, copy of r523920, head/sysutils/iocage/files/patch-iocage__lib_ioc__json.py) @@ -0,0 +1,74 @@ +Originates here +https://github.com/iocage/iocage/commit/753b2f35731423597d7f51f33427b6d619fcd0b5 +https://github.com/iocage/iocage/pull/1106 +and most likely can be removed on the next release of iocage. +--- iocage_lib/ioc_json.py.orig 2019-09-26 07:23:24 UTC ++++ iocage_lib/ioc_json.py +@@ -671,7 +671,7 @@ class IOCConfiguration(IOCZFS): + @staticmethod + def get_version(): + """Sets the iocage configuration version.""" +- version = '26' ++ version = '27' + + return version + +@@ -1104,6 +1104,10 @@ class IOCConfiguration(IOCZFS): + if conf.get(option) == 'none': + conf[option] = 'auto' + ++ # Version 27 key ++ if not conf.get('min_dyn_devfs_ruleset'): ++ conf['min_dyn_devfs_ruleset'] = '1000' ++ + if not default: + conf.update(jail_conf) + +@@ -1321,7 +1325,7 @@ class IOCConfiguration(IOCZFS): + 'vnet2_mac': 'none', + 'vnet3_mac': 'none', + 'vnet_default_interface': 'auto', +- 'devfs_ruleset': '4', ++ 'devfs_ruleset': str(iocage_lib.ioc_common.IOCAGE_DEVFS_RULESET), + 'exec_start': '/bin/sh /etc/rc', + 'exec_stop': '/bin/sh /etc/rc.shutdown', + 'exec_prestart': '/usr/bin/true', +@@ -1432,6 +1436,7 @@ class IOCConfiguration(IOCZFS): + 'nat_forwards': 'none', + 'plugin_name': 'none', + 'plugin_repository': 'none', ++ 'min_dyn_devfs_ruleset': '1000', + } + + def check_default_config(self): +@@ -2369,6 +2374,7 @@ class IOCJson(IOCConfiguration): + 'nat_forwards': ('string', ), + 'plugin_name': ('string', ), + 'plugin_repository': ('string', ), ++ 'min_dyn_devfs_ruleset': ('string', ), + } + + zfs_props = { +@@ -2648,6 +2654,22 @@ class IOCJson(IOCConfiguration): + silent=self.silent, + exception=ioc_exceptions.ValidationFailed + ) ++ elif key in ('devfs_ruleset', 'min_dyn_devfs_ruleset'): ++ try: ++ intval = int(value) ++ if intval <= 0: ++ raise ValueError() ++ conf[key] = str(intval) ++ except ValueError: ++ iocage_lib.ioc_common.logit( ++ { ++ 'level': 'EXCEPTION', ++ 'message': f'Invalid {key} value: {value}' ++ }, ++ _callback=self.callback, ++ silent=self.silent, ++ exception=ioc_exceptions.ValidationFailed ++ ) + + return value, conf + else: Copied: branches/2020Q1/sysutils/iocage/files/patch-iocage__lib_ioc__start.py (from r523920, head/sysutils/iocage/files/patch-iocage__lib_ioc__start.py) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/sysutils/iocage/files/patch-iocage__lib_ioc__start.py Fri Jan 24 11:36:16 2020 (r523962, copy of r523920, head/sysutils/iocage/files/patch-iocage__lib_ioc__start.py) @@ -0,0 +1,104 @@ +Originates here +https://github.com/iocage/iocage/commit/753b2f35731423597d7f51f33427b6d619fcd0b5 +https://github.com/iocage/iocage/pull/1106 +and most likely can be removed on the next release of iocage. +--- iocage_lib/ioc_start.py.orig 2019-09-26 07:23:24 UTC ++++ iocage_lib/ioc_start.py +@@ -145,7 +145,6 @@ class IOCStart(object): + allow_quotas = self.conf["allow_quotas"] + allow_socket_af = self.conf["allow_socket_af"] + allow_vmm = self.conf["allow_vmm"] +- devfs_ruleset = iocage_lib.ioc_common.generate_devfs_ruleset(self.conf) + exec_prestart = self.conf["exec_prestart"] + exec_poststart = self.conf["exec_poststart"] + exec_clean = self.conf["exec_clean"] +@@ -486,16 +485,8 @@ class IOCStart(object): + _callback=self.callback, + silent=self.silent) + +- if wants_dhcp and self.conf['type'] != 'pluginv2' \ +- and self.conf['devfs_ruleset'] != '4': +- iocage_lib.ioc_common.logit({ +- "level": "WARNING", +- "message": f" {self.uuid} is not using the devfs_ruleset" +- f" of 4, not generating a ruleset for the jail," +- " DHCP may not work." +- }, +- _callback=self.callback, +- silent=self.silent) ++ devfs_paths = None ++ devfs_includes = None + + if self.conf['type'] == 'pluginv2' and os.path.isfile( + os.path.join(self.path, f'{self.conf["plugin_name"]}.json') +@@ -509,17 +500,51 @@ class IOCStart(object): + plugin_name = self.conf['plugin_name'] + plugin_devfs = devfs_json[ + "devfs_ruleset"][f"plugin_{plugin_name}"] +- plugin_devfs_paths = plugin_devfs['paths'] +- +- plugin_devfs_includes = None if 'includes' not in \ ++ devfs_paths = plugin_devfs['paths'] ++ devfs_includes = None if 'includes' not in \ + plugin_devfs else plugin_devfs['includes'] + +- devfs_ruleset = \ +- iocage_lib.ioc_common.generate_devfs_ruleset( +- self.conf, +- paths=plugin_devfs_paths, +- includes=plugin_devfs_includes +- ) ++ # Generate dynamic devfs ruleset from configured one ++ (manual_devfs_config, configured_devfs_ruleset, devfs_ruleset) \ ++ = iocage_lib.ioc_common.generate_devfs_ruleset( ++ self.conf, devfs_paths, devfs_includes) ++ ++ if int(devfs_ruleset) <= 0: ++ iocage_lib.ioc_common.logit({ ++ "level": "ERROR", ++ "message": f"{self.uuid} devfs_ruleset" ++ f" {configured_devfs_ruleset} does not exist!" ++ " - Not starting jail" ++ }, ++ _callback=self.callback, ++ silent=self.silent) ++ return ++ ++ # Manually configured devfs_ruleset doesn't support all iocage features ++ if manual_devfs_config: ++ if devfs_paths is not None or devfs_includes is not None: ++ iocage_lib.ioc_common.logit({ ++ "level": "WARNING", ++ "message": f" {self.uuid} is not using the devfs_ruleset" ++ " of " ++ f"{iocage_lib.ioc_common.IOCAGE_DEVFS_RULESET}" ++ ", devices and includes from plugin not added" ++ ", some features of the plugin may not work." ++ }, ++ _callback=self.callback, ++ silent=self.silent) ++ ++ if wants_dhcp and self.conf['type'] != 'pluginv2': ++ iocage_lib.ioc_common.logit({ ++ "level": "WARNING", ++ "message": f" {self.uuid} is not using the devfs_ruleset" ++ " of " ++ f"{iocage_lib.ioc_common.IOCAGE_DEVFS_RULESET}" ++ ", not generating a ruleset for the jail," ++ " DHCP may not work." ++ }, ++ _callback=self.callback, ++ silent=self.silent) + + parameters = [ + fdescfs, _allow_mlock, tmpfs, +@@ -619,6 +644,9 @@ class IOCStart(object): + iocage_lib.ioc_common.logit({ + 'level': 'INFO', + 'message': f' + Using devfs_ruleset: {devfs_ruleset}' ++ + (' (cloned from devfs_ruleset ' ++ f'{configured_devfs_ruleset})' if manual_devfs_config ++ else ' (iocage generated default)') + }, + _callback=self.callback, + silent=self.silent) From owner-svn-ports-branches@freebsd.org Fri Jan 24 19:26:35 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1E7571F9BB8; Fri, 24 Jan 2020 19:26:35 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 4848Jp6ps7z4RcN; Fri, 24 Jan 2020 19:26:34 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0D0C2C108; Fri, 24 Jan 2020 19:26:34 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00OJQYWm038838; Fri, 24 Jan 2020 19:26:34 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00OJQY6c038837; Fri, 24 Jan 2020 19:26:34 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202001241926.00OJQY6c038837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 24 Jan 2020 19:26:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523983 - branches/2020Q1/sysutils/runit-faster X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2020Q1/sysutils/runit-faster X-SVN-Commit-Revision: 523983 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, 24 Jan 2020 19:26:35 -0000 Author: tobik Date: Fri Jan 24 19:26:34 2020 New Revision: 523983 URL: https://svnweb.freebsd.org/changeset/ports/523983 Log: MFH: r523982 sysutils/runit-faster: Fix runsvdir rc script %%RUNITDIR%% was not replaced with the correct dir leading to /var/run/runit/runsvdir/current pointing to some bogus location. Approved by: ports-secteam runtime fix blanket Modified: branches/2020Q1/sysutils/runit-faster/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/sysutils/runit-faster/Makefile ============================================================================== --- branches/2020Q1/sysutils/runit-faster/Makefile Fri Jan 24 19:24:36 2020 (r523982) +++ branches/2020Q1/sysutils/runit-faster/Makefile Fri Jan 24 19:26:34 2020 (r523983) @@ -3,6 +3,7 @@ PORTNAME= runit DISTVERSION= 2.1.3.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/t6/freebsd-runit/releases/download/v${DISTVERSION}/ \ LOCAL/tobik @@ -28,6 +29,7 @@ TEST_TARGET= check CONFLICTS_INSTALL= runit +SUB_LIST= RUNITDIR=${RUNITDIR} PLIST_SUB= RUNITDIR=${RUNITDIR} PORTDOCS= * From owner-svn-ports-branches@freebsd.org Fri Jan 24 21:35: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 4A9351FC9A6; Fri, 24 Jan 2020 21:35:27 +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 484C9W1C7Cz4b05; Fri, 24 Jan 2020 21:35:27 +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 245DA2D953; Fri, 24 Jan 2020 21:35:27 +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 00OLZQZ7016508; Fri, 24 Jan 2020 21:35:26 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00OLZQ5r016506; Fri, 24 Jan 2020 21:35:26 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001242135.00OLZQ5r016506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Fri, 24 Jan 2020 21:35:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523991 - branches/2020Q1/multimedia/obs-studio X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/multimedia/obs-studio X-SVN-Commit-Revision: 523991 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, 24 Jan 2020 21:35:27 -0000 Author: pkubaj Date: Fri Jan 24 21:35:26 2020 New Revision: 523991 URL: https://svnweb.freebsd.org/changeset/ports/523991 Log: MFH: r523990 multimedia/obs-studio: fix packaging on architectures without luajit The previous patch missed packaging fix. obslua.so is not installed without luajit. PR: 243562 Approved by: yuri (maintainer) Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/multimedia/obs-studio/Makefile branches/2020Q1/multimedia/obs-studio/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/multimedia/obs-studio/Makefile ============================================================================== --- branches/2020Q1/multimedia/obs-studio/Makefile Fri Jan 24 21:34:34 2020 (r523990) +++ branches/2020Q1/multimedia/obs-studio/Makefile Fri Jan 24 21:35:26 2020 (r523991) @@ -51,8 +51,16 @@ CMAKE_ARGS= -DUNIX_STRUCTURE:BOOL=ON \ -DOBS_VERSION_OVERRIDE:STRING="${PORTVERSION}" CFLAGS+= -D_WITH_GETLINE +.include + +.if ${ARCH} != amd64 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != powerpc +PLIST_SUB+= LUAJIT="@comment " +.else +PLIST_SUB+= LUAJIT="" +.endif + post-patch: @${REINPLACE_CMD} -e 's| 3.4)| ${PYTHON_VER})|' \ ${WRKSRC}/cmake/Modules/FindPythonDeps.cmake -.include +.include Modified: branches/2020Q1/multimedia/obs-studio/pkg-plist ============================================================================== --- branches/2020Q1/multimedia/obs-studio/pkg-plist Fri Jan 24 21:34:34 2020 (r523990) +++ branches/2020Q1/multimedia/obs-studio/pkg-plist Fri Jan 24 21:35:26 2020 (r523991) @@ -113,7 +113,7 @@ lib/obs-plugins/obs-x264.so lib/obs-plugins/rtmp-services.so lib/obs-plugins/text-freetype2.so lib/obs-scripting/_obspython.so -lib/obs-scripting/obslua.so +%%LUAJIT%%lib/obs-scripting/obslua.so lib/obs-scripting/obspython.py libdata/pkgconfig/libobs.pc share/applications/com.obsproject.Studio.desktop From owner-svn-ports-branches@freebsd.org Sat Jan 25 00:13:52 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 454C3228E7E; Sat, 25 Jan 2020 00:13:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 484GhJ16YBz3GhK; Sat, 25 Jan 2020 00:13:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2143D2F651; Sat, 25 Jan 2020 00:13:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00P0DqsC012282; Sat, 25 Jan 2020 00:13:52 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00P0DpJS012280; Sat, 25 Jan 2020 00:13:51 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202001250013.00P0DpJS012280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Sat, 25 Jan 2020 00:13:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523998 - branches/2020Q1/lang/php72 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q1/lang/php72 X-SVN-Commit-Revision: 523998 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, 25 Jan 2020 00:13:52 -0000 Author: tz Date: Sat Jan 25 00:13:51 2020 New Revision: 523998 URL: https://svnweb.freebsd.org/changeset/ports/523998 Log: MFH: r523994 lang/php72: Update from 7.2.26 to 7.2.27 Changelog: Mbstring: Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`). (CVE-2020-7060) Session: Fixed bug #79091 (heap use-after-free in session_create_id()). Standard: Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059) Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.27 Approved by: ports-secteam (joenum) Modified: branches/2020Q1/lang/php72/Makefile branches/2020Q1/lang/php72/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/lang/php72/Makefile ============================================================================== --- branches/2020Q1/lang/php72/Makefile Sat Jan 25 00:11:52 2020 (r523997) +++ branches/2020Q1/lang/php72/Makefile Sat Jan 25 00:13:51 2020 (r523998) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.26 +DISTVERSION= 7.2.27 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q1/lang/php72/distinfo ============================================================================== --- branches/2020Q1/lang/php72/distinfo Sat Jan 25 00:11:52 2020 (r523997) +++ branches/2020Q1/lang/php72/distinfo Sat Jan 25 00:13:51 2020 (r523998) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576964409 -SHA256 (php-7.2.26.tar.xz) = 1dd3bc875e105f5c9d21fb4dc240670bd2c22037820ff03890f5ab883c88b78d -SIZE (php-7.2.26.tar.xz) = 12309176 +TIMESTAMP = 1579904893 +SHA256 (php-7.2.27.tar.xz) = 7bd0fb9e3b63cfe53176d1f3565cd686f90b3926217158de5ba57091f49e4c32 +SIZE (php-7.2.27.tar.xz) = 12307512 From owner-svn-ports-branches@freebsd.org Sat Jan 25 00:15:09 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 60D74228EDF; Sat, 25 Jan 2020 00:15:09 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 484Gjn1wX5z3Gmd; Sat, 25 Jan 2020 00:15:09 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22F052F652; Sat, 25 Jan 2020 00:15:09 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00P0F92k012519; Sat, 25 Jan 2020 00:15:09 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00P0F8Ju012517; Sat, 25 Jan 2020 00:15:08 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202001250015.00P0F8Ju012517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Sat, 25 Jan 2020 00:15:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523999 - branches/2020Q1/lang/php73 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q1/lang/php73 X-SVN-Commit-Revision: 523999 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, 25 Jan 2020 00:15:09 -0000 Author: tz Date: Sat Jan 25 00:15:08 2020 New Revision: 523999 URL: https://svnweb.freebsd.org/changeset/ports/523999 Log: MFH: r523995 lang/php73: Update from 7.3.13 to 7.3.14 Changelog: Core: Fixed bug #78999 (Cycle leak when using function result as temporary). CURL: Fixed bug #79033 (Curl timeout error with specific url and post). Date: Fixed bug #79015 (undefined-behavior in php_date.c). DBA: Fixed bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached). Fileinfo: Fixed bug #74170 (locale information change after mime_content_type). GD: Fixed bug #78923 (Artifacts when convoluting image with transparency). Fixed bug #79067 (gdTransformAffineCopy() may use unitialized values). Fixed bug #79068 (gdTransformAffineCopy() changes interpolation method). Libxml: Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). Mbstring: Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`). (CVE-2020-7060) OPcache: Fixed bug #79040 (Warning Opcode handlers are unusable due to ASLR). Pcntl: Fixed bug #78402 (Converting null to string in error message is bad DX). PDO_PgSQL: Fixed bug #78983 (pdo_pgsql config.w32 cannot find libpq-fe.h). Fixed bug #78980 (pgsqlGetNotify() overlooks dead connection). Fixed bug #78982 (pdo_pgsql returns dead persistent connection). Session: Fixed bug #79091 (heap use-after-free in session_create_id()). Shmop: Fixed bug #78538 (shmop memory leak). Standard: Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059) Fixed bug #54298 (Using empty additional_headers adding extraneous CRLF). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.14 Approved by: ports-secteam (joneum) Modified: branches/2020Q1/lang/php73/Makefile branches/2020Q1/lang/php73/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/lang/php73/Makefile ============================================================================== --- branches/2020Q1/lang/php73/Makefile Sat Jan 25 00:13:51 2020 (r523998) +++ branches/2020Q1/lang/php73/Makefile Sat Jan 25 00:15:08 2020 (r523999) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.13 +DISTVERSION= 7.3.14 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q1/lang/php73/distinfo ============================================================================== --- branches/2020Q1/lang/php73/distinfo Sat Jan 25 00:13:51 2020 (r523998) +++ branches/2020Q1/lang/php73/distinfo Sat Jan 25 00:15:08 2020 (r523999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576964457 -SHA256 (php-7.3.13.tar.xz) = 57ac55fe442d2da650abeb9e6fa161bd3a98ba6528c029f076f8bba43dd5c228 -SIZE (php-7.3.13.tar.xz) = 12102012 +TIMESTAMP = 1579904913 +SHA256 (php-7.3.14.tar.xz) = cc05dd373ca5d36652800762f65c10e828a17de35aaf246262e3efa99d00cdb0 +SIZE (php-7.3.14.tar.xz) = 12106072 From owner-svn-ports-branches@freebsd.org Sat Jan 25 15:44:20 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E66761F2C6D; Sat, 25 Jan 2020 15:44:20 +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 484gKw5p46z4dsn; Sat, 25 Jan 2020 15:44:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C20BDA841; Sat, 25 Jan 2020 15:44:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00PFiK6Q071895; Sat, 25 Jan 2020 15:44:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00PFiKeX071894; Sat, 25 Jan 2020 15:44:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001251544.00PFiKeX071894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 25 Jan 2020 15:44:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524043 - branches/2020Q1/multimedia/librav1e X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/multimedia/librav1e X-SVN-Commit-Revision: 524043 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, 25 Jan 2020 15:44:21 -0000 Author: jbeich Date: Sat Jan 25 15:44:20 2020 New Revision: 524043 URL: https://svnweb.freebsd.org/changeset/ports/524043 Log: MFH: r524042 multimedia/librav1e: unbreak build WITH_DEBUG error: Found argument '--debug' which wasn't expected, or isn't valid in this context PR: 243572 Submitted by: nimaje+fbz@bureaucracy.de Approved by: ports-secteam blanket Modified: branches/2020Q1/multimedia/librav1e/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/multimedia/librav1e/Makefile ============================================================================== --- branches/2020Q1/multimedia/librav1e/Makefile Sat Jan 25 15:43:22 2020 (r524042) +++ branches/2020Q1/multimedia/librav1e/Makefile Sat Jan 25 15:44:20 2020 (r524043) @@ -18,8 +18,7 @@ do-build: do-install: @${CARGO_CARGO_RUN} cinstall \ --destdir "${STAGEDIR}" \ - ${CARGO_BUILD_ARGS} \ - ${CARGO_INSTALL_ARGS} + ${CARGO_BUILD_ARGS} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so From owner-svn-ports-branches@freebsd.org Sat Jan 25 19:49:54 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 23C521F8BB1; Sat, 25 Jan 2020 19:49:54 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 484mnF72ljz419q; Sat, 25 Jan 2020 19:49:53 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ECE84D69E; Sat, 25 Jan 2020 19:49:53 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00PJnrr7024430; Sat, 25 Jan 2020 19:49:53 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00PJnrBq024427; Sat, 25 Jan 2020 19:49:53 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202001251949.00PJnrBq024427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Sat, 25 Jan 2020 19:49:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524124 - in branches/2020Q1: ftp/php74-ftp lang/php74 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2020Q1: ftp/php74-ftp lang/php74 X-SVN-Commit-Revision: 524124 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, 25 Jan 2020 19:49:54 -0000 Author: tz Date: Sat Jan 25 19:49:53 2020 New Revision: 524124 URL: https://svnweb.freebsd.org/changeset/ports/524124 Log: MFH: r523997 lang/php74: Upgrade from 7.4.1 to 7.4.2 Changelog: Core: Preloading support on Windows has been disabled. Fixed bug #79022 (class_exists returns True for classes that are not ready to be used). Fixed bug #78929 (plus signs in cookie values are converted to spaces). Fixed bug #78973 (Destructor during CV freeing causes segfault if opline never saved). Fixed bug #78776 (Abstract method implementation from trait does not check "static"). Fixed bug #78999 (Cycle leak when using function result as temporary). Fixed bug #79008 (General performance regression with PHP 7.4 on Windows). Fixed bug #79002 (Serializing uninitialized typed properties with __sleep makes unserialize throw). CURL: Fixed bug #79033 (Curl timeout error with specific url and post). Fixed bug #79063 (curl openssl does not respect PKG_CONFIG_PATH). Date: Fixed bug #79015 (undefined-behavior in php_date.c). DBA: Fixed bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached). Exif: Fixed bug #79046 (NaN to int cast undefined behavior in exif). Fileinfo: Fixed bug #74170 (locale information change after mime_content_type). GD: Fixed bug #79067 (gdTransformAffineCopy() may use unitialized values). Fixed bug #79068 (gdTransformAffineCopy() changes interpolation method). Libxml: Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). Mbstring: Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`). (CVE-2020-7060) OPcache: Fixed bug #78961 (erroneous optimization of re-assigned $GLOBALS). Fixed bug #78950 (Preloading trait method with static variables). Fixed bug #78903 (Conflict in RTD key for closures results in crash). Fixed bug #78986 (Opcache segfaults when inheriting ctor from immutable into mutable class). Fixed bug #79040 (Warning Opcode handlers are unusable due to ASLR). Fixed bug #79055 (Typed property become unknown with OPcache file cache). Pcntl: Fixed bug #78402 (Converting null to string in error message is bad DX). PDO_PgSQL: Fixed bug #78983 (pdo_pgsql config.w32 cannot find libpq-fe.h). Fixed bug #78980 (pgsqlGetNotify() overlooks dead connection). Fixed bug #78982 (pdo_pgsql returns dead persistent connection). Session: Fixed bug #79091 (heap use-after-free in session_create_id()). Fixed bug #79031 (Session unserialization problem). Shmop: Fixed bug #78538 (shmop memory leak). Sqlite3: Fixed bug #79056 (sqlite does not respect PKG_CONFIG_PATH during compilation). Spl: Fixed bug #78976 (SplFileObject::fputcsv returns -1 on failure). Standard: Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059) Fixed bug #79000 (Non-blocking socket stream reports EAGAIN as error). Fixed bug #54298 (Using empty additional_headers adding extraneous CRLF). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.4.2 Approved by: ports-secteam (joneum) Modified: branches/2020Q1/ftp/php74-ftp/Makefile branches/2020Q1/lang/php74/Makefile branches/2020Q1/lang/php74/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/ftp/php74-ftp/Makefile ============================================================================== --- branches/2020Q1/ftp/php74-ftp/Makefile Sat Jan 25 19:44:36 2020 (r524123) +++ branches/2020Q1/ftp/php74-ftp/Makefile Sat Jan 25 19:49:53 2020 (r524124) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php74 Modified: branches/2020Q1/lang/php74/Makefile ============================================================================== --- branches/2020Q1/lang/php74/Makefile Sat Jan 25 19:44:36 2020 (r524123) +++ branches/2020Q1/lang/php74/Makefile Sat Jan 25 19:49:53 2020 (r524124) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php74 -DISTVERSION= 7.4.1 +DISTVERSION= 7.4.2 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q1/lang/php74/distinfo ============================================================================== --- branches/2020Q1/lang/php74/distinfo Sat Jan 25 19:44:36 2020 (r524123) +++ branches/2020Q1/lang/php74/distinfo Sat Jan 25 19:49:53 2020 (r524124) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576964443 -SHA256 (php-7.4.1.tar.xz) = 561bb866bdd509094be00f4ece7c3543ec971c4d878645ee81437e291cffc762 -SIZE (php-7.4.1.tar.xz) = 10245600 +TIMESTAMP = 1579904923 +SHA256 (php-7.4.2.tar.xz) = 98284deac017da0d426117ecae7599a1f1bf62ae3911e8bc16c4403a8f4bdf13 +SIZE (php-7.4.2.tar.xz) = 10252304 From owner-svn-ports-branches@freebsd.org Sat Jan 25 21:35: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 45D771FBE1C; Sat, 25 Jan 2020 21:35:27 +0000 (UTC) (envelope-from kai@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 484q7316Q3z47pl; Sat, 25 Jan 2020 21:35:27 +0000 (UTC) (envelope-from kai@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 213BEEB24; Sat, 25 Jan 2020 21:35:27 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00PLZQXV091338; Sat, 25 Jan 2020 21:35:26 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00PLZQCY091336; Sat, 25 Jan 2020 21:35:26 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202001252135.00PLZQCY091336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sat, 25 Jan 2020 21:35:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524135 - branches/2020Q1/graphics/py-pillow X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2020Q1/graphics/py-pillow X-SVN-Commit-Revision: 524135 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, 25 Jan 2020 21:35:27 -0000 Author: kai Date: Sat Jan 25 21:35:26 2020 New Revision: 524135 URL: https://svnweb.freebsd.org/changeset/ports/524135 Log: MFH: r524023 graphics/py-pillow: Update to 6.2.2 Changelogs since 6.2.0: https://pillow.readthedocs.io/en/stable/releasenotes/6.2.2.html https://pillow.readthedocs.io/en/stable/releasenotes/6.2.1.html PR: 243336 Submitted by: sunpoet Approved by: koobs (maintainer) Security: 0700e76c-3eb0-11ea-8478-3085a9a95629 Approved by: ports-secteam (riggs) Modified: branches/2020Q1/graphics/py-pillow/Makefile branches/2020Q1/graphics/py-pillow/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/graphics/py-pillow/Makefile ============================================================================== --- branches/2020Q1/graphics/py-pillow/Makefile Sat Jan 25 21:13:36 2020 (r524134) +++ branches/2020Q1/graphics/py-pillow/Makefile Sat Jan 25 21:35:26 2020 (r524135) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pillow -PORTVERSION= 6.2.0 +PORTVERSION= 6.2.2 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: branches/2020Q1/graphics/py-pillow/distinfo ============================================================================== --- branches/2020Q1/graphics/py-pillow/distinfo Sat Jan 25 21:13:36 2020 (r524134) +++ branches/2020Q1/graphics/py-pillow/distinfo Sat Jan 25 21:35:26 2020 (r524135) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571146802 -SHA256 (python-pillow-Pillow-6.2.0_GH0.tar.gz) = 5d8c0d6fc1e4b662f0e7c40ed83e06367a90e8b11b227d5141b51badae56248e -SIZE (python-pillow-Pillow-6.2.0_GH0.tar.gz) = 37404132 +TIMESTAMP = 1579047758 +SHA256 (python-pillow-Pillow-6.2.2_GH0.tar.gz) = cc4ec754ddcc98b7166a1afe062c6355c841776145f0f23bdd3bea1eaa41e2db +SIZE (python-pillow-Pillow-6.2.2_GH0.tar.gz) = 37538464