diff options
author | lofi <lofi@FreeBSD.org> | 2005-09-12 14:37:32 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-09-12 14:37:32 +0000 |
commit | 32a885de30b274b93fe25e81428d33a838f08455 (patch) | |
tree | 3d46a8aee3c59b4ffb1e06197ef5d23805f37ed2 /security/gnupg-devel | |
parent | 1aed20573f2c4584ca1fa77c67448ad27b943537 (diff) | |
download | FreeBSD-ports-32a885de30b274b93fe25e81428d33a838f08455.zip FreeBSD-ports-32a885de30b274b93fe25e81428d33a838f08455.tar.gz |
Update to 1.9.19
Diffstat (limited to 'security/gnupg-devel')
-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 5783add..c60a4ab 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 b1e6b8e..f390027 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 23964ba..0000000 --- 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; |