diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-09-12 14:37:32 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-09-12 14:37:32 +0000 |
commit | ce5d52e353ed7c055f197845345790db33758560 (patch) | |
tree | 0e8b517f013bdcf9190a58b805dbdea9b5dba708 /security | |
parent | ebc7d38523de283be3afcc6d19197b36c5b75501 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg-devel/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg-devel/distinfo | 4 | ||||
-rw-r--r-- | security/gnupg-devel/files/patch-agent-command_ssh.c | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile index 5783add0eb86..c60a4ab2b0d2 100644 --- a/security/gnupg-devel/Makefile +++ b/security/gnupg-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnupg -PORTVERSION= 1.9.17 +PORTVERSION= 1.9.19 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/gnupg diff --git a/security/gnupg-devel/distinfo b/security/gnupg-devel/distinfo index b1e6b8eb8a6b..f390027b5cd0 100644 --- a/security/gnupg-devel/distinfo +++ b/security/gnupg-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (gnupg-1.9.17.tar.bz2) = a1bf98c5ec0c5c316b4ae6f017f02fa3 -SIZE (gnupg-1.9.17.tar.bz2) = 1750557 +MD5 (gnupg-1.9.19.tar.bz2) = 8084256a61aa90e0173d436bf1e6f82b +SIZE (gnupg-1.9.19.tar.bz2) = 1760576 diff --git a/security/gnupg-devel/files/patch-agent-command_ssh.c b/security/gnupg-devel/files/patch-agent-command_ssh.c deleted file mode 100644 index 23964bac22b4..000000000000 --- a/security/gnupg-devel/files/patch-agent-command_ssh.c +++ /dev/null @@ -1,11 +0,0 @@ ---- agent/command-ssh.c.orig Fri Jun 24 17:04:13 2005 -+++ agent/command-ssh.c Fri Jun 24 17:04:23 2005 -@@ -1988,7 +1988,7 @@ - gcry_sexp_t valuelist = NULL; - gcry_sexp_t sublist = NULL; - gcry_mpi_t sig_value = NULL; -- unsigned char *sig_blob = NULL;; -+ unsigned char *sig_blob = NULL; - size_t sig_blob_n = 0; - char *identifier = NULL; - const char *identifier_raw; |