From owner-svn-ports-branches@freebsd.org Sun May 12 11:29: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 B26351594AB2; Sun, 12 May 2019 11:29:55 +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 5A0C26C395; Sun, 12 May 2019 11:29:55 +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 3332F29ED8; Sun, 12 May 2019 11:29:55 +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 x4CBTtss046629; Sun, 12 May 2019 11:29:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4CBTt9X046628; Sun, 12 May 2019 11:29:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905121129.x4CBTt9X046628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 12 May 2019 11:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501376 - branches/2019Q2/sysutils/pesign X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/sysutils/pesign X-SVN-Commit-Revision: 501376 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5A0C26C395 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.94)[-0.937,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, 12 May 2019 11:29:55 -0000 Author: jbeich Date: Sun May 12 11:29:54 2019 New Revision: 501376 URL: https://svnweb.freebsd.org/changeset/ports/501376 Log: MFH: r501375 sysutils/pesign: mark BROKEN after r501212 In file included from /usr/local/include/nss/nss/cert.h:22, from efikeygen.c:39: efikeygen.c: In function 'add_cert_type': /usr/local/include/nss/nss/certt.h:445:5: error: unsigned conversion from 'int' to 'unsigned char' changes value from '496' to '240' [-Werror=overflow] (NS_CERT_TYPE_SSL_CLIENT | NS_CERT_TYPE_SSL_SERVER | NS_CERT_TYPE_EMAIL | \ ^ efikeygen.c:208:23: note: in expansion of macro 'NS_CERT_TYPE_APP' unsigned char type = NS_CERT_TYPE_APP; ^~~~~~~~~~~~~~~~ Reported by: pkg-fallout Approved by: ports-secteam blanket Modified: branches/2019Q2/sysutils/pesign/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/sysutils/pesign/Makefile ============================================================================== --- branches/2019Q2/sysutils/pesign/Makefile Sun May 12 11:29:31 2019 (r501375) +++ branches/2019Q2/sysutils/pesign/Makefile Sun May 12 11:29:54 2019 (r501376) @@ -26,6 +26,7 @@ USE_LDCONFIG= yes ONLY_FOR_ARCHS= aarch64 armv6 armv7 amd64 i386 ONLY_FOR_ARCHS_REASON= UEFI specification only supports little-endian processors +BROKEN= https://github.com/rhboot/pesign/issues/48 post-patch: @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/Make.defaults From owner-svn-ports-branches@freebsd.org Mon May 13 09:18:49 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 39A4015884C0; Mon, 13 May 2019 09:18:49 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB23F70562; Mon, 13 May 2019 09:18:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97E687CC4; Mon, 13 May 2019 09:18:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4D9ImUo046415; Mon, 13 May 2019 09:18:48 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4D9IlAv046413; Mon, 13 May 2019 09:18:47 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201905130918.x4D9IlAv046413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 13 May 2019 09:18:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501537 - in branches/2019Q2/devel: geany geany-plugin-geanypy geany-plugin-lua X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in branches/2019Q2/devel: geany geany-plugin-geanypy geany-plugin-lua X-SVN-Commit-Revision: 501537 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CB23F70562 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.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,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, 13 May 2019 09:18:49 -0000 Author: madpilot Date: Mon May 13 09:18:47 2019 New Revision: 501537 URL: https://svnweb.freebsd.org/changeset/ports/501537 Log: MFH: r501536 - Add USES=shebangfix where required in geany and geany-plugin-* ports. This fixes build issues reported by users [1] - Only bump PORTREVISION for geany-plugin-geanypy since the file modified in it by shebangfix is actually installed with the pkg PR: 237862 [1] Submitted by: Christopher Approved by: ports-secteam (joneum) Modified: branches/2019Q2/devel/geany-plugin-geanypy/Makefile branches/2019Q2/devel/geany-plugin-lua/Makefile branches/2019Q2/devel/geany/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/geany-plugin-geanypy/Makefile ============================================================================== --- branches/2019Q2/devel/geany-plugin-geanypy/Makefile Mon May 13 09:04:20 2019 (r501536) +++ branches/2019Q2/devel/geany-plugin-geanypy/Makefile Mon May 13 09:18:47 2019 (r501537) @@ -2,6 +2,7 @@ PORTNAME= geany-plugin-geanypy PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 PKGNAMESUFFIX= -gtk2 CATEGORIES= devel @@ -12,8 +13,10 @@ LIB_DEPENDS= libgeany.so:devel/geany@gtk2 FLAVORS= # intentionally left empty -USES= python:2.7 +USES= python:2.7 shebangfix USE_GNOME= pygtk2 + +SHEBANG_FILES= geanypy/geany/console.py OPTIONS_DEFINE= DOCS Modified: branches/2019Q2/devel/geany-plugin-lua/Makefile ============================================================================== --- branches/2019Q2/devel/geany-plugin-lua/Makefile Mon May 13 09:04:20 2019 (r501536) +++ branches/2019Q2/devel/geany-plugin-lua/Makefile Mon May 13 09:18:47 2019 (r501537) @@ -7,7 +7,11 @@ CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} -USES= lua:51 +USES= lua:51 shebangfix + +SHEBANG_FILES= geanylua/util/mkiface.lua \ + geanylua/util/mk-keytab.lua \ + geanylua/util/keywords.lua .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include Modified: branches/2019Q2/devel/geany/Makefile ============================================================================== --- branches/2019Q2/devel/geany/Makefile Mon May 13 09:04:20 2019 (r501536) +++ branches/2019Q2/devel/geany/Makefile Mon May 13 09:18:47 2019 (r501537) @@ -23,13 +23,14 @@ gtk2_PKGNAMESUFFIX= -gtk2 gtk3_CONFLICTS_INSTALL= geany-gtk2 USES= compiler:c++11-lang desktop-file-utils gettext-tools gmake \ - gnome libtool localbase pathfix pkgconfig tar:bzip2 + gnome libtool localbase pathfix pkgconfig shebangfix tar:bzip2 USE_GNOME= cairo intltool USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip +SHEBANG_FILES= scripts/gen-api-gtkdoc.py OPTIONS_DEFINE= VTE NLS DOCS OPTIONS_DEFAULT= VTE From owner-svn-ports-branches@freebsd.org Mon May 13 10:57:33 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 17026158AB71; Mon, 13 May 2019 10:57:33 +0000 (UTC) (envelope-from girgen@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 BA68373C70; Mon, 13 May 2019 10:57:32 +0000 (UTC) (envelope-from girgen@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 91CCC8D7D; Mon, 13 May 2019 10:57:32 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4DAvWQV002318; Mon, 13 May 2019 10:57:32 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4DAvTmM002302; Mon, 13 May 2019 10:57:29 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201905131057.x4DAvTmM002302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Mon, 13 May 2019 10:57:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501551 - in branches/2019Q2/databases: postgresql10-server postgresql10-server/files postgresql11-server postgresql11-server/files postgresql94-server postgresql94-server/files postgre... X-SVN-Group: ports-branches X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in branches/2019Q2/databases: postgresql10-server postgresql10-server/files postgresql11-server postgresql11-server/files postgresql94-server postgresql94-server/files postgresql95-server postgresql95... X-SVN-Commit-Revision: 501551 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BA68373C70 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.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,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, 13 May 2019 10:57:33 -0000 Author: girgen Date: Mon May 13 10:57:29 2019 New Revision: 501551 URL: https://svnweb.freebsd.org/changeset/ports/501551 Log: MFH: r501149 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 11.3, 10.8, 9.6.13, 9.5.17, and 9.4.22. This release fixes two security issues in the PostgreSQL server, a security issue found in two of the PostgreSQL Windows installers, and over 60 bugs reported over the last three months. Security: CVE-2019-10129: Memory disclosure in partition routing Prior to this release, a user running PostgreSQL 11 can read arbitrary bytes of server memory by executing a purpose-crafted INSERT statement to a partitioned table. Security: CVE-2019-10130: Selectivity estimators bypass row security policies PostgreSQL maintains statistics for tables by sampling data available in columns; this data is consulted during the query planning process. Prior to this release, a user able to execute SQL queries with permissions to read a given column could craft a leaky operator that could read whatever data had been sampled from that column. If this happened to include values from rows that the user is forbidden to see by a row security policy, the user could effectively bypass the policy. This is fixed by only allowing a non-leakproof operator to use this data if there are no relevant row security policies for the table. This issue is present in PostgreSQL 9.5, 9.6, 10, and 11. The PostgreSQL project thanks Dean Rasheed for reporting this problem. Also fix a FreeBSD port problem with LLVM [1] and add promote command to `service postgresql` [2] PR: 236100, 234879 Submitted by: tomonori.usaka@ubin.jp [1], Trix Farrar [2] Approved by: ports-secteam (joneum) Modified: branches/2019Q2/databases/postgresql10-server/Makefile branches/2019Q2/databases/postgresql10-server/distinfo branches/2019Q2/databases/postgresql10-server/files/postgresql.in branches/2019Q2/databases/postgresql10-server/pkg-plist-server branches/2019Q2/databases/postgresql11-server/Makefile branches/2019Q2/databases/postgresql11-server/distinfo branches/2019Q2/databases/postgresql11-server/files/postgresql.in branches/2019Q2/databases/postgresql11-server/pkg-plist-server branches/2019Q2/databases/postgresql94-server/Makefile branches/2019Q2/databases/postgresql94-server/distinfo branches/2019Q2/databases/postgresql94-server/files/postgresql.in branches/2019Q2/databases/postgresql95-server/Makefile branches/2019Q2/databases/postgresql95-server/distinfo branches/2019Q2/databases/postgresql95-server/files/postgresql.in branches/2019Q2/databases/postgresql96-server/Makefile branches/2019Q2/databases/postgresql96-server/distinfo branches/2019Q2/databases/postgresql96-server/files/postgresql.in Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/databases/postgresql10-server/Makefile ============================================================================== --- branches/2019Q2/databases/postgresql10-server/Makefile Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql10-server/Makefile Mon May 13 10:57:29 2019 (r501551) @@ -1,8 +1,10 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 10.7 -PORTREVISION= 2 +DISTVERSION?= 10.8 +# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and +# not their own. Probably best to keep it at ?=0 when reset here too. +PORTREVISION?= 0 PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org Modified: branches/2019Q2/databases/postgresql10-server/distinfo ============================================================================== --- branches/2019Q2/databases/postgresql10-server/distinfo Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql10-server/distinfo Mon May 13 10:57:29 2019 (r501551) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550095318 -SHA256 (postgresql/postgresql-10.7.tar.bz2) = bfed1065380c1bba927bfe51f23168471373f26e3324cbad859269cc32733ede -SIZE (postgresql/postgresql-10.7.tar.bz2) = 18940030 +TIMESTAMP = 1557217826 +SHA256 (postgresql/postgresql-10.8.tar.bz2) = b198c2aadf1d68308127a0f5b51dbe798958ffe60dd999134f6495c489afcd5d +SIZE (postgresql/postgresql-10.8.tar.bz2) = 18958913 Modified: branches/2019Q2/databases/postgresql10-server/files/postgresql.in ============================================================================== --- branches/2019Q2/databases/postgresql10-server/files/postgresql.in Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql10-server/files/postgresql.in Mon May 13 10:57:29 2019 (r501551) @@ -47,6 +47,7 @@ stop_cmd="postgresql_command stop" restart_cmd="postgresql_command restart" reload_cmd="postgresql_command reload" status_cmd="postgresql_command status" +promote_cmd="postgresql_command promote" initdb_cmd="postgresql_initdb" Modified: branches/2019Q2/databases/postgresql10-server/pkg-plist-server ============================================================================== --- branches/2019Q2/databases/postgresql10-server/pkg-plist-server Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql10-server/pkg-plist-server Mon May 13 10:57:29 2019 (r501551) @@ -95,6 +95,7 @@ lib/libpgcommon.a %%NLS%%share/locale/es/LC_MESSAGES/pg_rewind-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_test_fsync-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_test_timing-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_upgrade-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_waldump-10.mo %%NLS%%share/locale/es/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/es/LC_MESSAGES/postgres-10.mo Modified: branches/2019Q2/databases/postgresql11-server/Makefile ============================================================================== --- branches/2019Q2/databases/postgresql11-server/Makefile Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql11-server/Makefile Mon May 13 10:57:29 2019 (r501551) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 11.2 -# PORTREVISION must be ?= otherwise, all other port get this PORTREVISION and +DISTVERSION?= 11.3 +# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} @@ -175,12 +175,13 @@ USES+= compiler:gcc-c++11-lib .if ${DISTVERSION:C/([0-9]*).*/\1/} >= 11 . if defined(SERVER_ONLY) && ${PORT_OPTIONS:MLLVM} -LLVM_VERSION= 60 -BUILD_DEPENDS+= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} -RUN_DEPENDS+= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} -CONFIGURE_ENV+= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config60 CLANG=${LOCALBASE}/bin/clang60 +BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} +BUILD_DEPENDS+= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} +RUN_DEPENDS+= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} +CONFIGURE_ENV+= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT} CONFIGURE_ARGS+= --with-llvm PLIST_SUB+= LLVM="" +INSTALL_DIRS+= src/backend/jit/llvm . else PLIST_SUB+= LLVM="@comment " CONFIGURE_ARGS+= --without-llvm Modified: branches/2019Q2/databases/postgresql11-server/distinfo ============================================================================== --- branches/2019Q2/databases/postgresql11-server/distinfo Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql11-server/distinfo Mon May 13 10:57:29 2019 (r501551) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550095269 -SHA256 (postgresql/postgresql-11.2.tar.bz2) = 2676b9ce09c21978032070b6794696e0aa5a476e3d21d60afc036dc0a9c09405 -SIZE (postgresql/postgresql-11.2.tar.bz2) = 19714229 +TIMESTAMP = 1557217836 +SHA256 (postgresql/postgresql-11.3.tar.bz2) = 2a85e082fc225944821dfd23990e32dfcd2284c19060864b0ad4ca537d30522d +SIZE (postgresql/postgresql-11.3.tar.bz2) = 19718775 Modified: branches/2019Q2/databases/postgresql11-server/files/postgresql.in ============================================================================== --- branches/2019Q2/databases/postgresql11-server/files/postgresql.in Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql11-server/files/postgresql.in Mon May 13 10:57:29 2019 (r501551) @@ -47,6 +47,7 @@ stop_cmd="postgresql_command stop" restart_cmd="postgresql_command restart" reload_cmd="postgresql_command reload" status_cmd="postgresql_command status" +promote_cmd="postgresql_command promote" initdb_cmd="postgresql_initdb" Modified: branches/2019Q2/databases/postgresql11-server/pkg-plist-server ============================================================================== --- branches/2019Q2/databases/postgresql11-server/pkg-plist-server Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql11-server/pkg-plist-server Mon May 13 10:57:29 2019 (r501551) @@ -45,6 +45,8 @@ lib/postgresql/utf8_and_sjis.so lib/postgresql/utf8_and_sjis2004.so lib/postgresql/utf8_and_uhc.so lib/postgresql/utf8_and_win.so +%%LLVM%%lib/postgresql/llvmjit.so +%%LLVM%%lib/postgresql/llvmjit_types.bc %%LLVM%%lib/postgresql/bitcode/postgres.index.bc %%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin.bc %%LLVM%%lib/postgresql/bitcode/postgres/access/brin/brin_inclusion.bc @@ -750,6 +752,7 @@ lib/libpgcommon.a %%NLS%%share/locale/es/LC_MESSAGES/pg_test_fsync-11.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_test_timing-11.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_waldump-11.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_upgrade-11.mo %%NLS%%share/locale/es/LC_MESSAGES/plpgsql-11.mo %%NLS%%share/locale/es/LC_MESSAGES/postgres-11.mo %%NLS%%share/locale/fr/LC_MESSAGES/initdb-11.mo @@ -865,9 +868,15 @@ lib/libpgcommon.a %%NLS%%share/locale/vi/LC_MESSAGES/pg_waldump-11.mo %%NLS%%share/locale/vi/LC_MESSAGES/plpgsql-11.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-11.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_archivecleanup-11.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_basebackup-11.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-11.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-11.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_resetwal-11.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_rewind-11.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_test_fsync-11.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_test_timing-11.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_upgrade-11.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-11.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-11.mo %%DATADIR%%/snowball_create.sql Modified: branches/2019Q2/databases/postgresql94-server/Makefile ============================================================================== --- branches/2019Q2/databases/postgresql94-server/Makefile Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql94-server/Makefile Mon May 13 10:57:29 2019 (r501551) @@ -1,7 +1,9 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.4.21 +DISTVERSION?= 9.4.22 +# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and +# not their own. Probably best to keep it at ?=0 when reset here too. PORTREVISION= 0 PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} Modified: branches/2019Q2/databases/postgresql94-server/distinfo ============================================================================== --- branches/2019Q2/databases/postgresql94-server/distinfo Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql94-server/distinfo Mon May 13 10:57:29 2019 (r501551) @@ -1,5 +1,5 @@ -TIMESTAMP = 1550095339 -SHA256 (postgresql/postgresql-9.4.21.tar.bz2) = 0049b4d239a00654e792997aff32a0be7a6bdd922b5ca97f1a06797cd4d06006 -SIZE (postgresql/postgresql-9.4.21.tar.bz2) = 16871522 +TIMESTAMP = 1557217847 +SHA256 (postgresql/postgresql-9.4.22.tar.bz2) = d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b +SIZE (postgresql/postgresql-9.4.22.tar.bz2) = 16848787 SHA256 (postgresql/pg-949-icu-2016-10-02.diff.gz) = 34612e685a79874db04bc6b66c700bfc6412042840c532eef0da7832d1f70d43 SIZE (postgresql/pg-949-icu-2016-10-02.diff.gz) = 5289 Modified: branches/2019Q2/databases/postgresql94-server/files/postgresql.in ============================================================================== --- branches/2019Q2/databases/postgresql94-server/files/postgresql.in Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql94-server/files/postgresql.in Mon May 13 10:57:29 2019 (r501551) @@ -47,6 +47,7 @@ stop_cmd="postgresql_command stop" restart_cmd="postgresql_command restart" reload_cmd="postgresql_command reload" status_cmd="postgresql_command status" +promote_cmd="postgresql_command promote" initdb_cmd="postgresql_initdb" Modified: branches/2019Q2/databases/postgresql95-server/Makefile ============================================================================== --- branches/2019Q2/databases/postgresql95-server/Makefile Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql95-server/Makefile Mon May 13 10:57:29 2019 (r501551) @@ -1,7 +1,9 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.5.16 +DISTVERSION?= 9.5.17 +# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and +# not their own. Probably best to keep it at ?=0 when reset here too. PORTREVISION= 0 PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} Modified: branches/2019Q2/databases/postgresql95-server/distinfo ============================================================================== --- branches/2019Q2/databases/postgresql95-server/distinfo Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql95-server/distinfo Mon May 13 10:57:29 2019 (r501551) @@ -1,5 +1,5 @@ -TIMESTAMP = 1550095350 -SHA256 (postgresql/postgresql-9.5.16.tar.bz2) = a4576c95d4dcee8d4b7835b333d38e909848222e4b87895878bb1c026206e131 -SIZE (postgresql/postgresql-9.5.16.tar.bz2) = 17506874 +TIMESTAMP = 1557217857 +SHA256 (postgresql/postgresql-9.5.17.tar.bz2) = 88f9e37a0069f2fd4442d1d0d5d811d3121cac685514435b0248d0674723f705 +SIZE (postgresql/postgresql-9.5.17.tar.bz2) = 17563469 SHA256 (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5fa083ec38087d6a0961642208f012e902221270708b919b92e9eedaa755e365 SIZE (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5952 Modified: branches/2019Q2/databases/postgresql95-server/files/postgresql.in ============================================================================== --- branches/2019Q2/databases/postgresql95-server/files/postgresql.in Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql95-server/files/postgresql.in Mon May 13 10:57:29 2019 (r501551) @@ -47,6 +47,7 @@ stop_cmd="postgresql_command stop" restart_cmd="postgresql_command restart" reload_cmd="postgresql_command reload" status_cmd="postgresql_command status" +promote_cmd="postgresql_command promote" initdb_cmd="postgresql_initdb" Modified: branches/2019Q2/databases/postgresql96-server/Makefile ============================================================================== --- branches/2019Q2/databases/postgresql96-server/Makefile Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql96-server/Makefile Mon May 13 10:57:29 2019 (r501551) @@ -1,8 +1,10 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.6.12 -PORTREVISION= 1 +DISTVERSION?= 9.6.13 +# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and +# not their own. Probably best to keep it at ?=0 when reset here too. +PORTREVISION?= 0 PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org Modified: branches/2019Q2/databases/postgresql96-server/distinfo ============================================================================== --- branches/2019Q2/databases/postgresql96-server/distinfo Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql96-server/distinfo Mon May 13 10:57:29 2019 (r501551) @@ -1,5 +1,5 @@ -TIMESTAMP = 1550094963 -SHA256 (postgresql/postgresql-9.6.12.tar.bz2) = 2e8c8446ba94767bda8a26cf5a2152bf0ae68a86aaebf894132a763084579d84 -SIZE (postgresql/postgresql-9.6.12.tar.bz2) = 18759442 +TIMESTAMP = 1557217617 +SHA256 (postgresql/postgresql-9.6.13.tar.bz2) = ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4 +SIZE (postgresql/postgresql-9.6.13.tar.bz2) = 18767279 SHA256 (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 85f81baa0fc8f692bcf802c8645196d9e3afdef4f760cef712d940b87655486e SIZE (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 5998 Modified: branches/2019Q2/databases/postgresql96-server/files/postgresql.in ============================================================================== --- branches/2019Q2/databases/postgresql96-server/files/postgresql.in Mon May 13 10:38:28 2019 (r501550) +++ branches/2019Q2/databases/postgresql96-server/files/postgresql.in Mon May 13 10:57:29 2019 (r501551) @@ -47,6 +47,7 @@ stop_cmd="postgresql_command stop" restart_cmd="postgresql_command restart" reload_cmd="postgresql_command reload" status_cmd="postgresql_command status" +promote_cmd="postgresql_command promote" initdb_cmd="postgresql_initdb" From owner-svn-ports-branches@freebsd.org Mon May 13 11:16:32 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 7B81A158C1EB; Mon, 13 May 2019 11:16:32 +0000 (UTC) (envelope-from swills@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 2461975194; Mon, 13 May 2019 11:16:32 +0000 (UTC) (envelope-from swills@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 C939690FB; Mon, 13 May 2019 11:16:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4DBGV49013386; Mon, 13 May 2019 11:16:31 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4DBGUEU013378; Mon, 13 May 2019 11:16:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905131116.x4DBGUEU013378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 13 May 2019 11:16:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501552 - in branches/2019Q2/sysutils/py-google-compute-engine: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in branches/2019Q2/sysutils/py-google-compute-engine: . files X-SVN-Commit-Revision: 501552 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2461975194 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.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,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, 13 May 2019 11:16:32 -0000 Author: swills Date: Mon May 13 11:16:29 2019 New Revision: 501552 URL: https://svnweb.freebsd.org/changeset/ports/501552 Log: MFH: r498656 r499790 r501547 Patch to add missing config and take the maintainership Two new variables was added to instance_config.cfg file in version 2.8.13 to allow the addition and removal of users from groups. I am also taking over the maintainership of this packages as previously discussed with Helen. Bump PORTREVISION. PR: 236500 Submitted by: Lucas Kanashiro Approved by: Helen Koike (maintainer) sysutils/py-google-compute-engine: update to 20190416 [1] This fixes a python3 runtime issue [1] While here, pull in missing dependency in python3 case [2] PR: 237505 [1] PR: 237203 [2] Submitted by: Lucas Kanashiro (maintainer) [1] Submitted by: Miroslav Lachman <000.fbsd@quip.cz> [2] Approved by: Lucas Kanashiro (maintainer) [2] sysutils/py-google-compute-engine: fix daemons in python 2.7 case PR: 237845 Reviewed by: koobs Approved by: implicit (portmgr, python, jfi blanket) Approved by: ports-secteam (implicit) Modified: branches/2019Q2/sysutils/py-google-compute-engine/Makefile branches/2019Q2/sysutils/py-google-compute-engine/distinfo branches/2019Q2/sysutils/py-google-compute-engine/files/google_accounts_daemon.in branches/2019Q2/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in branches/2019Q2/sysutils/py-google-compute-engine/files/google_instance_setup.in branches/2019Q2/sysutils/py-google-compute-engine/files/google_network_daemon.in branches/2019Q2/sysutils/py-google-compute-engine/files/google_startup.in branches/2019Q2/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/sysutils/py-google-compute-engine/Makefile ============================================================================== --- branches/2019Q2/sysutils/py-google-compute-engine/Makefile Mon May 13 10:57:29 2019 (r501551) +++ branches/2019Q2/sysutils/py-google-compute-engine/Makefile Mon May 13 11:16:29 2019 (r501552) @@ -2,10 +2,11 @@ PORTNAME= google-compute-engine DISTVERSION= 2.8.13 +PORTREVISION= 4 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= helen.koike@collabora.com +MAINTAINER= lucas.kanashiro@collabora.com COMMENT= Guest Environment for Google Compute Engine LICENSE= APACHE20 @@ -17,24 +18,29 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-bo google_oslogin_control:sysutils/google-compute-engine-oslogin \ sudo:security/sudo +.if ${FLAVOR:Upy36:Mpy3*} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}distro>0:sysutils/py-distro@${PY_FLAVOR} +.endif + USES= python shebangfix USE_PYTHON= autoplist concurrent distutils +WRKSRC_SUBDIR= packages/python-google-compute-engine + NO_ARCH= yes -SHEBANG_FILES= scripts/google_set_multiqueue scripts/google_optimize_local_ssd +SHEBANG_FILES= ../google-compute-engine/src/usr/bin/google_optimize_local_ssd \ + ../google-compute-engine/src/usr/bin/google_set_multiqueue USE_GITHUB= yes GH_ACCOUNT= GoogleCloudPlatform GH_PROJECT= compute-image-packages -GH_TAGNAME= 20190124 +GH_TAGNAME= 20190416 -USE_RC_SUBR= google_instance_setup \ - google_accounts_daemon \ - google_clock_skew_daemon \ - google_network_daemon \ - google_startup +USE_RC_SUBR= google_accounts_daemon google_clock_skew_daemon \ + google_instance_setup google_network_daemon google_startup -SUB_LIST= PYTHON_CMD="${PYTHON_CMD}" +SUB_LIST= PYTHON_CMD="${PYTHON_CMD}" \ + PYTHON_VER="${PYTHON_VER}" REINPLACE_ARGS= -i '' post-install: Modified: branches/2019Q2/sysutils/py-google-compute-engine/distinfo ============================================================================== --- branches/2019Q2/sysutils/py-google-compute-engine/distinfo Mon May 13 10:57:29 2019 (r501551) +++ branches/2019Q2/sysutils/py-google-compute-engine/distinfo Mon May 13 11:16:29 2019 (r501552) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551668922 -SHA256 (GoogleCloudPlatform-compute-image-packages-2.8.13-20190124_GH0.tar.gz) = 09637f951245729c66eb5b7b9ed49bead31349b29829baf5c8a4e5d45405a2f4 -SIZE (GoogleCloudPlatform-compute-image-packages-2.8.13-20190124_GH0.tar.gz) = 126211 +TIMESTAMP = 1556025006 +SHA256 (GoogleCloudPlatform-compute-image-packages-2.8.13-20190416_GH0.tar.gz) = cef65af726b7c32db9035266804e0393b54196fabd1007026554bae2d9540de4 +SIZE (GoogleCloudPlatform-compute-image-packages-2.8.13-20190416_GH0.tar.gz) = 130216 Modified: branches/2019Q2/sysutils/py-google-compute-engine/files/google_accounts_daemon.in ============================================================================== --- branches/2019Q2/sysutils/py-google-compute-engine/files/google_accounts_daemon.in Mon May 13 10:57:29 2019 (r501551) +++ branches/2019Q2/sysutils/py-google-compute-engine/files/google_accounts_daemon.in Mon May 13 11:16:29 2019 (r501552) @@ -24,7 +24,7 @@ load_rc_config "${name}" : ${google_accounts_daemon_enable:="NO"} command_interpreter="%%PYTHON_CMD%%" -command=%%PREFIX%%/bin/${name} +command=%%PREFIX%%/bin/${name}-%%PYTHON_VER%% pidfile=/var/run/${name}.pid start_cmd="google_accounts_daemon_start" Modified: branches/2019Q2/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in ============================================================================== --- branches/2019Q2/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in Mon May 13 10:57:29 2019 (r501551) +++ branches/2019Q2/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in Mon May 13 11:16:29 2019 (r501552) @@ -21,7 +21,7 @@ load_rc_config "${name}" : ${google_clock_skew_daemon_enable:="NO"} command_interpreter="%%PYTHON_CMD%%" -command=%%PREFIX%%/bin/${name} +command=%%PREFIX%%/bin/${name}-%%PYTHON_VER%% pidfile=/var/run/${name}.pid start_cmd="google_clock_skew_daemon_start" Modified: branches/2019Q2/sysutils/py-google-compute-engine/files/google_instance_setup.in ============================================================================== --- branches/2019Q2/sysutils/py-google-compute-engine/files/google_instance_setup.in Mon May 13 10:57:29 2019 (r501551) +++ branches/2019Q2/sysutils/py-google-compute-engine/files/google_instance_setup.in Mon May 13 11:16:29 2019 (r501552) @@ -21,7 +21,7 @@ load_rc_config "${name}" : ${google_instance_setup_enable:="NO"} command_interpreter="%%PYTHON_CMD%%" -command=%%PREFIX%%/bin/${name} +command=%%PREFIX%%/bin/${name}-%%PYTHON_VER%% pidfile=/var/run/${name}.pid run_rc_command "$1" Modified: branches/2019Q2/sysutils/py-google-compute-engine/files/google_network_daemon.in ============================================================================== --- branches/2019Q2/sysutils/py-google-compute-engine/files/google_network_daemon.in Mon May 13 10:57:29 2019 (r501551) +++ branches/2019Q2/sysutils/py-google-compute-engine/files/google_network_daemon.in Mon May 13 11:16:29 2019 (r501552) @@ -21,7 +21,7 @@ load_rc_config "${name}" : ${google_network_daemon_enable:="NO"} command_interpreter="%%PYTHON_CMD%%" -command=%%PREFIX%%/bin/${name} +command=%%PREFIX%%/bin/${name}-%%PYTHON_VER%% pidfile=/var/run/${name}.pid start_cmd="google_network_daemon_start" Modified: branches/2019Q2/sysutils/py-google-compute-engine/files/google_startup.in ============================================================================== --- branches/2019Q2/sysutils/py-google-compute-engine/files/google_startup.in Mon May 13 10:57:29 2019 (r501551) +++ branches/2019Q2/sysutils/py-google-compute-engine/files/google_startup.in Mon May 13 11:16:29 2019 (r501552) @@ -24,7 +24,7 @@ load_rc_config "${name}" : ${google_startup_enable:="NO"} command_interpreter="%%PYTHON_CMD%%" -command=%%PREFIX%%/bin/google_metadata_script_runner +command=%%PREFIX%%/bin/google_metadata_script_runner-%%PYTHON_VER%% command_startup_args="--script-type startup" command_shutdown_args="--script-type shutdown" pidfile=/var/run/${name}.pid Modified: branches/2019Q2/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample ============================================================================== --- branches/2019Q2/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Mon May 13 10:57:29 2019 (r501551) +++ branches/2019Q2/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Mon May 13 11:16:29 2019 (r501552) @@ -1,4 +1,6 @@ [Accounts] +gpasswd_add_cmd = pw groupmod {group} -m {user} +gpasswd_remove_cmd = pw groupmod {group} -d {user} useradd_cmd = pw useradd {user} -m userdel_cmd = pw userdel {user} -r usermod_cmd = pw usermod {user} -G {groups} From owner-svn-ports-branches@freebsd.org Mon May 13 15:21:41 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 740F91592736; Mon, 13 May 2019 15:21:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1519185C0B; Mon, 13 May 2019 15:21:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DCA68BA8A; Mon, 13 May 2019 15:21:40 +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 x4DFLeuZ045110; Mon, 13 May 2019 15:21:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4DFLeNA045108; Mon, 13 May 2019 15:21:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905131521.x4DFLeNA045108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 13 May 2019 15:21:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501576 - branches/2019Q2/multimedia/libva X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2019Q2/multimedia/libva X-SVN-Commit-Revision: 501576 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1519185C0B 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.964,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, 13 May 2019 15:21:41 -0000 Author: jbeich Date: Mon May 13 15:21:40 2019 New Revision: 501576 URL: https://svnweb.freebsd.org/changeset/ports/501576 Log: MFH: r501575 multimedia/libva: reroll --- libva-2.4.1.orig/meson.build 2019-04-07 17:44:47 UTC +++ libva-2.4.1/meson.build 2019-04-17 10:07:39 UTC @@ -20,7 +20,7 @@ project( # - reset minor version to zero when major version is incremented va_api_major_version = 1 va_api_minor_version = 4 -va_api_micro_version = 0 +va_api_micro_version = 1 va_api_version = '@0@.@1@.@2@'.format(va_api_major_version, va_api_minor_version, Reported by: Ravenports Approved by: ports-secteam blanket Modified: branches/2019Q2/multimedia/libva/Makefile branches/2019Q2/multimedia/libva/distinfo branches/2019Q2/multimedia/libva/pkg-plist Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/multimedia/libva/Makefile ============================================================================== --- branches/2019Q2/multimedia/libva/Makefile Mon May 13 15:20:51 2019 (r501575) +++ branches/2019Q2/multimedia/libva/Makefile Mon May 13 15:21:40 2019 (r501576) @@ -2,6 +2,7 @@ PORTNAME= libva PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: branches/2019Q2/multimedia/libva/distinfo ============================================================================== --- branches/2019Q2/multimedia/libva/distinfo Mon May 13 15:20:51 2019 (r501575) +++ branches/2019Q2/multimedia/libva/distinfo Mon May 13 15:21:40 2019 (r501576) @@ -1,6 +1,6 @@ -TIMESTAMP = 1554659087 -SHA256 (intel-libva-2.4.1_GH0.tar.gz) = 8d65764d2efb1fdeb0c2ad51c7e2f9db1b2d6b005c58a85fd814f8f7b8c89a2d -SIZE (intel-libva-2.4.1_GH0.tar.gz) = 223635 +TIMESTAMP = 1555495659 +SHA256 (intel-libva-2.4.1_GH0.tar.gz) = 68ca8d071dcb84ac82e3c6d7f02a55937d9f690fcb215853f4aa1de8d459812f +SIZE (intel-libva-2.4.1_GH0.tar.gz) = 223649 SHA256 (c2a431cc3cab.patch) = d749a839b168529d2c424ffa78bd8859eebd831a5dfd50e8cdd1fc760907a232 SIZE (c2a431cc3cab.patch) = 835 SHA256 (5cfcd31635b1.patch) = 16344b56bf7e4bbc8a572183adbfd346d92d54d70a87dc6f30bae2ee946ccc84 Modified: branches/2019Q2/multimedia/libva/pkg-plist ============================================================================== --- branches/2019Q2/multimedia/libva/pkg-plist Mon May 13 15:20:51 2019 (r501575) +++ branches/2019Q2/multimedia/libva/pkg-plist Mon May 13 15:21:40 2019 (r501576) @@ -31,19 +31,19 @@ include/va/va_vpp.h %%X11%%include/va/va_x11.h lib/libva-drm.so lib/libva-drm.so.2 -lib/libva-drm.so.2.400.0 +lib/libva-drm.so.2.401.0 %%GLX%%lib/libva-glx.so %%GLX%%lib/libva-glx.so.2 -%%GLX%%lib/libva-glx.so.2.400.0 +%%GLX%%lib/libva-glx.so.2.401.0 %%WAYLAND%%lib/libva-wayland.so %%WAYLAND%%lib/libva-wayland.so.2 -%%WAYLAND%%lib/libva-wayland.so.2.400.0 +%%WAYLAND%%lib/libva-wayland.so.2.401.0 %%X11%%lib/libva-x11.so %%X11%%lib/libva-x11.so.2 -%%X11%%lib/libva-x11.so.2.400.0 +%%X11%%lib/libva-x11.so.2.401.0 lib/libva.so lib/libva.so.2 -lib/libva.so.2.400.0 +lib/libva.so.2.401.0 libdata/pkgconfig/libva-drm.pc %%GLX%%libdata/pkgconfig/libva-glx.pc %%WAYLAND%%libdata/pkgconfig/libva-wayland.pc From owner-svn-ports-branches@freebsd.org Mon May 13 18:33:01 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 E68A51597DBE; Mon, 13 May 2019 18:33:00 +0000 (UTC) (envelope-from swills@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 8C0BF8E8C4; Mon, 13 May 2019 18:33:00 +0000 (UTC) (envelope-from swills@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 73FD7DC9A; Mon, 13 May 2019 18:33:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4DIX0li047068; Mon, 13 May 2019 18:33:00 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4DIX0dx047066; Mon, 13 May 2019 18:33:00 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905131833.x4DIX0dx047066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 13 May 2019 18:33:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501582 - in branches/2019Q2/sysutils/py-google-compute-engine: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in branches/2019Q2/sysutils/py-google-compute-engine: . files X-SVN-Commit-Revision: 501582 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8C0BF8E8C4 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.958,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, 13 May 2019 18:33:01 -0000 Author: swills Date: Mon May 13 18:32:59 2019 New Revision: 501582 URL: https://svnweb.freebsd.org/changeset/ports/501582 Log: MFH: r501581 sysutils/py-google-compute-engine: disable boto This avoids breakage when running with python3 PR: 237877 Submitted by: Lucas Kanashiro (maintainer) Approved by: ports-secteam (implicit, bug fix) Modified: branches/2019Q2/sysutils/py-google-compute-engine/Makefile branches/2019Q2/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/sysutils/py-google-compute-engine/Makefile ============================================================================== --- branches/2019Q2/sysutils/py-google-compute-engine/Makefile Mon May 13 18:32:12 2019 (r501581) +++ branches/2019Q2/sysutils/py-google-compute-engine/Makefile Mon May 13 18:32:59 2019 (r501582) @@ -2,7 +2,7 @@ PORTNAME= google-compute-engine DISTVERSION= 2.8.13 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,7 @@ COMMENT= Guest Environment for Google Compute Engine LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \ google_oslogin_control:sysutils/google-compute-engine-oslogin \ sudo:security/sudo Modified: branches/2019Q2/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample ============================================================================== --- branches/2019Q2/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Mon May 13 18:32:12 2019 (r501581) +++ branches/2019Q2/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample Mon May 13 18:32:59 2019 (r501582) @@ -12,3 +12,6 @@ default_shell = /bin/sh [InstanceSetup] set_multiqueue = false optimize_local_ssd = false +# google-cloud-sdk only supports python2 at the moment, disabling boto will +# avoid issues when running this agent with python3. +set_boto_config = false From owner-svn-ports-branches@freebsd.org Mon May 13 19:27:33 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 18790159921A; Mon, 13 May 2019 19:27:33 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 AF64A69B3C; Mon, 13 May 2019 19:27:32 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 862C0E4F4; Mon, 13 May 2019 19:27:32 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4DJRWFC075955; Mon, 13 May 2019 19:27:32 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4DJRVlH075951; Mon, 13 May 2019 19:27:31 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201905131927.x4DJRVlH075951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Mon, 13 May 2019 19:27:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501588 - in branches/2019Q2/databases/mysql56-server: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: in branches/2019Q2/databases/mysql56-server: . files X-SVN-Commit-Revision: 501588 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AF64A69B3C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 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.98)[-0.982,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, 13 May 2019 19:27:33 -0000 Author: mmokhi Date: Mon May 13 19:27:31 2019 New Revision: 501588 URL: https://svnweb.freebsd.org/changeset/ports/501588 Log: MFH: r500372 databases/mysql56-{client, server}: Update to latest release 5.6.44 This update includes Bugfix: - InnoDB: The INDEX_LENGTH value in INFORMATION_SCHEMA.TABLES was not updated when adding an index - MySQL 5.6 did not build with maintainer mode enabled with GCC 7 - A damaged mysql.user table could cause a server exit - mysqladmin shutdown did not wait for mysqld to shut down More info: https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-44.html Security Fix: CVE-2019-1559, CVE-2018-3123 and other fixes. More info: https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html#AppendixMSQL PR: 237399 Reported by: Brent Busby Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (feld, CVE-patch blanket) Modified: branches/2019Q2/databases/mysql56-server/Makefile branches/2019Q2/databases/mysql56-server/distinfo branches/2019Q2/databases/mysql56-server/files/patch-cmake_plugin.cmake branches/2019Q2/databases/mysql56-server/pkg-plist Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/databases/mysql56-server/Makefile ============================================================================== --- branches/2019Q2/databases/mysql56-server/Makefile Mon May 13 19:24:05 2019 (r501587) +++ branches/2019Q2/databases/mysql56-server/Makefile Mon May 13 19:27:31 2019 (r501588) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.6.43 +PORTVERSION= 5.6.44 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.6 Modified: branches/2019Q2/databases/mysql56-server/distinfo ============================================================================== --- branches/2019Q2/databases/mysql56-server/distinfo Mon May 13 19:24:05 2019 (r501587) +++ branches/2019Q2/databases/mysql56-server/distinfo Mon May 13 19:27:31 2019 (r501588) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548094184 -SHA256 (mysql-5.6.43.tar.gz) = 1c95800bf0e1b7a19a37d37fbc5023af85c6bc0b41532433b3a886263a1673ef -SIZE (mysql-5.6.43.tar.gz) = 32200219 +TIMESTAMP = 1556305204 +SHA256 (mysql-5.6.44.tar.gz) = c031c92c3f226856b09bf929d8a26b0cd8600036cb9db4e0fdf6b6f032ced336 +SIZE (mysql-5.6.44.tar.gz) = 32531507 Modified: branches/2019Q2/databases/mysql56-server/files/patch-cmake_plugin.cmake ============================================================================== --- branches/2019Q2/databases/mysql56-server/files/patch-cmake_plugin.cmake Mon May 13 19:24:05 2019 (r501587) +++ branches/2019Q2/databases/mysql56-server/files/patch-cmake_plugin.cmake Mon May 13 19:27:31 2019 (r501588) @@ -1,10 +1,12 @@ ---- cmake/plugin.cmake.orig 2011-09-09 17:56:39.000000000 +0200 -+++ cmake/plugin.cmake 2011-10-07 10:56:37.000000000 +0200 -@@ -195,7 +195,6 @@ - OUTPUT_NAME "${ARG_MODULE_OUTPUT_NAME}") - # Install dynamic library - MYSQL_INSTALL_TARGETS(${target} DESTINATION ${INSTALL_PLUGINDIR} COMPONENT Server) -- INSTALL_DEBUG_TARGET(${target} DESTINATION ${INSTALL_PLUGINDIR}/debug) - # Add installed files to list for RPMs - FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files - "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n" +--- cmake/plugin.cmake.orig 2019-03-15 07:38:15 UTC ++++ cmake/plugin.cmake +@@ -212,9 +212,6 @@ MACRO(MYSQL_ADD_PLUGIN) + MYSQL_INSTALL_TARGETS(${target} + DESTINATION ${INSTALL_PLUGINDIR} + COMPONENT ${INSTALL_COMPONENT}) +- INSTALL_DEBUG_TARGET(${target} +- DESTINATION ${INSTALL_PLUGINDIR}/debug +- COMPONENT ${INSTALL_COMPONENT}) + # Add installed files to list for RPMs + FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files + "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n" Modified: branches/2019Q2/databases/mysql56-server/pkg-plist ============================================================================== --- branches/2019Q2/databases/mysql56-server/pkg-plist Mon May 13 19:24:05 2019 (r501587) +++ branches/2019Q2/databases/mysql56-server/pkg-plist Mon May 13 19:27:31 2019 (r501588) @@ -39,6 +39,7 @@ lib/mysql/plugin/qa_auth_server.so lib/mysql/plugin/semisync_master.so lib/mysql/plugin/semisync_slave.so lib/mysql/plugin/test_udf_services.so +%%EXAMPLE%%lib/mysql/plugin/udf_example.so lib/mysql/plugin/validate_password.so libexec/mysqld man/man1/my_print_defaults.1.gz From owner-svn-ports-branches@freebsd.org Mon May 13 19:30:25 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 ECA6A1599289; Mon, 13 May 2019 19:30:24 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 898FF69C7A; Mon, 13 May 2019 19:30:24 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4EDA1E4F9; Mon, 13 May 2019 19:30:24 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4DJUO3h076358; Mon, 13 May 2019 19:30:24 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4DJUNhr076350; Mon, 13 May 2019 19:30:23 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201905131930.x4DJUNhr076350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Mon, 13 May 2019 19:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501589 - in branches/2019Q2/databases: mysql57-client/files mysql57-server mysql57-server/files X-SVN-Group: ports-branches X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: in branches/2019Q2/databases: mysql57-client/files mysql57-server mysql57-server/files X-SVN-Commit-Revision: 501589 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 898FF69C7A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,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, 13 May 2019 19:30:25 -0000 Author: mmokhi Date: Mon May 13 19:30:22 2019 New Revision: 501589 URL: https://svnweb.freebsd.org/changeset/ports/501589 Log: MFH: r500373 databases/mysql57-{client, server}: Update to latest release 5.7.26 This update includes: Bugfix: - InnoDB: Optimized internal temporary tables did not support in-place UPDATE operations - InnoDB: A function called by a CREATE TABLE thread attempted access after free() - InnoDB: The INDEX_LENGTH value in INFORMATION_SCHEMA.TABLES was not updated when adding an index - The authentication_ldap_simple plugin could enforce authentication incorrectly More info: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-26.html Security Fix: CVE-2019-2632, CVE-2019-1559, CVE-2018-3123, and other fixes. More info: https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html#AppendixMSQL PR: 237399 Reported by: Brent Busby Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (feld, CVE-patch blanket) Modified: branches/2019Q2/databases/mysql57-client/files/patch-cmake_plugin.cmake branches/2019Q2/databases/mysql57-server/Makefile branches/2019Q2/databases/mysql57-server/distinfo branches/2019Q2/databases/mysql57-server/files/patch-cmake_plugin.cmake branches/2019Q2/databases/mysql57-server/files/patch-rapid_plugin_x_CMakeLists.txt branches/2019Q2/databases/mysql57-server/pkg-plist Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/databases/mysql57-client/files/patch-cmake_plugin.cmake ============================================================================== --- branches/2019Q2/databases/mysql57-client/files/patch-cmake_plugin.cmake Mon May 13 19:27:31 2019 (r501588) +++ branches/2019Q2/databases/mysql57-client/files/patch-cmake_plugin.cmake Mon May 13 19:30:22 2019 (r501589) @@ -1,25 +1,25 @@ --- cmake/plugin.cmake.orig 2017-06-22 14:13:19 UTC +++ cmake/plugin.cmake @@ -263,13 +270,17 @@ MACRO(MYSQL_ADD_PLUGIN) - MYSQL_INSTALL_TARGETS(${target} - DESTINATION ${INSTALL_PLUGINDIR} - COMPONENT ${INSTALL_COMPONENT}) -- INSTALL_DEBUG_TARGET(${target} -- DESTINATION ${INSTALL_PLUGINDIR}/debug -- COMPONENT ${INSTALL_COMPONENT}) -+ IF(CMAKE_BUILD_TYPE MATCHES "Debug") -+ INSTALL_DEBUG_TARGET(${target} -+ DESTINATION ${INSTALL_PLUGINDIR}/debug -+ COMPONENT ${INSTALL_COMPONENT}) -+ # Add installed files to list for RPMs -+ FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files -+ "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/debug/${ARG_MODULE_OUTPUT_NAME}.so\n") -+ ENDIF() - # Add installed files to list for RPMs - FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files -- "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n" -- "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/debug/${ARG_MODULE_OUTPUT_NAME}.so\n") -+ "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n") - # For internal testing in PB2, append collections files - IF(DEFINED ENV{PB2WORKDIR}) - PLUGIN_APPEND_COLLECTIONS(${plugin}) + MYSQL_INSTALL_TARGETS(${target} + DESTINATION ${INSTALL_PLUGINDIR} + COMPONENT ${INSTALL_COMPONENT}) +- INSTALL_DEBUG_TARGET(${target} +- DESTINATION ${INSTALL_PLUGINDIR}/debug +- COMPONENT ${INSTALL_COMPONENT}) ++ IF(CMAKE_BUILD_TYPE MATCHES "Debug") ++ INSTALL_DEBUG_TARGET(${target} ++ DESTINATION ${INSTALL_PLUGINDIR}/debug ++ COMPONENT ${INSTALL_COMPONENT}) ++ # Add installed files to list for RPMs ++ FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files ++ "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/debug/${ARG_MODULE_OUTPUT_NAME}.so\n") ++ ENDIF() + # Add installed files to list for RPMs + FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files +- "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n" +- "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/debug/${ARG_MODULE_OUTPUT_NAME}.so\n") ++ "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n") + # For internal testing in PB2, append collections files + IF(DEFINED ENV{PB2WORKDIR}) + PLUGIN_APPEND_COLLECTIONS(${plugin}) Modified: branches/2019Q2/databases/mysql57-server/Makefile ============================================================================== --- branches/2019Q2/databases/mysql57-server/Makefile Mon May 13 19:27:31 2019 (r501588) +++ branches/2019Q2/databases/mysql57-server/Makefile Mon May 13 19:30:22 2019 (r501589) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.7.25 +PORTVERSION= 5.7.26 PORTREVISION?= 1 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.7 Modified: branches/2019Q2/databases/mysql57-server/distinfo ============================================================================== --- branches/2019Q2/databases/mysql57-server/distinfo Mon May 13 19:27:31 2019 (r501588) +++ branches/2019Q2/databases/mysql57-server/distinfo Mon May 13 19:30:22 2019 (r501589) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548095639 -SHA256 (mysql-boost-5.7.25.tar.gz) = 354c427c8679c6a4774f60723ea211e54b4383307764d240940f960d110bf5cf -SIZE (mysql-boost-5.7.25.tar.gz) = 49107578 +TIMESTAMP = 1556318914 +SHA256 (mysql-boost-5.7.26.tar.gz) = effca6d3aceebc286a9fb046257330d125cc2f4def87081c286bfc4df3d974d1 +SIZE (mysql-boost-5.7.26.tar.gz) = 51098338 Modified: branches/2019Q2/databases/mysql57-server/files/patch-cmake_plugin.cmake ============================================================================== --- branches/2019Q2/databases/mysql57-server/files/patch-cmake_plugin.cmake Mon May 13 19:27:31 2019 (r501588) +++ branches/2019Q2/databases/mysql57-server/files/patch-cmake_plugin.cmake Mon May 13 19:30:22 2019 (r501589) @@ -1,25 +1,25 @@ --- cmake/plugin.cmake.orig 2017-06-22 14:13:19 UTC +++ cmake/plugin.cmake @@ -263,13 +270,17 @@ MACRO(MYSQL_ADD_PLUGIN) - MYSQL_INSTALL_TARGETS(${target} - DESTINATION ${INSTALL_PLUGINDIR} - COMPONENT ${INSTALL_COMPONENT}) -- INSTALL_DEBUG_TARGET(${target} -- DESTINATION ${INSTALL_PLUGINDIR}/debug -- COMPONENT ${INSTALL_COMPONENT}) -+ IF(CMAKE_BUILD_TYPE MATCHES "Debug") -+ INSTALL_DEBUG_TARGET(${target} -+ DESTINATION ${INSTALL_PLUGINDIR}/debug -+ COMPONENT ${INSTALL_COMPONENT}) -+ # Add installed files to list for RPMs -+ FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files -+ "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/debug/${ARG_MODULE_OUTPUT_NAME}.so\n") -+ ENDIF() - # Add installed files to list for RPMs - FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files -- "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n" -- "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/debug/${ARG_MODULE_OUTPUT_NAME}.so\n") -+ "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n") - # For internal testing in PB2, append collections files - IF(DEFINED ENV{PB2WORKDIR}) - PLUGIN_APPEND_COLLECTIONS(${plugin}) + MYSQL_INSTALL_TARGETS(${target} + DESTINATION ${INSTALL_PLUGINDIR} + COMPONENT ${INSTALL_COMPONENT}) +- INSTALL_DEBUG_TARGET(${target} +- DESTINATION ${INSTALL_PLUGINDIR}/debug +- COMPONENT ${INSTALL_COMPONENT}) ++ IF(CMAKE_BUILD_TYPE MATCHES "Debug") ++ INSTALL_DEBUG_TARGET(${target} ++ DESTINATION ${INSTALL_PLUGINDIR}/debug ++ COMPONENT ${INSTALL_COMPONENT}) ++ # Add installed files to list for RPMs ++ FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files ++ "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/debug/${ARG_MODULE_OUTPUT_NAME}.so\n") ++ ENDIF() + # Add installed files to list for RPMs + FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files +- "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n" +- "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/debug/${ARG_MODULE_OUTPUT_NAME}.so\n") ++ "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n") + # For internal testing in PB2, append collections files + IF(DEFINED ENV{PB2WORKDIR}) + PLUGIN_APPEND_COLLECTIONS(${plugin}) Modified: branches/2019Q2/databases/mysql57-server/files/patch-rapid_plugin_x_CMakeLists.txt ============================================================================== --- branches/2019Q2/databases/mysql57-server/files/patch-rapid_plugin_x_CMakeLists.txt Mon May 13 19:27:31 2019 (r501588) +++ branches/2019Q2/databases/mysql57-server/files/patch-rapid_plugin_x_CMakeLists.txt Mon May 13 19:30:22 2019 (r501589) @@ -11,7 +11,7 @@ INCLUDE_DIRECTORIES(SYSTEM - ${BOOST_INCLUDE_DIR} ${PROTOBUF_INCLUDE_DIRS} - ${LIBEVENT_INCLUDE_DIR} + ${LIBEVENT_INCLUDE_DIRS} + ${SSL_INCLUDE_DIRS} + ${ZLIB_INCLUDE_DIR} ) Modified: branches/2019Q2/databases/mysql57-server/pkg-plist ============================================================================== --- branches/2019Q2/databases/mysql57-server/pkg-plist Mon May 13 19:27:31 2019 (r501588) +++ branches/2019Q2/databases/mysql57-server/pkg-plist Mon May 13 19:30:22 2019 (r501589) @@ -29,6 +29,7 @@ lib/mysql/plugin/daemon_example.ini lib/mysql/plugin/group_replication.so %%NO_EXAMPLE%%lib/mysql/plugin/ha_example.so lib/mysql/plugin/keyring_file.so +lib/mysql/plugin/keyring_udf.so lib/mysql/plugin/libdaemon_example.so lib/mysql/plugin/libtest_framework.so lib/mysql/plugin/libtest_services.so @@ -64,8 +65,8 @@ lib/mysql/plugin/rewriter.so lib/mysql/plugin/semisync_master.so lib/mysql/plugin/semisync_slave.so lib/mysql/plugin/test_security_context.so -lib/mysql/plugin/keyring_udf.so lib/mysql/plugin/test_udf_services.so +%%EXAMPLE%%lib/mysql/plugin/udf_example.so lib/mysql/plugin/validate_password.so lib/mysql/plugin/version_token.so libdata/pkgconfig/LIBMYSQL_OS_OUTPUT_NAME-NOTFOUND.pc From owner-svn-ports-branches@freebsd.org Mon May 13 19:33:32 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 7CEDF1599506; Mon, 13 May 2019 19:33:32 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.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 2AD5D6A35A; Mon, 13 May 2019 19:33:32 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F0A0DE69A; Mon, 13 May 2019 19:33:31 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4DJXVw6081507; Mon, 13 May 2019 19:33:31 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4DJXTRF081493; Mon, 13 May 2019 19:33:29 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201905131933.x4DJXTRF081493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Mon, 13 May 2019 19:33:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501591 - in branches/2019Q2/databases: mysql80-client mysql80-client/files mysql80-server mysql80-server/files X-SVN-Group: ports-branches X-SVN-Commit-Author: mmokhi X-SVN-Commit-Paths: in branches/2019Q2/databases: mysql80-client mysql80-client/files mysql80-server mysql80-server/files X-SVN-Commit-Revision: 501591 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2AD5D6A35A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,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, 13 May 2019 19:33:32 -0000 Author: mmokhi Date: Mon May 13 19:33:29 2019 New Revision: 501591 URL: https://svnweb.freebsd.org/changeset/ports/501591 Log: MFH: r501261 databases/mysql80-{client, server}: Update to latest release 8.0.16 This update includes: Bugfixes: - InnoDB: Undo tablespaces remained unencrypted after enabling undo tablespace encryption at startup. (Bug #29477795) - InnoDB: Problematic macros introduced with undo tablespace DDL support (Bug #29324132, Bug #94243). - InnoDB: Static thread local variables defined at the wrong scope were not released at thread exit. (Bug #29305186) - Memory leaks discovered in the innochecksum (Bug #28917614, Bug #93164). New features: - MySQL C API now supports asynchronous functions for nonblocking communication with the MySQL server. - MySQL now supports a new Chinese collation, utf8mb4_zh_0900_as_cs - CMake now causes the build process to link with the llvm lld linker for Clang if it is available. Security Fix: CVE-2019-2632, CVE-2019-2693, CVE-2019-2694, CVE-2019-2695 and other fixes. More info: https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html#AppendixMSQL PR: 237399 Reported by: Brent Busby Sponsored by: The FreeBSD Foundation Approved by: ports-secteam (feld, CVE-patch blanket) Deleted: branches/2019Q2/databases/mysql80-server/files/patch-router_src_harness_CMakeLists.txt Modified: branches/2019Q2/databases/mysql80-client/files/patch-client_CMakeLists.txt branches/2019Q2/databases/mysql80-client/files/patch-include_CMakeLists.txt branches/2019Q2/databases/mysql80-client/files/patch-scripts_CMakeLists.txt branches/2019Q2/databases/mysql80-client/files/patch-sql_mysqld.cc branches/2019Q2/databases/mysql80-client/files/patch-support-files_CMakeLists.txt branches/2019Q2/databases/mysql80-client/pkg-plist branches/2019Q2/databases/mysql80-server/Makefile branches/2019Q2/databases/mysql80-server/distinfo branches/2019Q2/databases/mysql80-server/files/patch-client_CMakeLists.txt branches/2019Q2/databases/mysql80-server/files/patch-plugin_x_CMakeLists.txt branches/2019Q2/databases/mysql80-server/files/patch-sql_mysqld.cc branches/2019Q2/databases/mysql80-server/pkg-plist Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/databases/mysql80-client/files/patch-client_CMakeLists.txt ============================================================================== --- branches/2019Q2/databases/mysql80-client/files/patch-client_CMakeLists.txt Mon May 13 19:31:12 2019 (r501590) +++ branches/2019Q2/databases/mysql80-client/files/patch-client_CMakeLists.txt Mon May 13 19:33:29 2019 (r501591) @@ -1,29 +1,31 @@ ---- client/CMakeLists.txt.orig 2016-08-25 12:32:09 UTC -+++ client/CMakeLists.txt -@@ -47,6 +47,7 @@ IF(UNIX) +--- client/CMakeLists.txt.orig 2019-04-13 13:46:31.000000000 +0200 ++++ client/CMakeLists.txt 2019-04-30 00:27:10.627236000 +0200 +@@ -35,10 +35,12 @@ TARGET_LINK_LIBRARIES(mysql ${EDITLINE_LIBRARY}) ENDIF(UNIX) +IF(FALSE) IF(NOT WITHOUT_SERVER) - MYSQL_ADD_EXECUTABLE(mysql_upgrade - upgrade/program.cc -@@ -57,11 +58,14 @@ ADD_COMPILE_FLAGS( - TARGET_LINK_LIBRARIES(mysql_upgrade mysqlclient client_base mysqlcheck_core) - ADD_DEPENDENCIES(mysql_upgrade GenFixPrivs GenSysSchema GenBootstrapPriv) + MYSQL_ADD_EXECUTABLE(mysql_upgrade upgrade/program.cc) + TARGET_LINK_LIBRARIES(mysql_upgrade mysqlclient client_base) ENDIF() +ENDIF() SET(MYSQLTEST_SRC - mysqltest/mysqltest_expected_error.cc + mysqltest/error_names.cc +@@ -48,9 +50,11 @@ + mysqltest/utils.cc ) +IF(FALSE) MYSQL_ADD_EXECUTABLE(mysqltest mysqltest.cc ${MYSQLTEST_SRC} COMPONENT Test) - TARGET_LINK_LIBRARIES(mysqltest mysqlclient regex) + TARGET_LINK_LIBRARIES(mysqltest mysqlclient) ADD_DEPENDENCIES(mysqltest GenError GenClientError) +ENDIF() -@@ -113,8 +117,10 @@ TARGET_LINK_LIBRARIES(mysqlslap mysqlcli + + ADD_CONVENIENCE_LIBRARY(mysqlcheck_core check/mysqlcheck_core.cc) + TARGET_LINK_LIBRARIES(mysqlcheck_core mysqlclient) +@@ -108,8 +112,10 @@ MYSQL_ADD_EXECUTABLE(mysql_config_editor mysql_config_editor.cc) TARGET_LINK_LIBRARIES(mysql_config_editor mysqlclient) Modified: branches/2019Q2/databases/mysql80-client/files/patch-include_CMakeLists.txt ============================================================================== --- branches/2019Q2/databases/mysql80-client/files/patch-include_CMakeLists.txt Mon May 13 19:31:12 2019 (r501590) +++ branches/2019Q2/databases/mysql80-client/files/patch-include_CMakeLists.txt Mon May 13 19:33:29 2019 (r501591) @@ -3,7 +3,7 @@ @@ -30,11 +30,173 @@ SET(HEADERS ${CMAKE_CURRENT_BINARY_DIR}/mysql_version.h ${CMAKE_CURRENT_BINARY_DIR}/mysqld_error.h - ../libbinlogevents/export/binary_log_types.h + field_types.h + base64.h + big_endian.h + c_string_less.h Modified: branches/2019Q2/databases/mysql80-client/files/patch-scripts_CMakeLists.txt ============================================================================== --- branches/2019Q2/databases/mysql80-client/files/patch-scripts_CMakeLists.txt Mon May 13 19:31:12 2019 (r501590) +++ branches/2019Q2/databases/mysql80-client/files/patch-scripts_CMakeLists.txt Mon May 13 19:33:29 2019 (r501591) @@ -5,11 +5,11 @@ ENDIF() +IF(FALSE) - # Build mysql_fix_privilege_tables.c + # Build mysql_fix_privilege_tables.h ADD_CUSTOM_COMMAND( - OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/mysql_fix_privilege_tables_sql.c + OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/mysql_fix_privilege_tables_sql.h @@ -100,6 +101,7 @@ ADD_CUSTOM_TARGET(GenFixPrivs - DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/mysql_fix_privilege_tables_sql.c + DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/mysql_fix_privilege_tables_sql.h ${CMAKE_CURRENT_BINARY_DIR}/sql_commands_sys_schema.h ) +ENDIF() Modified: branches/2019Q2/databases/mysql80-client/files/patch-sql_mysqld.cc ============================================================================== --- branches/2019Q2/databases/mysql80-client/files/patch-sql_mysqld.cc Mon May 13 19:31:12 2019 (r501590) +++ branches/2019Q2/databases/mysql80-client/files/patch-sql_mysqld.cc Mon May 13 19:33:29 2019 (r501591) @@ -2,19 +2,10 @@ +++ sql/mysqld.cc @@ -4321,7 +4321,7 @@ static void init_ssl() { - static int init_ssl_communication() { + static void init_ssl() { #ifdef HAVE_OPENSSL --#ifndef HAVE_WOLFSSL -+#if !defined(HAVE_WOLFSSL) && !defined(LIBRESSL_VERSION_NUMBER) - char ssl_err_string[OPENSSL_ERROR_LENGTH] = {'\0'}; - int ret_fips_mode = set_fips_mode(opt_ssl_fips_mode, ssl_err_string); - if (ret_fips_mode != 1) { -@@ -8647,7 +8647,7 @@ bool mysqld_get_one_option(int optid, - One can disable SSL later by using --skip-ssl or --ssl=0. - */ - opt_use_ssl = true; --#ifdef HAVE_WOLFSSL -+#if defined(HAVE_WOLFSSL) || defined(LIBRESSL_VERSION_NUMBER) - /* crl has no effect in wolfSSL. */ - opt_ssl_crl = NULL; - opt_ssl_crlpath = NULL; +-#if !defined(HAVE_WOLFSSL) && !defined(__sun) ++#if !defined(HAVE_WOLFSSL) && !defined(LIBRESSL_VERSION_NUMBER) && !defined(__sun) + #if defined(HAVE_PSI_MEMORY_INTERFACE) + static PSI_memory_info all_openssl_memory[] = { + {&key_memory_openssl, "openssl_malloc", 0, 0, Modified: branches/2019Q2/databases/mysql80-client/files/patch-support-files_CMakeLists.txt ============================================================================== --- branches/2019Q2/databases/mysql80-client/files/patch-support-files_CMakeLists.txt Mon May 13 19:31:12 2019 (r501590) +++ branches/2019Q2/databases/mysql80-client/files/patch-support-files_CMakeLists.txt Mon May 13 19:33:29 2019 (r501591) @@ -8,10 +8,10 @@ SET(prefix ${CMAKE_INSTALL_PREFIX}) FOREACH(script mysqld_multi.server mysql-log-rotate) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${script}.sh -@@ -59,9 +60,12 @@ IF(UNIX) - IF(INSTALL_SUPPORTFILESDIR) - INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) - ENDIF() +@@ -63,9 +64,12 @@ + DESTINATION ${inst_location} COMPONENT ${comp} + PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) + ENDFOREACH() +ENDIF() +ENDIF() Modified: branches/2019Q2/databases/mysql80-client/pkg-plist ============================================================================== --- branches/2019Q2/databases/mysql80-client/pkg-plist Mon May 13 19:31:12 2019 (r501590) +++ branches/2019Q2/databases/mysql80-client/pkg-plist Mon May 13 19:33:29 2019 (r501591) @@ -12,13 +12,13 @@ bin/mysqlshow bin/mysqlslap include/mysql/base64.h include/mysql/big_endian.h -include/mysql/binary_log_types.h include/mysql/c_string_less.h include/mysql/crypt_genhash_impl.h include/mysql/decimal.h include/mysql/depth_first_search.h include/mysql/dur_prop.h include/mysql/errmsg.h +include/mysql/field_types.h include/mysql/ft_global.h include/mysql/heap.h include/mysql/keycache.h Modified: branches/2019Q2/databases/mysql80-server/Makefile ============================================================================== --- branches/2019Q2/databases/mysql80-server/Makefile Mon May 13 19:31:12 2019 (r501590) +++ branches/2019Q2/databases/mysql80-server/Makefile Mon May 13 19:33:29 2019 (r501591) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 8.0.15 -PORTREVISION?= 2 +PORTVERSION= 8.0.16 +PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-8.0 PKGNAMESUFFIX?= 80-server Modified: branches/2019Q2/databases/mysql80-server/distinfo ============================================================================== --- branches/2019Q2/databases/mysql80-server/distinfo Mon May 13 19:31:12 2019 (r501590) +++ branches/2019Q2/databases/mysql80-server/distinfo Mon May 13 19:33:29 2019 (r501591) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551112616 -SHA256 (mysql-boost-8.0.15.tar.gz) = 95dbdb54c3967feefb255b96458b089a601e4de238bcc1f328b066018ee47db0 -SIZE (mysql-boost-8.0.15.tar.gz) = 117079697 +TIMESTAMP = 1556566256 +SHA256 (mysql-boost-8.0.16.tar.gz) = 7c936aa7bc9f4c462b24bade2e9abe1b3a6869ea19c46e78ec0a9b2a87a3d17f +SIZE (mysql-boost-8.0.16.tar.gz) = 145939027 Modified: branches/2019Q2/databases/mysql80-server/files/patch-client_CMakeLists.txt ============================================================================== --- branches/2019Q2/databases/mysql80-server/files/patch-client_CMakeLists.txt Mon May 13 19:31:12 2019 (r501590) +++ branches/2019Q2/databases/mysql80-server/files/patch-client_CMakeLists.txt Mon May 13 19:33:29 2019 (r501591) @@ -1,16 +1,14 @@ --- client/CMakeLists.txt.orig 2018-12-20 20:14:03 UTC +++ client/CMakeLists.txt -@@ -28,16 +28,16 @@ INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compil +@@ -26,14 +26,14 @@ INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compil ## Subdirectory with common client code. ADD_SUBDIRECTORY(base) -## Subdirectory for mysqlpump code. -ADD_SUBDIRECTORY(dump) - INCLUDE(${MYSQL_CMAKE_SCRIPT_DIR}/compile_flags.cmake) - +IF(FALSE) - MYSQL_ADD_EXECUTABLE(mysql completion_hash.cc mysql.cc readline.cc ../sql-common/sql_string.cc pattern_matcher.cc) + MYSQL_ADD_EXECUTABLE(mysql completion_hash.cc mysql.cc readline.cc ../sql-common/sql_string.cc pattern_matcher.cc ${CMAKE_SOURCE_DIR}/sql/net_ns.cc) TARGET_LINK_LIBRARIES(mysql mysqlclient) IF(UNIX) TARGET_LINK_LIBRARIES(mysql ${EDITLINE_LIBRARY}) @@ -37,7 +35,7 @@ MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) SET(MYSQLBINLOG_LIB_SOURCES ${CMAKE_SOURCE_DIR}/strings/decimal.cc -@@ -110,16 +113,20 @@ TARGET_LINK_LIBRARIES(mysqlslap mysqlcli +@@ -107,12 +110,15 @@ TARGET_LINK_LIBRARIES(mysqlslap mysqlcli MYSQL_ADD_EXECUTABLE(mysql_config_editor mysql_config_editor.cc) TARGET_LINK_LIBRARIES(mysql_config_editor mysqlclient) @@ -49,11 +47,6 @@ +IF(FALSE) MYSQL_ADD_EXECUTABLE(mysql_ssl_rsa_setup mysql_ssl_rsa_setup.cc path.cc logger.cc) TARGET_LINK_LIBRARIES(mysql_ssl_rsa_setup mysys mysys_ssl) -+ - # Bug in /usr/lib/gcc-snapshot/lib/libstdc++.so ?? - IF(CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL "9.0.0") - TARGET_LINK_LIBRARIES(mysql_ssl_rsa_setup -static-libstdc++) - ENDIF() +ENDIF() # "WIN32" also covers 64 bit. "echo" is used in some files below "mysql-test/". Modified: branches/2019Q2/databases/mysql80-server/files/patch-plugin_x_CMakeLists.txt ============================================================================== --- branches/2019Q2/databases/mysql80-server/files/patch-plugin_x_CMakeLists.txt Mon May 13 19:31:12 2019 (r501590) +++ branches/2019Q2/databases/mysql80-server/files/patch-plugin_x_CMakeLists.txt Mon May 13 19:33:29 2019 (r501591) @@ -1,18 +1,16 @@ --- plugin/x/CMakeLists.txt.orig 2018-04-08 06:44:49 UTC +++ plugin/x/CMakeLists.txt -@@ -89,12 +89,15 @@ INCLUDE_DIRECTORIES( +@@ -80,11 +80,14 @@ INCLUDE_DIRECTORIES( ${MYSQLX_GENERATE_DIR} ${MYSQLX_PROTOCOL_INCLUDE_DIR} ${MYSQLX_CLIENT_INCLUDE_DIR} + ${BOOST_INCLUDE_DIR} ) - INCLUDE_DIRECTORIES(SYSTEM - ${PROTOBUF_INCLUDE_DIRS} - ${LIBEVENT_INCLUDE_DIRS} - ${ICU_INCLUDE_DIRS} -+ ${SSL_INCLUDE_DIRS} -+ ${ZLIB_INCLUDE_DIR} - ) + MY_INCLUDE_SYSTEM_DIRECTORIES(PROTOBUF) + MY_INCLUDE_SYSTEM_DIRECTORIES(LIBEVENT) + MY_INCLUDE_SYSTEM_DIRECTORIES(ICU) ++MY_INCLUDE_SYSTEM_DIRECTORIES(SSL) ++MY_INCLUDE_SYSTEM_DIRECTORIES(ZLIB) SET(MYSQLX_PROTBUF_AND_PROTOCOL_LIB Modified: branches/2019Q2/databases/mysql80-server/files/patch-sql_mysqld.cc ============================================================================== --- branches/2019Q2/databases/mysql80-server/files/patch-sql_mysqld.cc Mon May 13 19:31:12 2019 (r501590) +++ branches/2019Q2/databases/mysql80-server/files/patch-sql_mysqld.cc Mon May 13 19:33:29 2019 (r501591) @@ -11,19 +11,10 @@ #define FILE_LINE_ARGS , const char *, int @@ -4530,7 +4530,7 @@ static void init_ssl() { - static int init_ssl_communication() { + static void init_ssl() { #ifdef HAVE_OPENSSL --#ifndef HAVE_WOLFSSL -+#if !defined(HAVE_WOLFSSL) && !defined(LIBRESSL_VERSION_NUMBER) - char ssl_err_string[OPENSSL_ERROR_LENGTH] = {'\0'}; - int ret_fips_mode = set_fips_mode(opt_ssl_fips_mode, ssl_err_string); - if (ret_fips_mode != 1) { -@@ -8919,7 +8919,7 @@ bool mysqld_get_one_option(int optid, - One can disable SSL later by using --skip-ssl or --ssl=0. - */ - opt_use_ssl = true; --#ifdef HAVE_WOLFSSL -+#if defined(HAVE_WOLFSSL) || defined(LIBRESSL_VERSION_NUMBER) - /* crl has no effect in wolfSSL. */ - opt_ssl_crl = NULL; - opt_ssl_crlpath = NULL; +-#if !defined(HAVE_WOLFSSL) && !defined(__sun) ++#if !defined(HAVE_WOLFSSL) && !defined(LIBRESSL_VERSION_NUMBER) && !defined(__sun) + #if defined(HAVE_PSI_MEMORY_INTERFACE) + static PSI_memory_info all_openssl_memory[] = { + {&key_memory_openssl, "openssl_malloc", 0, 0, Modified: branches/2019Q2/databases/mysql80-server/pkg-plist ============================================================================== --- branches/2019Q2/databases/mysql80-server/pkg-plist Mon May 13 19:31:12 2019 (r501590) +++ branches/2019Q2/databases/mysql80-server/pkg-plist Mon May 13 19:33:29 2019 (r501591) @@ -14,6 +14,7 @@ bin/mysqld_multi bin/mysqld_safe bin/mysqldumpslow bin/mysqlrouter +bin/mysqlrouter_passwd bin/mysqlrouter_plugin_info bin/mysqltest bin/mysqlxtest @@ -24,11 +25,15 @@ lib/mysql/libmysqlharness.so lib/mysql/libmysqlharness.so.1 lib/mysql/libmysqlrouter.so lib/mysql/libmysqlrouter.so.1 +lib/mysql/libmysqlrouter_http.so +lib/mysql/libmysqlrouter_http.so.1 +lib/mysql/mysqlrouter/http_auth_backend.so +lib/mysql/mysqlrouter/http_auth_realm.so +lib/mysql/mysqlrouter/http_server.so lib/mysql/mysqlrouter/keepalive.so lib/mysql/mysqlrouter/metadata_cache.so lib/mysql/mysqlrouter/mysql_protocol.so lib/mysql/mysqlrouter/routing.so -lib/mysql/mysqlrouter/syslog.so lib/mysql/plugin/adt_null.so lib/mysql/plugin/auth.so lib/mysql/plugin/auth_test_plugin.so @@ -46,6 +51,7 @@ lib/mysql/plugin/component_pfs_example_component_popul lib/mysql/plugin/component_test_audit_api_message.so lib/mysql/plugin/component_test_backup_lock_service.so lib/mysql/plugin/component_test_host_application_signal.so +lib/mysql/plugin/component_test_mysql_runtime_error.so lib/mysql/plugin/component_test_pfs_notification.so lib/mysql/plugin/component_test_pfs_resource_group.so lib/mysql/plugin/component_test_status_var_service.so @@ -74,6 +80,7 @@ lib/mysql/plugin/component_udf_unreg_real_func.so lib/mysql/plugin/component_validate_password.so lib/mysql/plugin/connection_control.so lib/mysql/plugin/daemon_example.ini +lib/mysql/plugin/ddl_rewriter.so lib/mysql/plugin/group_replication.so %%NO_EXAMPLE%%lib/mysql/plugin/ha_example.so lib/mysql/plugin/ha_mock.so @@ -95,6 +102,7 @@ lib/mysql/plugin/libtest_sql_errors.so lib/mysql/plugin/libtest_sql_lock.so lib/mysql/plugin/libtest_sql_processlist.so lib/mysql/plugin/libtest_sql_replication.so +lib/mysql/plugin/libtest_sql_reset_connection.so lib/mysql/plugin/libtest_sql_shutdown.so lib/mysql/plugin/libtest_sql_sqlmode.so lib/mysql/plugin/libtest_sql_stmt.so @@ -182,7 +190,6 @@ man/man8/mysqld.8.gz %%DATADIR%%/italian/errmsg.sys %%DATADIR%%/japanese/errmsg.sys %%DATADIR%%/korean/errmsg.sys -%%DATADIR%%/magic %%DATADIR%%/mysql-log-rotate %%DATADIR%%/mysql.server %%DATADIR%%/mysqld_multi.server From owner-svn-ports-branches@freebsd.org Mon May 13 21:48: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 A8427159BD61; Mon, 13 May 2019 21:48:05 +0000 (UTC) (envelope-from amdmi3@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 4A20C6FC2D; Mon, 13 May 2019 21:48:05 +0000 (UTC) (envelope-from amdmi3@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 1E0CAFC98; Mon, 13 May 2019 21:48:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4DLm4PE050917; Mon, 13 May 2019 21:48:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4DLm4Ta050916; Mon, 13 May 2019 21:48:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201905132148.x4DLm4Ta050916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 13 May 2019 21:48:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501599 - branches/2019Q2/games/megaglest X-SVN-Group: ports-branches X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: branches/2019Q2/games/megaglest X-SVN-Commit-Revision: 501599 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4A20C6FC2D 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: Mon, 13 May 2019 21:48:05 -0000 Author: amdmi3 Date: Mon May 13 21:48:04 2019 New Revision: 501599 URL: https://svnweb.freebsd.org/changeset/ports/501599 Log: MFH: r501598 - Fix build with VIEWER enabled - Add missing USES - Switch to USES=localbase and opt_CMAKE_BOOL PR: 237607 Reported by: doralitze@chaotikum.org Approved by: monwarez@mailoo.org (maintainer) Approved by: ports-secteam (with hat) Modified: branches/2019Q2/games/megaglest/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/games/megaglest/Makefile ============================================================================== --- branches/2019Q2/games/megaglest/Makefile Mon May 13 21:46:32 2019 (r501598) +++ branches/2019Q2/games/megaglest/Makefile Mon May 13 21:48:04 2019 (r501599) @@ -30,29 +30,25 @@ GH_PROJECT= megaglest-source SUB_FILES= pkg-message USES= cmake:insource compiler:c++11-lib display:build dos2unix jpeg lua \ - openal:al,alut pkgconfig + openal:al,alut pkgconfig ssl localbase:ldflags sdl gl USE_GL= glew gl glu USE_SDL= sdl2 USE_XORG= sm ice x11 xext USE_CXXSTD= c++11 LLD_UNSAFE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lssl -lcrypto +LDFLAGS+= -lssl -lcrypto OPTIONS_DEFINE= EDITOR DOCS VIEWER OPTIONS_SUB= yes EDITOR_DESC= Install MegaGlest Editor VIEWER_DESC= Install Megaglest G3D viewer -EDITOR_CMAKE_ON= -DBUILD_MEGAGLEST_MAP_EDITOR=On -EDITOR_CMAKE_OFF= -DBUILD_MEGAGLEST_MAP_EDITOR=Off +EDITOR_CMAKE_BOOL= BUILD_MEGAGLEST_MAP_EDITOR EDITOR_USE= WX=3.0 -VIEWER_CMAKE_ON= -DBUILD_MEGAGLEST_MODEL_IMPORT_EXPORT_TOOLS=On \ - -BUILD_MEGAGLEST_MODEL_VIEWER=On -VIEWER_CMAKE_OFF= -DBUILD_MEGAGLEST_MODEL_IMPORT_EXPORT_TOOLS=Off \ - -DBUILD_MEGAGLEST_MODEL_VIEWER=Off +VIEWER_CMAKE_BOOL= BUILD_MEGAGLEST_MODEL_IMPORT_EXPORT_TOOLS \ + BUILD_MEGAGLEST_MODEL_VIEWER VIEWER_USE= WX=3.0 post-patch: From owner-svn-ports-branches@freebsd.org Tue May 14 00:57:26 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 79008159F68A; Tue, 14 May 2019 00:57:26 +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 1D11B75528; Tue, 14 May 2019 00:57: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 E0DF719C06; Tue, 14 May 2019 00:57:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4E0vPDC051812; Tue, 14 May 2019 00:57:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4E0vPGw051810; Tue, 14 May 2019 00:57:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905140057.x4E0vPGw051810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 14 May 2019 00:57:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501608 - 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: 501608 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1D11B75528 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.950,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, 14 May 2019 00:57:26 -0000 Author: jbeich Date: Tue May 14 00:57:25 2019 New Revision: 501608 URL: https://svnweb.freebsd.org/changeset/ports/501608 Log: MFH: r501606 devel/rust-cbindgen: update to 0.8.7 Changes: https://github.com/eqrion/cbindgen/compare/v0.8.6...v0.8.7 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 Tue May 14 00:47:56 2019 (r501607) +++ branches/2019Q2/devel/rust-cbindgen/Makefile Tue May 14 00:57:25 2019 (r501608) @@ -2,7 +2,7 @@ PORTNAME= cbindgen DISTVERSIONPREFIX= v -DISTVERSION= 0.8.6 +DISTVERSION= 0.8.7 CATEGORIES= devel PKGNAMEPREFIX= rust- Modified: branches/2019Q2/devel/rust-cbindgen/distinfo ============================================================================== --- branches/2019Q2/devel/rust-cbindgen/distinfo Tue May 14 00:47:56 2019 (r501607) +++ branches/2019Q2/devel/rust-cbindgen/distinfo Tue May 14 00:57:25 2019 (r501608) @@ -1,4 +1,4 @@ -TIMESTAMP = 1557164554 +TIMESTAMP = 1557620993 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.6_GH0.tar.gz) = 456a8ee9ab872cdb31f829fb06294c08b5e238f1390f9f4a5b7908a6346cbbf2 -SIZE (eqrion-cbindgen-v0.8.6_GH0.tar.gz) = 114441 +SHA256 (eqrion-cbindgen-v0.8.7_GH0.tar.gz) = 6034b954a709a0041111445aa2e5656f747165eb9da0915e21b94b23f1a719f0 +SIZE (eqrion-cbindgen-v0.8.7_GH0.tar.gz) = 115462 From owner-svn-ports-branches@freebsd.org Tue May 14 08:50:26 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 E712315A92BE; Tue, 14 May 2019 08:50:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8629A8B4F2; Tue, 14 May 2019 08:50:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B8FA1EB56; Tue, 14 May 2019 08:50:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4E8oPDn001458; Tue, 14 May 2019 08:50:25 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4E8oP2U001457; Tue, 14 May 2019 08:50:25 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201905140850.x4E8oP2U001457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 14 May 2019 08:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501633 - branches/2019Q2/sysutils/most X-SVN-Group: ports-branches X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: branches/2019Q2/sysutils/most X-SVN-Commit-Revision: 501633 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8629A8B4F2 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_SHORT(-0.97)[-0.966,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: Tue, 14 May 2019 08:50:26 -0000 Author: ehaupt Date: Tue May 14 08:50:24 2019 New Revision: 501633 URL: https://svnweb.freebsd.org/changeset/ports/501633 Log: MFH: r501560 Mark MAKE_JOBS_UNSAFE due to a makefile race condition. PR: 237874 Submitted by: pkubaj@FreeBSD.org Approved by: ports-secteam (blanket) Modified: branches/2019Q2/sysutils/most/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/sysutils/most/Makefile ============================================================================== --- branches/2019Q2/sysutils/most/Makefile Tue May 14 08:46:36 2019 (r501632) +++ branches/2019Q2/sysutils/most/Makefile Tue May 14 08:50:24 2019 (r501633) @@ -22,4 +22,6 @@ PORTDOCS= README changes.txt lesskeys.rc most-fun.txt OPTIONS_DEFINE= DOCS +MAKE_JOBS_UNSAFE= yes + .include From owner-svn-ports-branches@freebsd.org Tue May 14 21:16: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 6AAFA1599067; Tue, 14 May 2019 21:16:51 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F527850E9; Tue, 14 May 2019 21:16:51 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF1F926871; Tue, 14 May 2019 21:16:50 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4ELGoDG095784; Tue, 14 May 2019 21:16:50 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ELGolr095781; Tue, 14 May 2019 21:16:50 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201905142116.x4ELGolr095781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 14 May 2019 21:16:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501669 - in branches/2019Q2/www: flashplayer linux-flashplayer X-SVN-Group: ports-branches X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in branches/2019Q2/www: flashplayer linux-flashplayer X-SVN-Commit-Revision: 501669 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0F527850E9 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.954,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, 14 May 2019 21:16:51 -0000 Author: jkim Date: Tue May 14 21:16:49 2019 New Revision: 501669 URL: https://svnweb.freebsd.org/changeset/ports/501669 Log: MFH: r501668 Update to 32.0.0.192. https://helpx.adobe.com/security/products/flash-player/apsb19-26.html Approved by: ports-secteam (blanket) Modified: branches/2019Q2/www/flashplayer/Makefile branches/2019Q2/www/linux-flashplayer/Makefile branches/2019Q2/www/linux-flashplayer/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/www/flashplayer/Makefile ============================================================================== --- branches/2019Q2/www/flashplayer/Makefile Tue May 14 21:09:09 2019 (r501668) +++ branches/2019Q2/www/flashplayer/Makefile Tue May 14 21:16:49 2019 (r501669) @@ -2,7 +2,7 @@ PORTNAME= flashplayer PORTVERSION= 32.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www multimedia DISTFILES= Modified: branches/2019Q2/www/linux-flashplayer/Makefile ============================================================================== --- branches/2019Q2/www/linux-flashplayer/Makefile Tue May 14 21:09:09 2019 (r501668) +++ branches/2019Q2/www/linux-flashplayer/Makefile Tue May 14 21:16:49 2019 (r501669) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 32.0.0.171 +PORTVERSION= 32.0.0.192 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ PKGNAMEPREFIX= linux- Modified: branches/2019Q2/www/linux-flashplayer/distinfo ============================================================================== --- branches/2019Q2/www/linux-flashplayer/distinfo Tue May 14 21:09:09 2019 (r501668) +++ branches/2019Q2/www/linux-flashplayer/distinfo Tue May 14 21:16:49 2019 (r501669) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554881679 -SHA256 (flashplayer/32.0.0.171/flash_player_npapi_linux.i386.tar.gz) = 15b029eff8f4eb3b10d7077c58e2919da4e4abb5af8e31ae229413ebfbb2c935 -SIZE (flashplayer/32.0.0.171/flash_player_npapi_linux.i386.tar.gz) = 8530615 +TIMESTAMP = 1557868014 +SHA256 (flashplayer/32.0.0.192/flash_player_npapi_linux.i386.tar.gz) = 7086378136cf3b77487d5bda5195e352b94001b1eae5e216d162079e2ad88b20 +SIZE (flashplayer/32.0.0.192/flash_player_npapi_linux.i386.tar.gz) = 8536032 From owner-svn-ports-branches@freebsd.org Wed May 15 09:42: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 23185158B25E; Wed, 15 May 2019 09:42:05 +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 B4CA2840D8; Wed, 15 May 2019 09:42:04 +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 8FDA27D78; Wed, 15 May 2019 09:42:04 +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 x4F9g4jU093304; Wed, 15 May 2019 09:42:04 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4F9g4iu093303; Wed, 15 May 2019 09:42:04 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201905150942.x4F9g4iu093303@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 15 May 2019 09:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501700 - branches/2019Q2/devel/geany X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: branches/2019Q2/devel/geany X-SVN-Commit-Revision: 501700 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B4CA2840D8 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.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,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, 15 May 2019 09:42:05 -0000 Author: madpilot Date: Wed May 15 09:42:04 2019 New Revision: 501700 URL: https://svnweb.freebsd.org/changeset/ports/501700 Log: MFH: r501697 Add explicit build depend on python, since it's actually used during the install phase. PR: 237862 Submitted by: Christopher Approved by: ports-secteam (miwi) Modified: branches/2019Q2/devel/geany/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/geany/Makefile ============================================================================== --- branches/2019Q2/devel/geany/Makefile Wed May 15 09:31:34 2019 (r501699) +++ branches/2019Q2/devel/geany/Makefile Wed May 15 09:42:04 2019 (r501700) @@ -23,7 +23,8 @@ gtk2_PKGNAMESUFFIX= -gtk2 gtk3_CONFLICTS_INSTALL= geany-gtk2 USES= compiler:c++11-lang desktop-file-utils gettext-tools gmake \ - gnome libtool localbase pathfix pkgconfig shebangfix tar:bzip2 + gnome libtool localbase pathfix pkgconfig python:build \ + shebangfix tar:bzip2 USE_GNOME= cairo intltool USE_LDCONFIG= yes From owner-svn-ports-branches@freebsd.org Fri May 17 12:04:37 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 D3D75159396B; Fri, 17 May 2019 12:04:36 +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 7385670B75; Fri, 17 May 2019 12:04:36 +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 483BD8049; Fri, 17 May 2019 12:04:36 +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 x4HC4a8j098398; Fri, 17 May 2019 12:04:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4HC4ZXZ098396; Fri, 17 May 2019 12:04:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905171204.x4HC4ZXZ098396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 May 2019 12:04:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501857 - in branches/2019Q2/www/firefox-esr: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2019Q2/www/firefox-esr: . files X-SVN-Commit-Revision: 501857 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7385670B75 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: Fri, 17 May 2019 12:04:37 -0000 Author: jbeich Date: Fri May 17 12:04:35 2019 New Revision: 501857 URL: https://svnweb.freebsd.org/changeset/ports/501857 Log: MFH: r501798 www/firefox-esr: update to 60.7.0 Changes: https://www.mozilla.org/firefox/60.7.0/releasenotes/ Approved by: ports-secteam blanket Added: branches/2019Q2/www/firefox-esr/files/patch-a-bug1502799 - copied unchanged from r501798, head/www/firefox-esr/files/patch-a-bug1502799 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 Fri May 17 12:02:08 2019 (r501856) +++ branches/2019Q2/www/firefox-esr/Makefile Fri May 17 12:04:35 2019 (r501857) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 60.6.3 +DISTVERSION= 60.7.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: branches/2019Q2/www/firefox-esr/distinfo ============================================================================== --- branches/2019Q2/www/firefox-esr/distinfo Fri May 17 12:02:08 2019 (r501856) +++ branches/2019Q2/www/firefox-esr/distinfo Fri May 17 12:04:35 2019 (r501857) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557262721 -SHA256 (firefox-60.6.3esr.source.tar.xz) = eebf34968c64cf8c007dd0da98124edf55cdda141f8b4c653e8e00b22650833e -SIZE (firefox-60.6.3esr.source.tar.xz) = 268688628 +TIMESTAMP = 1557861234 +SHA256 (firefox-60.7.0esr.source.tar.xz) = 0a5f0c1d8d1e9443d85083d37fec32e5cc15c1001ea992d49745490065b4a023 +SIZE (firefox-60.7.0esr.source.tar.xz) = 268497160 Copied: branches/2019Q2/www/firefox-esr/files/patch-a-bug1502799 (from r501798, head/www/firefox-esr/files/patch-a-bug1502799) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2019Q2/www/firefox-esr/files/patch-a-bug1502799 Fri May 17 12:04:35 2019 (r501857, copy of r501798, head/www/firefox-esr/files/patch-a-bug1502799) @@ -0,0 +1,50 @@ +commit f57498276d74 +Author: Andrea Marchesini +Date: Wed May 15 22:00:00 2019 -0700 + + Bug 1502799 - Reintroduce serialize_function, disabled by mistake by previous patches, r=emilio +--- + servo/components/style/gecko_string_cache/namespace.rs | 1 - + servo/components/style_traits/values.rs | 3 --- + 2 files changed, 4 deletions(-) + +diff --git servo/components/style/gecko_string_cache/namespace.rs servo/components/style/gecko_string_cache/namespace.rs +index 71d2fce8ff6b..92288574e145 100644 +--- servo/components/style/gecko_string_cache/namespace.rs ++++ servo/components/style/gecko_string_cache/namespace.rs +@@ -11,7 +11,6 @@ use std::fmt; + use std::ops::Deref; + use string_cache::{Atom, WeakAtom}; + +-/// aaa + #[macro_export] + macro_rules! ns { + () => { $crate::string_cache::Namespace(atom!("")) }; +diff --git servo/components/style_traits/values.rs servo/components/style_traits/values.rs +index 40209772a790..d6bd05b7b40e 100644 +--- servo/components/style_traits/values.rs ++++ servo/components/style_traits/values.rs +@@ -135,7 +135,6 @@ where + } + } + +-/* + #[macro_export] + macro_rules! serialize_function { + ($dest: expr, $name: ident($( $arg: expr, )+)) => { +@@ -153,7 +152,6 @@ macro_rules! serialize_function { + } + } + } +-*/ + + /// Convenience wrapper to serialise CSS values separated by a given string. + pub struct SequenceWriter<'a, 'b: 'a, W: 'b> { +@@ -406,7 +404,6 @@ impl_to_css_for_predefined_type!(::cssparser::RGBA); + impl_to_css_for_predefined_type!(::cssparser::Color); + impl_to_css_for_predefined_type!(::cssparser::UnicodeRange); + +-/// Define an enum type with unit variants that each correspond to a CSS keyword. + #[macro_export] + macro_rules! define_css_keyword_enum { + (pub enum $name:ident { $($variant:ident = $css:expr,)+ }) => { From owner-svn-ports-branches@freebsd.org Fri May 17 12:06:37 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 368AB1593A00; Fri, 17 May 2019 12:06:37 +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 D01B970C61; Fri, 17 May 2019 12:06:36 +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 A8A89804B; Fri, 17 May 2019 12:06:36 +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 x4HC6aep098719; Fri, 17 May 2019 12:06:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4HC6ZbF098715; Fri, 17 May 2019 12:06:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905171206.x4HC6ZbF098715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 May 2019 12:06:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501858 - in branches/2019Q2: Mk www/firefox www/firefox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2019Q2: Mk www/firefox www/firefox/files X-SVN-Commit-Revision: 501858 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D01B970C61 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: Fri, 17 May 2019 12:06:37 -0000 Author: jbeich Date: Fri May 17 12:06:35 2019 New Revision: 501858 URL: https://svnweb.freebsd.org/changeset/ports/501858 Log: MFH: r501604 r501832 www/firefox: update to 67.0 Changes: https://www.mozilla.org/firefox/67.0/releasenotes/ PR: 236651 Security: 44b6dfbf-4ef7-4d52-ad52-2b1b05d81272 Approved by: ports-secteam (miwi) Differential Revision: https://reviews.freebsd.org/D19654 Added: branches/2019Q2/www/firefox/files/patch-bug1536126 - copied unchanged from r501604, head/www/firefox/files/patch-bug1536126 Deleted: branches/2019Q2/www/firefox/files/patch-bug1513605 branches/2019Q2/www/firefox/files/patch-bug1514156 branches/2019Q2/www/firefox/files/patch-bug1527556 branches/2019Q2/www/firefox/files/patch-bug1527804 branches/2019Q2/www/firefox/files/patch-bug1530659 branches/2019Q2/www/firefox/files/patch-bug1532024 Modified: branches/2019Q2/Mk/bsd.gecko.mk branches/2019Q2/www/firefox/Makefile branches/2019Q2/www/firefox/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/Mk/bsd.gecko.mk ============================================================================== --- branches/2019Q2/Mk/bsd.gecko.mk Fri May 17 12:04:35 2019 (r501857) +++ branches/2019Q2/Mk/bsd.gecko.mk Fri May 17 12:06:35 2019 (r501858) @@ -360,7 +360,7 @@ MOZ_OPTIONS+= --enable-debug --disable-release STRIP= # ports/184285 .else MOZ_OPTIONS+= --disable-debug --disable-debug-symbols --enable-release -. if ${MOZILLA_VER:R:R} >= 67 && (${ARCH:Maarch64} || ${MACHINE_CPU:Msse2}) +. if ${MOZILLA_VER:R:R} >= 68 && (${ARCH:Maarch64} || ${MACHINE_CPU:Msse2}) MOZ_OPTIONS+= --enable-rust-simd . endif .endif Modified: branches/2019Q2/www/firefox/Makefile ============================================================================== --- branches/2019Q2/www/firefox/Makefile Fri May 17 12:04:35 2019 (r501857) +++ branches/2019Q2/www/firefox/Makefile Fri May 17 12:06:35 2019 (r501858) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 66.0.5 +DISTVERSION= 67.0 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.19:devel/nspr \ - nss>=3.42:security/nss \ +BUILD_DEPENDS= nspr>=4.21:devel/nspr \ + nss>=3.43:security/nss \ icu>=59.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=2.3.1:print/harfbuzz \ @@ -21,11 +22,11 @@ BUILD_DEPENDS= nspr>=4.19:devel/nspr \ png>=1.6.35:graphics/png \ libvorbis>=1.3.6,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ - sqlite3>=3.26:databases/sqlite3 \ + sqlite3>=3.27.2:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ - yasm:devel/yasm \ + nasm:devel/nasm \ zip:archivers/zip USE_GECKO= gecko Modified: branches/2019Q2/www/firefox/distinfo ============================================================================== --- branches/2019Q2/www/firefox/distinfo Fri May 17 12:04:35 2019 (r501857) +++ branches/2019Q2/www/firefox/distinfo Fri May 17 12:06:35 2019 (r501858) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557261981 -SHA256 (firefox-66.0.5.source.tar.xz) = a2aeb4e036d1365a2d2550e24ba8b4dde061281300f2b11a204cc1e9eb1792b5 -SIZE (firefox-66.0.5.source.tar.xz) = 282561836 +TIMESTAMP = 1558053331 +SHA256 (firefox-67.0.source.tar.xz) = 2cb937db00e35162393aa5b65d1f2280be1e62d5ee33d3e9997cccba542d791b +SIZE (firefox-67.0.source.tar.xz) = 282874008 Copied: branches/2019Q2/www/firefox/files/patch-bug1536126 (from r501604, head/www/firefox/files/patch-bug1536126) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2019Q2/www/firefox/files/patch-bug1536126 Fri May 17 12:06:35 2019 (r501858, copy of r501604, head/www/firefox/files/patch-bug1536126) @@ -0,0 +1,15 @@ +Disable RDD on Tier3 platforms due to lack of sandboxing and perf degradation. + +diff --git modules/libpref/init/StaticPrefList.h modules/libpref/init/StaticPrefList.h +index 7df0b518b267..3b309be1bfce 100644 +--- modules/libpref/init/StaticPrefList.h ++++ modules/libpref/init/StaticPrefList.h +@@ -1595,7 +1595,7 @@ VARCACHE_PREF( + # define PREF_VALUE true + #elif defined(XP_MACOSX) + # define PREF_VALUE true +-#elif defined(XP_UNIX) ++#elif defined(XP_LINUX) && !defined(ANDROID) + # define PREF_VALUE true + #else + # define PREF_VALUE false From owner-svn-ports-branches@freebsd.org Fri May 17 12:07:56 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 52EE21593AD4; Fri, 17 May 2019 12:07:56 +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 EF7D570E3F; Fri, 17 May 2019 12:07:55 +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 CA9528050; Fri, 17 May 2019 12:07:55 +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 x4HC7tYN099045; Fri, 17 May 2019 12:07:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4HC7tHF099042; Fri, 17 May 2019 12:07:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905171207.x4HC7tHF099042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 May 2019 12:07:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501860 - in branches/2019Q2: Mk mail/thunderbird www/firefox www/firefox-esr X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2019Q2: Mk mail/thunderbird www/firefox www/firefox-esr X-SVN-Commit-Revision: 501860 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EF7D570E3F 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: Fri, 17 May 2019 12:07:56 -0000 Author: jbeich Date: Fri May 17 12:07:54 2019 New Revision: 501860 URL: https://svnweb.freebsd.org/changeset/ports/501860 Log: MFH: r501856 www/firefox: restore SafeBrowsing v4 after r495403 Required for phishing protection. Not covered by uBlock Origin lists. Looks like #Mozilla didn't announce the POLA-violating change anywhere public despite backporting to ESR60. https://bugzilla.mozilla.org/show_bug.cgi?id=1531176 Approved by: ports-secteam blanket Modified: branches/2019Q2/Mk/bsd.gecko.mk branches/2019Q2/mail/thunderbird/Makefile branches/2019Q2/www/firefox-esr/Makefile branches/2019Q2/www/firefox/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/Mk/bsd.gecko.mk ============================================================================== --- branches/2019Q2/Mk/bsd.gecko.mk Fri May 17 12:07:03 2019 (r501859) +++ branches/2019Q2/Mk/bsd.gecko.mk Fri May 17 12:07:54 2019 (r501860) @@ -241,7 +241,8 @@ MOZ_OPTIONS+= --with-system-zlib \ # http://www.chromium.org/developers/how-tos/api-keys # Note: these are for FreeBSD use ONLY. For your own distribution, # please get your own set of keys. -MOZ_EXPORT+= MOZ_GOOGLE_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 +MOZ_EXPORT+= MOZ_GOOGLE_LOCATION_SERVICE_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 +MOZ_EXPORT+= MOZ_GOOGLE_SAFEBROWSING_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 .if ${PORT_OPTIONS:MGTK2} MOZ_TOOLKIT= cairo-gtk2 Modified: branches/2019Q2/mail/thunderbird/Makefile ============================================================================== --- branches/2019Q2/mail/thunderbird/Makefile Fri May 17 12:07:03 2019 (r501859) +++ branches/2019Q2/mail/thunderbird/Makefile Fri May 17 12:07:54 2019 (r501860) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 60.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source Modified: branches/2019Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2019Q2/www/firefox-esr/Makefile Fri May 17 12:07:03 2019 (r501859) +++ branches/2019Q2/www/firefox-esr/Makefile Fri May 17 12:07:54 2019 (r501860) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 60.7.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: branches/2019Q2/www/firefox/Makefile ============================================================================== --- branches/2019Q2/www/firefox/Makefile Fri May 17 12:07:03 2019 (r501859) +++ branches/2019Q2/www/firefox/Makefile Fri May 17 12:07:54 2019 (r501860) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 67.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \