mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
databases/pglogical: Security update to 2.3.4
ChangeLog: https://github.com/2ndQuadrant/pglogical/releases/tag/REL2_3_4 MFH: 2021Q2
This commit is contained in:
parent
97746a888e
commit
fc84d439be
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= pglogical
|
||||
DISTVERSIONPREFIX= REL
|
||||
DISTVERSION= 2_3_3
|
||||
DISTVERSION= 2_3_4
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= matthew@FreeBSD.org
|
||||
@ -10,7 +10,7 @@ COMMENT= Logical replication system as a PostgreSQL extension
|
||||
|
||||
LICENSE= PostgreSQL
|
||||
|
||||
USES= compiler:c11 gettext-runtime gmake pgsql:9.4+
|
||||
USES= compiler:c11 gettext-runtime gmake pgsql
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= 2ndQuadrant
|
||||
@ -36,9 +36,6 @@ post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pglogical_create_subscriber
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pglogical.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pglogical_output.so
|
||||
.if ${PGSQL_VER:M9.4}
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pglogical_dump
|
||||
.endif
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1602345149
|
||||
SHA256 (2ndQuadrant-pglogical-REL2_3_3_GH0.tar.gz) = 4bbd35693f2ab21e0238a1d0981066348bb901cf64d87ebaee228cdb25694f21
|
||||
SIZE (2ndQuadrant-pglogical-REL2_3_3_GH0.tar.gz) = 269610
|
||||
TIMESTAMP = 1622787917
|
||||
SHA256 (2ndQuadrant-pglogical-REL2_3_4_GH0.tar.gz) = 79ad98210222b391011f4cb2daa22816ad0dba44acdc9922f9724d957013cee2
|
||||
SIZE (2ndQuadrant-pglogical-REL2_3_4_GH0.tar.gz) = 271914
|
||||
SHA256 (2ndQuadrant-pglogical_dump-f66606d_GH0.tar.gz) = 09666d5927fe071c9a2ef64eb7028f793cfea10510a3d17e8ef4335349291e63
|
||||
SIZE (2ndQuadrant-pglogical_dump-f66606d_GH0.tar.gz) = 206722
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- pglogical_fe.c.orig 2018-03-17 09:48:56 UTC
|
||||
--- pglogical_fe.c.orig 2021-06-06 20:18:17 UTC
|
||||
+++ pglogical_fe.c
|
||||
@@ -10,6 +10,8 @@
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
+#include <sys/wait.h>
|
||||
+#include "sys/wait.h"
|
||||
+
|
||||
#include "libpq-fe.h"
|
||||
#include "postgres_fe.h"
|
||||
|
||||
#include "pglogical_fe.h"
|
||||
|
@ -28,7 +28,9 @@ share/postgresql/extension/pglogical--2.3.1--2.3.2.sql
|
||||
share/postgresql/extension/pglogical--2.3.1.sql
|
||||
share/postgresql/extension/pglogical--2.3.2--2.3.3.sql
|
||||
share/postgresql/extension/pglogical--2.3.2.sql
|
||||
share/postgresql/extension/pglogical--2.3.3--2.3.4.sql
|
||||
share/postgresql/extension/pglogical--2.3.3.sql
|
||||
share/postgresql/extension/pglogical--2.3.4.sql
|
||||
share/postgresql/extension/pglogical.control
|
||||
share/postgresql/extension/pglogical_origin--1.0.0.sql
|
||||
share/postgresql/extension/pglogical_origin.control
|
||||
|
Loading…
Reference in New Issue
Block a user