View | Details | Raw Unified | Return to bug 272083 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/gnupg/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	gnupg
1
PORTNAME=	gnupg
2
DISTVERSION=	2.3.8
2
DISTVERSION=	2.4.2
3
CATEGORIES=	security
3
CATEGORIES=	security
4
MASTER_SITES=	GNUPG
4
MASTER_SITES=	GNUPG
5
5
(-)b/security/gnupg/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1666020426
1
TIMESTAMP = 1687200963
2
SHA256 (gnupg-2.3.8.tar.bz2) = 540b7a40e57da261fb10ef521a282e0021532a80fd023e75fb71757e8a4969ed
2
SHA256 (gnupg-2.4.2.tar.bz2) = 97eb47df8ae5a3ff744f868005a090da5ab45cb48ee9836dbf5ee739a4e5cf49
3
SIZE (gnupg-2.3.8.tar.bz2) = 7644926
3
SIZE (gnupg-2.4.2.tar.bz2) = 7346587
(-)a/security/gnupg/files/patch-dirmngr_server.c (-13 lines)
Removed Link Here
1
--- dirmngr/server.c.orig	2022-10-07 13:23:50 UTC
2
+++ dirmngr/server.c
3
@@ -3137,8 +3137,10 @@ start_command_handler (assuan_fd_t fd, unsigned int se
4
                ctrl->refcount);
5
   else
6
     {
7
+#if USE_LDAP
8
       ks_ldap_free_state (ctrl->ks_get_state);
9
       ctrl->ks_get_state = NULL;
10
+#endif /*USE_LDAP*/
11
       release_ctrl_ocsp_certs (ctrl);
12
       xfree (ctrl->server_local);
13
       dirmngr_deinit_default_ctrl (ctrl);
(-)b/security/gnupg/pkg-plist (-12 lines)
Lines 55-78 sbin/applygnupgdefaults Link Here
55
%%PORTDOCS%%%%DOCSDIR%%/OpenPGP
55
%%PORTDOCS%%%%DOCSDIR%%/OpenPGP
56
%%PORTDOCS%%%%DOCSDIR%%/README
56
%%PORTDOCS%%%%DOCSDIR%%/README
57
%%PORTDOCS%%%%DOCSDIR%%/TRANSLATE
57
%%PORTDOCS%%%%DOCSDIR%%/TRANSLATE
58
%%PORTDOCS%%%%DOCSDIR%%/examples/Automatic.prf
59
%%PORTDOCS%%%%DOCSDIR%%/examples/README
58
%%PORTDOCS%%%%DOCSDIR%%/examples/README
60
%%PORTDOCS%%%%DOCSDIR%%/examples/VS-NfD.prf
61
%%PORTDOCS%%%%DOCSDIR%%/examples/common.conf
59
%%PORTDOCS%%%%DOCSDIR%%/examples/common.conf
62
%%PORTDOCS%%%%DOCSDIR%%/examples/debug.prf
63
%%PORTDOCS%%%%DOCSDIR%%/examples/gpgconf.conf
60
%%PORTDOCS%%%%DOCSDIR%%/examples/gpgconf.conf
64
%%PORTDOCS%%%%DOCSDIR%%/examples/gpgconf.rnames
61
%%PORTDOCS%%%%DOCSDIR%%/examples/gpgconf.rnames
65
%%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list
62
%%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list
66
%%PORTDOCS%%%%DOCSDIR%%/examples/qualified.txt
63
%%PORTDOCS%%%%DOCSDIR%%/examples/qualified.txt
67
%%PORTDOCS%%%%DOCSDIR%%/examples/scd-event
64
%%PORTDOCS%%%%DOCSDIR%%/examples/scd-event
68
%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/README
69
%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/dirmngr.service
70
%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/dirmngr.socket
71
%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent-browser.socket
72
%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent-extra.socket
73
%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent-ssh.socket
74
%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent.service
75
%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent.socket
76
%%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt
65
%%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt
77
%%PORTDOCS%%%%DOCSDIR%%/help.be.txt
66
%%PORTDOCS%%%%DOCSDIR%%/help.be.txt
78
%%PORTDOCS%%%%DOCSDIR%%/help.ca.txt
67
%%PORTDOCS%%%%DOCSDIR%%/help.ca.txt
79
- 

Return to bug 272083