View | Details | Raw Unified | Return to bug 279903
Collapse All | Expand All

(-)b/security/libgpg-error/Makefile (-3 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	libgpg-error
1
PORTNAME=	libgpg-error
2
DISTVERSION=	1.49
2
DISTVERSION=	1.50
3
CATEGORIES=	security devel
3
CATEGORIES=	security devel
4
MASTER_SITES=	GNUPG
4
MASTER_SITES=	GNUPG
5
5
Lines 17-28 CPE_VENDOR= gnupg Link Here
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
INSTALL_TARGET=	install-strip
20
INSTALL_TARGET= install-strip
21
21
22
DOCS=		AUTHORS ChangeLog NEWS README
22
DOCS=		AUTHORS ChangeLog NEWS README
23
INFO=		gpgrt
23
INFO=		gpgrt
24
24
25
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
26
CONFIGURE_ARGS=		--enable-static=yes \
25
CONFIGURE_ARGS=		--enable-static=yes \
27
			--enable-install-gpg-error-config
26
			--enable-install-gpg-error-config
28
27
(-)b/security/libgpg-error/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1714755898
1
TIMESTAMP = 1718990852
2
SHA256 (libgpg-error-1.49.tar.bz2) = 8b79d54639dbf4abc08b5406fb2f37e669a2dec091dd024fb87dd367131c63a9
2
SHA256 (libgpg-error-1.50.tar.bz2) = 69405349e0a633e444a28c5b35ce8f14484684518a508dc48a089992fe93e20a
3
SIZE (libgpg-error-1.49.tar.bz2) = 1081175
3
SIZE (libgpg-error-1.50.tar.bz2) = 1082003
(-)b/security/libgpg-error/files/patch-git-01-a59e902b887fd92337c9728f668cf9c89da3957a (+30 lines)
Added Link Here
1
From a59e902b887fd92337c9728f668cf9c89da3957a Mon Sep 17 00:00:00 2001
2
From: Werner Koch <wk@gnupg.org>
3
Date: Thu, 20 Jun 2024 12:05:15 +0200
4
Subject: [PATCH] core: Declare environ for macOS and others.
5
6
* src/spawn-posix.c (environ): Declare.
7
--
8
9
GnuPG-bug-id: 7169
10
---
11
 src/spawn-posix.c | 3 +++
12
 1 file changed, 3 insertions(+)
13
14
diff --git a/src/spawn-posix.c b/src/spawn-posix.c
15
index 7de02a9..96f1536 100644
16
--- src/spawn-posix.c
17
+++ src/spawn-posix.c
18
@@ -57,6 +57,9 @@
19
 
20
 #include "gpgrt-int.h"
21
 
22
+/* (Only glibc's unistd.h declares this iff _GNU_SOURCE is used.)  */
23
+extern char **environ;
24
+
25
 
26
 /* Definition for the gpgrt_spawn_actions_t.  Note that there is a
27
  * different one for Windows.  */
28
-- 
29
2.30.2
30
(-)b/security/libgpg-error/pkg-plist (-1 / +1 lines)
Lines 7-13 include/gpgrt.h Link Here
7
lib/libgpg-error.a
7
lib/libgpg-error.a
8
lib/libgpg-error.so
8
lib/libgpg-error.so
9
lib/libgpg-error.so.0
9
lib/libgpg-error.so.0
10
lib/libgpg-error.so.0.36.0
10
lib/libgpg-error.so.0.37.0
11
libdata/pkgconfig/gpg-error.pc
11
libdata/pkgconfig/gpg-error.pc
12
share/man/man1/gpg-error-config.1.gz
12
share/man/man1/gpg-error-config.1.gz
13
share/man/man1/gpgrt-config.1.gz
13
share/man/man1/gpgrt-config.1.gz

Return to bug 279903