Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2025 14:28:11 GMT
From:      =?utf-8?Q?Lo=C3=AFc?= Bartoletti <lbartoletti@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 601e606a924a - main - databases/postgresql-ogr_fdw: Add patches to fix a server core dump
Message-ID:  <202503011428.521ESBuD025797@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by lbartoletti:

URL: https://cgit.FreeBSD.org/ports/commit/?id=601e606a924a345326cfa2c05085b42fafefb651

commit 601e606a924a345326cfa2c05085b42fafefb651
Author:     Martin Birgmeier <d8zNeCFG@aon.at>
AuthorDate: 2025-03-01 14:26:19 +0000
Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2025-03-01 14:27:56 +0000

    databases/postgresql-ogr_fdw: Add patches to fix a server core dump
    
    Patches taken from https://github.com/pramsey/pgsql-ogr-fdw/issues/263
    
    PR:             282948
    Reported by:    Martin Birgmeier <d8zNeCFG@aon.at>
---
 databases/postgresql-ogr_fdw/Makefile | 7 ++++++-
 databases/postgresql-ogr_fdw/distinfo | 8 +++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/databases/postgresql-ogr_fdw/Makefile b/databases/postgresql-ogr_fdw/Makefile
index 05ecb29a33c3..947a0c510fe5 100644
--- a/databases/postgresql-ogr_fdw/Makefile
+++ b/databases/postgresql-ogr_fdw/Makefile
@@ -1,10 +1,15 @@
 PORTNAME=	ogr_fdw
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 PKGNAMEPREFIX=	postgresql${PGSQL_VER:S/.//}-
 
+PATCH_SITES=	https://github.com/pramsey/pgsql-ogr-fdw/commit/
+PATCHFILES=	e22a6f9ac5f3f537c089ae39a1b96d1d1b7cc7c2.patch:-p1 \
+		91731ce5fd51533590166e052f7c2b0831afca50.patch:-p1 \
+		db95be3fddf9e0f2548e00ce12cfc0a75cb9d1d9.patch:-p1
+
 MAINTAINER=	lbartoletti@FreeBSD.org
 COMMENT=	PostgreSQL foreign data wrapper for OGR
 WWW=		https://github.com/pramsey/pgsql-ogr-fdw
diff --git a/databases/postgresql-ogr_fdw/distinfo b/databases/postgresql-ogr_fdw/distinfo
index 2673a33afeb3..4324dbce0b60 100644
--- a/databases/postgresql-ogr_fdw/distinfo
+++ b/databases/postgresql-ogr_fdw/distinfo
@@ -1,3 +1,9 @@
-TIMESTAMP = 1722405215
+TIMESTAMP = 1740238326
 SHA256 (pramsey-pgsql-ogr-fdw-v1.1.5_GH0.tar.gz) = 820842a4bd3889d82e767f4eea49954daa894f315e24614650022154446a55d0
 SIZE (pramsey-pgsql-ogr-fdw-v1.1.5_GH0.tar.gz) = 255508
+SHA256 (e22a6f9ac5f3f537c089ae39a1b96d1d1b7cc7c2.patch) = 7a05edb7b20eda3a7a8e8429632a2e61c093deeabbb38860c761a88b21dac957
+SIZE (e22a6f9ac5f3f537c089ae39a1b96d1d1b7cc7c2.patch) = 2114
+SHA256 (91731ce5fd51533590166e052f7c2b0831afca50.patch) = 7a73acc5c8347616ea128051fabdbe5d78b649cc22ad58f5bd879cb7179e426f
+SIZE (91731ce5fd51533590166e052f7c2b0831afca50.patch) = 622
+SHA256 (db95be3fddf9e0f2548e00ce12cfc0a75cb9d1d9.patch) = 3844b5fc89be556fa16648db844bcb05f431f449f73f9dd88bd43463806fbb5a
+SIZE (db95be3fddf9e0f2548e00ce12cfc0a75cb9d1d9.patch) = 4516


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503011428.521ESBuD025797>