From owner-svn-ports-branches@freebsd.org Sun Feb 9 08:37:08 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C85172314E2; Sun, 9 Feb 2020 08:37:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Fj844f7Dz3Lqg; Sun, 9 Feb 2020 08:37:08 +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 9AADB375F; Sun, 9 Feb 2020 08:37:08 +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 0198b8CK067110; Sun, 9 Feb 2020 08:37:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0198b7Nw067101; Sun, 9 Feb 2020 08:37:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002090837.0198b7Nw067101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 9 Feb 2020 08:37:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525629 - in branches/2020Q1/www: py-django111 py-django22 py-django30 X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in branches/2020Q1/www: py-django111 py-django22 py-django30 X-SVN-Commit-Revision: 525629 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2020 08:37:08 -0000 Author: sunpoet Date: Sun Feb 9 08:37:07 2020 New Revision: 525629 URL: https://svnweb.freebsd.org/changeset/ports/525629 Log: MFH: r525227 r525228 r525229 Update to 1.11.28 Changes: https://docs.djangoproject.com/en/1.11/releases/ Security: 5a45649a-4777-11ea-bdec-08002728f74c Update to 2.2.10 Changes: https://docs.djangoproject.com/en/2.2/releases/ Security: 5a45649a-4777-11ea-bdec-08002728f74c Update to 3.0.3 Changes: https://docs.djangoproject.com/en/3.0/releases/ Security: 5a45649a-4777-11ea-bdec-08002728f74c Approved by: ports-secteam (miwi) Modified: branches/2020Q1/www/py-django111/Makefile branches/2020Q1/www/py-django111/distinfo branches/2020Q1/www/py-django22/Makefile branches/2020Q1/www/py-django22/distinfo branches/2020Q1/www/py-django30/Makefile branches/2020Q1/www/py-django30/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/py-django111/Makefile ============================================================================== --- branches/2020Q1/www/py-django111/Makefile Sun Feb 9 07:53:33 2020 (r525628) +++ branches/2020Q1/www/py-django111/Makefile Sun Feb 9 08:37:07 2020 (r525629) @@ -4,7 +4,7 @@ # Remember to update www/py-django along with this port. PORTNAME= django -PORTVERSION= 1.11.27 +PORTVERSION= 1.11.28 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: branches/2020Q1/www/py-django111/distinfo ============================================================================== --- branches/2020Q1/www/py-django111/distinfo Sun Feb 9 07:53:33 2020 (r525628) +++ branches/2020Q1/www/py-django111/distinfo Sun Feb 9 08:37:07 2020 (r525629) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576730681 -SHA256 (python/Django-1.11.27.tar.gz) = 20111383869ad1b11400c94b0c19d4ab12975316cd058eabd17452e0546169b8 -SIZE (python/Django-1.11.27.tar.gz) = 7976980 +TIMESTAMP = 1580837913 +SHA256 (python/Django-1.11.28.tar.gz) = b33ce35f47f745fea6b5aa3cf3f4241069803a3712d423ac748bd673a39741eb +SIZE (python/Django-1.11.28.tar.gz) = 7852525 Modified: branches/2020Q1/www/py-django22/Makefile ============================================================================== --- branches/2020Q1/www/py-django22/Makefile Sun Feb 9 07:53:33 2020 (r525628) +++ branches/2020Q1/www/py-django22/Makefile Sun Feb 9 08:37:07 2020 (r525629) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 2.2.9 +PORTVERSION= 2.2.10 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: branches/2020Q1/www/py-django22/distinfo ============================================================================== --- branches/2020Q1/www/py-django22/distinfo Sun Feb 9 07:53:33 2020 (r525628) +++ branches/2020Q1/www/py-django22/distinfo Sun Feb 9 08:37:07 2020 (r525629) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576729306 -SHA256 (python/Django-2.2.9.tar.gz) = 662a1ff78792e3fd77f16f71b1f31149489434de4b62a74895bd5d6534e635a5 -SIZE (python/Django-2.2.9.tar.gz) = 9006404 +TIMESTAMP = 1580837915 +SHA256 (python/Django-2.2.10.tar.gz) = 1226168be1b1c7efd0e66ee79b0e0b58b2caa7ed87717909cd8a57bb13a7079a +SIZE (python/Django-2.2.10.tar.gz) = 8865888 Modified: branches/2020Q1/www/py-django30/Makefile ============================================================================== --- branches/2020Q1/www/py-django30/Makefile Sun Feb 9 07:53:33 2020 (r525628) +++ branches/2020Q1/www/py-django30/Makefile Sun Feb 9 08:37:07 2020 (r525629) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: branches/2020Q1/www/py-django30/distinfo ============================================================================== --- branches/2020Q1/www/py-django30/distinfo Sun Feb 9 07:53:33 2020 (r525628) +++ branches/2020Q1/www/py-django30/distinfo Sun Feb 9 08:37:07 2020 (r525629) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576728425 -SHA256 (python/Django-3.0.1.tar.gz) = 315b11ea265dd15348d47f2cbb044ef71da2018f6e582fed875c889758e6f844 -SIZE (python/Django-3.0.1.tar.gz) = 9022787 +TIMESTAMP = 1580837917 +SHA256 (python/Django-3.0.3.tar.gz) = 2f1ba1db8648484dd5c238fb62504777b7ad090c81c5f1fd8d5eb5ec21b5f283 +SIZE (python/Django-3.0.3.tar.gz) = 8932015 From owner-svn-ports-branches@freebsd.org Sun Feb 9 11:09:57 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BA39E234C97; Sun, 9 Feb 2020 11:09:57 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48FmXP4Q6Tz40NB; Sun, 9 Feb 2020 11:09:57 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 92BD553E7; Sun, 9 Feb 2020 11:09:57 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 019B9vIY065620; Sun, 9 Feb 2020 11:09:57 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 019B9vLB065618; Sun, 9 Feb 2020 11:09:57 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202002091109.019B9vLB065618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 9 Feb 2020 11:09:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525645 - in branches/2020Q1/emulators/higan: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in branches/2020Q1/emulators/higan: . files X-SVN-Commit-Revision: 525645 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2020 11:09:57 -0000 Author: pkubaj Date: Sun Feb 9 11:09:56 2020 New Revision: 525645 URL: https://svnweb.freebsd.org/changeset/ports/525645 Log: MFH: r525644 emulators/higan: unbreak on powerpc64, make ports tree compliant Builds fine on powerpc64 without -march=native, which shouldn't be enabled anyway. Approved by: portmgr (fix build blanket) Added: branches/2020Q1/emulators/higan/files/patch-higan_GNUmakefile - copied unchanged from r525644, head/emulators/higan/files/patch-higan_GNUmakefile Modified: branches/2020Q1/emulators/higan/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/emulators/higan/Makefile ============================================================================== --- branches/2020Q1/emulators/higan/Makefile Sun Feb 9 11:08:46 2020 (r525644) +++ branches/2020Q1/emulators/higan/Makefile Sun Feb 9 11:09:56 2020 (r525645) @@ -3,7 +3,7 @@ PORTNAME= higan PORTVERSION= 106 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators games MASTER_SITES= http://download.byuu.org/ \ http://www.cyberbotx.com/higan/ @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION}-source MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Nintendo multi-system emulator -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 Copied: branches/2020Q1/emulators/higan/files/patch-higan_GNUmakefile (from r525644, head/emulators/higan/files/patch-higan_GNUmakefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/emulators/higan/files/patch-higan_GNUmakefile Sun Feb 9 11:09:56 2020 (r525645, copy of r525644, head/emulators/higan/files/patch-higan_GNUmakefile) @@ -0,0 +1,10 @@ +--- higan/GNUmakefile.orig 2020-02-08 23:13:45 UTC ++++ higan/GNUmakefile +@@ -26,7 +26,6 @@ else ifneq ($(filter $(platform),linux bsd),) + flags += -fopenmp + link += -fopenmp + ifeq ($(binary),application) +- flags += -march=native + link += -Wl,-export-dynamic + link += -lX11 -lXext + else ifeq ($(binary),library) From owner-svn-ports-branches@freebsd.org Sun Feb 9 11:19:02 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7724B2352E2; Sun, 9 Feb 2020 11:19:02 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Fmkt2b1nz4185; Sun, 9 Feb 2020 11:19:02 +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 3AF8355BE; Sun, 9 Feb 2020 11:19:02 +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 019BJ2wu072403; Sun, 9 Feb 2020 11:19:02 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 019BJ1RL072402; Sun, 9 Feb 2020 11:19:01 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202002091119.019BJ1RL072402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 9 Feb 2020 11:19:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525648 - in branches/2020Q1/www/nginx: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2020Q1/www/nginx: . files X-SVN-Commit-Revision: 525648 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2020 11:19:02 -0000 Author: joneum Date: Sun Feb 9 11:19:01 2020 New Revision: 525648 URL: https://svnweb.freebsd.org/changeset/ports/525648 Log: MFH: r525647 Add patch for CVE-2019-20372 NGINX before 1.17.7, with certain error_page configurations, allows HTTP request smuggling, as demonstrated by the ability of an attacker to read unauthorized web pages in environments where NGINX is being fronted by a load balancer. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20372 PR: 243952 Reported by: koobs and many more Security: c1202de8-4b29-11ea-9673-4c72b94353b5 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Added: branches/2020Q1/www/nginx/files/patch-CVE-2019-20372 - copied unchanged from r525647, head/www/nginx/files/patch-CVE-2019-20372 Modified: branches/2020Q1/www/nginx/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/nginx/Makefile ============================================================================== --- branches/2020Q1/www/nginx/Makefile Sun Feb 9 11:16:40 2020 (r525647) +++ branches/2020Q1/www/nginx/Makefile Sun Feb 9 11:19:01 2020 (r525648) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.16.1 -PORTREVISION?= 8 +PORTREVISION?= 11 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ Copied: branches/2020Q1/www/nginx/files/patch-CVE-2019-20372 (from r525647, head/www/nginx/files/patch-CVE-2019-20372) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/www/nginx/files/patch-CVE-2019-20372 Sun Feb 9 11:19:01 2020 (r525648, copy of r525647, head/www/nginx/files/patch-CVE-2019-20372) @@ -0,0 +1,28 @@ +From 8bffc01d084b4881e3eed2052c115b8f04268cb9 Mon Sep 17 00:00:00 2001 +From: Ruslan Ermilov +Date: Mon, 23 Dec 2019 15:45:46 +0300 +Subject: [PATCH] Discard request body when redirecting to a URL via + error_page. + +Reported by Bert JW Regeer and Francisco Oca Gonzalez. +--- + src/http/ngx_http_special_response.c | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c +index 2c1ff174..e2a5e9dc 100644 +--- src/http/ngx_http_special_response.c ++++ src/http/ngx_http_special_response.c +@@ -623,6 +623,12 @@ ngx_http_send_error_page(ngx_http_request_t *r, ngx_http_err_page_t *err_page) + return ngx_http_named_location(r, &uri); + } + ++ r->expect_tested = 1; ++ ++ if (ngx_http_discard_request_body(r) != NGX_OK) { ++ r->keepalive = 0; ++ } ++ + location = ngx_list_push(&r->headers_out.headers); + + if (location == NULL) { From owner-svn-ports-branches@freebsd.org Sun Feb 9 15:44:20 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD0A623BF49; Sun, 9 Feb 2020 15:44:20 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Ftd043jRz4GZv; Sun, 9 Feb 2020 15:44:20 +0000 (UTC) (envelope-from ehaupt@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 86A148826; Sun, 9 Feb 2020 15:44:20 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 019FiKRB041013; Sun, 9 Feb 2020 15:44:20 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 019FiKPK041011; Sun, 9 Feb 2020 15:44:20 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202002091544.019FiKPK041011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 9 Feb 2020 15:44:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525661 - branches/2020Q1/sysutils/fdupes X-SVN-Group: ports-branches X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: branches/2020Q1/sysutils/fdupes X-SVN-Commit-Revision: 525661 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2020 15:44:20 -0000 Author: ehaupt Date: Sun Feb 9 15:44:20 2020 New Revision: 525661 URL: https://svnweb.freebsd.org/changeset/ports/525661 Log: MFH: r525025 libpcre2 is only needed in combination with ncurses. PR: 243834 (based on) Submitted by: terry-freebsd@glaver.org Approved by: ports-secteam (miwi) Modified: branches/2020Q1/sysutils/fdupes/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/sysutils/fdupes/Makefile ============================================================================== --- branches/2020Q1/sysutils/fdupes/Makefile Sun Feb 9 15:23:29 2020 (r525660) +++ branches/2020Q1/sysutils/fdupes/Makefile Sun Feb 9 15:44:20 2020 (r525661) @@ -3,6 +3,7 @@ PORTNAME= fdupes PORTVERSION= 2.0.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils @@ -11,8 +12,6 @@ COMMENT= Fdupes is a program for identifying or deleti LICENSE= MIT -LIB_DEPENDS= libpcre2-32.so:devel/pcre2 - USES= autoreconf libtool localbase pkgconfig GNU_CONFIGURE= yes @@ -24,6 +23,7 @@ OPTIONS_DEFAULT=NCURSES NCURSES_USES= ncurses:base NCURSES_CONFIGURE_OFF= --without-ncurses +NCURSES_LIB_DEPENDS= libpcre2-32.so:devel/pcre2 PLIST_FILES= bin/fdupes man/man1/fdupes.1.gz NCURSES_PLIST_FILES= man/man7/fdupes-help.7.gz From owner-svn-ports-branches@freebsd.org Sun Feb 9 17:51:49 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5F16C23E330; Sun, 9 Feb 2020 17:51:49 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48FxS51lnnz4MtF; Sun, 9 Feb 2020 17:51:49 +0000 (UTC) (envelope-from kwm@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 1D812A036; Sun, 9 Feb 2020 17:51:49 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 019HpmCs014671; Sun, 9 Feb 2020 17:51:49 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 019HpmS0014669; Sun, 9 Feb 2020 17:51:48 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <202002091751.019HpmS0014669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 9 Feb 2020 17:51:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525667 - in branches/2020Q1/www/webkit2-gtk3: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: kwm X-SVN-Commit-Paths: in branches/2020Q1/www/webkit2-gtk3: . files X-SVN-Commit-Revision: 525667 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2020 17:51:49 -0000 Author: kwm Date: Sun Feb 9 17:51:48 2020 New Revision: 525667 URL: https://svnweb.freebsd.org/changeset/ports/525667 Log: MFH: r524226 Update webkit-gtk3 to 2.26.3. * Fix issues while trying to play a video on NextCloud. * Make sure the GL video sink uses a valid WebKit shared GL context. * Fix vertical alignment of text containing arabic diacritics. * Fix build with icu 65.1. * Fix page loading errors with websites using HSTS. * Fix web process crash when displaying a KaTeX formula. * Fix several crashes and rendering issues. This release also fixes 3 CVE's. Security: dc8cff4c-4063-11ea-8a94-3497f6939fdd Approved by: ports-secteam@ (miwi@) Deleted: branches/2020Q1/www/webkit2-gtk3/files/patch-Source_WTF_wtf_URLHelpers.cpp branches/2020Q1/www/webkit2-gtk3/files/patch-Source_WebCore_dom_Document.cpp Modified: branches/2020Q1/www/webkit2-gtk3/Makefile branches/2020Q1/www/webkit2-gtk3/distinfo branches/2020Q1/www/webkit2-gtk3/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/webkit2-gtk3/Makefile ============================================================================== --- branches/2020Q1/www/webkit2-gtk3/Makefile Sun Feb 9 17:20:05 2020 (r525666) +++ branches/2020Q1/www/webkit2-gtk3/Makefile Sun Feb 9 17:51:48 2020 (r525667) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= webkit -PORTVERSION= 2.26.2 +PORTVERSION= 2.26.3 CATEGORIES= www MASTER_SITES= https://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 Modified: branches/2020Q1/www/webkit2-gtk3/distinfo ============================================================================== --- branches/2020Q1/www/webkit2-gtk3/distinfo Sun Feb 9 17:20:05 2020 (r525666) +++ branches/2020Q1/www/webkit2-gtk3/distinfo Sun Feb 9 17:51:48 2020 (r525667) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574792040 -SHA256 (gnome/webkitgtk-2.26.2.tar.xz) = 6b80f0637a80818559ac8fd50db3b394f41cb61904fb9b3ed65fa51635806512 -SIZE (gnome/webkitgtk-2.26.2.tar.xz) = 19330000 +TIMESTAMP = 1579976981 +SHA256 (gnome/webkitgtk-2.26.3.tar.xz) = add51153943cc11d90a7038d0ea5f6332281e6c0be0640f802a211b035f0e611 +SIZE (gnome/webkitgtk-2.26.3.tar.xz) = 19331900 Modified: branches/2020Q1/www/webkit2-gtk3/pkg-plist ============================================================================== --- branches/2020Q1/www/webkit2-gtk3/pkg-plist Sun Feb 9 17:20:05 2020 (r525666) +++ branches/2020Q1/www/webkit2-gtk3/pkg-plist Sun Feb 9 17:51:48 2020 (r525667) @@ -214,10 +214,10 @@ lib/girepository-1.0/WebKit2-4.0.typelib lib/girepository-1.0/WebKit2WebExtension-4.0.typelib lib/libjavascriptcoregtk-4.0.so lib/libjavascriptcoregtk-4.0.so.18 -lib/libjavascriptcoregtk-4.0.so.18.14.7 +lib/libjavascriptcoregtk-4.0.so.18.14.8 lib/libwebkit2gtk-4.0.so lib/libwebkit2gtk-4.0.so.37 -lib/libwebkit2gtk-4.0.so.37.39.3 +lib/libwebkit2gtk-4.0.so.37.39.4 lib/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so libdata/pkgconfig/javascriptcoregtk-4.0.pc libdata/pkgconfig/webkit2gtk-4.0.pc From owner-svn-ports-branches@freebsd.org Sun Feb 9 21:36:44 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9DFEC2438EB; Sun, 9 Feb 2020 21:36:44 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48G2Rc3hLlz4Zj0; Sun, 9 Feb 2020 21:36:44 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 604D3CC33; Sun, 9 Feb 2020 21:36:44 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 019LaioJ050855; Sun, 9 Feb 2020 21:36:44 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 019Lah4g050853; Sun, 9 Feb 2020 21:36:43 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202002092136.019Lah4g050853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 9 Feb 2020 21:36:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525678 - branches/2020Q1/math/flint2 X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/math/flint2 X-SVN-Commit-Revision: 525678 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2020 21:36:44 -0000 Author: pkubaj Date: Sun Feb 9 21:36:43 2020 New Revision: 525678 URL: https://svnweb.freebsd.org/changeset/ports/525678 Log: MFH: r525677 math/flint2: fix build on non-x86 Merge upstream patches for non-x86 architectures. PR: 243851 Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/math/flint2/Makefile branches/2020Q1/math/flint2/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/math/flint2/Makefile ============================================================================== --- branches/2020Q1/math/flint2/Makefile Sun Feb 9 21:35:51 2020 (r525677) +++ branches/2020Q1/math/flint2/Makefile Sun Feb 9 21:36:43 2020 (r525678) @@ -4,17 +4,15 @@ PORTNAME= flint2 DISTVERSION= g20190210 CATEGORIES= math +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ +PATCHFILES= a143883797f27f853332adbee09b76f48b5fbfaf.patch:-p1 \ + 1266c04004a846221491cb005fc8ba45cd3c75f4.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= Fast library for number theory LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN_aarch64= fails to compile: invokes x86 assembler -BROKEN_armv6= fails to compile: invokes x86 assembler -BROKEN_armv7= fails to compile: invokes x86 assembler -BROKEN_mips= fails to compile: invokes x86 assembler -BROKEN_mips64= fails to compile: invokes x86 assembler LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr Modified: branches/2020Q1/math/flint2/distinfo ============================================================================== --- branches/2020Q1/math/flint2/distinfo Sun Feb 9 21:35:51 2020 (r525677) +++ branches/2020Q1/math/flint2/distinfo Sun Feb 9 21:36:43 2020 (r525678) @@ -1,3 +1,7 @@ -TIMESTAMP = 1550371793 +TIMESTAMP = 1580761062 SHA256 (wbhart-flint2-g20190210-2baa9bc_GH0.tar.gz) = e3c085121f481992af84330ae76b47015bd22bffb078432a197e325855d667d5 SIZE (wbhart-flint2-g20190210-2baa9bc_GH0.tar.gz) = 4130197 +SHA256 (a143883797f27f853332adbee09b76f48b5fbfaf.patch) = 16e16aa60a825008371f4a723d6ad6861999fc1ce9877d372464944a77337441 +SIZE (a143883797f27f853332adbee09b76f48b5fbfaf.patch) = 1205 +SHA256 (1266c04004a846221491cb005fc8ba45cd3c75f4.patch) = c4c7903c98323437a3226af05e9a14398b8944ab8c8c00e6a4dfd1b29e56c651 +SIZE (1266c04004a846221491cb005fc8ba45cd3c75f4.patch) = 1577 From owner-svn-ports-branches@freebsd.org Sun Feb 9 23:28:25 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BC3FF245CD0; Sun, 9 Feb 2020 23:28:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48G4wT4VhDz3C97; Sun, 9 Feb 2020 23:28:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 95B39E033; Sun, 9 Feb 2020 23:28:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 019NSP5r017660; Sun, 9 Feb 2020 23:28:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 019NSPpT017659; Sun, 9 Feb 2020 23:28:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002092328.019NSPpT017659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 9 Feb 2020 23:28:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525684 - branches/2020Q1/textproc/nuspell X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/textproc/nuspell X-SVN-Commit-Revision: 525684 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2020 23:28:25 -0000 Author: jbeich Date: Sun Feb 9 23:28:25 2020 New Revision: 525684 URL: https://svnweb.freebsd.org/changeset/ports/525684 Log: MFH: r525683 textproc/nuspell: update pkg-descr after r508372 Reported by: upstream Approved by: ports-secteam blanket Modified: branches/2020Q1/textproc/nuspell/pkg-descr Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/textproc/nuspell/pkg-descr ============================================================================== --- branches/2020Q1/textproc/nuspell/pkg-descr Sun Feb 9 23:27:45 2020 (r525683) +++ branches/2020Q1/textproc/nuspell/pkg-descr Sun Feb 9 23:28:25 2020 (r525684) @@ -1,18 +1,18 @@ -Nuspell is a spell checker library and command-line program designed -for languages with rich morphology and complex word compounding. -Nuspell is a pure C++ reimplementation of Hunspell. +Nuspell is a free and open source spell checker library and command-line +program designed for languages with rich morphology and complex word +compounding. Nuspell is a pure C++ re-implementation of Hunspell. -Main features of Nuspell spell checker and morphological analyzer: +Main features of Nuspell spell checker: - - Full unicode support - - Max. 65535 affix classes and twofold affix stripping (for - agglutinative languages, like Azeri, Basque, Estonian, Finnish, - Hungarian, Turkish, etc.) - - Support complex compounds (for example, Hungarian and German) + - Full unicode support backed by ICU + - Backward compatibility with Hunspell dictionary file format + - Twofold affix stripping (for agglutinative languages, like Azeri, + Basque, Estonian, Finnish, Hungarian, Turkish, etc.) + - Support complex compounds (for example, Hungarian, German and Dutch) - Support language specific features (for example, special casing of Azeri and Turkish dotted i, or German sharp s) - Handle conditional affixes, circumfixes, fogemorphemes, forbidden words, pseudoroots and homonyms. - - Free software. Licenced under GNU LGPL. + - Free software. Licensed under GNU LGPL v3 or later. WWW: https://nuspell.github.io/ From owner-svn-ports-branches@freebsd.org Mon Feb 10 16:57:42 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 26D4723E5E8; Mon, 10 Feb 2020 16:57:42 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48GXCB075rz3DDd; Mon, 10 Feb 2020 16:57: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 F383F222F2; Mon, 10 Feb 2020 16:57:41 +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 01AGvffM047771; Mon, 10 Feb 2020 16:57:41 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01AGvfXR047769; Mon, 10 Feb 2020 16:57:41 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002101657.01AGvfXR047769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Feb 2020 16:57:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525720 - branches/2020Q1/www/firefox-esr X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/www/firefox-esr X-SVN-Commit-Revision: 525720 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2020 16:57:42 -0000 Author: jbeich Date: Mon Feb 10 16:57:41 2020 New Revision: 525720 URL: https://svnweb.freebsd.org/changeset/ports/525720 Log: MFH: r525107 r525477 www/firefox-esr: update to 68.5.0 Changes: https://www.mozilla.org/firefox/68.5.0/releasenotes/ Security: 802e3138-b8af-4a89-a908-f103107e64b4 Approved by: ports-secteam blanket Modified: branches/2020Q1/www/firefox-esr/Makefile branches/2020Q1/www/firefox-esr/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/firefox-esr/Makefile ============================================================================== --- branches/2020Q1/www/firefox-esr/Makefile Mon Feb 10 16:55:44 2020 (r525719) +++ branches/2020Q1/www/firefox-esr/Makefile Mon Feb 10 16:57:41 2020 (r525720) @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 68.4.2 +DISTVERSION= 68.5.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source PKGNAMESUFFIX= -esr DISTFILES= ${DISTNAME}esr.source${EXTRACT_SUFX} Modified: branches/2020Q1/www/firefox-esr/distinfo ============================================================================== --- branches/2020Q1/www/firefox-esr/distinfo Mon Feb 10 16:55:44 2020 (r525719) +++ branches/2020Q1/www/firefox-esr/distinfo Mon Feb 10 16:57:41 2020 (r525720) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579289336 -SHA256 (firefox-68.4.2esr.source.tar.xz) = 5d523259d9a01ca147c088494b6a7bd402ba75b1679a963558b0a0151e7d2ef4 -SIZE (firefox-68.4.2esr.source.tar.xz) = 318429980 +TIMESTAMP = 1581035317 +SHA256 (firefox-68.5.0esr.source.tar.xz) = 52e784f98a37624e8b207f1b23289c2c88f66dd923798cae891a586a6d94a6d1 +SIZE (firefox-68.5.0esr.source.tar.xz) = 314176068 From owner-svn-ports-branches@freebsd.org Mon Feb 10 17:02:35 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8D66C23EA52; Mon, 10 Feb 2020 17:02:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48GXJq3fPgz3Dkl; Mon, 10 Feb 2020 17:02:35 +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 77F3D224B9; Mon, 10 Feb 2020 17:02:35 +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 01AH2ZRm053708; Mon, 10 Feb 2020 17:02:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01AH2XPn053701; Mon, 10 Feb 2020 17:02:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002101702.01AH2XPn053701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Feb 2020 17:02:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525721 - in branches/2020Q1: Mk www/firefox www/firefox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q1: Mk www/firefox www/firefox/files X-SVN-Commit-Revision: 525721 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2020 17:02:35 -0000 Author: jbeich Date: Mon Feb 10 17:02:33 2020 New Revision: 525721 URL: https://svnweb.freebsd.org/changeset/ports/525721 Log: MFH: r525108 r525155 r525478 r525512 www/firefox: update to 73.0 Changes: https://www.mozilla.org/firefox/73.0/releasenotes/ PR: 243295 Security: 802e3138-b8af-4a89-a908-f103107e64b4 Approved by: ports-secteam blanket Differential Revision: https://reviews.freebsd.org/D23146 Added: branches/2020Q1/www/firefox/files/patch-bug1594027 - copied unchanged from r525155, head/www/firefox/files/patch-bug1594027 Deleted: branches/2020Q1/www/firefox/files/patch-bug1556301 Modified: branches/2020Q1/Mk/bsd.gecko.mk branches/2020Q1/www/firefox/Makefile branches/2020Q1/www/firefox/distinfo branches/2020Q1/www/firefox/files/patch-addon-search branches/2020Q1/www/firefox/files/patch-bug1288587 branches/2020Q1/www/firefox/files/patch-bug847568 branches/2020Q1/www/firefox/files/patch-cubeb-sndio Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/Mk/bsd.gecko.mk ============================================================================== --- branches/2020Q1/Mk/bsd.gecko.mk Mon Feb 10 16:57:41 2020 (r525720) +++ branches/2020Q1/Mk/bsd.gecko.mk Mon Feb 10 17:02:33 2020 (r525721) @@ -76,8 +76,8 @@ LDFLAGS+= -Wl,--as-needed BUNDLE_LIBS= yes BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \ - rust-cbindgen>=0.8.7:devel/rust-cbindgen \ - ${RUST_DEFAULT}>=1.35:lang/${RUST_DEFAULT} \ + rust-cbindgen>=0.12.0:devel/rust-cbindgen \ + ${RUST_DEFAULT}>=1.39:lang/${RUST_DEFAULT} \ ${LOCALBASE}/bin/python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//g} \ node:www/node MOZ_EXPORT+= ${CONFIGURE_ENV} \ Modified: branches/2020Q1/www/firefox/Makefile ============================================================================== --- branches/2020Q1/www/firefox/Makefile Mon Feb 10 16:57:41 2020 (r525720) +++ branches/2020Q1/www/firefox/Makefile Mon Feb 10 17:02:33 2020 (r525721) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 72.0.2 +DISTVERSION= 73.0 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.24:devel/nspr \ - nss>=3.48:security/nss \ + nss>=3.49.2:security/nss \ icu>=64.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=2.6.4:print/harfbuzz \ Modified: branches/2020Q1/www/firefox/distinfo ============================================================================== --- branches/2020Q1/www/firefox/distinfo Mon Feb 10 16:57:41 2020 (r525720) +++ branches/2020Q1/www/firefox/distinfo Mon Feb 10 17:02:33 2020 (r525721) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579296956 -SHA256 (firefox-72.0.2.source.tar.xz) = 77fd224bea885172d757aef587ad443f2171aa84e4297bca55df91a1951be389 -SIZE (firefox-72.0.2.source.tar.xz) = 315848856 +TIMESTAMP = 1581110080 +SHA256 (firefox-73.0.source.tar.xz) = b57af802aae32d7f4624ce8b373701236b76904abcb893ded9e0cb5805ba6e17 +SIZE (firefox-73.0.source.tar.xz) = 319387000 Modified: branches/2020Q1/www/firefox/files/patch-addon-search ============================================================================== --- branches/2020Q1/www/firefox/files/patch-addon-search Mon Feb 10 16:57:41 2020 (r525720) +++ branches/2020Q1/www/firefox/files/patch-addon-search Mon Feb 10 17:02:33 2020 (r525721) @@ -5,18 +5,18 @@ diff --git browser/app/profile/firefox.js browser/app/ index 75c2c5e435e35..4d8c09c02759b 100644 --- browser/app/profile/firefox.js +++ browser/app/profile/firefox.js -@@ -45,8 +45,8 @@ pref("extensions.webextOptionalPermissionPrompts", tru +@@ -37,8 +37,8 @@ pref("extensions.webextOptionalPermissionPrompts", tru + // Preferences for AMO integration pref("extensions.getAddons.cache.enabled", true); pref("extensions.getAddons.get.url", "https://services.addons.mozilla.org/api/v3/addons/search/?guid=%IDS%&lang=%LOCALE%"); - pref("extensions.getAddons.compatOverides.url", "https://services.addons.mozilla.org/api/v3/addons/compat-override/?guid=%IDS%&lang=%LOCALE%"); -pref("extensions.getAddons.search.browseURL", "https://addons.mozilla.org/%LOCALE%/firefox/search?q=%TERMS%&platform=%OS%&appver=%VERSION%"); -pref("extensions.webservice.discoverURL", "https://discovery.addons.mozilla.org/%LOCALE%/firefox/discovery/pane/%VERSION%/%OS%/%COMPATIBILITY_MODE%"); +pref("extensions.getAddons.search.browseURL", "https://addons.mozilla.org/%LOCALE%/firefox/search?q=%TERMS%&platform=Linux&appver=%VERSION%"); +pref("extensions.webservice.discoverURL", "https://discovery.addons.mozilla.org/%LOCALE%/firefox/discovery/pane/%VERSION%/Linux/%COMPATIBILITY_MODE%"); pref("extensions.getAddons.link.url", "https://addons.mozilla.org/%LOCALE%/firefox/"); - pref("extensions.getAddons.themes.browseURL", "https://addons.mozilla.org/%LOCALE%/firefox/themes/?src=firefox"); - -@@ -186,8 +186,8 @@ pref("app.update.service.enabled", true); + pref("extensions.getAddons.langpacks.url", "https://services.addons.mozilla.org/api/v3/addons/language-tools/?app=firefox&type=language&appversion=%VERSION%"); + pref("extensions.getAddons.discovery.api_url", "https://services.addons.mozilla.org/api/v4/discovery/?lang=%LOCALE%&edition=%DISTRIBUTION%"); +@@ -169,8 +169,8 @@ pref("app.update.url", "https://aus5.mozilla.org/updat // .. etc .. // pref("extensions.update.enabled", true); @@ -26,7 +26,7 @@ index 75c2c5e435e35..4d8c09c02759b 100644 +pref("extensions.update.background.url", "https://versioncheck-bg.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=Linux&appABI=%APP_ABI%&locale=%APP_LOCALE%¤tAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%"); pref("extensions.update.interval", 86400); // Check for updates to Extensions and // Themes every day - // Non-symmetric (not shared by extensions) extension-specific [update] preferences + diff --git toolkit/mozapps/extensions/internal/AddonRepository.jsm toolkit/mozapps/extensions/internal/AddonRepository.jsm index f70fd8d7e3bd8..81e8cd7764fdf 100644 --- toolkit/mozapps/extensions/internal/AddonRepository.jsm Modified: branches/2020Q1/www/firefox/files/patch-bug1288587 ============================================================================== --- branches/2020Q1/www/firefox/files/patch-bug1288587 Mon Feb 10 16:57:41 2020 (r525720) +++ branches/2020Q1/www/firefox/files/patch-bug1288587 Mon Feb 10 17:02:33 2020 (r525721) @@ -2,30 +2,15 @@ diff --git a/build/moz.configure/init.configure b/buil index 855214a..1e91d51 100644 --- build/moz.configure/init.configure +++ build/moz.configure/init.configure -@@ -165,16 +165,17 @@ option(env='PYTHON', nargs=1, help='Python interpreter') - # ============================================================== - @depends('PYTHON', check_build_environment, mozconfig, '--help') - @imports('os') - @imports('sys') - @imports('subprocess') - @imports(_from='mozbuild.configure.util', _import='LineIO') +@@ -211,6 +211,7 @@ option(env='PYTHON', nargs=1, help='Python 2.7 interpr @imports(_from='mozbuild.virtualenv', _import='VirtualenvManager') @imports(_from='mozbuild.virtualenv', _import='verify_python_version') + @imports(_from='mozbuild.virtualenv', _import='PY2') +@imports(_from='__builtin__', _import='KeyError') - @imports('distutils.sysconfig') - def virtualenv_python(env_python, build_env, mozconfig, help): + def virtualenv_python2(env_python, build_env, mozconfig, help): if help: return - - python = env_python[0] if env_python else None - - # Ideally we'd rely on the mozconfig injection from mozconfig_options, -@@ -184,16 +185,22 @@ def virtualenv_python(env_python, build_env, mozconfig, help): - if 'PYTHON' in mozconfig['env']['added']: - python = mozconfig['env']['added']['PYTHON'] - elif 'PYTHON' in mozconfig['env']['modified']: - python = mozconfig['env']['modified']['PYTHON'][1] - elif 'PYTHON' in mozconfig['vars']['added']: +@@ -242,6 +243,12 @@ def virtualenv_python2(env_python, build_env, mozconfi python = mozconfig['vars']['added']['PYTHON'] elif 'PYTHON' in mozconfig['vars']['modified']: python = mozconfig['vars']['modified']['PYTHON'][1] @@ -36,32 +21,50 @@ index 855214a..1e91d51 100644 + except KeyError: + pass - with LineIO(lambda l: log.error(l)) as out: - verify_python_version(out) - topsrcdir, topobjdir = build_env.topsrcdir, build_env.topobjdir - if topobjdir.endswith('/js/src'): - topobjdir = topobjdir[:-7] + log.debug("python2: executable from configuration: %r" % python) - with LineIO(lambda l: log.info(l)) as out: -@@ -255,17 +262,20 @@ def virtualenv_python(env_python, build_env, mozconfig - log.info('Creating Python environment') - manager.build(python) +@@ -294,7 +301,10 @@ def virtualenv_python2(env_python, build_env, mozconfi + sys.executable, manager.python_path)) + log.info('Reexecuting in the virtualenv') + if env_python: +- del os.environ['PYTHON'] ++ try: ++ del os.environ['PYTHON'] ++ except KeyError: ++ pass + # One would prefer to use os.execl, but that's completely borked on + # Windows. + sys.exit(subprocess.call([python] + sys.argv)) +@@ -430,6 +440,7 @@ option(env='PYTHON3', nargs=1, help='Python 3 interpre + @imports(_from='mozbuild.virtualenv', _import='PY3') + @imports(_from='mozbuild.pythonutil', _import='find_python3_executable') + @imports(_from='mozbuild.pythonutil', _import='python_executable_version') ++@imports(_from='__builtin__', _import='KeyError') + def virtualenv_python3(env_python, build_env, mozillabuild, mozconfig, help): + if help: + return +@@ -465,6 +476,12 @@ def virtualenv_python3(env_python, build_env, mozillab + python = mozconfig['vars']['added']['PYTHON3'] + elif 'PYTHON3' in mozconfig['vars']['modified']: + python = mozconfig['vars']['modified']['PYTHON3'][1] ++ for i in ('env', 'vars'): ++ for j in ('added', 'modified'): ++ try: ++ del mozconfig[i][j]['PYTHON3'] ++ except KeyError: ++ pass - python = normsep(manager.python_path) + log.debug("python3: executable from configuration: %r" % python) - if not normsep(sys.executable).startswith(normsep(virtualenvs_root)): - log.info('Reexecuting in the virtualenv') - if env_python: -- del os.environ['PYTHON'] -+ try: -+ del os.environ['PYTHON'] -+ except KeyError: -+ pass - # One would prefer to use os.execl, but that's completely borked on - # Windows. - sys.exit(subprocess.call([python] + sys.argv)) - - # We are now in the virtualenv - if not distutils.sysconfig.get_python_lib(): - die('Could not determine python site packages directory') - +@@ -545,7 +562,10 @@ def virtualenv_python3(env_python, build_env, mozillab + sys.executable, manager.python_path)) + log.info('Re-executing in the virtualenv') + if env_python: +- del os.environ['PYTHON3'] ++ try: ++ del os.environ['PYTHON3'] ++ except KeyError: ++ pass + # One would prefer to use os.execl, but that's completely borked on + # Windows. + sys.exit(subprocess.call([python] + sys.argv)) Copied: branches/2020Q1/www/firefox/files/patch-bug1594027 (from r525155, head/www/firefox/files/patch-bug1594027) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/www/firefox/files/patch-bug1594027 Mon Feb 10 17:02:33 2020 (r525721, copy of r525155, head/www/firefox/files/patch-bug1594027) @@ -0,0 +1,29 @@ +Disable STL wrappers in some places to help libc++ 9 + +diff --git config/external/rlbox/moz.build config/external/rlbox/moz.build +index d216e62cad861..391bbdf566b88 100644 +--- config/external/rlbox/moz.build ++++ config/external/rlbox/moz.build +@@ -26,4 +26,7 @@ SOURCES += [ + 'rlbox_thread_locals.cpp' + ] + ++# bug 1594027 ++DisableStlWrapping() ++ + FINAL_LIBRARY = 'xul' +\ No newline at end of file +diff --git gfx/graphite2/src/moz.build gfx/graphite2/src/moz.build +index 447cd861126a3..8a4fcd814e6fb 100755 +--- gfx/graphite2/src/moz.build ++++ gfx/graphite2/src/moz.build +@@ -69,6 +69,9 @@ if CONFIG['MOZ_WASM_SANDBOXING_GRAPHITE']: + # thebes + DefineAndWasmDefine('GRAPHITE2_STATIC', True) + ++# bug 1594027 ++DisableStlWrapping() ++ + # We allow warnings for third-party code that can be updated from upstream. + AllowCompilerWarnings() + Modified: branches/2020Q1/www/firefox/files/patch-bug847568 ============================================================================== --- branches/2020Q1/www/firefox/files/patch-bug847568 Mon Feb 10 16:57:41 2020 (r525720) +++ branches/2020Q1/www/firefox/files/patch-bug847568 Mon Feb 10 17:02:33 2020 (r525721) @@ -43,7 +43,7 @@ new file mode 100644 index 0000000000000..24e8d7a03274a --- /dev/null +++ gfx/graphite2/geckoextra/moz.build -@@ -0,0 +1,20 @@ +@@ -0,0 +1,21 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public @@ -52,6 +52,7 @@ index 0000000000000..24e8d7a03274a + +EXPORTS.graphite2 += [ + 'include/GraphiteExtra.h', ++ 'include/GraphiteStructsForRLBox.h', +] + +UNIFIED_SOURCES += [ @@ -226,7 +227,7 @@ index 95a58b634593..b614eef85c89 100644 + * 100 + GR2_VERSION_BUGFIX >= \ + (major) * 10000 + (minor) * 100 + (bugfix) ) + ], [ -+ #if !GR2_VERSION_REQUIRE(1,3,12) ++ #if !GR2_VERSION_REQUIRE(1,3,13) + #error "Insufficient graphite2 version." + #endif + ], [], @@ -277,7 +278,7 @@ index 9297e4d6f501..d8e273887e4b 100644 +option('--with-system-harfbuzz', + help="Use system harfbuzz (located with pkgconfig)") + -+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 2.6.2', ++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 2.6.4', + when='--with-system-harfbuzz') + +set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) Modified: branches/2020Q1/www/firefox/files/patch-cubeb-sndio ============================================================================== --- branches/2020Q1/www/firefox/files/patch-cubeb-sndio Mon Feb 10 16:57:41 2020 (r525720) +++ branches/2020Q1/www/firefox/files/patch-cubeb-sndio Mon Feb 10 17:02:33 2020 (r525721) @@ -1,113 +1,15 @@ -https://github.com/kinetiknz/cubeb/commit/a71f116501fe39962599c435ef65066f7e7ea9f5 -https://github.com/kinetiknz/cubeb/commit/3025cbec70f3ed097ec9a2f33a4823316a29efc4 -https://github.com/kinetiknz/cubeb/commit/bb2735fa2ff680fdc615edbb363b19ff4a759503 -https://github.com/kinetiknz/cubeb/pull/564 +https://github.com/kinetiknz/cubeb/commit/3ab507569153 diff --git a/src/cubeb_sndio.c b/src/cubeb_sndio.c index 4a05bd84..34b3513d 100644 --- media/libcubeb/src/cubeb_sndio.c +++ media/libcubeb/src/cubeb_sndio.c -@@ -32,6 +32,7 @@ - X(sio_eof) \ - X(sio_getpar) \ - X(sio_initpar) \ -+ X(sio_nfds) \ - X(sio_onmove) \ - X(sio_open) \ - X(sio_pollfd) \ -@@ -124,6 +125,23 @@ s16_to_float(void *ptr, long nsamp) - *(--dst) = (1. / 32768) * *(--src); - } - -+static const char * -+sndio_get_device() -+{ -+#ifdef __linux__ -+ /* -+ * On other platforms default to sndio devices, -+ * so cubebs other backends can be used instead. -+ */ -+ const char *dev = getenv("AUDIODEVICE"); -+ if (dev == NULL || *dev == '\0') -+ return "snd/0"; -+ return dev; -+#else -+ return SIO_DEVANY; -+#endif -+} -+ - static void - sndio_onmove(void *arg, int delta) +@@ -128,7 +128,7 @@ s16_to_float(void *ptr, long nsamp) + static const char * + sndio_get_device() { -@@ -135,18 +153,23 @@ sndio_onmove(void *arg, int delta) - static void * - sndio_mainloop(void *arg) - { --#define MAXFDS 8 -- struct pollfd pfds[MAXFDS]; -+ struct pollfd *pfds; - cubeb_stream *s = arg; - int n, eof = 0, prime, nfds, events, revents, state = CUBEB_STATE_STARTED; - size_t pstart = 0, pend = 0, rstart = 0, rend = 0; - long nfr; - -+ nfds = WRAP(sio_nfds)(s->hdl); -+ pfds = calloc(nfds, sizeof (struct pollfd)); -+ if (pfds == NULL) -+ return NULL; -+ - DPR("sndio_mainloop()\n"); - s->state_cb(s, s->arg, CUBEB_STATE_STARTED); - pthread_mutex_lock(&s->mtx); - if (!WRAP(sio_start)(s->hdl)) { - pthread_mutex_unlock(&s->mtx); -+ free(pfds); - return NULL; - } - DPR("sndio_mainloop(), started\n"); -@@ -274,6 +297,7 @@ sndio_mainloop(void *arg) - s->hwpos = s->swpos; - pthread_mutex_unlock(&s->mtx); - s->state_cb(s, s->arg, state); -+ free(pfds); - return NULL; - } - -@@ -281,6 +305,9 @@ sndio_mainloop(void *arg) - sndio_init(cubeb **context, char const *context_name) - { - void * libsndio = NULL; -+ struct sio_hdl *hdl; -+ -+ assert(context); - - #ifndef DISABLE_LIBSNDIO_DLOPEN - libsndio = dlopen("libsndio.so.7.0", RTLD_LAZY); -@@ -305,8 +332,17 @@ sndio_init(cubeb **context, char const *context_name) - #undef LOAD - #endif - -+ /* test if sndio works */ -+ hdl = WRAP(sio_open)(sndio_get_device(), SIO_PLAY, 1); -+ if (hdl == NULL) { -+ return CUBEB_ERROR; -+ } -+ WRAP(sio_close)(hdl); -+ - DPR("sndio_init(%s)\n", context_name); -- *context = malloc(sizeof(*context)); -+ *context = malloc(sizeof(**context)); -+ if (*context == NULL) -+ return CUBEB_ERROR; - (*context)->libsndio = libsndio; - (*context)->ops = &sndio_ops; - (void)context_name; -@@ -377,7 +413,7 @@ sndio_stream_init(cubeb * context, - goto err; - } - s->context = context; -- s->hdl = WRAP(sio_open)(NULL, s->mode, 1); -+ s->hdl = WRAP(sio_open)(sndio_get_device(), s->mode, 1); - if (s->hdl == NULL) { - DPR("sndio_stream_init(), sio_open() failed\n"); - goto err; +-#ifndef __OpenBSD__ ++#ifdef __linux__ + /* + * On other platforms default to sndio devices, + * so cubebs other backends can be used instead. From owner-svn-ports-branches@freebsd.org Mon Feb 10 17:04:45 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8A9C023EBDF; Mon, 10 Feb 2020 17:04:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48GXMK3cvGz3F1q; Mon, 10 Feb 2020 17:04:45 +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 77494224C1; Mon, 10 Feb 2020 17:04:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01AH4jHD054075; Mon, 10 Feb 2020 17:04:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01AH4iIi054071; Mon, 10 Feb 2020 17:04:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002101704.01AH4iIi054071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Feb 2020 17:04:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525722 - branches/2020Q1/www/firefox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/www/firefox/files X-SVN-Commit-Revision: 525722 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2020 17:04:45 -0000 Author: jbeich Date: Mon Feb 10 17:04:44 2020 New Revision: 525722 URL: https://svnweb.freebsd.org/changeset/ports/525722 Log: MFH: r525179 www/firefox: apply upstream powerpc64 fixes Many of these are stalled on review for various reasons but the intent of each seems clear enough to keep rebasing or ask upstream for help. pkg-fallout@ would identify rebase mistakes while atomic changes would identify when a particular patch is no longer useful. Submitted by: mikael (via D21765) Approved by: ports-secteam blanket Added: branches/2020Q1/www/firefox/files/patch-bug1269654_comment5 - copied unchanged from r525179, head/www/firefox/files/patch-bug1269654_comment5 branches/2020Q1/www/firefox/files/patch-bug1504834_comment10 - copied unchanged from r525179, head/www/firefox/files/patch-bug1504834_comment10 branches/2020Q1/www/firefox/files/patch-bug1504834_comment5 - copied unchanged from r525179, head/www/firefox/files/patch-bug1504834_comment5 branches/2020Q1/www/firefox/files/patch-bug1504834_comment7 - copied unchanged from r525179, head/www/firefox/files/patch-bug1504834_comment7 branches/2020Q1/www/firefox/files/patch-bug1504834_comment9 - copied unchanged from r525179, head/www/firefox/files/patch-bug1504834_comment9 Modified: Directory Properties: branches/2020Q1/ (props changed) Copied: branches/2020Q1/www/firefox/files/patch-bug1269654_comment5 (from r525179, head/www/firefox/files/patch-bug1269654_comment5) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/www/firefox/files/patch-bug1269654_comment5 Mon Feb 10 17:04:44 2020 (r525722, copy of r525179, head/www/firefox/files/patch-bug1269654_comment5) @@ -0,0 +1,43 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1269654#c5 +https://bug1269654.bmoattachments.org/attachment.cgi?id=8749234 +handle big-endian formats in Cairo format conversions + +# HG changeset patch +# User Lee Salzman +# Date 1462463631 14400 +# Thu May 05 11:53:51 2016 -0400 +# Node ID 8da374804a09977c8f89af5e6e0cb37cb074595d +# Parent 29662e28a9c93ac67ee0b8ddfb65a9f29bbf73f5 +handle big-endian formats in Cairo format conversions + +--- gfx/2d/HelpersCairo.h.orig 2019-12-02 17:51:16.633474000 +0100 ++++ gfx/2d/HelpersCairo.h 2019-12-02 17:52:44.939998000 +0100 +@@ -147,7 +147,14 @@ static inline cairo_format_t GfxFormatToCairoFormat(Su + case SurfaceFormat::R5G6B5_UINT16: + return CAIRO_FORMAT_RGB16_565; + default: +- gfxCriticalError() << "Unknown image format " << (int)format; ++ // _UINT32 formats don't match B8G8R8[AX]8 on big-endian platforms, ++ // and Moz2d uses B8G8R8[AX]8 as if it was _UINT32. ++ // See bug 1269654 ++ if (format == SurfaceFormat::B8G8R8X8) { ++ return CAIRO_FORMAT_RGB24; ++ } else if (format != SurfaceFormat::B8G8R8A8) { ++ gfxCriticalError() << "Unknown image format " << (int)format; ++ } + return CAIRO_FORMAT_ARGB32; + } + } +@@ -177,7 +184,11 @@ static inline cairo_content_t GfxFormatToCairoContent( + case SurfaceFormat::A8: + return CAIRO_CONTENT_ALPHA; + default: +- gfxCriticalError() << "Unknown image content format " << (int)format; ++ if (format == SurfaceFormat::B8G8R8X8) { ++ return CAIRO_CONTENT_COLOR; ++ } else if (format != SurfaceFormat::B8G8R8A8) { ++ gfxCriticalError() << "Unknown image content format " << (int)format; ++ } + return CAIRO_CONTENT_COLOR_ALPHA; + } + } Copied: branches/2020Q1/www/firefox/files/patch-bug1504834_comment10 (from r525179, head/www/firefox/files/patch-bug1504834_comment10) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/www/firefox/files/patch-bug1504834_comment10 Mon Feb 10 17:04:44 2020 (r525722, copy of r525179, head/www/firefox/files/patch-bug1504834_comment10) @@ -0,0 +1,34 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1504834#c10 +https://bug1504834.bmoattachments.org/attachment.cgi?id=9111147 +mozilla-bmo1504834-part4.patch + +# HG changeset patch +# Parent 46ea866ca3acb8bb5e1709ceb799b9c94f591dec +Problem description: Tab-titles that are too long to fit into a tab get faded out. + On big endian this is broken and instead of fading out, the + tab gets white and the font transparent, leading to an unreadable + tab-title +Solution: This is not a real solution, but a hack. The real solution would have been + to byte-swap the correct buffer, but I could not find it. + So the next best thing is to deactivate the fading-effect. Now all tab-titles + are readable, albeit not as pretty to look at as they could be. +Side-effects: I have not yet found an unwanted side-effect. + +diff -r 46ea866ca3ac -r 6ef20eee3f8f gfx/2d/DrawTargetSkia.cpp +--- gfx/2d/DrawTargetSkia.cpp Tue Oct 22 12:27:22 2019 +0200 ++++ gfx/2d/DrawTargetSkia.cpp Thu Oct 31 09:11:56 2019 +0100 +@@ -1861,6 +1861,14 @@ + SkCanvas::kPreserveLCDText_SaveLayerFlag | + (aCopyBackground ? SkCanvas::kInitWithPrevious_SaveLayerFlag : 0)); + ++#if MOZ_BIG_ENDIAN ++ // Pushing a layer where an aMask is defined produces wrong output. ++ // We _should_ endian swap the data, but I couldn't find a workable way to do so ++ // Therefore I deactivate those layers in the meantime. ++ // The result is: Tab-titles that are longer than the available space should be faded out. ++ // The fading doesn't work, so we deactivate the fading-effect here. ++ if (!aMask) ++#endif + mCanvas->saveLayer(saveRec); + + SetPermitSubpixelAA(aOpaque); Copied: branches/2020Q1/www/firefox/files/patch-bug1504834_comment5 (from r525179, head/www/firefox/files/patch-bug1504834_comment5) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/www/firefox/files/patch-bug1504834_comment5 Mon Feb 10 17:04:44 2020 (r525722, copy of r525179, head/www/firefox/files/patch-bug1504834_comment5) @@ -0,0 +1,80 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1504834#c5 +https://bugzilla.mozilla.org/attachment.cgi?id=9028600 +Rough progress patch + + +diff -r 53107afbc21e gfx/skia/skia/third_party/skcms/skcms.cc +--- gfx/skia/skia/third_party/skcms/skcms.cc Wed Nov 07 04:50:21 2018 +0000 ++++ gfx/skia/skia/third_party/skcms/skcms.cc Thu Nov 29 12:49:35 2018 +0000 +@@ -30,6 +30,8 @@ + #include + #include + #endif ++#else ++ #define SKCMS_PORTABLE + #endif + + // sizeof(x) will return size_t, which is 32-bit on some machines and 64-bit on others. +@@ -280,20 +282,28 @@ enum { + static uint16_t read_big_u16(const uint8_t* ptr) { + uint16_t be; + memcpy(&be, ptr, sizeof(be)); +-#if defined(_MSC_VER) +- return _byteswap_ushort(be); ++#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ ++ return be; + #else ++ #if defined(_MSC_VER) ++ return _byteswap_ushort(be); ++ #else + return __builtin_bswap16(be); ++ #endif + #endif + } + + static uint32_t read_big_u32(const uint8_t* ptr) { + uint32_t be; + memcpy(&be, ptr, sizeof(be)); +-#if defined(_MSC_VER) +- return _byteswap_ulong(be); ++#if __BYTE_ORDER == __ORDER_BIG_ENDIAN__ ++ return be; + #else ++ #if defined(_MSC_VER) ++ return _byteswap_ulong(be); ++ #else + return __builtin_bswap32(be); ++ #endif + #endif + } + +--- gfx/2d/DrawTargetSkia.cpp.orig 2019-09-21 15:51:04.129603000 +0200 ++++ gfx/2d/DrawTargetSkia.cpp 2019-09-21 15:52:11.900316000 +0200 +@@ -138,8 +138,7 @@ static IntRect CalculateSurfaceBounds(const IntSize& a + return surfaceBounds.Intersect(bounds); + } + +-static const int kARGBAlphaOffset = +- SurfaceFormat::A8R8G8B8_UINT32 == SurfaceFormat::B8G8R8A8 ? 3 : 0; ++static const int kARGBAlphaOffset = 0; + + static bool VerifyRGBXFormat(uint8_t* aData, const IntSize& aSize, + const int32_t aStride, SurfaceFormat aFormat) { +--- gfx/2d/Types.h.orig 2019-09-21 15:52:47.044803000 +0200 ++++ gfx/2d/Types.h 2019-09-21 15:53:40.113641000 +0200 +@@ -87,15 +87,8 @@ enum class SurfaceFormat : int8_t { + // The following values are endian-independent synonyms. The _UINT32 suffix + // indicates that the name reflects the layout when viewed as a uint32_t + // value. +-#if MOZ_LITTLE_ENDIAN() + A8R8G8B8_UINT32 = B8G8R8A8, // 0xAARRGGBB + X8R8G8B8_UINT32 = B8G8R8X8, // 0x00RRGGBB +-#elif MOZ_BIG_ENDIAN() +- A8R8G8B8_UINT32 = A8R8G8B8, // 0xAARRGGBB +- X8R8G8B8_UINT32 = X8R8G8B8, // 0x00RRGGBB +-#else +-# error "bad endianness" +-#endif + + // The following values are OS and endian-independent synonyms. + // Copied: branches/2020Q1/www/firefox/files/patch-bug1504834_comment7 (from r525179, head/www/firefox/files/patch-bug1504834_comment7) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/www/firefox/files/patch-bug1504834_comment7 Mon Feb 10 17:04:44 2020 (r525722, copy of r525179, head/www/firefox/files/patch-bug1504834_comment7) @@ -0,0 +1,76 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1504834#c7 +https://bugzilla.mozilla.org/attachment.cgi?id=9080593 +WIP-s390x-fixes.patch + +# HG changeset patch +# Parent 548d0a2f3a22bfac32ec0c3921c6c969c8bf32a9 + +diff -r 548d0a2f3a22 gfx/2d/ConvolutionFilter.cpp +--- gfx/2d/ConvolutionFilter.cpp Mon Jul 22 16:57:54 2019 +0200 ++++ gfx/2d/ConvolutionFilter.cpp Thu Jul 25 14:27:59 2019 +0200 +@@ -35,9 +35,38 @@ + return true; + } + ++static void ByteSwapArray(uint8_t *u8Array, int32_t size) { ++ uint32_t *array = reinterpret_cast(u8Array); ++ for (int pxl = 0; pxl < size; ++pxl) { ++ // Use an endian swap to move the bytes, i.e. BGRA -> ARGB. ++ uint32_t rgba = array[pxl]; ++ array[pxl] = NativeEndian::swapToLittleEndian(rgba); ++ } ++} ++ + void ConvolutionFilter::ConvolveHorizontally(const uint8_t* aSrc, uint8_t* aDst, + bool aHasAlpha) { ++#ifdef MOZ_BIG_ENDIAN ++ int outputSize = mFilter->numValues(); ++ ++ // Input size isn't handed in, so we have to calculate it quickly ++ int inputSize = 0; ++ for (int xx = 0; xx < outputSize; ++xx) { ++ // Get the filter that determines the current output pixel. ++ int filterOffset, filterLength; ++ mFilter->FilterForValue(xx, &filterOffset, &filterLength); ++ inputSize = std::max(inputSize, filterOffset + filterLength); ++ } ++ ++ ByteSwapArray((uint8_t*)aSrc, inputSize); ++#endif ++ + SkOpts::convolve_horizontally(aSrc, *mFilter, aDst, aHasAlpha); ++ ++#ifdef MOZ_BIG_ENDIAN ++ ByteSwapArray((uint8_t*)aSrc, inputSize); ++ ByteSwapArray(aDst, outputSize); ++#endif + } + + void ConvolutionFilter::ConvolveVertically(uint8_t* const* aSrc, uint8_t* aDst, +@@ -49,8 +78,26 @@ + int32_t filterLength; + auto filterValues = + mFilter->FilterForValue(aRowIndex, &filterOffset, &filterLength); ++ ++#ifdef MOZ_BIG_ENDIAN ++ for (int filterY = 0; filterY < filterLength; filterY++) { ++ // Skia only knows LE, so we have to swizzle the input ++ ByteSwapArray(aSrc[filterY], aRowSize); ++ } ++#endif ++ + SkOpts::convolve_vertically(filterValues, filterLength, aSrc, aRowSize, aDst, + aHasAlpha); ++ ++#ifdef MOZ_BIG_ENDIAN ++ // After skia is finished, we swizzle back to BE, in case ++ // the input is used again somewhere else ++ for (int filterY = 0; filterY < filterLength; filterY++) { ++ ByteSwapArray(aSrc[filterY], aRowSize); ++ } ++ // The destination array as well ++ ByteSwapArray(aDst, aRowSize); ++#endif + } + + /* ConvolutionFilter::ComputeResizeFactor is derived from Skia's Copied: branches/2020Q1/www/firefox/files/patch-bug1504834_comment9 (from r525179, head/www/firefox/files/patch-bug1504834_comment9) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/www/firefox/files/patch-bug1504834_comment9 Mon Feb 10 17:04:44 2020 (r525722, copy of r525179, head/www/firefox/files/patch-bug1504834_comment9) @@ -0,0 +1,49 @@ +https://bugzilla.mozilla.org/show_bug.cgi?id=1504834#c9 +https://bugzilla.mozilla.org/attachment.cgi?id=9111146 +mozilla-bmo1504834-part3.patch + + +# HG changeset patch +# Parent aecb4600e5da17443b224c79eee178c1d8e155e3 +For FF68, AntiAliasing of XULTexts seem to be broken on big endian (s390x). Text and icons of the sandwich-menu to the +right of the address bar, as well as plugin-windows appears transparant, which usually means unreadable (white on white). + +diff -r aecb4600e5da gfx/skia/skia/include/private/SkNx.h +--- gfx/skia/skia/include/private/SkNx.h Tue Aug 20 09:46:55 2019 +0200 ++++ gfx/skia/skia/include/private/SkNx.h Mon Sep 09 10:04:06 2019 +0200 +@@ -238,7 +238,18 @@ + AI SkNx operator*(const SkNx& y) const { return fVal * y.fVal; } + AI SkNx operator/(const SkNx& y) const { return fVal / y.fVal; } + ++ // On Big endian the commented out variant doesn't work, ++ // and honestly, I have no idea why it exists in the first place. ++ // The reason its broken is, I think, that it defaults to the double-variant of ToBits() ++ // which gets a 64-bit integer, and FromBits returns 32-bit, ++ // cutting off the wrong half again. ++ // Overall, I see no reason to have ToBits and FromBits at all (even for floats/doubles). ++ // Still we are only "fixing" this for big endian and leave little endian alone (never touch a running system) ++#ifdef SK_CPU_BENDIAN ++ AI SkNx operator&(const SkNx& y) const { return fVal & y.fVal; } ++#else + AI SkNx operator&(const SkNx& y) const { return FromBits(ToBits(fVal) & ToBits(y.fVal)); } ++#endif + AI SkNx operator|(const SkNx& y) const { return FromBits(ToBits(fVal) | ToBits(y.fVal)); } + AI SkNx operator^(const SkNx& y) const { return FromBits(ToBits(fVal) ^ ToBits(y.fVal)); } + +diff -r aecb4600e5da gfx/skia/skia/src/opts/SkBlitMask_opts.h +--- gfx/skia/skia/src/opts/SkBlitMask_opts.h Tue Aug 20 09:46:55 2019 +0200 ++++ gfx/skia/skia/src/opts/SkBlitMask_opts.h Mon Sep 09 10:04:06 2019 +0200 +@@ -203,7 +203,13 @@ + // ~~~> + // a = 1*aa + d(1-1*aa) = aa + d(1-aa) + // c = 0*aa + d(1-1*aa) = d(1-aa) ++ ++ // For big endian we have to swap the alpha-mask from 0,0,0,255 to 255,0,0,0 ++#ifdef SK_CPU_BENDIAN ++ return Sk4px(Sk16b(aa) & Sk16b(255,0,0,0, 255,0,0,0, 255,0,0,0, 255,0,0,0)) ++#else + return Sk4px(Sk16b(aa) & Sk16b(0,0,0,255, 0,0,0,255, 0,0,0,255, 0,0,0,255)) ++#endif + + d.approxMulDiv255(aa.inv()); + }; + while (h --> 0) { From owner-svn-ports-branches@freebsd.org Mon Feb 10 22:38:39 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 48E54246A4C; Mon, 10 Feb 2020 22:38:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Ggmb1G2Kz48ZG; Mon, 10 Feb 2020 22:38:39 +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 2676226259; Mon, 10 Feb 2020 22:38:39 +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 01AMcc48055727; Mon, 10 Feb 2020 22:38:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01AMcctD055724; Mon, 10 Feb 2020 22:38:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002102238.01AMcctD055724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Feb 2020 22:38:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525760 - in branches/2020Q1/security: ca_root_nss nss nss/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q1/security: ca_root_nss nss nss/files X-SVN-Commit-Revision: 525760 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2020 22:38:39 -0000 Author: jbeich Date: Mon Feb 10 22:38:37 2020 New Revision: 525760 URL: https://svnweb.freebsd.org/changeset/ports/525760 Log: MFH: r523059 r525757 security/nss: update to 3.50 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.50_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_50_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Reported by: Repology Approved by: ports-secteam blanket (required by Firefox 74) Deleted: branches/2020Q1/security/nss/files/patch-bug1575843 branches/2020Q1/security/nss/files/patch-bug1602386 branches/2020Q1/security/nss/files/patch-lib_freebl_blinit.c Modified: branches/2020Q1/security/ca_root_nss/Makefile branches/2020Q1/security/ca_root_nss/distinfo branches/2020Q1/security/nss/Makefile branches/2020Q1/security/nss/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/security/ca_root_nss/Makefile ============================================================================== --- branches/2020Q1/security/ca_root_nss/Makefile Mon Feb 10 22:38:23 2020 (r525759) +++ branches/2020Q1/security/ca_root_nss/Makefile Mon Feb 10 22:38:37 2020 (r525760) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.49.2 +VERSION_NSS= 3.50 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2020Q1/security/ca_root_nss/distinfo ============================================================================== --- branches/2020Q1/security/ca_root_nss/distinfo Mon Feb 10 22:38:23 2020 (r525759) +++ branches/2020Q1/security/ca_root_nss/distinfo Mon Feb 10 22:38:37 2020 (r525760) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579818145 -SHA256 (nss-3.49.2.tar.gz) = faa7502c3ce9240d4be2aa88f63d88cf7d1cc512060e63ef21a7813c236160b2 -SIZE (nss-3.49.2.tar.gz) = 76489641 +TIMESTAMP = 1581109126 +SHA256 (nss-3.50.tar.gz) = 185df319775243f5f5daa9d49b7f9cc5f2b389435be3247c3376579bee063ba7 +SIZE (nss-3.50.tar.gz) = 78041630 Modified: branches/2020Q1/security/nss/Makefile ============================================================================== --- branches/2020Q1/security/nss/Makefile Mon Feb 10 22:38:23 2020 (r525759) +++ branches/2020Q1/security/nss/Makefile Mon Feb 10 22:38:37 2020 (r525760) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.49.2 +PORTVERSION= 3.50 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2020Q1/security/nss/distinfo ============================================================================== --- branches/2020Q1/security/nss/distinfo Mon Feb 10 22:38:23 2020 (r525759) +++ branches/2020Q1/security/nss/distinfo Mon Feb 10 22:38:37 2020 (r525760) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579818145 -SHA256 (nss-3.49.2.tar.gz) = faa7502c3ce9240d4be2aa88f63d88cf7d1cc512060e63ef21a7813c236160b2 -SIZE (nss-3.49.2.tar.gz) = 76489641 +TIMESTAMP = 1581109126 +SHA256 (nss-3.50.tar.gz) = 185df319775243f5f5daa9d49b7f9cc5f2b389435be3247c3376579bee063ba7 +SIZE (nss-3.50.tar.gz) = 78041630 From owner-svn-ports-branches@freebsd.org Mon Feb 10 23:52:09 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 43496248006; Mon, 10 Feb 2020 23:52:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48GjPP16Jzz4D4R; Mon, 10 Feb 2020 23:52:09 +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 214AD270F2; Mon, 10 Feb 2020 23:52:09 +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 01ANq9Do001911; Mon, 10 Feb 2020 23:52:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01ANq9kn001910; Mon, 10 Feb 2020 23:52:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002102352.01ANq9kn001910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Feb 2020 23:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525767 - branches/2020Q1/security/nss X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/security/nss X-SVN-Commit-Revision: 525767 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2020 23:52:09 -0000 Author: jbeich Date: Mon Feb 10 23:52:08 2020 New Revision: 525767 URL: https://svnweb.freebsd.org/changeset/ports/525767 Log: MFH: r525766 security/nss: disable AltiVec on 32-bit powerpc Crypto acceleration is only implemented for powerpc64 but build flags leak to other powerpc targets. Disable via a variable introduced in 3.50. PR: 242523 Reported by: many Approved by: ports-secteam blanket Modified: branches/2020Q1/security/nss/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/security/nss/Makefile ============================================================================== --- branches/2020Q1/security/nss/Makefile Mon Feb 10 23:51:09 2020 (r525766) +++ branches/2020Q1/security/nss/Makefile Mon Feb 10 23:52:08 2020 (r525767) @@ -57,6 +57,8 @@ BINS= ${DIST}/${OPSYS}${OSREL}_DBG.OBJ .if ${ARCH} == powerpc64 USES+= compiler:c++11-lang # -mcrypto -mvsx +.else +MAKE_ENV+= NSS_DISABLE_ALTIVEC=1 .endif .if ${OPSYS} == FreeBSD && ${ARCH} == amd64 From owner-svn-ports-branches@freebsd.org Tue Feb 11 03:37:48 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B23CA24CB5B; Tue, 11 Feb 2020 03:37:48 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48GpPm4CK3z4QXQ; Tue, 11 Feb 2020 03:37:48 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 494ED1AD5; Tue, 11 Feb 2020 03:37:48 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01B3bm2R036349; Tue, 11 Feb 2020 03:37:48 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01B3blOK036345; Tue, 11 Feb 2020 03:37:47 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202002110337.01B3blOK036345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 11 Feb 2020 03:37:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525774 - in branches/2020Q1/misc/brs: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in branches/2020Q1/misc/brs: . files X-SVN-Commit-Revision: 525774 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2020 03:37:48 -0000 Author: koobs Date: Tue Feb 11 03:37:47 2020 New Revision: 525774 URL: https://svnweb.freebsd.org/changeset/ports/525774 Log: MFH: r525523 misc/brs: Update to 4.3.0 misc/brs currently builds with many warnings and segfaults at runtime, likely a missing prototypes issue as that's what most of the warnings are. A much more recent version (4.30 as opposed to 4.03) of this is widely available on linux under the name "bible-kjv", which also exists as an OpenBSD port. This change updates brs to 4.30, switching upstream to DEBIAN [1], and the first step commit to renaming the port. While here: - Include the "randverse" program - Wordsmith pkg-descr: It's all very well saying that the port includes libraries, but it doesn't install them. - Remove patches: no longer relevent [1] Use a temporary MASTER_SITES workaround, instead of 'DEBIAN' directly because it does not currently use or support DISTNAME. PR: 243886 Submitted by: Andrew Approved by: (implicit, approves maintainer change) Approved by: portmgr (blanket: run (crash) fixes) Approved by: ports-secteam (blanket: run (crash) fixes) Deleted: branches/2020Q1/misc/brs/files/ Modified: branches/2020Q1/misc/brs/Makefile branches/2020Q1/misc/brs/distinfo branches/2020Q1/misc/brs/pkg-descr branches/2020Q1/misc/brs/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/misc/brs/Makefile ============================================================================== --- branches/2020Q1/misc/brs/Makefile Tue Feb 11 02:09:05 2020 (r525773) +++ branches/2020Q1/misc/brs/Makefile Tue Feb 11 03:37:47 2020 (r525774) @@ -2,23 +2,50 @@ # $FreeBSD$ PORTNAME= brs -PORTVERSION= 4.03 +PORTVERSION= 4.30 CATEGORIES= misc -MASTER_SITES= http://www.unknown.nu/ports/ -DISTFILES= bible.data.tar.bz2 bible.tar.bz2 -DIST_SUBDIR= brs +MASTER_SITES= ${MASTER_SITE_DEBIAN:C|/%SUBDIR%/|/pool/main/${DISTNAME:C/^(.).*$/\1/}/${DISTNAME:C/_.*//}/|} +DISTNAME= bible-kjv_${DISTVERSION} -MAINTAINER= user@unknown.nu +MAINTAINER= andrew@tao11.riddles.org.uk COMMENT= Interactive King James Bible -USES= tar:bzip2 -NO_WRKSUBDIR= yes -ALL_TARGET= -CFLAGS+= -Wno-error=return-type +LICENSE= GPLv2+ -post-patch: - ${REINPLACE_CMD} 's=%%PREFIX%%=${PREFIX}=g' \ - ${WRKSRC}/brl.c ${WRKSRC}/bible.1 - ${REINPLACE_CMD} '/chown.*/d' ${WRKSRC}/Makefile +USES= readline shebangfix perl5 +USE_PERL5= build + +# Upstream makefile does unsafe things with recursive sub-makes for +# building its build tools. Parallel build randomly fails. +MAKE_JOBS_UNSAFE=yes + +WRKSRC= ${WRKDIR}/${DISTNAME:C/_.*//} + +# makeindex2 asks for bash, but contains no shell construct more +# complex than an if...then, so use sh instead. + +bash_CMD= /bin/sh +SHEBANG_FILES= makeindex2 makeconc.pl + +# We don't really need all the warning options that the port uses. +PORT_CFLAGS= -DDESTLIB=\\\"${DATADIR}\\\" + +MAKE_ARGS= DEST="${PREFIX}" \ + CFLAGS="${CPPFLAGS} ${CFLAGS} ${PORT_CFLAGS}" \ + LDFLAGS="${LDFLAGS}" + +post-build: + ${REINPLACE_CMD} 's=/usr/=${PREFIX}/=g' ${WRKSRC}/bible.1 + cd ${WRKSRC} && \ + ${CC} ${CPPFLAGS} ${CFLAGS} -o randverse debian/randverse.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bible ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/randverse ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/bible.data ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/bible.data.conc ${STAGEDIR}${DATADIR} + ${INSTALL_MAN} ${WRKSRC}/bible.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/debian/randverse.1 ${STAGEDIR}${PREFIX}/man/man1 .include Modified: branches/2020Q1/misc/brs/distinfo ============================================================================== --- branches/2020Q1/misc/brs/distinfo Tue Feb 11 02:09:05 2020 (r525773) +++ branches/2020Q1/misc/brs/distinfo Tue Feb 11 03:37:47 2020 (r525774) @@ -1,4 +1,3 @@ -SHA256 (brs/bible.data.tar.bz2) = f20aa348df82a2511748719d85c95d3abe39ef8bc5f73a1d6a02bae2286d8de0 -SIZE (brs/bible.data.tar.bz2) = 2438121 -SHA256 (brs/bible.tar.bz2) = 31ee6b18b5f969500e6798cda63f82a22dcc76d47cba26d20939a100d376ed6f -SIZE (brs/bible.tar.bz2) = 153375 +TIMESTAMP = 1580855102 +SHA256 (bible-kjv_4.30.tar.gz) = 138ca15baedcfaccc99da3663a6bcfdc493fabf4aa90554e056a2a829778f4a0 +SIZE (bible-kjv_4.30.tar.gz) = 1412282 Modified: branches/2020Q1/misc/brs/pkg-descr ============================================================================== --- branches/2020Q1/misc/brs/pkg-descr Tue Feb 11 02:09:05 2020 (r525773) +++ branches/2020Q1/misc/brs/pkg-descr Tue Feb 11 03:37:47 2020 (r525774) @@ -1,5 +1,4 @@ -Bible Retrieval System (BRS) consists of a textual database of the -Authorized ("King James") Version of the Old and New Testaments, a set -of libraries for finding and retrieving text, and a program ("bible") -which uses the libraries to retrieve Bible passages given references -on the command line or from standard input. +Textual database of the Authorized ("King James") Version of the Old +and New Testaments with concordance, and a program ("bible") to +retrieve and browse passages from the command line. Also includes a +random verse program. Modified: branches/2020Q1/misc/brs/pkg-plist ============================================================================== --- branches/2020Q1/misc/brs/pkg-plist Tue Feb 11 02:09:05 2020 (r525773) +++ branches/2020Q1/misc/brs/pkg-plist Tue Feb 11 03:37:47 2020 (r525774) @@ -1,4 +1,6 @@ bin/bible +bin/randverse man/man1/bible.1.gz +man/man1/randverse.1.gz %%DATADIR%%/bible.data %%DATADIR%%/bible.data.conc From owner-svn-ports-branches@freebsd.org Tue Feb 11 03:40:20 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 78B2E24CC79; Tue, 11 Feb 2020 03:40:20 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48GpSh2b0Lz4Qh9; Tue, 11 Feb 2020 03:40:20 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53DB21AE9; Tue, 11 Feb 2020 03:40:20 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01B3eK5u036663; Tue, 11 Feb 2020 03:40:20 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01B3eJ4x036661; Tue, 11 Feb 2020 03:40:19 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202002110340.01B3eJ4x036661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 11 Feb 2020 03:40:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525775 - branches/2020Q1/net-im/prosody X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: branches/2020Q1/net-im/prosody X-SVN-Commit-Revision: 525775 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2020 03:40:20 -0000 Author: koobs Date: Tue Feb 11 03:40:19 2020 New Revision: 525775 URL: https://svnweb.freebsd.org/changeset/ports/525775 Log: MFH: r525691 net-im/prosody: Update to 0.11.4 Changelog: https://blog.prosody.im/prosody-0.11.4-released/ PR: 243460 Submitted by: Thomas Morper Approved by: portmgr (maintainer timeout: > 14 days) Approved by: ports-secteam (blanket: bugfix release) Modified: branches/2020Q1/net-im/prosody/Makefile branches/2020Q1/net-im/prosody/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net-im/prosody/Makefile ============================================================================== --- branches/2020Q1/net-im/prosody/Makefile Tue Feb 11 03:37:47 2020 (r525774) +++ branches/2020Q1/net-im/prosody/Makefile Tue Feb 11 03:40:19 2020 (r525775) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= prosody -PORTVERSION= 0.11.3 +PORTVERSION= 0.11.4 CATEGORIES= net-im MASTER_SITES= http://prosody.im/downloads/source/ \ http://redundancy.redundancy.org/mirror/ Modified: branches/2020Q1/net-im/prosody/distinfo ============================================================================== --- branches/2020Q1/net-im/prosody/distinfo Tue Feb 11 03:37:47 2020 (r525774) +++ branches/2020Q1/net-im/prosody/distinfo Tue Feb 11 03:40:19 2020 (r525775) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572009527 -SHA256 (prosody-0.11.3.tar.gz) = cfdabd6f42a9fc5db300221967c518c26bd4b6e62def721c1626894d6325bf87 -SIZE (prosody-0.11.3.tar.gz) = 424098 +TIMESTAMP = 1581310037 +SHA256 (prosody-0.11.4.tar.gz) = b5f26fa343c7f32f6242721d6991cb35f5d2a28d2bf59d2bc329a940523704fd +SIZE (prosody-0.11.4.tar.gz) = 423518 From owner-svn-ports-branches@freebsd.org Tue Feb 11 07:19:16 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E8CCA2298A0; Tue, 11 Feb 2020 07:19:16 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48GvKJ5gYmz4cmG; Tue, 11 Feb 2020 07:19:16 +0000 (UTC) (envelope-from brnrd@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 BE00B4684; Tue, 11 Feb 2020 07:19:16 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01B7JGhZ068731; Tue, 11 Feb 2020 07:19:16 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01B7JGLH068730; Tue, 11 Feb 2020 07:19:16 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202002110719.01B7JGLH068730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 11 Feb 2020 07:19:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525788 - branches/2020Q1/security/openssl X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: branches/2020Q1/security/openssl X-SVN-Commit-Revision: 525788 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2020 07:19:17 -0000 Author: brnrd Date: Tue Feb 11 07:19:16 2020 New Revision: 525788 URL: https://svnweb.freebsd.org/changeset/ports/525788 Log: security/openssl: Fix Epoch Reported by: Dan McGrath Approved by: ports-secteam (joneum) Modified: branches/2020Q1/security/openssl/Makefile Modified: branches/2020Q1/security/openssl/Makefile ============================================================================== --- branches/2020Q1/security/openssl/Makefile Tue Feb 11 07:07:14 2020 (r525787) +++ branches/2020Q1/security/openssl/Makefile Tue Feb 11 07:19:16 2020 (r525788) @@ -3,6 +3,7 @@ PORTNAME= openssl PORTVERSION= 1.1.1d +PORTEPOCH= 1 CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ From owner-svn-ports-branches@freebsd.org Tue Feb 11 08:31:43 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 420CB22BF28; Tue, 11 Feb 2020 08:31:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Gwwv0gG9z3CZD; Tue, 11 Feb 2020 08:31:43 +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 121C553ED; Tue, 11 Feb 2020 08:31:43 +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 01B8Vg2j016337; Tue, 11 Feb 2020 08:31:42 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01B8VgUl016336; Tue, 11 Feb 2020 08:31:42 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202002110831.01B8VgUl016336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 11 Feb 2020 08:31:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525793 - branches/2020Q1/www/kanboard X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2020Q1/www/kanboard X-SVN-Commit-Revision: 525793 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2020 08:31:43 -0000 Author: tobik Date: Tue Feb 11 08:31:42 2020 New Revision: 525793 URL: https://svnweb.freebsd.org/changeset/ports/525793 Log: MFH: r525792 www/kanboard: Unbreak MYSQL option after r514556 Unknown extension pdo_mysqli for PHP 72. Pointy hat: swills PR: 241567 Submitted by: Vikash Badal Approved by: bsd@if0.eu (maintainer timeout, 3 months) Approved by: ports-secteam blanket Modified: branches/2020Q1/www/kanboard/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/kanboard/Makefile ============================================================================== --- branches/2020Q1/www/kanboard/Makefile Tue Feb 11 08:30:45 2020 (r525792) +++ branches/2020Q1/www/kanboard/Makefile Tue Feb 11 08:31:42 2020 (r525793) @@ -3,6 +3,7 @@ PORTNAME= kanboard DISTVERSIONPREFIX= v DISTVERSION= 1.2.11 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= bsd@if0.eu @@ -32,7 +33,7 @@ OPTIONS_DEFINE= OPCACHE OPCACHE_DESC= OPcache support (recommended) MYSQL_USES= mysql -MYSQL_USE= PHP=pdo_mysqli,mysqli +MYSQL_USE= PHP=pdo_mysql,mysqli PGSQL_USES= pgsql PGSQL_USE= PHP=pdo_pgsql,pgsql SQLITE_USE= PHP=pdo_sqlite,sqlite3 From owner-svn-ports-branches@freebsd.org Tue Feb 11 15:03:51 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C0E1923810B; Tue, 11 Feb 2020 15:03:51 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48H5dM4f8Zz47RC; Tue, 11 Feb 2020 15:03:51 +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 99D239E61; Tue, 11 Feb 2020 15:03:51 +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 01BF3pj2052326; Tue, 11 Feb 2020 15:03:51 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01BF3pD4052323; Tue, 11 Feb 2020 15:03:51 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <202002111503.01BF3pD4052323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 11 Feb 2020 15:03:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525830 - in branches/2020Q1/www: flashplayer linux-flashplayer X-SVN-Group: ports-branches X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in branches/2020Q1/www: flashplayer linux-flashplayer X-SVN-Commit-Revision: 525830 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2020 15:03:51 -0000 Author: jkim Date: Tue Feb 11 15:03:50 2020 New Revision: 525830 URL: https://svnweb.freebsd.org/changeset/ports/525830 Log: MFH: r525829 Update to 32.0.0.330. https://helpx.adobe.com/security/products/flash-player/apsb20-06.html Approved by: ports-secteam (blanket) Modified: branches/2020Q1/www/flashplayer/Makefile branches/2020Q1/www/linux-flashplayer/Makefile branches/2020Q1/www/linux-flashplayer/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/flashplayer/Makefile ============================================================================== --- branches/2020Q1/www/flashplayer/Makefile Tue Feb 11 15:00:02 2020 (r525829) +++ branches/2020Q1/www/flashplayer/Makefile Tue Feb 11 15:03:50 2020 (r525830) @@ -2,7 +2,7 @@ PORTNAME= flashplayer PORTVERSION= 32.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= www multimedia DISTFILES= Modified: branches/2020Q1/www/linux-flashplayer/Makefile ============================================================================== --- branches/2020Q1/www/linux-flashplayer/Makefile Tue Feb 11 15:00:02 2020 (r525829) +++ branches/2020Q1/www/linux-flashplayer/Makefile Tue Feb 11 15:03:50 2020 (r525830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 32.0.0.314 +PORTVERSION= 32.0.0.330 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ PKGNAMEPREFIX= linux- Modified: branches/2020Q1/www/linux-flashplayer/distinfo ============================================================================== --- branches/2020Q1/www/linux-flashplayer/distinfo Tue Feb 11 15:00:02 2020 (r525829) +++ branches/2020Q1/www/linux-flashplayer/distinfo Tue Feb 11 15:03:50 2020 (r525830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579013101 -SHA256 (flashplayer/32.0.0.314/flash_player_npapi_linux.i386.tar.gz) = b62fbc29cbfd809a44497dcdad3063d6f817c0b50f0bf4ec7f5a9f2fb4e2de4b -SIZE (flashplayer/32.0.0.314/flash_player_npapi_linux.i386.tar.gz) = 8537211 +TIMESTAMP = 1581433121 +SHA256 (flashplayer/32.0.0.330/flash_player_npapi_linux.i386.tar.gz) = c2a4b74f09f04e2d81f70155845d0b62dafccc7a0c80f046292c81ea9ca92bf6 +SIZE (flashplayer/32.0.0.330/flash_player_npapi_linux.i386.tar.gz) = 8542901 From owner-svn-ports-branches@freebsd.org Tue Feb 11 16:29:55 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD1A723AD55; Tue, 11 Feb 2020 16:29:55 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48H7Xg54Ccz4DXM; Tue, 11 Feb 2020 16:29:55 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A946DAD2F; Tue, 11 Feb 2020 16:29:55 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01BGTt7D001227; Tue, 11 Feb 2020 16:29:55 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01BGTtcV001224; Tue, 11 Feb 2020 16:29:55 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202002111629.01BGTtcV001224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Tue, 11 Feb 2020 16:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525836 - branches/2020Q1/mail/opensmtpd X-SVN-Group: ports-branches X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: branches/2020Q1/mail/opensmtpd X-SVN-Commit-Revision: 525836 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2020 16:29:55 -0000 Author: fluffy Date: Tue Feb 11 16:29:54 2020 New Revision: 525836 URL: https://svnweb.freebsd.org/changeset/ports/525836 Log: MFH: r525833 mail/opensmtpd: update to 6.6.3p1 release - switch default configuration to maildir - allow mbox to deliver to users without requiring privileges in the daemon - allow lmtp to receive sender/recipient in environment Approved by: ports-secteam (joneum) Modified: branches/2020Q1/mail/opensmtpd/Makefile branches/2020Q1/mail/opensmtpd/distinfo branches/2020Q1/mail/opensmtpd/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/mail/opensmtpd/Makefile ============================================================================== --- branches/2020Q1/mail/opensmtpd/Makefile Tue Feb 11 15:51:54 2020 (r525835) +++ branches/2020Q1/mail/opensmtpd/Makefile Tue Feb 11 16:29:54 2020 (r525836) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opensmtpd -PORTVERSION= 6.6.2 +PORTVERSION= 6.6.3 DISTVERSIONSUFFIX= p1 PORTEPOCH= 1 PORTREVISION= 0 Modified: branches/2020Q1/mail/opensmtpd/distinfo ============================================================================== --- branches/2020Q1/mail/opensmtpd/distinfo Tue Feb 11 15:51:54 2020 (r525835) +++ branches/2020Q1/mail/opensmtpd/distinfo Tue Feb 11 16:29:54 2020 (r525836) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580264944 -SHA256 (opensmtpd-6.6.2p1.tar.gz) = 63b811aca56861108bb72f16fcbbf32f1af71e77b8996a9a5654b6a18915df9a -SIZE (opensmtpd-6.6.2p1.tar.gz) = 777422 +TIMESTAMP = 1581434283 +SHA256 (opensmtpd-6.6.3p1.tar.gz) = 9ef7c0eb7ffc5c84dca7651cec69bd7b180014cd5227f6dbc7a303eaa9d41eb7 +SIZE (opensmtpd-6.6.3p1.tar.gz) = 787196 Modified: branches/2020Q1/mail/opensmtpd/pkg-plist ============================================================================== --- branches/2020Q1/mail/opensmtpd/pkg-plist Tue Feb 11 15:51:54 2020 (r525835) +++ branches/2020Q1/mail/opensmtpd/pkg-plist Tue Feb 11 16:29:54 2020 (r525836) @@ -1,6 +1,7 @@ @sample etc/mail/smtpd.conf.sample bin/smtp libexec/opensmtpd/encrypt +libexec/opensmtpd/lockspool libexec/opensmtpd/mail.lmtp libexec/opensmtpd/mail.local libexec/opensmtpd/mail.maildir From owner-svn-ports-branches@freebsd.org Tue Feb 11 19:26:24 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E69CC240AE3; Tue, 11 Feb 2020 19:26:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48HCSJ5ltzz4XGP; Tue, 11 Feb 2020 19:26: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 C0B67D0D8; Tue, 11 Feb 2020 19:26: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 01BJQO1l015307; Tue, 11 Feb 2020 19:26:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01BJQOL0015306; Tue, 11 Feb 2020 19:26:24 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002111926.01BJQOL0015306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 11 Feb 2020 19:26:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525888 - branches/2020Q1/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/emulators/rpcs3 X-SVN-Commit-Revision: 525888 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2020 19:26:25 -0000 Author: jbeich Date: Tue Feb 11 19:26:24 2020 New Revision: 525888 URL: https://svnweb.freebsd.org/changeset/ports/525888 Log: MFH: r525887 emulators/rpcs3: unbreak DEFAULT_VERSIONS=python=2.7 after r521573 CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find PythonInterp: Found unsuitable version "2.7.17", but required is at least "3" (found /usr/local/bin/python) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:376 (_FPHSA_FAILURE_MESSAGE) /usr/local/share/cmake/Modules/FindPythonInterp.cmake:160 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) Vulkan/glslang/CMakeLists.txt:165 (find_package) Approved by: ports-secteam blanket Modified: branches/2020Q1/emulators/rpcs3/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/emulators/rpcs3/Makefile ============================================================================== --- branches/2020Q1/emulators/rpcs3/Makefile Tue Feb 11 19:25:26 2020 (r525887) +++ branches/2020Q1/emulators/rpcs3/Makefile Tue Feb 11 19:26:24 2020 (r525888) @@ -36,7 +36,7 @@ GH_TUPLE= RPCS3:hidapi:hidapi-0.8.0-rc1-27-g9220f5e:hi zeux:pugixml:v1.9-51-g8bf806c:pugixml/3rdparty/pugixml USES= cmake compiler:c++17-lang gl iconv:wchar_t localbase:ldflags \ - openal:soft pkgconfig qt:5 xorg + openal:soft pkgconfig python:3.4+,build qt:5 xorg USE_GL= gl glew USE_QT= qmake_build buildtools_build core concurrent dbus declarative gui network widgets USE_XORG= x11 From owner-svn-ports-branches@freebsd.org Thu Feb 13 00:44:03 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 62EF72479E7; Thu, 13 Feb 2020 00:44:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48HySL6bYGz4Dtp; Thu, 13 Feb 2020 00:44:02 +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 C4AC82268; Thu, 13 Feb 2020 00:44:02 +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 01D0i24u079486; Thu, 13 Feb 2020 00:44:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01D0i2cR079485; Thu, 13 Feb 2020 00:44:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002130044.01D0i2cR079485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 13 Feb 2020 00:44:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525995 - branches/2020Q1/security/nss/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/security/nss/files X-SVN-Commit-Revision: 525995 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2020 00:44:03 -0000 Author: jbeich Date: Thu Feb 13 00:44:02 2020 New Revision: 525995 URL: https://svnweb.freebsd.org/changeset/ports/525995 Log: MFH: r525988 security/nss: unbreak on armv6 after r524147 In file included from ../../lib/freebl/gcm-arm32-neon.c:16: /usr/lib/clang/8.0.1/include/arm_neon.h:28:2: error: "NEON support not enabled" #error "NEON support not enabled" ^ PR: 243734 Reported by: garga Submitted by: mikael Approved by: ports-secteam blanket Added: branches/2020Q1/security/nss/files/patch-bug1612177 - copied unchanged from r525988, head/security/nss/files/patch-bug1612177 Modified: Directory Properties: branches/2020Q1/ (props changed) Copied: branches/2020Q1/security/nss/files/patch-bug1612177 (from r525988, head/security/nss/files/patch-bug1612177) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/security/nss/files/patch-bug1612177 Thu Feb 13 00:44:02 2020 (r525995, copy of r525988, head/security/nss/files/patch-bug1612177) @@ -0,0 +1,21 @@ +--- lib/freebl/Makefile.orig 2020-02-07 20:58:46 UTC ++++ lib/freebl/Makefile +@@ -770,7 +770,7 @@ ifeq ($(CPU_ARCH),arm) + # Confusingly, __SOFTFP__ is the name of the define for the softfloat ABI, not for the softfp ABI. + USES_SOFTFLOAT_ABI := $(shell $(CC) -o - -E -dM - $(CFLAGS) < /dev/null | grep __SOFTFP__ > /dev/null && echo 1) + $(OBJDIR)/$(PROG_PREFIX)aes-armv8$(OBJ_SUFFIX): CFLAGS += -march=armv8-a -mfpu=crypto-neon-fp-armv8$(if $(USES_SOFTFLOAT_ABI), -mfloat-abi=softfp) +-$(OBJDIR)/$(PROG_PREFIX)gcm-arm32-neon$(OBJ_SUFFIX): CFLAGS += -mfpu=neon$(if $(USES_SOFTFLOAT_ABI), -mfloat-abi=softfp) ++$(OBJDIR)/$(PROG_PREFIX)gcm-arm32-neon$(OBJ_SUFFIX): CFLAGS += -march=armv7-a -mfpu=neon$(if $(USES_SOFTFLOAT_ABI), -mfloat-abi=softfp) + endif + ifeq ($(CPU_ARCH),aarch64) + $(OBJDIR)/$(PROG_PREFIX)aes-armv8$(OBJ_SUFFIX): CFLAGS += -march=armv8-a+crypto +--- lib/freebl/freebl.gyp.orig 2020-02-07 20:58:46 UTC ++++ lib/freebl/freebl.gyp +@@ -158,6 +158,7 @@ + '<(DEPTH)/exports.gyp:nss_exports' + ], + 'cflags': [ ++ '-march=armv7-a', + '-mfpu=neon', + '<@(softfp_cflags)', + ], From owner-svn-ports-branches@freebsd.org Thu Feb 13 00:44:41 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3092E247B1F; Thu, 13 Feb 2020 00:44:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48HyT50F1bz4FL1; Thu, 13 Feb 2020 00:44:41 +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 036ED2270; Thu, 13 Feb 2020 00:44:41 +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 01D0iePl080012; Thu, 13 Feb 2020 00:44:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01D0ieps080011; Thu, 13 Feb 2020 00:44:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002130044.01D0ieps080011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 13 Feb 2020 00:44:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525999 - branches/2020Q1/mail/thunderbird X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/mail/thunderbird X-SVN-Commit-Revision: 525999 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2020 00:44:41 -0000 Author: jbeich Date: Thu Feb 13 00:44:40 2020 New Revision: 525999 URL: https://svnweb.freebsd.org/changeset/ports/525999 Log: MFH: r525989 mail/thunderbird: update to 68.5.0 Changes: https://www.thunderbird.net/thunderbird/68.5.0/releasenotes/ Approved by: ports-secteam blanket (browser inside) Modified: branches/2020Q1/mail/thunderbird/Makefile branches/2020Q1/mail/thunderbird/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/mail/thunderbird/Makefile ============================================================================== --- branches/2020Q1/mail/thunderbird/Makefile Thu Feb 13 00:44:19 2020 (r525998) +++ branches/2020Q1/mail/thunderbird/Makefile Thu Feb 13 00:44:40 2020 (r525999) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 68.4.2 +DISTVERSION= 68.5.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: branches/2020Q1/mail/thunderbird/distinfo ============================================================================== --- branches/2020Q1/mail/thunderbird/distinfo Thu Feb 13 00:44:19 2020 (r525998) +++ branches/2020Q1/mail/thunderbird/distinfo Thu Feb 13 00:44:40 2020 (r525999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579808864 -SHA256 (thunderbird-68.4.2.source.tar.xz) = af56ca8629f352be1a8ca627af97b8c1bef0ebde10bcb583d12e6f03377512fc -SIZE (thunderbird-68.4.2.source.tar.xz) = 330801416 +TIMESTAMP = 1581324235 +SHA256 (thunderbird-68.5.0.source.tar.xz) = 8b2c02a08c7f6e20e141461710dcd442426fd875c44d39d9b369eb82d965026d +SIZE (thunderbird-68.5.0.source.tar.xz) = 331328840 From owner-svn-ports-branches@freebsd.org Thu Feb 13 00:45:19 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 519B9247B8E; Thu, 13 Feb 2020 00:45:19 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48HyTq1R0Xz4FQk; Thu, 13 Feb 2020 00:45:19 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C5B32274; Thu, 13 Feb 2020 00:45:19 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01D0jJEM080182; Thu, 13 Feb 2020 00:45:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01D0jIKo080181; Thu, 13 Feb 2020 00:45:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002130045.01D0jIKo080181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 13 Feb 2020 00:45:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526000 - branches/2020Q1/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/emulators/citra X-SVN-Commit-Revision: 526000 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2020 00:45:19 -0000 Author: jbeich Date: Thu Feb 13 00:45:18 2020 New Revision: 526000 URL: https://svnweb.freebsd.org/changeset/ports/526000 Log: MFH: r525994 emulators/citra: update to s20200211 Changes: https://github.com/citra-emu/citra/compare/5d502dfec...f106e7613 Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2020Q1/emulators/citra/Makefile branches/2020Q1/emulators/citra/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/emulators/citra/Makefile ============================================================================== --- branches/2020Q1/emulators/citra/Makefile Thu Feb 13 00:44:40 2020 (r525999) +++ branches/2020Q1/emulators/citra/Makefile Thu Feb 13 00:45:18 2020 (r526000) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20200123 +PORTVERSION= s20200211 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= 5d502dfec +GH_TAGNAME= f106e7613 GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2020Q1/emulators/citra/distinfo ============================================================================== --- branches/2020Q1/emulators/citra/distinfo Thu Feb 13 00:44:40 2020 (r525999) +++ branches/2020Q1/emulators/citra/distinfo Thu Feb 13 00:45:18 2020 (r526000) @@ -1,6 +1,6 @@ -TIMESTAMP = 1579822190 -SHA256 (citra-emu-citra-s20200123-5d502dfec_GH0.tar.gz) = 2bd558a0201a656510d865eb55367805a58a8149bdb0f9a1ab900d410e52449b -SIZE (citra-emu-citra-s20200123-5d502dfec_GH0.tar.gz) = 5132257 +TIMESTAMP = 1581423129 +SHA256 (citra-emu-citra-s20200211-f106e7613_GH0.tar.gz) = d9d7fcaba7b54cd3a2342a63747c0113f871b441487894aace0b401ad07f2323 +SIZE (citra-emu-citra-s20200211-f106e7613_GH0.tar.gz) = 5132827 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 Feb 13 14:18:23 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3FD4E257EAB; Thu, 13 Feb 2020 14:18:23 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48JJWz0LGFz40wd; Thu, 13 Feb 2020 14:18:23 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 064B9BDC3; Thu, 13 Feb 2020 14:18:23 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01DEIMLk064940; Thu, 13 Feb 2020 14:18:22 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01DEIMq5064939; Thu, 13 Feb 2020 14:18:22 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202002131418.01DEIMq5064939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 13 Feb 2020 14:18:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526017 - branches/2020Q1/security/nss X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/security/nss X-SVN-Commit-Revision: 526017 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2020 14:18:23 -0000 Author: pkubaj Date: Thu Feb 13 14:18:22 2020 New Revision: 526017 URL: https://svnweb.freebsd.org/changeset/ports/526017 Log: MFH: r526016 security/nss: fix build with GCC architectures -Werror=unused-function causes: verified/kremlin/kremlib/dist/minimal/FStar_UInt128.h:82:37: error: 'FStar_UInt128_mul32' declared 'static' but never defined [-Werror=unused-function] 82 | inline static FStar_UInt128_uint128 FStar_UInt128_mul32(uint64_t x, uint32_t y); Add -Wno-error=unused-function to fix build. Approved by: portmgr (ports tree compliance) Modified: branches/2020Q1/security/nss/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/security/nss/Makefile ============================================================================== --- branches/2020Q1/security/nss/Makefile Thu Feb 13 14:17:23 2020 (r526016) +++ branches/2020Q1/security/nss/Makefile Thu Feb 13 14:18:22 2020 (r526017) @@ -30,7 +30,7 @@ MAKE_ENV= LIBRARY_PATH="${LOCALBASE}/lib" \ FREEBL_LOWHASH=1 \ NSS_DISABLE_GTESTS=1 \ NSS_USE_SYSTEM_SQLITE=1 -CFLAGS+= -I${LOCALBASE}/include/nspr +CFLAGS+= -I${LOCALBASE}/include/nspr -Wno-error=unused-function SUB_FILES= nss-config nss.pc SUB_LIST= PORTVERSION=${PORTVERSION} From owner-svn-ports-branches@freebsd.org Fri Feb 14 15:41:50 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD8B2238DC3; Fri, 14 Feb 2020 15:41:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48JyKp4BlNz3GtS; Fri, 14 Feb 2020 15:41:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B4CF25E92; Fri, 14 Feb 2020 15:41:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01EFfoBR090739; Fri, 14 Feb 2020 15:41:50 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01EFfn8p090735; Fri, 14 Feb 2020 15:41:49 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202002141541.01EFfn8p090735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 14 Feb 2020 15:41:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526120 - in branches/2020Q1/sysutils/grub2-bhyve: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in branches/2020Q1/sysutils/grub2-bhyve: . files X-SVN-Commit-Revision: 526120 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2020 15:41:50 -0000 Author: bapt Date: Fri Feb 14 15:41:49 2020 New Revision: 526120 URL: https://svnweb.freebsd.org/changeset/ports/526120 Log: MFH: r525916 sysutils/grub2-bhyve: Neutralize privileged guest commands GRUB was designed to run in a trusted environment, where anyone with access to grub2.cfg could also modify grub itself. In grub2-bhyve, we have modified it to run in host context, but interpret the commands of guest grub2.cfg. This means we have to worry about malicious guests. This patch addresses two escalation vectors: font-loading, and the direct 'read', 'write', 'in', and 'out' commands (which read/write arbitrary addresses). Both reported by Reno Robert. Disable font-loading by neutering the command. It is believed to be non- essential and there is at least one buffer overflow in the font loading code. Disable reading and writing host memory and IO ports. It is believed to be non-essential. admbugs: 948 Reported by: Reno Robert Approved by: bapt Security: yes Approved by: portmgr (bapt) Added: branches/2020Q1/sysutils/grub2-bhyve/files/patch-grub-core_commands_iorw.c - copied unchanged from r525916, head/sysutils/grub2-bhyve/files/patch-grub-core_commands_iorw.c branches/2020Q1/sysutils/grub2-bhyve/files/patch-grub-core_commands_memrw.c - copied unchanged from r525916, head/sysutils/grub2-bhyve/files/patch-grub-core_commands_memrw.c branches/2020Q1/sysutils/grub2-bhyve/files/patch-grub-core_font_font__cmd.c - copied unchanged from r525916, head/sysutils/grub2-bhyve/files/patch-grub-core_font_font__cmd.c Modified: branches/2020Q1/sysutils/grub2-bhyve/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/sysutils/grub2-bhyve/Makefile ============================================================================== --- branches/2020Q1/sysutils/grub2-bhyve/Makefile Fri Feb 14 15:37:08 2020 (r526119) +++ branches/2020Q1/sysutils/grub2-bhyve/Makefile Fri Feb 14 15:41:49 2020 (r526120) @@ -4,7 +4,7 @@ PORTNAME= grub2-bhyve DISTVERSIONPREFIX= v DISTVERSION= 0.40 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org Copied: branches/2020Q1/sysutils/grub2-bhyve/files/patch-grub-core_commands_iorw.c (from r525916, head/sysutils/grub2-bhyve/files/patch-grub-core_commands_iorw.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/sysutils/grub2-bhyve/files/patch-grub-core_commands_iorw.c Fri Feb 14 15:41:49 2020 (r526120, copy of r525916, head/sysutils/grub2-bhyve/files/patch-grub-core_commands_iorw.c) @@ -0,0 +1,39 @@ +--- grub-core/commands/iorw.c.orig 2015-08-31 22:42:56 UTC ++++ grub-core/commands/iorw.c +@@ -45,6 +45,9 @@ grub_cmd_read (grub_extcmd_context_t ctxt, int argc, c + + if (argc != 1) + return grub_error (GRUB_ERR_BAD_ARGUMENT, N_("one argument expected")); ++#if 1 /* BHYVE */ ++ grub_puts_("Reading host IO ports disabled."); ++#else + + addr = grub_strtoul (argv[0], 0, 0); + switch (ctxt->extcmd->cmd->name[sizeof ("in") - 1]) +@@ -70,6 +73,7 @@ grub_cmd_read (grub_extcmd_context_t ctxt, int argc, c + } + else + grub_printf ("0x%x\n", value); ++#endif + + return 0; + } +@@ -84,6 +88,10 @@ grub_cmd_write (grub_command_t cmd, int argc, char **a + if (argc != 2 && argc != 3) + return grub_error (GRUB_ERR_BAD_ARGUMENT, N_("two arguments expected")); + ++#if 1 /* BHYVE */ ++ grub_puts_("Writing host IO ports disabled."); ++#else ++ + addr = grub_strtoul (argv[0], 0, 0); + value = grub_strtoul (argv[1], 0, 0); + if (argc == 3) +@@ -112,6 +120,7 @@ grub_cmd_write (grub_command_t cmd, int argc, char **a + grub_outb (value, addr); + break; + } ++#endif + + return 0; + } Copied: branches/2020Q1/sysutils/grub2-bhyve/files/patch-grub-core_commands_memrw.c (from r525916, head/sysutils/grub2-bhyve/files/patch-grub-core_commands_memrw.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/sysutils/grub2-bhyve/files/patch-grub-core_commands_memrw.c Fri Feb 14 15:41:49 2020 (r526120, copy of r525916, head/sysutils/grub2-bhyve/files/patch-grub-core_commands_memrw.c) @@ -0,0 +1,38 @@ +--- grub-core/commands/memrw.c.orig 2015-08-31 22:42:56 UTC ++++ grub-core/commands/memrw.c +@@ -46,6 +46,9 @@ grub_cmd_read (grub_extcmd_context_t ctxt, int argc, c + if (argc != 1) + return grub_error (GRUB_ERR_BAD_ARGUMENT, N_("one argument expected")); + ++#if 1 /* BHYVE */ ++ grub_puts_("Reading host memory disabled."); ++#else + addr = grub_strtoul (argv[0], 0, 0); + switch (ctxt->extcmd->cmd->name[sizeof ("read_") - 1]) + { +@@ -69,6 +72,7 @@ grub_cmd_read (grub_extcmd_context_t ctxt, int argc, c + } + else + grub_printf ("0x%x\n", value); ++#endif + + return 0; + } +@@ -83,6 +87,9 @@ grub_cmd_write (grub_command_t cmd, int argc, char **a + if (argc != 2 && argc != 3) + return grub_error (GRUB_ERR_BAD_ARGUMENT, N_("two arguments expected")); + ++#if 1 /* BHYVE */ ++ grub_puts_("Writing host memory disabled."); ++#else + addr = grub_strtoul (argv[0], 0, 0); + value = grub_strtoul (argv[1], 0, 0); + if (argc == 3) +@@ -114,6 +121,7 @@ grub_cmd_write (grub_command_t cmd, int argc, char **a + *((volatile grub_uint8_t *) addr) = value; + break; + } ++#endif + + return 0; + } Copied: branches/2020Q1/sysutils/grub2-bhyve/files/patch-grub-core_font_font__cmd.c (from r525916, head/sysutils/grub2-bhyve/files/patch-grub-core_font_font__cmd.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/sysutils/grub2-bhyve/files/patch-grub-core_font_font__cmd.c Fri Feb 14 15:41:49 2020 (r526120, copy of r525916, head/sysutils/grub2-bhyve/files/patch-grub-core_font_font__cmd.c) @@ -0,0 +1,20 @@ +--- grub-core/font/font_cmd.c.orig 2020-02-03 00:11:34 UTC ++++ grub-core/font/font_cmd.c +@@ -28,6 +28,9 @@ loadfont_command (grub_command_t cmd __attribute__ ((u + int argc, + char **args) + { ++#if 1 /* BHYVE */ ++ grub_puts_("Font loading disabled."); ++#else + if (argc == 0) + return grub_error (GRUB_ERR_BAD_ARGUMENT, N_("filename expected")); + +@@ -38,6 +41,7 @@ loadfont_command (grub_command_t cmd __attribute__ ((u + return grub_error (GRUB_ERR_BAD_FONT, "invalid font"); + return grub_errno; + } ++#endif + + return GRUB_ERR_NONE; + } From owner-svn-ports-branches@freebsd.org Fri Feb 14 21:30:25 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B12A92432B8; Fri, 14 Feb 2020 21:30:25 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48K6414DD0z4Hkn; Fri, 14 Feb 2020 21:30:25 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C074208D; Fri, 14 Feb 2020 21:30:25 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01ELUPse001471; Fri, 14 Feb 2020 21:30:25 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01ELUPKi001469; Fri, 14 Feb 2020 21:30:25 GMT (envelope-from ler@FreeBSD.org) Message-Id: <202002142130.01ELUPKi001469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Fri, 14 Feb 2020 21:30:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526176 - branches/2020Q1/mail/dovecot X-SVN-Group: ports-branches X-SVN-Commit-Author: ler X-SVN-Commit-Paths: branches/2020Q1/mail/dovecot X-SVN-Commit-Revision: 526176 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2020 21:30:25 -0000 Author: ler Date: Fri Feb 14 21:30:24 2020 New Revision: 526176 URL: https://svnweb.freebsd.org/changeset/ports/526176 Log: MFH: r526001 mail/dovecot: upgrade to 2.3.9.3 Changelog: * CVE-2020-7046: Truncated UTF-8 can be used to DoS submission-login and lmtp processes. * CVE-2020-7957: Specially crafted mail can crash snippet generation. Security: CVE-2020-7046 Security: CVE-2020-7957 Security: 74db0d02-b140-4c32-aac6-1f1e81e1ad30 Approved by: ports-secteam (zi) Modified: branches/2020Q1/mail/dovecot/Makefile branches/2020Q1/mail/dovecot/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/mail/dovecot/Makefile ============================================================================== --- branches/2020Q1/mail/dovecot/Makefile Fri Feb 14 21:30:01 2020 (r526175) +++ branches/2020Q1/mail/dovecot/Makefile Fri Feb 14 21:30:24 2020 (r526176) @@ -8,7 +8,7 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.3.9.2 +PORTVERSION= 2.3.9.3 CATEGORIES= mail MASTER_SITES= https://dovecot.org/releases/2.3/ Modified: branches/2020Q1/mail/dovecot/distinfo ============================================================================== --- branches/2020Q1/mail/dovecot/distinfo Fri Feb 14 21:30:01 2020 (r526175) +++ branches/2020Q1/mail/dovecot/distinfo Fri Feb 14 21:30:24 2020 (r526176) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576248088 -SHA256 (dovecot-2.3.9.2.tar.gz) = 4784fb98dd41b83888e4aa9908efcbcad2e04a254e97440863903c0c498486f9 -SIZE (dovecot-2.3.9.2.tar.gz) = 7182306 +TIMESTAMP = 1581553128 +SHA256 (dovecot-2.3.9.3.tar.gz) = f89fb69423fc5bdc05955c8fc0607eab9e33511f9a643b721763db6156c49651 +SIZE (dovecot-2.3.9.3.tar.gz) = 7181682 From owner-svn-ports-branches@freebsd.org Fri Feb 14 21:32:24 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6361A24344A; Fri, 14 Feb 2020 21:32:24 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48K66J21rrz4J3n; Fri, 14 Feb 2020 21:32:24 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40A4A224A; Fri, 14 Feb 2020 21:32:24 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01ELWOEp006888; Fri, 14 Feb 2020 21:32:24 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01ELWO7N006887; Fri, 14 Feb 2020 21:32:24 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202002142132.01ELWO7N006887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 14 Feb 2020 21:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526177 - branches/2020Q1/mail/fetchmailconf X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: branches/2020Q1/mail/fetchmailconf X-SVN-Commit-Revision: 526177 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2020 21:32:24 -0000 Author: mandree Date: Fri Feb 14 21:32:23 2020 New Revision: 526177 URL: https://svnweb.freebsd.org/changeset/ports/526177 Log: MFH: r526173 Unbreak. The port had been broken while fetchmail 6.3.26 had been removed by upstream and before mail/fetchmail had been updated to 6.4.x - it fetches properly. Regarding Python 3.x compatibility, see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244130 While here, fix TARGET -> ALL_TARGET to avoid building the C stuff, and drop the unused obsolete distinfo file. Approved by: ports-secteam (blanket, unbreaking broken port) Deleted: branches/2020Q1/mail/fetchmailconf/distinfo Modified: branches/2020Q1/mail/fetchmailconf/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/mail/fetchmailconf/Makefile ============================================================================== --- branches/2020Q1/mail/fetchmailconf/Makefile Fri Feb 14 21:30:24 2020 (r526176) +++ branches/2020Q1/mail/fetchmailconf/Makefile Fri Feb 14 21:32:23 2020 (r526177) @@ -6,8 +6,6 @@ DISTNAME= fetchmail-${DISTVERSIONPREFIX}${DISTVERSION} MAINTAINER= chalpin@cs.wisc.edu COMMENT= Python-based GUI to configure fetchmail -BROKEN= unfetchable - LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual @@ -25,7 +23,7 @@ NO_ARCH= yes GNU_CONFIGURE= yes -TARGET= fetchmailconf +ALL_TARGET= fetchmailconf INSTALL_TARGET= install-data-am install-nodist_binSCRIPTS install-man post-install: From owner-svn-ports-branches@freebsd.org Fri Feb 14 22:23:22 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CBCC62447C3; Fri, 14 Feb 2020 22:23:22 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48K7F650Ljz4Ll1; Fri, 14 Feb 2020 22:23:22 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A61DE2C13; Fri, 14 Feb 2020 22:23:22 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01EMNMGx036855; Fri, 14 Feb 2020 22:23:22 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01EMNMQh036854; Fri, 14 Feb 2020 22:23:22 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202002142223.01EMNMQh036854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 14 Feb 2020 22:23:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526181 - branches/2020Q1/mail/fetchmail X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: branches/2020Q1/mail/fetchmail X-SVN-Commit-Revision: 526181 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2020 22:23:22 -0000 Author: mandree Date: Fri Feb 14 22:23:22 2020 New Revision: 526181 URL: https://svnweb.freebsd.org/changeset/ports/526181 Log: MFH: r526180, to complement r526177 (MFH r526173) Unbreak fetch of fetchmailconf... ...which inherits MASTER_SITES through .including fetchmail/Makefile Approved by: ports-secteam (blanket, unbreak broken port) Modified: branches/2020Q1/mail/fetchmail/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/mail/fetchmail/Makefile ============================================================================== --- branches/2020Q1/mail/fetchmail/Makefile Fri Feb 14 22:18:57 2020 (r526180) +++ branches/2020Q1/mail/fetchmail/Makefile Fri Feb 14 22:23:22 2020 (r526181) @@ -5,7 +5,7 @@ PORTNAME?= fetchmail PORTVERSION= 6.4.1 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= SF/${PORTNAME}/branch_6.4/ +MASTER_SITES= SF/fetchmail/branch_6.4/ MAINTAINER= chalpin@cs.wisc.edu COMMENT?= Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR From owner-svn-ports-branches@freebsd.org Sat Feb 15 16:28:42 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 741162401D0; Sat, 15 Feb 2020 16:28:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48KbKQ2YjMz4R7N; Sat, 15 Feb 2020 16:28:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53110FB35; Sat, 15 Feb 2020 16:28:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01FGSgKp084774; Sat, 15 Feb 2020 16:28:42 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01FGSgOY084773; Sat, 15 Feb 2020 16:28:42 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202002151628.01FGSgOY084773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 15 Feb 2020 16:28:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526229 - in branches/2020Q1/graphics/libexif: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in branches/2020Q1/graphics/libexif: . files X-SVN-Commit-Revision: 526229 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2020 16:28:42 -0000 Author: dbaio Date: Sat Feb 15 16:28:41 2020 New Revision: 526229 URL: https://svnweb.freebsd.org/changeset/ports/526229 Log: MFH: r526071 graphics/libexif: Fix security vulnerabilities - Fix CVE-2019-9278 In libexif, there is a possible out of bounds write due to an integer overflow. This could lead to remote escalation of privilege in the media content provider with no additional execution privileges needed. User interaction is needed for exploitation. - Fix a buffer read overflow in exif_entry_get_value - Fix a buffer overread in exif_mnote_data_olympus_load PR: 244060 Reported by: tj@mrsk.me (email) Approved by: former maintainer Security: 00f30cba-4d23-11ea-86ba-641c67a117d8 Approved by: ports-secteam (blanket, backport of security fixes) Added: branches/2020Q1/graphics/libexif/files/ - copied from r526071, head/graphics/libexif/files/ Modified: branches/2020Q1/graphics/libexif/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/graphics/libexif/Makefile ============================================================================== --- branches/2020Q1/graphics/libexif/Makefile Sat Feb 15 16:05:44 2020 (r526228) +++ branches/2020Q1/graphics/libexif/Makefile Sat Feb 15 16:28:41 2020 (r526229) @@ -3,11 +3,11 @@ PORTNAME= libexif PORTVERSION= 0.6.21 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF -MAINTAINER= marius@nuenneri.ch +MAINTAINER= dbaio@FreeBSD.org COMMENT= Library to read digital camera file meta-data LICENSE= LGPL21