summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2007-06-15 22:42:33 +0000
committerwiz <wiz>2007-06-15 22:42:33 +0000
commit4ebe0cfb3dc3f9669034379c3060a267b72bfe89 (patch)
treef9619560f01e46d1a89e07d6d42655d4aa9e0f1b /security
parent8cfe005b02993df9c17af34ef54d76450a913f95 (diff)
downloadpkgsrc-4ebe0cfb3dc3f9669034379c3060a267b72bfe89.tar.gz
Update to 0.6.4:
Noteworthy changes in version 0.6.4 (2007-06-12) ------------------------------------------------ * Make sure the test suite uses non-guessable file names for temporary files. * Fix a problem in the file handling code. Noteworthy changes in version 0.6.3 (2007-06-06) ------------------------------------------------ * Remove unused references in the opencdk config script. This fixes an error because a variable were not referenced. Interface changes relative to 0.6.2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdk_dek_get_cipher NEW cdk_dek_get_mdc_flag NEW Noteworthy changes in version 0.6.2 (2007-05-25) ------------------------------------------------ * Fix versioning script of the library. * Bug fixes for the remaining memory leaks. * Better way to handle gcrypt initialization. Interface changes relative to 0.6.1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cdk_lit_format_t NEW functions: cdk_pk_to_fingerprint NEW
Diffstat (limited to 'security')
-rw-r--r--security/opencdk/Makefile7
-rw-r--r--security/opencdk/distinfo10
-rw-r--r--security/opencdk/patches/patch-aa13
-rw-r--r--security/opencdk/patches/patch-ab11
4 files changed, 8 insertions, 33 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile
index e308400be1b..2744a9afdda 100644
--- a/security/opencdk/Makefile
+++ b/security/opencdk/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2007/06/06 06:11:16 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2007/06/15 22:42:33 wiz Exp $
-DISTNAME= opencdk-0.6.1
+DISTNAME= opencdk-0.6.4
CATEGORIES= security devel
-MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ \
+MASTER_SITES= http://www.stud.uni-hannover.de/~twoaday/opencdk/ \
+ http://josefsson.org/gnutls/releases/opencdk/ \
ftp://ftp.gnutls.org/pub/gnutls/opencdk/ \
http://www.gnu.org/software/gnutls/releases/opencdk/
EXTRACT_SUFX= .tar.bz2
diff --git a/security/opencdk/distinfo b/security/opencdk/distinfo
index b3586d8d30a..232c8393041 100644
--- a/security/opencdk/distinfo
+++ b/security/opencdk/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.16 2007/06/06 06:11:16 wiz Exp $
+$NetBSD: distinfo,v 1.17 2007/06/15 22:42:33 wiz Exp $
-SHA1 (opencdk-0.6.1.tar.bz2) = 4f2ab4cf8104004a4c46bc27aeef9b5a438e5171
-RMD160 (opencdk-0.6.1.tar.bz2) = 6297b797e2df2d7f96bbf22813b8a5d1a71fac05
-Size (opencdk-0.6.1.tar.bz2) = 468452 bytes
-SHA1 (patch-aa) = d199fca6021f078e3d9a5075d3916b5c5b262a4e
-SHA1 (patch-ab) = 19829ded621e38db1500dd479d8747f297d2da13
+SHA1 (opencdk-0.6.4.tar.bz2) = 86cb010c9d1888f3390948d4948986d87cf1abb4
+RMD160 (opencdk-0.6.4.tar.bz2) = 789c0356824296f153df9f7ac6ffe6b08e33e74e
+Size (opencdk-0.6.4.tar.bz2) = 479117 bytes
diff --git a/security/opencdk/patches/patch-aa b/security/opencdk/patches/patch-aa
deleted file mode 100644
index 7228f26e8a3..00000000000
--- a/security/opencdk/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2007/06/06 06:11:16 wiz Exp $
-
---- src/opencdk-config.in.orig 2007-04-15 11:05:34.000000000 +0000
-+++ src/opencdk-config.in
-@@ -14,7 +14,7 @@ prefix=@prefix@
- exec_prefix=@exec_prefix@
- exec_prefix_set=no
-
--opencdk_libs="@LIBOPENCDK_LIBS@ @LTLIBZ@"
-+opencdk_libs="@LIBOPENCDK_LIBS@"
- opencdk_cflags="@LIBOPENCDK_CFLAGS@"
-
- usage()
diff --git a/security/opencdk/patches/patch-ab b/security/opencdk/patches/patch-ab
deleted file mode 100644
index 9f575d2a137..00000000000
--- a/security/opencdk/patches/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2007/06/06 06:11:17 wiz Exp $
-
---- src/opencdk.pc.in.orig 2006-08-07 06:27:48.000000000 +0000
-+++ src/opencdk.pc.in
-@@ -19,5 +19,5 @@ Name: OpenCDK
- Description: OpenCDK - Open Crypto Development Kit
- Version: @VERSION@
- Libs: -L${libdir} -lopencdk
--Libs.private: @LIBOPENCDK_LIBS@ @LTLIBZ@
-+Libs.private: @LIBOPENCDK_LIBS@
- Cflags: -I${includedir}