From owner-svn-ports-branches@freebsd.org Mon Nov 12 10:16:29 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AA8E1101B09; Mon, 12 Nov 2018 10:16:29 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E06186EEE; Mon, 12 Nov 2018 10:16:27 +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 10C201F650; Mon, 12 Nov 2018 10:16:24 +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 wACAGNpi028757; Mon, 12 Nov 2018 10:16:23 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wACAGNkE028756; Mon, 12 Nov 2018 10:16:23 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201811121016.wACAGNkE028756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 12 Nov 2018 10:16:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484796 - branches/2018Q4/www/mod_setenvifplus X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2018Q4/www/mod_setenvifplus X-SVN-Commit-Revision: 484796 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1E06186EEE X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-1.000,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.90), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org 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, 12 Nov 2018 10:16:29 -0000 Author: joneum Date: Mon Nov 12 10:16:23 2018 New Revision: 484796 URL: https://svnweb.freebsd.org/changeset/ports/484796 Log: MFH: r484689 Update to 0.37 - Add LICENSE_FILE This update fix a build error with FreeBSD 13: /wrkdirs/usr/ports/www/mod_setenvifplus/work/mod_setenvifplus-0.22/apache2/mod_setenvifplus.c:179:18: error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') EVP_CIPHER_CTX cipher_ctx; ^ /usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st' typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; ^ /wrkdirs/usr/ports/www/mod_setenvifplus/work/mod_setenvifplus-0.22/apache2/mod_setenvifplus.c:227:18: error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') EVP_CIPHER_CTX cipher_ctx; ^ /usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st' typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; Sponsored by: Netzkommune GmbH Approved by: ports-secteam (miwi) Modified: branches/2018Q4/www/mod_setenvifplus/Makefile branches/2018Q4/www/mod_setenvifplus/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/mod_setenvifplus/Makefile ============================================================================== --- branches/2018Q4/www/mod_setenvifplus/Makefile Mon Nov 12 10:16:15 2018 (r484795) +++ branches/2018Q4/www/mod_setenvifplus/Makefile Mon Nov 12 10:16:23 2018 (r484796) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_setenvifplus -PORTVERSION= 0.22 +PORTVERSION= 0.37 CATEGORIES= www MASTER_SITES= SF/modsetenvifplus EXTRACT_SUFX= -src.tar.gz @@ -12,8 +12,9 @@ MAINTAINER= ports@christianserving.org COMMENT= Allows setting environment variables based on request attributes LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt -USES= apache:2.2+ +USES= apache:2.4 AP_FAST_BUILD= yes AP_GENPLIST= yes SRC_FILE= ${WRKSRC}/apache2/${MODULENAME}.c Modified: branches/2018Q4/www/mod_setenvifplus/distinfo ============================================================================== --- branches/2018Q4/www/mod_setenvifplus/distinfo Mon Nov 12 10:16:15 2018 (r484795) +++ branches/2018Q4/www/mod_setenvifplus/distinfo Mon Nov 12 10:16:23 2018 (r484796) @@ -1,2 +1,3 @@ -SHA256 (apache2/mod_setenvifplus-0.22-src.tar.gz) = 79da29546c2f6b71674907a133a28f94820468326b8d494ca17d81855c3a3392 -SIZE (apache2/mod_setenvifplus-0.22-src.tar.gz) = 24700 +TIMESTAMP = 1541936740 +SHA256 (apache2/mod_setenvifplus-0.37-src.tar.gz) = 022f39c838c0f247887f8641e6b5055fce275673bcc00a50b37ab944a2686304 +SIZE (apache2/mod_setenvifplus-0.37-src.tar.gz) = 198568 From owner-svn-ports-branches@freebsd.org Mon Nov 12 10:19:23 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 201151101C9B; Mon, 12 Nov 2018 10:19:23 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D6E18718C; Mon, 12 Nov 2018 10:19:22 +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 2E6A51F652; Mon, 12 Nov 2018 10:19:22 +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 wACAJMaR029039; Mon, 12 Nov 2018 10:19:22 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wACAJL7t029037; Mon, 12 Nov 2018 10:19:21 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201811121019.wACAJL7t029037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 12 Nov 2018 10:19:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484797 - branches/2018Q4/net-p2p/rslsync X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2018Q4/net-p2p/rslsync X-SVN-Commit-Revision: 484797 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4D6E18718C X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-1.000,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.90), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org 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, 12 Nov 2018 10:19:23 -0000 Author: joneum Date: Mon Nov 12 10:19:21 2018 New Revision: 484797 URL: https://svnweb.freebsd.org/changeset/ports/484797 Log: MFH: r484634 Update to 2.6.1 Changelog: - Security fix with btsync:// protocol - Fixed crashes when reading damaged database - Removed false positive "Cannot get list of trackers" error message - Fixed joining multicasts on 172.16.0.0/12 networks - Fixed showing duplicated peers and devices on OS X - Fixed failure to save settings in WebUI sometimes - Fixed decrypting files on encrypted peer Changelog: https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log PR: 232345 Reported by: Volodymyr Kostyrko (maintainer) Sponsored by: Netzkommune GmbH Approved by: ports-secteam (miwi) Modified: branches/2018Q4/net-p2p/rslsync/Makefile branches/2018Q4/net-p2p/rslsync/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net-p2p/rslsync/Makefile ============================================================================== --- branches/2018Q4/net-p2p/rslsync/Makefile Mon Nov 12 10:16:23 2018 (r484796) +++ branches/2018Q4/net-p2p/rslsync/Makefile Mon Nov 12 10:19:21 2018 (r484797) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rslsync -PORTVERSION= 2.5.13 +PORTVERSION= 2.6.1 CATEGORIES= net-p2p MASTER_SITES= https://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \ http://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ @@ -37,7 +37,7 @@ CONFIG_ARCH= ${ARCH} .endif do-build: - ${WRKSRC}/rslsync --nodaemon --dump-sample-config > ${WRKSRC}/rslsync.conf.sample + ${WRKSRC}/rslsync --nodaemon --storage ${WRKSRC} --dump-sample-config > ${WRKSRC}/rslsync.conf.sample ${REINPLACE_CMD} -e 's;^//\([[:space:]]*"storage_path"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/db/rslsync",;' ${WRKSRC}/rslsync.conf.sample ${REINPLACE_CMD} -e 's;^//\([[:space:]]*"pid_file"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/run/rslsync/rslsync.pid",;' ${WRKSRC}/rslsync.conf.sample Modified: branches/2018Q4/net-p2p/rslsync/distinfo ============================================================================== --- branches/2018Q4/net-p2p/rslsync/distinfo Mon Nov 12 10:16:23 2018 (r484796) +++ branches/2018Q4/net-p2p/rslsync/distinfo Mon Nov 12 10:19:21 2018 (r484797) @@ -1,5 +1,5 @@ -TIMESTAMP = 1528176970 -SHA256 (rslsync-2.5.13/resilio-sync_freebsd_x64.tar.gz) = df72db2ef31cf6a6e553c12c8b87041f361cdf1403dbeeb1d7ee3bfbf6247dce -SIZE (rslsync-2.5.13/resilio-sync_freebsd_x64.tar.gz) = 11137906 -SHA256 (rslsync-2.5.13/resilio-sync_freebsd_i386.tar.gz) = a59abc631c64739e0a5c87736fa8e65cabd35f357ccf10ded01e5e48a3074ccc -SIZE (rslsync-2.5.13/resilio-sync_freebsd_i386.tar.gz) = 10960831 +TIMESTAMP = 1539858959 +SHA256 (rslsync-2.6.1/resilio-sync_freebsd_x64.tar.gz) = 98b0b5cdf4920b41cbcd8ae6d3b5f4f8bb78346372668951107319655ead1ac7 +SIZE (rslsync-2.6.1/resilio-sync_freebsd_x64.tar.gz) = 12356355 +SHA256 (rslsync-2.6.1/resilio-sync_freebsd_i386.tar.gz) = db4de0db7083de56f169dac540623c6dbbbe2f279a93f054a2121fc6f1a806e0 +SIZE (rslsync-2.6.1/resilio-sync_freebsd_i386.tar.gz) = 12187695 From owner-svn-ports-branches@freebsd.org Mon Nov 12 10:26:15 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDB1E110208C; Mon, 12 Nov 2018 10:26:14 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A52387845; Mon, 12 Nov 2018 10:26:14 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 192EF1F7E1; Mon, 12 Nov 2018 10:26:14 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wACAQDbn034221; Mon, 12 Nov 2018 10:26:13 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wACAQDpG034220; Mon, 12 Nov 2018 10:26:13 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201811121026.wACAQDpG034220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 12 Nov 2018 10:26:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484798 - branches/2018Q4/dns/dnsdist X-SVN-Group: ports-branches X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: branches/2018Q4/dns/dnsdist X-SVN-Commit-Revision: 484798 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3A52387845 X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-1.000,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.90), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org 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, 12 Nov 2018 10:26:15 -0000 Author: cpm Date: Mon Nov 12 10:26:13 2018 New Revision: 484798 URL: https://svnweb.freebsd.org/changeset/ports/484798 Log: MFH: r484678 dns/dnsdist: Update to 1.3.3 Changelog: https://dnsdist.org/changelog.html#change-1.3.3 Approved by: ports-secteam (miwi) Modified: branches/2018Q4/dns/dnsdist/Makefile branches/2018Q4/dns/dnsdist/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/dns/dnsdist/Makefile ============================================================================== --- branches/2018Q4/dns/dnsdist/Makefile Mon Nov 12 10:19:21 2018 (r484797) +++ branches/2018Q4/dns/dnsdist/Makefile Mon Nov 12 10:26:13 2018 (r484798) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dnsdist -DISTVERSION= 1.3.2 -PORTREVISION= 1 +DISTVERSION= 1.3.3 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm Modified: branches/2018Q4/dns/dnsdist/distinfo ============================================================================== --- branches/2018Q4/dns/dnsdist/distinfo Mon Nov 12 10:19:21 2018 (r484797) +++ branches/2018Q4/dns/dnsdist/distinfo Mon Nov 12 10:26:13 2018 (r484798) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531293770 -SHA256 (dnsdist-1.3.2.tar.bz2) = 0be7704e5a418a8ed6908fc110ecfb9bc23f270b5af8a5525f1fa934ef0e6bc4 -SIZE (dnsdist-1.3.2.tar.bz2) = 918200 +TIMESTAMP = 1541860683 +SHA256 (dnsdist-1.3.3.tar.bz2) = 9fb24f9032025955169f3c6e9b0a05b6aa9d6441ec47da08d22de1c1aa23e8cf +SIZE (dnsdist-1.3.3.tar.bz2) = 971253 From owner-svn-ports-branches@freebsd.org Mon Nov 12 10:28:04 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84B751102117; Mon, 12 Nov 2018 10:28:04 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C22F069AA5; Mon, 12 Nov 2018 10:28:03 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A3F6A1F7FA; Mon, 12 Nov 2018 10:28:03 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wACAS3vL034442; Mon, 12 Nov 2018 10:28:03 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wACAS3C0034441; Mon, 12 Nov 2018 10:28:03 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201811121028.wACAS3C0034441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 12 Nov 2018 10:28:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484799 - branches/2018Q4/dns/dnsdist X-SVN-Group: ports-branches X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: branches/2018Q4/dns/dnsdist X-SVN-Commit-Revision: 484799 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C22F069AA5 X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-1.000,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.90), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org 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, 12 Nov 2018 10:28:04 -0000 Author: cpm Date: Mon Nov 12 10:28:03 2018 New Revision: 484799 URL: https://svnweb.freebsd.org/changeset/ports/484799 Log: MFH: r484700 - Fix building against Lua(JIT). The configuration switch change since version 1.3.2. When building without poudriere, it would always pick LuaJIT over Lua if both are installed, basically ignoring the configuration knob. - Bump PORTREVISION PR: 233142 (based on) Submitted by: Ralf van der Enden Approved by: ports-secteam (miwi) Modified: branches/2018Q4/dns/dnsdist/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/dns/dnsdist/Makefile ============================================================================== --- branches/2018Q4/dns/dnsdist/Makefile Mon Nov 12 10:26:13 2018 (r484798) +++ branches/2018Q4/dns/dnsdist/Makefile Mon Nov 12 10:28:03 2018 (r484799) @@ -3,6 +3,7 @@ PORTNAME= dnsdist DISTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm @@ -51,9 +52,10 @@ FSTRM_CONFIGURE_ENABLE= fstrm GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ENABLE=gnutls -LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit +LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUAJIT_USES_OFF= lua -LUAJIT_CONFIGURE_WITH= luajit +LUAJIT_CONFIGURE_ON= --with-lua=luajit +LUAJIT_CONFIGURE_OFF= --with-lua=lua-${LUA_VER} OPENSSL_USES= ssl OPENSSL_CONFIGURE_ENABLE=libssl From owner-svn-ports-branches@freebsd.org Mon Nov 12 21:06:50 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6279C1122CA9; Mon, 12 Nov 2018 21:06:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AAF6835A9; Mon, 12 Nov 2018 21:06:49 +0000 (UTC) (envelope-from bdrewery@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 1BBA22616E; Mon, 12 Nov 2018 21:06:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wACL6na7066918; Mon, 12 Nov 2018 21:06:49 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wACL6lLq066908; Mon, 12 Nov 2018 21:06:47 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201811122106.wACL6lLq066908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 12 Nov 2018 21:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484825 - in branches/2018Q4/security/openssh-portable: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: in branches/2018Q4/security/openssh-portable: . files X-SVN-Commit-Revision: 484825 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3AAF6835A9 X-Spamd-Result: default: False [-106.87 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.99)[-0.994,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.90), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org 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, 12 Nov 2018 21:06:50 -0000 Author: bdrewery Date: Mon Nov 12 21:06:47 2018 New Revision: 484825 URL: https://svnweb.freebsd.org/changeset/ports/484825 Log: MFH: r484765 r484823 r484824 Update to 7.9p1. - Fixes build on 12, head, and openssl-devel. - GSSAPI and HPN are currently marked BROKEN as I don't want to block the main update for anyone. http://www.openssh.com/txt/release-7.8 http://www.openssh.com/txt/release-7.9 - Fix HPN for 7.9p1 - DOCS is required for HPN but it's not exclusively a flavor so needs to be in the default list. - Fix a build-time OpenSSL version comparison [1] PR: 233157 [1] Reported by: Robert Schulze [1] Obtained from: upstream c0a35265907533be10ca151ac797f34ae0d68969 [1] - Update KERB_GSSAPI for 7.9p1 Approved by: portmgr (implicit) Added: branches/2018Q4/security/openssh-portable/files/patch-c0a35265907533be10ca151ac797f34ae0d68969 - copied unchanged from r484823, head/security/openssh-portable/files/patch-c0a35265907533be10ca151ac797f34ae0d68969 branches/2018Q4/security/openssh-portable/files/patch-serverloop.c - copied unchanged from r484765, head/security/openssh-portable/files/patch-serverloop.c Deleted: branches/2018Q4/security/openssh-portable/files/patch-341727df910e12e26ef161508ed76d91c40a61eb branches/2018Q4/security/openssh-portable/files/patch-85fe48fd49f2e81fa30902841b362cfbb7f1933b branches/2018Q4/security/openssh-portable/files/patch-868afa68469de50d8a43e5daf867d7c624a34d20 branches/2018Q4/security/openssh-portable/files/patch-b81b2d120e9c8a83489e241620843687758925ad branches/2018Q4/security/openssh-portable/files/patch-f5baa36ba79a6e8c534fb4e0a00f2614ccc42ea6 branches/2018Q4/security/openssh-portable/files/patch-misc.c Modified: branches/2018Q4/security/openssh-portable/Makefile branches/2018Q4/security/openssh-portable/distinfo branches/2018Q4/security/openssh-portable/files/extra-patch-hpn branches/2018Q4/security/openssh-portable/files/extra-patch-hpn-compat branches/2018Q4/security/openssh-portable/files/extra-patch-tcpwrappers branches/2018Q4/security/openssh-portable/files/patch-auth2.c branches/2018Q4/security/openssh-portable/files/patch-session.c Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/openssh-portable/Makefile ============================================================================== --- branches/2018Q4/security/openssh-portable/Makefile Mon Nov 12 21:04:05 2018 (r484824) +++ branches/2018Q4/security/openssh-portable/Makefile Mon Nov 12 21:06:47 2018 (r484825) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= openssh -DISTVERSION= 7.7p1 -PORTREVISION= 6 +DISTVERSION= 7.9p1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= OPENBSD/OpenSSH/portable @@ -26,20 +26,16 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwor ETCOLD= ${PREFIX}/etc -BROKEN_SSL= openssl-devel -BROKEN_SSL_REASON_openssl-devel= error: OpenSSL >= 1.1.0 is not yet supported - FLAVORS= default hpn default_CONFLICTS_INSTALL= openssl-portable-hpn hpn_CONFLICTS_INSTALL= openssh-portable hpn_PKGNAMESUFFIX= -portable-hpn -OPTIONS_DEFINE= PAM TCP_WRAPPERS LIBEDIT BSM \ +OPTIONS_DEFINE= DOCS PAM TCP_WRAPPERS LIBEDIT BSM \ HPN X509 KERB_GSSAPI \ LDNS NONECIPHER XMSS OPTIONS_DEFAULT= LIBEDIT PAM TCP_WRAPPERS LDNS .if ${FLAVOR:U} == hpn -OPTIONS_DEFINE+= DOCS OPTIONS_DEFAULT+= HPN NONECIPHER .endif OPTIONS_RADIO= KERBEROS @@ -70,10 +66,10 @@ HPN_CONFIGURE_WITH= hpn NONECIPHER_CONFIGURE_WITH= nonecipher # See http://www.roumenpetrov.info/openssh/ -X509_VERSION= 11.3.2 +X509_VERSION= 11.5 X509_PATCH_SITES= http://www.roumenpetrov.info/openssh/x509-${X509_VERSION}/:x509 X509_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-x509-glue -X509_PATCHFILES= ${PORTNAME}-7.7p1+x509-${X509_VERSION}.diff.gz:-p1:x509 +X509_PATCHFILES= ${PORTNAME}-7.9p1+x509-${X509_VERSION}.diff.gz:-p1:x509 MIT_LIB_DEPENDS= libkrb5.so.3:security/krb5 HEIMDAL_LIB_DEPENDS= libkrb5.so.26:security/heimdal @@ -113,7 +109,7 @@ PATCHFILES+= openssh-7.7p1-gsskex-all-20141021-debian- # https://www.psc.edu/hpn-ssh https://github.com/rapier1/openssh-portable/tree/hpn-openssl1.1-7_7_P1 .if ${PORT_OPTIONS:MHPN} || ${PORT_OPTIONS:MNONECIPHER} -#BROKEN= HPN: Not yet updated for ${DISTVERSION} and disabled in base +#BROKEN= HPN: Not yet updated for ${DISTVERSION} yet. PORTDOCS+= HPN-README HPN_VERSION= 14v15 HPN_DISTVERSION= 7.7p1 Modified: branches/2018Q4/security/openssh-portable/distinfo ============================================================================== --- branches/2018Q4/security/openssh-portable/distinfo Mon Nov 12 21:04:05 2018 (r484824) +++ branches/2018Q4/security/openssh-portable/distinfo Mon Nov 12 21:06:47 2018 (r484825) @@ -1,7 +1,7 @@ -TIMESTAMP = 1524589531 -SHA256 (openssh-7.7p1.tar.gz) = d73be7e684e99efcd024be15a30bffcbe41b012b2f7b3c9084aed621775e6b8f -SIZE (openssh-7.7p1.tar.gz) = 1536900 -SHA256 (openssh-7.7p1+x509-11.3.2.diff.gz) = f0549007b2bdb99c41d83e622b6504365a3fa0a5ac22e3d0755c89cb0e29a02f -SIZE (openssh-7.7p1+x509-11.3.2.diff.gz) = 492142 -SHA256 (openssh-7.7p1-gsskex-all-20141021-debian-rh-20171004.patch.gz) = c58f10ed5d9550e6e4ac09898a1aa131321e69c4d65a742ab95d357b35576ef4 -SIZE (openssh-7.7p1-gsskex-all-20141021-debian-rh-20171004.patch.gz) = 27251 +TIMESTAMP = 1541877994 +SHA256 (openssh-7.9p1.tar.gz) = 6b4b3ba2253d84ed3771c8050728d597c91cfce898713beb7b64a305b6f11aad +SIZE (openssh-7.9p1.tar.gz) = 1565384 +SHA256 (openssh-7.9p1+x509-11.5.diff.gz) = 1d15099ce54614f158f10f55b6b4992d915353f92a05e179a64b0655650c00bb +SIZE (openssh-7.9p1+x509-11.5.diff.gz) = 594995 +SHA256 (openssh-7.9p1-gsskex-all-20141021-debian-rh-20181020.patch.gz) = a9fe46bc97ebb6f32dad44c6e62e712b224392463b2084300835736fe848eabc +SIZE (openssh-7.9p1-gsskex-all-20141021-debian-rh-20181020.patch.gz) = 27612 Modified: branches/2018Q4/security/openssh-portable/files/extra-patch-hpn ============================================================================== --- branches/2018Q4/security/openssh-portable/files/extra-patch-hpn Mon Nov 12 21:04:05 2018 (r484824) +++ branches/2018Q4/security/openssh-portable/files/extra-patch-hpn Mon Nov 12 21:06:47 2018 (r484825) @@ -1064,9 +1064,9 @@ diff -urN -x configure -x config.guess -x config.h.in #define SSHBUF_REFS_MAX 0x100000 /* Max child buffers */ #define SSHBUF_MAX_BIGNUM (16384 / 8) /* Max bignum *bytes* */ #define SSHBUF_MAX_ECPOINT ((528 * 2 / 8) + 1) /* Max EC point *bytes* */ ---- work/openssh-7.7p1/sshconnect.c.orig 2018-04-01 22:38:28.000000000 -0700 -+++ work/openssh-7.7p1/sshconnect.c 2018-06-26 15:55:19.103812000 -0700 -@@ -337,7 +337,32 @@ check_ifaddrs(const char *ifname, int af, const struct +--- work/openssh/sshconnect.c.orig 2018-10-16 17:01:20.000000000 -0700 ++++ work/openssh/sshconnect.c 2018-11-12 09:04:24.340706000 -0800 +@@ -327,7 +327,32 @@ check_ifaddrs(const char *ifname, int af, const struct } #endif @@ -1096,10 +1096,10 @@ diff -urN -x configure -x config.guess -x config.h.in +#endif + +/* - * Creates a (possibly privileged) socket for use as the ssh connection. + * Creates a socket for use as the ssh connection. */ static int -@@ -359,6 +384,11 @@ ssh_create_socket(int privileged, struct addrinfo *ai) +@@ -349,6 +374,11 @@ ssh_create_socket(struct addrinfo *ai) } fcntl(sock, F_SETFD, FD_CLOEXEC); @@ -1109,9 +1109,9 @@ diff -urN -x configure -x config.guess -x config.h.in +#endif + /* Bind the socket to an alternative local IP address */ - if (options.bind_address == NULL && options.bind_interface == NULL && - !privileged) -@@ -637,8 +667,14 @@ static void + if (options.bind_address == NULL && options.bind_interface == NULL) + return sock; +@@ -608,8 +638,14 @@ static void send_client_banner(int connection_out, int minor1) { /* Send our own protocol version identification. */ @@ -1128,8 +1128,8 @@ diff -urN -x configure -x config.guess -x config.h.in if (atomicio(vwrite, connection_out, client_version_string, strlen(client_version_string)) != strlen(client_version_string)) fatal("write: %.100s", strerror(errno)); ---- work/openssh-7.7p1/sshconnect2.c.orig 2018-04-01 22:38:28.000000000 -0700 -+++ work/openssh-7.7p1/sshconnect2.c 2018-06-27 17:11:17.543893000 -0700 +--- work/openssh/sshconnect2.c.orig 2018-10-16 17:01:20.000000000 -0700 ++++ work/openssh/sshconnect2.c 2018-11-12 09:06:06.338515000 -0800 @@ -81,7 +81,13 @@ extern char *client_version_string; extern char *server_version_string; @@ -1144,7 +1144,7 @@ diff -urN -x configure -x config.guess -x config.h.in /* * SSH2 key exchange */ -@@ -154,14 +160,17 @@ order_hostkeyalgs(char *host, struct sockaddr *hostadd +@@ -154,10 +160,11 @@ order_hostkeyalgs(char *host, struct sockaddr *hostadd return ret; } @@ -1154,16 +1154,18 @@ diff -urN -x configure -x config.guess -x config.h.in ssh_kex2(char *host, struct sockaddr *hostaddr, u_short port) { - char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; - char *s; + char *s, *all_key; struct kex *kex; int r; - -+ memcpy(&myproposal, &myproposal_default, sizeof(myproposal)); -+ +@@ -165,6 +172,7 @@ ssh_kex2(char *host, struct sockaddr *hostaddr, u_shor xxx_host = host; xxx_hostaddr = hostaddr; -@@ -409,6 +418,30 @@ ssh_userauth2(const char *local_user, const char *serv ++ memcpy(&myproposal, &myproposal_default, sizeof(myproposal)); + if ((s = kex_names_cat(options.kex_algorithms, "ext-info-c")) == NULL) + fatal("%s: kex_names_cat", __func__); + myproposal[PROPOSAL_KEX_ALGS] = compat_kex_proposal(s); +@@ -412,6 +420,30 @@ ssh_userauth2(const char *local_user, const char *serv if (!authctxt.success) fatal("Authentication failed."); Modified: branches/2018Q4/security/openssh-portable/files/extra-patch-hpn-compat ============================================================================== --- branches/2018Q4/security/openssh-portable/files/extra-patch-hpn-compat Mon Nov 12 21:04:05 2018 (r484824) +++ branches/2018Q4/security/openssh-portable/files/extra-patch-hpn-compat Mon Nov 12 21:06:47 2018 (r484825) @@ -31,12 +31,12 @@ r294563 was incomplete; re-add the client-side options { NULL, oBadOption } }; ---- servconf.c.orig 2017-10-02 12:34:26.000000000 -0700 -+++ servconf.c 2017-10-12 12:20:19.089884000 -0700 -@@ -618,6 +618,10 @@ static struct { - { "disableforwarding", sDisableForwarding, SSHCFG_ALL }, +--- servconf.c.orig 2018-10-16 17:01:20.000000000 -0700 ++++ servconf.c 2018-11-10 11:32:09.835817000 -0800 +@@ -645,6 +645,10 @@ static struct { { "exposeauthinfo", sExposeAuthInfo, SSHCFG_ALL }, { "rdomain", sRDomain, SSHCFG_ALL }, + { "casignaturealgorithms", sCASignatureAlgorithms, SSHCFG_ALL }, + { "noneenabled", sUnsupported, SSHCFG_ALL }, + { "hpndisabled", sDeprecated, SSHCFG_ALL }, + { "hpnbuffersize", sDeprecated, SSHCFG_ALL }, Modified: branches/2018Q4/security/openssh-portable/files/extra-patch-tcpwrappers ============================================================================== --- branches/2018Q4/security/openssh-portable/files/extra-patch-tcpwrappers Mon Nov 12 21:04:05 2018 (r484824) +++ branches/2018Q4/security/openssh-portable/files/extra-patch-tcpwrappers Mon Nov 12 21:06:47 2018 (r484825) @@ -85,11 +85,11 @@ index 0ade557..045f149 100644 laddr = get_local_ipaddr(sock_in); diff --git configure.ac configure.ac index f48ba4a..66fbe82 100644 ---- configure.ac -+++ configure.ac -@@ -1380,6 +1380,62 @@ AC_ARG_WITH([skey], - ] - ) +--- configure.ac.orig 2018-10-16 17:01:20.000000000 -0700 ++++ configure.ac 2018-11-10 11:29:32.626326000 -0800 +@@ -1493,6 +1493,62 @@ else + AC_MSG_RESULT([no]) + fi +# Check whether user wants TCP wrappers support +TCPW_MSG="no" @@ -150,11 +150,11 @@ index f48ba4a..66fbe82 100644 # Check whether user wants to use ldns LDNS_MSG="no" AC_ARG_WITH(ldns, -@@ -4803,6 +4859,7 @@ echo " KerberosV support: $KRB5_MSG" +@@ -5305,6 +5361,7 @@ echo " PAM support: $PAM_MSG" + echo " OSF SIA support: $SIA_MSG" + echo " KerberosV support: $KRB5_MSG" echo " SELinux support: $SELINUX_MSG" - echo " Smartcard support: $SCARD_MSG" - echo " S/KEY support: $SKEY_MSG" +echo " TCP Wrappers support: $TCPW_MSG" echo " MD5 password support: $MD5_MSG" echo " libedit support: $LIBEDIT_MSG" - echo " Solaris process contract support: $SPC_MSG" + echo " libldns support: $LDNS_MSG" Modified: branches/2018Q4/security/openssh-portable/files/patch-auth2.c ============================================================================== --- branches/2018Q4/security/openssh-portable/files/patch-auth2.c Mon Nov 12 21:04:05 2018 (r484824) +++ branches/2018Q4/security/openssh-portable/files/patch-auth2.c Mon Nov 12 21:06:47 2018 (r484825) @@ -5,31 +5,32 @@ Changed paths: Apply class-imposed login restrictions. ---- auth2.c.orig 2017-03-19 19:39:27.000000000 -0700 -+++ auth2.c 2017-03-20 11:52:27.960733000 -0700 -@@ -47,6 +47,7 @@ - #include "key.h" +--- auth2.c.orig 2018-10-16 17:01:20.000000000 -0700 ++++ auth2.c 2018-11-10 11:35:07.816193000 -0800 +@@ -48,6 +48,7 @@ + #include "sshkey.h" #include "hostfile.h" #include "auth.h" +#include "canohost.h" #include "dispatch.h" #include "pathnames.h" - #include "buffer.h" -@@ -217,6 +218,13 @@ input_userauth_request(int type, u_int32 - Authmethod *m = NULL; + #include "sshbuf.h" +@@ -258,7 +259,14 @@ input_userauth_request(int type, u_int32_t seq, struct char *user, *service, *method, *style = NULL; int authenticated = 0; + double tstart = monotime_double(); +#ifdef HAVE_LOGIN_CAP + login_cap_t *lc; + const char *from_host, *from_ip; -+ + + from_host = auth_get_canonical_hostname(ssh, options.use_dns); + from_ip = ssh_remote_ipaddr(ssh); +#endif - ++ if (authctxt == NULL) fatal("input_userauth_request: no authctxt"); -@@ -266,6 +274,27 @@ input_userauth_request(int type, u_int32 + +@@ -307,6 +315,27 @@ input_userauth_request(int type, u_int32_t seq, struct "(%s,%s) -> (%s,%s)", authctxt->user, authctxt->service, user, service); } @@ -55,5 +56,5 @@ Apply class-imposed login restrictions. +#endif /* HAVE_LOGIN_CAP */ + /* reset state */ - auth2_challenge_stop(authctxt); + auth2_challenge_stop(ssh); Copied: branches/2018Q4/security/openssh-portable/files/patch-c0a35265907533be10ca151ac797f34ae0d68969 (from r484823, head/security/openssh-portable/files/patch-c0a35265907533be10ca151ac797f34ae0d68969) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/security/openssh-portable/files/patch-c0a35265907533be10ca151ac797f34ae0d68969 Mon Nov 12 21:06:47 2018 (r484825, copy of r484823, head/security/openssh-portable/files/patch-c0a35265907533be10ca151ac797f34ae0d68969) @@ -0,0 +1,19 @@ +commit c0a35265907533be10ca151ac797f34ae0d68969 +Author: Damien Miller +Date: Mon Oct 22 11:22:50 2018 +1100 + + fix compile for openssl 1.0.x w/ --with-ssl-engine + + bz#2921, patch from cotequeiroz + +--- openbsd-compat/openssl-compat.c.orig 2018-11-12 12:52:26 UTC ++++ openbsd-compat/openssl-compat.c +@@ -76,7 +76,7 @@ ssh_OpenSSL_add_all_algorithms(void) + ENGINE_load_builtin_engines(); + ENGINE_register_all_complete(); + +-#if OPENSSL_VERSION_NUMBER < 0x10001000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + OPENSSL_config(NULL); + #else + OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS | Copied: branches/2018Q4/security/openssh-portable/files/patch-serverloop.c (from r484765, head/security/openssh-portable/files/patch-serverloop.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/security/openssh-portable/files/patch-serverloop.c Mon Nov 12 21:06:47 2018 (r484825, copy of r484765, head/security/openssh-portable/files/patch-serverloop.c) @@ -0,0 +1,43 @@ +------------------------------------------------------------------------ +r181918 | des | 2008-08-20 05:40:07 -0500 (Wed, 20 Aug 2008) | 6 lines +Changed paths: + M /head/crypto/openssh/readconf.c + +Use net.inet.ip.portrange.reservedhigh instead of IPPORT_RESERVED. +Submitted upstream, no reaction. + +Submitted by: delphij@ +[rewritten for 7.4 by bdrewery@] + +--- serverloop.c.orig 2018-11-10 11:38:16.728617000 -0800 ++++ serverloop.c 2018-11-10 11:38:19.497300000 -0800 +@@ -55,6 +55,8 @@ + #include + #include + ++#include ++ + #include "openbsd-compat/sys-queue.h" + #include "xmalloc.h" + #include "packet.h" +@@ -109,7 +111,19 @@ bind_permitted(int port, uid_t uid) + { + if (use_privsep) + return 1; /* allow system to decide */ +- if (port < IPPORT_RESERVED && uid != 0) ++ int ipport_reserved; ++#ifdef __FreeBSD__ ++ size_t len_ipport_reserved = sizeof(ipport_reserved); ++ ++ if (sysctlbyname("net.inet.ip.portrange.reservedhigh", ++ &ipport_reserved, &len_ipport_reserved, NULL, 0) != 0) ++ ipport_reserved = IPPORT_RESERVED; ++ else ++ ipport_reserved++; ++#else ++ ipport_reserved = IPPORT_RESERVED; ++#endif ++ if (port < ipport_reserved && uid != 0) + return 0; + return 1; + } Modified: branches/2018Q4/security/openssh-portable/files/patch-session.c ============================================================================== --- branches/2018Q4/security/openssh-portable/files/patch-session.c Mon Nov 12 21:04:05 2018 (r484824) +++ branches/2018Q4/security/openssh-portable/files/patch-session.c Mon Nov 12 21:06:47 2018 (r484825) @@ -10,9 +10,9 @@ Reviewed by: ache Sponsored by: DARPA, NAI Labs ---- session.c.orig 2018-04-01 22:38:28.000000000 -0700 -+++ session.c 2018-04-03 13:56:49.599400000 -0700 -@@ -982,6 +982,9 @@ do_setup_env(struct ssh *ssh, Session *s, const char * +--- session.c.orig 2018-10-16 17:01:20.000000000 -0700 ++++ session.c 2018-11-10 11:45:14.645263000 -0800 +@@ -1020,6 +1020,9 @@ do_setup_env(struct ssh *ssh, Session *s, const char * struct passwd *pw = s->pw; #if !defined (HAVE_LOGIN_CAP) && !defined (HAVE_CYGWIN) char *path = NULL; @@ -22,7 +22,7 @@ Sponsored by: DARPA, NAI Labs #endif /* Initialize the environment. */ -@@ -1003,6 +1006,9 @@ do_setup_env(struct ssh *ssh, Session *s, const char * +@@ -1041,6 +1044,9 @@ do_setup_env(struct ssh *ssh, Session *s, const char * } #endif @@ -32,7 +32,7 @@ Sponsored by: DARPA, NAI Labs #ifdef GSSAPI /* Allow any GSSAPI methods that we've used to alter * the childs environment as they see fit -@@ -1020,11 +1026,21 @@ do_setup_env(struct ssh *ssh, Session *s, const char * +@@ -1058,11 +1064,21 @@ do_setup_env(struct ssh *ssh, Session *s, const char * child_set_env(&env, &envsize, "LOGIN", pw->pw_name); #endif child_set_env(&env, &envsize, "HOME", pw->pw_dir); @@ -58,7 +58,7 @@ Sponsored by: DARPA, NAI Labs #else /* HAVE_LOGIN_CAP */ # ifndef HAVE_CYGWIN /* -@@ -1044,15 +1060,9 @@ do_setup_env(struct ssh *ssh, Session *s, const char * +@@ -1082,14 +1098,9 @@ do_setup_env(struct ssh *ssh, Session *s, const char * # endif /* HAVE_CYGWIN */ #endif /* HAVE_LOGIN_CAP */ @@ -70,11 +70,10 @@ Sponsored by: DARPA, NAI Labs - if (getenv("TZ")) - child_set_env(&env, &envsize, "TZ", getenv("TZ")); -- - /* Set custom environment options from pubkey authentication. */ - if (options.permit_user_env) { - for (n = 0 ; n < auth_opts->nenv; n++) { -@@ -1331,7 +1341,7 @@ do_setusercontext(struct passwd *pw) + if (s->term) + child_set_env(&env, &envsize, "TERM", s->term); + if (s->display) +@@ -1389,7 +1400,7 @@ do_setusercontext(struct passwd *pw) if (platform_privileged_uidswap()) { #ifdef HAVE_LOGIN_CAP if (setusercontext(lc, pw, pw->pw_uid, From owner-svn-ports-branches@freebsd.org Mon Nov 12 21:55:59 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 712BF1124668; Mon, 12 Nov 2018 21:55:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2417863E4; Mon, 12 Nov 2018 21:55:58 +0000 (UTC) (envelope-from bdrewery@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 D4312269FE; Mon, 12 Nov 2018 21:55:58 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wACLtwb3094650; Mon, 12 Nov 2018 21:55:58 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wACLtw6V094647; Mon, 12 Nov 2018 21:55:58 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201811122155.wACLtw6V094647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 12 Nov 2018 21:55:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484843 - in branches/2018Q4/security/openssh-portable: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: in branches/2018Q4/security/openssh-portable: . files X-SVN-Commit-Revision: 484843 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F2417863E4 X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-1.000,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org 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, 12 Nov 2018 21:55:59 -0000 Author: bdrewery Date: Mon Nov 12 21:55:57 2018 New Revision: 484843 URL: https://svnweb.freebsd.org/changeset/ports/484843 Log: MFH: r484842 - Fix X509 build after r484765 openssl fix - Fix patch URL for KERB_GSSAPI - Add FLAVORs for x509 and gssapi since they are distinct types of OpenSSH rather than feature flags. Approved by: portmgr (implicit) Added: branches/2018Q4/security/openssh-portable/files/extra-patch-c0a35265907533be10ca151ac797f34ae0d68969 - copied unchanged from r484842, head/security/openssh-portable/files/extra-patch-c0a35265907533be10ca151ac797f34ae0d68969 Deleted: branches/2018Q4/security/openssh-portable/files/patch-c0a35265907533be10ca151ac797f34ae0d68969 Modified: branches/2018Q4/security/openssh-portable/Makefile branches/2018Q4/security/openssh-portable/files/extra-patch-x509-glue branches/2018Q4/security/openssh-portable/files/patch-session.c Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/openssh-portable/Makefile ============================================================================== --- branches/2018Q4/security/openssh-portable/Makefile Mon Nov 12 21:55:35 2018 (r484842) +++ branches/2018Q4/security/openssh-portable/Makefile Mon Nov 12 21:55:57 2018 (r484843) @@ -26,10 +26,18 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwor ETCOLD= ${PREFIX}/etc -FLAVORS= default hpn -default_CONFLICTS_INSTALL= openssl-portable-hpn -hpn_CONFLICTS_INSTALL= openssh-portable +FLAVORS= default hpn gssapi x509 +default_CONFLICTS_INSTALL= openssh-portable-hpn openssh-portable-gssapi \ + openssh-portable-x509 +hpn_CONFLICTS_INSTALL= openssh-portable openssh-portable-gssapi \ + openssh-portable-x509 hpn_PKGNAMESUFFIX= -portable-hpn +gssapi_CONFLICTS_INSTALL= openssh-portable openssh-portable-hpn \ + openssh-portable-x509 +gssapi_PKGNAMESUFFIX= -portable-gssapi +x509_CONFLICTS_INSTALL= openssh-portable openssh-portable-hpn \ + openssh-portable-gssapi +x509_PKGNAMESUFFIX= -portable-x509 OPTIONS_DEFINE= DOCS PAM TCP_WRAPPERS LIBEDIT BSM \ HPN X509 KERB_GSSAPI \ @@ -38,6 +46,12 @@ OPTIONS_DEFAULT= LIBEDIT PAM TCP_WRAPPERS LDNS .if ${FLAVOR:U} == hpn OPTIONS_DEFAULT+= HPN NONECIPHER .endif +.if ${FLAVOR:U} == gssapi +OPTIONS_DEFAULT+= KERB_GSSAPI MIT +.endif +.if ${FLAVOR:U} == x509 +OPTIONS_DEFAULT+= X509 +.endif OPTIONS_RADIO= KERBEROS OPTIONS_RADIO_KERBEROS= MIT HEIMDAL HEIMDAL_BASE TCP_WRAPPERS_DESC= tcp_wrappers support @@ -87,9 +101,13 @@ ETCDIR?= ${PREFIX}/etc/ssh PATCH_SITES+= http://mirror.shatow.net/freebsd/${PORTNAME}/:DEFAULT,x509,hpn,gsskex +# Upstream OpenSSL fix but does not apply for x509 patch. +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-c0a35265907533be10ca151ac797f34ae0d68969 + # X509 patch includes TCP Wrapper support already .if ${PORT_OPTIONS:MX509} EXTRA_PATCHES:= ${EXTRA_PATCHES:N${TCP_WRAPPERS_EXTRA_PATCHES}} +EXTRA_PATCHES:= ${EXTRA_PATCHES:N${FILESDIR}/extra-patch-c0a35265907533be10ca151ac797f34ae0d68969} .endif # Must add this patch before HPN due to conflicts @@ -104,7 +122,7 @@ EXTRA_PATCHES:= ${EXTRA_PATCHES:N${TCP_WRAPPERS_EXTRA # Needed glue for applying HPN patch without conflict EXTRA_PATCHES+= ${FILESDIR}/extra-patch-hpn-gss-glue . endif -PATCHFILES+= openssh-7.7p1-gsskex-all-20141021-debian-rh-20171004.patch.gz:-p1:gsskex +PATCHFILES+= openssh-7.9p1-gsskex-all-20141021-debian-rh-20181020.patch.gz:-p1:gsskex .endif # https://www.psc.edu/hpn-ssh https://github.com/rapier1/openssh-portable/tree/hpn-openssl1.1-7_7_P1 Copied: branches/2018Q4/security/openssh-portable/files/extra-patch-c0a35265907533be10ca151ac797f34ae0d68969 (from r484842, head/security/openssh-portable/files/extra-patch-c0a35265907533be10ca151ac797f34ae0d68969) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/security/openssh-portable/files/extra-patch-c0a35265907533be10ca151ac797f34ae0d68969 Mon Nov 12 21:55:57 2018 (r484843, copy of r484842, head/security/openssh-portable/files/extra-patch-c0a35265907533be10ca151ac797f34ae0d68969) @@ -0,0 +1,19 @@ +commit c0a35265907533be10ca151ac797f34ae0d68969 +Author: Damien Miller +Date: Mon Oct 22 11:22:50 2018 +1100 + + fix compile for openssl 1.0.x w/ --with-ssl-engine + + bz#2921, patch from cotequeiroz + +--- openbsd-compat/openssl-compat.c.orig 2018-11-12 12:52:26 UTC ++++ openbsd-compat/openssl-compat.c +@@ -76,7 +76,7 @@ ssh_OpenSSL_add_all_algorithms(void) + ENGINE_load_builtin_engines(); + ENGINE_register_all_complete(); + +-#if OPENSSL_VERSION_NUMBER < 0x10001000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + OPENSSL_config(NULL); + #else + OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS | Modified: branches/2018Q4/security/openssh-portable/files/extra-patch-x509-glue ============================================================================== --- branches/2018Q4/security/openssh-portable/files/extra-patch-x509-glue Mon Nov 12 21:55:35 2018 (r484842) +++ branches/2018Q4/security/openssh-portable/files/extra-patch-x509-glue Mon Nov 12 21:55:57 2018 (r484843) @@ -1,42 +1,3 @@ ---- session.c.orig 2017-10-12 11:52:52.953370000 -0700 -+++ session.c 2017-10-12 11:53:40.793055000 -0700 -@@ -1062,36 +1062,6 @@ do_setup_env(struct ssh *ssh, Session *s, const char * - if (getenv("TZ")) - child_set_env(&env, &envsize, "TZ", getenv("TZ")); - --#ifdef __ANDROID__ --{ --#define COPY_ANDROID_ENV(name) { \ -- char *s = getenv(name); \ -- if (s) child_set_env(&env, &envsize, name, s); } -- -- /* from /init.rc */ -- COPY_ANDROID_ENV("ANDROID_BOOTLOGO"); -- COPY_ANDROID_ENV("ANDROID_ROOT"); -- COPY_ANDROID_ENV("ANDROID_ASSETS"); -- COPY_ANDROID_ENV("ANDROID_DATA"); -- COPY_ANDROID_ENV("ASEC_MOUNTPOINT"); -- COPY_ANDROID_ENV("LOOP_MOUNTPOINT"); -- COPY_ANDROID_ENV("BOOTCLASSPATH"); -- -- /* FIXME: keep android property workspace open -- * (see openbsd-compat/bsd-closefrom.c) -- */ -- COPY_ANDROID_ENV("ANDROID_PROPERTY_WORKSPACE"); -- -- COPY_ANDROID_ENV("EXTERNAL_STORAGE"); /* ??? */ -- COPY_ANDROID_ENV("SECONDARY_STORAGE"); /* ??? */ -- COPY_ANDROID_ENV("SD_EXT_DIRECTORY"); /* ??? */ -- -- /* may contain path to custom libraries */ -- COPY_ANDROID_ENV("LD_LIBRARY_PATH"); --#undef COPY_ANDROID_ENV --} --#endif -- - /* Set custom environment options from pubkey authentication. */ - if (options.permit_user_env) { - for (n = 0 ; n < auth_opts->nenv; n++) { --- sshd_config.5.orig 2017-10-12 11:51:06.638814000 -0700 +++ sshd_config.5 2017-10-12 11:51:33.780459000 -0700 @@ -1682,7 +1682,57 @@ is set to Modified: branches/2018Q4/security/openssh-portable/files/patch-session.c ============================================================================== --- branches/2018Q4/security/openssh-portable/files/patch-session.c Mon Nov 12 21:55:35 2018 (r484842) +++ branches/2018Q4/security/openssh-portable/files/patch-session.c Mon Nov 12 21:55:57 2018 (r484843) @@ -50,7 +50,7 @@ Sponsored by: DARPA, NAI Labs + *environ = NULL; + (void) setusercontext(lc, pw, pw->pw_uid, + LOGIN_SETENV|LOGIN_SETPATH); -+ copy_environment(environ, &env, &envsize); ++ copy_environment_blacklist(environ, &env, &envsize, NULL); + for (var = environ; *var != NULL; ++var) + free(*var); + free(environ); @@ -58,7 +58,7 @@ Sponsored by: DARPA, NAI Labs #else /* HAVE_LOGIN_CAP */ # ifndef HAVE_CYGWIN /* -@@ -1082,14 +1098,9 @@ do_setup_env(struct ssh *ssh, Session *s, const char * +@@ -1082,11 +1098,6 @@ do_setup_env(struct ssh *ssh, Session *s, const char * # endif /* HAVE_CYGWIN */ #endif /* HAVE_LOGIN_CAP */ @@ -70,9 +70,6 @@ Sponsored by: DARPA, NAI Labs - if (getenv("TZ")) - child_set_env(&env, &envsize, "TZ", getenv("TZ")); - if (s->term) - child_set_env(&env, &envsize, "TERM", s->term); - if (s->display) @@ -1389,7 +1400,7 @@ do_setusercontext(struct passwd *pw) if (platform_privileged_uidswap()) { #ifdef HAVE_LOGIN_CAP From owner-svn-ports-branches@freebsd.org Tue Nov 13 00:23:54 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29B83112806C; Tue, 13 Nov 2018 00:23:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADBAB8BBBE; Tue, 13 Nov 2018 00:23:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8ED322AA; Tue, 13 Nov 2018 00:23:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAD0Nrfi071479; Tue, 13 Nov 2018 00:23:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAD0NrJU071476; Tue, 13 Nov 2018 00:23:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201811130023.wAD0NrJU071476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 13 Nov 2018 00:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484850 - branches/2018Q4/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/citra X-SVN-Commit-Revision: 484850 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ADBAB8BBBE X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.998,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org 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, 13 Nov 2018 00:23:54 -0000 Author: jbeich Date: Tue Nov 13 00:23:52 2018 New Revision: 484850 URL: https://svnweb.freebsd.org/changeset/ports/484850 Log: MFH: r484848 emulators/citra: update to s20181111 Changes: https://github.com/citra-emu/citra/compare/a59920ed3...f43524fff Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q4/emulators/citra/Makefile branches/2018Q4/emulators/citra/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/citra/Makefile ============================================================================== --- branches/2018Q4/emulators/citra/Makefile Tue Nov 13 00:22:53 2018 (r484849) +++ branches/2018Q4/emulators/citra/Makefile Tue Nov 13 00:23:52 2018 (r484850) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20181108 +PORTVERSION= s20181111 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= a59920ed3 +GH_TAGNAME= f43524fff GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2018Q4/emulators/citra/distinfo ============================================================================== --- branches/2018Q4/emulators/citra/distinfo Tue Nov 13 00:22:53 2018 (r484849) +++ branches/2018Q4/emulators/citra/distinfo Tue Nov 13 00:23:52 2018 (r484850) @@ -1,6 +1,6 @@ -TIMESTAMP = 1541690807 -SHA256 (citra-emu-citra-s20181108-a59920ed3_GH0.tar.gz) = eee7a9fe681b5b944888f09aef323d8e842920dfd249e4358a9e530dc008c924 -SIZE (citra-emu-citra-s20181108-a59920ed3_GH0.tar.gz) = 4550993 +TIMESTAMP = 1541955198 +SHA256 (citra-emu-citra-s20181111-f43524fff_GH0.tar.gz) = b0eba25600af5efa98cb7b9c8eff52c77939ac5fff63dd42d31fd86b341c4fe7 +SIZE (citra-emu-citra-s20181111-f43524fff_GH0.tar.gz) = 4550820 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-branches@freebsd.org Tue Nov 13 00:24:45 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA5AC1128117; Tue, 13 Nov 2018 00:24:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A3DD8BCD8; Tue, 13 Nov 2018 00:24:44 +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 4D0AC2AB; Tue, 13 Nov 2018 00:24:44 +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 wAD0Oiab071640; Tue, 13 Nov 2018 00:24:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAD0OhrM071638; Tue, 13 Nov 2018 00:24:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201811130024.wAD0OhrM071638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 13 Nov 2018 00:24:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484851 - branches/2018Q4/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/rpcs3 X-SVN-Commit-Revision: 484851 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6A3DD8BCD8 X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.999,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org 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, 13 Nov 2018 00:24:45 -0000 Author: jbeich Date: Tue Nov 13 00:24:43 2018 New Revision: 484851 URL: https://svnweb.freebsd.org/changeset/ports/484851 Log: MFH: r484847 emulators/rpcs3: update to 0.0.5.1035 Changes: https://github.com/RPCS3/rpcs3/compare/7180c1f2d...2e1aec4de Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q4/emulators/rpcs3/Makefile branches/2018Q4/emulators/rpcs3/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q4/emulators/rpcs3/Makefile Tue Nov 13 00:23:52 2018 (r484850) +++ branches/2018Q4/emulators/rpcs3/Makefile Tue Nov 13 00:24:43 2018 (r484851) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-1030 -DISTVERSIONSUFFIX= -g7180c1f2d +DISTVERSION= 0.0.5-1035 +DISTVERSIONSUFFIX= -g2e1aec4de CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: branches/2018Q4/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q4/emulators/rpcs3/distinfo Tue Nov 13 00:23:52 2018 (r484850) +++ branches/2018Q4/emulators/rpcs3/distinfo Tue Nov 13 00:24:43 2018 (r484851) @@ -1,6 +1,6 @@ TIMESTAMP = 1541769599 -SHA256 (RPCS3-rpcs3-v0.0.5-1030-g7180c1f2d_GH0.tar.gz) = 244f55181bbbf93ce064ff90ba98a99ad4b774d863f9335a1266894c76cf6543 -SIZE (RPCS3-rpcs3-v0.0.5-1030-g7180c1f2d_GH0.tar.gz) = 5016294 +SHA256 (RPCS3-rpcs3-v0.0.5-1035-g2e1aec4de_GH0.tar.gz) = 1f360f7a1b9dbc361f90a00eb6c83a69f359943193aa6d237cd2540db1cff6b4 +SIZE (RPCS3-rpcs3-v0.0.5-1035-g2e1aec4de_GH0.tar.gz) = 5016368 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 4f58ba2a51136cc6af0f1d833688b55f78468c4f5429a4bf9b38bb51c9d212b1 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 105372 SHA256 (RPCS3-llvm-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce From owner-svn-ports-branches@freebsd.org Tue Nov 13 08:21:09 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E13E91108341; Tue, 13 Nov 2018 08:21:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 724D177FA3; Tue, 13 Nov 2018 08:21:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 528DE5A10; Tue, 13 Nov 2018 08:21:09 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAD8L9oX014353; Tue, 13 Nov 2018 08:21:09 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAD8L9rL014352; Tue, 13 Nov 2018 08:21:09 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201811130821.wAD8L9rL014352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 13 Nov 2018 08:21:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484862 - in branches/2018Q4/devel/riscv64-gcc: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in branches/2018Q4/devel/riscv64-gcc: . files X-SVN-Commit-Revision: 484862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 724D177FA3 X-Spamd-Result: default: False [-103.10 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.99)[-0.988,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Server: mx1.freebsd.org 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, 13 Nov 2018 08:21:10 -0000 Author: lwhsu Date: Tue Nov 13 08:21:08 2018 New Revision: 484862 URL: https://svnweb.freebsd.org/changeset/ports/484862 Log: MFH: r484853 r484854 Add support of -fuse-ld=lld Merge support from upstream gcc for -fuse-ld=lld. It's already committed and should appear in a future release. PR: 233174 Submitted by: brooks Sponsored by: The FreeBSD Foundation Remove a sneaked change in r484853 Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (miwi) Added: branches/2018Q4/devel/riscv64-gcc/files/ - copied from r484853, head/devel/riscv64-gcc/files/ Modified: branches/2018Q4/devel/riscv64-gcc/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/devel/riscv64-gcc/Makefile ============================================================================== --- branches/2018Q4/devel/riscv64-gcc/Makefile Tue Nov 13 07:55:29 2018 (r484861) +++ branches/2018Q4/devel/riscv64-gcc/Makefile Tue Nov 13 08:21:08 2018 (r484862) @@ -2,6 +2,7 @@ PORTNAME= gcc PORTVERSION= 8.1.0 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= riscv64- From owner-svn-ports-branches@freebsd.org Tue Nov 13 21:06:39 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E46E31131EE9; Tue, 13 Nov 2018 21:06:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5BB2477E99; Tue, 13 Nov 2018 21:06:38 +0000 (UTC) (envelope-from feld@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 3A36B15993; Tue, 13 Nov 2018 21:06:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wADL6ceC006913; Tue, 13 Nov 2018 21:06:38 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wADL6cir006912; Tue, 13 Nov 2018 21:06:38 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201811132106.wADL6cir006912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 13 Nov 2018 21:06:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484898 - branches/2018Q4/databases/py-pg8000 X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2018Q4/databases/py-pg8000 X-SVN-Commit-Revision: 484898 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5BB2477E99 X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-1.000,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org 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, 13 Nov 2018 21:06:39 -0000 Author: feld Date: Tue Nov 13 21:06:37 2018 New Revision: 484898 URL: https://svnweb.freebsd.org/changeset/ports/484898 Log: MFH: r484681 - Add missing RUN_DEPENDS PR: 233104 Submitted by: jdc@koitsu.org Modified: branches/2018Q4/databases/py-pg8000/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/databases/py-pg8000/Makefile ============================================================================== --- branches/2018Q4/databases/py-pg8000/Makefile Tue Nov 13 19:09:01 2018 (r484897) +++ branches/2018Q4/databases/py-pg8000/Makefile Tue Nov 13 21:06:37 2018 (r484898) @@ -3,6 +3,7 @@ PORTNAME= pg8000 PORTVERSION= 1.12.3 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Pure-Python Interface to the PostgreSQL Database LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils From owner-svn-ports-branches@freebsd.org Tue Nov 13 23:15:54 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF3EB1136BE5; Tue, 13 Nov 2018 23:15:54 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 471237F1D9; Tue, 13 Nov 2018 23:15:54 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0707716F1D; Tue, 13 Nov 2018 23:15:54 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wADNFrcM074142; Tue, 13 Nov 2018 23:15:53 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wADNFrY0074137; Tue, 13 Nov 2018 23:15:53 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201811132315.wADNFrY0074137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 13 Nov 2018 23:15:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484904 - in branches/2018Q4/www: flashplayer linux-flashplayer X-SVN-Group: ports-branches X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in branches/2018Q4/www: flashplayer linux-flashplayer X-SVN-Commit-Revision: 484904 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 471237F1D9 X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.999,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org 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, 13 Nov 2018 23:15:55 -0000 Author: jkim Date: Tue Nov 13 23:15:53 2018 New Revision: 484904 URL: https://svnweb.freebsd.org/changeset/ports/484904 Log: MFH: r484902 Update to 31.0.0.148. https://helpx.adobe.com/security/products/flash-player/apsb18-39.html Approved by: ports-secteam (blanket) Modified: branches/2018Q4/www/flashplayer/Makefile branches/2018Q4/www/linux-flashplayer/Makefile branches/2018Q4/www/linux-flashplayer/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/flashplayer/Makefile ============================================================================== --- branches/2018Q4/www/flashplayer/Makefile Tue Nov 13 23:12:10 2018 (r484903) +++ branches/2018Q4/www/flashplayer/Makefile Tue Nov 13 23:15:53 2018 (r484904) @@ -2,6 +2,7 @@ PORTNAME= flashplayer PORTVERSION= 31.0 +PORTREVISION= 1 CATEGORIES= www multimedia DISTFILES= Modified: branches/2018Q4/www/linux-flashplayer/Makefile ============================================================================== --- branches/2018Q4/www/linux-flashplayer/Makefile Tue Nov 13 23:12:10 2018 (r484903) +++ branches/2018Q4/www/linux-flashplayer/Makefile Tue Nov 13 23:15:53 2018 (r484904) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 31.0.0.122 +PORTVERSION= 31.0.0.148 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ PKGNAMEPREFIX= linux- Modified: branches/2018Q4/www/linux-flashplayer/distinfo ============================================================================== --- branches/2018Q4/www/linux-flashplayer/distinfo Tue Nov 13 23:12:10 2018 (r484903) +++ branches/2018Q4/www/linux-flashplayer/distinfo Tue Nov 13 23:15:53 2018 (r484904) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539193192 -SHA256 (flashplayer/31.0.0.122/flash_player_npapi_linux.i386.tar.gz) = 81a4a004b92162ec51dfbc8b8ad999c936ba057d6f1ec691623502913e072770 -SIZE (flashplayer/31.0.0.122/flash_player_npapi_linux.i386.tar.gz) = 8529106 +TIMESTAMP = 1542149803 +SHA256 (flashplayer/31.0.0.148/flash_player_npapi_linux.i386.tar.gz) = c27a78954c1bc83a668b00ecf6fbf61ca79f2e0656b9dd88ec52ebf67606d00f +SIZE (flashplayer/31.0.0.148/flash_player_npapi_linux.i386.tar.gz) = 8529825 From owner-svn-ports-branches@freebsd.org Wed Nov 14 12:01:02 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC10F112530B; Wed, 14 Nov 2018 12:01:02 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BB2A738E5; Wed, 14 Nov 2018 12:01:02 +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 4E6081EAB4; Wed, 14 Nov 2018 12:01:02 +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 wAEC123H064924; Wed, 14 Nov 2018 12:01:02 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAEC12ct064923; Wed, 14 Nov 2018 12:01:02 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201811141201.wAEC12ct064923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 14 Nov 2018 12:01:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484919 - branches/2018Q4/mail/imapfilter/files X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2018Q4/mail/imapfilter/files X-SVN-Commit-Revision: 484919 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6BB2A738E5 X-Spamd-Result: default: False [-103.11 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.996,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Server: mx1.freebsd.org 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, 14 Nov 2018 12:01:03 -0000 Author: tobik Date: Wed Nov 14 12:01:01 2018 New Revision: 484919 URL: https://svnweb.freebsd.org/changeset/ports/484919 Log: MFH: r484918 mail/imapfilter: Drop LibreSSL patch and unbreak build with OpenSSL 1.1.1 The patch added in ports r435498 broke OpenSSL 1.1.x compatibility. A different fix for LibreSSL was committed upstream so the patch is no longer needed since imapfilter 2.6.11 [1]. [1] https://github.com/lefcha/imapfilter/commit/c1865ba1ab2fd8da14e5e018ab55c79cbc432295 PR: 232132 Approved by: bofh (maintainer timeout, 1 month) Approved by: ports-secteam blanket Deleted: branches/2018Q4/mail/imapfilter/files/patch-src_auth.c Modified: Directory Properties: branches/2018Q4/ (props changed) From owner-svn-ports-branches@freebsd.org Wed Nov 14 21:40:31 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 104D41100337; Wed, 14 Nov 2018 21:40:31 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 957AD6DD60; Wed, 14 Nov 2018 21:40:30 +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 7685C24AE0; Wed, 14 Nov 2018 21:40:30 +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 wAELeUXP063561; Wed, 14 Nov 2018 21:40:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAELeUN6063560; Wed, 14 Nov 2018 21:40:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201811142140.wAELeUN6063560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 14 Nov 2018 21:40:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484947 - branches/2018Q4/multimedia/gnome-mpv X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/multimedia/gnome-mpv X-SVN-Commit-Revision: 484947 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 957AD6DD60 X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-1.000,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org 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, 14 Nov 2018 21:40:31 -0000 Author: jbeich Date: Wed Nov 14 21:40:30 2018 New Revision: 484947 URL: https://svnweb.freebsd.org/changeset/ports/484947 Log: MFH: r484946 multimedia/gnome-mpv: chase compiler used by mpv On GCC architectures OPENCV option in multimedia/ffmpeg appears to require consumers to pass -L${_GCC_RUNTIME}. So, use modern GCC where this is implicit. //usr/local/lib/libopencv_core.so.3.4: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15' //usr/local/lib/libopencv_core.so.3.4: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14' PR: 233120 Submitted by: linimon Approved by: ports-secteam blanket Modified: branches/2018Q4/multimedia/gnome-mpv/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/multimedia/gnome-mpv/Makefile ============================================================================== --- branches/2018Q4/multimedia/gnome-mpv/Makefile Wed Nov 14 21:39:16 2018 (r484946) +++ branches/2018Q4/multimedia/gnome-mpv/Makefile Wed Nov 14 21:40:30 2018 (r484947) @@ -13,7 +13,7 @@ LICENSE= GPLv3+ LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libmpv.so:multimedia/mpv -USES= desktop-file-utils gettext-tools gmake pkgconfig tar:xz +USES= compiler:c11 desktop-file-utils gettext-tools gmake pkgconfig tar:xz USE_GNOME= cairo gtk30 GNU_CONFIGURE= yes GLIB_SCHEMAS= io.github.GnomeMpv.gschema.xml \ From owner-svn-ports-branches@freebsd.org Thu Nov 15 00:26:43 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2147611059CC; Thu, 15 Nov 2018 00:26:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9FED37623F; Thu, 15 Nov 2018 00:26:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B75E266A1; Thu, 15 Nov 2018 00:26:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAF0Qg9I054161; Thu, 15 Nov 2018 00:26:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAF0QgHF054160; Thu, 15 Nov 2018 00:26:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201811150026.wAF0QgHF054160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 15 Nov 2018 00:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484981 - branches/2018Q4/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/citra X-SVN-Commit-Revision: 484981 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9FED37623F X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.998,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org 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, 15 Nov 2018 00:26:43 -0000 Author: jbeich Date: Thu Nov 15 00:26:41 2018 New Revision: 484981 URL: https://svnweb.freebsd.org/changeset/ports/484981 Log: MFH: r484979 emulators/citra: update to s20181113 Changes: https://github.com/citra-emu/citra/compare/f43524fff...b1f55c9ca Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q4/emulators/citra/Makefile branches/2018Q4/emulators/citra/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/citra/Makefile ============================================================================== --- branches/2018Q4/emulators/citra/Makefile Thu Nov 15 00:26:02 2018 (r484980) +++ branches/2018Q4/emulators/citra/Makefile Thu Nov 15 00:26:41 2018 (r484981) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20181111 +PORTVERSION= s20181113 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= f43524fff +GH_TAGNAME= b1f55c9ca GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2018Q4/emulators/citra/distinfo ============================================================================== --- branches/2018Q4/emulators/citra/distinfo Thu Nov 15 00:26:02 2018 (r484980) +++ branches/2018Q4/emulators/citra/distinfo Thu Nov 15 00:26:41 2018 (r484981) @@ -1,6 +1,6 @@ -TIMESTAMP = 1541955198 -SHA256 (citra-emu-citra-s20181111-f43524fff_GH0.tar.gz) = b0eba25600af5efa98cb7b9c8eff52c77939ac5fff63dd42d31fd86b341c4fe7 -SIZE (citra-emu-citra-s20181111-f43524fff_GH0.tar.gz) = 4550820 +TIMESTAMP = 1542125354 +SHA256 (citra-emu-citra-s20181113-b1f55c9ca_GH0.tar.gz) = ec15eef722bbe271f117e6f860da21019c5af27bc24304fa32e944cba313f93c +SIZE (citra-emu-citra-s20181113-b1f55c9ca_GH0.tar.gz) = 4551465 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-branches@freebsd.org Thu Nov 15 00:27:29 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D15B1105A2B; Thu, 15 Nov 2018 00:27:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E7ED76336; Thu, 15 Nov 2018 00:27:28 +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 4FA3F266A3; Thu, 15 Nov 2018 00:27:28 +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 wAF0RSxK054323; Thu, 15 Nov 2018 00:27:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAF0RSSP054322; Thu, 15 Nov 2018 00:27:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201811150027.wAF0RSSP054322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 15 Nov 2018 00:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484982 - branches/2018Q4/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/rpcs3 X-SVN-Commit-Revision: 484982 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6E7ED76336 X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.998,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org 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, 15 Nov 2018 00:27:29 -0000 Author: jbeich Date: Thu Nov 15 00:27:27 2018 New Revision: 484982 URL: https://svnweb.freebsd.org/changeset/ports/484982 Log: MFH: r484978 emulators/rpcs3: update to 0.0.5.1037 Changes: https://github.com/RPCS3/rpcs3/compare/2e1aec4de...0044eb44e Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q4/emulators/rpcs3/Makefile branches/2018Q4/emulators/rpcs3/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q4/emulators/rpcs3/Makefile Thu Nov 15 00:26:41 2018 (r484981) +++ branches/2018Q4/emulators/rpcs3/Makefile Thu Nov 15 00:27:27 2018 (r484982) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-1035 -DISTVERSIONSUFFIX= -g2e1aec4de +DISTVERSION= 0.0.5-1037 +DISTVERSIONSUFFIX= -g0044eb44e CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: branches/2018Q4/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q4/emulators/rpcs3/distinfo Thu Nov 15 00:26:41 2018 (r484981) +++ branches/2018Q4/emulators/rpcs3/distinfo Thu Nov 15 00:27:27 2018 (r484982) @@ -1,6 +1,6 @@ -TIMESTAMP = 1541769599 -SHA256 (RPCS3-rpcs3-v0.0.5-1035-g2e1aec4de_GH0.tar.gz) = 1f360f7a1b9dbc361f90a00eb6c83a69f359943193aa6d237cd2540db1cff6b4 -SIZE (RPCS3-rpcs3-v0.0.5-1035-g2e1aec4de_GH0.tar.gz) = 5016368 +TIMESTAMP = 1542189024 +SHA256 (RPCS3-rpcs3-v0.0.5-1037-g0044eb44e_GH0.tar.gz) = 030ce87b2e1d08bf0af1fd35b9aa5302394e5a595a1e1add1f00c21221a90a3b +SIZE (RPCS3-rpcs3-v0.0.5-1037-g0044eb44e_GH0.tar.gz) = 5016620 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 4f58ba2a51136cc6af0f1d833688b55f78468c4f5429a4bf9b38bb51c9d212b1 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 105372 SHA256 (RPCS3-llvm-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce From owner-svn-ports-branches@freebsd.org Thu Nov 15 07:46:55 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64C35112BE78; Thu, 15 Nov 2018 07:46:55 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BCAB488C75; Thu, 15 Nov 2018 07:46:54 +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 9DB133485; Thu, 15 Nov 2018 07:46:54 +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 wAF7ks39086774; Thu, 15 Nov 2018 07:46:54 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAF7krIf086770; Thu, 15 Nov 2018 07:46:53 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201811150746.wAF7krIf086770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 15 Nov 2018 07:46:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485005 - in branches/2018Q4/security/xca: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in branches/2018Q4/security/xca: . files X-SVN-Commit-Revision: 485005 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BCAB488C75 X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-1.000,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org 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, 15 Nov 2018 07:46:55 -0000 Author: madpilot Date: Thu Nov 15 07:46:53 2018 New Revision: 485005 URL: https://svnweb.freebsd.org/changeset/ports/485005 Log: MFH: r484897 - Update xca to 2.1.2 - The new version works fine with OpenSSL 1.1.1 - Drop Qt4 option and move to Qt5 - Fix portlint warning - Project moved to github - Update WWW in pkg-descr - Take maintainership Approved by: ports-secteam (eadler) Deleted: branches/2018Q4/security/xca/files/ Modified: branches/2018Q4/security/xca/Makefile branches/2018Q4/security/xca/distinfo branches/2018Q4/security/xca/pkg-descr branches/2018Q4/security/xca/pkg-plist Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/xca/Makefile ============================================================================== --- branches/2018Q4/security/xca/Makefile Thu Nov 15 06:54:50 2018 (r485004) +++ branches/2018Q4/security/xca/Makefile Thu Nov 15 07:46:53 2018 (r485005) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= xca -PORTVERSION= 1.3.2 +PORTVERSION= 2.1.2 +DISTVERSIONPREFIX= RELEASE. CATEGORIES= security -MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT= Graphical certification authority LICENSE= BSD3CLAUSE @@ -14,36 +14,29 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libltdl.so:devel/libltdl -USES= desktop-file-utils gmake localbase pkgconfig \ - shared-mime-info ssl +USES= autoreconf compiler:c++11-lang desktop-file-utils gmake \ + localbase pkgconfig qt:5 shared-mime-info shebangfix ssl +USE_QT= buildtools_build core gui linguist_build sql widgets +USE_CXXSTD= c++11 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl=${OPENSSLDIR} \ - --with-qt=${PREFIX} + --with-qt=${PREFIX} \ + --with-qt-version=5 MAKE_ARGS= DOCTOOL="${TRUE}" DESTDIRNAME= destdir +SHEBANG_FILES= doc/code2html -OPTIONS_DEFINE= DOCS -OPTIONS_SINGLE= TOOLKIT -OPTIONS_SINGLE_TOOLKIT= QT4 QT5 -OPTIONS_DEFAULT= QT4 +USE_GITHUB= yes +GH_ACCOUNT= chris2511 -QT4_USES= qt:4 -QT4_USE= qt=gui,linguist_build,moc_build,qmake_build \ - qt=rcc_build,uic_build -QT5_USES= qt:5 -QT5_USE= qt=widgets,buildtools_build,linguist_build \ - CXXSTD=c++11 -TOOLKIT_DESC= Qt toolkit +OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ '/^CFLAGS/s|-O2||' ${WRKSRC}/Local.mak.in @${REINPLACE_CMD} -e \ '/install/s|-D|-c|' ${WRKSRC}/img/Makefile - -post-patch-QT5-off: - @${REINPLACE_CMD} -e \ - 's|Qt5|Qt0|g' ${WRKSRC}/configure post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xca* Modified: branches/2018Q4/security/xca/distinfo ============================================================================== --- branches/2018Q4/security/xca/distinfo Thu Nov 15 06:54:50 2018 (r485004) +++ branches/2018Q4/security/xca/distinfo Thu Nov 15 07:46:53 2018 (r485005) @@ -1,2 +1,3 @@ -SHA256 (xca-1.3.2.tar.gz) = 04f11f2148c8369c1a1b4e109956ed8cc807ec266d0d936410624ba8ee4b5ce4 -SIZE (xca-1.3.2.tar.gz) = 897947 +TIMESTAMP = 1542022933 +SHA256 (chris2511-xca-RELEASE.2.1.2_GH0.tar.gz) = 19da0b19e5d3b145f630e9b18b3e29d5a569495d6dd3ab927f41e6b490a99cec +SIZE (chris2511-xca-RELEASE.2.1.2_GH0.tar.gz) = 1048019 Modified: branches/2018Q4/security/xca/pkg-descr ============================================================================== --- branches/2018Q4/security/xca/pkg-descr Thu Nov 15 06:54:50 2018 (r485004) +++ branches/2018Q4/security/xca/pkg-descr Thu Nov 15 07:46:53 2018 (r485005) @@ -5,4 +5,4 @@ storage. It supports importing and exporting keys and certificates, signing and revoking of PEM DER PKCS12, and selection of x509v3 extensions. A tree view of certificates is presented. -WWW: http://xca.sourceforge.net/ +WWW: https://www.hohnstaedt.de/xca/ Modified: branches/2018Q4/security/xca/pkg-plist ============================================================================== --- branches/2018Q4/security/xca/pkg-plist Thu Nov 15 06:54:50 2018 (r485004) +++ branches/2018Q4/security/xca/pkg-plist Thu Nov 15 07:46:53 2018 (r485005) @@ -1,7 +1,5 @@ bin/xca -bin/xca_db_stat man/man1/xca.1.gz -man/man1/xca_db_stat.1.gz share/applications/xca.desktop %%PORTDOCS%%%%DOCSDIR%%/xca-1.html %%PORTDOCS%%%%DOCSDIR%%/xca-10.html @@ -24,14 +22,15 @@ share/pixmaps/xca-32x32.xpm %%DATADIR%%/CA.xca %%DATADIR%%/HTTPS_client.xca %%DATADIR%%/HTTPS_server.xca -%%DATADIR%%/aia.txt %%DATADIR%%/dn.txt %%DATADIR%%/eku.txt %%DATADIR%%/oids.txt -%%DATADIR%%/release.txt %%DATADIR%%/xca_de.qm %%DATADIR%%/xca_es.qm %%DATADIR%%/xca_fr.qm %%DATADIR%%/xca_hr.qm +%%DATADIR%%/xca_pl.qm +%%DATADIR%%/xca_pt_BR.qm %%DATADIR%%/xca_ru.qm +%%DATADIR%%/xca_sk.qm %%DATADIR%%/xca_tr.qm From owner-svn-ports-branches@freebsd.org Thu Nov 15 20:49:28 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F5C311094BC; Thu, 15 Nov 2018 20:49:28 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 855847DBEC; Thu, 15 Nov 2018 20:49:27 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 65FBA138BB; Thu, 15 Nov 2018 20:49:27 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAFKnRUq088167; Thu, 15 Nov 2018 20:49:27 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAFKnPXq088159; Thu, 15 Nov 2018 20:49:25 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201811152049.wAFKnPXq088159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 15 Nov 2018 20:49:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485044 - in branches/2018Q4/graphics: drm-devel-kmod drm-next-kmod drm-stable-kmod X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in branches/2018Q4/graphics: drm-devel-kmod drm-next-kmod drm-stable-kmod X-SVN-Commit-Revision: 485044 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 855847DBEC X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.999,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org 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, 15 Nov 2018 20:49:28 -0000 Author: zeising Date: Thu Nov 15 20:49:25 2018 New Revision: 485044 URL: https://svnweb.freebsd.org/changeset/ports/485044 Log: MFH: r484354 r484855 r484941 Graphics/drm-*-kmod: Update pkg-message Update pkg-message in drm-stable-kmod, drm-next-kmod and drm-devel-kmod and point people to drm-legacy-kmod for the legacy drm drivers. Approved by: jmd (maintainer, implicit) graphics/drm-devel-kmod: enable experimental i386 support. Alongside update to a later snapshot which brings vmwgfx. Obtained from: FreeBSDDesktop graphics/drm-devel-kmod: Fix runtime Fix runtime after stolen memory handling was comitted. Use FreeBSD 1200086 as delimiter, since FreeBSD versions wasn't bumped for the stolen memory commit. With these updates, drm-kmods are current with what's in ports head. Approved by: portmgr (drm-drivers blanket) Modified: branches/2018Q4/graphics/drm-devel-kmod/Makefile branches/2018Q4/graphics/drm-devel-kmod/distinfo branches/2018Q4/graphics/drm-devel-kmod/pkg-message branches/2018Q4/graphics/drm-devel-kmod/pkg-plist branches/2018Q4/graphics/drm-next-kmod/Makefile branches/2018Q4/graphics/drm-next-kmod/pkg-message branches/2018Q4/graphics/drm-stable-kmod/Makefile branches/2018Q4/graphics/drm-stable-kmod/pkg-message Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/graphics/drm-devel-kmod/Makefile ============================================================================== --- branches/2018Q4/graphics/drm-devel-kmod/Makefile Thu Nov 15 20:48:50 2018 (r485043) +++ branches/2018Q4/graphics/drm-devel-kmod/Makefile Thu Nov 15 20:49:25 2018 (r485044) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-devel-kmod -PORTVERSION= 4.16.g20181027 +PORTVERSION= 4.16.g20181114 CATEGORIES= graphics kld MAINTAINER= jmd@FreeBSD.org @@ -11,8 +11,8 @@ COMMENT= DRM modules for the linuxkpi-based KMS compon LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi -ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= the new KMS components are only supported on amd64 and i386 RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod @@ -25,7 +25,7 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= 96b490e +GH_TAGNAME= be98d92 .include @@ -34,6 +34,12 @@ IGNORE= not supported on older CURRENT, no kernel sup .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) +.endif + +.if ${ARCH} == "amd64" +PLIST_SUB= AMD64="" +.else +PLIST_SUB= AMD64="@comment " .endif .include Modified: branches/2018Q4/graphics/drm-devel-kmod/distinfo ============================================================================== --- branches/2018Q4/graphics/drm-devel-kmod/distinfo Thu Nov 15 20:48:50 2018 (r485043) +++ branches/2018Q4/graphics/drm-devel-kmod/distinfo Thu Nov 15 20:49:25 2018 (r485044) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540634185 -SHA256 (FreeBSDDesktop-kms-drm-4.16.g20181027-96b490e_GH0.tar.gz) = 9e3ee7fd02b275d851a7ddde7f498dee2a733f972f4b72757730fff0b14573db -SIZE (FreeBSDDesktop-kms-drm-4.16.g20181027-96b490e_GH0.tar.gz) = 12828910 +TIMESTAMP = 1542224521 +SHA256 (FreeBSDDesktop-kms-drm-4.16.g20181114-be98d92_GH0.tar.gz) = 5ed866ec0ec4d322ec1a9deadf2b59910ecf4ebb423b5434aaef6fde7ce6a111 +SIZE (FreeBSDDesktop-kms-drm-4.16.g20181114-be98d92_GH0.tar.gz) = 13079522 Modified: branches/2018Q4/graphics/drm-devel-kmod/pkg-message ============================================================================== --- branches/2018Q4/graphics/drm-devel-kmod/pkg-message Thu Nov 15 20:48:50 2018 (r485043) +++ branches/2018Q4/graphics/drm-devel-kmod/pkg-message Thu Nov 15 20:49:25 2018 (r485044) @@ -11,5 +11,5 @@ For radeonkms: kld_list="/boot/modules/radeonkms.ko" Please ensure that all users requiring graphics are members of the "video" group. -Older generations are supported by the stable kms modules (radeonkms / -i915kms) in base. +Older generations are supported by the legacy kms modules (radeonkms / +i915kms) in base or by installing graphics/drm-legacy-kmod. Modified: branches/2018Q4/graphics/drm-devel-kmod/pkg-plist ============================================================================== --- branches/2018Q4/graphics/drm-devel-kmod/pkg-plist Thu Nov 15 20:48:50 2018 (r485043) +++ branches/2018Q4/graphics/drm-devel-kmod/pkg-plist Thu Nov 15 20:49:25 2018 (r485044) @@ -1,7 +1,8 @@ -/%%KMODDIR%%/amdgpu.ko -/%%KMODDIR%%/amdkfd.ko +%%AMD64%%/%%KMODDIR%%/amdgpu.ko +%%AMD64%%/%%KMODDIR%%/amdkfd.ko /%%KMODDIR%%/debugfs.ko /%%KMODDIR%%/drm.ko /%%KMODDIR%%/i915kms.ko /%%KMODDIR%%/linuxkpi_gplv2.ko /%%KMODDIR%%/radeonkms.ko +/%%KMODDIR%%/vmwgfx.ko Modified: branches/2018Q4/graphics/drm-next-kmod/Makefile ============================================================================== --- branches/2018Q4/graphics/drm-next-kmod/Makefile Thu Nov 15 20:48:50 2018 (r485043) +++ branches/2018Q4/graphics/drm-next-kmod/Makefile Thu Nov 15 20:49:25 2018 (r485044) @@ -3,6 +3,7 @@ PORTNAME= drm-next-kmod PORTVERSION= 4.11.g20181027 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org Modified: branches/2018Q4/graphics/drm-next-kmod/pkg-message ============================================================================== --- branches/2018Q4/graphics/drm-next-kmod/pkg-message Thu Nov 15 20:48:50 2018 (r485043) +++ branches/2018Q4/graphics/drm-next-kmod/pkg-message Thu Nov 15 20:49:25 2018 (r485044) @@ -11,5 +11,5 @@ For radeonkms: kld_list="/boot/modules/radeonkms.ko" Please ensure that all users requiring graphics are members of the "video" group. -Older generations are supported by the stable kms modules (radeonkms / -i915kms) in base. +Older generations are supported by the legacy kms modules (radeonkms / +i915kms) in base or by installing graphics/drm-legacy-kmod. Modified: branches/2018Q4/graphics/drm-stable-kmod/Makefile ============================================================================== --- branches/2018Q4/graphics/drm-stable-kmod/Makefile Thu Nov 15 20:48:50 2018 (r485043) +++ branches/2018Q4/graphics/drm-stable-kmod/Makefile Thu Nov 15 20:49:25 2018 (r485044) @@ -3,6 +3,7 @@ PORTNAME= drm-stable-kmod PORTVERSION= g20180822 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org Modified: branches/2018Q4/graphics/drm-stable-kmod/pkg-message ============================================================================== --- branches/2018Q4/graphics/drm-stable-kmod/pkg-message Thu Nov 15 20:48:50 2018 (r485043) +++ branches/2018Q4/graphics/drm-stable-kmod/pkg-message Thu Nov 15 20:49:25 2018 (r485044) @@ -11,5 +11,5 @@ For radeonkms: kld_list="/boot/modules/radeonkms.ko" Please ensure that all users requiring graphics are members of the "video" group. -Older generations are supported by the stable kms modules (radeonkms / -i915kms) in base. +Older generations are supported by the legacy kms modules (radeonkms / +i915kms) in base or by installing graphics/drm-legacy-kmod. From owner-svn-ports-branches@freebsd.org Thu Nov 15 20:54:31 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D3A1110998C; Thu, 15 Nov 2018 20:54:31 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2C717E4E3; Thu, 15 Nov 2018 20:54:30 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA49F13A6F; Thu, 15 Nov 2018 20:54:30 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAFKsUha093098; Thu, 15 Nov 2018 20:54:30 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAFKsUIs093095; Thu, 15 Nov 2018 20:54:30 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201811152054.wAFKsUIs093095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 15 Nov 2018 20:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485046 - branches/2018Q4/graphics/drm-legacy-kmod X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2018Q4/graphics/drm-legacy-kmod X-SVN-Commit-Revision: 485046 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E2C717E4E3 X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.999,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org 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, 15 Nov 2018 20:54:31 -0000 Author: zeising Date: Thu Nov 15 20:54:29 2018 New Revision: 485046 URL: https://svnweb.freebsd.org/changeset/ports/485046 Log: MFH: r484321 r484330 graphics/drm-legacy-kmod: rewrite pkg-descr Rewrite pkg-descr in drm-legacy-kmod to closer match reality, and point people towards graphics/drm-kmod. graphics/drm-legacy-kmod: Add pkg-message Add pkg-message to graphics/drm-legacy-kmod giving some instructions for how to load modules and point people to xf86-video-ati-legacy in case of problems with the ATI/AMD legacy driver and X. Approved by: portmgr (drm-drivers blanket) Added: branches/2018Q4/graphics/drm-legacy-kmod/pkg-message - copied unchanged from r484330, head/graphics/drm-legacy-kmod/pkg-message Modified: branches/2018Q4/graphics/drm-legacy-kmod/Makefile branches/2018Q4/graphics/drm-legacy-kmod/pkg-descr Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/graphics/drm-legacy-kmod/Makefile ============================================================================== --- branches/2018Q4/graphics/drm-legacy-kmod/Makefile Thu Nov 15 20:50:22 2018 (r485045) +++ branches/2018Q4/graphics/drm-legacy-kmod/Makefile Thu Nov 15 20:54:29 2018 (r485046) @@ -3,6 +3,7 @@ PORTNAME= drm-legacy-kmod PORTVERSION= g20181031 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org Modified: branches/2018Q4/graphics/drm-legacy-kmod/pkg-descr ============================================================================== --- branches/2018Q4/graphics/drm-legacy-kmod/pkg-descr Thu Nov 15 20:50:22 2018 (r485045) +++ branches/2018Q4/graphics/drm-legacy-kmod/pkg-descr Thu Nov 15 20:54:29 2018 (r485046) @@ -1,5 +1,7 @@ -Legacy DRM bits that used to be in base before their removal prior to release -of 12.0. For newer Intel and AMD hardware, please use one of the LinuxKPI-based -ports (drm-next-kmod, drm-stable-kmod, drm-devel-kmod). +Legacy DRM driver that used to be in FreeBSD base before the removal in FreeBSD +13. For newer Intel and AMD hardware, please use graphics/drm-kmod which will +pick an appropriate driver for your system. + +This version is mostly current with Linux 3.8 in terms of hardware support. WWW: https://github.com/FreeBSDDesktop/drm-legacy Copied: branches/2018Q4/graphics/drm-legacy-kmod/pkg-message (from r484330, head/graphics/drm-legacy-kmod/pkg-message) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/graphics/drm-legacy-kmod/pkg-message Thu Nov 15 20:54:29 2018 (r485046, copy of r484330, head/graphics/drm-legacy-kmod/pkg-message) @@ -0,0 +1,12 @@ +The drm-legacy-kmod port can be enabled for older Intel and ATI/AMD graphics +adapters as well as legacy graphics adapters through kld_list in /etc/rc.conf. + +Simply add kld_list="/boot/modules/[driver].ko to /etc/rc.conf, for example +kld_list="/boot/modules/i915kms.ko" for the intel GPU driver or +kld_list="/boot/modules/radeonkms.ko" for the ATI/AMD GPU driver. + +Please ensure that all users requiring graphics are members of the +"video" group. + +If you are having trouble with ATI/AMD graphics cards and X, try installing +xf86-video-ati-legacy instead of xf86-video-ati. From owner-svn-ports-branches@freebsd.org Thu Nov 15 20:56:57 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 103CD1109AB6; Thu, 15 Nov 2018 20:56:57 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 944D97E680; Thu, 15 Nov 2018 20:56:56 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 754E513A86; Thu, 15 Nov 2018 20:56:56 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAFKuueZ093360; Thu, 15 Nov 2018 20:56:56 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAFKuufg093359; Thu, 15 Nov 2018 20:56:56 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201811152056.wAFKuufg093359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 15 Nov 2018 20:56:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485047 - branches/2018Q4/graphics/drm-devel-kmod X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2018Q4/graphics/drm-devel-kmod X-SVN-Commit-Revision: 485047 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 944D97E680 X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.999,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org 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, 15 Nov 2018 20:56:57 -0000 Author: zeising Date: Thu Nov 15 20:56:56 2018 New Revision: 485047 URL: https://svnweb.freebsd.org/changeset/ports/485047 Log: MFH: r484320 graphics/drm-devel-kmod: Update pkg-descr to match reality Approved by: portmgr (drm-drivers blanket) Modified: branches/2018Q4/graphics/drm-devel-kmod/pkg-descr Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/graphics/drm-devel-kmod/pkg-descr ============================================================================== --- branches/2018Q4/graphics/drm-devel-kmod/pkg-descr Thu Nov 15 20:54:29 2018 (r485046) +++ branches/2018Q4/graphics/drm-devel-kmod/pkg-descr Thu Nov 15 20:56:56 2018 (r485047) @@ -1,5 +1,5 @@ amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components. -Currently corresponding to Linux 4.15 DRM. This is the development version. +Currently corresponding to Linux 4.16 DRM. This is the development version. amdgpu and radeonkms are known to fail with EFI boot. WWW: https://github.com/FreeBSDDesktop/kms-drm From owner-svn-ports-branches@freebsd.org Fri Nov 16 09:47:26 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74F80112DA32; Fri, 16 Nov 2018 09:47:26 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 973B07900E; Fri, 16 Nov 2018 09:47:25 +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 785B21B92A; Fri, 16 Nov 2018 09:47:25 +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 wAG9lPhv087242; Fri, 16 Nov 2018 09:47:25 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAG9lONf087237; Fri, 16 Nov 2018 09:47:24 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201811160947.wAG9lONf087237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 16 Nov 2018 09:47:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485069 - in branches/2018Q4: converters/php71-mbstring/files databases/php71-odbc/files lang/php71 textproc/php71-simplexml/files X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2018Q4: converters/php71-mbstring/files databases/php71-odbc/files lang/php71 textproc/php71-simplexml/files X-SVN-Commit-Revision: 485069 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 973B07900E X-Spamd-Result: default: False [-103.07 / 40.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Server: mx1.freebsd.org 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, 16 Nov 2018 09:47:26 -0000 Author: joneum Date: Fri Nov 16 09:47:24 2018 New Revision: 485069 URL: https://svnweb.freebsd.org/changeset/ports/485069 Log: MFH: r485015 Update to 7.1.24 Changelog: http://www.php.net/ChangeLog-7.php#7.1.24 Approved by: tz (implicit) Sponsored by: Netzkommune GmbH Approved by: ports-secteam (miwi) Modified: branches/2018Q4/converters/php71-mbstring/files/patch-config.m4 branches/2018Q4/databases/php71-odbc/files/patch-config.m4 branches/2018Q4/lang/php71/Makefile branches/2018Q4/lang/php71/distinfo branches/2018Q4/textproc/php71-simplexml/files/patch-config.m4 Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/converters/php71-mbstring/files/patch-config.m4 ============================================================================== --- branches/2018Q4/converters/php71-mbstring/files/patch-config.m4 Fri Nov 16 09:46:38 2018 (r485068) +++ branches/2018Q4/converters/php71-mbstring/files/patch-config.m4 Fri Nov 16 09:47:24 2018 (r485069) @@ -1,9 +1,10 @@ ---- config.m4.orig 2009-11-25 02:30:06.000000000 +0100 -+++ config.m4 2010-04-12 09:59:54.000000000 +0200 -@@ -43,6 +43,30 @@ +--- config.m4.orig 2018-11-10 15:21:47.103604000 +0100 ++++ config.m4 2018-11-10 15:24:23.615118000 +0100 +@@ -42,6 +42,30 @@ AC_DEFUN([PHP_MBSTRING_EXTENSION], [ + PHP_ADD_INCLUDE([$ext_srcdir/$dir]) PHP_ADD_INCLUDE([$ext_builddir/$dir]) done - ++ + dnl This is PECL build, check if bundled PCRE library is used + old_CPPFLAGS=$CPPFLAGS + CPPFLAGS=$INCLUDES @@ -27,11 +28,10 @@ + PHP_PCRE_REGEX=no + ]) + ]) -+ + if test "$ext_shared" = "no"; then PHP_ADD_SOURCES(PHP_EXT_DIR(mbstring), $PHP_MBSTRING_BASE_SOURCES) - out="php_config.h" -@@ -80,7 +104,6 @@ +@@ -85,7 +109,6 @@ AC_DEFUN([PHP_MBSTRING_SETUP_MBREGEX], [ int foo(int x, ...) { va_list va; va_start(va, x); @@ -39,13 +39,13 @@ va_arg(va, char *); va_arg(va, double); return 0; -@@ -347,6 +370,9 @@ +@@ -367,6 +390,9 @@ PHP_ARG_WITH(onig, [for external oniguru [ --with-onig[=DIR] MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix. - If DIR is not set, the bundled oniguruma will be used], no, no) + If DIR is not set, the bundled oniguruma will be used], no, no) +PHP_ARG_WITH(pcre-dir, pcre install prefix, +[ --with-pcre-dir MBSTRING: pcre install prefix], no, no) + - if test "$PHP_MBSTRING" != "no"; then + if test "$PHP_MBSTRING" != "no"; then AC_DEFINE([HAVE_MBSTRING],1,[whether to have multibyte string support]) Modified: branches/2018Q4/databases/php71-odbc/files/patch-config.m4 ============================================================================== --- branches/2018Q4/databases/php71-odbc/files/patch-config.m4 Fri Nov 16 09:46:38 2018 (r485068) +++ branches/2018Q4/databases/php71-odbc/files/patch-config.m4 Fri Nov 16 09:47:24 2018 (r485069) @@ -1,13 +1,12 @@ ---- config.m4.orig 2016-10-25 15:23:21 UTC -+++ config.m4 -@@ -100,13 +100,17 @@ dnl +--- config.m4.orig 2018-11-10 15:32:27.031531000 +0100 ++++ config.m4 2018-11-10 15:37:40.815007000 +0100 +@@ -100,13 +100,16 @@ dnl dnl configure options dnl +PHP_ARG_ENABLE(odbc,, +[ --enable-odbc Enable ODBC support with selected driver]) + -+ PHP_ARG_WITH(odbcver,, [ --with-odbcver[=HEX] Force support for the passed ODBC version. A hex number is expected, default 0x0350. Use the special value of 0 to prevent an explicit ODBCVER to be defined. ], 0x0350) @@ -19,7 +18,7 @@ AC_MSG_CHECKING([for Adabas support]) if test "$PHP_ADABAS" != "no"; then -@@ -135,7 +139,7 @@ fi +@@ -135,7 +138,7 @@ fi if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(sapdb,, @@ -28,7 +27,7 @@ AC_MSG_CHECKING([for SAP DB support]) if test "$PHP_SAPDB" != "no"; then -@@ -155,7 +159,7 @@ fi +@@ -155,7 +158,7 @@ fi if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(solid,, @@ -37,7 +36,7 @@ AC_MSG_CHECKING(for Solid support) if test "$PHP_SOLID" != "no"; then -@@ -182,7 +186,7 @@ fi +@@ -182,7 +185,7 @@ fi if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(ibm-db2,, @@ -46,7 +45,7 @@ AC_MSG_CHECKING(for IBM DB2 support) if test "$PHP_IBM_DB2" != "no"; then -@@ -221,7 +225,7 @@ fi +@@ -221,7 +224,7 @@ fi if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(ODBCRouter,, @@ -55,7 +54,7 @@ AC_MSG_CHECKING(for ODBCRouter.com support) if test "$PHP_ODBCROUTER" != "no"; then -@@ -244,7 +248,7 @@ fi +@@ -244,7 +247,7 @@ fi if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(empress,, [ --with-empress[=DIR] Include Empress support [\$EMPRESSPATH] @@ -64,7 +63,7 @@ AC_MSG_CHECKING(for Empress support) if test "$PHP_EMPRESS" != "no"; then -@@ -270,7 +274,7 @@ if test -z "$ODBC_TYPE"; then +@@ -270,7 +273,7 @@ if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(empress-bcs,, [ --with-empress-bcs[=DIR] Include Empress Local Access support [\$EMPRESSPATH] @@ -73,16 +72,16 @@ AC_MSG_CHECKING(for Empress local access support) if test "$PHP_EMPRESS_BCS" != "no"; then -@@ -310,7 +314,7 @@ fi +@@ -310,7 +313,7 @@ fi if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(birdstep,, -[ --with-birdstep[=DIR] Include Birdstep support [/usr/local/birdstep]]) +[ --with-birdstep[=DIR] Include Birdstep support [/usr/local/birdstep]], no, no) - + AC_MSG_CHECKING(for Birdstep support) if test "$PHP_BIRDSTEP" != "no"; then -@@ -366,7 +370,7 @@ PHP_ARG_WITH(custom-odbc,, +@@ -366,7 +369,7 @@ PHP_ARG_WITH(custom-odbc,, running this configure script: CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\" LDFLAGS=-lunix @@ -91,7 +90,7 @@ AC_MSG_CHECKING(for a custom ODBC support) if test "$PHP_CUSTOM_ODBC" != "no"; then -@@ -388,7 +392,7 @@ fi +@@ -388,7 +391,7 @@ fi if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(iodbc,, @@ -100,7 +99,7 @@ AC_MSG_CHECKING(for iODBC support) if test "$PHP_IODBC" != "no"; then -@@ -426,7 +430,7 @@ fi +@@ -426,7 +429,7 @@ fi if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(esoob,, @@ -109,7 +108,7 @@ AC_MSG_CHECKING(for Easysoft ODBC-ODBC Bridge support) if test "$PHP_ESOOB" != "no"; then -@@ -448,7 +452,7 @@ fi +@@ -448,7 +451,7 @@ fi if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(unixODBC,, @@ -118,7 +117,7 @@ AC_MSG_CHECKING(for unixODBC support) if test "$PHP_UNIXODBC" != "no"; then -@@ -471,7 +475,7 @@ fi +@@ -471,7 +474,7 @@ fi if test -z "$ODBC_TYPE"; then PHP_ARG_WITH(dbmaker,, Modified: branches/2018Q4/lang/php71/Makefile ============================================================================== --- branches/2018Q4/lang/php71/Makefile Fri Nov 16 09:46:38 2018 (r485068) +++ branches/2018Q4/lang/php71/Makefile Fri Nov 16 09:47:24 2018 (r485069) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.22 +PORTVERSION= 7.1.24 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2018Q4/lang/php71/distinfo ============================================================================== --- branches/2018Q4/lang/php71/distinfo Fri Nov 16 09:46:38 2018 (r485068) +++ branches/2018Q4/lang/php71/distinfo Fri Nov 16 09:47:24 2018 (r485069) @@ -1,5 +1,5 @@ -TIMESTAMP = 1537018543 -SHA256 (php-7.1.22.tar.xz) = 9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d -SIZE (php-7.1.22.tar.xz) = 12227848 +TIMESTAMP = 1542299453 +SHA256 (php-7.1.24.tar.xz) = e70dcec0ae28b6bc308b78972ec15aa850808819cc765f505aa51e5a7e2fa5d7 +SIZE (php-7.1.24.tar.xz) = 12205112 SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 SIZE (php-7.1.x-mail-header.patch) = 4504 Modified: branches/2018Q4/textproc/php71-simplexml/files/patch-config.m4 ============================================================================== --- branches/2018Q4/textproc/php71-simplexml/files/patch-config.m4 Fri Nov 16 09:46:38 2018 (r485068) +++ branches/2018Q4/textproc/php71-simplexml/files/patch-config.m4 Fri Nov 16 09:47:24 2018 (r485069) @@ -1,6 +1,6 @@ ---- config.m4.orig 2014-05-14 10:14:22.929420181 +0000 -+++ config.m4 2014-05-14 10:15:36.967414693 +0000 -@@ -4,6 +4,9 @@ +--- config.m4.orig 2018-11-09 21:17:02.404698000 +0100 ++++ config.m4 2018-11-09 21:18:57.799985000 +0100 +@@ -4,6 +4,9 @@ dnl config.m4 for extension simplexml PHP_ARG_ENABLE(simplexml, whether to enable SimpleXML support, [ --disable-simplexml Disable SimpleXML support], yes) @@ -9,8 +9,8 @@ + if test -z "$PHP_LIBXML_DIR"; then PHP_ARG_WITH(libxml-dir, libxml2 install dir, - [ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no) -@@ -11,6 +14,30 @@ + [ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no) +@@ -11,6 +14,30 @@ fi if test "$PHP_SIMPLEXML" != "no"; then @@ -38,6 +38,6 @@ + ]) + ]) + - if test "$PHP_LIBXML" = "no"; then - AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml]) + if test "$PHP_LIBXML" = "no"; then + AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml]) fi From owner-svn-ports-branches@freebsd.org Fri Nov 16 14:22:45 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DA6611340BA; Fri, 16 Nov 2018 14:22:45 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1004810D9; Fri, 16 Nov 2018 14:22:44 +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 D1F3D1E648; Fri, 16 Nov 2018 14:22:44 +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 wAGEMiP2030123; Fri, 16 Nov 2018 14:22:44 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAGEMibt030121; Fri, 16 Nov 2018 14:22:44 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201811161422.wAGEMibt030121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Fri, 16 Nov 2018 14:22:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485078 - branches/2018Q4/mail/thunderbird X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2018Q4/mail/thunderbird X-SVN-Commit-Revision: 485078 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F1004810D9 X-Spamd-Result: default: False [-102.97 / 40.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.86)[-0.857,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Server: mx1.freebsd.org 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, 16 Nov 2018 14:22:45 -0000 Author: cmt Date: Fri Nov 16 14:22:44 2018 New Revision: 485078 URL: https://svnweb.freebsd.org/changeset/ports/485078 Log: MFH: r485077 mail/thunderbird: update to 60.3.1 https://www.thunderbird.net/en-US/thunderbird/60.3.1/releasenotes/ PR: 228477 Approved by: jbeich (maintainer) Approved by: portmgr (blanket: web browser alike) Modified: branches/2018Q4/mail/thunderbird/Makefile branches/2018Q4/mail/thunderbird/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/mail/thunderbird/Makefile ============================================================================== --- branches/2018Q4/mail/thunderbird/Makefile Fri Nov 16 14:20:36 2018 (r485077) +++ branches/2018Q4/mail/thunderbird/Makefile Fri Nov 16 14:22:44 2018 (r485078) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 60.3.0 -PORTREVISION= 1 +DISTVERSION= 60.3.1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source Modified: branches/2018Q4/mail/thunderbird/distinfo ============================================================================== --- branches/2018Q4/mail/thunderbird/distinfo Fri Nov 16 14:20:36 2018 (r485077) +++ branches/2018Q4/mail/thunderbird/distinfo Fri Nov 16 14:22:44 2018 (r485078) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540925327 -SHA256 (thunderbird-60.3.0.source.tar.xz) = 23fc097a5aa62006919029df890e5e2bec38c2c3e6081723040ef702ff6e4a7b -SIZE (thunderbird-60.3.0.source.tar.xz) = 285211708 +TIMESTAMP = 1542325053 +SHA256 (thunderbird-60.3.1.source.tar.xz) = 94a5f62c949429790ed6036ca1e90c3c6a76a29aefe2d66aabe3d0fd62e444a9 +SIZE (thunderbird-60.3.1.source.tar.xz) = 285131432 From owner-svn-ports-branches@freebsd.org Fri Nov 16 15:08:25 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 863FF11350FB; Fri, 16 Nov 2018 15:08:25 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14BA082D71; Fri, 16 Nov 2018 15:08:25 +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 E46F91ECC1; Fri, 16 Nov 2018 15:08:24 +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 wAGF8Onw051015; Fri, 16 Nov 2018 15:08:24 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAGF8Ooo051014; Fri, 16 Nov 2018 15:08:24 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201811161508.wAGF8Ooo051014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Fri, 16 Nov 2018 15:08:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485080 - branches/2018Q4/mail/thunderbird-i18n X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2018Q4/mail/thunderbird-i18n X-SVN-Commit-Revision: 485080 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 14BA082D71 X-Spamd-Result: default: False [-106.88 / 40.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-1.000,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org 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, 16 Nov 2018 15:08:25 -0000 Author: cmt Date: Fri Nov 16 15:08:24 2018 New Revision: 485080 URL: https://svnweb.freebsd.org/changeset/ports/485080 Log: MFH: r485079 mail/thunderbird-i18n: update to 60.3.1 forgot to commit this along thunderbird proper PR: 228477 Approved by: jbeich (maintainer) Approved by: portmgr (blanket: web browser alike) Modified: branches/2018Q4/mail/thunderbird-i18n/Makefile branches/2018Q4/mail/thunderbird-i18n/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2018Q4/mail/thunderbird-i18n/Makefile Fri Nov 16 15:06:57 2018 (r485079) +++ branches/2018Q4/mail/thunderbird-i18n/Makefile Fri Nov 16 15:08:24 2018 (r485080) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 60.3.0 +PORTVERSION= 60.3.1 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-x86_64/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-x86_64/xpi Modified: branches/2018Q4/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2018Q4/mail/thunderbird-i18n/distinfo Fri Nov 16 15:06:57 2018 (r485079) +++ branches/2018Q4/mail/thunderbird-i18n/distinfo Fri Nov 16 15:08:24 2018 (r485080) @@ -1,117 +1,117 @@ -TIMESTAMP = 1540926093 -SHA256 (xpi/thunderbird-i18n-60.3.0/ar.xpi) = 71f73dda95678f86fbeb4350263d384bf390122cf6e7721c41477f88b1f55b51 -SIZE (xpi/thunderbird-i18n-60.3.0/ar.xpi) = 627180 -SHA256 (xpi/thunderbird-i18n-60.3.0/ast.xpi) = 9de79ef9793aecc2728045022e13067c71b53615f096f2f548fd9e290d1b947c -SIZE (xpi/thunderbird-i18n-60.3.0/ast.xpi) = 560865 -SHA256 (xpi/thunderbird-i18n-60.3.0/be.xpi) = bdcda9c81634cbf9bc9377bdfeb3f10add2d3ef57261e8e8e58a46ee928d4fa2 -SIZE (xpi/thunderbird-i18n-60.3.0/be.xpi) = 659078 -SHA256 (xpi/thunderbird-i18n-60.3.0/bg.xpi) = b2b0a4e67172ed215b20a0c553404ff02f67ae67fb009660c4bc08a196517c03 -SIZE (xpi/thunderbird-i18n-60.3.0/bg.xpi) = 665511 -SHA256 (xpi/thunderbird-i18n-60.3.0/br.xpi) = c51f3c145a0af881d854072acd2d4525b66e1b995284dc3e90446ac1da22ed02 -SIZE (xpi/thunderbird-i18n-60.3.0/br.xpi) = 581591 -SHA256 (xpi/thunderbird-i18n-60.3.0/ca.xpi) = c01891462b8a8c3cb5404dba79618612c4c086df3248e99070720db7bcff763d -SIZE (xpi/thunderbird-i18n-60.3.0/ca.xpi) = 591970 -SHA256 (xpi/thunderbird-i18n-60.3.0/cs.xpi) = 9b23e45618cfab64a830736fb648dded25ca8798c96c407bc2928001e04347c3 -SIZE (xpi/thunderbird-i18n-60.3.0/cs.xpi) = 611201 -SHA256 (xpi/thunderbird-i18n-60.3.0/cy.xpi) = bb7adef6f9ee6d464c0f9cec9c2e67ae962ce0f9e351004e497845b2516ee57a -SIZE (xpi/thunderbird-i18n-60.3.0/cy.xpi) = 582232 -SHA256 (xpi/thunderbird-i18n-60.3.0/da.xpi) = 04394f70b35de2effc2fcf85b8b5a4cf3d186758d49aa2696bec3a8603145e74 -SIZE (xpi/thunderbird-i18n-60.3.0/da.xpi) = 570805 -SHA256 (xpi/thunderbird-i18n-60.3.0/de.xpi) = d6b8282c16588bb09d09ae906f5297a787fd3ad259711c4a20fb92f2cd20f042 -SIZE (xpi/thunderbird-i18n-60.3.0/de.xpi) = 582573 -SHA256 (xpi/thunderbird-i18n-60.3.0/dsb.xpi) = 9158225cfebb0e99b5d63055411807dda625b6e8c546e26c0e98b43cb9fc32dc -SIZE (xpi/thunderbird-i18n-60.3.0/dsb.xpi) = 613758 -SHA256 (xpi/thunderbird-i18n-60.3.0/el.xpi) = a6dbb139dcbbdc3f57ff4f785528e6fd142dad8c8e0db09933c93c918a599850 -SIZE (xpi/thunderbird-i18n-60.3.0/el.xpi) = 691054 -SHA256 (xpi/thunderbird-i18n-60.3.0/en-GB.xpi) = 0d1413f4dc6c30a03f2226c641f6a01bc4737628810c449358bc766e404cdf6c -SIZE (xpi/thunderbird-i18n-60.3.0/en-GB.xpi) = 550354 -SHA256 (xpi/thunderbird-i18n-60.3.0/en-US.xpi) = cd56bc94753ba4d3a594514ad2ee048334c043f90f1878fb28cf2da2bb86a3e0 -SIZE (xpi/thunderbird-i18n-60.3.0/en-US.xpi) = 546991 -SHA256 (xpi/thunderbird-i18n-60.3.0/es-AR.xpi) = d60a0d8e621247322f76fef16b9d8aec2d69ead6b4904024e6faa630cfad80c6 -SIZE (xpi/thunderbird-i18n-60.3.0/es-AR.xpi) = 595046 -SHA256 (xpi/thunderbird-i18n-60.3.0/es-ES.xpi) = a5504264aea22b41037c22189e9dfb286ac9374a053e89c79be17f5902efa8ee -SIZE (xpi/thunderbird-i18n-60.3.0/es-ES.xpi) = 492210 -SHA256 (xpi/thunderbird-i18n-60.3.0/et.xpi) = d3d39b34f21043a76e0f5ddb7feac37dd5e87e950c916ad1d8e3e28369548731 -SIZE (xpi/thunderbird-i18n-60.3.0/et.xpi) = 570866 -SHA256 (xpi/thunderbird-i18n-60.3.0/eu.xpi) = a908300f74ca810738594f8d9ba60a15e5de063644eb177a09fbf7d7030ccc34 -SIZE (xpi/thunderbird-i18n-60.3.0/eu.xpi) = 577578 -SHA256 (xpi/thunderbird-i18n-60.3.0/fi.xpi) = d6813c1f7153410dbb12726f7091edafb04fc1ea17c588c1602f5c2e31c6e614 -SIZE (xpi/thunderbird-i18n-60.3.0/fi.xpi) = 575754 -SHA256 (xpi/thunderbird-i18n-60.3.0/fr.xpi) = 414a170065cb4da4683117e72a0db91e8e38b55b5148ae5c55ff36bd09fa5b0d -SIZE (xpi/thunderbird-i18n-60.3.0/fr.xpi) = 608465 -SHA256 (xpi/thunderbird-i18n-60.3.0/fy-NL.xpi) = 9fb0a7973f6bd2db88ff752fdfd2c3f84304af5a72b4619763208b37484cbc0f -SIZE (xpi/thunderbird-i18n-60.3.0/fy-NL.xpi) = 590033 -SHA256 (xpi/thunderbird-i18n-60.3.0/ga-IE.xpi) = 1ed59a104b09f00b8ed724d9f6a5f418f6420244d690a482e49a42693fd32dd6 -SIZE (xpi/thunderbird-i18n-60.3.0/ga-IE.xpi) = 603506 -SHA256 (xpi/thunderbird-i18n-60.3.0/gd.xpi) = 943f29b221fec02cf067793f156dfd955fc56deb73fa23416c75ee704dfb166f -SIZE (xpi/thunderbird-i18n-60.3.0/gd.xpi) = 599261 -SHA256 (xpi/thunderbird-i18n-60.3.0/gl.xpi) = dac3b1ff0ae36ed916222aed439bd42f33d199e6d1ccd209b4504d450e7c62a9 -SIZE (xpi/thunderbird-i18n-60.3.0/gl.xpi) = 576546 -SHA256 (xpi/thunderbird-i18n-60.3.0/he.xpi) = afb2c28024587fc7f529304c4ea204882434fbeec5f0efd974a68a31b384c6a7 -SIZE (xpi/thunderbird-i18n-60.3.0/he.xpi) = 618365 -SHA256 (xpi/thunderbird-i18n-60.3.0/hr.xpi) = 7becce398dd3fa2c9cbf404b6f179bc25f7ac4970b8b0d3b763cb849f00c9795 -SIZE (xpi/thunderbird-i18n-60.3.0/hr.xpi) = 583460 -SHA256 (xpi/thunderbird-i18n-60.3.0/hsb.xpi) = e943762efad0cbd0c1f36bfb14a267657cb7fc607140f3e086d092c1e979adb6 -SIZE (xpi/thunderbird-i18n-60.3.0/hsb.xpi) = 611322 -SHA256 (xpi/thunderbird-i18n-60.3.0/hu.xpi) = b8ff07e7dae3b41de451c78d828468fd4144fffbd51efbad1fc41ee339990a03 -SIZE (xpi/thunderbird-i18n-60.3.0/hu.xpi) = 615345 -SHA256 (xpi/thunderbird-i18n-60.3.0/hy-AM.xpi) = 85d1c077ade5e16b66af4d554a632b74671d6ffabbba9aac357fa87e6e6b4281 -SIZE (xpi/thunderbird-i18n-60.3.0/hy-AM.xpi) = 649712 -SHA256 (xpi/thunderbird-i18n-60.3.0/id.xpi) = 59a0e909bb602e0f15b7aee784a8306a53657105f9409652064a8150706071bf -SIZE (xpi/thunderbird-i18n-60.3.0/id.xpi) = 568859 -SHA256 (xpi/thunderbird-i18n-60.3.0/is.xpi) = 3ff1b15d662d5f24d5639c5ce76d7716027f9747429931d49d8ee29e564958f8 -SIZE (xpi/thunderbird-i18n-60.3.0/is.xpi) = 579046 -SHA256 (xpi/thunderbird-i18n-60.3.0/it.xpi) = e87806e2fcee1b1b3bdc64d4cbccb57d0b82bffce6f73a747151b5b4ac0d10d2 -SIZE (xpi/thunderbird-i18n-60.3.0/it.xpi) = 477499 -SHA256 (xpi/thunderbird-i18n-60.3.0/ja.xpi) = 57bb29e92f3e7a417c059dd11527ac542cbadc23275824f8b210325b50d94e31 -SIZE (xpi/thunderbird-i18n-60.3.0/ja.xpi) = 653343 -SHA256 (xpi/thunderbird-i18n-60.3.0/kab.xpi) = 541f8276d9416d35ddc75022fd566f60971d0ec4879671e27f97e9508722b4ff -SIZE (xpi/thunderbird-i18n-60.3.0/kab.xpi) = 595238 -SHA256 (xpi/thunderbird-i18n-60.3.0/kk.xpi) = 132d029b8207ae107befc49dda4654770fdcde8bc311024effb73297fd8c1438 -SIZE (xpi/thunderbird-i18n-60.3.0/kk.xpi) = 670449 -SHA256 (xpi/thunderbird-i18n-60.3.0/ko.xpi) = 051bbaf9627c3bc6f009ac2076d11e81a58f9ed0112b0fc251920c75195b9816 -SIZE (xpi/thunderbird-i18n-60.3.0/ko.xpi) = 619729 -SHA256 (xpi/thunderbird-i18n-60.3.0/lt.xpi) = 42a148a37b3077213c465d6eb55233aa1aae6cfa6844e3060feba68d03ea0a71 -SIZE (xpi/thunderbird-i18n-60.3.0/lt.xpi) = 605440 -SHA256 (xpi/thunderbird-i18n-60.3.0/ms.xpi) = b83fe5f7bd0f0a1d439692e13a9887262c685e2118e6171da7a5e5615796a763 -SIZE (xpi/thunderbird-i18n-60.3.0/ms.xpi) = 574305 -SHA256 (xpi/thunderbird-i18n-60.3.0/nb-NO.xpi) = 59a4b71ad6bdaef38582e57bd8c8db407b4f66f16a0d3990fe51ccea8b1b08dc -SIZE (xpi/thunderbird-i18n-60.3.0/nb-NO.xpi) = 578234 -SHA256 (xpi/thunderbird-i18n-60.3.0/nl.xpi) = 850607f63e5f000b407523ccc8a7a99c543611e524af1a446510a906254e8a89 -SIZE (xpi/thunderbird-i18n-60.3.0/nl.xpi) = 583912 -SHA256 (xpi/thunderbird-i18n-60.3.0/nn-NO.xpi) = 0a27b6d92cfc3b49a9fdd0d65565af11a2298bfc8fdc0821c531d18138aaad8f -SIZE (xpi/thunderbird-i18n-60.3.0/nn-NO.xpi) = 577653 -SHA256 (xpi/thunderbird-i18n-60.3.0/pl.xpi) = 6e34524a1a7723976810648474fd54f08d23552cdd4e289f302308bda566633e -SIZE (xpi/thunderbird-i18n-60.3.0/pl.xpi) = 480724 -SHA256 (xpi/thunderbird-i18n-60.3.0/pt-BR.xpi) = 6bd9c89f16c8276efbb37ddd374ba37a6cef5ec1a5b31e26febd14366376aa7d -SIZE (xpi/thunderbird-i18n-60.3.0/pt-BR.xpi) = 585016 -SHA256 (xpi/thunderbird-i18n-60.3.0/pt-PT.xpi) = 81e181e660be34a3365ac21a8806c031144decca078c60b4f1210b57c044588c -SIZE (xpi/thunderbird-i18n-60.3.0/pt-PT.xpi) = 593184 -SHA256 (xpi/thunderbird-i18n-60.3.0/rm.xpi) = fe21f5dc03257d7cc22f3d56cb499d733953d6124e76690c5016bda06a85c6c3 -SIZE (xpi/thunderbird-i18n-60.3.0/rm.xpi) = 578383 -SHA256 (xpi/thunderbird-i18n-60.3.0/ro.xpi) = 0f9745d904de63a2b4f01ecdd0e08b9568f3de29eb300baf6e4aa28ded92ec7a -SIZE (xpi/thunderbird-i18n-60.3.0/ro.xpi) = 584307 -SHA256 (xpi/thunderbird-i18n-60.3.0/ru.xpi) = fc7fb27b329cd551e41bf5280e2f2ce83b1a91ad546d428d4d27d042e53aacd3 -SIZE (xpi/thunderbird-i18n-60.3.0/ru.xpi) = 694704 -SHA256 (xpi/thunderbird-i18n-60.3.0/si.xpi) = 27106f150b5cda3ad8d81931542bbf43713a1da593f1a4bed6f536a713968eba -SIZE (xpi/thunderbird-i18n-60.3.0/si.xpi) = 643791 -SHA256 (xpi/thunderbird-i18n-60.3.0/sk.xpi) = ac9d5a0d8111882ef7bf1c2e27dfde756633c75c572276aa1b8a29848cd54e7b -SIZE (xpi/thunderbird-i18n-60.3.0/sk.xpi) = 612215 -SHA256 (xpi/thunderbird-i18n-60.3.0/sl.xpi) = c29daa532adb3c74bc0cdb999d76e999c038022db361cae0bead9b5e191bee84 -SIZE (xpi/thunderbird-i18n-60.3.0/sl.xpi) = 589945 -SHA256 (xpi/thunderbird-i18n-60.3.0/sq.xpi) = 32053c86b78107094df04dc7c7dc8b9ecc312b9784ff7ff2571212da86643c92 -SIZE (xpi/thunderbird-i18n-60.3.0/sq.xpi) = 593095 -SHA256 (xpi/thunderbird-i18n-60.3.0/sr.xpi) = 119f5e6c219140f8b196a9126b69abe9cffae2d182e20c2612f8fdd59cb5c12f -SIZE (xpi/thunderbird-i18n-60.3.0/sr.xpi) = 637719 -SHA256 (xpi/thunderbird-i18n-60.3.0/sv-SE.xpi) = 5919b3e989ff1957d6776cf5a84512fba7f78401925b9f156a079a0fbd420ad3 -SIZE (xpi/thunderbird-i18n-60.3.0/sv-SE.xpi) = 594077 -SHA256 (xpi/thunderbird-i18n-60.3.0/tr.xpi) = eabf536f861916d26c0e08025947580886cd88ddeb65285da50170260ebb43ce -SIZE (xpi/thunderbird-i18n-60.3.0/tr.xpi) = 598009 -SHA256 (xpi/thunderbird-i18n-60.3.0/uk.xpi) = e41030344b5da03b38624e90d88fe5cd821bb6859d9ed3d7b448341d9eac951d -SIZE (xpi/thunderbird-i18n-60.3.0/uk.xpi) = 684153 -SHA256 (xpi/thunderbird-i18n-60.3.0/vi.xpi) = cc3d683635d099f3904853ac3d5b16d0eb05859da5c59b28e85dd8b5d761d326 -SIZE (xpi/thunderbird-i18n-60.3.0/vi.xpi) = 638421 -SHA256 (xpi/thunderbird-i18n-60.3.0/zh-CN.xpi) = 94fc4bb9b2fedff99fd78f5b0f7ee16c69ca31a1a66d36e709a3ecd67cf225f0 -SIZE (xpi/thunderbird-i18n-60.3.0/zh-CN.xpi) = 622465 -SHA256 (xpi/thunderbird-i18n-60.3.0/zh-TW.xpi) = 28631091060510566586c0dde31d1b43b7fafb762c8c7e28db76dcdd048f824a -SIZE (xpi/thunderbird-i18n-60.3.0/zh-TW.xpi) = 626188 +TIMESTAMP = 1542325220 +SHA256 (xpi/thunderbird-i18n-60.3.1/ar.xpi) = 27dfeaa8ba8631e5a49790b1c74529c6b9360a61b9f08ea4847978d0c0c5f5bd +SIZE (xpi/thunderbird-i18n-60.3.1/ar.xpi) = 627180 +SHA256 (xpi/thunderbird-i18n-60.3.1/ast.xpi) = b8d84613d2bfe2b050e5583bf8d9c9284125ffc917d2c19078f5619f438367de +SIZE (xpi/thunderbird-i18n-60.3.1/ast.xpi) = 560866 +SHA256 (xpi/thunderbird-i18n-60.3.1/be.xpi) = 664f8584afdf4fdb3bb3e3decca7d4ff1af733e8626fc40433f20545000e4bf9 +SIZE (xpi/thunderbird-i18n-60.3.1/be.xpi) = 659078 +SHA256 (xpi/thunderbird-i18n-60.3.1/bg.xpi) = 9cdca181dcd9a900bf414c973132bd69f472dc0cb12ef50fddc6e10ef13a1948 +SIZE (xpi/thunderbird-i18n-60.3.1/bg.xpi) = 665512 +SHA256 (xpi/thunderbird-i18n-60.3.1/br.xpi) = f1c5cff5b7c186a21ec52833227b3f88b2fc1dfa6fe29f63628dedab6f12c7a3 +SIZE (xpi/thunderbird-i18n-60.3.1/br.xpi) = 581592 +SHA256 (xpi/thunderbird-i18n-60.3.1/ca.xpi) = 84a7fd6c1fbb4a7ca469f33b31eefa8bdf201c90c40b4e0b3aaf99d6e412fdd7 +SIZE (xpi/thunderbird-i18n-60.3.1/ca.xpi) = 591970 +SHA256 (xpi/thunderbird-i18n-60.3.1/cs.xpi) = 5583ea76bb4ce0c90c0ecfb1d3772d0f42e09f305035fd3283d192f364ea6c91 +SIZE (xpi/thunderbird-i18n-60.3.1/cs.xpi) = 611200 +SHA256 (xpi/thunderbird-i18n-60.3.1/cy.xpi) = 5efdcb95aaf9cc7f86c801908c2e0244d9e3bbac5ae3909b2c9e3e04457f1826 +SIZE (xpi/thunderbird-i18n-60.3.1/cy.xpi) = 582231 +SHA256 (xpi/thunderbird-i18n-60.3.1/da.xpi) = 64e25dfd386697ac41de6808213b8e7e2994016dd6fec11211eee9a5b2143863 +SIZE (xpi/thunderbird-i18n-60.3.1/da.xpi) = 570806 +SHA256 (xpi/thunderbird-i18n-60.3.1/de.xpi) = 00659f9f7f4efd731b2f2836fad5cbecfc312f8e46cccbb88de6e6c617db3455 +SIZE (xpi/thunderbird-i18n-60.3.1/de.xpi) = 582574 +SHA256 (xpi/thunderbird-i18n-60.3.1/dsb.xpi) = 5a352dc28b796e0a2b76e297a8a9ae22dda804d3c92cf0f7e3b8e750bfe1ebe1 +SIZE (xpi/thunderbird-i18n-60.3.1/dsb.xpi) = 613758 +SHA256 (xpi/thunderbird-i18n-60.3.1/el.xpi) = 8c9eb9b7e8bf095a64e958462bf92a945bba2a80b13a338c0f1e1bc7f0e0e1db +SIZE (xpi/thunderbird-i18n-60.3.1/el.xpi) = 691053 +SHA256 (xpi/thunderbird-i18n-60.3.1/en-GB.xpi) = 2d754bca7bd3f61b1ab10bd5fe107ca08ac83946f1d80cc069e1984982074c20 +SIZE (xpi/thunderbird-i18n-60.3.1/en-GB.xpi) = 550354 +SHA256 (xpi/thunderbird-i18n-60.3.1/en-US.xpi) = 45bf8a7727f7bf7bfdffc3e199be5fc216390e6a3e49236403602e469287b38f +SIZE (xpi/thunderbird-i18n-60.3.1/en-US.xpi) = 546990 +SHA256 (xpi/thunderbird-i18n-60.3.1/es-AR.xpi) = f6ff1f2157e1da02253ad6fc834f60e9499e3767b2b4b9d30104fa01f9956a6c +SIZE (xpi/thunderbird-i18n-60.3.1/es-AR.xpi) = 595047 +SHA256 (xpi/thunderbird-i18n-60.3.1/es-ES.xpi) = 999579a3bf449206e924e02c16f548a89ab2e1e6c9a27c2641d639057ec3e4ab +SIZE (xpi/thunderbird-i18n-60.3.1/es-ES.xpi) = 492211 +SHA256 (xpi/thunderbird-i18n-60.3.1/et.xpi) = f11e90844d59f95583b0ca896b41622208d96859c24c2b474a52360cea20a5c3 +SIZE (xpi/thunderbird-i18n-60.3.1/et.xpi) = 570866 +SHA256 (xpi/thunderbird-i18n-60.3.1/eu.xpi) = d44a29737c5d6aa6fae2ad338d10cb1aca728fa98af103a6d25bbaf2ceef0c3c +SIZE (xpi/thunderbird-i18n-60.3.1/eu.xpi) = 577579 +SHA256 (xpi/thunderbird-i18n-60.3.1/fi.xpi) = b60a3fd442186d1daed9a6f3b95aeee3513bf3f030a83af5dbb1d724be6e2b01 +SIZE (xpi/thunderbird-i18n-60.3.1/fi.xpi) = 575753 +SHA256 (xpi/thunderbird-i18n-60.3.1/fr.xpi) = aad5c03066c63aac1b9221c6780132b9b0db25565c08a1aef0c4c93ecc10da99 +SIZE (xpi/thunderbird-i18n-60.3.1/fr.xpi) = 608465 +SHA256 (xpi/thunderbird-i18n-60.3.1/fy-NL.xpi) = 699f1696235c70663b3b7a5d8ce530c9983e080d724efa72838a2b0029d29a1a +SIZE (xpi/thunderbird-i18n-60.3.1/fy-NL.xpi) = 590033 +SHA256 (xpi/thunderbird-i18n-60.3.1/ga-IE.xpi) = bc66aa1be80b7aa1e134cf3b950fc7ee768b025d643d7f2a92077774d1aebb59 +SIZE (xpi/thunderbird-i18n-60.3.1/ga-IE.xpi) = 603504 +SHA256 (xpi/thunderbird-i18n-60.3.1/gd.xpi) = 673ae13c7363b64f07569d839fcc89720ea1b343fc31ac17d3642810bc0dbc32 +SIZE (xpi/thunderbird-i18n-60.3.1/gd.xpi) = 599260 +SHA256 (xpi/thunderbird-i18n-60.3.1/gl.xpi) = 8b21fad775fc9bbc7d52347a0c8e01d2745fa25388444a854a924b1e6b97bf83 +SIZE (xpi/thunderbird-i18n-60.3.1/gl.xpi) = 576547 +SHA256 (xpi/thunderbird-i18n-60.3.1/he.xpi) = 0577cbcf016f2c82bde6f44226ba86ef5b8d7248cce31289601b5c7fe6649680 +SIZE (xpi/thunderbird-i18n-60.3.1/he.xpi) = 618364 +SHA256 (xpi/thunderbird-i18n-60.3.1/hr.xpi) = cbd9de01a5f97fe57c9b64b2a257a307d5ede2182253b88f489416c64bd49505 +SIZE (xpi/thunderbird-i18n-60.3.1/hr.xpi) = 583460 +SHA256 (xpi/thunderbird-i18n-60.3.1/hsb.xpi) = ceb7e9241a1fcbee6166ec2c392d7bd968208efdf251be9c929034de4d8b357b +SIZE (xpi/thunderbird-i18n-60.3.1/hsb.xpi) = 611322 +SHA256 (xpi/thunderbird-i18n-60.3.1/hu.xpi) = 18084580926b0371b249b3a6a029845e4307c515e5e7661db6f6abd2c9e3f6dc +SIZE (xpi/thunderbird-i18n-60.3.1/hu.xpi) = 615346 +SHA256 (xpi/thunderbird-i18n-60.3.1/hy-AM.xpi) = d5192d2ad6500737614f0becf5844a5fb3bb4c5073b5dd298c211d9a7297e8b8 +SIZE (xpi/thunderbird-i18n-60.3.1/hy-AM.xpi) = 649712 +SHA256 (xpi/thunderbird-i18n-60.3.1/id.xpi) = 6cac5fe438045fa13869f7c383443c2802da996b3d8f86fccd9da609db93e3a7 +SIZE (xpi/thunderbird-i18n-60.3.1/id.xpi) = 568860 +SHA256 (xpi/thunderbird-i18n-60.3.1/is.xpi) = 3c600af2e54f732309dbc688e7695ad596b2cfda6419630edbb8b3c1bb7c4c2c +SIZE (xpi/thunderbird-i18n-60.3.1/is.xpi) = 579046 +SHA256 (xpi/thunderbird-i18n-60.3.1/it.xpi) = bfb7299e9d1af34fd25c8de40f338164148b2513e3565a395c5ce755b8aaa987 +SIZE (xpi/thunderbird-i18n-60.3.1/it.xpi) = 477499 +SHA256 (xpi/thunderbird-i18n-60.3.1/ja.xpi) = e4a4ec503e3a71419f10a5e3030ef977f8bb075db3fed82ae14fed4a781b7e1f +SIZE (xpi/thunderbird-i18n-60.3.1/ja.xpi) = 653343 +SHA256 (xpi/thunderbird-i18n-60.3.1/kab.xpi) = d4e300fa5e89e85f71759026f66d5cbb9cdcb28b0c0a2d58263df560e95df70a +SIZE (xpi/thunderbird-i18n-60.3.1/kab.xpi) = 595238 +SHA256 (xpi/thunderbird-i18n-60.3.1/kk.xpi) = 2ace4bdfcaeae1856f0fc17d73f6d8c26d13af40cbb1d4d4d0f6bdab9f71c7d6 +SIZE (xpi/thunderbird-i18n-60.3.1/kk.xpi) = 670450 +SHA256 (xpi/thunderbird-i18n-60.3.1/ko.xpi) = 7faff67434ac4e1ac8575a1ce1c150ce129fe6e06fb7e4779ba3d7a78e97e113 +SIZE (xpi/thunderbird-i18n-60.3.1/ko.xpi) = 619729 +SHA256 (xpi/thunderbird-i18n-60.3.1/lt.xpi) = 0620b5c77f2e0bf0d2a938df796b29d161ed0b6e0700cf93eed8b7247f37d5af +SIZE (xpi/thunderbird-i18n-60.3.1/lt.xpi) = 605440 +SHA256 (xpi/thunderbird-i18n-60.3.1/ms.xpi) = e862657995401f8e166c4e3b605f823923fd02033eb847b488225bba8fd2490c +SIZE (xpi/thunderbird-i18n-60.3.1/ms.xpi) = 574306 +SHA256 (xpi/thunderbird-i18n-60.3.1/nb-NO.xpi) = 97205d858eb5dd1897dcc6e848cbaf87258cbb627df1a9d72153864aaeba91ab +SIZE (xpi/thunderbird-i18n-60.3.1/nb-NO.xpi) = 578233 +SHA256 (xpi/thunderbird-i18n-60.3.1/nl.xpi) = 6fdb7a70e2510f3b24c2080710753bf07833208eddf2c76223d8c5edeb6d2e38 +SIZE (xpi/thunderbird-i18n-60.3.1/nl.xpi) = 583913 +SHA256 (xpi/thunderbird-i18n-60.3.1/nn-NO.xpi) = 91fb9a807dff0bb235f31966d493d2c6e28536c70d350a5ffa3dbee0bb6c6037 +SIZE (xpi/thunderbird-i18n-60.3.1/nn-NO.xpi) = 577653 +SHA256 (xpi/thunderbird-i18n-60.3.1/pl.xpi) = ad4427ecf655fb24599dea84ca7fe81409b513a5a5a98e70bccb9189d15ccb1c +SIZE (xpi/thunderbird-i18n-60.3.1/pl.xpi) = 480724 +SHA256 (xpi/thunderbird-i18n-60.3.1/pt-BR.xpi) = 2ca7163caa44c18ad4fbf88f084119d80fdb932c4e8d7d9b52cd1862a076713e +SIZE (xpi/thunderbird-i18n-60.3.1/pt-BR.xpi) = 585016 +SHA256 (xpi/thunderbird-i18n-60.3.1/pt-PT.xpi) = 78627aed57347f9a48a2b8dd22e84e3d789fc1230452d9fe4e63b70df1c8f2fd +SIZE (xpi/thunderbird-i18n-60.3.1/pt-PT.xpi) = 593185 +SHA256 (xpi/thunderbird-i18n-60.3.1/rm.xpi) = 3ee7f57fff250a5a305dba6ea4a4adbd6393b9e9c50912a4a834e0cce91c8bd5 +SIZE (xpi/thunderbird-i18n-60.3.1/rm.xpi) = 578383 +SHA256 (xpi/thunderbird-i18n-60.3.1/ro.xpi) = 247ca9e2be8f7474c727c57b9ca4e6e9ffdb106403b0273145b10b7ede530fb4 +SIZE (xpi/thunderbird-i18n-60.3.1/ro.xpi) = 584307 +SHA256 (xpi/thunderbird-i18n-60.3.1/ru.xpi) = b54ec0b7850a089a7ef9099e578f31e162f285ffb2217bf8ba54a7beb4387f61 +SIZE (xpi/thunderbird-i18n-60.3.1/ru.xpi) = 694704 +SHA256 (xpi/thunderbird-i18n-60.3.1/si.xpi) = 0724681af5923caf849df5f8b2d745fedb33c4fb5d95610f1fd36f73a6a74ef8 +SIZE (xpi/thunderbird-i18n-60.3.1/si.xpi) = 643791 +SHA256 (xpi/thunderbird-i18n-60.3.1/sk.xpi) = b30f0b391ccff735eb0ab9be4374d5a5713061cab15343c3f3c0eb212547014c +SIZE (xpi/thunderbird-i18n-60.3.1/sk.xpi) = 612215 +SHA256 (xpi/thunderbird-i18n-60.3.1/sl.xpi) = 483e59c81005ef3b970002adcecc97adefe4d6a68f0f5fef7d2c74e0513435f9 +SIZE (xpi/thunderbird-i18n-60.3.1/sl.xpi) = 589946 +SHA256 (xpi/thunderbird-i18n-60.3.1/sq.xpi) = dc758fb3852e25583264065a093a78976ea0465d16f92449a33a457720e5f0c8 +SIZE (xpi/thunderbird-i18n-60.3.1/sq.xpi) = 593096 +SHA256 (xpi/thunderbird-i18n-60.3.1/sr.xpi) = f553c324ac2401ee20546576ae2e339a707deee3efc6a2ff4e8211b3b5b7be10 +SIZE (xpi/thunderbird-i18n-60.3.1/sr.xpi) = 637721 +SHA256 (xpi/thunderbird-i18n-60.3.1/sv-SE.xpi) = be3ffb63cdcd1296d76ff4e67b53f8c7cda84db67b73cfb8ba6168f796be52b3 +SIZE (xpi/thunderbird-i18n-60.3.1/sv-SE.xpi) = 594076 +SHA256 (xpi/thunderbird-i18n-60.3.1/tr.xpi) = d0bf54c17a5ed67165ff3cf15668ed32564c3d1ed3823cf5e1bd9e43dce63b5e +SIZE (xpi/thunderbird-i18n-60.3.1/tr.xpi) = 598009 +SHA256 (xpi/thunderbird-i18n-60.3.1/uk.xpi) = 51d0cf370a10f5595ad3f55f313a2368b2e1d0a09d59e9a3c11287092b5dad17 +SIZE (xpi/thunderbird-i18n-60.3.1/uk.xpi) = 684153 +SHA256 (xpi/thunderbird-i18n-60.3.1/vi.xpi) = c95744246394320c6aa546a15b888006edb7b24d513726722313e9b75a933752 +SIZE (xpi/thunderbird-i18n-60.3.1/vi.xpi) = 638421 +SHA256 (xpi/thunderbird-i18n-60.3.1/zh-CN.xpi) = d295a10de644a136dc9c410451648e301bbb74882bb68073b47c157338c9da2a +SIZE (xpi/thunderbird-i18n-60.3.1/zh-CN.xpi) = 622465 +SHA256 (xpi/thunderbird-i18n-60.3.1/zh-TW.xpi) = 5b32a80cd76a2016bd3bb296e4ccf8e9fa37f8fe381cf1c5b71a03141338ba67 +SIZE (xpi/thunderbird-i18n-60.3.1/zh-TW.xpi) = 626188 From owner-svn-ports-branches@freebsd.org Fri Nov 16 15:11:49 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07A951135332; Fri, 16 Nov 2018 15:11:49 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EDDB831B9; Fri, 16 Nov 2018 15:11:48 +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 6F70F1EE1B; Fri, 16 Nov 2018 15:11:48 +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 wAGFBmx7053838; Fri, 16 Nov 2018 15:11:48 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAGFBlRA053834; Fri, 16 Nov 2018 15:11:47 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201811161511.wAGFBlRA053834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Fri, 16 Nov 2018 15:11:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485082 - in branches/2018Q4/www: firefox firefox-i18n firefox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in branches/2018Q4/www: firefox firefox-i18n firefox/files X-SVN-Commit-Revision: 485082 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8EDDB831B9 X-Spamd-Result: default: False [-106.88 / 40.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-1.000,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org 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, 16 Nov 2018 15:11:49 -0000 Author: cmt Date: Fri Nov 16 15:11:47 2018 New Revision: 485082 URL: https://svnweb.freebsd.org/changeset/ports/485082 Log: MFH: r485081 www/firefox: update to 63.0.3 https://www.mozilla.org/en-US/firefox/63.0.3/releasenotes/ PR: 233253 Approved by: jbeich (maintainer) Approved by: portmgr (blanket: web browser) Deleted: branches/2018Q4/www/firefox/files/patch-bug1503401 Modified: branches/2018Q4/www/firefox-i18n/Makefile branches/2018Q4/www/firefox-i18n/distinfo branches/2018Q4/www/firefox/Makefile branches/2018Q4/www/firefox/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/firefox-i18n/Makefile ============================================================================== --- branches/2018Q4/www/firefox-i18n/Makefile Fri Nov 16 15:09:56 2018 (r485081) +++ branches/2018Q4/www/firefox-i18n/Makefile Fri Nov 16 15:11:47 2018 (r485082) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 63.0.1 +PORTVERSION= 63.0.3 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build4/linux-i686/xpi Modified: branches/2018Q4/www/firefox-i18n/distinfo ============================================================================== --- branches/2018Q4/www/firefox-i18n/distinfo Fri Nov 16 15:09:56 2018 (r485081) +++ branches/2018Q4/www/firefox-i18n/distinfo Fri Nov 16 15:11:47 2018 (r485082) @@ -1,199 +1,199 @@ -TIMESTAMP = 1540944520 -SHA256 (xpi/firefox-i18n-63.0.1/ach.xpi) = 0f914fa0f491867f8be796b8f2f4a342fad4c0fa7412441aa4584b36d4e7da8b -SIZE (xpi/firefox-i18n-63.0.1/ach.xpi) = 455078 -SHA256 (xpi/firefox-i18n-63.0.1/af.xpi) = 0567a65a7fe4a4ecf95ffb643b35c4a142f8d0494923db8303b23dad17718dfc -SIZE (xpi/firefox-i18n-63.0.1/af.xpi) = 437918 -SHA256 (xpi/firefox-i18n-63.0.1/an.xpi) = 3f8e086a50cfacfeb29d3661c8baaddbcdc079834b9042a9f459759c3004371d -SIZE (xpi/firefox-i18n-63.0.1/an.xpi) = 474545 -SHA256 (xpi/firefox-i18n-63.0.1/ar.xpi) = cb3172c4d86f6e68183da67978d12d6783012b8f265abc045ca0c97c6a3b60ff -SIZE (xpi/firefox-i18n-63.0.1/ar.xpi) = 513464 -SHA256 (xpi/firefox-i18n-63.0.1/as.xpi) = c94beed4245796e00a8b5b559d325d6fa5c21dbad416b31794f3d67dd0d00ca4 -SIZE (xpi/firefox-i18n-63.0.1/as.xpi) = 482192 -SHA256 (xpi/firefox-i18n-63.0.1/ast.xpi) = 8b208db732d0ae7e65a986a078385c4704162913c625d39f46711e6cf543723e -SIZE (xpi/firefox-i18n-63.0.1/ast.xpi) = 465657 -SHA256 (xpi/firefox-i18n-63.0.1/az.xpi) = d4415b881b7adab4b14e2bcf9fe97794c2a6c322b6eb59a7f29c7cef8ddd5c1f -SIZE (xpi/firefox-i18n-63.0.1/az.xpi) = 490940 -SHA256 (xpi/firefox-i18n-63.0.1/be.xpi) = d24e7abb25ce7acb3aad7089e30188a3e904107c6897eb3bdf4c0e26aff4af23 -SIZE (xpi/firefox-i18n-63.0.1/be.xpi) = 549300 -SHA256 (xpi/firefox-i18n-63.0.1/bg.xpi) = 39403c25e2d1eb4c2669e432c1c0062135138076c52aa209d60147ca5de5cc85 -SIZE (xpi/firefox-i18n-63.0.1/bg.xpi) = 523520 -SHA256 (xpi/firefox-i18n-63.0.1/bn-BD.xpi) = a5b321a199502965768e1520705a7e24ce5851c3224cec3f7b35795b445d7ea6 -SIZE (xpi/firefox-i18n-63.0.1/bn-BD.xpi) = 548602 -SHA256 (xpi/firefox-i18n-63.0.1/bn-IN.xpi) = 453be2e8d8fcd38f8bdc160ec5a709b5dfb693f8ae811cb88fee4cd893635c66 -SIZE (xpi/firefox-i18n-63.0.1/bn-IN.xpi) = 516021 -SHA256 (xpi/firefox-i18n-63.0.1/br.xpi) = 90ded1900cfa73b5a3d30c5e948fcb7ca8721f4de98f9df2ef0da8c00cb73073 -SIZE (xpi/firefox-i18n-63.0.1/br.xpi) = 474387 -SHA256 (xpi/firefox-i18n-63.0.1/bs.xpi) = 92041e8972911f5bead4ff32c7586741d0053c3af976354c9773a713072d2762 -SIZE (xpi/firefox-i18n-63.0.1/bs.xpi) = 472879 -SHA256 (xpi/firefox-i18n-63.0.1/ca.xpi) = 458a35b79e4e3e73dcffa41e48201d18d331710dc4deffa05f2a4a27027fbeea -SIZE (xpi/firefox-i18n-63.0.1/ca.xpi) = 469248 -SHA256 (xpi/firefox-i18n-63.0.1/cak.xpi) = 694aaac040b39858fdb6c7a1b5defb33199c3399c61dc1cc3afc4a463b95ebe4 -SIZE (xpi/firefox-i18n-63.0.1/cak.xpi) = 502723 -SHA256 (xpi/firefox-i18n-63.0.1/cs.xpi) = 7577d13ea090e2214629ad43b525a3d42cf44d1f405d711e90388a0df72af7bc -SIZE (xpi/firefox-i18n-63.0.1/cs.xpi) = 489306 -SHA256 (xpi/firefox-i18n-63.0.1/cy.xpi) = 0c9e668258c6454120302ad458369442bfcf799cd8d2187f4c77c206500cae06 -SIZE (xpi/firefox-i18n-63.0.1/cy.xpi) = 481078 -SHA256 (xpi/firefox-i18n-63.0.1/da.xpi) = cc1147da953e65c8ae803c684efac3b6358e8e6589ef9172a479aa40c25dc59b -SIZE (xpi/firefox-i18n-63.0.1/da.xpi) = 481843 -SHA256 (xpi/firefox-i18n-63.0.1/de.xpi) = a9062df17d7ca170dc0f52a5093ed899bc75d003b0224f7a430e247c02625042 -SIZE (xpi/firefox-i18n-63.0.1/de.xpi) = 491997 -SHA256 (xpi/firefox-i18n-63.0.1/dsb.xpi) = 2dd0e523bf92fe62b58770bddc5dd10fd08799824ba82c30bf8cbd897a5d4877 -SIZE (xpi/firefox-i18n-63.0.1/dsb.xpi) = 500882 -SHA256 (xpi/firefox-i18n-63.0.1/el.xpi) = 566fa764f71c95c257cb0702fcb3d28379fb74205d3a8a1e61819182b84221f5 -SIZE (xpi/firefox-i18n-63.0.1/el.xpi) = 558437 -SHA256 (xpi/firefox-i18n-63.0.1/en-CA.xpi) = 18054e70013a8833f849fd3232e1242ff354b37ef4fd4d5aa0493de991753713 -SIZE (xpi/firefox-i18n-63.0.1/en-CA.xpi) = 450712 -SHA256 (xpi/firefox-i18n-63.0.1/en-GB.xpi) = 9a2b48d1d61c555c9018bae357ed26ccc62ed1d70e948ef064b4ec449cb5c819 -SIZE (xpi/firefox-i18n-63.0.1/en-GB.xpi) = 442422 -SHA256 (xpi/firefox-i18n-63.0.1/en-US.xpi) = 142e625ade206be6845f8d943cdabc8bc4049a36a03ba7f6cfb7a978bd72b407 -SIZE (xpi/firefox-i18n-63.0.1/en-US.xpi) = 425483 -SHA256 (xpi/firefox-i18n-63.0.1/en-ZA.xpi) = e14081e40b7a7b63c384a9a26a2a843ee5a4651b7733eb4d3728fedbf03c7386 -SIZE (xpi/firefox-i18n-63.0.1/en-ZA.xpi) = 427849 -SHA256 (xpi/firefox-i18n-63.0.1/eo.xpi) = 5dbb2a8cf83fd2b773b2fce3b7ff0e7224ae8ec6b22964c83438caa09aab3852 -SIZE (xpi/firefox-i18n-63.0.1/eo.xpi) = 478962 -SHA256 (xpi/firefox-i18n-63.0.1/es-AR.xpi) = 7516e97650011059014122c440655bf7d916dafd75f14854718ff28c3c596a5d -SIZE (xpi/firefox-i18n-63.0.1/es-AR.xpi) = 486912 -SHA256 (xpi/firefox-i18n-63.0.1/es-CL.xpi) = 3c316d79df7833a8c646ad92d1b46f2582e45ad91fac6371531a6f1689858737 -SIZE (xpi/firefox-i18n-63.0.1/es-CL.xpi) = 487571 -SHA256 (xpi/firefox-i18n-63.0.1/es-ES.xpi) = d1d32484475c2c800ee60d5b51f5f72ceb3ba785366c9eaa5a2c076bbcebfcfc -SIZE (xpi/firefox-i18n-63.0.1/es-ES.xpi) = 431434 -SHA256 (xpi/firefox-i18n-63.0.1/es-MX.xpi) = 7ca49f273c4ef8d5713a7ecc1046eb61085f263deb1ba4ab7ea99e8143d81b0c -SIZE (xpi/firefox-i18n-63.0.1/es-MX.xpi) = 490502 -SHA256 (xpi/firefox-i18n-63.0.1/et.xpi) = 55c377a361e422101c2b0597b9107efc8c92bd5e42f31bb2302077699f80bf4d -SIZE (xpi/firefox-i18n-63.0.1/et.xpi) = 469972 -SHA256 (xpi/firefox-i18n-63.0.1/eu.xpi) = 15f98844708497b106c502ff2152a2cd8cc57c701487ace3838ed265207095f5 -SIZE (xpi/firefox-i18n-63.0.1/eu.xpi) = 478608 -SHA256 (xpi/firefox-i18n-63.0.1/fa.xpi) = 229063ca5bc3fb4e35b1b53be704802d9bc4e575a1a2e8fb208fe92aaa03640f -SIZE (xpi/firefox-i18n-63.0.1/fa.xpi) = 529581 -SHA256 (xpi/firefox-i18n-63.0.1/ff.xpi) = 93790bd7dc4b30b5e400d31a411e3348df7219f72e0572c5278e87d68d3c91a5 -SIZE (xpi/firefox-i18n-63.0.1/ff.xpi) = 467974 -SHA256 (xpi/firefox-i18n-63.0.1/fi.xpi) = 63f4cf0c1f0e3c7682331827b366402941b9e30cfe5013366f32d9de3b40f3e7 -SIZE (xpi/firefox-i18n-63.0.1/fi.xpi) = 467886 -SHA256 (xpi/firefox-i18n-63.0.1/fr.xpi) = 9a5dcd61b424a44aaea7472ec3afb781c691c0a711f32ed2e262ee10c7cc99d6 -SIZE (xpi/firefox-i18n-63.0.1/fr.xpi) = 496625 -SHA256 (xpi/firefox-i18n-63.0.1/fy-NL.xpi) = ba63f10eeac674fd3ffa3c7fc28d1f12614ca2415acf3fc75ea179d92b858aac -SIZE (xpi/firefox-i18n-63.0.1/fy-NL.xpi) = 485373 -SHA256 (xpi/firefox-i18n-63.0.1/ga-IE.xpi) = d064ada193e3836e84bb4520dcd9c676165b551c94cd9524be8662931bb6537d -SIZE (xpi/firefox-i18n-63.0.1/ga-IE.xpi) = 479147 -SHA256 (xpi/firefox-i18n-63.0.1/gd.xpi) = d930524a249a9e8d5fd450881b75be041d006a48536cf066b985d0a8bfc3af66 -SIZE (xpi/firefox-i18n-63.0.1/gd.xpi) = 484600 -SHA256 (xpi/firefox-i18n-63.0.1/gl.xpi) = e4c0c6e60732a417ead3537e0b577b94c725fb98ca719b06a9809c988e51df20 -SIZE (xpi/firefox-i18n-63.0.1/gl.xpi) = 455902 -SHA256 (xpi/firefox-i18n-63.0.1/gn.xpi) = 5354c98e170323e99ecc4431e556ee18aedea55d5ddc074ed5e431c12aaff80c -SIZE (xpi/firefox-i18n-63.0.1/gn.xpi) = 496363 -SHA256 (xpi/firefox-i18n-63.0.1/gu-IN.xpi) = d3be1367d0d3d29eb2c2e5408577f2775236877c1210aa0c64f9b54a2529b8cd -SIZE (xpi/firefox-i18n-63.0.1/gu-IN.xpi) = 556301 -SHA256 (xpi/firefox-i18n-63.0.1/he.xpi) = c0a57551644eb2eeb90485daa185540a01750580b32c2ac33c6e8df4f04f2801 -SIZE (xpi/firefox-i18n-63.0.1/he.xpi) = 486236 -SHA256 (xpi/firefox-i18n-63.0.1/hi-IN.xpi) = 88c8099538920bc708bc2c2babc99601331c1c134b2dec333fb1a2dcbea3667f -SIZE (xpi/firefox-i18n-63.0.1/hi-IN.xpi) = 545386 -SHA256 (xpi/firefox-i18n-63.0.1/hr.xpi) = 450f6ad9312720a37cca5ee9099a7d78079faf54f956a9fe9633c6a1921b6b14 -SIZE (xpi/firefox-i18n-63.0.1/hr.xpi) = 468495 -SHA256 (xpi/firefox-i18n-63.0.1/hsb.xpi) = e1b603540e7e579e47910956888efa520531470dc5dd8406b43e12d396d7d5b1 -SIZE (xpi/firefox-i18n-63.0.1/hsb.xpi) = 500686 -SHA256 (xpi/firefox-i18n-63.0.1/hu.xpi) = a3254f83cc1fab0e4b726c650b64764d25b02cdfa4bd1bb7961839f937462bb1 -SIZE (xpi/firefox-i18n-63.0.1/hu.xpi) = 497766 -SHA256 (xpi/firefox-i18n-63.0.1/hy-AM.xpi) = 3bd0e030aef9ce9a0b04f268eb92477413e40ea4f9293d8ba961d3fa366bee0c -SIZE (xpi/firefox-i18n-63.0.1/hy-AM.xpi) = 525185 -SHA256 (xpi/firefox-i18n-63.0.1/ia.xpi) = 4162da29c7dae025cf1cd55206503463519f60307412bc39309fe0e58dacbf61 -SIZE (xpi/firefox-i18n-63.0.1/ia.xpi) = 474987 -SHA256 (xpi/firefox-i18n-63.0.1/id.xpi) = 3dc241ee5ba4a777e21a276b2cc5e2d4d4dfb5ec0c2050d1ec739803a60279c6 -SIZE (xpi/firefox-i18n-63.0.1/id.xpi) = 468252 -SHA256 (xpi/firefox-i18n-63.0.1/is.xpi) = 58ea1212f3eb319f26d6c3a16602c914d99ca9f051305033ad976a1fb9890430 -SIZE (xpi/firefox-i18n-63.0.1/is.xpi) = 467339 -SHA256 (xpi/firefox-i18n-63.0.1/it.xpi) = 4572b12ef2df363fec1023dffa93e05a660aa02b3fcee3b3493e53feb42ffed6 -SIZE (xpi/firefox-i18n-63.0.1/it.xpi) = 351090 -SHA256 (xpi/firefox-i18n-63.0.1/ja.xpi) = e53f1096b7074c51c92c4a0b168deff20db224bcc0d3785c53b9c1afef3be928 -SIZE (xpi/firefox-i18n-63.0.1/ja.xpi) = 501997 -SHA256 (xpi/firefox-i18n-63.0.1/ka.xpi) = 155dd8a9610655b4d0ea9b41396d9dbc24fb9df4f578bb024567819e1cd02fa6 -SIZE (xpi/firefox-i18n-63.0.1/ka.xpi) = 517232 -SHA256 (xpi/firefox-i18n-63.0.1/kab.xpi) = 4aae1ad2b211bdfaca45c7ca4aefff2a373c882877245e8c36806892ec4d66a8 -SIZE (xpi/firefox-i18n-63.0.1/kab.xpi) = 490515 -SHA256 (xpi/firefox-i18n-63.0.1/kk.xpi) = cdc82192eed5f0c8a6c49f4de1f4f617e5037c50dec2d3cd15672d6146b3e5cf -SIZE (xpi/firefox-i18n-63.0.1/kk.xpi) = 546396 -SHA256 (xpi/firefox-i18n-63.0.1/km.xpi) = 163db0c3f9c229b032620b3ecbbab1655a2806392be8ae591c6c5cbffc9b86e7 -SIZE (xpi/firefox-i18n-63.0.1/km.xpi) = 530624 -SHA256 (xpi/firefox-i18n-63.0.1/kn.xpi) = f689fa0064f1be961b05d198150df100e805eeb9264ab676c897b7b62c7ca684 -SIZE (xpi/firefox-i18n-63.0.1/kn.xpi) = 536457 -SHA256 (xpi/firefox-i18n-63.0.1/ko.xpi) = 747ab30b9125f6c6d4e06f5ff601fc636afef73c42141be0ac440d92ca47b353 -SIZE (xpi/firefox-i18n-63.0.1/ko.xpi) = 496528 -SHA256 (xpi/firefox-i18n-63.0.1/lij.xpi) = fc9eb8bcc2eec05d17f743b647e4bf119559ca9d37b4d24bb20e07095e5d23ce -SIZE (xpi/firefox-i18n-63.0.1/lij.xpi) = 478452 -SHA256 (xpi/firefox-i18n-63.0.1/lt.xpi) = 10d4698e6fbcdfc0dfed1e3036a64c9887b7f749601393087516e8196444ac2f -SIZE (xpi/firefox-i18n-63.0.1/lt.xpi) = 501124 -SHA256 (xpi/firefox-i18n-63.0.1/lv.xpi) = 1db8839a231609afbdfc4aa5c81b6c285f82674e2dee225d6f9342ac48f4e77b -SIZE (xpi/firefox-i18n-63.0.1/lv.xpi) = 489153 -SHA256 (xpi/firefox-i18n-63.0.1/mai.xpi) = ab29a777e6b8ae6d2dcc0f7e13d985272c1c198fa8d734ed79a16d339ef217c3 -SIZE (xpi/firefox-i18n-63.0.1/mai.xpi) = 498745 -SHA256 (xpi/firefox-i18n-63.0.1/mk.xpi) = 33e9114883c191e80f9fe6c9a27327bb15d9f1138ddb118ba1974e448f23f879 -SIZE (xpi/firefox-i18n-63.0.1/mk.xpi) = 463723 -SHA256 (xpi/firefox-i18n-63.0.1/ml.xpi) = ab61211dde8c18b75bbcbc69de451c4cbefadf529717e7772f775c009f7b5a03 -SIZE (xpi/firefox-i18n-63.0.1/ml.xpi) = 546430 -SHA256 (xpi/firefox-i18n-63.0.1/mr.xpi) = ac84ff7fe713d8a7c7e6e467015bf62567ff21378454f82221d41783370c7a94 -SIZE (xpi/firefox-i18n-63.0.1/mr.xpi) = 538969 -SHA256 (xpi/firefox-i18n-63.0.1/ms.xpi) = 7926b3c07ac4312a392a52b04cdd88e213b267da9d27bc2a10b40d4bda41b983 -SIZE (xpi/firefox-i18n-63.0.1/ms.xpi) = 471523 -SHA256 (xpi/firefox-i18n-63.0.1/my.xpi) = 6ae2ad5e68db71a9cdf66712a2f2c0034c5156f0e0c634bacda7ac098701abb2 -SIZE (xpi/firefox-i18n-63.0.1/my.xpi) = 516688 -SHA256 (xpi/firefox-i18n-63.0.1/nb-NO.xpi) = c1ced778af8aedc1d7bd019c949dbc8e0ea20cbbb9f94cfe337902df40314537 -SIZE (xpi/firefox-i18n-63.0.1/nb-NO.xpi) = 470898 -SHA256 (xpi/firefox-i18n-63.0.1/ne-NP.xpi) = 3f166035b7ec69a76422d9f2a9ee99e1594ee97e0281dd5d0ba4a26c18ab0500 -SIZE (xpi/firefox-i18n-63.0.1/ne-NP.xpi) = 508084 -SHA256 (xpi/firefox-i18n-63.0.1/nl.xpi) = 62d109c8ff9ae0ef0964b12257f7375e2cd3ea9b6cfee4aed3b4610542bce2a6 -SIZE (xpi/firefox-i18n-63.0.1/nl.xpi) = 460034 -SHA256 (xpi/firefox-i18n-63.0.1/nn-NO.xpi) = 05253ae1f4b7b7c836c9f6852350b80a963a6851fc78c96cb59dd204600bc35e -SIZE (xpi/firefox-i18n-63.0.1/nn-NO.xpi) = 469117 -SHA256 (xpi/firefox-i18n-63.0.1/oc.xpi) = 480f84c74b936adb007f2d93d411198c8339dc5944456e6086904623be68b479 -SIZE (xpi/firefox-i18n-63.0.1/oc.xpi) = 482904 -SHA256 (xpi/firefox-i18n-63.0.1/or.xpi) = 5f5dfd4961027751fe014673ecb6fb9311ba163589cb7da316321eddd0702f87 -SIZE (xpi/firefox-i18n-63.0.1/or.xpi) = 489356 -SHA256 (xpi/firefox-i18n-63.0.1/pa-IN.xpi) = 51bb6a8797a11d756b4bcada5bfc227d3a630212e20f3d0727cc2fe4862b634a -SIZE (xpi/firefox-i18n-63.0.1/pa-IN.xpi) = 508197 -SHA256 (xpi/firefox-i18n-63.0.1/pl.xpi) = 702c9030b0f3a821ce481db2e1700aedaa88ccc60b6922d2422a1706b2e67ba9 -SIZE (xpi/firefox-i18n-63.0.1/pl.xpi) = 379298 -SHA256 (xpi/firefox-i18n-63.0.1/pt-BR.xpi) = 9a6ab8995c22ea85c331194a7e18c4787da87702a59b7005ae6f4ce3b70adc34 -SIZE (xpi/firefox-i18n-63.0.1/pt-BR.xpi) = 471903 -SHA256 (xpi/firefox-i18n-63.0.1/pt-PT.xpi) = 01bcac0ee9580047525452eca7718bd84a2c86a445fc7ff1f4a2a1ec763be91e -SIZE (xpi/firefox-i18n-63.0.1/pt-PT.xpi) = 485600 -SHA256 (xpi/firefox-i18n-63.0.1/rm.xpi) = 6d8bb3c2ce2dc02057b8979414058b46aa4ac2d5adaa7ec4991828a3f5a164e0 -SIZE (xpi/firefox-i18n-63.0.1/rm.xpi) = 475829 -SHA256 (xpi/firefox-i18n-63.0.1/ro.xpi) = 7af09fb4c80961a914d999c324e8fd5fe94b68709c6a677aa69ab51fd7adacd8 -SIZE (xpi/firefox-i18n-63.0.1/ro.xpi) = 472563 -SHA256 (xpi/firefox-i18n-63.0.1/ru.xpi) = 77d03be6acdbf72ce0866db9d98626283dd567b133ab45df6439071d241226a3 -SIZE (xpi/firefox-i18n-63.0.1/ru.xpi) = 543427 -SHA256 (xpi/firefox-i18n-63.0.1/si.xpi) = 454d5f723b66667add9aee3f15c98f4e89fdba2b3cf645a4e31196472cbc6cd4 -SIZE (xpi/firefox-i18n-63.0.1/si.xpi) = 492578 -SHA256 (xpi/firefox-i18n-63.0.1/sk.xpi) = 809fa9830a2322819415e0660e37b006e75b734dd97299d42bb2cb08af7e4f8d -SIZE (xpi/firefox-i18n-63.0.1/sk.xpi) = 500222 -SHA256 (xpi/firefox-i18n-63.0.1/sl.xpi) = 36de5bfbb82d798faa2cb90bf40f91b7ae5de45267fa0fccb98fcc1c43b2c409 -SIZE (xpi/firefox-i18n-63.0.1/sl.xpi) = 481997 -SHA256 (xpi/firefox-i18n-63.0.1/son.xpi) = 467a640bc41fb14b509411404dcc60d3d2f659df5c08d6472931087825639912 -SIZE (xpi/firefox-i18n-63.0.1/son.xpi) = 452805 -SHA256 (xpi/firefox-i18n-63.0.1/sq.xpi) = 9110e660dfca7e6e149ccc659f936cef0d95dc1de9719d45d2cc10ccfc69b71a -SIZE (xpi/firefox-i18n-63.0.1/sq.xpi) = 492303 -SHA256 (xpi/firefox-i18n-63.0.1/sr.xpi) = 26f425d8a95a0128bed8f497877014b16f4f133f4d6920fca642db9a19ddb40f -SIZE (xpi/firefox-i18n-63.0.1/sr.xpi) = 507260 -SHA256 (xpi/firefox-i18n-63.0.1/sv-SE.xpi) = 2423b3f25d34a4c4c2b1f6eb1b420cb44df14960000973fa1c80770942abfefd -SIZE (xpi/firefox-i18n-63.0.1/sv-SE.xpi) = 481622 -SHA256 (xpi/firefox-i18n-63.0.1/ta.xpi) = 236ba6a2409f44f4c2da2f209e0ed1516a0202cfa1a88feba7a44f265b130aa3 -SIZE (xpi/firefox-i18n-63.0.1/ta.xpi) = 533413 -SHA256 (xpi/firefox-i18n-63.0.1/te.xpi) = 41386f23a18185c41f28ed2cac34ff56bb1bfbfab02b80f11ddc6d0ce850c2ed -SIZE (xpi/firefox-i18n-63.0.1/te.xpi) = 545793 -SHA256 (xpi/firefox-i18n-63.0.1/th.xpi) = a07db59670d92b69b500c755d42cbcd8596fb2598c51a927198c899ae5fd2871 -SIZE (xpi/firefox-i18n-63.0.1/th.xpi) = 519000 -SHA256 (xpi/firefox-i18n-63.0.1/tr.xpi) = e2646ae1959a5e5f6440edb67171aa3d7d9a9f8521463ccb650b19fae752fff5 -SIZE (xpi/firefox-i18n-63.0.1/tr.xpi) = 491285 -SHA256 (xpi/firefox-i18n-63.0.1/uk.xpi) = 8583130c0090615b7f6e656d13ef5a0bde2bff6bf9b25480bf8ed1763bedb4f2 -SIZE (xpi/firefox-i18n-63.0.1/uk.xpi) = 548372 -SHA256 (xpi/firefox-i18n-63.0.1/ur.xpi) = 1940bf560bc41108a61be6c46dcde287c5b6a03e599178b54c61fc49aff5e17d -SIZE (xpi/firefox-i18n-63.0.1/ur.xpi) = 525512 -SHA256 (xpi/firefox-i18n-63.0.1/uz.xpi) = 0b20bc9b31b0d5db84c5d399dfd2115acc8d123cde06edd0caf3e9eb3bed2f3f -SIZE (xpi/firefox-i18n-63.0.1/uz.xpi) = 469366 -SHA256 (xpi/firefox-i18n-63.0.1/vi.xpi) = 485abdd974496c02b58462a49ffa79e5c45d55400c8cada15f1d345b3cd8fbd1 -SIZE (xpi/firefox-i18n-63.0.1/vi.xpi) = 489047 -SHA256 (xpi/firefox-i18n-63.0.1/xh.xpi) = fcc18842716318c1ee3ed3c033fab5694fca3333f02bdc74cad8d458d3b5f87a -SIZE (xpi/firefox-i18n-63.0.1/xh.xpi) = 466849 -SHA256 (xpi/firefox-i18n-63.0.1/zh-CN.xpi) = bdc1363e4dcc88f93e4e0399b4c4b638c3e2fca057b3cb034c0a446d44bbe472 -SIZE (xpi/firefox-i18n-63.0.1/zh-CN.xpi) = 504058 -SHA256 (xpi/firefox-i18n-63.0.1/zh-TW.xpi) = 6b0fd73b797ddc31c096f7a867c6a476d69a28f5d3cedabbed97e6f313040144 -SIZE (xpi/firefox-i18n-63.0.1/zh-TW.xpi) = 507003 +TIMESTAMP = 1542325261 +SHA256 (xpi/firefox-i18n-63.0.3/ach.xpi) = 133a31ec9eda6f5eb0bfa38b0f319cfaf5c4176ff619a8a505e71af4a7f365fb +SIZE (xpi/firefox-i18n-63.0.3/ach.xpi) = 455083 +SHA256 (xpi/firefox-i18n-63.0.3/af.xpi) = 6d60477b462c45cb4e038e2b00aa4a31c7f4bbe138a1db14a7c4bb303848595b +SIZE (xpi/firefox-i18n-63.0.3/af.xpi) = 437909 +SHA256 (xpi/firefox-i18n-63.0.3/an.xpi) = f12854a4c2ccbb2b81cc0cafe838c9f1a545e912e34b9319b7f3af9ce7061629 +SIZE (xpi/firefox-i18n-63.0.3/an.xpi) = 474544 +SHA256 (xpi/firefox-i18n-63.0.3/ar.xpi) = a0ae3906017de26370466cea30c43c7286d0b46acbb8fecfc61a86c97b616f6b +SIZE (xpi/firefox-i18n-63.0.3/ar.xpi) = 513466 +SHA256 (xpi/firefox-i18n-63.0.3/as.xpi) = 6798a1a6aec24e48ae494a4f057c45e3b7ea31488fd7eed486ba1816f442e3b3 +SIZE (xpi/firefox-i18n-63.0.3/as.xpi) = 482194 +SHA256 (xpi/firefox-i18n-63.0.3/ast.xpi) = 362cc17e42bc625b8514135ebbe7042ba94074d978f750594035c409a2f3ebb7 +SIZE (xpi/firefox-i18n-63.0.3/ast.xpi) = 465658 +SHA256 (xpi/firefox-i18n-63.0.3/az.xpi) = e91aabf17a379952750066881acc09aa3dc65082ebc101e08e279d48c382af54 +SIZE (xpi/firefox-i18n-63.0.3/az.xpi) = 490944 +SHA256 (xpi/firefox-i18n-63.0.3/be.xpi) = f514fab6434fa23f9adaa1c52ff9067f2c87c5d8c6396ebbacac6aefc42904cb +SIZE (xpi/firefox-i18n-63.0.3/be.xpi) = 549296 +SHA256 (xpi/firefox-i18n-63.0.3/bg.xpi) = 671f94406a40b7dd2c2adb2fb913cf42b7bf41717c44e81bfe522dd856e30988 +SIZE (xpi/firefox-i18n-63.0.3/bg.xpi) = 523533 +SHA256 (xpi/firefox-i18n-63.0.3/bn-BD.xpi) = 4759803e520bbfe1d9db2289409b1e5734c8de19e696802eb1f43b72b092beab +SIZE (xpi/firefox-i18n-63.0.3/bn-BD.xpi) = 548599 +SHA256 (xpi/firefox-i18n-63.0.3/bn-IN.xpi) = d7afc0782af3833e97f2ce711b2d9f4e55aeaf5df8efbb9b1382b45ac0b1f2dd +SIZE (xpi/firefox-i18n-63.0.3/bn-IN.xpi) = 516019 +SHA256 (xpi/firefox-i18n-63.0.3/br.xpi) = c1bd25609ef30d86173e0df3e8e99bd6dbff6ef40b0f098052968346bec236d4 +SIZE (xpi/firefox-i18n-63.0.3/br.xpi) = 474387 +SHA256 (xpi/firefox-i18n-63.0.3/bs.xpi) = eff1783e942af1193510e63651f41ed9c191c1a47c44e5d77a8469229b74e493 +SIZE (xpi/firefox-i18n-63.0.3/bs.xpi) = 472890 +SHA256 (xpi/firefox-i18n-63.0.3/ca.xpi) = c3b5c3113e311ef375150613057cedd81aa8e69ad1bac7496ea9266640e7e739 +SIZE (xpi/firefox-i18n-63.0.3/ca.xpi) = 469252 +SHA256 (xpi/firefox-i18n-63.0.3/cak.xpi) = ad78a6ad161386695a2825cd3edc41379c414876f53a270a7071d04737b82564 +SIZE (xpi/firefox-i18n-63.0.3/cak.xpi) = 502721 +SHA256 (xpi/firefox-i18n-63.0.3/cs.xpi) = 72f59287425933bfc824184dfe7447f4cad341404a2324b9f36cf3086fb5c83f +SIZE (xpi/firefox-i18n-63.0.3/cs.xpi) = 489313 +SHA256 (xpi/firefox-i18n-63.0.3/cy.xpi) = 7a9477642f7b054b1e24fa5d5b9d59ea26438ef45aeb8e3313547186b4e1cd17 +SIZE (xpi/firefox-i18n-63.0.3/cy.xpi) = 481075 +SHA256 (xpi/firefox-i18n-63.0.3/da.xpi) = 377e98788e41f5a3a000b41d9339d2f37e497914885a00320859f85d42fdb79d +SIZE (xpi/firefox-i18n-63.0.3/da.xpi) = 481842 +SHA256 (xpi/firefox-i18n-63.0.3/de.xpi) = 14bd321b737a79523f28ce5d9ba37df985e5e260f2b183be66f9674b112f5802 +SIZE (xpi/firefox-i18n-63.0.3/de.xpi) = 491988 +SHA256 (xpi/firefox-i18n-63.0.3/dsb.xpi) = 5ffd4a6e2a908612fcf55662f573b8b51e928957ac58a6b07a8be36d4b794321 +SIZE (xpi/firefox-i18n-63.0.3/dsb.xpi) = 500879 +SHA256 (xpi/firefox-i18n-63.0.3/el.xpi) = e452895005fd3c35697f610f56aeafe9d3d1eeaed64ef5f0a9efb9a1a5383a27 +SIZE (xpi/firefox-i18n-63.0.3/el.xpi) = 558446 +SHA256 (xpi/firefox-i18n-63.0.3/en-CA.xpi) = 7d02b7f5cf55ef803a731031bc1d53d9e9a279096a6df7c8726feb4355834a9f +SIZE (xpi/firefox-i18n-63.0.3/en-CA.xpi) = 450715 +SHA256 (xpi/firefox-i18n-63.0.3/en-GB.xpi) = 73f6fc1ce107695a5fdd4f3eb5a7f3b462ea08b0a3912356f5050328332962ac +SIZE (xpi/firefox-i18n-63.0.3/en-GB.xpi) = 442415 +SHA256 (xpi/firefox-i18n-63.0.3/en-US.xpi) = 4a0d0e51d27edb1148c91e0cdd106e4c663e67ce04fc3db559bcf0d8830c447c +SIZE (xpi/firefox-i18n-63.0.3/en-US.xpi) = 425479 +SHA256 (xpi/firefox-i18n-63.0.3/en-ZA.xpi) = c3a3184aeeb6eab44e1a353caa79a5bc6c7e620c7fd3ba8c9b386811cfcece67 +SIZE (xpi/firefox-i18n-63.0.3/en-ZA.xpi) = 427851 +SHA256 (xpi/firefox-i18n-63.0.3/eo.xpi) = 58478371f7dad87b673494af6d17b654ce04a6c419c8b6d5dd37f4682eef80bb +SIZE (xpi/firefox-i18n-63.0.3/eo.xpi) = 478965 +SHA256 (xpi/firefox-i18n-63.0.3/es-AR.xpi) = 52cb334d461cd010377cfd35213cbe065435168dd7a5ef1d85570e3985b8fae9 +SIZE (xpi/firefox-i18n-63.0.3/es-AR.xpi) = 486916 +SHA256 (xpi/firefox-i18n-63.0.3/es-CL.xpi) = 09a6f406be1a71c9b28da92aca02b6cb12ca84ed26fe8dfe88adacd293d1dba9 +SIZE (xpi/firefox-i18n-63.0.3/es-CL.xpi) = 487572 +SHA256 (xpi/firefox-i18n-63.0.3/es-ES.xpi) = c8ba72016e05fb2ab40064a57feda7964bfbd394aac11b384688ccefe4b7b558 +SIZE (xpi/firefox-i18n-63.0.3/es-ES.xpi) = 431431 +SHA256 (xpi/firefox-i18n-63.0.3/es-MX.xpi) = 2e6b5a78e7def20c6c00cfd8d1c1be84df4e62dba23e05f13aa52a0e7e7fc81c +SIZE (xpi/firefox-i18n-63.0.3/es-MX.xpi) = 490505 +SHA256 (xpi/firefox-i18n-63.0.3/et.xpi) = 62eb5ba195bfb11f001b875910c76c0fce320da711e7ced8c7b06ae31cfcf2f1 +SIZE (xpi/firefox-i18n-63.0.3/et.xpi) = 469970 +SHA256 (xpi/firefox-i18n-63.0.3/eu.xpi) = 2ed251ec4bd183b0086e777a01992048d31271ec9bf9869d5a070bab81cb3b84 +SIZE (xpi/firefox-i18n-63.0.3/eu.xpi) = 478606 +SHA256 (xpi/firefox-i18n-63.0.3/fa.xpi) = ba66475a7a152b35f22454074a4160da2c52c229c2fb60ca515bd5a020829969 +SIZE (xpi/firefox-i18n-63.0.3/fa.xpi) = 529582 +SHA256 (xpi/firefox-i18n-63.0.3/ff.xpi) = 30ccae32050ccaba4f3bdd7f017f57f0eef6b75e2e0666be7a8999791cc4193b +SIZE (xpi/firefox-i18n-63.0.3/ff.xpi) = 467973 +SHA256 (xpi/firefox-i18n-63.0.3/fi.xpi) = 79ee324aa4358fc494e70e05bd0948355d79688e9fa3b74591a0489c44d7b483 +SIZE (xpi/firefox-i18n-63.0.3/fi.xpi) = 467883 +SHA256 (xpi/firefox-i18n-63.0.3/fr.xpi) = cea47e257be67838302e37821fd59e837fe68d30022b7006dab93e3dcafb84a6 +SIZE (xpi/firefox-i18n-63.0.3/fr.xpi) = 496629 +SHA256 (xpi/firefox-i18n-63.0.3/fy-NL.xpi) = e5114e840017814a3709f2924e6d9372892d4fdcaf441fc57724707033d6732f +SIZE (xpi/firefox-i18n-63.0.3/fy-NL.xpi) = 485368 +SHA256 (xpi/firefox-i18n-63.0.3/ga-IE.xpi) = 02843dfed7c2994ff6455df1f064555a5ac8486dbff00b2380442f3a1da5320a +SIZE (xpi/firefox-i18n-63.0.3/ga-IE.xpi) = 479146 +SHA256 (xpi/firefox-i18n-63.0.3/gd.xpi) = 707104938e8508dad8b9566e09571522e1a5bdb34cda6b6f534b468f3296d987 +SIZE (xpi/firefox-i18n-63.0.3/gd.xpi) = 484591 +SHA256 (xpi/firefox-i18n-63.0.3/gl.xpi) = 096c923791bcc08579973427fb63e3e1b14008747b5ba33dae51bf0896f1d177 +SIZE (xpi/firefox-i18n-63.0.3/gl.xpi) = 455902 +SHA256 (xpi/firefox-i18n-63.0.3/gn.xpi) = 48c865af74a1c6b2f54878575f124ec424f9bc1c9fdf62ca57c4c4096c715f0d +SIZE (xpi/firefox-i18n-63.0.3/gn.xpi) = 496363 +SHA256 (xpi/firefox-i18n-63.0.3/gu-IN.xpi) = 816284bf26a9b0a1ab7d34a146eee722591635c88cde12b0b22b026828c90804 +SIZE (xpi/firefox-i18n-63.0.3/gu-IN.xpi) = 556303 +SHA256 (xpi/firefox-i18n-63.0.3/he.xpi) = 82405ba755711962e430e3f26eb8906044067ca51167d33ed435e74f4fd4698b +SIZE (xpi/firefox-i18n-63.0.3/he.xpi) = 486232 +SHA256 (xpi/firefox-i18n-63.0.3/hi-IN.xpi) = 518c56f8bf6658b997956543f6bf90f721397c79786b4b1a82bcc550d51f27ea +SIZE (xpi/firefox-i18n-63.0.3/hi-IN.xpi) = 545392 +SHA256 (xpi/firefox-i18n-63.0.3/hr.xpi) = 55c737c0ea6fc74bb49a2ae58d2e66fcf7068a2d16014d878191fe3c10a5b6b8 +SIZE (xpi/firefox-i18n-63.0.3/hr.xpi) = 468499 +SHA256 (xpi/firefox-i18n-63.0.3/hsb.xpi) = 7eb1617935706ff6f217af84901593f36c8b804677359e57dc0263a32d36be9b +SIZE (xpi/firefox-i18n-63.0.3/hsb.xpi) = 500688 +SHA256 (xpi/firefox-i18n-63.0.3/hu.xpi) = 0dd11f24d4708bbd365afa14824af9d034871455b4b39aa9016a85cca2ab62ad +SIZE (xpi/firefox-i18n-63.0.3/hu.xpi) = 497766 +SHA256 (xpi/firefox-i18n-63.0.3/hy-AM.xpi) = 335dc44396a272ded14d59ac8e8be2f3b1ab44478680b1ecf8f1e8561ef2cc00 +SIZE (xpi/firefox-i18n-63.0.3/hy-AM.xpi) = 525186 +SHA256 (xpi/firefox-i18n-63.0.3/ia.xpi) = f52b1a2f7de012ca992ee8f9657e5ba8556ccbe4800ef5f28304fc005bb5e069 +SIZE (xpi/firefox-i18n-63.0.3/ia.xpi) = 474989 +SHA256 (xpi/firefox-i18n-63.0.3/id.xpi) = a16e59f8fe24ea8e250d35b6e3bd9f4f3288a35a65c63a22d9c50a26e8451de0 +SIZE (xpi/firefox-i18n-63.0.3/id.xpi) = 468256 +SHA256 (xpi/firefox-i18n-63.0.3/is.xpi) = 3ae1bc07c94a05e209dec8e04a87035026fe64141944586d77ed088fa5f104f1 +SIZE (xpi/firefox-i18n-63.0.3/is.xpi) = 467334 +SHA256 (xpi/firefox-i18n-63.0.3/it.xpi) = 8a3b970adfac445bc18e9051f3dc5910e3649112e618381eaeef991fc50a6cea +SIZE (xpi/firefox-i18n-63.0.3/it.xpi) = 351086 +SHA256 (xpi/firefox-i18n-63.0.3/ja.xpi) = 9017b89abe511039143cb48045e8dddc61791ce1675ffa560a079eeeda67d066 +SIZE (xpi/firefox-i18n-63.0.3/ja.xpi) = 501998 +SHA256 (xpi/firefox-i18n-63.0.3/ka.xpi) = fcb51dc8ff33eb7836bbc30b3b1c9de1cf3cb296105c867c4565eb334fed919d +SIZE (xpi/firefox-i18n-63.0.3/ka.xpi) = 517231 +SHA256 (xpi/firefox-i18n-63.0.3/kab.xpi) = cd6e861266b2e0de2cb49fa3c9ed4e9e5b779d2ad672769ed0abfbb441bb2a30 +SIZE (xpi/firefox-i18n-63.0.3/kab.xpi) = 490517 +SHA256 (xpi/firefox-i18n-63.0.3/kk.xpi) = fb3b470673af37d57e0458ada6c505fe4d08107b37bf271b098653435e1b8803 +SIZE (xpi/firefox-i18n-63.0.3/kk.xpi) = 546393 +SHA256 (xpi/firefox-i18n-63.0.3/km.xpi) = c6469cd91f07c845759db65eb9600ec4a6b0acad9d036bb6c2a157c753ee751c +SIZE (xpi/firefox-i18n-63.0.3/km.xpi) = 530633 +SHA256 (xpi/firefox-i18n-63.0.3/kn.xpi) = e3b2b389a82c47bef00f9e5458097ebaecbb7150dc8f4890cd626da6225d2acc +SIZE (xpi/firefox-i18n-63.0.3/kn.xpi) = 536462 +SHA256 (xpi/firefox-i18n-63.0.3/ko.xpi) = 9527759ae962a504ff5d3c2c8194273beae0906ef9d125957de3788f00bb1ccc +SIZE (xpi/firefox-i18n-63.0.3/ko.xpi) = 496524 +SHA256 (xpi/firefox-i18n-63.0.3/lij.xpi) = 5c40ab1a51ab5143e08700df6c57b3d57379a054c5d45a1876ebe5daa0ee4105 +SIZE (xpi/firefox-i18n-63.0.3/lij.xpi) = 478457 +SHA256 (xpi/firefox-i18n-63.0.3/lt.xpi) = 9a950d9252d096c2fd88d8cdeed693f835b01f661ce277faf14a52c5bd96348d +SIZE (xpi/firefox-i18n-63.0.3/lt.xpi) = 501126 +SHA256 (xpi/firefox-i18n-63.0.3/lv.xpi) = 5097ecdb31910563f8ee0cd267147ada40167c5f218817044f560cd9e66e6413 +SIZE (xpi/firefox-i18n-63.0.3/lv.xpi) = 489160 +SHA256 (xpi/firefox-i18n-63.0.3/mai.xpi) = f0baf8541b365445cc9ae8e2ff86c73ba90fb11a7f4b1aeae42489a79a52f6df +SIZE (xpi/firefox-i18n-63.0.3/mai.xpi) = 498741 +SHA256 (xpi/firefox-i18n-63.0.3/mk.xpi) = 45cc56fa796b8357348d77035454dfbf7bf7edd43b3e1eee0db323cedf6a1761 +SIZE (xpi/firefox-i18n-63.0.3/mk.xpi) = 463728 +SHA256 (xpi/firefox-i18n-63.0.3/ml.xpi) = d7366db105776fb9b560a9649a709d22f0af51b3e23d282d395061e495cae09d +SIZE (xpi/firefox-i18n-63.0.3/ml.xpi) = 546428 +SHA256 (xpi/firefox-i18n-63.0.3/mr.xpi) = 6bbb6cc2e1409bf1e9b47bb8a09dcb3831fdc01c0554ac70a5d3908c90122790 +SIZE (xpi/firefox-i18n-63.0.3/mr.xpi) = 538970 +SHA256 (xpi/firefox-i18n-63.0.3/ms.xpi) = f1cbbdd4c5478fc94c283fb20fe83e6dbd7e971ed26c2e9bfb7f5db3a088cb99 +SIZE (xpi/firefox-i18n-63.0.3/ms.xpi) = 471526 +SHA256 (xpi/firefox-i18n-63.0.3/my.xpi) = 144dbfab5a6b72520c07bbe3080de28a13427d522d9cbde750bb0d062376c2ba +SIZE (xpi/firefox-i18n-63.0.3/my.xpi) = 516684 +SHA256 (xpi/firefox-i18n-63.0.3/nb-NO.xpi) = 3849a4ff407628fc6980c8b5a76e35d8cdc11f213b26657c948bcdab3f2db800 +SIZE (xpi/firefox-i18n-63.0.3/nb-NO.xpi) = 470895 +SHA256 (xpi/firefox-i18n-63.0.3/ne-NP.xpi) = 3c58272b8d115af9748811b1d962507379ce2c5a4eebc0bc315572a926b97a0f +SIZE (xpi/firefox-i18n-63.0.3/ne-NP.xpi) = 508080 +SHA256 (xpi/firefox-i18n-63.0.3/nl.xpi) = c4664366d401df4bc0710bf7ad2e7f6a3cdc3591fbe3f509a91374812b58f3f8 +SIZE (xpi/firefox-i18n-63.0.3/nl.xpi) = 460042 +SHA256 (xpi/firefox-i18n-63.0.3/nn-NO.xpi) = d5bf65a8f4e5279d08dda798e8d9dd6380a16ee5cbbe96e680fe65b1ff531a49 +SIZE (xpi/firefox-i18n-63.0.3/nn-NO.xpi) = 469113 +SHA256 (xpi/firefox-i18n-63.0.3/oc.xpi) = 789323f14ee2c89bd9105cf8f4c0e87a75300d20169fced32117076633b7d344 +SIZE (xpi/firefox-i18n-63.0.3/oc.xpi) = 482911 +SHA256 (xpi/firefox-i18n-63.0.3/or.xpi) = 435f79e0b4399d0a99c766a65b243194f299cafbb17b98b4d6ea8cdf4bf9b4db +SIZE (xpi/firefox-i18n-63.0.3/or.xpi) = 489361 +SHA256 (xpi/firefox-i18n-63.0.3/pa-IN.xpi) = 010ff111b72e74470697411c90023b1333f1369d028aefba8cbffe2a1ac5d7ff +SIZE (xpi/firefox-i18n-63.0.3/pa-IN.xpi) = 508191 +SHA256 (xpi/firefox-i18n-63.0.3/pl.xpi) = f84cc74ec6b2e30c9b82f8d479bf02fca3c016a6c13c3d39470329a217155b4a +SIZE (xpi/firefox-i18n-63.0.3/pl.xpi) = 379306 +SHA256 (xpi/firefox-i18n-63.0.3/pt-BR.xpi) = 72064d54939a43b790c842124c0a4cf07f281cd1d021aa4e1c57e494d2d29efa +SIZE (xpi/firefox-i18n-63.0.3/pt-BR.xpi) = 471902 +SHA256 (xpi/firefox-i18n-63.0.3/pt-PT.xpi) = 6663036a129cbd90198f424732302eb3889d8992466c5989751466c611d848ce +SIZE (xpi/firefox-i18n-63.0.3/pt-PT.xpi) = 485596 +SHA256 (xpi/firefox-i18n-63.0.3/rm.xpi) = 9ed36fd9b4d4fc6f2241106b885b173b559a3e8a1ee7aa4215befb21ee1a72e3 +SIZE (xpi/firefox-i18n-63.0.3/rm.xpi) = 475828 +SHA256 (xpi/firefox-i18n-63.0.3/ro.xpi) = 070ea96f27c06db3bfc4847ae160b5da8484c0d2f5a8ab987be124904e49e3c0 +SIZE (xpi/firefox-i18n-63.0.3/ro.xpi) = 472568 +SHA256 (xpi/firefox-i18n-63.0.3/ru.xpi) = f16b8e1f6cc00e9cfabe6e85131528d6c3481fcbf10b54018af1ff6a347513c2 +SIZE (xpi/firefox-i18n-63.0.3/ru.xpi) = 543429 +SHA256 (xpi/firefox-i18n-63.0.3/si.xpi) = 8c449f610eef3815f484ac319726d4b0d81c9ff0a34cd36da3e44a52737fd373 +SIZE (xpi/firefox-i18n-63.0.3/si.xpi) = 492577 +SHA256 (xpi/firefox-i18n-63.0.3/sk.xpi) = 43b9ce02b704688b94f46e4caa63f033d2f41e57b4ee64e2a3fd1f5154c0c9e1 +SIZE (xpi/firefox-i18n-63.0.3/sk.xpi) = 500227 +SHA256 (xpi/firefox-i18n-63.0.3/sl.xpi) = b0ef14f3d558eab46c50294beb5d9b172cf4c5186758fac91770fae5dc8bf8c7 +SIZE (xpi/firefox-i18n-63.0.3/sl.xpi) = 482003 +SHA256 (xpi/firefox-i18n-63.0.3/son.xpi) = 45bbe7ba73b7500c31b985821daef1afa74e94064733f592b3a96121f9837c93 +SIZE (xpi/firefox-i18n-63.0.3/son.xpi) = 452799 +SHA256 (xpi/firefox-i18n-63.0.3/sq.xpi) = 6a007f99623cbf19d0deee82e5d3cff7c6d4a5b584874cc34536d04361df522e +SIZE (xpi/firefox-i18n-63.0.3/sq.xpi) = 492310 +SHA256 (xpi/firefox-i18n-63.0.3/sr.xpi) = 631882baa642575b51cdea8505417a754e6c54e8a3b8de52d898db0e1dd85f23 +SIZE (xpi/firefox-i18n-63.0.3/sr.xpi) = 507257 +SHA256 (xpi/firefox-i18n-63.0.3/sv-SE.xpi) = 9f7b360951bef787411f5bef3446cb0a607fd508a4140bf20272b9458d179086 +SIZE (xpi/firefox-i18n-63.0.3/sv-SE.xpi) = 481625 +SHA256 (xpi/firefox-i18n-63.0.3/ta.xpi) = c4a03399d5839d5f70b5dc84522461fc32f65d31ecfec3acceef2ae0dc9a720f +SIZE (xpi/firefox-i18n-63.0.3/ta.xpi) = 533418 +SHA256 (xpi/firefox-i18n-63.0.3/te.xpi) = 1dee514b2682c7a161ecc2c0e2601e1331fec844d252dc42f7dcd1898994b87e +SIZE (xpi/firefox-i18n-63.0.3/te.xpi) = 545789 +SHA256 (xpi/firefox-i18n-63.0.3/th.xpi) = f5eed40ac638af044a767fb0dacc2f532496f619d3a4c37fff680f12df5d0e2d +SIZE (xpi/firefox-i18n-63.0.3/th.xpi) = 519006 +SHA256 (xpi/firefox-i18n-63.0.3/tr.xpi) = 98a8797f0ec4616b0d5c2a33587347e59b5b7d772f11b95fcde9cb6ebd76b95c +SIZE (xpi/firefox-i18n-63.0.3/tr.xpi) = 491288 +SHA256 (xpi/firefox-i18n-63.0.3/uk.xpi) = 04d5244e5f46b3862dc14ec3cba44803f2e9c00e62e16cdf8afa929d3223ae37 +SIZE (xpi/firefox-i18n-63.0.3/uk.xpi) = 548378 +SHA256 (xpi/firefox-i18n-63.0.3/ur.xpi) = b5877006327605d57996bd856ecf3d38c442b13bc4989e6660f66328ad13fd06 +SIZE (xpi/firefox-i18n-63.0.3/ur.xpi) = 525516 +SHA256 (xpi/firefox-i18n-63.0.3/uz.xpi) = bebba4decb4cbd6954ac1bc6424abc5cdbeed0c22b7ab5f72d3d5ae35d7d3dfc +SIZE (xpi/firefox-i18n-63.0.3/uz.xpi) = 469357 +SHA256 (xpi/firefox-i18n-63.0.3/vi.xpi) = b635ca6a5f27b612d9779d55560bd9b414be802daaa5dd3be1307ae20604edd8 +SIZE (xpi/firefox-i18n-63.0.3/vi.xpi) = 489043 +SHA256 (xpi/firefox-i18n-63.0.3/xh.xpi) = b8f51991b82bb255f17a8f28aa0b457bda42925e004f27695a7be518f2b96809 +SIZE (xpi/firefox-i18n-63.0.3/xh.xpi) = 466840 +SHA256 (xpi/firefox-i18n-63.0.3/zh-CN.xpi) = c5108e03edc50df28bb38b3af18d2f6fb3726b76104719d2b95d0432819d2d20 +SIZE (xpi/firefox-i18n-63.0.3/zh-CN.xpi) = 504055 +SHA256 (xpi/firefox-i18n-63.0.3/zh-TW.xpi) = c52f63a9ad26abdc9eded3f78a14b6c9a93790225505ff760a7ed169962b3eb0 +SIZE (xpi/firefox-i18n-63.0.3/zh-TW.xpi) = 507002 Modified: branches/2018Q4/www/firefox/Makefile ============================================================================== --- branches/2018Q4/www/firefox/Makefile Fri Nov 16 15:09:56 2018 (r485081) +++ branches/2018Q4/www/firefox/Makefile Fri Nov 16 15:11:47 2018 (r485082) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 63.0.1 -PORTREVISION= 1 +DISTVERSION= 63.0.3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: branches/2018Q4/www/firefox/distinfo ============================================================================== --- branches/2018Q4/www/firefox/distinfo Fri Nov 16 15:09:56 2018 (r485081) +++ branches/2018Q4/www/firefox/distinfo Fri Nov 16 15:11:47 2018 (r485082) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540944520 -SHA256 (firefox-63.0.1.source.tar.xz) = c42c60ee9789058d4aca2c9673b45255d29767cc087bf6acbb57f4a2211fd7e9 -SIZE (firefox-63.0.1.source.tar.xz) = 265358784 +TIMESTAMP = 1542325023 +SHA256 (firefox-63.0.3.source.tar.xz) = 48a834daa9c5773272a30933936ea8a78b217494355749ee68996639451d0931 +SIZE (firefox-63.0.3.source.tar.xz) = 266109244 From owner-svn-ports-branches@freebsd.org Fri Nov 16 17:13:13 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 000931137B78; Fri, 16 Nov 2018 17:13:12 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 57987874BA; Fri, 16 Nov 2018 17:13:12 +0000 (UTC) (envelope-from mmokhi@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 388552018F; Fri, 16 Nov 2018 17:13:12 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAGHDCHe018595; Fri, 16 Nov 2018 17:13:12 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAGHDBL0018592; Fri, 16 Nov 2018 17:13:11 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201811161713.wAGHDBL0018592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Fri, 16 Nov 2018 17:13:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485091 - in branches/2018Q4/databases: mysql56-client mysql56-server X-SVN-Group: ports-branches X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: in branches/2018Q4/databases: mysql56-client mysql56-server X-SVN-Commit-Revision: 485091 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 57987874BA X-Spamd-Result: default: False [-103.07 / 40.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Server: mx1.freebsd.org 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, 16 Nov 2018 17:13:13 -0000 Author: mmokhi Date: Fri Nov 16 17:13:11 2018 New Revision: 485091 URL: https://svnweb.freebsd.org/changeset/ports/485091 Log: MFH: r483357 databases/mysql56-{client, server}: Upgrade to new release 5.6.42 Upstream Bug #27788907, Bug #90264 fixed Bug Fixes: Raised assertion during an OPTIMIZE TABLE operation for InnoDB: Bug #27753193 For MEMORY tables, memory overflow errors could occur: Bug #27799513 Incorrectly handled very long table keys on replication slaves: Bug #27930505 More info on update: https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-42.html Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (feld) Modified: branches/2018Q4/databases/mysql56-client/Makefile branches/2018Q4/databases/mysql56-server/Makefile branches/2018Q4/databases/mysql56-server/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/databases/mysql56-client/Makefile ============================================================================== --- branches/2018Q4/databases/mysql56-client/Makefile Fri Nov 16 17:04:50 2018 (r485090) +++ branches/2018Q4/databases/mysql56-client/Makefile Fri Nov 16 17:13:11 2018 (r485091) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mysql -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= 56-client COMMENT= Multithreaded SQL database (client) Modified: branches/2018Q4/databases/mysql56-server/Makefile ============================================================================== --- branches/2018Q4/databases/mysql56-server/Makefile Fri Nov 16 17:04:50 2018 (r485090) +++ branches/2018Q4/databases/mysql56-server/Makefile Fri Nov 16 17:13:11 2018 (r485091) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.6.41 -PORTREVISION?= 2 +PORTVERSION= 5.6.42 +PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.6 PKGNAMESUFFIX?= 56-server Modified: branches/2018Q4/databases/mysql56-server/distinfo ============================================================================== --- branches/2018Q4/databases/mysql56-server/distinfo Fri Nov 16 17:04:50 2018 (r485090) +++ branches/2018Q4/databases/mysql56-server/distinfo Fri Nov 16 17:13:11 2018 (r485091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533938460 -SHA256 (mysql-5.6.41.tar.gz) = 4a223c3daed88f8450fa2fc8fd0e7afe2b1a122dd58b74c4ea6526d6a72563ce -SIZE (mysql-5.6.41.tar.gz) = 32111985 +TIMESTAMP = 1540719359 +SHA256 (mysql-5.6.42.tar.gz) = fc6d4aa9c2ed1a751163d0ec3d35bf800fc6b7c9bd2f890e376b6810c9393dba +SIZE (mysql-5.6.42.tar.gz) = 32201731 From owner-svn-ports-branches@freebsd.org Fri Nov 16 17:17:36 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DAAA1137CD6; Fri, 16 Nov 2018 17:17:36 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8929D8788C; Fri, 16 Nov 2018 17:17:35 +0000 (UTC) (envelope-from mmokhi@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 64A542019B; Fri, 16 Nov 2018 17:17:35 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAGHHZlw019013; Fri, 16 Nov 2018 17:17:35 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAGHHYK2019007; Fri, 16 Nov 2018 17:17:34 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201811161717.wAGHHYK2019007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Fri, 16 Nov 2018 17:17:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485092 - in branches/2018Q4/databases: mysql57-client/files mysql57-server mysql57-server/files X-SVN-Group: ports-branches X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: in branches/2018Q4/databases: mysql57-client/files mysql57-server mysql57-server/files X-SVN-Commit-Revision: 485092 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8929D8788C X-Spamd-Result: default: False [-106.88 / 40.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.999,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org 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, 16 Nov 2018 17:17:36 -0000 Author: mmokhi Date: Fri Nov 16 17:17:34 2018 New Revision: 485092 URL: https://svnweb.freebsd.org/changeset/ports/485092 Log: MFH: r483359 databases/mysql57-{client, server}: Update to 5.7.24 Delete merged-to-upstream FreeBSD patches, edit half-merged ones. Upstream bugfixes: Regression of Bug #27753193 (segfault on ALTER TABLE adding primary key, InnoDB) Query interruption during a lock wait caused an error: Bug #28068293 Raised assertion during an OPTIMIZE TABLE operation for InnoDB: Bug #27753193 More info on update: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-24.html PR: 232685 Reported by: Markus Kohlmeyer Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (feld) Added: branches/2018Q4/databases/mysql57-client/files/patch-mysys_mf__iocache2.c - copied unchanged from r483359, head/databases/mysql57-client/files/patch-mysys_mf__iocache2.c Deleted: branches/2018Q4/databases/mysql57-client/files/patch-libmysql_authentication__ldap_CMakeLists.txt Modified: branches/2018Q4/databases/mysql57-server/Makefile branches/2018Q4/databases/mysql57-server/distinfo branches/2018Q4/databases/mysql57-server/files/patch-libmysql_authentication__ldap_CMakeLists.txt branches/2018Q4/databases/mysql57-server/files/patch-rapid_plugin_x_CMakeLists.txt Directory Properties: branches/2018Q4/ (props changed) Copied: branches/2018Q4/databases/mysql57-client/files/patch-mysys_mf__iocache2.c (from r483359, head/databases/mysql57-client/files/patch-mysys_mf__iocache2.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/databases/mysql57-client/files/patch-mysys_mf__iocache2.c Fri Nov 16 17:17:34 2018 (r485092, copy of r483359, head/databases/mysql57-client/files/patch-mysys_mf__iocache2.c) @@ -0,0 +1,10 @@ +--- mysys/mf_iocache2.c.orig 2018-10-28 11:22:04 UTC ++++ mysys/mf_iocache2.c +@@ -19,6 +19,7 @@ + + #include "mysys_priv.h" + #include "my_sys.h" ++#include "mysql/psi/mysql_file.h" + #include + #include + #include Modified: branches/2018Q4/databases/mysql57-server/Makefile ============================================================================== --- branches/2018Q4/databases/mysql57-server/Makefile Fri Nov 16 17:13:11 2018 (r485091) +++ branches/2018Q4/databases/mysql57-server/Makefile Fri Nov 16 17:17:34 2018 (r485092) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.7.23 -PORTREVISION?= 1 +PORTVERSION= 5.7.24 +PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.7 PKGNAMESUFFIX?= 57-server Modified: branches/2018Q4/databases/mysql57-server/distinfo ============================================================================== --- branches/2018Q4/databases/mysql57-server/distinfo Fri Nov 16 17:13:11 2018 (r485091) +++ branches/2018Q4/databases/mysql57-server/distinfo Fri Nov 16 17:17:34 2018 (r485092) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533936896 -SHA256 (mysql-boost-5.7.23.tar.gz) = d05700ec5c1c6dae9311059dc1713206c29597f09dbd237bf0679b3c6438e87a -SIZE (mysql-boost-5.7.23.tar.gz) = 49025014 +TIMESTAMP = 1540720845 +SHA256 (mysql-boost-5.7.24.tar.gz) = b980dced9c9eb3385cca44870facc220504ca011196c5a19c2bfe43d3f5d6212 +SIZE (mysql-boost-5.7.24.tar.gz) = 49110448 Modified: branches/2018Q4/databases/mysql57-server/files/patch-libmysql_authentication__ldap_CMakeLists.txt ============================================================================== --- branches/2018Q4/databases/mysql57-server/files/patch-libmysql_authentication__ldap_CMakeLists.txt Fri Nov 16 17:13:11 2018 (r485091) +++ branches/2018Q4/databases/mysql57-server/files/patch-libmysql_authentication__ldap_CMakeLists.txt Fri Nov 16 17:17:34 2018 (r485092) @@ -1,18 +1,16 @@ ---- libmysql/authentication_ldap/CMakeLists.txt.orig 2017-07-20 22:54:16 UTC +--- libmysql/authentication_ldap/CMakeLists.txt.orig 2018-10-04 05:48:22 UTC +++ libmysql/authentication_ldap/CMakeLists.txt -@@ -52,8 +52,10 @@ ELSE () - SET(SASL_LIBRARY "sasl2") - ENDIF () +@@ -106,11 +106,13 @@ ELSE() + ENDIF() --MYSQL_ADD_PLUGIN(authentication_ldap_sasl_client -- auth_ldap_sasl_client.cc log_client.cc -- LINK_LIBRARIES ${SASL_LIBRARY} -- MODULE_ONLY -- MODULE_OUTPUT_NAME "authentication_ldap_sasl_client") + MESSAGE(STATUS "SASL_LIBRARY = ${SASL_LIBRARY}") +IF (WITH_AUTHENTICATION_LDAP) -+ MYSQL_ADD_PLUGIN(authentication_ldap_sasl_client -+ auth_ldap_sasl_client.cc log_client.cc -+ LINK_LIBRARIES ${SASL_LIBRARY} -+ MODULE_ONLY -+ MODULE_OUTPUT_NAME "authentication_ldap_sasl_client") -+ENDIF() + MYSQL_ADD_PLUGIN(authentication_ldap_sasl_client + auth_ldap_sasl_client.cc log_client.cc + LINK_LIBRARIES ${SASL_LIBRARY} + CLIENT_ONLY MODULE_ONLY + MODULE_OUTPUT_NAME "authentication_ldap_sasl_client") ++ENDIF () + + IF(WIN32) + GET_FILENAME_COMPONENT(SASL_DLL_NAME ${SASL_LIBRARY_DLL} NAME) Modified: branches/2018Q4/databases/mysql57-server/files/patch-rapid_plugin_x_CMakeLists.txt ============================================================================== --- branches/2018Q4/databases/mysql57-server/files/patch-rapid_plugin_x_CMakeLists.txt Fri Nov 16 17:13:11 2018 (r485091) +++ branches/2018Q4/databases/mysql57-server/files/patch-rapid_plugin_x_CMakeLists.txt Fri Nov 16 17:17:34 2018 (r485092) @@ -1,11 +1,10 @@ --- rapid/plugin/x/CMakeLists.txt.orig 2017-03-18 07:45:14 UTC +++ rapid/plugin/x/CMakeLists.txt -@@ -92,14 +92,14 @@ ELSE() +@@ -92,13 +92,14 @@ ELSE() ${CMAKE_SOURCE_DIR}/include #temporary ${CMAKE_CURRENT_SOURCE_DIR}/include/mysql ${CMAKE_CURRENT_BINARY_DIR}/generated - ${SSL_INCLUDE_DIRS} -- ${ZLIB_INCLUDE_DIR} + ${BOOST_INCLUDE_DIR} ) From owner-svn-ports-branches@freebsd.org Fri Nov 16 17:30:40 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C2DB1100007; Fri, 16 Nov 2018 17:30:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A4EB886E5; Fri, 16 Nov 2018 17:30:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5CEE320343; Fri, 16 Nov 2018 17:30:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAGHUd5u025465; Fri, 16 Nov 2018 17:30:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAGHUdOu025464; Fri, 16 Nov 2018 17:30:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811161730.wAGHUdOu025464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Nov 2018 17:30:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485095 - in branches/2018Q4/x11-toolkits/py-fltk: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in branches/2018Q4/x11-toolkits/py-fltk: . files X-SVN-Commit-Revision: 485095 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7A4EB886E5 X-Spamd-Result: default: False [-106.88 / 40.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.999,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org 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, 16 Nov 2018 17:30:40 -0000 Author: sunpoet Date: Fri Nov 16 17:30:38 2018 New Revision: 485095 URL: https://svnweb.freebsd.org/changeset/ports/485095 Log: MFH: r484963 r485093 Fix build on FreeBSD 13+ Reported by: pkg-fallout Approved by: ports-secteam (blanket) Added: branches/2018Q4/x11-toolkits/py-fltk/files/ - copied from r484963, head/x11-toolkits/py-fltk/files/ Modified: branches/2018Q4/x11-toolkits/py-fltk/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/x11-toolkits/py-fltk/Makefile ============================================================================== --- branches/2018Q4/x11-toolkits/py-fltk/Makefile Fri Nov 16 17:30:17 2018 (r485094) +++ branches/2018Q4/x11-toolkits/py-fltk/Makefile Fri Nov 16 17:30:38 2018 (r485095) @@ -33,7 +33,7 @@ WRKSRC= ${WRKDIR}/pyFltk-${PORTVERSION} OPTIONS_DEFINE= DOCS EXAMPLES post-patch: - @${REINPLACE_CMD} -e "s|/usr/X11R6|${LOCALBASE}|g;s|package_data.*},||g;s|sunos5|dragonfly4', 'freebsd8', 'freebsd9', 'freebsd10', 'freebsd11', 'freebsd12|g" ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/setup.py post-build: ${REINPLACE_CMD} -e "s|\.\./docs|${DOCSDIR}/html|g" ${WRKSRC}/fltk/test/help.py From owner-svn-ports-branches@freebsd.org Fri Nov 16 21:46:40 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F17211059A3; Fri, 16 Nov 2018 21:46:40 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB8476A3CC; Fri, 16 Nov 2018 21:46:39 +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 B2C8922DFE; Fri, 16 Nov 2018 21:46:39 +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 wAGLkd4J058239; Fri, 16 Nov 2018 21:46:39 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAGLkd9A058237; Fri, 16 Nov 2018 21:46:39 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201811162146.wAGLkd9A058237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 16 Nov 2018 21:46:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485100 - branches/2018Q4/net/asterisk15 X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: branches/2018Q4/net/asterisk15 X-SVN-Commit-Revision: 485100 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DB8476A3CC X-Spamd-Result: default: False [-106.87 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.99)[-0.992,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org 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, 16 Nov 2018 21:46:40 -0000 Author: madpilot Date: Fri Nov 16 21:46:38 2018 New Revision: 485100 URL: https://svnweb.freebsd.org/changeset/ports/485100 Log: MFH: r484972 - Update asterisk15 to 15.6.2 - Update asterisk16 to 16.0.1 Security: c6fb2734-e835-11e8-b14b-001999f8d30b Approved by: ports-secteam (miwi) Modified: branches/2018Q4/net/asterisk15/Makefile branches/2018Q4/net/asterisk15/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net/asterisk15/Makefile ============================================================================== --- branches/2018Q4/net/asterisk15/Makefile Fri Nov 16 20:28:58 2018 (r485099) +++ branches/2018Q4/net/asterisk15/Makefile Fri Nov 16 21:46:38 2018 (r485100) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 15.6.1 +PORTVERSION= 15.6.2 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ Modified: branches/2018Q4/net/asterisk15/distinfo ============================================================================== --- branches/2018Q4/net/asterisk15/distinfo Fri Nov 16 20:28:58 2018 (r485099) +++ branches/2018Q4/net/asterisk15/distinfo Fri Nov 16 21:46:38 2018 (r485100) @@ -1,6 +1,6 @@ -TIMESTAMP = 1537517995 -SHA256 (asterisk-15.6.1.tar.gz) = 9cb86585fb4efcd86423fa7586e55d9d3c74fda43a2e0b1b9c9eb3742df73155 -SIZE (asterisk-15.6.1.tar.gz) = 27692982 +TIMESTAMP = 1542217735 +SHA256 (asterisk-15.6.2.tar.gz) = 4de2751a84e27a0f2750ec76269673e5d182c53c887f605206fe07e21c5390da +SIZE (asterisk-15.6.2.tar.gz) = 27693393 SHA256 (asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 From owner-svn-ports-branches@freebsd.org Sat Nov 17 00:52:25 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40088110A2C3; Sat, 17 Nov 2018 00:52:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DDF0271C6B; Sat, 17 Nov 2018 00:52:24 +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 BEEBD24D0E; Sat, 17 Nov 2018 00:52:24 +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 wAH0qOQs053408; Sat, 17 Nov 2018 00:52:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAH0qOYD053007; Sat, 17 Nov 2018 00:52:24 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201811170052.wAH0qOYD053007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 17 Nov 2018 00:52:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485104 - branches/2018Q4/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/rpcs3 X-SVN-Commit-Revision: 485104 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DDF0271C6B X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org 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, 17 Nov 2018 00:52:25 -0000 Author: jbeich Date: Sat Nov 17 00:52:24 2018 New Revision: 485104 URL: https://svnweb.freebsd.org/changeset/ports/485104 Log: MFH: r485102 emulators/rpcs3: update to 0.0.5.1039 Changes: https://github.com/RPCS3/rpcs3/compare/0044eb44e...225310e04 Approved by: ports-secteam (junovitch, implicit for snapshots) Modified: branches/2018Q4/emulators/rpcs3/Makefile branches/2018Q4/emulators/rpcs3/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/rpcs3/Makefile ============================================================================== --- branches/2018Q4/emulators/rpcs3/Makefile Sat Nov 17 00:51:43 2018 (r485103) +++ branches/2018Q4/emulators/rpcs3/Makefile Sat Nov 17 00:52:24 2018 (r485104) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-1037 -DISTVERSIONSUFFIX= -g0044eb44e +DISTVERSION= 0.0.5-1039 +DISTVERSIONSUFFIX= -g225310e04 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: branches/2018Q4/emulators/rpcs3/distinfo ============================================================================== --- branches/2018Q4/emulators/rpcs3/distinfo Sat Nov 17 00:51:43 2018 (r485103) +++ branches/2018Q4/emulators/rpcs3/distinfo Sat Nov 17 00:52:24 2018 (r485104) @@ -1,6 +1,6 @@ -TIMESTAMP = 1542189024 -SHA256 (RPCS3-rpcs3-v0.0.5-1037-g0044eb44e_GH0.tar.gz) = 030ce87b2e1d08bf0af1fd35b9aa5302394e5a595a1e1add1f00c21221a90a3b -SIZE (RPCS3-rpcs3-v0.0.5-1037-g0044eb44e_GH0.tar.gz) = 5016620 +TIMESTAMP = 1542393427 +SHA256 (RPCS3-rpcs3-v0.0.5-1039-g225310e04_GH0.tar.gz) = 6b3aa62b7d7b6a4f0e47441f131502a05b87972269970dc4f0c7204a278bc95e +SIZE (RPCS3-rpcs3-v0.0.5-1039-g225310e04_GH0.tar.gz) = 5017182 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 4f58ba2a51136cc6af0f1d833688b55f78468c4f5429a4bf9b38bb51c9d212b1 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 105372 SHA256 (RPCS3-llvm-5c906fd1694e_GH0.tar.gz) = 8bbe95fbbea545ebb03e73d526add64e2853f86176ad42690f8ce5846bd419ce From owner-svn-ports-branches@freebsd.org Sat Nov 17 00:52:54 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7C93110A31F; Sat, 17 Nov 2018 00:52:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 85A8B71D60; Sat, 17 Nov 2018 00:52:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62F5424D1F; Sat, 17 Nov 2018 00:52:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAH0qres055172; Sat, 17 Nov 2018 00:52:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAH0qr40055170; Sat, 17 Nov 2018 00:52:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201811170052.wAH0qr40055170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 17 Nov 2018 00:52:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485105 - branches/2018Q4/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q4/emulators/citra X-SVN-Commit-Revision: 485105 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 85A8B71D60 X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org 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, 17 Nov 2018 00:52:54 -0000 Author: jbeich Date: Sat Nov 17 00:52:52 2018 New Revision: 485105 URL: https://svnweb.freebsd.org/changeset/ports/485105 Log: MFH: r485103 emulators/citra: update to s20181116 Changes: https://github.com/citra-emu/citra/compare/b1f55c9ca...560df843b Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2018Q4/emulators/citra/Makefile branches/2018Q4/emulators/citra/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/emulators/citra/Makefile ============================================================================== --- branches/2018Q4/emulators/citra/Makefile Sat Nov 17 00:52:24 2018 (r485104) +++ branches/2018Q4/emulators/citra/Makefile Sat Nov 17 00:52:52 2018 (r485105) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20181113 +PORTVERSION= s20181116 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= b1f55c9ca +GH_TAGNAME= 560df843b GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2018Q4/emulators/citra/distinfo ============================================================================== --- branches/2018Q4/emulators/citra/distinfo Sat Nov 17 00:52:24 2018 (r485104) +++ branches/2018Q4/emulators/citra/distinfo Sat Nov 17 00:52:52 2018 (r485105) @@ -1,6 +1,6 @@ -TIMESTAMP = 1542125354 -SHA256 (citra-emu-citra-s20181113-b1f55c9ca_GH0.tar.gz) = ec15eef722bbe271f117e6f860da21019c5af27bc24304fa32e944cba313f93c -SIZE (citra-emu-citra-s20181113-b1f55c9ca_GH0.tar.gz) = 4551465 +TIMESTAMP = 1542344870 +SHA256 (citra-emu-citra-s20181116-560df843b_GH0.tar.gz) = 1bd375fef5d4b8c9a45c34608098e58df2e869a8d0777917aa39a6dc0e4d9db4 +SIZE (citra-emu-citra-s20181116-560df843b_GH0.tar.gz) = 4554034 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-branches@freebsd.org Sat Nov 17 03:28:31 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A305511223F1; Sat, 17 Nov 2018 03:28:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 461B47754A; Sat, 17 Nov 2018 03:28:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 271CD26A0C; Sat, 17 Nov 2018 03:28:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAH3SVYE032912; Sat, 17 Nov 2018 03:28:31 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAH3SVQZ032911; Sat, 17 Nov 2018 03:28:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201811170328.wAH3SVQZ032911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 17 Nov 2018 03:28:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485113 - branches/2018Q4/math/openblas/files X-SVN-Group: ports-branches X-SVN-Commit-Author: pi X-SVN-Commit-Paths: branches/2018Q4/math/openblas/files X-SVN-Commit-Revision: 485113 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 461B47754A X-Spamd-Result: default: False [0.34 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.34)[0.343,0] X-Rspamd-Server: mx1.freebsd.org 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, 17 Nov 2018 03:28:31 -0000 Author: pi Date: Sat Nov 17 03:28:30 2018 New Revision: 485113 URL: https://svnweb.freebsd.org/changeset/ports/485113 Log: MFH: r485112 (build fix blanket) math/openblas: fix compile on newer Ryzen 2 - Added model IDs for Ryzen 2nd generation PR: 231538 Submitted by: Philip Homburg Reviewed by: rozhuk.im@gmail.com, jonc@chen.org.nz Approved by: phd_kimberlite@yahoo.co.jp (maintainer) Approved by: portmgr (implicit) Added: branches/2018Q4/math/openblas/files/patch-cpuid_x86.c - copied unchanged from r485112, head/math/openblas/files/patch-cpuid_x86.c Modified: Directory Properties: branches/2018Q4/ (props changed) Copied: branches/2018Q4/math/openblas/files/patch-cpuid_x86.c (from r485112, head/math/openblas/files/patch-cpuid_x86.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/math/openblas/files/patch-cpuid_x86.c Sat Nov 17 03:28:30 2018 (r485113, copy of r485112, head/math/openblas/files/patch-cpuid_x86.c) @@ -0,0 +1,18 @@ +--- cpuid_x86.c.orig 2017-07-24 04:03:35 UTC ++++ cpuid_x86.c +@@ -1329,6 +1329,7 @@ int get_cpuname(void){ + case 8: + switch (model) { + case 1: ++ case 8: + // AMD Ryzen + if(support_avx()) + #ifndef NO_AVX2 +@@ -1865,6 +1866,7 @@ int get_coretype(void){ + } else if (exfamily == 8) { + switch (model) { + case 1: ++ case 8: + // AMD Ryzen + if(support_avx()) + #ifndef NO_AVX2 From owner-svn-ports-branches@freebsd.org Sat Nov 17 07:16:08 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47EE41129782; Sat, 17 Nov 2018 07:16:08 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it1-f176.google.com (mail-it1-f176.google.com [209.85.166.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B3577DFF4; Sat, 17 Nov 2018 07:16:07 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it1-f176.google.com with SMTP id p11-v6so2902790itf.0; Fri, 16 Nov 2018 23:16:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OZ13ji2idGk59/CUkg860A9ctCEWpohYNKEsIBFQYVE=; b=tnLPI4/+H7iYq0jPX6WUCQ+JDJHgUlrUlqManoKjhS+MbFwqkKUZH/yG8vTfblr3ht SPpgQrKT72hxmEXTgEDh2GZXUYz3Wkv7bUSuRiuTQXXnAvK5JEU5XI7PQklasU3RnNgT FX4MMuYJRnMWahhsZea38GmnrysN0VB9G3x4gQMzrgG46eW1HuK/cWgCQgCbAAVEeI17 t6xYAVZAp3heklh7TC3vRA3ZyuhevSZmjCEyPn0ZXYdKEavzD1LoiVeKyBlarS5WU8m9 z2e4ITG72vpQqxBrptChxWj7c7y3Mv/1KX8JW1ep1ZBaXE+UDSNX/jDNhClczO0Bc+GJ cjcA== X-Gm-Message-State: AGRZ1gJCsMUOSEkPFlXXuO9sYI9+pzEy+6XnfsVC25KzhOOJPVDSCgc5 bWZNu8ahQqcbKAZ+fMg7YwKWzQkxHQwhR2V/04hYprMK X-Google-Smtp-Source: AJdET5fPbaOiTQAgCHsn2esAgXf2VDwj57Tza3LMecvioptowK3SI19QpA14w0ywTJ9jHvOq/KfrmquCxHyviZuUt0s= X-Received: by 2002:a24:80d8:: with SMTP id g207-v6mr1169903itd.69.1542438966207; Fri, 16 Nov 2018 23:16:06 -0800 (PST) MIME-Version: 1.0 References: <201811160947.wAG9lONf087237@repo.freebsd.org> In-Reply-To: <201811160947.wAG9lONf087237@repo.freebsd.org> From: Antoine Brodin Date: Sat, 17 Nov 2018 08:15:54 +0100 Message-ID: Subject: Re: svn commit: r485069 - in branches/2018Q4: converters/php71-mbstring/files databases/php71-odbc/files lang/php71 textproc/php71-simplexml/files To: Jochen Neumeister Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 3B3577DFF4 X-Spamd-Result: default: False [-2.02 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[freebsd.org]; TO_DN_SOME(0.00)[]; IP_SCORE(-1.07)[ipnet: 209.85.128.0/17(-3.44), asn: 15169(-1.82), country: US(-0.10)]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; NEURAL_HAM_SHORT(-0.94)[-0.941,0]; RCVD_IN_DNSWL_NONE(0.00)[176.166.85.209.list.dnswl.org : 127.0.5.0]; FORGED_SENDER(0.30)[antoine@freebsd.org,antoinebrodinfreebsd@gmail.com]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; TAGGED_FROM(0.00)[]; FROM_NEQ_ENVFROM(0.00)[antoine@freebsd.org,antoinebrodinfreebsd@gmail.com]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org 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, 17 Nov 2018 07:16:08 -0000 On Fri, Nov 16, 2018 at 10:47 AM Jochen Neumeister wrote: > > Author: joneum > Date: Fri Nov 16 09:47:24 2018 > New Revision: 485069 > URL: https://svnweb.freebsd.org/changeset/ports/485069 > > Log: > MFH: r485015 > > Update to 7.1.24 > > Changelog: http://www.php.net/ChangeLog-7.php#7.1.24 > > Approved by: tz (implicit) > Sponsored by: Netzkommune GmbH > > Approved by: ports-secteam (miwi) Hi, php71 is now broken in the quarterly branch. Antoine From owner-svn-ports-branches@freebsd.org Sat Nov 17 07:27:57 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF0731129DC1; Sat, 17 Nov 2018 07:27:57 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71DFC7E54F; Sat, 17 Nov 2018 07:27:57 +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 332972913A; Sat, 17 Nov 2018 07:27:57 +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 wAH7RvWL055624; Sat, 17 Nov 2018 07:27:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAH7RvSe055622; Sat, 17 Nov 2018 07:27:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201811170727.wAH7RvSe055622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 17 Nov 2018 07:27:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485118 - branches/2018Q4/lang/php71/files X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2018Q4/lang/php71/files X-SVN-Commit-Revision: 485118 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 71DFC7E54F X-Spamd-Result: default: False [0.16 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.16)[0.158,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org 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, 17 Nov 2018 07:27:58 -0000 Author: antoine Date: Sat Nov 17 07:27:56 2018 New Revision: 485118 URL: https://svnweb.freebsd.org/changeset/ports/485118 Log: Remove a patch that no longer applies Deleted: branches/2018Q4/lang/php71/files/patch-bug-76600-remove-mysql8-auth From owner-svn-ports-branches@freebsd.org Sat Nov 17 06:21:38 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4D3D1127564; Sat, 17 Nov 2018 06:21:38 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AC0C7C241; Sat, 17 Nov 2018 06:21:38 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2BC732874C; Sat, 17 Nov 2018 06:21:38 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAH6LbmY024658; Sat, 17 Nov 2018 06:21:37 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAH6LbfS024656; Sat, 17 Nov 2018 06:21:37 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201811170621.wAH6LbfS024656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 17 Nov 2018 06:21:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485116 - in branches/2018Q4/multimedia/vlc3: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in branches/2018Q4/multimedia/vlc3: . files X-SVN-Commit-Revision: 485116 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4AC0C7C241 X-Spamd-Result: default: False [0.19 / 15.00]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.19)[0.188,0] X-Rspamd-Server: mx1.freebsd.org 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, 17 Nov 2018 06:21:38 -0000 Author: riggs Date: Sat Nov 17 06:21:37 2018 New Revision: 485116 URL: https://svnweb.freebsd.org/changeset/ports/485116 Log: MFH: r485115 Fix build with installed libaom; support libaom via AOM OPTION PR: 233063 Reported by: rkoberman@gmail.com, patch idea by jbeich Approved by: ports-secteam (riggs) Added: branches/2018Q4/multimedia/vlc3/files/patch-modules_codec_aom.c - copied unchanged from r485115, head/multimedia/vlc3/files/patch-modules_codec_aom.c Modified: branches/2018Q4/multimedia/vlc3/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/multimedia/vlc3/Makefile ============================================================================== --- branches/2018Q4/multimedia/vlc3/Makefile Sat Nov 17 05:58:48 2018 (r485115) +++ branches/2018Q4/multimedia/vlc3/Makefile Sat Nov 17 06:21:37 2018 (r485116) @@ -64,7 +64,7 @@ CPPFLAGS+= -I${LOCALBASE}/include CFLAGS_i386= -fomit-frame-pointer LIBS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= A52 AALIB ASS AVAHI CACA CHROMECAST DBUS DCA DOCS DVDREAD \ +OPTIONS_DEFINE= A52 AALIB AOM ASS AVAHI CACA CHROMECAST DBUS DCA DOCS DVDREAD \ DVDNAV FAAD FLAC FLUID FREERDP FRIBIDI GME GNUTLS \ GOOM HARFBUZZ JACK KATE LIBBLURAY LIBRSVG2 LIBSSH2 LIRC \ LIVEMEDIA LUA MAD MODPLUG MPEG2 MTP MUSEPACK \ @@ -78,6 +78,7 @@ OPTIONS_DEFAULT=A52 AVAHI DBUS DCA DVDREAD DVDNAV FAAD V4L VAAPI VCD VDPAU VORBIS X11 OPTIONS_SUB= yes +AOM_DESC= AV1 video encoding/decoding via libaom ASS_DESC= ASS/SSA subtitle rendering CHROMECAST_DESC=Streaming to Chromecast devices DVDREAD_DESC= DVD Playback support @@ -107,6 +108,9 @@ AALIB_CONFIGURE_ENABLE= aa ASS_LIB_DEPENDS= libass.so:multimedia/libass ASS_CONFIGURE_ENABLE= libass + +AOM_LIB_DEPENDS= libaom.so:multimedia/aom +AOM_CONFIGURE_ENABLE= aom AVAHI_LIB_DEPENDS= libavahi-common.so:net/avahi-app AVAHI_CONFIGURE_ENABLE= avahi Copied: branches/2018Q4/multimedia/vlc3/files/patch-modules_codec_aom.c (from r485115, head/multimedia/vlc3/files/patch-modules_codec_aom.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/multimedia/vlc3/files/patch-modules_codec_aom.c Sat Nov 17 06:21:37 2018 (r485116, copy of r485115, head/multimedia/vlc3/files/patch-modules_codec_aom.c) @@ -0,0 +1,10 @@ +--- modules/codec/aom.c.orig 2018-07-24 15:13:43 UTC ++++ modules/codec/aom.c +@@ -96,7 +96,6 @@ static const struct + { VLC_CODEC_I444, AOM_IMG_FMT_I444, 8, 0 }, + + { VLC_CODEC_YV12, AOM_IMG_FMT_YV12, 8, 0 }, +- { VLC_CODEC_YUVA, AOM_IMG_FMT_444A, 8, 0 }, + + { VLC_CODEC_GBR_PLANAR, AOM_IMG_FMT_I444, 8, 1 }, + { VLC_CODEC_GBR_PLANAR_10L, AOM_IMG_FMT_I44416, 10, 1 }, From owner-svn-ports-branches@freebsd.org Sat Nov 17 18:04:10 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 105841100252; Sat, 17 Nov 2018 18:04:10 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A250B76132; Sat, 17 Nov 2018 18:04:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 830CE2F897; Sat, 17 Nov 2018 18:04:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAHI496L087989; Sat, 17 Nov 2018 18:04:09 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAHI49mP087987; Sat, 17 Nov 2018 18:04:09 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201811171804.wAHI49mP087987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 17 Nov 2018 18:04:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485186 - branches/2018Q4/net/sngrep X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2018Q4/net/sngrep X-SVN-Commit-Revision: 485186 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A250B76132 X-Spamd-Result: default: False [-0.07 / 15.00]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.07)[-0.071,0] X-Rspamd-Server: mx1.freebsd.org 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, 17 Nov 2018 18:04:10 -0000 Author: riggs Date: Sat Nov 17 18:04:08 2018 New Revision: 485186 URL: https://svnweb.freebsd.org/changeset/ports/485186 Log: MFH: r485183 Update to upstream version 1.4.6 PR: 232937 Submitted by: tad@vif.com (maintainer) Approved by: ports-secteam (riggs) Modified: branches/2018Q4/net/sngrep/Makefile branches/2018Q4/net/sngrep/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/net/sngrep/Makefile ============================================================================== --- branches/2018Q4/net/sngrep/Makefile Sat Nov 17 18:00:17 2018 (r485185) +++ branches/2018Q4/net/sngrep/Makefile Sat Nov 17 18:04:08 2018 (r485186) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sngrep -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.6 DISTVERSIONPREFIX= v CATEGORIES= net Modified: branches/2018Q4/net/sngrep/distinfo ============================================================================== --- branches/2018Q4/net/sngrep/distinfo Sat Nov 17 18:00:17 2018 (r485185) +++ branches/2018Q4/net/sngrep/distinfo Sat Nov 17 18:04:08 2018 (r485186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517677308 -SHA256 (irontec-sngrep-v1.4.5_GH0.tar.gz) = 16f1566f4507ba560c7461cc7ff1c1653beb14b8baf7846269bbb4880564e57f -SIZE (irontec-sngrep-v1.4.5_GH0.tar.gz) = 233379 +TIMESTAMP = 1542473198 +SHA256 (irontec-sngrep-v1.4.6_GH0.tar.gz) = 638d6557dc68db401b07d73b2e7f8276800281f021fe0c942992566d6b59a48a +SIZE (irontec-sngrep-v1.4.6_GH0.tar.gz) = 235721 From owner-svn-ports-branches@freebsd.org Sat Nov 17 18:22:03 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C0741100E46; Sat, 17 Nov 2018 18:22:03 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A5507719A; Sat, 17 Nov 2018 18:22:03 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DFC832FAD8; Sat, 17 Nov 2018 18:22:02 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAHIM270097681; Sat, 17 Nov 2018 18:22:02 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAHILtTU097615; Sat, 17 Nov 2018 18:21:55 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201811171821.wAHILtTU097615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Sat, 17 Nov 2018 18:21:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485188 - in branches/2018Q4/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Group: ports-branches X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in branches/2018Q4/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Commit-Revision: 485188 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0A5507719A X-Spamd-Result: default: False [-0.04 / 15.00]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.04)[-0.036,0] X-Rspamd-Server: mx1.freebsd.org 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, 17 Nov 2018 18:22:03 -0000 Author: gjb Date: Sat Nov 17 18:21:55 2018 New Revision: 485188 URL: https://svnweb.freebsd.org/changeset/ports/485188 Log: MFH: r482594 r483150 r483905 r484631 r485184 Add MANIFEST files for 12.0-BETA1. Add MANIFEST files for 12.0-BETA2. Add 12.0-BETA3 MANIFEST files Add 12.0-BETA4 MANIFEST files. Prune 12.0-BETA1 and 12.0-BETA2 MANIFESTs. Add MANIFEST files for 12.0-RC1. Approved by: portmgr (implicit, re blanket) Sponsored by: The FreeBSD Foundation Added: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA1 - copied unchanged from r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA2 - copied unchanged from r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA3 - copied unchanged from r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA3 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA4 - copied unchanged from r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA4 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-RC1 - copied unchanged from r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-RC1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA1 - copied unchanged from r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA2 - copied unchanged from r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA3 - copied unchanged from r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA3 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA4 - copied unchanged from r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA4 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-RC1 - copied unchanged from r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-RC1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA1 - copied unchanged from r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA2 - copied unchanged from r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA3 - copied unchanged from r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA3 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA4 - copied unchanged from r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA4 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-RC1 - copied unchanged from r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-RC1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA1 - copied unchanged from r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA2 - copied unchanged from r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA3 - copied unchanged from r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA3 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA4 - copied unchanged from r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA4 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-RC1 - copied unchanged from r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-RC1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA1 - copied unchanged from r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA2 - copied unchanged from r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA3 - copied unchanged from r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA3 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA4 - copied unchanged from r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA4 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-RC1 - copied unchanged from r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-RC1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA1 - copied unchanged from r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA2 - copied unchanged from r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA4 - copied unchanged from r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA4 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-RC1 - copied unchanged from r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-RC1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA1 - copied unchanged from r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA2 - copied unchanged from r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA3 - copied unchanged from r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA3 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA4 - copied unchanged from r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA4 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-RC1 - copied unchanged from r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-RC1 Modified: branches/2018Q4/misc/freebsd-release-manifests/Makefile branches/2018Q4/misc/freebsd-release-manifests/pkg-plist Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/misc/freebsd-release-manifests/Makefile ============================================================================== --- branches/2018Q4/misc/freebsd-release-manifests/Makefile Sat Nov 17 18:08:10 2018 (r485187) +++ branches/2018Q4/misc/freebsd-release-manifests/Makefile Sat Nov 17 18:21:55 2018 (r485188) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= freebsd-release-manifests -DISTVERSION= 20180627 +DISTVERSION= 20181117 PORTREVISION= 0 CATEGORIES= misc MASTER_SITES= # Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA1 (from r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA1 Sat Nov 17 18:21:55 2018 (r485188, copy of r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA1) @@ -0,0 +1,10 @@ +base-dbg.txz bc89d6d593d612acc2fc202f9ab4f80d9d8a2db43d5e79433f27469d85d690e5 1599 base_dbg "Base system (Debugging)" off +base.txz 763a62a1ad285aa44c8921f79d4775ebbf9bd3be290ba074dfcd018b4d111bcc 25361 base "Base system (MANDATORY)" on +doc.txz ab34a4b41ee6dbba82f693e6b6f6b049c4d6931ef7682de898620ba572b28752 1 doc "Additional Documentation" off +kernel-dbg.txz 5ae3d3afee8d8580dfde5ca8387a8bde8d7ce97310a11711680ca3055b64cf17 874 kernel_dbg "Kernel (Debugging)" on +kernel.txz 0db4f439cad16e916f0fd9e72ebe53f3c87b79ca6c22df37d40da57ab999d90a 884 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 5fe0528e8d5df0ba960412a14b0f9b139430b1dfd5193556f16d43131606d222 242 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 3cde91775d1ea8e64d02a88d6fcc623dd2c3400f33e0f5397ba25d5158da95cb 999 lib32 "32-bit compatibility libraries" on +ports.txz 7eb89b5ad214dfbc709054dd61d3c98220e7645e3ed25e9b5ba9bb32ecf9bf5d 177975 ports "Ports tree" off +src.txz 61102e4317cf6c66ad052d4cf9e7d51a27d567c423fde51ab51be2d596fd1b28 84055 src "System source tree" off +tests.txz c1cf68c82b8f9296e6c4620716439867e94442a8c6df31651750af695c02a025 5714 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA2 (from r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA2 Sat Nov 17 18:21:55 2018 (r485188, copy of r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA2) @@ -0,0 +1,10 @@ +base-dbg.txz 5959228a62bd2762fda72232a9c24ddffc1d31678dbd785fa371db2930f5b09a 1599 base_dbg "Base system (Debugging)" off +base.txz e15094670a5196941dd8e67b23685625ab1f3b4ed6a1afe991353b9e491dab04 25361 base "Base system (MANDATORY)" on +doc.txz 9c6d4340ab986ff9c00d1cb33fa8522c11a0bd2e79df43d3ae642a2b23be52b8 1 doc "Additional Documentation" off +kernel-dbg.txz 6757bc4cff6b4e7ccd020db64305b241d98abbbb222d94f7aba947a3fbb05705 874 kernel_dbg "Kernel (Debugging)" on +kernel.txz 4854f7a700c605872db255f1da1e0b9977cb57383238a1021f32a92c49887902 884 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz ef6df6efbb34aaae1785820266b127f414adc95143ab9203e982396d6f9dd6ff 242 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz cd5ce6d365b0f461a2b3e361ae93dc379a63af8217e88f863e8a67351f0400c4 999 lib32 "32-bit compatibility libraries" on +ports.txz 3127d01c54d65f5370d7766336da2b9bc3e800608557776d6703fc4ff84cad92 178008 ports "Ports tree" off +src.txz fbc11f84110b207dc6d4722b1bf272a1d4e6adc68276b41c3b38a2f95a201e06 84055 src "System source tree" off +tests.txz abb9db6a7b7de29d873f3a2fe0847802c78bdc8287c46826a7540d939b70b863 5714 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA3 (from r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA3) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA3 Sat Nov 17 18:21:55 2018 (r485188, copy of r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA3) @@ -0,0 +1,10 @@ +base-dbg.txz c1bf7fb11310624693a1a9ccc26920fd1c6b4c90b126215c08adee06e4bdc0d4 1599 base_dbg "Base system (Debugging)" off +base.txz 743b2f3fa33d884c0f32bf381c804157866d5dc10bd49c60e99bccabb085d027 25361 base "Base system (MANDATORY)" on +doc.txz fbeb0db716dfc600e45f9ba41b1e1d1ac699ea8ec9be62b5bb26c7cb8cd338ad 1 doc "Additional Documentation" off +kernel-dbg.txz 40eaccba58d0a0ab72292d0dc32a9066d152dba8782dabfafe36b7251c2f058c 874 kernel_dbg "Kernel (Debugging)" on +kernel.txz 60311963f4a2e0c66a21b4e38e6f23e51b5bd990abf050cff36e44ee82f1eb86 884 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz e3de9fcff86342e139b482912abad2dedb1200778225d8775606af1e4908c2d1 242 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz f0f25c2cb79a1e2bdcf2eb1136821530d8c99cee0a6279ab410322671f7f2da1 999 lib32 "32-bit compatibility libraries" on +ports.txz 7b252ecea1f28cea3f9074adf17e219862a489da9bc87025daba47bced3d96d7 178063 ports "Ports tree" off +src.txz 7afd5627856213c392d9f2f844cc4431693819e1c1ef7dd202d9ca85acc3c38b 84058 src "System source tree" off +tests.txz 7854b1a4f3841e019fcb01565647f2ed5bce5bf37f4e6005020f3a3b68bd32a2 5714 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA4 (from r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA4) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA4 Sat Nov 17 18:21:55 2018 (r485188, copy of r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA4) @@ -0,0 +1,10 @@ +base-dbg.txz ca2c85ca318032b6c00e075788f8277dfdbaed08153c5990719424643d96eb49 1599 base_dbg "Base system (Debugging)" off +base.txz cdd3d4809dcbec64238e99c6d517cf5aa0ae4087f4da634f14449bbd43d8dee8 25362 base "Base system (MANDATORY)" on +doc.txz 58d8993aeef4c80c6845f782d00b4849c2f6e12430600fb721c5e92f6f3ee53b 1 doc "Additional Documentation" off +kernel-dbg.txz 6991bd4861ed2eb0b832d1716ff43f04a92fe2f7c8edee2ea69779a8c3f994c4 874 kernel_dbg "Kernel (Debugging)" on +kernel.txz a228b0274b9d2b6c02acd37858f95a45b89311b8f83cd42fb45debb709e41c01 884 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 4bad3f2bccfca726fc7fc21e6b01564c41665b15727822d716929d6c10d4c415 242 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 4b5875298205745331870dda62d47db6bc1208902dbce7c27064c50ad8817df0 999 lib32 "32-bit compatibility libraries" on +ports.txz 8197834f4efbd2cf6c4e078532c9985ec64663e900f629a6fab4c23860e6ef2b 178100 ports "Ports tree" off +src.txz 7aab275b7c1f7cfacaa475d0fb55ff2c0ceafd51b858bf419678748933bc4849 84060 src "System source tree" off +tests.txz 236316d8c82dc3f1f0b1dba5f2b76589bea2c5a4b42fa2bb8dc881978bdd7db2 5714 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-RC1 (from r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-RC1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-RC1 Sat Nov 17 18:21:55 2018 (r485188, copy of r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-RC1) @@ -0,0 +1,9 @@ +base-dbg.txz 86877f8d63d90308a6eb359d2902c7e9b71fc1bb9e8c571b0ae2240cbb336f07 1599 base_dbg "Base system (Debugging)" off +base.txz d58c71caf8df5049fc29becc849daa9f5c5305cfe4cd708f809cc4328466562f 25363 base "Base system (MANDATORY)" on +kernel-dbg.txz f74a89251558ed9d9b5f5c8a16b2d6bfd7531bae4b8f3bedd40a7bf289f074d7 874 kernel_dbg "Kernel (Debugging)" on +kernel.txz 2f20f9d06b88ea4780eee688893267084653fee535f2a53e1ac2c915f468bb53 884 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz d1928197036b30e4ac918028c363e154b74c21b115b2de0f37851891c5f75c93 242 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 5d6d702b0db843f2a8562147ea04038fe26fdc888dbd5217c8dd3eb7dccefd2f 999 lib32 "32-bit compatibility libraries" on +ports.txz 87c362b5d6a556cd6f729b9dbef1ec2205a2b3e9e29005fbfeccf51ff90b7850 178099 ports "Ports tree" off +src.txz 31da1ce0e79f680c1a219b738d55a9ded658fc2b5a9a77385c5c69635d278910 84060 src "System source tree" off +tests.txz 2086551f1919265cf04e6148b7020880d9528b249b5459b521dbab7d09dc324b 5714 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA1 (from r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA1 Sat Nov 17 18:21:55 2018 (r485188, copy of r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA1) @@ -0,0 +1,8 @@ +base-dbg.txz 4b0692e7562e95903cf81a2e05b394082698f3723203c58e959a6bedd3ee8046 1570 base_dbg "Base system (Debugging)" off +base.txz 625ae51ddafa37d975c8c32d087ebca86579e6668d18658ac548f6c2beef72ab 25045 base "Base system (MANDATORY)" on +doc.txz 00df2bc1b6acb5190ac15f0796c4aa132ae8970a66217e3eec695e214b2b7a97 1 doc "Additional Documentation" off +kernel-dbg.txz 2182d0d4ab9c7169178bb75f0b8ca915c0733d0d79feb4ce61e8e527e64738bc 595 kernel_dbg "Kernel (Debugging)" on +kernel.txz 76c4e324f6a97d2d94408837fc2940ecfd1d1485b4a713d56cd83b8171e9f113 616 kernel "Kernel (MANDATORY)" on +ports.txz 7eb89b5ad214dfbc709054dd61d3c98220e7645e3ed25e9b5ba9bb32ecf9bf5d 177975 ports "Ports tree" off +src.txz 61102e4317cf6c66ad052d4cf9e7d51a27d567c423fde51ab51be2d596fd1b28 84055 src "System source tree" off +tests.txz c159aa212a4091c85a05192c9df9bcd42fc575602676f79854a5f53aa58b1554 5711 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA2 (from r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA2 Sat Nov 17 18:21:55 2018 (r485188, copy of r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA2) @@ -0,0 +1,8 @@ +base-dbg.txz 50b862ee9192c787298dd00cde6b315b533401a0566eea41eeb16fb29f5966b0 1570 base_dbg "Base system (Debugging)" off +base.txz bde78333b050cba79f5bcf9c4b259948e3c16ef01f38213ef9fe477c177a9bd0 25045 base "Base system (MANDATORY)" on +doc.txz 1466b5b3d9dcac90189af54501266a8d66e57b5d81773ede99188588839dff6d 1 doc "Additional Documentation" off +kernel-dbg.txz 0f198c35ede224fcc9e12fdf0c5d92fe8f719f2cfbcacdeef28eeb0fda0f7538 595 kernel_dbg "Kernel (Debugging)" on +kernel.txz 30511c27b753aca42283c22b718615a02d701e44be7e33c6eeb3843f0ff8fded 616 kernel "Kernel (MANDATORY)" on +ports.txz 3127d01c54d65f5370d7766336da2b9bc3e800608557776d6703fc4ff84cad92 178008 ports "Ports tree" off +src.txz fbc11f84110b207dc6d4722b1bf272a1d4e6adc68276b41c3b38a2f95a201e06 84055 src "System source tree" off +tests.txz 2fdb9334d708adf793580c4c57fdf029a30d37e873002ea7e9c6e5ae7e747a9f 5711 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA3 (from r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA3) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA3 Sat Nov 17 18:21:55 2018 (r485188, copy of r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA3) @@ -0,0 +1,8 @@ +base-dbg.txz 401369718ae24c0b88e2094b270a2e22e8782257677b3efb62e12f5028754a1c 1570 base_dbg "Base system (Debugging)" off +base.txz 39e58b7388980f824a463b3269274d7e1ee5e714a2c0f06bf974af20604e9b1c 25045 base "Base system (MANDATORY)" on +doc.txz cdc227145f363d18dac5cdd39f75c7bce9122f8974b75d40fb663b9ba2e6e641 1 doc "Additional Documentation" off +kernel-dbg.txz 766f788af42f0b706f83ac2841691447aca96f9a895e2de8e19d980c236484bd 595 kernel_dbg "Kernel (Debugging)" on +kernel.txz 81e596c966679b70e3579edefb76e70ee614f542622e1b8cbf2f0369b879ef28 616 kernel "Kernel (MANDATORY)" on +ports.txz 7b252ecea1f28cea3f9074adf17e219862a489da9bc87025daba47bced3d96d7 178063 ports "Ports tree" off +src.txz 7afd5627856213c392d9f2f844cc4431693819e1c1ef7dd202d9ca85acc3c38b 84058 src "System source tree" off +tests.txz 05e9a0c65571a8079355d6b138170ea54cc6a108216b0b81269ee1f8894a4013 5711 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA4 (from r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA4) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA4 Sat Nov 17 18:21:55 2018 (r485188, copy of r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA4) @@ -0,0 +1,8 @@ +base-dbg.txz d0e719624ac0a659aa7df1da473ae9fe8103b94eb72dde422c2bc1c23b325095 1570 base_dbg "Base system (Debugging)" off +base.txz d2c7d2e22ee90ff89e226b9b0dd6d844a768ecbb737ab13d1254041ff99e649f 25046 base "Base system (MANDATORY)" on +doc.txz 4e9af694dc17bb8424532c2ecc3ef3fe6f62b7a5323b98f81fc324498d0263a2 1 doc "Additional Documentation" off +kernel-dbg.txz 44b4eddd1535d4d9363fe054383a2ba83c832a715a33253f53089ca1779b5a31 595 kernel_dbg "Kernel (Debugging)" on +kernel.txz e3839c3af550986f65ab94b3d0d8596f65625b1714baa97a979896674c4ef422 616 kernel "Kernel (MANDATORY)" on +ports.txz 8197834f4efbd2cf6c4e078532c9985ec64663e900f629a6fab4c23860e6ef2b 178100 ports "Ports tree" off +src.txz 7aab275b7c1f7cfacaa475d0fb55ff2c0ceafd51b858bf419678748933bc4849 84060 src "System source tree" off +tests.txz c89bef0e3cc7d79a357ff16d618eefdb1a69a3bc1e232a86a2581bd5fea846b7 5711 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-RC1 (from r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-RC1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-RC1 Sat Nov 17 18:21:55 2018 (r485188, copy of r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-RC1) @@ -0,0 +1,7 @@ +base-dbg.txz e2418d5d1bf7a3a3979690449f8bd7e9fc71796b7de6f790f2d1dc3ad59f8e69 1570 base_dbg "Base system (Debugging)" off +base.txz e65fe25659d4cc54c19e1cb9ba44ccf21fa99328184d2ee0f40ba774ad78177e 25047 base "Base system (MANDATORY)" on +kernel-dbg.txz e0521269b76e7d44791ff503c40466fda91c1d2dde1b20531b7c3efa79072884 595 kernel_dbg "Kernel (Debugging)" on +kernel.txz 496c5d0686072aa9b77163af68a191bd85ad275a355989ddb96ecdc7ee2f41db 616 kernel "Kernel (MANDATORY)" on +ports.txz 87c362b5d6a556cd6f729b9dbef1ec2205a2b3e9e29005fbfeccf51ff90b7850 178099 ports "Ports tree" off +src.txz 31da1ce0e79f680c1a219b738d55a9ded658fc2b5a9a77385c5c69635d278910 84060 src "System source tree" off +tests.txz 688180fb6f08c81766ab6aea3dad571f4cf9ba8822cccd8af51a9cb8c0cbe3d9 5711 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA1 (from r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA1 Sat Nov 17 18:21:55 2018 (r485188, copy of r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA1) @@ -0,0 +1,8 @@ +base-dbg.txz 5734af936712937db24344291ab94c748d0ed693581559a6f01a32e99eb95b80 1597 base_dbg "Base system (Debugging)" off +base.txz d54ec355fecd9aac43f08ad5643a3e64eb16753d461f45d77990671f4cf390a4 25355 base "Base system (MANDATORY)" on +doc.txz de223fb69ad59aa59e7be39481525a4d1764e3fba49254d9f509929b5c25c816 1 doc "Additional Documentation" off +kernel-dbg.txz 83a6f2a455a9e51d28f063ae0e04266704f8a65169d190ee1af6e714a5ed2919 870 kernel_dbg "Kernel (Debugging)" on +kernel.txz 63324455005b5112435f7d0d96da268e4928d86c2e69c276907ecb0a97341810 880 kernel "Kernel (MANDATORY)" on +ports.txz 7eb89b5ad214dfbc709054dd61d3c98220e7645e3ed25e9b5ba9bb32ecf9bf5d 177975 ports "Ports tree" off +src.txz 61102e4317cf6c66ad052d4cf9e7d51a27d567c423fde51ab51be2d596fd1b28 84055 src "System source tree" off +tests.txz 6c81fa0e426eb29d86b5300d8083fc048261c6b2dd42524cf0a700774e68f12e 5714 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA2 (from r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA2 Sat Nov 17 18:21:55 2018 (r485188, copy of r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA2) @@ -0,0 +1,8 @@ +base-dbg.txz ddce25d32eee5282bd47f20020bbd67f308426c21fd12f1499eaaa231f55ed6f 1597 base_dbg "Base system (Debugging)" off +base.txz 084a8a25b7ff6482a6b15737d7b4dc50aa5e2d8ed9e99807a54672a78f63ffa8 25355 base "Base system (MANDATORY)" on +doc.txz 8aab646e52eb2968d732e14e85dc15d3f8b0c7879861ebd4c92b0f0633156697 1 doc "Additional Documentation" off +kernel-dbg.txz 5f4cad751684c6d777e09f28c31748d1cb0ef6798e6472bcec34e865f3449125 870 kernel_dbg "Kernel (Debugging)" on +kernel.txz e0589a8d166de538feb90c2cd0f6309b99113b3552d42982361835a3b4295135 880 kernel "Kernel (MANDATORY)" on +ports.txz 3127d01c54d65f5370d7766336da2b9bc3e800608557776d6703fc4ff84cad92 178008 ports "Ports tree" off +src.txz fbc11f84110b207dc6d4722b1bf272a1d4e6adc68276b41c3b38a2f95a201e06 84055 src "System source tree" off +tests.txz ff631961cf05fb6158f6784e64e49b37453abf232a29f8f0127bad68cf4b0c4b 5714 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA3 (from r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA3) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA3 Sat Nov 17 18:21:55 2018 (r485188, copy of r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA3) @@ -0,0 +1,8 @@ +base-dbg.txz 70e8ad0a627bf2e7eb0b310bf3287afc6d6f92574fb4eae76e7167d698d6b59d 1597 base_dbg "Base system (Debugging)" off +base.txz 995f55bbe9f336eba54d6393a53d0dce220d9e94f866bc360ef95432b4fd0ce8 25355 base "Base system (MANDATORY)" on +doc.txz 49e8bf068786644dd07754d7597c0083a8839c5fe415c5e448f67ceb0aef6ee5 1 doc "Additional Documentation" off +kernel-dbg.txz eb5a1008d81da4d0ef2568b55be3fb18c4956c8ac2333e33bde06e2f1c5a6a61 870 kernel_dbg "Kernel (Debugging)" on +kernel.txz 3ab4c8c8660b5c5add67c51fb9bad23b2b0f63a7dad24537b2f88dd0ffda4c77 880 kernel "Kernel (MANDATORY)" on +ports.txz 7b252ecea1f28cea3f9074adf17e219862a489da9bc87025daba47bced3d96d7 178063 ports "Ports tree" off +src.txz 7afd5627856213c392d9f2f844cc4431693819e1c1ef7dd202d9ca85acc3c38b 84058 src "System source tree" off +tests.txz 5b28b37c3e018f3dd297c2c6a72b628641647094a443635ac4d2f62ed97736fd 5714 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA4 (from r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA4) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA4 Sat Nov 17 18:21:55 2018 (r485188, copy of r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA4) @@ -0,0 +1,8 @@ +base-dbg.txz ca6bd15863d91aaa92247796c4bdd92b7580c5d6f96da8d5a0fd8272c52493c0 1597 base_dbg "Base system (Debugging)" off +base.txz f19594605560c8eef3b2f1afb61c8c8fa7ca757c780d4a169b1990345a853d61 25356 base "Base system (MANDATORY)" on +doc.txz 4b034fa53d38bb2ee258b2f9c88656ab795a1f80cc78c158b19a7a2eafaa432f 1 doc "Additional Documentation" off +kernel-dbg.txz 7e4667c8fffadb28fdb8fce065b56ea23d2edf19339866e6fa257635eab3142f 870 kernel_dbg "Kernel (Debugging)" on +kernel.txz fa97bb313a77ccd9aa7a11e207bbec136315b0054a1f03bb396ce91cf209e27d 880 kernel "Kernel (MANDATORY)" on +ports.txz 8197834f4efbd2cf6c4e078532c9985ec64663e900f629a6fab4c23860e6ef2b 178100 ports "Ports tree" off +src.txz 7aab275b7c1f7cfacaa475d0fb55ff2c0ceafd51b858bf419678748933bc4849 84060 src "System source tree" off +tests.txz d47c70f5ba7e1b42abde084c716e4d763d14a65069a9652d8805294de2ac624f 5714 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-RC1 (from r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-RC1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-RC1 Sat Nov 17 18:21:55 2018 (r485188, copy of r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-RC1) @@ -0,0 +1,7 @@ +base-dbg.txz c8d5fe2e0815b802ed5e5c7913dc4701d96d7dfd1624ecf67cbcbef1809f49eb 1597 base_dbg "Base system (Debugging)" off +base.txz f39105361213601b715921760d287d7b1fe163b62f5ddac84e33e2d5316cfebe 25357 base "Base system (MANDATORY)" on +kernel-dbg.txz 3683a0dda82000dd481c2b40b020d9f9132965bc981c0fe85adb226ae048d55e 870 kernel_dbg "Kernel (Debugging)" on +kernel.txz 9f151649c273af82c824140c6a8889b92484deded0696dfa48f6b226fb1b88b6 880 kernel "Kernel (MANDATORY)" on +ports.txz 87c362b5d6a556cd6f729b9dbef1ec2205a2b3e9e29005fbfeccf51ff90b7850 178099 ports "Ports tree" off +src.txz 31da1ce0e79f680c1a219b738d55a9ded658fc2b5a9a77385c5c69635d278910 84060 src "System source tree" off +tests.txz 2ac892a4b1f4d8109791be7d1885bd6a81d3951f752f82b80085c8fb1e9a366e 5714 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA1 (from r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA1 Sat Nov 17 18:21:55 2018 (r485188, copy of r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA1) @@ -0,0 +1,8 @@ +base-dbg.txz 4f52d1b518373c8c74f2b50170eb1da01e5c13628dffbb1111c331f0539f614c 1566 base_dbg "Base system (Debugging)" off +base.txz 2c0e89e0cd81de58c60cb7220e38cd2e2f031976a3edbee246d7effd1fad9eaa 25165 base "Base system (MANDATORY)" on +doc.txz 5c4a2a82837fd132feb5cba97bf488a997c29e521ba8e51bcaa951cfa9738c3a 1 doc "Additional Documentation" off +kernel-dbg.txz a150a98ebc1279573e1345b7101b61d8a49a0b219b35b37017f47cba2d4f1e2b 597 kernel_dbg "Kernel (Debugging)" on +kernel.txz 28103b003e9b537b68e89cb690e12ac2ebcfea10ee926c48f21ea1f9b53ab770 605 kernel "Kernel (MANDATORY)" on +ports.txz 7eb89b5ad214dfbc709054dd61d3c98220e7645e3ed25e9b5ba9bb32ecf9bf5d 177975 ports "Ports tree" off +src.txz 61102e4317cf6c66ad052d4cf9e7d51a27d567c423fde51ab51be2d596fd1b28 84055 src "System source tree" off +tests.txz 0e27b1e3c7b054538fd372cb0eb0a8423a3a3bf1c6a019c3a6ecad2f0c444cdb 5700 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA2 (from r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA2 Sat Nov 17 18:21:55 2018 (r485188, copy of r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA2) @@ -0,0 +1,8 @@ +base-dbg.txz 7889a27cf52fd65e9cab3c90b97eaa4266e9b907e7aaaff39410e7ddd74a1564 1566 base_dbg "Base system (Debugging)" off +base.txz ae53bdac330acb6687bbf7b38e02fdb7417cf2ef94f2f347fefbb9ac414f8e4d 25165 base "Base system (MANDATORY)" on +doc.txz ef98f1ab0374edfd2c8072f6dc245b559d46d9b97247a2cda38e40b25c58bf3c 1 doc "Additional Documentation" off +kernel-dbg.txz 29861f54eaf146df2367e325a3922b789f397a2a32e61c4c0a62d7c7538a1596 597 kernel_dbg "Kernel (Debugging)" on +kernel.txz 1cfc9acb74af88893eecbcf78eb26d62cbee5b52a496813466637d3177595022 605 kernel "Kernel (MANDATORY)" on +ports.txz 3127d01c54d65f5370d7766336da2b9bc3e800608557776d6703fc4ff84cad92 178008 ports "Ports tree" off +src.txz fbc11f84110b207dc6d4722b1bf272a1d4e6adc68276b41c3b38a2f95a201e06 84055 src "System source tree" off +tests.txz d7b9cbad0642fbdbc76e767e30ce5a0eb21d7ec02dcb1a88f01186c5a5f67119 5700 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA3 (from r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA3) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA3 Sat Nov 17 18:21:55 2018 (r485188, copy of r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA3) @@ -0,0 +1,8 @@ +base-dbg.txz 46e5fbff095b44b043985364f5e56b8504a2c4d0abaade2d6ae22cde4c49c2dd 1566 base_dbg "Base system (Debugging)" off +base.txz f7533053a6ba23f671be5f60cfb5d3ef4210d4b03c67809ae1dad47049efeac9 25165 base "Base system (MANDATORY)" on +doc.txz d353ae87d54feb4bdef09e4db11fc54712616ee1f036c54e9a59167a587d21a8 1 doc "Additional Documentation" off +kernel-dbg.txz b6291ce1476d1f4c4ad03243cce05c0e115cae0c4721cd979fb2102b1bd91d46 597 kernel_dbg "Kernel (Debugging)" on +kernel.txz 03f86443114310e0b7194b8d88d7fbc17821b383c803baa527035e84f7c1faff 605 kernel "Kernel (MANDATORY)" on +ports.txz 7b252ecea1f28cea3f9074adf17e219862a489da9bc87025daba47bced3d96d7 178063 ports "Ports tree" off +src.txz 7afd5627856213c392d9f2f844cc4431693819e1c1ef7dd202d9ca85acc3c38b 84058 src "System source tree" off +tests.txz dcedaa2fa0304244a7ec8d1d7bd9badcf2460e7d8e98bf534928ca75b5ba85f4 5700 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA4 (from r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA4) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA4 Sat Nov 17 18:21:55 2018 (r485188, copy of r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA4) @@ -0,0 +1,8 @@ +base-dbg.txz 7bd5104339000b919b1b58c975e2edcfb2c0118f761ade5a77c9adc3623a6f3d 1566 base_dbg "Base system (Debugging)" off +base.txz 2d3e159a4705f379499757396ad6b298138a025e72daf51a56df56bb5946c61e 25166 base "Base system (MANDATORY)" on +doc.txz 8f1185b82b73a33e6562cc818fc3f6e1691148525e51a8fecf61c8266769e72f 1 doc "Additional Documentation" off +kernel-dbg.txz d88f4b8501874801b6f4c38d291e20de6325627d5b02f27be8977739bb7a01d2 597 kernel_dbg "Kernel (Debugging)" on +kernel.txz db8a08559bf769d096f5290b31b7d5b39e7e9fc5cd52c31d33cfe917960cac36 605 kernel "Kernel (MANDATORY)" on +ports.txz 8197834f4efbd2cf6c4e078532c9985ec64663e900f629a6fab4c23860e6ef2b 178100 ports "Ports tree" off +src.txz 7aab275b7c1f7cfacaa475d0fb55ff2c0ceafd51b858bf419678748933bc4849 84060 src "System source tree" off +tests.txz 2f5c6028249d75d72eb93bda95dab0356320a99c81845683319c79da357b521c 5700 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-RC1 (from r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-RC1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-RC1 Sat Nov 17 18:21:55 2018 (r485188, copy of r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-RC1) @@ -0,0 +1,7 @@ +base-dbg.txz 0c58d6fd40ce6550a70d1074bd598a045ab05857448356bb3d6be2174cd7edbc 1566 base_dbg "Base system (Debugging)" off +base.txz c4d603cc3406b5b26b8d5a2a1ee7345fb57994298bd5415c6d398fc9d4794762 25167 base "Base system (MANDATORY)" on +kernel-dbg.txz 9f688ac6494475f06ccf5ad09f0bc21fdd4cd074cb8b7cb379c608f29f6f55d0 597 kernel_dbg "Kernel (Debugging)" on +kernel.txz 392827b3899e180c14cf3ef9484226afc6d13a5f98bda06864e08cb20aa154b9 605 kernel "Kernel (MANDATORY)" on +ports.txz 87c362b5d6a556cd6f729b9dbef1ec2205a2b3e9e29005fbfeccf51ff90b7850 178099 ports "Ports tree" off +src.txz 31da1ce0e79f680c1a219b738d55a9ded658fc2b5a9a77385c5c69635d278910 84060 src "System source tree" off +tests.txz 54c4967eb4f9d13809f4a67d7b03b1cc9797806c251570f8681e9aada0c67052 5700 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA1 (from r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA1 Sat Nov 17 18:21:55 2018 (r485188, copy of r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA1) @@ -0,0 +1,10 @@ +base-dbg.txz f93b1be7f836bc7cd3116c9661c4c156c5c4ae8a38d710bd716c0ec4dc29968b 1571 base_dbg "Base system (Debugging)" off +base.txz 59470947923dbba75f85147464ca455a6a49b210330785627608a4903726067e 25190 base "Base system (MANDATORY)" on +doc.txz 65703eb18bfaa2adcc2683b75431a6c0d8bba37474edd67a59f6642f3e5a9b7a 1 doc "Additional Documentation" off +kernel-dbg.txz e2fbbd10353203278d0bdfbeaf1e90798c2dd6840716d5029569e17871eb5e39 692 kernel_dbg "Kernel (Debugging)" on +kernel.txz dd6e1bd67eb33e50c3f7d48d81367a1675369973112498ff1545853a5ea78834 700 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 6e62d553e2d188ed704f26f9e3a3fa834efbab6fae02be699470abd24496ab56 234 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 0963f69573e0a6dc3ef195244a7684c4ec82607b0f12d3af8175b26f92f4daa4 965 lib32 "32-bit compatibility libraries" on +ports.txz 7eb89b5ad214dfbc709054dd61d3c98220e7645e3ed25e9b5ba9bb32ecf9bf5d 177975 ports "Ports tree" off +src.txz 61102e4317cf6c66ad052d4cf9e7d51a27d567c423fde51ab51be2d596fd1b28 84055 src "System source tree" off +tests.txz 97f6db821a39d0fa02c8d9a4330bb02e347a6a891bc5b6d268279bcefef7644d 5700 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA2 (from r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA2 Sat Nov 17 18:21:55 2018 (r485188, copy of r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA2) @@ -0,0 +1,10 @@ +base-dbg.txz c9d204b7f695699742acf9a2290cabdbca206ea386a65e2714f12d6edc928af1 1571 base_dbg "Base system (Debugging)" off +base.txz dbbf43451276f18a8b6777b21421a67ff539c935d63c521e48f3c07f5a5ab75b 25190 base "Base system (MANDATORY)" on +doc.txz e0331398df4fa71c2ca6d777b1640dd7a28e79b3a3a6c723466718b2e49f0d2c 1 doc "Additional Documentation" off +kernel-dbg.txz 9452ee0cca82ede29c8ef59f624fd8e73e29cc6f65380f1a240c0a58c75ea592 692 kernel_dbg "Kernel (Debugging)" on +kernel.txz f4e4dad0b71a0ef93c24f20267fd3423718c515929293a4e29e8ad3a23b065bf 700 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz c019ba65051f0c6a8dbf6c4555d2eb9d6def4dfb3626f4b97350ec2740c71c62 234 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 745bfb5f52478f39c74349b4ea00acdd27101538e765b8710eeb9b425da38ebf 965 lib32 "32-bit compatibility libraries" on +ports.txz 3127d01c54d65f5370d7766336da2b9bc3e800608557776d6703fc4ff84cad92 178008 ports "Ports tree" off +src.txz fbc11f84110b207dc6d4722b1bf272a1d4e6adc68276b41c3b38a2f95a201e06 84055 src "System source tree" off +tests.txz 7a262c933b3894593ecb7e1a74e2edaa1621a0999081cfa3383435eac050630e 5700 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA3 (from r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA3) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA3 Sat Nov 17 18:21:55 2018 (r485188, copy of r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA3) @@ -0,0 +1,10 @@ +base-dbg.txz 7f6e94c0688c3bb53633e8c56539409050695029e1ed50e15cd9fe3ff21e9aaf 1571 base_dbg "Base system (Debugging)" off +base.txz b195cc9f1fdae9715dbde5d3c05973a7cabdc636fc9ac85a0b803093e93d714a 25190 base "Base system (MANDATORY)" on +doc.txz 20dd0cc644b5efc6a8027df7cbfcf0299a6d601d517ed1710d3040fe5e89ac12 1 doc "Additional Documentation" off +kernel-dbg.txz 9d495a8400ced206e0947bf9cc4fff9e3a3f6cb9433ae1ca6d6404f6838579a4 692 kernel_dbg "Kernel (Debugging)" on +kernel.txz 6f8c844cda8cc7efc48d065e954885544325a5876e12d93d39f80e6e0d9e325f 700 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 275c2a16182c0dc9a8f85ae3e8db0ba6100efaced5f10725a84d47623a291b65 234 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz c3d945229136b00767812d66417358fe1c0b4da2b27d2d671575bc49a0b7caf9 965 lib32 "32-bit compatibility libraries" on +ports.txz 7b252ecea1f28cea3f9074adf17e219862a489da9bc87025daba47bced3d96d7 178063 ports "Ports tree" off +src.txz 7afd5627856213c392d9f2f844cc4431693819e1c1ef7dd202d9ca85acc3c38b 84058 src "System source tree" off +tests.txz 1e69946ce6850ac7df29d0e965a63d993793ec964b2772edf51769cd814656f3 5700 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA4 (from r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA4) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA4 Sat Nov 17 18:21:55 2018 (r485188, copy of r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA4) @@ -0,0 +1,10 @@ +base-dbg.txz 396f5217827cfe79253ce03e97b9b16bd2363ebc92fe8729e9bf152fd7a65eb6 1571 base_dbg "Base system (Debugging)" off +base.txz 08602b0efe3b45cc52292d8673bffec264e1a2660266e0296ec7a8c2b1cbb8cf 25191 base "Base system (MANDATORY)" on +doc.txz 553ee8a2b8d156e937aca566b0a49a828b59993b0496f08d95886c7f1cae5ae1 1 doc "Additional Documentation" off +kernel-dbg.txz dc9799f719675fab81d4706aafd06064e39cf36da0142911caaef6071930707d 692 kernel_dbg "Kernel (Debugging)" on +kernel.txz d857476f3677585af0037eeb4b286763522e1f7cec30af6d039731190ca040e7 700 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 78840aac8d6db48ffb6ea3f7fdc5a15099b5d784a80032dc225e7483d03138a6 234 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 716bd1b12a4a8a03c34261e0b78cff5f04e9f36b1621042eb2a1f2108ac9a6e1 965 lib32 "32-bit compatibility libraries" on +ports.txz 8197834f4efbd2cf6c4e078532c9985ec64663e900f629a6fab4c23860e6ef2b 178100 ports "Ports tree" off +src.txz 7aab275b7c1f7cfacaa475d0fb55ff2c0ceafd51b858bf419678748933bc4849 84060 src "System source tree" off +tests.txz 09b1d9d5a3041407ef554f07fa082bb491d737637e02fafe37c537d4f282203c 5700 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-RC1 (from r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-RC1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-RC1 Sat Nov 17 18:21:55 2018 (r485188, copy of r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-RC1) @@ -0,0 +1,9 @@ +base-dbg.txz e21bbd2f35791b99a34e7e9ce80252f5d74049bfba1e0932bc51a02de3158002 1571 base_dbg "Base system (Debugging)" off +base.txz f4f2fd34c540f23dfc964568fa5ede0e15039ba38902d228f4cb0b9676b09f98 25192 base "Base system (MANDATORY)" on +kernel-dbg.txz 18b216760729616f7a8800c0c56a701576cf723c671b1f4c516bdd79c4ac90b4 692 kernel_dbg "Kernel (Debugging)" on +kernel.txz 1d79622db82c80589a19c791929ccc8129afc90c9661342604217471f50fe985 700 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 5bb75b68889b73bf12ee7b3fb205b54f0cbc781aa8b5f9717d4a187ebf7a44a2 234 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 21d4498b2ce28d06ed3c2cfa46b7739370e48a6a389fb3ccbcd5d1d2e9eb6f39 965 lib32 "32-bit compatibility libraries" on +ports.txz 87c362b5d6a556cd6f729b9dbef1ec2205a2b3e9e29005fbfeccf51ff90b7850 178099 ports "Ports tree" off +src.txz 31da1ce0e79f680c1a219b738d55a9ded658fc2b5a9a77385c5c69635d278910 84060 src "System source tree" off +tests.txz fd6f291a38bcd18da09ead80b9bf3d4a588baf102252eed8dfcaaa85f526b778 5700 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA1 (from r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA1 Sat Nov 17 18:21:55 2018 (r485188, copy of r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA1) @@ -0,0 +1,8 @@ +base-dbg.txz 6962aa954c8664556fa6d64945f6d1d4fb0b358e2edc8a5cf1c412e8a6ea8bf0 1565 base_dbg "Base system (Debugging)" off +base.txz f14c54042020aaa2960ce892d651ef4ffae741b87c28a56bb110b7b7db3b4cdd 25160 base "Base system (MANDATORY)" on +doc.txz d37403d032a070b6d50aae3e5746c2eff94db31330a8c64d64cfbe8196fd583f 1 doc "Additional Documentation" off +kernel-dbg.txz cf4a3b879c1f90d569fb33d28365cf1a9c80f1b01e9251b86b5ae0b5292ecde5 597 kernel_dbg "Kernel (Debugging)" on +kernel.txz 219130975d8fc5380956c91fad47fca3b4f1e7f1e51639b75b5937b830554750 605 kernel "Kernel (MANDATORY)" on +ports.txz 7eb89b5ad214dfbc709054dd61d3c98220e7645e3ed25e9b5ba9bb32ecf9bf5d 177975 ports "Ports tree" off +src.txz 61102e4317cf6c66ad052d4cf9e7d51a27d567c423fde51ab51be2d596fd1b28 84055 src "System source tree" off +tests.txz 03aecca025e0e728c370c6d1bb4037700afa179353d57eb07604e65eccf1dc52 5700 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA2 (from r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA2 Sat Nov 17 18:21:55 2018 (r485188, copy of r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA2) @@ -0,0 +1,8 @@ +base-dbg.txz d15511bfeb38f3bcf9e795890e71a616c36a44163cef679f18083e4b98cdddf7 1565 base_dbg "Base system (Debugging)" off +base.txz 942834ab5ea436e7c6ba3e15263ffcfe434ec3e278fe75f50b3d7ef8d617b11d 25160 base "Base system (MANDATORY)" on +doc.txz ef98f1ab0374edfd2c8072f6dc245b559d46d9b97247a2cda38e40b25c58bf3c 1 doc "Additional Documentation" off +kernel-dbg.txz 90ef9e2a82ba6e8642917061df28fde290023753694388017f15d73b0bbfa327 597 kernel_dbg "Kernel (Debugging)" on +kernel.txz 14045c7328fd4e477a1711fd1c0118c7671ebda388bd4f380a3248cb9f98bdbf 605 kernel "Kernel (MANDATORY)" on +ports.txz 3127d01c54d65f5370d7766336da2b9bc3e800608557776d6703fc4ff84cad92 178008 ports "Ports tree" off +src.txz fbc11f84110b207dc6d4722b1bf272a1d4e6adc68276b41c3b38a2f95a201e06 84055 src "System source tree" off +tests.txz ded53cebbbf2dc5ec7bef579dbaaf59aa29704fd559ea4d6541d9b01826abedf 5700 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA4 (from r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA4) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA4 Sat Nov 17 18:21:55 2018 (r485188, copy of r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA4) @@ -0,0 +1,8 @@ +base-dbg.txz 4182fe0e4bfb5aaa47020ece760c8f2b22a9705803b0050b57a4df56cf65b48a 1565 base_dbg "Base system (Debugging)" off +base.txz 1564e0d7b1b7a5505b2ab4a64ba50b1e4a3cc66495459675cb2decc0e351a05c 25161 base "Base system (MANDATORY)" on +doc.txz 99957d0d0c393561cd86443775d6404ea0a7268efaf33e097c25eaf27a776565 1 doc "Additional Documentation" off +kernel-dbg.txz ca9d337ae672c9503ca950d78e9265419f82540f5dfbf13ed0aaa95cea7afa67 597 kernel_dbg "Kernel (Debugging)" on +kernel.txz b09ca5ab894062a2383979cf882e07dc0fc300acdbd8fdd2efce81b39ddda615 605 kernel "Kernel (MANDATORY)" on +ports.txz 8197834f4efbd2cf6c4e078532c9985ec64663e900f629a6fab4c23860e6ef2b 178100 ports "Ports tree" off +src.txz 7aab275b7c1f7cfacaa475d0fb55ff2c0ceafd51b858bf419678748933bc4849 84060 src "System source tree" off +tests.txz 31afccb6459bd53dc6170e41581da63ddc6dd32766a664e959d7bf6d493e3aef 5700 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-RC1 (from r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-RC1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-RC1 Sat Nov 17 18:21:55 2018 (r485188, copy of r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-RC1) @@ -0,0 +1,7 @@ +base-dbg.txz 4c5d8c6578cea748a4b3eccdb991fdfacaa4fe37f87cc39d6f7894986cab9269 1565 base_dbg "Base system (Debugging)" off +base.txz 7869c94ed830c58f0cf2b55327d667122f6ac90a712e0f6709bdf754dbda4e94 25162 base "Base system (MANDATORY)" on +kernel-dbg.txz ec9a805346fc750020c3be1824019bbf70aa170d9f8899eb5bbac46e27902472 597 kernel_dbg "Kernel (Debugging)" on +kernel.txz 2412d4bbd9229c2181fe67fed1acb3742de66561e4f29cc47eb9344b2bd520e0 605 kernel "Kernel (MANDATORY)" on +ports.txz 87c362b5d6a556cd6f729b9dbef1ec2205a2b3e9e29005fbfeccf51ff90b7850 178099 ports "Ports tree" off +src.txz 31da1ce0e79f680c1a219b738d55a9ded658fc2b5a9a77385c5c69635d278910 84060 src "System source tree" off +tests.txz a7eba4bc7792a1f0db57743e19986685d58e9c31dae0f131c75c3f28fb92bd26 5700 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA1 (from r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA1 Sat Nov 17 18:21:55 2018 (r485188, copy of r482594, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA1) @@ -0,0 +1,8 @@ +base-dbg.txz d86a460751ce74854622f284718ab17ac89236ecfb1d5f790508e58a665cc53f 1565 base_dbg "Base system (Debugging)" off +base.txz 8ecd0ff6feb488ef2064e481b7474b8e6558d5f5dc4424fa2e8cf16fb047668f 25097 base "Base system (MANDATORY)" on +doc.txz 5c4a2a82837fd132feb5cba97bf488a997c29e521ba8e51bcaa951cfa9738c3a 1 doc "Additional Documentation" off +kernel-dbg.txz 99fdc038c4003b8c86e842076bc5fe7630e34693e814b6860b497b31574d5bbd 579 kernel_dbg "Kernel (Debugging)" on +kernel.txz 9080edba221d1e68f9eccb2c5a869cfa0e77509ceabcf7deaddb0c2ecf1acfd9 588 kernel "Kernel (MANDATORY)" on +ports.txz 7eb89b5ad214dfbc709054dd61d3c98220e7645e3ed25e9b5ba9bb32ecf9bf5d 177975 ports "Ports tree" off +src.txz 61102e4317cf6c66ad052d4cf9e7d51a27d567c423fde51ab51be2d596fd1b28 84055 src "System source tree" off +tests.txz 66803b4bf793e42ab0de5c38b7f28700b41b4df24c259f090cc2b0a91e036db2 5696 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA2 (from r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA2) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA2 Sat Nov 17 18:21:55 2018 (r485188, copy of r483150, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA2) @@ -0,0 +1,8 @@ +base-dbg.txz 003cbc5404618bdc64711ff7567d6f48c3664b1ed5a0db7648d2fee48d16dbe8 1565 base_dbg "Base system (Debugging)" off +base.txz 9c03d07620f9901a1666a094ca3fe30e5e0e6abd9698de84ade5c6fd3f3d6323 25097 base "Base system (MANDATORY)" on +doc.txz ef98f1ab0374edfd2c8072f6dc245b559d46d9b97247a2cda38e40b25c58bf3c 1 doc "Additional Documentation" off +kernel-dbg.txz 1856d6e54dc31cc6b8284ba0eecc6aae06946c850367470d6d60b5455c8b3db6 579 kernel_dbg "Kernel (Debugging)" on +kernel.txz 5383d94398b698364114c365865202146b984cad28630b086acae8391a57ae1e 588 kernel "Kernel (MANDATORY)" on +ports.txz 3127d01c54d65f5370d7766336da2b9bc3e800608557776d6703fc4ff84cad92 178008 ports "Ports tree" off +src.txz fbc11f84110b207dc6d4722b1bf272a1d4e6adc68276b41c3b38a2f95a201e06 84055 src "System source tree" off +tests.txz de767e36185e638f5a2b1b1b90d6601d687ad3e69e748fc3cd88a3e8aab4057a 5696 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA3 (from r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA3) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA3 Sat Nov 17 18:21:55 2018 (r485188, copy of r483905, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA3) @@ -0,0 +1,8 @@ +base-dbg.txz a6d9eddcce9ef3b4b317ac5e023c8bc39152c1d2fc97b594837d8369d0df2d43 1565 base_dbg "Base system (Debugging)" off +base.txz b037900ba8fde92d212121386847c993810bde3a540b741c6281264bb40a3df0 25097 base "Base system (MANDATORY)" on +doc.txz 52543c1077ed83e9fec05d3a6ab36ec8b6619d6cfeb2c437db9e459db108250a 1 doc "Additional Documentation" off +kernel-dbg.txz 73f5247a3ea0be831ad0dfc0a020587ae78745815fe0bc8f0f00995c8e548108 579 kernel_dbg "Kernel (Debugging)" on +kernel.txz 9dcdd64c88f9216bf363dd27a81461caaba928264478362e284dd9943f5d6268 588 kernel "Kernel (MANDATORY)" on +ports.txz 7b252ecea1f28cea3f9074adf17e219862a489da9bc87025daba47bced3d96d7 178063 ports "Ports tree" off +src.txz 7afd5627856213c392d9f2f844cc4431693819e1c1ef7dd202d9ca85acc3c38b 84058 src "System source tree" off +tests.txz 5e9bca6d52ad62618c93f71c7544f7ba47478efb3d01b6ed507dd52ef61cd55f 5696 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA4 (from r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA4) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA4 Sat Nov 17 18:21:55 2018 (r485188, copy of r484631, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA4) @@ -0,0 +1,8 @@ +base-dbg.txz 6f7652e37560cfb043da989f49353f3ecf4cb7b6f7ead7df9f035e648990faec 1565 base_dbg "Base system (Debugging)" off +base.txz fa93a0066d7461fa3fadc0922a7cc0bbb8991f76c3dfa5f79207a28f3e6c564a 25098 base "Base system (MANDATORY)" on +doc.txz f4064ac92bbd1a70714b4f465edb80d4fc0a88d6dd04ffbe228692b639b9bd6e 1 doc "Additional Documentation" off +kernel-dbg.txz f968217d8ae9ac2c73f7e331064cce07db449b4f367d05ea51e91a8f3cca80a7 579 kernel_dbg "Kernel (Debugging)" on +kernel.txz 0d81f222cac986f26eb1f9cffbc688fe33b93ddcb60822646656addb1293be00 588 kernel "Kernel (MANDATORY)" on +ports.txz 8197834f4efbd2cf6c4e078532c9985ec64663e900f629a6fab4c23860e6ef2b 178100 ports "Ports tree" off +src.txz 7aab275b7c1f7cfacaa475d0fb55ff2c0ceafd51b858bf419678748933bc4849 84060 src "System source tree" off +tests.txz d524dbeeb0792d99cb77190d7464eb7797fa8ae72a2a1cdaf4f26b8dedf942ac 5696 tests "Test suite" off Copied: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-RC1 (from r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-RC1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-RC1 Sat Nov 17 18:21:55 2018 (r485188, copy of r485184, head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-RC1) @@ -0,0 +1,7 @@ +base-dbg.txz 95d7f6e5c770d56961483a3cd88f5ccef075774f2d7b50feeeae07e56604b448 1565 base_dbg "Base system (Debugging)" off +base.txz 6c7df23e4ba875b183bf2d83733e7a9d11febad0339fa022e8f449c6fcad10fd 25099 base "Base system (MANDATORY)" on +kernel-dbg.txz 202da422aa6cb170fad74ba2cbe4593e39a8694cd7dbf612ef3a26682bf8a2be 579 kernel_dbg "Kernel (Debugging)" on +kernel.txz f33da2e6f424e7d7863664d957bef3acb12bf123f9f4b6cb44045e23f382980d 588 kernel "Kernel (MANDATORY)" on +ports.txz 87c362b5d6a556cd6f729b9dbef1ec2205a2b3e9e29005fbfeccf51ff90b7850 178099 ports "Ports tree" off +src.txz 31da1ce0e79f680c1a219b738d55a9ded658fc2b5a9a77385c5c69635d278910 84060 src "System source tree" off +tests.txz ef7179c70d64878dd8885c49e966b0aade64c98fe8d8e573952b584d662bfe0d 5696 tests "Test suite" off Modified: branches/2018Q4/misc/freebsd-release-manifests/pkg-plist ============================================================================== --- branches/2018Q4/misc/freebsd-release-manifests/pkg-plist Sat Nov 17 18:08:10 2018 (r485187) +++ branches/2018Q4/misc/freebsd-release-manifests/pkg-plist Sat Nov 17 18:21:55 2018 (r485188) @@ -68,3 +68,23 @@ %%DATADIR%%/MANIFESTS/powerpc-powerpc-11.2-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpc64-11.2-RELEASE %%DATADIR%%/MANIFESTS/sparc64-sparc64-11.2-RELEASE +%%DATADIR%%/MANIFESTS/amd64-amd64-12.0-BETA3 +%%DATADIR%%/MANIFESTS/arm64-aarch64-12.0-BETA3 +%%DATADIR%%/MANIFESTS/i386-i386-12.0-BETA3 +%%DATADIR%%/MANIFESTS/powerpc-powerpc-12.0-BETA3 +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-12.0-BETA3 +%%DATADIR%%/MANIFESTS/sparc64-sparc64-12.0-BETA3 +%%DATADIR%%/MANIFESTS/amd64-amd64-12.0-BETA4 +%%DATADIR%%/MANIFESTS/arm64-aarch64-12.0-BETA4 +%%DATADIR%%/MANIFESTS/i386-i386-12.0-BETA4 +%%DATADIR%%/MANIFESTS/powerpc-powerpc-12.0-BETA4 +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-12.0-BETA4 +%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-12.0-BETA4 +%%DATADIR%%/MANIFESTS/sparc64-sparc64-12.0-BETA4 +%%DATADIR%%/MANIFESTS/amd64-amd64-12.0-RC1 +%%DATADIR%%/MANIFESTS/arm64-aarch64-12.0-RC1 +%%DATADIR%%/MANIFESTS/i386-i386-12.0-RC1 +%%DATADIR%%/MANIFESTS/powerpc-powerpc-12.0-RC1 +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-12.0-RC1 +%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-12.0-RC1 +%%DATADIR%%/MANIFESTS/sparc64-sparc64-12.0-RC1 From owner-svn-ports-branches@freebsd.org Sat Nov 17 18:43:54 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67B471101B42; Sat, 17 Nov 2018 18:43:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C3C379085; Sat, 17 Nov 2018 18:43:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E14262FF3F; Sat, 17 Nov 2018 18:43:53 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAHIhrGe009863; Sat, 17 Nov 2018 18:43:53 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAHIhrtr009862; Sat, 17 Nov 2018 18:43:53 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201811171843.wAHIhrtr009862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Sat, 17 Nov 2018 18:43:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485190 - branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS X-SVN-Group: ports-branches X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS X-SVN-Commit-Revision: 485190 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0C3C379085 X-Spamd-Result: default: False [0.06 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.06)[0.064,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org 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, 17 Nov 2018 18:43:54 -0000 Author: gjb Date: Sat Nov 17 18:43:53 2018 New Revision: 485190 URL: https://svnweb.freebsd.org/changeset/ports/485190 Log: MFH: r485189 Actually remove 12.0-BETA1 and 12.0-BETA2 MANIFEST files. Approved by: bdrewery (maintainer, implicit, re blanket) Sponsored by: The FreeBSD Foundation Approved by: portmgr (implicit, re blanket) Deleted: branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-12.0-BETA2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-12.0-BETA2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-12.0-BETA2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-12.0-BETA2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-12.0-BETA2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-12.0-BETA2 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA1 branches/2018Q4/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-12.0-BETA2 Modified: Directory Properties: branches/2018Q4/ (props changed)