Skip to content

Commit

Permalink
databases/pglogical: Security update to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
infracaninophile committed Jun 6, 2021
1 parent 97746a8 commit fc84d43
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
7 changes: 2 additions & 5 deletions databases/pglogical/Makefile
Expand Up @@ -2,15 +2,15 @@

PORTNAME= pglogical
DISTVERSIONPREFIX= REL
DISTVERSION= 2_3_3
DISTVERSION= 2_3_4
CATEGORIES= databases

MAINTAINER= matthew@FreeBSD.org
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
Expand All @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions databases/pglogical/distinfo
@@ -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
6 changes: 3 additions & 3 deletions databases/pglogical/files/patch-pglogical__fe.c
@@ -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"
2 changes: 2 additions & 0 deletions databases/pglogical/pkg-plist
Expand Up @@ -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

0 comments on commit fc84d43

Please sign in to comment.