Date: Fri, 24 Jun 2022 10:20:46 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5d47f98268fa - main - databases/rubygem-pg_query: update to 2.1.3 Message-ID: <202206241020.25OAKkJO031421@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d47f98268faaba64c108f82423bdef15063416e commit 5d47f98268faaba64c108f82423bdef15063416e Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2022-06-24 09:51:51 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2022-06-24 10:20:03 +0000 databases/rubygem-pg_query: update to 2.1.3 Required for gitlab-ce 15.1. Changelog: https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md 2.1.3 2022-01-28 Track tables in EXCEPT and INTERSECT queries (#239) Get filter_columns working with UNION/EXCEPT/INTERSECT (#240) Update google-protobuf to address CVE scanner complaints Note that none of the CVEs apply to pg_query, but this avoids unnecessary errors when the google-protobuf dependency is pulled in --- databases/rubygem-pg_query/Makefile | 4 ++-- databases/rubygem-pg_query/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/rubygem-pg_query/Makefile b/databases/rubygem-pg_query/Makefile index 731e5ef3321e..6e73a5e85083 100644 --- a/databases/rubygem-pg_query/Makefile +++ b/databases/rubygem-pg_query/Makefile @@ -1,7 +1,7 @@ # Created by: Matthias Fechner <mfechner@FreeBSD.org> PORTNAME= pg_query -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= rubygem-pathname>0:devel/rubygem-pathname -RUN_DEPENDS= rubygem-google-protobuf>=3.17.1:devel/rubygem-google-protobuf +RUN_DEPENDS= rubygem-google-protobuf>=3.19.2:devel/rubygem-google-protobuf USES= gem USE_RUBY= yes diff --git a/databases/rubygem-pg_query/distinfo b/databases/rubygem-pg_query/distinfo index 0505cafdca98..1ed64edf07df 100644 --- a/databases/rubygem-pg_query/distinfo +++ b/databases/rubygem-pg_query/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636810305 -SHA256 (rubygem/pg_query-2.1.2.gem) = d9a95f0ec05889b51ea06c8c21fd70a7a13dcf8e2837e139940e9c24334f1dd1 -SIZE (rubygem/pg_query-2.1.2.gem) = 2147840 +TIMESTAMP = 1655734692 +SHA256 (rubygem/pg_query-2.1.3.gem) = f3dd4b4c88c638eab48e9274f0dd88c584b60f8da58e3008b873192fe1e47001 +SIZE (rubygem/pg_query-2.1.3.gem) = 2147840
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206241020.25OAKkJO031421>