pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/opencdk Update to 0.6.6:
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f364dc80239
branches: trunk
changeset: 535836:0f364dc80239
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Nov 29 16:35:12 2007 +0000
description:
Update to 0.6.6:
Noteworthy changes in version 0.6.6 (2007-11-15)
------------------------------------------------
* Slightly adjust the stream code.
The check for fflush is omitted because the return
value might be undefined. This fixes a problem reported
from the NetBSD team.
* Don't use __inline__ in src/cipher.c (breaks on Sun CC).
diffstat:
security/opencdk/Makefile | 4 ++--
security/opencdk/distinfo | 9 ++++-----
security/opencdk/patches/patch-aa | 15 ---------------
3 files changed, 6 insertions(+), 22 deletions(-)
diffs (45 lines):
diff -r 5fa70cd936d9 -r 0f364dc80239 security/opencdk/Makefile
--- a/security/opencdk/Makefile Thu Nov 29 16:29:26 2007 +0000
+++ b/security/opencdk/Makefile Thu Nov 29 16:35:12 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2007/11/08 19:43:37 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2007/11/29 16:35:12 wiz Exp $
-DISTNAME= opencdk-0.6.5
+DISTNAME= opencdk-0.6.6
CATEGORIES= security devel
MASTER_SITES= http://www.stud.uni-hannover.de/~twoaday/opencdk/ \
http://josefsson.org/gnutls/releases/opencdk/ \
diff -r 5fa70cd936d9 -r 0f364dc80239 security/opencdk/distinfo
--- a/security/opencdk/distinfo Thu Nov 29 16:29:26 2007 +0000
+++ b/security/opencdk/distinfo Thu Nov 29 16:35:12 2007 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.18 2007/11/08 19:43:38 wiz Exp $
+$NetBSD: distinfo,v 1.19 2007/11/29 16:35:12 wiz Exp $
-SHA1 (opencdk-0.6.5.tar.bz2) = 62d66ec8eb82bab61cb64dd022ed341653c90bb3
-RMD160 (opencdk-0.6.5.tar.bz2) = c088d2ae79c5894995dbdcf333550b57111d4e44
-Size (opencdk-0.6.5.tar.bz2) = 481673 bytes
-SHA1 (patch-aa) = 1cb44fe1abf4805fa1600bc5e7929fcad9704133
+SHA1 (opencdk-0.6.6.tar.bz2) = ad333a55632eca9b7d035d3cc5c7f0b0342cb14e
+RMD160 (opencdk-0.6.6.tar.bz2) = 22192415cdbe80d5f5338a7d24d9225ef3265639
+Size (opencdk-0.6.6.tar.bz2) = 481904 bytes
diff -r 5fa70cd936d9 -r 0f364dc80239 security/opencdk/patches/patch-aa
--- a/security/opencdk/patches/patch-aa Thu Nov 29 16:29:26 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2007/11/08 19:43:38 wiz Exp $
-
---- src/stream.c.orig 2007-05-15 15:57:14.000000000 +0200
-+++ src/stream.c
-@@ -1015,8 +1015,8 @@ stream_flush (cdk_stream_t s)
- {
- assert (s);
-
-- if (fflush (s->fp))
-- return CDK_File_Error;
-+ /* behaviour undefined if stream is not output or update */
-+ (void)fflush (s->fp);
- return 0;
- }
-
Home |
Main Index |
Thread Index |
Old Index