Skip to content

Commit

Permalink
databases/rubygem-pg_query: update to 2.1.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mfechner committed Jun 24, 2022
1 parent cce6539 commit 5d47f98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions databases/rubygem-pg_query/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions databases/rubygem-pg_query/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5d47f98

Please sign in to comment.