From owner-svn-ports-branches@freebsd.org Sun May 5 17:27:51 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C55821590316; Sun, 5 May 2019 17:27:51 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A83C6A9D1; Sun, 5 May 2019 17:27:51 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FF0222A37; Sun, 5 May 2019 17:27:51 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45HRpHL086056; Sun, 5 May 2019 17:27:51 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45HRo0g086055; Sun, 5 May 2019 17:27:50 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201905051727.x45HRo0g086055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sun, 5 May 2019 17:27:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500865 - branches/2019Q2/www/firefox X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2019Q2/www/firefox X-SVN-Commit-Revision: 500865 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6A83C6A9D1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 05 May 2019 17:27:52 -0000 Author: cmt Date: Sun May 5 17:27:50 2019 New Revision: 500865 URL: https://svnweb.freebsd.org/changeset/ports/500865 Log: MFH: r500863 update www/firefox to 66.0.4 (rc3) https://www.mozilla.org/en-US/firefox/66.0.4/releasenotes/ This includes the fix for "armagadd-on-2.0" (disabled add-ons due to an expired intermediate code signing certificate): https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/ https://support.mozilla.org/en-US/kb/add-ons-disabled-or-fail-to-install-firefox Approved by: portmgr (blanket: web browser) Modified: branches/2019Q2/www/firefox/Makefile branches/2019Q2/www/firefox/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/www/firefox/Makefile ============================================================================== --- branches/2019Q2/www/firefox/Makefile Sun May 5 17:24:40 2019 (r500864) +++ branches/2019Q2/www/firefox/Makefile Sun May 5 17:27:50 2019 (r500865) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 66.0.3 +DISTVERSION= 66.0.4 PORTEPOCH= 1 CATEGORIES= www ipv6 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 Modified: branches/2019Q2/www/firefox/distinfo ============================================================================== --- branches/2019Q2/www/firefox/distinfo Sun May 5 17:24:40 2019 (r500864) +++ branches/2019Q2/www/firefox/distinfo Sun May 5 17:27:50 2019 (r500865) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554840099 -SHA256 (firefox-66.0.3.source.tar.xz) = 1fe4cfe4f4afce8d5532da8f36a48c333750c90a6ee67167309357edf514c22a -SIZE (firefox-66.0.3.source.tar.xz) = 281164936 +TIMESTAMP = 1557048971 +SHA256 (firefox-66.0.4.source.tar.xz) = 7ac6fae17e402276483fbfbb6b320d61e6695a28f1112ba2c987127f105dc25d +SIZE (firefox-66.0.4.source.tar.xz) = 283007704 From owner-svn-ports-branches@freebsd.org Sun May 5 17:30:03 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 384471590373; Sun, 5 May 2019 17:30:03 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D467D6AABC; Sun, 5 May 2019 17:30:02 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AC78322A3D; Sun, 5 May 2019 17:30:02 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45HU2di086334; Sun, 5 May 2019 17:30:02 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45HU2jc086332; Sun, 5 May 2019 17:30:02 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201905051730.x45HU2jc086332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sun, 5 May 2019 17:30:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500866 - branches/2019Q2/www/firefox-esr X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2019Q2/www/firefox-esr X-SVN-Commit-Revision: 500866 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D467D6AABC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 05 May 2019 17:30:03 -0000 Author: cmt Date: Sun May 5 17:30:02 2019 New Revision: 500866 URL: https://svnweb.freebsd.org/changeset/ports/500866 Log: MFH: r500864 update www/firefox-esr to 60.6.2 (rc2) https://www.mozilla.org/en-US/firefox/60.6.2/releasenotes/ This includes the fix for "armagadd-on-2.0" (disabled add-ons due to an expired intermediate code signing certificate): https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/ https://support.mozilla.org/en-US/kb/add-ons-disabled-or-fail-to-install-firefox Approved by: portmgr (blanket: web browser) Modified: branches/2019Q2/www/firefox-esr/Makefile branches/2019Q2/www/firefox-esr/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2019Q2/www/firefox-esr/Makefile Sun May 5 17:27:50 2019 (r500865) +++ branches/2019Q2/www/firefox-esr/Makefile Sun May 5 17:30:02 2019 (r500866) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 60.6.1 -PORTREVISION= 1 +DISTVERSION= 60.6.2 PORTEPOCH= 1 CATEGORIES= www ipv6 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/2019Q2/www/firefox-esr/distinfo ============================================================================== --- branches/2019Q2/www/firefox-esr/distinfo Sun May 5 17:27:50 2019 (r500865) +++ branches/2019Q2/www/firefox-esr/distinfo Sun May 5 17:30:02 2019 (r500866) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553230891 -SHA256 (firefox-60.6.1esr.source.tar.xz) = 94037fdceb83785ef6748de196eae562d9fa83ab7ec858b07ed13c1f540a04f5 -SIZE (firefox-60.6.1esr.source.tar.xz) = 269197532 +TIMESTAMP = 1557062017 +SHA256 (firefox-60.6.2esr.source.tar.xz) = cdb3d7b7648d9898e32d5fdb2eaac27d7cafa4eb0f88b39ccb1d30445ec77d3b +SIZE (firefox-60.6.2esr.source.tar.xz) = 271234924 From owner-svn-ports-branches@freebsd.org Sun May 5 20:28:04 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E297B159456C; Sun, 5 May 2019 20:28:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86F4B703CB; Sun, 5 May 2019 20:28:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D26F24890; Sun, 5 May 2019 20:28:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x45KS3Qv081495; Sun, 5 May 2019 20:28:03 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x45KS3hO081494; Sun, 5 May 2019 20:28:03 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201905052028.x45KS3hO081494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 5 May 2019 20:28:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500874 - branches/2019Q2/devel/atlassian-plugin-sdk X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2019Q2/devel/atlassian-plugin-sdk X-SVN-Commit-Revision: 500874 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 86F4B703CB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 05 May 2019 20:28:04 -0000 Author: antoine Date: Sun May 5 20:28:03 2019 New Revision: 500874 URL: https://svnweb.freebsd.org/changeset/ports/500874 Log: MFH: r500873 Mark BROKEN: unfetchable Reported by: pkg-fallout Modified: branches/2019Q2/devel/atlassian-plugin-sdk/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/atlassian-plugin-sdk/Makefile ============================================================================== --- branches/2019Q2/devel/atlassian-plugin-sdk/Makefile Sun May 5 20:27:39 2019 (r500873) +++ branches/2019Q2/devel/atlassian-plugin-sdk/Makefile Sun May 5 20:28:03 2019 (r500874) @@ -9,6 +9,8 @@ MASTER_SITES= https://maven.atlassian.com/content/repo MAINTAINER= mi@aldan.algebra.com COMMENT= Atlassian Plugin SDK +BROKEN= unfetchable + RUN_DEPENDS= mvn:devel/maven-wrapper USE_JAVA= yes From owner-svn-ports-branches@freebsd.org Mon May 6 09:09:40 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFDA9158353C; Mon, 6 May 2019 09:09:39 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D45C8EDDD; Mon, 6 May 2019 09:09:39 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCBC54B13; Mon, 6 May 2019 09:09:37 +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 x4699bQ1083420; Mon, 6 May 2019 09:09:37 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4699awi083416; Mon, 6 May 2019 09:09:36 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201905060909.x4699awi083416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 6 May 2019 09:09:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500904 - in branches/2019Q2/www/gitea: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2019Q2/www/gitea: . files X-SVN-Commit-Revision: 500904 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5D45C8EDDD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 06 May 2019 09:09:40 -0000 Author: joneum Date: Mon May 6 09:09:36 2019 New Revision: 500904 URL: https://svnweb.freebsd.org/changeset/ports/500904 Log: Update to 1.8.0 Changelog: https://blog.gitea.io/2019/04/gitea-1.8.0-is-released/ PR: 237734 Submitted by: stb@lassitu.de (maintainer) Approved by: ports-secteam (joneum) Security: a1de4ae9-6fda-11e9-9ba0-4c72b94353b5 Sponsored by: Netzkommune GmbH Added: branches/2019Q2/www/gitea/pkg-message (contents, props changed) Modified: branches/2019Q2/www/gitea/Makefile branches/2019Q2/www/gitea/distinfo branches/2019Q2/www/gitea/files/app.ini.sample.in branches/2019Q2/www/gitea/pkg-plist Modified: branches/2019Q2/www/gitea/Makefile ============================================================================== --- branches/2019Q2/www/gitea/Makefile Mon May 6 09:01:30 2019 (r500903) +++ branches/2019Q2/www/gitea/Makefile Mon May 6 09:09:36 2019 (r500904) @@ -4,6 +4,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v DISTVERSION= 1.7.6 +DISTVERSION= 1.8.0 CATEGORIES= www MAINTAINER= stb@lassitu.de Modified: branches/2019Q2/www/gitea/distinfo ============================================================================== --- branches/2019Q2/www/gitea/distinfo Mon May 6 09:01:30 2019 (r500903) +++ branches/2019Q2/www/gitea/distinfo Mon May 6 09:09:36 2019 (r500904) @@ -1,3 +1,6 @@ TIMESTAMP = 1555482864 SHA256 (go-gitea-gitea-v1.7.6_GH0.tar.gz) = 4cc07ead2a842324a5bb76b78055cf1b93876a03845c3b38ffa5cbc0e1bac6f4 SIZE (go-gitea-gitea-v1.7.6_GH0.tar.gz) = 20868421 +TIMESTAMP = 1556897794 +SHA256 (go-gitea-gitea-v1.8.0_GH0.tar.gz) = cc9e7f3d01400391455f2ae5fdd78f0e16360158cf02e45f034a94d3fb0fa8fb +SIZE (go-gitea-gitea-v1.8.0_GH0.tar.gz) = 24268907 Modified: branches/2019Q2/www/gitea/files/app.ini.sample.in ============================================================================== --- branches/2019Q2/www/gitea/files/app.ini.sample.in Mon May 6 09:01:30 2019 (r500903) +++ branches/2019Q2/www/gitea/files/app.ini.sample.in Mon May 6 09:09:36 2019 (r500904) @@ -6,11 +6,16 @@ # contains the settings incorporated into the gitea binary. # # This sample configuration runs Gitea with a local database. Before -# running this configuration, make sure to change the SECRET_KEY and the -# INTERNAL_TOKEN at the end of this file. SECRET_KEY is a password of your -# choosing, INTERNAL_TOKEN is a 64-byte random number in BASE64 encoding. +# running this configuration, make sure to change the INTERNAL_TOKEN, +# JWT_SECRET, and SECRET_KEY variables. SECRET_KEY is a password of your +# choosing, INTERNAL_TOKEN is a 64-byte random number in BASE64 encoding, +# JWT_SECRET is a 32-byte random number in BASE64 encoding. +# # Your can generate the token using for example: -# openssl rand -base64 64 +# openssl rand -base64 64 +# +# You can let Gitea add these to the config for you; you need to make +# app.ini writeable by the git user. # # There are no pre-configured users; the first user to register becomes an # admin. In this sample configuration, the HTTP server only listens on @@ -43,6 +48,9 @@ LEVEL = Info [mailer] ENABLED = false +[oauth2] +JWT_SECRET = D56bmu6xCtEKs9vKKgMKnsa4X9FDwo64HVyaS4fQ4mY + [picture] AVATAR_UPLOAD_PATH = /var/db/gitea/data/avatars DISABLE_GRAVATAR = false @@ -83,4 +91,3 @@ ENABLE_NOTIFY_MAIL = false DISABLE_REGISTRATION = false ENABLE_CAPTCHA = true REQUIRE_SIGNIN_VIEW = false - Added: branches/2019Q2/www/gitea/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2019Q2/www/gitea/pkg-message Mon May 6 09:09:36 2019 (r500904) @@ -0,0 +1,5 @@ +When upgrading to Gitea 1.8, Gitea requires the addition of another secret +to the config file in order to start up. Either manually add JWT_SECRET to +the ${PREFIX}/etc/gitea/conf/app.ini config file (see app.ini.sample), or +allow Gitea to make the change for you by making the config file writable to +the git user. Modified: branches/2019Q2/www/gitea/pkg-plist ============================================================================== --- branches/2019Q2/www/gitea/pkg-plist Mon May 6 09:01:30 2019 (r500903) +++ branches/2019Q2/www/gitea/pkg-plist Mon May 6 09:09:36 2019 (r500904) @@ -576,6 +576,7 @@ sbin/gitea %%DATADIR%%/options/locale/locale_sv-SE.ini %%DATADIR%%/options/locale/locale_tr-TR.ini %%DATADIR%%/options/locale/locale_uk-UA.ini +%%DATADIR%%/options/locale/locale_vi-VN.ini %%DATADIR%%/options/locale/locale_zh-CN.ini %%DATADIR%%/options/locale/locale_zh-HK.ini %%DATADIR%%/options/locale/locale_zh-TW.ini @@ -585,6 +586,7 @@ sbin/gitea %%DATADIR%%/public/img/404.png %%DATADIR%%/public/img/500.png %%DATADIR%%/public/img/auth/bitbucket.png +%%DATADIR%%/public/img/auth/discord.png %%DATADIR%%/public/img/auth/dropbox.png %%DATADIR%%/public/img/auth/facebook.png %%DATADIR%%/public/img/auth/github.png @@ -637,6 +639,18 @@ sbin/gitea %%DATADIR%%/public/vendor/assets/font-awesome/fonts/fontawesome-webfont.ttf %%DATADIR%%/public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff %%DATADIR%%/public/vendor/assets/font-awesome/fonts/fontawesome-webfont.woff2 +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bold.eot +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bold.woff +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bold.woff2 +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bolditalic.eot +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bolditalic.woff +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-bolditalic.woff2 +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-italic.eot +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-italic.woff +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-italic.woff2 +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-regular.eot +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-regular.woff +%%DATADIR%%/public/vendor/assets/lato-fonts/lato-regular.woff2 %%DATADIR%%/public/vendor/assets/lato-fonts/lato-v14-latin-700.eot %%DATADIR%%/public/vendor/assets/lato-fonts/lato-v14-latin-700.svg %%DATADIR%%/public/vendor/assets/lato-fonts/lato-v14-latin-700.ttf @@ -1855,7 +1869,6 @@ sbin/gitea %%DATADIR%%/public/vendor/plugins/emojify/images/zap.png %%DATADIR%%/public/vendor/plugins/emojify/images/zero.png %%DATADIR%%/public/vendor/plugins/emojify/images/zzz.png -%%DATADIR%%/public/vendor/plugins/es6-promise/es6-promise.auto.min.js %%DATADIR%%/public/vendor/plugins/gitgraph/LICENSE %%DATADIR%%/public/vendor/plugins/gitgraph/gitgraph.css %%DATADIR%%/public/vendor/plugins/gitgraph/gitgraph.js @@ -1967,6 +1980,7 @@ sbin/gitea %%DATADIR%%/public/vendor/plugins/pdfjs/web/viewer.css %%DATADIR%%/public/vendor/plugins/pdfjs/web/viewer.html %%DATADIR%%/public/vendor/plugins/pdfjs/web/viewer.js +%%DATADIR%%/public/vendor/plugins/promise-polyfill/polyfill.min.js %%DATADIR%%/public/vendor/plugins/semantic/LICENSE %%DATADIR%%/public/vendor/plugins/semantic/semantic.min.css %%DATADIR%%/public/vendor/plugins/semantic/semantic.min.js @@ -2079,7 +2093,6 @@ sbin/gitea %%DATADIR%%/templates/pwa/manifest_json.tmpl %%DATADIR%%/templates/pwa/serviceworker_js.tmpl %%DATADIR%%/templates/repo/activity.tmpl -%%DATADIR%%/templates/repo/bare.tmpl %%DATADIR%%/templates/repo/branch/list.tmpl %%DATADIR%%/templates/repo/branch_dropdown.tmpl %%DATADIR%%/templates/repo/commit_status.tmpl @@ -2100,6 +2113,7 @@ sbin/gitea %%DATADIR%%/templates/repo/editor/diff_preview.tmpl %%DATADIR%%/templates/repo/editor/edit.tmpl %%DATADIR%%/templates/repo/editor/upload.tmpl +%%DATADIR%%/templates/repo/empty.tmpl %%DATADIR%%/templates/repo/forks.tmpl %%DATADIR%%/templates/repo/graph.tmpl %%DATADIR%%/templates/repo/header.tmpl @@ -2171,6 +2185,8 @@ sbin/gitea %%DATADIR%%/templates/user/auth/change_passwd_inner.tmpl %%DATADIR%%/templates/user/auth/finalize_openid.tmpl %%DATADIR%%/templates/user/auth/forgot_passwd.tmpl +%%DATADIR%%/templates/user/auth/grant.tmpl +%%DATADIR%%/templates/user/auth/grant_error.tmpl %%DATADIR%%/templates/user/auth/link_account.tmpl %%DATADIR%%/templates/user/auth/prohibit_login.tmpl %%DATADIR%%/templates/user/auth/reset_passwd.tmpl @@ -2198,6 +2214,8 @@ sbin/gitea %%DATADIR%%/templates/user/profile.tmpl %%DATADIR%%/templates/user/settings/account.tmpl %%DATADIR%%/templates/user/settings/applications.tmpl +%%DATADIR%%/templates/user/settings/applications_oauth2.tmpl +%%DATADIR%%/templates/user/settings/applications_oauth2_edit.tmpl %%DATADIR%%/templates/user/settings/keys.tmpl %%DATADIR%%/templates/user/settings/keys_gpg.tmpl %%DATADIR%%/templates/user/settings/keys_ssh.tmpl From owner-svn-ports-branches@freebsd.org Mon May 6 18:37:09 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D9801591DCE; Mon, 6 May 2019 18:37:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 25A2583989; Mon, 6 May 2019 18:37:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02DC3AB43; Mon, 6 May 2019 18:37:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46Ib8RU082546; Mon, 6 May 2019 18:37:08 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46Ib8Ai082545; Mon, 6 May 2019 18:37:08 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201905061837.x46Ib8Ai082545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 6 May 2019 18:37:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500923 - branches/2019Q2/audio/libsoxr X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2019Q2/audio/libsoxr X-SVN-Commit-Revision: 500923 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 25A2583989 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 06 May 2019 18:37:09 -0000 Author: riggs Date: Mon May 6 18:37:08 2019 New Revision: 500923 URL: https://svnweb.freebsd.org/changeset/ports/500923 Log: MFH: r500922 Update to upstream version 0.1.3 Approved by: ports-secteam (riggs) Modified: branches/2019Q2/audio/libsoxr/Makefile branches/2019Q2/audio/libsoxr/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/audio/libsoxr/Makefile ============================================================================== --- branches/2019Q2/audio/libsoxr/Makefile Mon May 6 18:35:38 2019 (r500922) +++ branches/2019Q2/audio/libsoxr/Makefile Mon May 6 18:37:08 2019 (r500923) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= libsoxr -PORTVERSION= 0.1.2.20160529 -PORTREVISION= 9 +PORTVERSION= 0.1.3 CATEGORIES= audio -MASTER_SITES= LOCAL/riggs/soxr/ +MASTER_SITES= SF/soxr +DISTNAME= soxr-${PORTVERSION}-Source MAINTAINER= riggs@FreeBSD.org COMMENT= High quality, one-dimensional sample-rate conversion library @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LGPL LICENSE_FILE_FFTPAK= ${FILESDIR}/FFTPAK_license.txt LICENSE_PERMS_FFTPAK= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= cmake pathfix pkgconfig tar:bz2 +USES= cmake pathfix pkgconfig tar:xz USE_LDCONFIG= yes Modified: branches/2019Q2/audio/libsoxr/distinfo ============================================================================== --- branches/2019Q2/audio/libsoxr/distinfo Mon May 6 18:35:38 2019 (r500922) +++ branches/2019Q2/audio/libsoxr/distinfo Mon May 6 18:37:08 2019 (r500923) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466866181 -SHA256 (libsoxr-0.1.2.20160529.tar.bz2) = e9c672ed2707825648eabc099990e4f40226e6c4dfe79bb8904caac57a7d1529 -SIZE (libsoxr-0.1.2.20160529.tar.bz2) = 122474 +TIMESTAMP = 1557127029 +SHA256 (soxr-0.1.3-Source.tar.xz) = b111c15fdc8c029989330ff559184198c161100a59312f5dc19ddeb9b5a15889 +SIZE (soxr-0.1.3-Source.tar.xz) = 94384 From owner-svn-ports-branches@freebsd.org Mon May 6 21:18:31 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E0FB159669A; Mon, 6 May 2019 21:18:31 +0000 (UTC) (envelope-from jhb@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 11D958B1E1; Mon, 6 May 2019 21:18:31 +0000 (UTC) (envelope-from jhb@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 DE538C880; Mon, 6 May 2019 21:18:30 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x46LIULY069052; Mon, 6 May 2019 21:18:30 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46LIUkj069049; Mon, 6 May 2019 21:18:30 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201905062118.x46LIUkj069049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Mon, 6 May 2019 21:18:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500936 - branches/2019Q2/security/nist-kat X-SVN-Group: ports-branches X-SVN-Commit-Author: jhb X-SVN-Commit-Paths: branches/2019Q2/security/nist-kat X-SVN-Commit-Revision: 500936 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 11D958B1E1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 06 May 2019 21:18:31 -0000 Author: jhb (src,doc committer) Date: Mon May 6 21:18:30 2019 New Revision: 500936 URL: https://svnweb.freebsd.org/changeset/ports/500936 Log: MFH: r499798 Add AES-CCM and plain SHA digest test vectors. These will be used to expand testing of OCF crypto algorithms in future changes to the base system OCF tests. Approved by: ports-secteam (miwi) Modified: branches/2019Q2/security/nist-kat/Makefile branches/2019Q2/security/nist-kat/distinfo branches/2019Q2/security/nist-kat/pkg-plist Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/security/nist-kat/Makefile ============================================================================== --- branches/2019Q2/security/nist-kat/Makefile Mon May 6 21:16:37 2019 (r500935) +++ branches/2019Q2/security/nist-kat/Makefile Mon May 6 21:18:30 2019 (r500936) @@ -3,19 +3,23 @@ PORTNAME= nist-kat DISTVERSION= 0.0.2015.02.23 +PORTREVISION= 1 CATEGORIES= security BASE_URL= http://csrc.nist.gov/groups/STM/cavp/documents MASTER_SITES= ${BASE_URL}/aes/:aes MASTER_SITES+= ${BASE_URL}/des/:des MASTER_SITES+= ${BASE_URL}/mac/:mac +MASTER_SITES+= ${BASE_URL}/shs/:shs DISTFILES= KAT_AES.zip:aes DISTFILES+= XTSTestVectors.zip:aes DISTFILES+= KAT_TDES.zip:des +DISTFILES+= ccmtestvectors.zip:mac DISTFILES+= gcmtestvectors.zip:mac DISTFILES+= hmactestvectors.zip:mac +DISTFILES+= shabytetestvectors.zip:shs MAINTAINER= jmg@FreeBSD.org -COMMENT= Collection of NIST's Know Answer Test Vectors +COMMENT= Collection of NIST's Known Answer Test Vectors LICENSE= PD @@ -24,6 +28,11 @@ EXTRACT_AFTER_ARGS= -s ":^:nist-kat/$${file%.zip}/:" NO_BUILD= NO_WRKSUBDIR= + +post-extract: + # The SHA test distribution already includes a subdir + (cd ${WRKSRC}/${PORTNAME} && ${MV} shabytetestvectors tmp && \ + ${MV} tmp/shabytetestvectors . && ${RMDIR} tmp) do-install: ${MKDIR} ${STAGEDIR}${LOCALBASE}/share && \ Modified: branches/2019Q2/security/nist-kat/distinfo ============================================================================== --- branches/2019Q2/security/nist-kat/distinfo Mon May 6 21:16:37 2019 (r500935) +++ branches/2019Q2/security/nist-kat/distinfo Mon May 6 21:18:30 2019 (r500936) @@ -1,10 +1,15 @@ +TIMESTAMP = 1554766249 SHA256 (KAT_AES.zip) = a203b16c9246b2ebae31dee5de21a606be80cf78ceabaca37150236fa098eb60 SIZE (KAT_AES.zip) = 726299 SHA256 (XTSTestVectors.zip) = 67bb04b018182f65530596786e7783f817d2e56509bf3b1f066609b8e3e29c36 SIZE (XTSTestVectors.zip) = 595731 SHA256 (KAT_TDES.zip) = 640e1df29f0f9e60b756e34870658fc785c706a170e1366eee58f115d3ce3905 SIZE (KAT_TDES.zip) = 115770 +SHA256 (ccmtestvectors.zip) = 0e3c96761bd8f1a0b4dfe666146c32f7d367a49968375ff091b8da9ecaa673aa +SIZE (ccmtestvectors.zip) = 319267 SHA256 (gcmtestvectors.zip) = f9fc479e134cde2980b3bb7cddbcb567b2cd96fd753835243ed067699f26a023 SIZE (gcmtestvectors.zip) = 9154174 SHA256 (hmactestvectors.zip) = 418c3837d38f249d6668146bd0090db24dd3c02d2e6797e3de33860a387ae4bd SIZE (hmactestvectors.zip) = 452025 +SHA256 (shabytetestvectors.zip) = 929ef80b7b3418aca026643f6f248815913b60e01741a44bba9e118067f4c9b8 +SIZE (shabytetestvectors.zip) = 4909729 Modified: branches/2019Q2/security/nist-kat/pkg-plist ============================================================================== --- branches/2019Q2/security/nist-kat/pkg-plist Mon May 6 21:16:37 2019 (r500935) +++ branches/2019Q2/security/nist-kat/pkg-plist Mon May 6 21:18:30 2019 (r500936) @@ -130,6 +130,25 @@ %%DATADIR%%/XTSTestVectors/format tweak value input - 128 hex str/XTSGenAES256.rsp %%DATADIR%%/XTSTestVectors/format tweak value input - data unit seq no/XTSGenAES128.rsp %%DATADIR%%/XTSTestVectors/format tweak value input - data unit seq no/XTSGenAES256.rsp +%%DATADIR%%/ccmtestvectors/DVPT128.rsp +%%DATADIR%%/ccmtestvectors/DVPT128.txt +%%DATADIR%%/ccmtestvectors/DVPT192.rsp +%%DATADIR%%/ccmtestvectors/DVPT192.txt +%%DATADIR%%/ccmtestvectors/DVPT256.rsp +%%DATADIR%%/ccmtestvectors/DVPT256.txt +%%DATADIR%%/ccmtestvectors/Readme.txt +%%DATADIR%%/ccmtestvectors/VADT128.rsp +%%DATADIR%%/ccmtestvectors/VADT192.rsp +%%DATADIR%%/ccmtestvectors/VADT256.rsp +%%DATADIR%%/ccmtestvectors/VNT128.rsp +%%DATADIR%%/ccmtestvectors/VNT192.rsp +%%DATADIR%%/ccmtestvectors/VNT256.rsp +%%DATADIR%%/ccmtestvectors/VPT128.rsp +%%DATADIR%%/ccmtestvectors/VPT192.rsp +%%DATADIR%%/ccmtestvectors/VPT256.rsp +%%DATADIR%%/ccmtestvectors/VTT128.rsp +%%DATADIR%%/ccmtestvectors/VTT192.rsp +%%DATADIR%%/ccmtestvectors/VTT256.rsp %%DATADIR%%/gcmtestvectors/gcmDecrypt128.rsp %%DATADIR%%/gcmtestvectors/gcmDecrypt192.rsp %%DATADIR%%/gcmtestvectors/gcmDecrypt256.rsp @@ -137,3 +156,32 @@ %%DATADIR%%/gcmtestvectors/gcmEncryptExtIV192.rsp %%DATADIR%%/gcmtestvectors/gcmEncryptExtIV256.rsp %%DATADIR%%/hmactestvectors/HMAC.rsp +%%DATADIR%%/shabytetestvectors/Readme.txt +%%DATADIR%%/shabytetestvectors/SHA1LongMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA1Monte.rsp +%%DATADIR%%/shabytetestvectors/SHA1Monte.txt +%%DATADIR%%/shabytetestvectors/SHA1ShortMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA224LongMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA224Monte.rsp +%%DATADIR%%/shabytetestvectors/SHA224Monte.txt +%%DATADIR%%/shabytetestvectors/SHA224ShortMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA256LongMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA256Monte.rsp +%%DATADIR%%/shabytetestvectors/SHA256Monte.txt +%%DATADIR%%/shabytetestvectors/SHA256ShortMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA384LongMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA384Monte.rsp +%%DATADIR%%/shabytetestvectors/SHA384Monte.txt +%%DATADIR%%/shabytetestvectors/SHA384ShortMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA512LongMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA512Monte.rsp +%%DATADIR%%/shabytetestvectors/SHA512Monte.txt +%%DATADIR%%/shabytetestvectors/SHA512ShortMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA512_224LongMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA512_224Monte.rsp +%%DATADIR%%/shabytetestvectors/SHA512_224Monte.txt +%%DATADIR%%/shabytetestvectors/SHA512_224ShortMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA512_256LongMsg.rsp +%%DATADIR%%/shabytetestvectors/SHA512_256Monte.rsp +%%DATADIR%%/shabytetestvectors/SHA512_256Monte.txt +%%DATADIR%%/shabytetestvectors/SHA512_256ShortMsg.rsp From owner-svn-ports-branches@freebsd.org Mon May 6 23:25:55 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AA7E159867C; Mon, 6 May 2019 23:25:55 +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 A106D8EBC0; Mon, 6 May 2019 23:25:54 +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 77516DE85; Mon, 6 May 2019 23:25:54 +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 x46NPstC037168; Mon, 6 May 2019 23:25:54 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x46NPsxf037167; Mon, 6 May 2019 23:25:54 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201905062325.x46NPsxf037167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 6 May 2019 23:25:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500941 - branches/2019Q2/www/gitea X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2019Q2/www/gitea X-SVN-Commit-Revision: 500941 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A106D8EBC0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 06 May 2019 23:25:55 -0000 Author: joneum Date: Mon May 6 23:25:53 2019 New Revision: 500941 URL: https://svnweb.freebsd.org/changeset/ports/500941 Log: Remove old DISTVERSION line Approved by: ports-secteam (joneum) Modified: branches/2019Q2/www/gitea/Makefile branches/2019Q2/www/gitea/distinfo Modified: branches/2019Q2/www/gitea/Makefile ============================================================================== --- branches/2019Q2/www/gitea/Makefile Mon May 6 22:37:06 2019 (r500940) +++ branches/2019Q2/www/gitea/Makefile Mon May 6 23:25:53 2019 (r500941) @@ -3,7 +3,6 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.7.6 DISTVERSION= 1.8.0 CATEGORIES= www Modified: branches/2019Q2/www/gitea/distinfo ============================================================================== --- branches/2019Q2/www/gitea/distinfo Mon May 6 22:37:06 2019 (r500940) +++ branches/2019Q2/www/gitea/distinfo Mon May 6 23:25:53 2019 (r500941) @@ -1,6 +1,3 @@ -TIMESTAMP = 1555482864 -SHA256 (go-gitea-gitea-v1.7.6_GH0.tar.gz) = 4cc07ead2a842324a5bb76b78055cf1b93876a03845c3b38ffa5cbc0e1bac6f4 -SIZE (go-gitea-gitea-v1.7.6_GH0.tar.gz) = 20868421 TIMESTAMP = 1556897794 SHA256 (go-gitea-gitea-v1.8.0_GH0.tar.gz) = cc9e7f3d01400391455f2ae5fdd78f0e16360158cf02e45f034a94d3fb0fa8fb SIZE (go-gitea-gitea-v1.8.0_GH0.tar.gz) = 24268907 From owner-svn-ports-branches@freebsd.org Tue May 7 07:34:57 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCDDA15A1AE6; Tue, 7 May 2019 07:34:57 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 60819757BF; Tue, 7 May 2019 07:34:57 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3BA051B1C9; Tue, 7 May 2019 07:34:57 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x477Yv7n093281; Tue, 7 May 2019 07:34:57 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x477YudG093279; Tue, 7 May 2019 07:34:56 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905070734.x477YudG093279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 7 May 2019 07:34:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500953 - branches/2019Q2/devel/aphpunit X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2019Q2/devel/aphpunit X-SVN-Commit-Revision: 500953 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 60819757BF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 07 May 2019 07:34:57 -0000 Author: tz Date: Tue May 7 07:34:56 2019 New Revision: 500953 URL: https://svnweb.freebsd.org/changeset/ports/500953 Log: MFH: r500916 devel/aphpunit: Upgrade from 1.7 to 1.8 Changelog: - Bugfix: now exit with code 1, if no test-cases were found - Bugfix: now exit with code 1, if not a single assertion was performed - Bugfix: detected PHP errors are no longer unhandled. They are no reported as error Changelog taken from: https://gitlab.toco-domains.de/tocOS/APHPUnit/blob/master/CHANGELOG Approved by: ports-secteam (miwi) Modified: branches/2019Q2/devel/aphpunit/Makefile branches/2019Q2/devel/aphpunit/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/aphpunit/Makefile ============================================================================== --- branches/2019Q2/devel/aphpunit/Makefile Tue May 7 06:36:30 2019 (r500952) +++ branches/2019Q2/devel/aphpunit/Makefile Tue May 7 07:34:56 2019 (r500953) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aphpunit -DISTVERSION= 1.7 +DISTVERSION= 1.8 CATEGORIES= devel www MASTER_SITES= http://phar.toco-domains.de/ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} Modified: branches/2019Q2/devel/aphpunit/distinfo ============================================================================== --- branches/2019Q2/devel/aphpunit/distinfo Tue May 7 06:36:30 2019 (r500952) +++ branches/2019Q2/devel/aphpunit/distinfo Tue May 7 07:34:56 2019 (r500953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540898963 -SHA256 (aphpunit-1.7.phar) = cef2aae72690c05041dac908027f3797bc1d1f2a8a97b55e218e41e35de44772 -SIZE (aphpunit-1.7.phar) = 55099 +TIMESTAMP = 1557145832 +SHA256 (aphpunit-1.8.phar) = 2bcd9440653960284064f7d7dc7884caf8fbd2f9698f6d87298d5c60ef039c0a +SIZE (aphpunit-1.8.phar) = 58593 From owner-svn-ports-branches@freebsd.org Tue May 7 17:37:15 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42141158E8D5; Tue, 7 May 2019 17:37:15 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE3936CA80; Tue, 7 May 2019 17:37:14 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B74CF218E3; Tue, 7 May 2019 17:37:14 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47HbEds007153; Tue, 7 May 2019 17:37:14 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47HbDD9007149; Tue, 7 May 2019 17:37:13 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201905071737.x47HbDD9007149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 7 May 2019 17:37:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500972 - in branches/2019Q2/security: krb5-115/files krb5-116/files krb5-117/files krb5-devel/files X-SVN-Group: ports-branches X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in branches/2019Q2/security: krb5-115/files krb5-116/files krb5-117/files krb5-devel/files X-SVN-Commit-Revision: 500972 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DE3936CA80 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 07 May 2019 17:37:15 -0000 Author: cy Date: Tue May 7 17:37:13 2019 New Revision: 500972 URL: https://svnweb.freebsd.org/changeset/ports/500972 Log: MFH: r500725 Fix build with libressl 2.9.1. PR: 237621 Reported by: many Approved by: portmgr (joneum@) Modified: branches/2019Q2/security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c branches/2019Q2/security/krb5-116/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c branches/2019Q2/security/krb5-117/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c branches/2019Q2/security/krb5-devel/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c ============================================================================== --- branches/2019Q2/security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 16:37:15 2019 (r500971) +++ branches/2019Q2/security/krb5-115/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 17:37:13 2019 (r500972) @@ -1,6 +1,6 @@ ---- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2018-11-01 23:51:07 UTC -+++ plugins/preauth/pkinit/pkinit_crypto_openssl.c -@@ -188,7 +188,8 @@ pkinit_pkcs11_code_to_text(int err); +--- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2019-01-08 08:02:37.000000000 -0800 ++++ plugins/preauth/pkinit/pkinit_crypto_openssl.c 2019-05-02 12:18:53.494194000 -0700 +@@ -189,7 +189,8 @@ (*_x509_pp) = PKCS7_cert_from_signer_info(_p7,_si) #endif @@ -10,7 +10,18 @@ /* 1.1 standardizes constructor and destructor names, renaming * EVP_MD_CTX_{create,destroy} and deprecating ASN1_STRING_data. */ -@@ -3040,7 +3041,9 @@ cleanup: +@@ -249,6 +250,10 @@ + + #endif + ++#if defined(LIBRESSL_VERSION_NUMBER) && !defined(static_ASN1_SEQUENCE_END_name) ++#define static_ASN1_SEQUENCE_END_name ASN1_SEQUENCE_END_name ++#endif ++ + static struct pkcs11_errstrings { + short code; + char *text; +@@ -3053,7 +3058,9 @@ return retval; } Modified: branches/2019Q2/security/krb5-116/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c ============================================================================== --- branches/2019Q2/security/krb5-116/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 16:37:15 2019 (r500971) +++ branches/2019Q2/security/krb5-116/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 17:37:13 2019 (r500972) @@ -1,6 +1,6 @@ ---- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2018-11-01 23:51:07 UTC -+++ plugins/preauth/pkinit/pkinit_crypto_openssl.c -@@ -188,7 +188,8 @@ pkinit_pkcs11_code_to_text(int err); +--- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2019-01-08 08:02:37.000000000 -0800 ++++ plugins/preauth/pkinit/pkinit_crypto_openssl.c 2019-05-02 12:18:53.494194000 -0700 +@@ -189,7 +189,8 @@ (*_x509_pp) = PKCS7_cert_from_signer_info(_p7,_si) #endif @@ -10,7 +10,18 @@ /* 1.1 standardizes constructor and destructor names, renaming * EVP_MD_CTX_{create,destroy} and deprecating ASN1_STRING_data. */ -@@ -3040,7 +3041,9 @@ cleanup: +@@ -249,6 +250,10 @@ + + #endif + ++#if defined(LIBRESSL_VERSION_NUMBER) && !defined(static_ASN1_SEQUENCE_END_name) ++#define static_ASN1_SEQUENCE_END_name ASN1_SEQUENCE_END_name ++#endif ++ + static struct pkcs11_errstrings { + short code; + char *text; +@@ -3053,7 +3058,9 @@ return retval; } Modified: branches/2019Q2/security/krb5-117/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c ============================================================================== --- branches/2019Q2/security/krb5-117/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 16:37:15 2019 (r500971) +++ branches/2019Q2/security/krb5-117/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 17:37:13 2019 (r500972) @@ -1,6 +1,6 @@ ---- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2018-11-01 23:51:07 UTC -+++ plugins/preauth/pkinit/pkinit_crypto_openssl.c -@@ -188,7 +188,8 @@ pkinit_pkcs11_code_to_text(int err); +--- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2019-01-08 08:02:37.000000000 -0800 ++++ plugins/preauth/pkinit/pkinit_crypto_openssl.c 2019-05-02 12:18:53.494194000 -0700 +@@ -189,7 +189,8 @@ (*_x509_pp) = PKCS7_cert_from_signer_info(_p7,_si) #endif @@ -10,7 +10,18 @@ /* 1.1 standardizes constructor and destructor names, renaming * EVP_MD_CTX_{create,destroy} and deprecating ASN1_STRING_data. */ -@@ -3040,7 +3041,9 @@ cleanup: +@@ -249,6 +250,10 @@ + + #endif + ++#if defined(LIBRESSL_VERSION_NUMBER) && !defined(static_ASN1_SEQUENCE_END_name) ++#define static_ASN1_SEQUENCE_END_name ASN1_SEQUENCE_END_name ++#endif ++ + static struct pkcs11_errstrings { + short code; + char *text; +@@ -3053,7 +3058,9 @@ return retval; } Modified: branches/2019Q2/security/krb5-devel/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c ============================================================================== --- branches/2019Q2/security/krb5-devel/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 16:37:15 2019 (r500971) +++ branches/2019Q2/security/krb5-devel/files/patch-plugins_preauth_pkinit_pkinit__crypto__openssl.c Tue May 7 17:37:13 2019 (r500972) @@ -1,6 +1,6 @@ ---- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2018-11-01 23:51:07 UTC -+++ plugins/preauth/pkinit/pkinit_crypto_openssl.c -@@ -188,7 +188,8 @@ pkinit_pkcs11_code_to_text(int err); +--- plugins/preauth/pkinit/pkinit_crypto_openssl.c.orig 2019-01-08 08:02:37.000000000 -0800 ++++ plugins/preauth/pkinit/pkinit_crypto_openssl.c 2019-05-02 12:18:53.494194000 -0700 +@@ -189,7 +189,8 @@ (*_x509_pp) = PKCS7_cert_from_signer_info(_p7,_si) #endif @@ -10,7 +10,18 @@ /* 1.1 standardizes constructor and destructor names, renaming * EVP_MD_CTX_{create,destroy} and deprecating ASN1_STRING_data. */ -@@ -3040,7 +3041,9 @@ cleanup: +@@ -249,6 +250,10 @@ + + #endif + ++#if defined(LIBRESSL_VERSION_NUMBER) && !defined(static_ASN1_SEQUENCE_END_name) ++#define static_ASN1_SEQUENCE_END_name ASN1_SEQUENCE_END_name ++#endif ++ + static struct pkcs11_errstrings { + short code; + char *text; +@@ -3053,7 +3058,9 @@ return retval; } From owner-svn-ports-branches@freebsd.org Tue May 7 22:09:44 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6BE415953B2; Tue, 7 May 2019 22:09:44 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E29A76EEC; Tue, 7 May 2019 22:09:44 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5EEA2246E4; Tue, 7 May 2019 22:09:44 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47M9iSu049150; Tue, 7 May 2019 22:09:44 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47M9ibK049147; Tue, 7 May 2019 22:09:44 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201905072209.x47M9ibK049147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 7 May 2019 22:09:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500985 - branches/2019Q2/www/firefox X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2019Q2/www/firefox X-SVN-Commit-Revision: 500985 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6E29A76EEC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 07 May 2019 22:09:44 -0000 Author: cmt Date: Tue May 7 22:09:43 2019 New Revision: 500985 URL: https://svnweb.freebsd.org/changeset/ports/500985 Log: MFH: r500983 update www/firefox to 66.0.5 https://www.mozilla.org/en-US/firefox/66.0.5/releasenotes/ Approved by: portmgr (blanket: web browser) Modified: branches/2019Q2/www/firefox/Makefile branches/2019Q2/www/firefox/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/www/firefox/Makefile ============================================================================== --- branches/2019Q2/www/firefox/Makefile Tue May 7 22:07:48 2019 (r500984) +++ branches/2019Q2/www/firefox/Makefile Tue May 7 22:09:43 2019 (r500985) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 66.0.4 +DISTVERSION= 66.0.5 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: branches/2019Q2/www/firefox/distinfo ============================================================================== --- branches/2019Q2/www/firefox/distinfo Tue May 7 22:07:48 2019 (r500984) +++ branches/2019Q2/www/firefox/distinfo Tue May 7 22:09:43 2019 (r500985) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557048971 -SHA256 (firefox-66.0.4.source.tar.xz) = 7ac6fae17e402276483fbfbb6b320d61e6695a28f1112ba2c987127f105dc25d -SIZE (firefox-66.0.4.source.tar.xz) = 283007704 +TIMESTAMP = 1557261981 +SHA256 (firefox-66.0.5.source.tar.xz) = a2aeb4e036d1365a2d2550e24ba8b4dde061281300f2b11a204cc1e9eb1792b5 +SIZE (firefox-66.0.5.source.tar.xz) = 282561836 From owner-svn-ports-branches@freebsd.org Tue May 7 22:10:48 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B64015953FC; Tue, 7 May 2019 22:10:48 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2254476FF7; Tue, 7 May 2019 22:10:48 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1143246FD; Tue, 7 May 2019 22:10:47 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x47MAlQq051613; Tue, 7 May 2019 22:10:47 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47MAlJe051611; Tue, 7 May 2019 22:10:47 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201905072210.x47MAlJe051611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 7 May 2019 22:10:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500986 - branches/2019Q2/www/firefox-esr X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2019Q2/www/firefox-esr X-SVN-Commit-Revision: 500986 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2254476FF7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 07 May 2019 22:10:48 -0000 Author: cmt Date: Tue May 7 22:10:47 2019 New Revision: 500986 URL: https://svnweb.freebsd.org/changeset/ports/500986 Log: MFH: r500984 update www/firefox-esr to 60.6.3 (rc1) https://www.mozilla.org/en-US/firefox/60.6.3/releasenotes/ Approved by: portmgr (blanket: web browser) Modified: branches/2019Q2/www/firefox-esr/Makefile branches/2019Q2/www/firefox-esr/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2019Q2/www/firefox-esr/Makefile Tue May 7 22:09:43 2019 (r500985) +++ branches/2019Q2/www/firefox-esr/Makefile Tue May 7 22:10:47 2019 (r500986) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 60.6.2 +DISTVERSION= 60.6.3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source PKGNAMESUFFIX= -esr DISTFILES= ${DISTNAME}esr.source${EXTRACT_SUFX} Modified: branches/2019Q2/www/firefox-esr/distinfo ============================================================================== --- branches/2019Q2/www/firefox-esr/distinfo Tue May 7 22:09:43 2019 (r500985) +++ branches/2019Q2/www/firefox-esr/distinfo Tue May 7 22:10:47 2019 (r500986) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557062017 -SHA256 (firefox-60.6.2esr.source.tar.xz) = cdb3d7b7648d9898e32d5fdb2eaac27d7cafa4eb0f88b39ccb1d30445ec77d3b -SIZE (firefox-60.6.2esr.source.tar.xz) = 271234924 +TIMESTAMP = 1557262721 +SHA256 (firefox-60.6.3esr.source.tar.xz) = eebf34968c64cf8c007dd0da98124edf55cdda141f8b4c653e8e00b22650833e +SIZE (firefox-60.6.3esr.source.tar.xz) = 268688628 From owner-svn-ports-branches@freebsd.org Wed May 8 02:20:34 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97054159A32D; Wed, 8 May 2019 02:20:34 +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 3B7C58663D; Wed, 8 May 2019 02:20:34 +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 13BE6271D8; Wed, 8 May 2019 02:20:34 +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 x482KXA8079566; Wed, 8 May 2019 02:20:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x482KXrK079564; Wed, 8 May 2019 02:20:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905080220.x482KXrK079564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 8 May 2019 02:20:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500987 - branches/2019Q2/databases/sqlite3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/databases/sqlite3 X-SVN-Commit-Revision: 500987 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3B7C58663D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2019 02:20:34 -0000 Author: jbeich Date: Wed May 8 02:20:33 2019 New Revision: 500987 URL: https://svnweb.freebsd.org/changeset/ports/500987 Log: MFH: r500835 databases/sqlite3: update to 3.28.0 Changes: https://sqlite.org/releaselog/3_28_0.html ABI: https://abi-laboratory.pro/tracker/timeline/sqlite/ PR: 237677 Approved by: Pavel Volkov (maintainer) Approved by: ports-secteam (joneum) Modified: branches/2019Q2/databases/sqlite3/Makefile branches/2019Q2/databases/sqlite3/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/databases/sqlite3/Makefile ============================================================================== --- branches/2019Q2/databases/sqlite3/Makefile Tue May 7 22:10:47 2019 (r500986) +++ branches/2019Q2/databases/sqlite3/Makefile Wed May 8 02:20:33 2019 (r500987) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -DISTVERSION= 3.27.2 +DISTVERSION= 3.28.0 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2019/ http://www2.sqlite.org/2019/ http://www3.sqlite.org/2019/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 Modified: branches/2019Q2/databases/sqlite3/distinfo ============================================================================== --- branches/2019Q2/databases/sqlite3/distinfo Tue May 7 22:10:47 2019 (r500986) +++ branches/2019Q2/databases/sqlite3/distinfo Wed May 8 02:20:33 2019 (r500987) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551112328 -SHA256 (sqlite-autoconf-3270200.tar.gz) = 50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e -SIZE (sqlite-autoconf-3270200.tar.gz) = 2797531 +TIMESTAMP = 1555445174 +SHA256 (sqlite-autoconf-3280000.tar.gz) = d61b5286f062adfce5125eaf544d495300656908e61fca143517afcc0a89b7c3 +SIZE (sqlite-autoconf-3280000.tar.gz) = 2810415 From owner-svn-ports-branches@freebsd.org Wed May 8 04:47:39 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A63A159D919; Wed, 8 May 2019 04:47:39 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E460F8B1F2; Wed, 8 May 2019 04:47:38 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CBA11C40; Wed, 8 May 2019 04:47:38 +0000 (UTC) (envelope-from rigoletto@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x484lcLI058879; Wed, 8 May 2019 04:47:38 GMT (envelope-from rigoletto@FreeBSD.org) Received: (from rigoletto@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x484lc4e058875; Wed, 8 May 2019 04:47:38 GMT (envelope-from rigoletto@FreeBSD.org) Message-Id: <201905080447.x484lc4e058875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rigoletto set sender to rigoletto@FreeBSD.org using -f From: =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= Date: Wed, 8 May 2019 04:47:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r500992 - in branches/2019Q2/graphics: mupdf zathura-pdf-mupdf X-SVN-Group: ports-branches X-SVN-Commit-Author: rigoletto X-SVN-Commit-Paths: in branches/2019Q2/graphics: mupdf zathura-pdf-mupdf X-SVN-Commit-Revision: 500992 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E460F8B1F2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2019 04:47:39 -0000 Author: rigoletto Date: Wed May 8 04:47:37 2019 New Revision: 500992 URL: https://svnweb.freebsd.org/changeset/ports/500992 Log: MFH: r500974 graphics/mupdf: Upate to 1.15.0 - bump graphics-zathura-mupdf PR: 237770 PR: 236590 Submitted by: Zsolt Udvari (maintainer) Approved by: tcberner (mentor) Approved by: ports-secteam (miwi) Modified: branches/2019Q2/graphics/mupdf/Makefile branches/2019Q2/graphics/mupdf/distinfo branches/2019Q2/graphics/mupdf/pkg-plist branches/2019Q2/graphics/zathura-pdf-mupdf/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/graphics/mupdf/Makefile ============================================================================== --- branches/2019Q2/graphics/mupdf/Makefile Wed May 8 03:23:29 2019 (r500991) +++ branches/2019Q2/graphics/mupdf/Makefile Wed May 8 04:47:37 2019 (r500992) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= mupdf -DISTVERSION= 1.14.0 +DISTVERSION= 1.15.0 DISTVERSIONSUFFIX= -source -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.mupdf.com/downloads/ \ @@ -25,17 +24,19 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USES= cpe compiler:c++11-lang gl gmake jpeg pkgconfig USE_XORG= x11 xcursor xext xinerama xrandr USE_GL= gl glut -CPE_VENDOR= artifex USE_LDCONFIG= yes +CPE_VENDOR= artifex + # pkg-config to avoid the conflict with openjpeg15 CFLAGS+= `pkg-config --cflags libopenjp2` +LDFLAGS+= `pkg-config --libs libjpeg libopenjp2` -ljbig2dec MAKE_ARGS= build=release prefix=${PREFIX} mandir=${PREFIX}/man verbose=yes \ XCFLAGS+="-I${WRKSRC}/include/mupdf -fPIC" \ XLIBS+="-L${LOCALBASE}/lib -L${WRKSRC}/build/release" \ SOVERSION=${DISTVERSION} -ALL_TARGET= all extra +ALL_TARGET= all extra-libs OPTIONS_DEFINE= DOCS JS SCROLL OPTIONS_DEFAULT= SCROLL @@ -59,8 +60,6 @@ post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/mupdf-x11 \ ${STAGEDIR}${PREFIX}/bin/mupdf ${INSTALL_PROGRAM} \ - ${WRKSRC}/build/release/mjsgen \ - ${WRKSRC}/build/release/mujstest \ ${WRKSRC}/build/release/muraster \ ${STAGEDIR}${PREFIX}/bin ${LN} -s libmupdf.so.${PORTVERSION} \ Modified: branches/2019Q2/graphics/mupdf/distinfo ============================================================================== --- branches/2019Q2/graphics/mupdf/distinfo Wed May 8 03:23:29 2019 (r500991) +++ branches/2019Q2/graphics/mupdf/distinfo Wed May 8 04:47:37 2019 (r500992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542296614 -SHA256 (mupdf-1.14.0-source.tar.gz) = c443483a678c3fc258fa4adc124146225d0bb443c522619faadebf6b363d7724 -SIZE (mupdf-1.14.0-source.tar.gz) = 55654104 +TIMESTAMP = 1557205886 +SHA256 (mupdf-1.15.0-source.tar.gz) = 9fe6773ee0dc192d1878b7886b51150cbeb1a8ad81d3cd806d8e1ab343ffd471 +SIZE (mupdf-1.15.0-source.tar.gz) = 53023898 Modified: branches/2019Q2/graphics/mupdf/pkg-plist ============================================================================== --- branches/2019Q2/graphics/mupdf/pkg-plist Wed May 8 03:23:29 2019 (r500991) +++ branches/2019Q2/graphics/mupdf/pkg-plist Wed May 8 04:47:37 2019 (r500992) @@ -1,11 +1,8 @@ -bin/mjsgen -bin/mujstest bin/mupdf bin/mupdf-gl bin/muraster bin/mutool include/mupdf/fitz.h -include/mupdf/fitz/annotation.h include/mupdf/fitz/archive.h include/mupdf/fitz/band-writer.h include/mupdf/fitz/bidi.h @@ -31,15 +28,7 @@ include/mupdf/fitz/hash.h include/mupdf/fitz/image.h include/mupdf/fitz/link.h include/mupdf/fitz/outline.h -include/mupdf/fitz/output-pcl.h -include/mupdf/fitz/output-pclm.h -include/mupdf/fitz/output-png.h -include/mupdf/fitz/output-pnm.h -include/mupdf/fitz/output-ps.h -include/mupdf/fitz/output-psd.h -include/mupdf/fitz/output-pwg.h include/mupdf/fitz/output-svg.h -include/mupdf/fitz/output-tga.h include/mupdf/fitz/output.h include/mupdf/fitz/path.h include/mupdf/fitz/pixmap.h @@ -57,10 +46,10 @@ include/mupdf/fitz/transition.h include/mupdf/fitz/tree.h include/mupdf/fitz/util.h include/mupdf/fitz/version.h +include/mupdf/fitz/write-pixmap.h include/mupdf/fitz/writer.h include/mupdf/fitz/xml.h include/mupdf/memento.h -include/mupdf/pdf-tools.h include/mupdf/pdf.h include/mupdf/pdf/annot.h include/mupdf/pdf/clean.h @@ -68,8 +57,8 @@ include/mupdf/pdf/cmap.h include/mupdf/pdf/crypt.h include/mupdf/pdf/document.h include/mupdf/pdf/event.h -include/mupdf/pdf/field.h include/mupdf/pdf/font.h +include/mupdf/pdf/form.h include/mupdf/pdf/interpret.h include/mupdf/pdf/javascript.h include/mupdf/pdf/name-table.h @@ -78,7 +67,6 @@ include/mupdf/pdf/output-pdf.h include/mupdf/pdf/page.h include/mupdf/pdf/parse.h include/mupdf/pdf/resource.h -include/mupdf/pdf/widget.h include/mupdf/pdf/xref.h include/mupdf/ucdn.h lib/libmupdf-third.so @@ -91,10 +79,10 @@ man/man1/mutool.1.gz %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/android-sdk.html +%%PORTDOCS%%%%DOCSDIR%%/api-changes.html %%PORTDOCS%%%%DOCSDIR%%/artifex-logo.png %%PORTDOCS%%%%DOCSDIR%%/building.html %%PORTDOCS%%%%DOCSDIR%%/coding-overview.html -%%PORTDOCS%%%%DOCSDIR%%/coding-progressive.html %%PORTDOCS%%%%DOCSDIR%%/coding-style.html %%PORTDOCS%%%%DOCSDIR%%/examples/bbox-device.js %%PORTDOCS%%%%DOCSDIR%%/examples/create-thumbnail.js @@ -106,7 +94,9 @@ man/man1/mutool.1.gz %%PORTDOCS%%%%DOCSDIR%%/examples/multi-threaded.c %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-create-lowlevel.js %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-create.js +%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-dejpx.js %%PORTDOCS%%%%DOCSDIR%%/examples/pdf-merge.js +%%PORTDOCS%%%%DOCSDIR%%/examples/pdf-portfolio.js %%PORTDOCS%%%%DOCSDIR%%/examples/trace-device.js %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/manual-mupdf-gl.html @@ -116,7 +106,6 @@ man/man1/mutool.1.gz %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-draw.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-extract.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-merge.html -%%PORTDOCS%%%%DOCSDIR%%/manual-mutool-portfolio.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-run.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-show.html %%PORTDOCS%%%%DOCSDIR%%/manual-mutool-trace.html Modified: branches/2019Q2/graphics/zathura-pdf-mupdf/Makefile ============================================================================== --- branches/2019Q2/graphics/zathura-pdf-mupdf/Makefile Wed May 8 03:23:29 2019 (r500991) +++ branches/2019Q2/graphics/zathura-pdf-mupdf/Makefile Wed May 8 04:47:37 2019 (r500992) @@ -3,6 +3,7 @@ PORTNAME= zathura-pdf-mupdf DISTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \ http://www.madpilot.net/~mad/pwmt.org/ From owner-svn-ports-branches@freebsd.org Wed May 8 07:52:05 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4A9815A0E15; Wed, 8 May 2019 07:52:05 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 4833B90412; Wed, 8 May 2019 07:52:05 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2065B2C0E; Wed, 8 May 2019 07:52:05 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x487q5hI058271; Wed, 8 May 2019 07:52:05 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x487q4US058269; Wed, 8 May 2019 07:52:04 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201905080752.x487q4US058269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 8 May 2019 07:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501003 - branches/2019Q2/print/cups-filters X-SVN-Group: ports-branches X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: branches/2019Q2/print/cups-filters X-SVN-Commit-Revision: 501003 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4833B90412 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2019 07:52:05 -0000 Author: tijl Date: Wed May 8 07:52:04 2019 New Revision: 501003 URL: https://svnweb.freebsd.org/changeset/ports/501003 Log: MFH: r499370 Update to 1.22.5. Merged to 2019Q2 to fix an issue with Ghostscript 9.27. PR: 237765 Approved by: ports-secteam (miwi) Modified: branches/2019Q2/print/cups-filters/Makefile branches/2019Q2/print/cups-filters/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/print/cups-filters/Makefile ============================================================================== --- branches/2019Q2/print/cups-filters/Makefile Wed May 8 07:13:48 2019 (r501002) +++ branches/2019Q2/print/cups-filters/Makefile Wed May 8 07:52:04 2019 (r501003) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.22.2 +PORTVERSION= 1.22.5 CATEGORIES= print MASTER_SITES= https://www.openprinting.org/download/cups-filters/ Modified: branches/2019Q2/print/cups-filters/distinfo ============================================================================== --- branches/2019Q2/print/cups-filters/distinfo Wed May 8 07:13:48 2019 (r501002) +++ branches/2019Q2/print/cups-filters/distinfo Wed May 8 07:52:04 2019 (r501003) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552752943 -SHA256 (cups-filters-1.22.2.tar.xz) = 9c21004147775b3da7208cc72c24de4d5d5c4f70275859c7e77a9e6b361ffe19 -SIZE (cups-filters-1.22.2.tar.xz) = 1476812 +TIMESTAMP = 1555686102 +SHA256 (cups-filters-1.22.5.tar.xz) = 30d453a2152f0b3032126720aecfe35d5c3adc00d9f32f0320da492e92f707a6 +SIZE (cups-filters-1.22.5.tar.xz) = 1476792 From owner-svn-ports-branches@freebsd.org Wed May 8 14:22:08 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0737815886C1; Wed, 8 May 2019 14:22:08 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1CAC75109; Wed, 8 May 2019 14:22:07 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70A64709D; Wed, 8 May 2019 14:22:07 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48EM79W066443; Wed, 8 May 2019 14:22:07 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48EM7X3066442; Wed, 8 May 2019 14:22:07 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905081422.x48EM7X3066442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 8 May 2019 14:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501022 - branches/2019Q2/lang/php71 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2019Q2/lang/php71 X-SVN-Commit-Revision: 501022 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A1CAC75109 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2019 14:22:08 -0000 Author: tz Date: Wed May 8 14:22:06 2019 New Revision: 501022 URL: https://svnweb.freebsd.org/changeset/ports/501022 Log: MFH: r500999 r501013 lang/php71: Update from 7.1.28 to 7.1.29 Changelog: EXIF: Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG). Mail: Fixed bug #77821 (Potential heap corruption in TSendMail()). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.29 lang/php71: put mailheader patch back Reported by: mat Approved by: ports-secteam (mivy) Modified: branches/2019Q2/lang/php71/Makefile branches/2019Q2/lang/php71/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/lang/php71/Makefile ============================================================================== --- branches/2019Q2/lang/php71/Makefile Wed May 8 13:29:22 2019 (r501021) +++ branches/2019Q2/lang/php71/Makefile Wed May 8 14:22:06 2019 (r501022) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.28 -PORTREVISION?= 2 +PORTVERSION= 7.1.29 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: branches/2019Q2/lang/php71/distinfo ============================================================================== --- branches/2019Q2/lang/php71/distinfo Wed May 8 13:29:22 2019 (r501021) +++ branches/2019Q2/lang/php71/distinfo Wed May 8 14:22:06 2019 (r501022) @@ -1,5 +1,5 @@ -TIMESTAMP = 1554455730 -SHA256 (php-7.1.28.tar.xz) = 45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2 -SIZE (php-7.1.28.tar.xz) = 12222508 +TIMESTAMP = 1557308735 +SHA256 (php-7.1.29.tar.xz) = b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb +SIZE (php-7.1.29.tar.xz) = 12221984 SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 SIZE (php-7.1.x-mail-header.patch) = 4504 From owner-svn-ports-branches@freebsd.org Wed May 8 14:24:04 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9F7C158888D; Wed, 8 May 2019 14:24:03 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F29575246; Wed, 8 May 2019 14:24:03 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 569FF70C2; Wed, 8 May 2019 14:24:03 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48EO3Q1069724; Wed, 8 May 2019 14:24:03 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48EO2E4069721; Wed, 8 May 2019 14:24:02 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905081424.x48EO2E4069721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 8 May 2019 14:24:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501023 - in branches/2019Q2: databases/php72-interbase/files lang/php72 lang/php72/files X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2019Q2: databases/php72-interbase/files lang/php72 lang/php72/files X-SVN-Commit-Revision: 501023 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7F29575246 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2019 14:24:04 -0000 Author: tz Date: Wed May 8 14:24:02 2019 New Revision: 501023 URL: https://svnweb.freebsd.org/changeset/ports/501023 Log: MFH: r501000 lang/php72: Upgrade from 7.2.17 to 7.2.18 Changelog: CLI: Fixed bug #77794 (Incorrect Date header format in built-in server). EXIF: Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG). Interbase: Fixed bug #72175 (Impossibility of creating multiple connections to Interbase with php 7.x). Intl: Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale = null). litespeed: LiteSpeed SAPI 7.3.1, better process management, new API function litespeed_finish_request(). Mail: Fixed bug #77821 (Potential heap corruption in TSendMail()). PCRE: Fixed bug #77827 (preg_match does not ignore \r in regex flags). PDO: Fixed bug #77849 (Disable cloning of PDO handle/connection objects). phpdbg: Fixed bug #76801 (too many open files). Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints). Fixed bug #77805 (phpdbg build fails when readline is shared). Reflection: Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). Fixed bug #77882 (Different behavior: always calls destructor). Standard: Fixed bug #77680 (recursive mkdir on ftp stream wrapper is incorrect). Fixed bug #77844 (Crash due to null pointer in parse_ini_string with INI_SCANNER_TYPED). Fixed bug #77853 (Inconsistent substr_compare behaviour with empty haystack). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.18 Approved by: ports-secteam (mivy) Deleted: branches/2019Q2/databases/php72-interbase/files/ Modified: branches/2019Q2/lang/php72/Makefile branches/2019Q2/lang/php72/distinfo branches/2019Q2/lang/php72/files/patch-acinclude.m4 Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/lang/php72/Makefile ============================================================================== --- branches/2019Q2/lang/php72/Makefile Wed May 8 14:22:06 2019 (r501022) +++ branches/2019Q2/lang/php72/Makefile Wed May 8 14:24:02 2019 (r501023) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.17 -PORTREVISION?= 2 +DISTVERSION= 7.2.18 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} @@ -58,7 +58,7 @@ MYSQLND_DESC= Build with MySQL Native Driver LINKTHR_DESC= Link thread lib (for threaded extensions) ZTS_DESC= Force Zend Thread Safety (ZTS) build -CONFLICTS= php56-* php70-* php71-* php73-* +#CONFLICTS= php56-* php70-* php71-* php73-* DESTDIRNAME= INSTALL_ROOT Modified: branches/2019Q2/lang/php72/distinfo ============================================================================== --- branches/2019Q2/lang/php72/distinfo Wed May 8 14:22:06 2019 (r501022) +++ branches/2019Q2/lang/php72/distinfo Wed May 8 14:24:02 2019 (r501023) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554455753 -SHA256 (php-7.2.17.tar.xz) = a3e5f51a9ae08813b3925bea3a4de02cd4906fcccf75646e267a213bb63bcf84 -SIZE (php-7.2.17.tar.xz) = 12144120 +TIMESTAMP = 1557174681 +SHA256 (php-7.2.18.tar.xz) = 9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d +SIZE (php-7.2.18.tar.xz) = 12172696 Modified: branches/2019Q2/lang/php72/files/patch-acinclude.m4 ============================================================================== --- branches/2019Q2/lang/php72/files/patch-acinclude.m4 Wed May 8 14:22:06 2019 (r501022) +++ branches/2019Q2/lang/php72/files/patch-acinclude.m4 Wed May 8 14:24:02 2019 (r501023) @@ -5,7 +5,7 @@ dnl ---------------------------------------------- CLI static module [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no - case "$PHP_SAPI" in -- cgi|embed[)] +- cgi|embed|phpdbg[)] - PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,) - EXT_STATIC="$EXT_STATIC $1;$ext_dir" - ;; From owner-svn-ports-branches@freebsd.org Wed May 8 14:26:13 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF74315888DD; Wed, 8 May 2019 14:26:12 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 944BD75348; Wed, 8 May 2019 14:26:12 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A22970C3; Wed, 8 May 2019 14:26:12 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48EQCrI070052; Wed, 8 May 2019 14:26:12 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48EQBIR070050; Wed, 8 May 2019 14:26:11 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905081426.x48EQBIR070050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 8 May 2019 14:26:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501024 - in branches/2019Q2: databases/php73-interbase/files lang/php73 lang/php73/files X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2019Q2: databases/php73-interbase/files lang/php73 lang/php73/files X-SVN-Commit-Revision: 501024 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 944BD75348 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2019 14:26:13 -0000 Author: tz Date: Wed May 8 14:26:11 2019 New Revision: 501024 URL: https://svnweb.freebsd.org/changeset/ports/501024 Log: MFH: r501001 lang/php73: Upgrade from 7.3.4 to 7.3.5 Changelog: Core: Fixed bug #77903 (ArrayIterator stops iterating after offsetSet call). CLI: Fixed bug #77794 (Incorrect Date header format in built-in server). EXIF: Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG). Interbase: Fixed bug #72175 (Impossibility of creating multiple connections to Interbase with php 7.x). Intl: Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale = null). litespeed: LiteSpeed SAPI 7.3.1, better process management, new API function litespeed_finish_request(). LDAP: Fixed bug #77869 (Core dump when using server controls) (mcmic) Mail: Fixed bug #77821 (Potential heap corruption in TSendMail()). mbstring: Implemented FR #72777 (Implement regex stack limits for mbregex functions). MySQLi: Fixed bug #77773 (Unbuffered queries leak memory - MySQLi / mysqlnd). PCRE: Fixed bug #77827 (preg_match does not ignore \r in regex flags). PDO: Fixed bug #77849 (Disable cloning of PDO handle/connection objects). phpdbg: Fixed bug #76801 (too many open files). Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints). Fixed bug #77805 (phpdbg build fails when readline is shared). Reflection: Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). Fixed bug #77882 (Different behavior: always calls destructor). Standard: Fixed bug #77793 (Segmentation fault in extract() when overwriting reference with itself). Fixed bug #77844 (Crash due to null pointer in parse_ini_string with INI_SCANNER_TYPED). Fixed bug #77853 (Inconsistent substr_compare behaviour with empty haystack). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.5 Approved by: ports-secteam (mivy) Deleted: branches/2019Q2/databases/php73-interbase/files/ Modified: branches/2019Q2/lang/php73/Makefile branches/2019Q2/lang/php73/distinfo branches/2019Q2/lang/php73/files/patch-acinclude.m4 Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/lang/php73/Makefile ============================================================================== --- branches/2019Q2/lang/php73/Makefile Wed May 8 14:24:02 2019 (r501023) +++ branches/2019Q2/lang/php73/Makefile Wed May 8 14:26:11 2019 (r501024) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.4 -PORTREVISION?= 2 +DISTVERSION= 7.3.5 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} Modified: branches/2019Q2/lang/php73/distinfo ============================================================================== --- branches/2019Q2/lang/php73/distinfo Wed May 8 14:24:02 2019 (r501023) +++ branches/2019Q2/lang/php73/distinfo Wed May 8 14:26:11 2019 (r501024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554455789 -SHA256 (php-7.3.4.tar.xz) = 6fe79fa1f8655f98ef6708cde8751299796d6c1e225081011f4104625b923b83 -SIZE (php-7.3.4.tar.xz) = 11977004 +TIMESTAMP = 1557174604 +SHA256 (php-7.3.5.tar.xz) = e1011838a46fd4a195c8453b333916622d7ff5bce4aca2d9d99afac142db2472 +SIZE (php-7.3.5.tar.xz) = 11981356 Modified: branches/2019Q2/lang/php73/files/patch-acinclude.m4 ============================================================================== --- branches/2019Q2/lang/php73/files/patch-acinclude.m4 Wed May 8 14:24:02 2019 (r501023) +++ branches/2019Q2/lang/php73/files/patch-acinclude.m4 Wed May 8 14:26:11 2019 (r501024) @@ -5,7 +5,7 @@ dnl ---------------------------------------------- CLI static module [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no - case "$PHP_SAPI" in -- cgi|embed[)] +- cgi|embed|phpdbg[)] - PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,) - EXT_STATIC="$EXT_STATIC $1;$ext_dir" - ;; From owner-svn-ports-branches@freebsd.org Wed May 8 20:07:09 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06763159264A; Wed, 8 May 2019 20:07:09 +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 72F038CAA9; Wed, 8 May 2019 20:07:08 +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 4DED2A9F8; Wed, 8 May 2019 20:07:08 +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 x48K786f056508; Wed, 8 May 2019 20:07:08 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48K779h056507; Wed, 8 May 2019 20:07:07 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201905082007.x48K779h056507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 8 May 2019 20:07:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501048 - branches/2019Q2/databases/mariadb101-server X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: branches/2019Q2/databases/mariadb101-server X-SVN-Commit-Revision: 501048 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 72F038CAA9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2019 20:07:09 -0000 Author: brnrd Date: Wed May 8 20:07:07 2019 New Revision: 501048 URL: https://svnweb.freebsd.org/changeset/ports/501048 Log: MFH: r500850 databases/mariadb101-server: Security update to 10.1.39 Security: 4e1997e8-5de0-11e9-b95c-b499baebfeaf Approved by: ports-secteam (joneum) Modified: branches/2019Q2/databases/mariadb101-server/Makefile branches/2019Q2/databases/mariadb101-server/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/databases/mariadb101-server/Makefile ============================================================================== --- branches/2019Q2/databases/mariadb101-server/Makefile Wed May 8 20:06:00 2019 (r501047) +++ branches/2019Q2/databases/mariadb101-server/Makefile Wed May 8 20:07:07 2019 (r501048) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.1.38 +PORTVERSION= 10.1.39 PORTREVISION= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ Modified: branches/2019Q2/databases/mariadb101-server/distinfo ============================================================================== --- branches/2019Q2/databases/mariadb101-server/distinfo Wed May 8 20:06:00 2019 (r501047) +++ branches/2019Q2/databases/mariadb101-server/distinfo Wed May 8 20:07:07 2019 (r501048) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549448520 -SHA256 (mariadb-10.1.38.tar.gz) = caf1f4fc237d143343995b6625375aef911dfc366433645d400727e7063f077f -SIZE (mariadb-10.1.38.tar.gz) = 63535685 +TIMESTAMP = 1556892764 +SHA256 (mariadb-10.1.39.tar.gz) = 6ebaa9424707b8f45ad45eaad37df0d39e77fc965309786d298d6baf3bd93a7e +SIZE (mariadb-10.1.39.tar.gz) = 63577702 From owner-svn-ports-branches@freebsd.org Wed May 8 20:08:58 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 227A515926C3; Wed, 8 May 2019 20:08:58 +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 BC8308CC6B; Wed, 8 May 2019 20:08:57 +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 923CBA9FA; Wed, 8 May 2019 20:08:57 +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 x48K8vWJ057003; Wed, 8 May 2019 20:08:57 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48K8u61056998; Wed, 8 May 2019 20:08:56 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201905082008.x48K8u61056998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 8 May 2019 20:08:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501050 - in branches/2019Q2/databases: mariadb55-client/files mariadb55-server mariadb55-server/files X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in branches/2019Q2/databases: mariadb55-client/files mariadb55-server mariadb55-server/files X-SVN-Commit-Revision: 501050 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BC8308CC6B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2019 20:08:58 -0000 Author: brnrd Date: Wed May 8 20:08:56 2019 New Revision: 501050 URL: https://svnweb.freebsd.org/changeset/ports/501050 Log: MFH: r500269 databases/mariadb55-server: Security update to 5.5.64 Security: 4e1997e8-5de0-11e9-b95c-b499baebfeaf Approved by: ports-secteam (joneum) Deleted: branches/2019Q2/databases/mariadb55-server/files/patch-MDEV-15961 Modified: branches/2019Q2/databases/mariadb55-client/files/patch-client_CMakeLists.txt branches/2019Q2/databases/mariadb55-server/Makefile branches/2019Q2/databases/mariadb55-server/distinfo branches/2019Q2/databases/mariadb55-server/files/patch-client_CMakeLists.txt Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/databases/mariadb55-client/files/patch-client_CMakeLists.txt ============================================================================== --- branches/2019Q2/databases/mariadb55-client/files/patch-client_CMakeLists.txt Wed May 8 20:08:27 2019 (r501049) +++ branches/2019Q2/databases/mariadb55-client/files/patch-client_CMakeLists.txt Wed May 8 20:08:56 2019 (r501050) @@ -1,6 +1,6 @@ ---- client/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC +--- client/CMakeLists.txt.orig 2019-04-26 12:37:01 UTC +++ client/CMakeLists.txt -@@ -34,11 +34,12 @@ IF(UNIX) +@@ -35,12 +35,13 @@ IF(UNIX) SET_TARGET_PROPERTIES(mysql PROPERTIES ENABLE_EXPORTS TRUE) ENDIF(UNIX) @@ -9,12 +9,13 @@ SET_SOURCE_FILES_PROPERTIES(mysqltest.cc PROPERTIES COMPILE_FLAGS "-DTHREADS") TARGET_LINK_LIBRARIES(mysqltest mysqlclient regex) SET_TARGET_PROPERTIES(mysqltest PROPERTIES ENABLE_EXPORTS TRUE) -- +ENDIF() +- MYSQL_ADD_EXECUTABLE(mysqlcheck mysqlcheck.c) TARGET_LINK_LIBRARIES(mysqlcheck mysqlclient) -@@ -50,15 +51,19 @@ MYSQL_ADD_EXECUTABLE(mysqlimport mysqlim + +@@ -51,15 +52,19 @@ MYSQL_ADD_EXECUTABLE(mysqlimport mysqlimport.c) SET_SOURCE_FILES_PROPERTIES(mysqlimport.c PROPERTIES COMPILE_FLAGS "-DTHREADS") TARGET_LINK_LIBRARIES(mysqlimport mysqlclient) @@ -34,17 +35,18 @@ MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) TARGET_LINK_LIBRARIES(mysqlbinlog mysqlclient) -@@ -76,10 +81,12 @@ IF(WIN32) +@@ -76,11 +81,13 @@ IF(WIN32) + MYSQL_ADD_EXECUTABLE(echo echo.c COMPONENT Junk) ENDIF(WIN32) - # async_example is just a code example, do not install it. +IF(FALSE) + # async_example is just a code example, do not install it. ADD_EXECUTABLE(async_example async_example.c) TARGET_LINK_LIBRARIES(async_example mysqlclient) +ENDIF() --SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysql_upgrade mysqlshow mysqlslap mysql_plugin -+SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysqlshow mysqlslap +-SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysql_upgrade mysqlshow mysqlslap mysql_plugin async_example ++SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysqlshow mysqlslap PROPERTIES HAS_CXX TRUE) ADD_DEFINITIONS(-DHAVE_DLOPEN) Modified: branches/2019Q2/databases/mariadb55-server/Makefile ============================================================================== --- branches/2019Q2/databases/mariadb55-server/Makefile Wed May 8 20:08:27 2019 (r501049) +++ branches/2019Q2/databases/mariadb55-server/Makefile Wed May 8 20:08:56 2019 (r501050) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 5.5.63 +PORTVERSION= 5.5.64 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ Modified: branches/2019Q2/databases/mariadb55-server/distinfo ============================================================================== --- branches/2019Q2/databases/mariadb55-server/distinfo Wed May 8 20:08:27 2019 (r501049) +++ branches/2019Q2/databases/mariadb55-server/distinfo Wed May 8 20:08:56 2019 (r501050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549015056 -SHA256 (mariadb-5.5.63.tar.gz) = ef1cf79eec32ced9d1051998a8e458bb33dfbc62de297cba37ee8e9f952b21ea -SIZE (mariadb-5.5.63.tar.gz) = 45946425 +TIMESTAMP = 1556393099 +SHA256 (mariadb-5.5.64.tar.gz) = c103f3c54741b296980d6be48b221340eebaa97c6bd95a02fd8d530a5df5c343 +SIZE (mariadb-5.5.64.tar.gz) = 45953561 Modified: branches/2019Q2/databases/mariadb55-server/files/patch-client_CMakeLists.txt ============================================================================== --- branches/2019Q2/databases/mariadb55-server/files/patch-client_CMakeLists.txt Wed May 8 20:08:27 2019 (r501049) +++ branches/2019Q2/databases/mariadb55-server/files/patch-client_CMakeLists.txt Wed May 8 20:08:56 2019 (r501050) @@ -1,6 +1,6 @@ ---- client/CMakeLists.txt.orig 2017-04-30 11:09:29 UTC +--- client/CMakeLists.txt.orig 2019-04-26 12:37:01 UTC +++ client/CMakeLists.txt -@@ -26,6 +26,7 @@ INCLUDE_DIRECTORIES( +@@ -27,6 +27,7 @@ INCLUDE_DIRECTORIES( ) ADD_DEFINITIONS(${SSL_DEFINES}) @@ -8,7 +8,7 @@ MYSQL_ADD_EXECUTABLE(mysql completion_hash.cc mysql.cc readline.cc ${CMAKE_SOURCE_DIR}/sql/sql_string.cc) TARGET_LINK_LIBRARIES(mysql mysqlclient) -@@ -33,6 +34,7 @@ IF(UNIX) +@@ -34,6 +35,7 @@ IF(UNIX) TARGET_LINK_LIBRARIES(mysql ${MY_READLINE_LIBRARY}) SET_TARGET_PROPERTIES(mysql PROPERTIES ENABLE_EXPORTS TRUE) ENDIF(UNIX) @@ -16,7 +16,7 @@ MYSQL_ADD_EXECUTABLE(mysqltest mysqltest.cc COMPONENT Test) SET_SOURCE_FILES_PROPERTIES(mysqltest.cc PROPERTIES COMPILE_FLAGS "-DTHREADS") -@@ -40,6 +42,7 @@ TARGET_LINK_LIBRARIES(mysqltest mysqlcli +@@ -41,6 +43,7 @@ TARGET_LINK_LIBRARIES(mysqltest mysqlclient regex) SET_TARGET_PROPERTIES(mysqltest PROPERTIES ENABLE_EXPORTS TRUE) @@ -24,7 +24,7 @@ MYSQL_ADD_EXECUTABLE(mysqlcheck mysqlcheck.c) TARGET_LINK_LIBRARIES(mysqlcheck mysqlclient) -@@ -49,17 +52,21 @@ TARGET_LINK_LIBRARIES(mysqldump mysqlcli +@@ -50,17 +53,21 @@ TARGET_LINK_LIBRARIES(mysqldump mysqlclient) MYSQL_ADD_EXECUTABLE(mysqlimport mysqlimport.c) SET_SOURCE_FILES_PROPERTIES(mysqlimport.c PROPERTIES COMPILE_FLAGS "-DTHREADS") TARGET_LINK_LIBRARIES(mysqlimport mysqlclient) @@ -46,7 +46,7 @@ MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) TARGET_LINK_LIBRARIES(mysqlbinlog mysqlclient) -@@ -69,17 +76,20 @@ TARGET_LINK_LIBRARIES(mysqladmin mysqlcl +@@ -70,17 +77,20 @@ TARGET_LINK_LIBRARIES(mysqladmin mysqlclient) MYSQL_ADD_EXECUTABLE(mysqlslap mysqlslap.c) SET_SOURCE_FILES_PROPERTIES(mysqlslap.c PROPERTIES COMPILE_FLAGS "-DTHREADS") TARGET_LINK_LIBRARIES(mysqlslap mysqlclient) @@ -63,8 +63,8 @@ TARGET_LINK_LIBRARIES(async_example mysqlclient) +ENDIF() --SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysql_upgrade mysqlshow mysqlslap mysql_plugin -+SET_TARGET_PROPERTIES (mysql_upgrade mysql_plugin +-SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysql_upgrade mysqlshow mysqlslap mysql_plugin async_example ++SET_TARGET_PROPERTIES (mysql_upgrade mysql_plugin PROPERTIES HAS_CXX TRUE) ADD_DEFINITIONS(-DHAVE_DLOPEN) From owner-svn-ports-branches@freebsd.org Thu May 9 00:30:06 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 008E11597975; Thu, 9 May 2019 00:30:06 +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 9993B6E461; Thu, 9 May 2019 00:30:05 +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 71D87D76C; Thu, 9 May 2019 00:30:05 +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 x490U51L094060; Thu, 9 May 2019 00:30:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x490U5Si094058; Thu, 9 May 2019 00:30:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905090030.x490U5Si094058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 00:30:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501060 - branches/2019Q2/devel/git-cinnabar X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/devel/git-cinnabar X-SVN-Commit-Revision: 501060 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9993B6E461 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 09 May 2019 00:30:06 -0000 Author: jbeich Date: Thu May 9 00:30:04 2019 New Revision: 501060 URL: https://svnweb.freebsd.org/changeset/ports/501060 Log: MFH: r497777 r498215 r498433 r498620 r498778 r498828 r499416 r499701 r500618 r500761 r500838 r500939 r501059 devel/git-cinnabar: update to 0.5.1 Changes: https://github.com/glandium/git-cinnabar/compare/ddd4e3b...0.5.1 Approved by: ports-secteam (miwi) Modified: branches/2019Q2/devel/git-cinnabar/Makefile branches/2019Q2/devel/git-cinnabar/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/git-cinnabar/Makefile ============================================================================== --- branches/2019Q2/devel/git-cinnabar/Makefile Thu May 9 00:24:48 2019 (r501059) +++ branches/2019Q2/devel/git-cinnabar/Makefile Thu May 9 00:30:04 2019 (r501060) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= git-cinnabar -DISTVERSION= 0.5.0-110 -DISTVERSIONSUFFIX= -gddd4e3b +DISTVERSION= 0.5.1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: branches/2019Q2/devel/git-cinnabar/distinfo ============================================================================== --- branches/2019Q2/devel/git-cinnabar/distinfo Thu May 9 00:24:48 2019 (r501059) +++ branches/2019Q2/devel/git-cinnabar/distinfo Thu May 9 00:30:04 2019 (r501060) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554030846 -SHA256 (glandium-git-cinnabar-0.5.0-110-gddd4e3b_GH0.tar.gz) = 2f571ba9f0b04229cc44ee947a0fb47bc145b00beb026d04c57d644d593657b9 -SIZE (glandium-git-cinnabar-0.5.0-110-gddd4e3b_GH0.tar.gz) = 152716 +TIMESTAMP = 1557351397 +SHA256 (glandium-git-cinnabar-0.5.1_GH0.tar.gz) = f2ade7c0b5d362eb4b9e51ca4faa7a8a200f08a62a7104c0d61cab1f6ea18b09 +SIZE (glandium-git-cinnabar-0.5.1_GH0.tar.gz) = 160417 From owner-svn-ports-branches@freebsd.org Thu May 9 00:53:15 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 685A3159827A; Thu, 9 May 2019 00:53:15 +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 0D6AE6F3E1; Thu, 9 May 2019 00:53:15 +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 D8731DC59; Thu, 9 May 2019 00:53:14 +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 x490rEol009844; Thu, 9 May 2019 00:53:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x490rECV009842; Thu, 9 May 2019 00:53:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905090053.x490rECV009842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 00:53:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501066 - branches/2019Q2/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/emulators/citra X-SVN-Commit-Revision: 501066 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0D6AE6F3E1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 09 May 2019 00:53:15 -0000 Author: jbeich Date: Thu May 9 00:53:14 2019 New Revision: 501066 URL: https://svnweb.freebsd.org/changeset/ports/501066 Log: MFH: r501061 emulators/citra: update to s20190507 Changes: https://github.com/citra-emu/citra/compare/2c5816978...46b015bef Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2019Q2/emulators/citra/Makefile branches/2019Q2/emulators/citra/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/emulators/citra/Makefile ============================================================================== --- branches/2019Q2/emulators/citra/Makefile Thu May 9 00:52:28 2019 (r501065) +++ branches/2019Q2/emulators/citra/Makefile Thu May 9 00:53:14 2019 (r501066) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20190503 +PORTVERSION= s20190507 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= 2c5816978 +GH_TAGNAME= 46b015bef 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/2019Q2/emulators/citra/distinfo ============================================================================== --- branches/2019Q2/emulators/citra/distinfo Thu May 9 00:52:28 2019 (r501065) +++ branches/2019Q2/emulators/citra/distinfo Thu May 9 00:53:14 2019 (r501066) @@ -1,6 +1,6 @@ -TIMESTAMP = 1556896351 -SHA256 (citra-emu-citra-s20190503-2c5816978_GH0.tar.gz) = ebc6a2b8d70ca81e62dac540c33f7be1ed2dfe4bb9d36f44fd3c61fb3b8aac47 -SIZE (citra-emu-citra-s20190503-2c5816978_GH0.tar.gz) = 5044175 +TIMESTAMP = 1557236118 +SHA256 (citra-emu-citra-s20190507-46b015bef_GH0.tar.gz) = b06ca44931348ee0badf6c56149d7d06feba9bf014dc36ee5ec5fd639c11aebc +SIZE (citra-emu-citra-s20190507-46b015bef_GH0.tar.gz) = 5043955 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 May 9 00:54:19 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FC4215982D3; Thu, 9 May 2019 00:54: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 EBC2F6F4C5; Thu, 9 May 2019 00:54:18 +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 B8528DC5A; Thu, 9 May 2019 00:54:18 +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 x490sIk3010011; Thu, 9 May 2019 00:54:18 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x490sIxS010009; Thu, 9 May 2019 00:54:18 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905090054.x490sIxS010009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 00:54:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501067 - in branches/2019Q2/multimedia/ffmpeg: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2019Q2/multimedia/ffmpeg: . files X-SVN-Commit-Revision: 501067 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EBC2F6F4C5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 09 May 2019 00:54:19 -0000 Author: jbeich Date: Thu May 9 00:54:18 2019 New Revision: 501067 URL: https://svnweb.freebsd.org/changeset/ports/501067 Log: MFH: r501064 multimedia/ffmpeg: backport AOM warning fix [libaom-av1 encoder @ 0x807b0d1c0] Value -1.000000 for parameter 'enable-intrabc' out of range [0 - 1] Approved by: ports-secteam blanket Modified: branches/2019Q2/multimedia/ffmpeg/Makefile branches/2019Q2/multimedia/ffmpeg/files/patch-aom Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/multimedia/ffmpeg/Makefile ============================================================================== --- branches/2019Q2/multimedia/ffmpeg/Makefile Thu May 9 00:53:14 2019 (r501066) +++ branches/2019Q2/multimedia/ffmpeg/Makefile Thu May 9 00:54:18 2019 (r501067) @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.1.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= https://ffmpeg.org/releases/ Modified: branches/2019Q2/multimedia/ffmpeg/files/patch-aom ============================================================================== --- branches/2019Q2/multimedia/ffmpeg/files/patch-aom Thu May 9 00:53:14 2019 (r501066) +++ branches/2019Q2/multimedia/ffmpeg/files/patch-aom Thu May 9 00:54:18 2019 (r501067) @@ -5,6 +5,8 @@ https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/2d https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/e3991a5a45 https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/995889abbf https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/0856c5da07 +https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/0e1ea034d8 +https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/1e8475b507 --- doc/encoders.texi.orig 2018-11-05 23:22:25 UTC +++ doc/encoders.texi @@ -297,6 +299,15 @@ https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/08 // provide dummy value to initialize wrapper, values will be updated each _encode() aom_img_wrap(&ctx->rawimg, img_fmt, avctx->width, avctx->height, 1, (unsigned char*)1); +@@ -727,7 +808,7 @@ static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, + AVPacket *pkt) + { + AOMContext *ctx = avctx->priv_data; +- int pict_type; ++ int av_unused pict_type; + int ret = ff_alloc_packet2(avctx, pkt, cx_frame->sz, 0); + if (ret < 0) { + av_log(avctx, AV_LOG_ERROR, @@ -975,19 +1056,37 @@ static const AVOption options[] = { "frames (2-pass only)", OFFSET(auto_alt_ref), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 2, VE}, { "lag-in-frames", "Number of frames to look ahead at for " @@ -328,7 +339,7 @@ https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/08 + { "row-mt", "Enable row based multi-threading", OFFSET(row_mt), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE}, + { "enable-cdef", "Enable CDEF filtering", OFFSET(enable_cdef), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE}, + { "enable-global-motion", "Enable global motion", OFFSET(enable_global_motion), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE}, -+ { "enable-intrabc", "Enable intra block copy prediction mode", OFFSET(enable_intrabc), AV_OPT_TYPE_BOOL, {.i64 = -1}, 0, 1, VE}, ++ { "enable-intrabc", "Enable intra block copy prediction mode", OFFSET(enable_intrabc), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE}, + { NULL }, }; From owner-svn-ports-branches@freebsd.org Thu May 9 10:19:54 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D687B15A441F; Thu, 9 May 2019 10:19:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 7146487F53; Thu, 9 May 2019 10:19:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 47A0C1BA07; Thu, 9 May 2019 10:19:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49AJrcp004743; Thu, 9 May 2019 10:19:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49AJqXt004741; Thu, 9 May 2019 10:19:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905091019.x49AJqXt004741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 9 May 2019 10:19:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501082 - branches/2019Q2/devel/rust-cbindgen X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/devel/rust-cbindgen X-SVN-Commit-Revision: 501082 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7146487F53 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 09 May 2019 10:19:54 -0000 Author: jbeich Date: Thu May 9 10:19:52 2019 New Revision: 501082 URL: https://svnweb.freebsd.org/changeset/ports/501082 Log: MFH: r501081 devel/rust-cbindgen: update to 0.8.6 Changes: https://github.com/eqrion/cbindgen/compare/v0.8.3...v0.8.6 Approved by: ports-secteam blanket (required by Firefox 68) Modified: branches/2019Q2/devel/rust-cbindgen/Makefile branches/2019Q2/devel/rust-cbindgen/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/rust-cbindgen/Makefile ============================================================================== --- branches/2019Q2/devel/rust-cbindgen/Makefile Thu May 9 10:16:38 2019 (r501081) +++ branches/2019Q2/devel/rust-cbindgen/Makefile Thu May 9 10:19:52 2019 (r501082) @@ -2,7 +2,7 @@ PORTNAME= cbindgen DISTVERSIONPREFIX= v -DISTVERSION= 0.8.2 +DISTVERSION= 0.8.6 CATEGORIES= devel PKGNAMEPREFIX= rust- Modified: branches/2019Q2/devel/rust-cbindgen/distinfo ============================================================================== --- branches/2019Q2/devel/rust-cbindgen/distinfo Thu May 9 10:16:38 2019 (r501081) +++ branches/2019Q2/devel/rust-cbindgen/distinfo Thu May 9 10:19:52 2019 (r501082) @@ -1,4 +1,4 @@ -TIMESTAMP = 1551903339 +TIMESTAMP = 1557164554 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 SHA256 (rust/crates/atty-0.2.11.tar.gz) = 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652 @@ -89,5 +89,5 @@ SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.t SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 -SHA256 (eqrion-cbindgen-v0.8.2_GH0.tar.gz) = aa9b458c0d3e638a3831ec1e3a23570c15bd45cca5502b12a68f1d6a2d7f2db1 -SIZE (eqrion-cbindgen-v0.8.2_GH0.tar.gz) = 106064 +SHA256 (eqrion-cbindgen-v0.8.6_GH0.tar.gz) = 456a8ee9ab872cdb31f829fb06294c08b5e238f1390f9f4a5b7908a6346cbbf2 +SIZE (eqrion-cbindgen-v0.8.6_GH0.tar.gz) = 114441 From owner-svn-ports-branches@freebsd.org Thu May 9 14:45:10 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C40615834E7; Thu, 9 May 2019 14:45:10 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D51CB6BBA6; Thu, 9 May 2019 14:45:09 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B11F71E761; Thu, 9 May 2019 14:45:09 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x49Ej9fw058454; Thu, 9 May 2019 14:45:09 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x49Ej9sJ058452; Thu, 9 May 2019 14:45:09 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201905091445.x49Ej9sJ058452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 9 May 2019 14:45:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501102 - in branches/2019Q2/security/racoon2: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in branches/2019Q2/security/racoon2: . files X-SVN-Commit-Revision: 501102 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D51CB6BBA6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 09 May 2019 14:45:10 -0000 Author: cy Date: Thu May 9 14:45:09 2019 New Revision: 501102 URL: https://svnweb.freebsd.org/changeset/ports/501102 Log: MFH: r501100 Prepare for the pending removal of ispec from GENERIC, making sure that the ipsec kld is loaded. Suggested by: gallatin@ Approved by: portmgr (joneum@) Modified: branches/2019Q2/security/racoon2/Makefile branches/2019Q2/security/racoon2/files/patch-samples-rc.d-iked.in Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/security/racoon2/Makefile ============================================================================== --- branches/2019Q2/security/racoon2/Makefile Thu May 9 14:39:30 2019 (r501101) +++ branches/2019Q2/security/racoon2/Makefile Thu May 9 14:45:09 2019 (r501102) @@ -3,6 +3,7 @@ PORTNAME= racoon2 PORTVERSION= ${RACOON2_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES= security net ipv6 HASH= 5c4af73 RACOON2_COMMIT_DATE=20181215 Modified: branches/2019Q2/security/racoon2/files/patch-samples-rc.d-iked.in ============================================================================== --- branches/2019Q2/security/racoon2/files/patch-samples-rc.d-iked.in Thu May 9 14:39:30 2019 (r501101) +++ branches/2019Q2/security/racoon2/files/patch-samples-rc.d-iked.in Thu May 9 14:45:09 2019 (r501102) @@ -1,6 +1,6 @@ ---- samples/rc.d/iked.in.orig 2018-08-15 21:36:53.000000000 -0700 -+++ samples/rc.d/iked.in 2018-10-19 12:32:15.579253000 -0700 -@@ -10,11 +10,13 @@ +--- samples/rc.d/iked.in.orig 2018-08-15 22:36:53.000000000 -0600 ++++ samples/rc.d/iked.in 2019-05-09 08:03:55.095621000 -0600 +@@ -10,14 +10,22 @@ . /etc/rc.subr @@ -15,4 +15,13 @@ +required_vars="spmd_enable" pidfile="/var/run/${name}.pid" required_files="@sysconfdir@/racoon2.conf" ++start_precmd="iked_precmd" reload_cmd="iked_reload" ++ ++iked_precmd() ++{ ++ sysctl -qn net.inet.ipsec.def_policy >/dev/null || kldload ipsec || return 1 ++} + + iked_reload() + { From owner-svn-ports-branches@freebsd.org Fri May 10 18:57:21 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6A3E15AA6AB; Fri, 10 May 2019 18:57:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B1E18706A; Fri, 10 May 2019 18:57:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7DE1C85D9; Fri, 10 May 2019 18:57:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AIvKgR057406; Fri, 10 May 2019 18:57:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AIvK9S057404; Fri, 10 May 2019 18:57:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905101857.x4AIvK9S057404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 10 May 2019 18:57:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501194 - in branches/2019Q2/multimedia/x265: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2019Q2/multimedia/x265: . files X-SVN-Commit-Revision: 501194 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8B1E18706A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 10 May 2019 18:57:21 -0000 Author: jbeich Date: Fri May 10 18:57:19 2019 New Revision: 501194 URL: https://svnweb.freebsd.org/changeset/ports/501194 Log: MFH: r501193 multimedia/x265: backport some SVTHEVC fixes Approved by: ports-secteam blanket Deleted: branches/2019Q2/multimedia/x265/files/patch-source_encoder_api.cpp Modified: branches/2019Q2/multimedia/x265/Makefile branches/2019Q2/multimedia/x265/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/multimedia/x265/Makefile ============================================================================== --- branches/2019Q2/multimedia/x265/Makefile Fri May 10 18:56:48 2019 (r501193) +++ branches/2019Q2/multimedia/x265/Makefile Fri May 10 18:57:19 2019 (r501194) @@ -3,6 +3,7 @@ PORTNAME= x265 PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://downloads.videolan.org/pub/videolan/x265/ \ https://mirror.leaseweb.com/videolan/x265/ \ @@ -12,6 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} PATCH_SITES= http://hg.videolan.org/${PORTNAME}/raw-rev/ PATCHFILES+= 878541319ea1:-p1 a41325fc854f:-p1 # SVT-HEVC +PATCHFILES+= 31ab7e09a3b5:-p1 e16999096b48:-p1 # SVT-HEVC MAINTAINER= mi@aldan.algebra.com COMMENT= H.265/High Efficiency Video Coding (HEVC) format Modified: branches/2019Q2/multimedia/x265/distinfo ============================================================================== --- branches/2019Q2/multimedia/x265/distinfo Fri May 10 18:56:48 2019 (r501193) +++ branches/2019Q2/multimedia/x265/distinfo Fri May 10 18:57:19 2019 (r501194) @@ -5,3 +5,7 @@ SHA256 (878541319ea1) = cb135430143d4d0df4e1d7e5b9d799 SIZE (878541319ea1) = 86799 SHA256 (a41325fc854f) = 5fb5a2d97cecf9920f5800364534f56584dbf805f1e215de9dbdeca025eb3ec8 SIZE (a41325fc854f) = 912 +SHA256 (31ab7e09a3b5) = ecf6349c12cdb060ccbd7dfcf013599208cd9239b1fbc877318f3a779b98b7aa +SIZE (31ab7e09a3b5) = 2927 +SHA256 (e16999096b48) = 7e4cdeb59d172ab0b04c03356ad05a38bec1802f44b64ce56bf3694efe06cc82 +SIZE (e16999096b48) = 1105 From owner-svn-ports-branches@freebsd.org Fri May 10 23:59:27 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C71D158CCB9; Fri, 10 May 2019 23:59:27 +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 D7E0D6A256; Fri, 10 May 2019 23:59:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFA70B8F6; Fri, 10 May 2019 23:59:26 +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 x4ANxQfY015487; Fri, 10 May 2019 23:59:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ANxQRX015486; Fri, 10 May 2019 23:59:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905102359.x4ANxQRX015486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 10 May 2019 23:59:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501205 - branches/2019Q2/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/emulators/rpcs3 X-SVN-Commit-Revision: 501205 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D7E0D6A256 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 10 May 2019 23:59:27 -0000 Author: jbeich Date: Fri May 10 23:59:26 2019 New Revision: 501205 URL: https://svnweb.freebsd.org/changeset/ports/501205 Log: MFH: r501202 emulators/rpcs3: document broken GDB after r482459 Utilities/GDBDebugServer.cpp:357:36: error: no member named 'cr_pack' in 'ppu_thread' return u32_to_padded_hex(thread->cr_pack()); ~~~~~~ ^ Utilities/GDBDebugServer.cpp:386:11: error: no member named 'cr_unpack' in 'ppu_thread' thread->cr_unpack(hex_to_u32(value)); ~~~~~~ ^ Utilities/GDBDebugServer.cpp:736:22: error: out-of-line definition of 'on_task' does not match any declaration in 'GDBDebugServer' void GDBDebugServer::on_task() ^~~~~~~ Utilities/GDBDebugServer.cpp:811:22: error: out-of-line definition of 'on_exit' does not match any declaration in 'GDBDebugServer' void GDBDebugServer::on_exit() ^~~~~~~ Utilities/GDBDebugServer.cpp:822:29: error: out-of-line definition of 'get_name' does not match any declaration in 'GDBDebugServer' std::string GDBDebugServer::get_name() const ^~~~~~~~ Utilities/GDBDebugServer.cpp:827:22: error: out-of-line definition of 'on_stop' does not match any declaration in 'GDBDebugServer' void GDBDebugServer::on_stop() ^~~~~~~ Utilities/GDBDebugServer.cpp:831:8: error: no member named 'notify' in 'GDBDebugServer' this->notify(); ~~~~ ^ Utilities/GDBDebugServer.cpp:832:2: error: use of undeclared identifier 'old_thread'; did you mean 'pad_thread'? old_thread::on_stop(); ^~~~~~~~~~ pad_thread rpcs3/Emu/System.h:197:38: note: 'pad_thread' declared here std::function()> get_pad_handler; ^ Utilities/GDBDebugServer.cpp:832:2: error: incomplete type 'pad_thread' named in nested name specifier old_thread::on_stop(); ^~~~~~~~~~~~ rpcs3/Emu/System.h:197:38: note: forward declaration of 'pad_thread' std::function()> get_pad_handler; ^ Utilities/GDBDebugServer.cpp:841:2: error: use of undeclared identifier 'notify' notify(); ^ rpcs3/Emu/System.cpp:1543:30: error: no member named 'on_stop' in 'GDBDebugServer' fxm::get()->on_stop(); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ Approved by: ports-secteam blanket Modified: branches/2019Q2/emulators/rpcs3/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/emulators/rpcs3/Makefile ============================================================================== --- branches/2019Q2/emulators/rpcs3/Makefile Fri May 10 23:58:33 2019 (r501204) +++ branches/2019Q2/emulators/rpcs3/Makefile Fri May 10 23:59:26 2019 (r501205) @@ -60,6 +60,7 @@ EVDEV_LIB_DEPENDS= libevdev.so:devel/libevdev GDB_DESC= GDB remote stub (powerpc64 target) GDB_CMAKE_BOOL= WITH_GDB +GDB_BROKEN= https://github.com/RPCS3/rpcs3/issues/5946 LLVM_DESC= LLVM-based PPU recompiler LLVM_CMAKE_BOOL_OFF= WITHOUT_LLVM From owner-svn-ports-branches@freebsd.org Sat May 11 00:00:00 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1860E158CD16; Sat, 11 May 2019 00:00:00 +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 B30426A334; Fri, 10 May 2019 23:59:59 +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 8B7FDB8F7; Fri, 10 May 2019 23:59:59 +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 x4ANxxuJ015623; Fri, 10 May 2019 23:59:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ANxxOO015622; Fri, 10 May 2019 23:59:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905102359.x4ANxxOO015622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 10 May 2019 23:59:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501206 - branches/2019Q2/emulators/rpcs3 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/emulators/rpcs3 X-SVN-Commit-Revision: 501206 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B30426A334 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 11 May 2019 00:00:00 -0000 Author: jbeich Date: Fri May 10 23:59:59 2019 New Revision: 501206 URL: https://svnweb.freebsd.org/changeset/ports/501206 Log: MFH: r501203 emulators/rpcs3: unbreak EVDEV after r487789 In file included from rpcs3/rpcs3qt/pad_settings_dialog.cpp:24: In file included from rpcs3/evdev_joystick_handler.h:7: /usr/local/include/libevdev-1.0/libevdev/libevdev.h:30:10: fatal error: 'linux/input.h' file not found #include ^~~~~~~~~~~~~~~ Approved by: ports-secteam blanket Modified: branches/2019Q2/emulators/rpcs3/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/emulators/rpcs3/Makefile ============================================================================== --- branches/2019Q2/emulators/rpcs3/Makefile Fri May 10 23:59:26 2019 (r501205) +++ branches/2019Q2/emulators/rpcs3/Makefile Fri May 10 23:59:59 2019 (r501206) @@ -56,6 +56,7 @@ ALSA_CMAKE_BOOL= USE_ALSA EVDEV_DESC= libevdev-based joystick support EVDEV_CMAKE_BOOL= USE_LIBEVDEV +EVDEV_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto EVDEV_LIB_DEPENDS= libevdev.so:devel/libevdev GDB_DESC= GDB remote stub (powerpc64 target) From owner-svn-ports-branches@freebsd.org Sat May 11 01:00:22 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0831158DC2C; Sat, 11 May 2019 01:00:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 555FE6BD2D; Sat, 11 May 2019 01:00:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30FC8C49C; Sat, 11 May 2019 01:00:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B10LVM047180; Sat, 11 May 2019 01:00:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B10LaH047177; Sat, 11 May 2019 01:00:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905110100.x4B10LaH047177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 May 2019 01:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501213 - in branches/2019Q2/security: ca_root_nss nss X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2019Q2/security: ca_root_nss nss X-SVN-Commit-Revision: 501213 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 555FE6BD2D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 11 May 2019 01:00:22 -0000 Author: jbeich Date: Sat May 11 01:00:21 2019 New Revision: 501213 URL: https://svnweb.freebsd.org/changeset/ports/501213 Log: MFH: r501212 security/nss: update to 3.44 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.44_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_44_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Approved by: ports-secteam blanket (required by Firefox 68) Modified: branches/2019Q2/security/ca_root_nss/Makefile branches/2019Q2/security/ca_root_nss/distinfo branches/2019Q2/security/nss/Makefile branches/2019Q2/security/nss/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/security/ca_root_nss/Makefile ============================================================================== --- branches/2019Q2/security/ca_root_nss/Makefile Sat May 11 00:59:49 2019 (r501212) +++ branches/2019Q2/security/ca_root_nss/Makefile Sat May 11 01:00:21 2019 (r501213) @@ -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.43 +VERSION_NSS= 3.44 #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/2019Q2/security/ca_root_nss/distinfo ============================================================================== --- branches/2019Q2/security/ca_root_nss/distinfo Sat May 11 00:59:49 2019 (r501212) +++ branches/2019Q2/security/ca_root_nss/distinfo Sat May 11 01:00:21 2019 (r501213) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552695908 -SHA256 (nss-3.43.tar.gz) = f30bc1b7330887b75de9fec37dbc173001758dc43fb095ffbc45dac4093fe2ca -SIZE (nss-3.43.tar.gz) = 23466026 +TIMESTAMP = 1557522858 +SHA256 (nss-3.44.tar.gz) = a5620e59b6eeedfd5a12c9298b50ad92e9898b223e214eb675e36f4ffb5b6aff +SIZE (nss-3.44.tar.gz) = 23474704 Modified: branches/2019Q2/security/nss/Makefile ============================================================================== --- branches/2019Q2/security/nss/Makefile Sat May 11 00:59:49 2019 (r501212) +++ branches/2019Q2/security/nss/Makefile Sat May 11 01:00:21 2019 (r501213) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.43 +PORTVERSION= 3.44 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2019Q2/security/nss/distinfo ============================================================================== --- branches/2019Q2/security/nss/distinfo Sat May 11 00:59:49 2019 (r501212) +++ branches/2019Q2/security/nss/distinfo Sat May 11 01:00:21 2019 (r501213) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552695908 -SHA256 (nss-3.43.tar.gz) = f30bc1b7330887b75de9fec37dbc173001758dc43fb095ffbc45dac4093fe2ca -SIZE (nss-3.43.tar.gz) = 23466026 +TIMESTAMP = 1557522858 +SHA256 (nss-3.44.tar.gz) = a5620e59b6eeedfd5a12c9298b50ad92e9898b223e214eb675e36f4ffb5b6aff +SIZE (nss-3.44.tar.gz) = 23474704 From owner-svn-ports-branches@freebsd.org Sat May 11 07:49:23 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7A571594CD0; Sat, 11 May 2019 07:49:23 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C8D3776AF; Sat, 11 May 2019 07:49:23 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30B8C189D7; Sat, 11 May 2019 07:49:23 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B7nNFM063740; Sat, 11 May 2019 07:49:23 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B7nNEZ063739; Sat, 11 May 2019 07:49:23 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201905110749.x4B7nNEZ063739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 11 May 2019 07:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501229 - in branches/2019Q2/sysutils/xfce4-power-manager: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in branches/2019Q2/sysutils/xfce4-power-manager: . files X-SVN-Commit-Revision: 501229 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5C8D3776AF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 11 May 2019 07:49:23 -0000 Author: madpilot Date: Sat May 11 07:49:22 2019 New Revision: 501229 URL: https://svnweb.freebsd.org/changeset/ports/501229 Log: MFH: r501188 - Fix reported sporadic crashes - Enumerate all displays for backlight support - Fix some compile warnings - When building debug binaries enable extra debugging code too PR: 237714 Submitted by: rozhuk.im@gmail.com Approved by: ports-secteam (miwi) Added: branches/2019Q2/sysutils/xfce4-power-manager/files/ - copied from r501188, head/sysutils/xfce4-power-manager/files/ Modified: branches/2019Q2/sysutils/xfce4-power-manager/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/sysutils/xfce4-power-manager/Makefile ============================================================================== --- branches/2019Q2/sysutils/xfce4-power-manager/Makefile Sat May 11 07:44:38 2019 (r501228) +++ branches/2019Q2/sysutils/xfce4-power-manager/Makefile Sat May 11 07:49:22 2019 (r501229) @@ -3,6 +3,7 @@ PORTNAME= xfce4-power-manager PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R}/ DIST_SUBDIR= xfce4 @@ -36,4 +37,10 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime -.include +.include + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif + +.include From owner-svn-ports-branches@freebsd.org Sat May 11 13:19:13 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9270F159BA46; Sat, 11 May 2019 13:19:13 +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 37F6588B57; Sat, 11 May 2019 13:19:13 +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 11F801C130; Sat, 11 May 2019 13:19:13 +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 x4BDJC1Z038730; Sat, 11 May 2019 13:19:12 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BDJC91038726; Sat, 11 May 2019 13:19:12 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201905111319.x4BDJC91038726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 11 May 2019 13:19:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501256 - in branches/2019Q2/databases: mariadb102-client mariadb102-server mariadb102-server/files X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in branches/2019Q2/databases: mariadb102-client mariadb102-server mariadb102-server/files X-SVN-Commit-Revision: 501256 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 37F6588B57 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 11 May 2019 13:19:13 -0000 Author: brnrd Date: Sat May 11 13:19:12 2019 New Revision: 501256 URL: https://svnweb.freebsd.org/changeset/ports/501256 Log: MFH: r501255 databases/mariadb102-server: Security update to 10.2.24 - CMake OPTIONS refactoring - Move everything to master port Security: 4e1997e8-5de0-11e9-b95c-b499baebfeaf Approved by: ports-secteam (joneum) Deleted: branches/2019Q2/databases/mariadb102-server/files/patch-client_CMakeLists.txt Modified: branches/2019Q2/databases/mariadb102-client/Makefile branches/2019Q2/databases/mariadb102-server/Makefile branches/2019Q2/databases/mariadb102-server/distinfo branches/2019Q2/databases/mariadb102-server/pkg-plist Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/databases/mariadb102-client/Makefile ============================================================================== --- branches/2019Q2/databases/mariadb102-client/Makefile Sat May 11 12:32:23 2019 (r501255) +++ branches/2019Q2/databases/mariadb102-client/Makefile Sat May 11 13:19:12 2019 (r501256) @@ -11,31 +11,4 @@ FILESDIR= ${.CURDIR}/files PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist -CMAKE_ARGS+= -DWITHOUT_SERVER=1 \ - -DCONC_WITH_UNITTEST=0 \ - -DCONC_WITH_MYSQLCOMPAT=1 \ - -DWITH_WSREP=0 - -USE_LDCONFIG= ${PREFIX}/lib/mysql - -CLIENT_ONLY= yes - -post-configure: - ${REINPLACE_CMD} -Ee 's|(#define INCLUDE.*)"$$|\1 -I${PREFIX}/include"|' \ - -e 's|(#define LIBS .*)"$$|\1 -L${PREFIX}/lib"|' \ - ${WRKDIR}/.build/libmariadb/mariadb_config/mariadb_config.c - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/share/aclocal/mysql.m4 \ - ${STAGEDIR}${PREFIX}/man/man1/aria* \ - ${STAGEDIR}${PREFIX}/man/man1/myisam* - ${RM} -r ${STAGEDIR}${PREFIX}/share/pkgconfig \ - ${STAGEDIR}${DATADIR}/policy \ - ${STAGEDIR}${PREFIX}/include/mysql/server - # Fix https://mariadb.atlassian.net/browse/MDEV-9388 - @${REINPLACE_CMD} 's/-l-pthread/-pthread/' ${STAGEDIR}${PREFIX}/bin/mysql_config - -post-install-GSSAPI_NONE: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so - .include "${MASTERDIR}/Makefile" Modified: branches/2019Q2/databases/mariadb102-server/Makefile ============================================================================== --- branches/2019Q2/databases/mariadb102-server/Makefile Sat May 11 12:32:23 2019 (r501255) +++ branches/2019Q2/databases/mariadb102-server/Makefile Sat May 11 13:19:12 2019 (r501256) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.2.22 +PORTVERSION= 10.2.24 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \ @@ -35,7 +35,7 @@ OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE OPTIONS_DEFAULT= GSSAPI_BASE -.if !defined(CLIENT_ONLY) +.if ${PKGNAMESUFFIX:M*-server} # MySQL-Server options OPTIONS_DEFAULT+= CONNECT_EXTRA INNOBASE SPHINX SPIDER OPTIONS_GROUP= COMPRESSION ENGINES GROONGA @@ -82,11 +82,7 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_SQLBENCHDIR= \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ -DDEFAULT_SYSCONFDIR="${PREFIX}/etc" \ - -DWITH_JEMALLOC="system" \ - -DWITH_LIBWRAP=1 \ -DWITH_SSL="${OPENSSLBASE}" \ - -DWITH_UNIT_TESTS=0 \ - -DWITHOUT_DOCS=1 \ -DCURSES_CURSES_LIBRARY="/usr/lib/libcurses.so" \ -DCURSES_FORM_LIBRARY="/usr/lib/libform.so" \ -DCURSES_CURSES_LIBRARY="/usr/lib/libncurses.so" \ @@ -99,6 +95,8 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DREMOTEIO_PLUGIN_TYPE="NO" \ -DCOMPILATION_COMMENT="FreeBSD Ports" \ -DCMAKE_PREFIX_PATH=${PREFIX} +CMAKE_ON+= WITH_LIBWRAP WITH_JEMALLOC WITHOUT_DOCS +CMAKE_OFF+= WITH_UNIT_TESTS DATADIR= ${PREFIX}/share/mysql @@ -112,13 +110,16 @@ CONFLICTS_INSTALL= mariadb5*-${PKGNAMESUFFIX:C/^[0-9]* mysqlwsrep* \ percona[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* -FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 +FASTMTX_CMAKE_BOOL= WITH_FAST_MUTEXES +GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO OPTIONS_SUB= yes -.if defined(CLIENT_ONLY) +.if ${PKGNAMESUFFIX:M*-client} # MySQL-Client part +USE_LDCONFIG= ${PREFIX}/lib/mysql USES+= readline -GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO +CMAKE_ON+= WITHOUT_SERVER CONC_WITH_MYSQLCOMPAT +CMAKE_OFF+= WITH_WSREP .else # MySQL-Server part USES+= mysql:102m @@ -126,11 +127,7 @@ USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin USE_RC_SUBR= mysql-server USERS= mysql GROUPS= mysql -CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" \ - -DPLUGIN_AUTH_GSSAPI_CLIENT=NO \ - -DCMAKE_SKIP_BUILD_RPATH:BOOL=YES \ - -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \ - -DWITHOUT_CLIENT=1 +CMAKE_ON+= CMAKE_SKIP_BUILD_RPATH WITH_EMBEDDED_SERVER WITHOUT_EXAMPLE_STORAGE_ENGINE .for ENGINE in ${OPTIONS_GROUP_ENGINES:NINNOBASE} ${ENGINE}_CMAKE_OFF= -DPLUGIN_${ENGINE}=NO \ @@ -142,52 +139,26 @@ INNOBASE_CMAKE_OFF= -DPLUGIN_INNOBASE=NO -DWITHOUT_INN CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC CONNECT_EXTRA_USES= gnome CONNECT_EXTRA_USE= gnome=libxml2 -GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI=NO -DPLUGIN_AUTH_GSSAPI_CLIENT=NO -LZ4_CMAKE_OFF= -DGRN_WITH_LZ4=OFF -DWITH_INNODB_LZ4=OFF -DWITH_ROCKSDB_LZ4=OFF -LZ4_CMAKE_ON= -DGRN_WITH_LZ4=ON -DWITH_INNODB_LZ4=ON -DWITH_ROCKSDB_LZ4=ON +GSSAPI_NONE_CMAKE_ON+= -DPLUGIN_AUTH_GSSAPI=NO +LZ4_CMAKE_BOOL= GRN_WITH_LZ4 WITH_INNODB_LZ4 WITH_ROCKSDB_LZ4 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 -LZO_CMAKE_OFF= -DWITH_INNODB_LZO=OFF -LZO_CMAKE_ON= -DWITH_INNODB_LZO=ON +LZO_CMAKE_BOOL= WITH_INNODB_LZO LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 MROONGA_IMPLIES= LZ4 MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libJudy.so:devel/judy ROCKSDB_USES= python -SNAPPY_CMAKE_OFF= -DWITH_INNODB_SNAPPY=OFF -DWITH_ROCKSDB_snappy=OFF -SNAPPY_CMAKE_ON= -DWITH_INNODB_SNAPPY=ON -DWITH_ROCKSDB_snappy=ON +SNAPPY_CMAKE_BOOL= WITH_INNODB_SNAPPY WITH_ROCKSDB_snappy SNAPPY_LIB_DEPENDS= libsnappy.so:archivers/snappy TOKUDB_IMPLIES= SNAPPY TOKUDB_PORTDOCS= README.md TOKUDB_VARS= LICENSE+=PerconaFT LICENSE_COMB=multi ZMQ_LIB_DEPENDS= libzmq.so:net/libzmq4 -ZSTD_CMAKE_ON= -DWITH_ROCKSDB_ZSTD=ON +ZSTD_CMAKE_BOOL= WITH_ROCKSDB_ZSTD ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd +.endif # ${PKGNAMESUFFIX:M*-client} -#NOT_FOR_ARCHS= i386 -#NOT_FOR_ARCHS_REASON= currently does not compile on i386, see \ -# https://jira.mariadb.org/browse/MDEV-9627 - -post-install: -# Remove programs to avoid conflict with mariadb102-client -# These are "client" components, so there should be a switch that -# prevents them from being installed but it's unknown right now - ${RM} ${STAGEDIR}${PREFIX}/bin/msql2mysql \ - ${STAGEDIR}${PREFIX}/bin/mysql_config \ - ${STAGEDIR}${PREFIX}/bin/mysql_find_rows \ - ${STAGEDIR}${PREFIX}/bin/mysqlaccess - ${RM} -r ${STAGEDIR}/${PREFIX}/share/mysql/policy \ - ${STAGEDIR}/${PREFIX}/share/pkgconfig - ${RM} ${STAGEDIR}${LOCALBASE}/lib/mysql/libmysqlclient* - ${RM} ${STAGEDIR}${LOCALBASE}/share/doc/mysql/COPYING \ - ${STAGEDIR}${LOCALBASE}/share/doc/mysql/COPYING.thirdparty \ - ${STAGEDIR}${LOCALBASE}/share/groonga-normalizer-mysql/lgpl-2.0.txt \ - ${STAGEDIR}${LOCALBASE}/share/groonga/COPYING \ - ${STAGEDIR}${LOCALBASE}/storage/groonga/COPYING \ - ${STAGEDIR}${LOCALBASE}/share/mysql/mroonga/COPYING - ${RM} ${STAGEDIR}${PREFIX}/include/mysql/*.h -.endif # defined(CLIENT_ONLY) - .include .if ${SSL_DEFAULT} != base && ${PORT_OPTIONS:MGSSAPI_BASE} @@ -215,5 +186,48 @@ post-patch: ${CP} ${WRKSRC}/cmake/os/FreeBSD.cmake \ ${WRKSRC}/cmake/os/DragonFly.cmake .endif + +post-configure: + ${REINPLACE_CMD} -Ee 's|(#define INCLUDE.*)"$$|\1 -I${PREFIX}/include"|' \ + -e 's|(#define LIBS .*)"$$|\1 -L${PREFIX}/lib"|' \ + ${WRKDIR}/.build/libmariadb/mariadb_config/mariadb_config.c + +.if ${PKGNAMESUFFIX:M*-client} # targets for -client +post-install: + ${RM} ${STAGEDIR}${PREFIX}/share/aclocal/mysql.m4 \ + ${STAGEDIR}${PREFIX}/man/man1/aria* \ + ${STAGEDIR}${PREFIX}/man/man1/myisam* + ${RM} -r ${STAGEDIR}${PREFIX}/share/pkgconfig \ + ${STAGEDIR}${DATADIR}/policy \ + ${STAGEDIR}${PREFIX}/include/mysql/server + # Fix https://mariadb.atlassian.net/browse/MDEV-9388 + @${REINPLACE_CMD} 's/-l-pthread/-pthread/' ${STAGEDIR}${PREFIX}/bin/mysql_config + +post-install-GSSAPI_NONE: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so + +.else # targets for -server + +post-install: +# Remove programs to avoid conflict with mariadb102-client +# These are "client" components, so there should be a switch that +# prevents them from being installed but it's unknown right now + ${RM} ${STAGEDIR}${PREFIX}/bin/msql2mysql \ + ${STAGEDIR}${PREFIX}/bin/mysql_config \ + ${STAGEDIR}${PREFIX}/bin/mysql_find_rows \ + ${STAGEDIR}${PREFIX}/bin/mysqlaccess + ${RM} -r ${STAGEDIR}/${PREFIX}/share/mysql/policy \ + ${STAGEDIR}/${PREFIX}/share/pkgconfig \ + ${STAGEDIR}${DATADIR}/charsets + ${RM} ${STAGEDIR}${LOCALBASE}/lib/mysql/libmysqlclient* + ${RM} ${STAGEDIR}${LOCALBASE}/share/doc/mysql/COPYING \ + ${STAGEDIR}${LOCALBASE}/share/doc/mysql/COPYING.thirdparty \ + ${STAGEDIR}${LOCALBASE}/share/groonga-normalizer-mysql/lgpl-2.0.txt \ + ${STAGEDIR}${LOCALBASE}/share/groonga/COPYING \ + ${STAGEDIR}${LOCALBASE}/storage/groonga/COPYING \ + ${STAGEDIR}${LOCALBASE}/share/mysql/mroonga/COPYING + ${RM} ${STAGEDIR}${PREFIX}/include/mysql/*.h + +.endif # targets for -server .include Modified: branches/2019Q2/databases/mariadb102-server/distinfo ============================================================================== --- branches/2019Q2/databases/mariadb102-server/distinfo Sat May 11 12:32:23 2019 (r501255) +++ branches/2019Q2/databases/mariadb102-server/distinfo Sat May 11 13:19:12 2019 (r501256) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549889973 -SHA256 (mariadb-10.2.22.tar.gz) = 42f4c54c29b7c196bd105bbf4d2ea721f869b14cb7ba436c3566e6dd2760614c -SIZE (mariadb-10.2.22.tar.gz) = 71907765 +TIMESTAMP = 1557489019 +SHA256 (mariadb-10.2.24.tar.gz) = 97f4d924e69f77abb2f650116785c2f5ef356230442534ebcbaadb51d9bb8bc4 +SIZE (mariadb-10.2.24.tar.gz) = 71965656 Modified: branches/2019Q2/databases/mariadb102-server/pkg-plist ============================================================================== --- branches/2019Q2/databases/mariadb102-server/pkg-plist Sat May 11 12:32:23 2019 (r501255) +++ branches/2019Q2/databases/mariadb102-server/pkg-plist Sat May 11 13:19:12 2019 (r501256) @@ -192,3 +192,21 @@ man/man8/mysqld.8.gz %%DATADIR%%/wsrep_notify %%MROONGA%%share/groonga-normalizer-mysql/README.md %%MROONGA%%share/groonga/README.md +@comment bin/mariadb_config +@comment bin/mysql +@comment bin/mysqladmin +@comment bin/mysqlbinlog +@comment bin/mysqlcheck +@comment bin/mysqldump +@comment bin/mysqlimport +@comment bin/mysqlshow +@comment bin/mysqlslap +@comment include/mysql/mariadb/ma_io.h +@comment include/mysql/mysql/client_plugin.h +@comment include/mysql/mysql/plugin_auth.h +@comment include/mysql/mysql/plugin_auth_common.h +@comment lib/mysql/plugin/auth_gssapi_client.so +@comment lib/mysql/plugin/client_ed25519.so +@comment lib/mysql/plugin/mysql_clear_password.so +@comment lib/mysql/plugin/sha256_password.so +@comment libdata/pkgconfig/libmariadb.pc From owner-svn-ports-branches@freebsd.org Sat May 11 14:48:42 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A21A159F24B; Sat, 11 May 2019 14:48:42 +0000 (UTC) (envelope-from mr@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 2FD428BA24; Sat, 11 May 2019 14:48:42 +0000 (UTC) (envelope-from mr@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 168131D02A; Sat, 11 May 2019 14:48:42 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BEmfgd086653; Sat, 11 May 2019 14:48:41 GMT (envelope-from mr@FreeBSD.org) Received: (from mr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BEmfiT086652; Sat, 11 May 2019 14:48:41 GMT (envelope-from mr@FreeBSD.org) Message-Id: <201905111448.x4BEmfiT086652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mr set sender to mr@FreeBSD.org using -f From: Michael Reifenberger Date: Sat, 11 May 2019 14:48:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501262 - branches/2019Q2/security/ruby-bitwarden X-SVN-Group: ports-branches X-SVN-Commit-Author: mr X-SVN-Commit-Paths: branches/2019Q2/security/ruby-bitwarden X-SVN-Commit-Revision: 501262 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2FD428BA24 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 11 May 2019 14:48:42 -0000 Author: mr Date: Sat May 11 14:48:41 2019 New Revision: 501262 URL: https://svnweb.freebsd.org/changeset/ports/501262 Log: MFH: r500659 Apply fix for installation with ruby 2.5 PR: 237478 Submitted by: Koichiro Iwao Approved by: portmgr (blanket: Build, runtime or packaging fixes, if the quarterly branch version is currently broken) Modified: branches/2019Q2/security/ruby-bitwarden/pkg-plist Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/security/ruby-bitwarden/pkg-plist ============================================================================== --- branches/2019Q2/security/ruby-bitwarden/pkg-plist Sat May 11 14:15:44 2019 (r501261) +++ branches/2019Q2/security/ruby-bitwarden/pkg-plist Sat May 11 14:48:41 2019 (r501262) @@ -9,10 +9,10 @@ %%WWWDIR%%/config.ru %%WWWDIR%%/db/.gitkeep %%WWWDIR%%/db/config.yml -%%WWWDIR%%/db/migrate/201803%%RUBY_SUFFIX%%145941_create_users.rb -%%WWWDIR%%/db/migrate/201803%%RUBY_SUFFIX%%151103_create_devices.rb -%%WWWDIR%%/db/migrate/201803%%RUBY_SUFFIX%%151113_create_folders.rb -%%WWWDIR%%/db/migrate/201803%%RUBY_SUFFIX%%151117_create_ciphers.rb +%%WWWDIR%%/db/migrate/20180324145941_create_users.rb +%%WWWDIR%%/db/migrate/20180324151103_create_devices.rb +%%WWWDIR%%/db/migrate/20180324151113_create_folders.rb +%%WWWDIR%%/db/migrate/20180324151117_create_ciphers.rb %%WWWDIR%%/db/migrate/20180518070354_set_default_value_for_favorite.rb %%WWWDIR%%/db/migrate/20180818095054_create_attachments.rb %%WWWDIR%%/db/migrate/20180818201731_user_kdf_iterations.rb From owner-svn-ports-branches@freebsd.org Sat May 11 23:21:38 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19A7D15AA12B; Sat, 11 May 2019 23:21:38 +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 B239076440; Sat, 11 May 2019 23:21:37 +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 2EC6822626; Sat, 11 May 2019 23:21:37 +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 x4BNLbBc066019; Sat, 11 May 2019 23:21:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNLbAD066018; Sat, 11 May 2019 23:21:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905112321.x4BNLbAD066018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 May 2019 23:21:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501329 - branches/2019Q2/security/nss/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/security/nss/files X-SVN-Commit-Revision: 501329 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B239076440 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 11 May 2019 23:21:38 -0000 Author: jbeich Date: Sat May 11 23:21:36 2019 New Revision: 501329 URL: https://svnweb.freebsd.org/changeset/ports/501329 Log: MFH: r501327 security/nss: unbreak on powerpc64 after r501212 crypto_primitives.c: In function 'swap8b': crypto_primitives.c:31: error: 'SHA_MASK8' undeclared (first use in this function) crypto_primitives.c:31: error: (Each undeclared identifier is reported only once crypto_primitives.c:31: error: for each function it appears in.) crypto_primitives.c:32: error: 'SHA_MASK16' undeclared (first use in this function) PR: 237841 Reported by: jhibbits Approved by: ports-secteam blanket Added: branches/2019Q2/security/nss/files/patch-bug1551041 - copied unchanged from r501327, head/security/nss/files/patch-bug1551041 Modified: Directory Properties: branches/2019Q2/ (props changed) Copied: branches/2019Q2/security/nss/files/patch-bug1551041 (from r501327, head/security/nss/files/patch-bug1551041) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2019Q2/security/nss/files/patch-bug1551041 Sat May 11 23:21:36 2019 (r501329, copy of r501327, head/security/nss/files/patch-bug1551041) @@ -0,0 +1,11 @@ +--- lib/freebl/crypto_primitives.c.orig 2019-05-10 21:14:18 UTC ++++ lib/freebl/crypto_primitives.c +@@ -22,7 +22,7 @@ swap8b(PRUint64 value) + return (value); + } + +-#elif !defined(_MSC_VER) && !__has_builtin(__builtin_bswap64) && !((defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)))) ++#elif defined(IS_LITTLE_ENDIAN) && !defined(_MSC_VER) && !__has_builtin(__builtin_bswap64) && !((defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)))) + + PRUint64 + swap8b(PRUint64 x) From owner-svn-ports-branches@freebsd.org Sat May 11 23:34:48 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7894E15AA6C0; Sat, 11 May 2019 23:34:48 +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 140B8776BE; Sat, 11 May 2019 23:34:48 +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 D3E6B22822; Sat, 11 May 2019 23:34:47 +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 x4BNYlEY073445; Sat, 11 May 2019 23:34:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BNYlu0073442; Sat, 11 May 2019 23:34:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905112334.x4BNYlu0073442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 May 2019 23:34:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501345 - in branches/2019Q2/multimedia/dav1d: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2019Q2/multimedia/dav1d: . files X-SVN-Commit-Revision: 501345 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 140B8776BE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 11 May 2019 23:34:48 -0000 Author: jbeich Date: Sat May 11 23:34:46 2019 New Revision: 501345 URL: https://svnweb.freebsd.org/changeset/ports/501345 Log: MFH: r501313 multimedia/dav1d: update to 0.3.1 Changes: https://code.videolan.org/videolan/dav1d/tags/0.3.1 Changes: https://code.videolan.org/videolan/dav1d/blob/0.3.1/NEWS Changes: https://code.videolan.org/videolan/dav1d/compare/0.3.0...0.3.1 Approved by: ports-secteam (required by Firefox 68) Modified: branches/2019Q2/multimedia/dav1d/Makefile branches/2019Q2/multimedia/dav1d/distinfo branches/2019Q2/multimedia/dav1d/files/patch-neon-freebsd11 branches/2019Q2/multimedia/dav1d/pkg-plist Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/multimedia/dav1d/Makefile ============================================================================== --- branches/2019Q2/multimedia/dav1d/Makefile Sat May 11 23:29:47 2019 (r501344) +++ branches/2019Q2/multimedia/dav1d/Makefile Sat May 11 23:34:46 2019 (r501345) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dav1d -DISTVERSION= 0.3.0 +DISTVERSION= 0.3.1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org @@ -19,7 +19,7 @@ USE_GITLAB= yes USE_LDCONFIG= yes GL_SITE= https://code.videolan.org GL_ACCOUNT= videolan -GL_COMMIT= de2059a1167ed560269c3253768929ef19cae989 +GL_COMMIT= c9427fd43a17d654402f49f8ce28c4991c7024da CONFIGURE_ENV= UNAME_m=${ARCH} # XXX cpu_family() OPTIONS_DEFINE= TEST Modified: branches/2019Q2/multimedia/dav1d/distinfo ============================================================================== --- branches/2019Q2/multimedia/dav1d/distinfo Sat May 11 23:29:47 2019 (r501344) +++ branches/2019Q2/multimedia/dav1d/distinfo Sat May 11 23:34:46 2019 (r501345) @@ -1,5 +1,5 @@ -TIMESTAMP = 1556557488 -SHA256 (videolan-dav1d-de2059a1167ed560269c3253768929ef19cae989_GL0.tar.gz) = ed8d96bef1e7117179031e2bda77a690ce9db00e34e269fc2a5861feb65b345e -SIZE (videolan-dav1d-de2059a1167ed560269c3253768929ef19cae989_GL0.tar.gz) = 569344 +TIMESTAMP = 1557588190 +SHA256 (videolan-dav1d-c9427fd43a17d654402f49f8ce28c4991c7024da_GL0.tar.gz) = fad9d74887ad228e580fe09ffb1382e8ed001abe940f8ab6aedc5b538a6b72fa +SIZE (videolan-dav1d-c9427fd43a17d654402f49f8ce28c4991c7024da_GL0.tar.gz) = 574244 SHA256 (videolan-dav1d-test-data-3ccdd3df4fb8583d58bcc0101e315b00ec3ae130_GL0.tar.gz) = 4ac0c3fa7993f53c6e5f03fda28252269ecd6ca11bcd96f6026cb0c2edb64d41 SIZE (videolan-dav1d-test-data-3ccdd3df4fb8583d58bcc0101e315b00ec3ae130_GL0.tar.gz) = 31340228 Modified: branches/2019Q2/multimedia/dav1d/files/patch-neon-freebsd11 ============================================================================== --- branches/2019Q2/multimedia/dav1d/files/patch-neon-freebsd11 Sat May 11 23:29:47 2019 (r501344) +++ branches/2019Q2/multimedia/dav1d/files/patch-neon-freebsd11 Sat May 11 23:34:46 2019 (r501345) @@ -1,8 +1,8 @@ - Implement NEON runtime detection on FreeBSD 11.* armv6 ---- src/arm/cpu.c.orig 2018-12-11 14:14:56 UTC +--- src/arm/cpu.c.orig 2019-05-11 15:23:10 UTC +++ src/arm/cpu.c -@@ -68,7 +68,37 @@ static unsigned parse_proc_cpuinfo(const char *flag) { +@@ -75,6 +75,36 @@ static unsigned parse_proc_cpuinfo(const char *flag) { } #endif @@ -36,7 +36,6 @@ +} +#endif + - unsigned dav1d_get_cpu_flags_arm(void) { + COLD unsigned dav1d_get_cpu_flags_arm(void) { unsigned flags = 0; #if ARCH_AARCH64 - flags |= DAV1D_ARM_CPU_FLAG_NEON; Modified: branches/2019Q2/multimedia/dav1d/pkg-plist ============================================================================== --- branches/2019Q2/multimedia/dav1d/pkg-plist Sat May 11 23:29:47 2019 (r501344) +++ branches/2019Q2/multimedia/dav1d/pkg-plist Sat May 11 23:34:46 2019 (r501345) @@ -7,5 +7,5 @@ include/dav1d/picture.h include/dav1d/version.h lib/libdav1d.so lib/libdav1d.so.1 -lib/libdav1d.so.1.0.1 +lib/libdav1d.so.1.1.0 libdata/pkgconfig/dav1d.pc