pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libgcrypt Update to 1.2.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a9d486b6d6d
branches: trunk
changeset: 500319:9a9d486b6d6d
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Oct 06 12:20:41 2005 +0000
description:
Update to 1.2.2:
Noteworthy changes in version 1.2.2 (2005-10-05}
------------------------------------------------
* Made the RNG immune against fork without exec.
* Minor changes to some function declarations. Buffer arguments are
now typed as void pointer. This should not affect any compilation.
* A bug in the definition of gcry_cipher_register has been fixed.
* Interface changes relative to the 1.2.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcry_cipher_encrypt CHANGED: Arguments IN and OUT are now void*.
gcry_cipher_decrypt CHANGED: Arguments IN and OUT are now void*.
gcry_create_nonce CHANGED: Argument BUFFER is now void*.
gcry_md_ctl CHANGED: Argument BUFFER is now void*.
gcry_sexp_sprint CHANGED: Argument BUFFER is now void*.
gcry_mpi_scan CHANGED: Argument BUFFER is now void*.
gcry_cipher_register CHANGED: Argument ALGORITHM_ID is now int*.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diffstat:
security/libgcrypt/Makefile | 4 ++--
security/libgcrypt/distinfo | 10 +++++-----
security/libgcrypt/patches/patch-ae | 18 +++++++++---------
3 files changed, 16 insertions(+), 16 deletions(-)
diffs (70 lines):
diff -r d266ae6b5903 -r 9a9d486b6d6d security/libgcrypt/Makefile
--- a/security/libgcrypt/Makefile Thu Oct 06 11:51:44 2005 +0000
+++ b/security/libgcrypt/Makefile Thu Oct 06 12:20:41 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2005/04/11 21:47:13 tv Exp $
+# $NetBSD: Makefile,v 1.27 2005/10/06 12:20:41 wiz Exp $
-DISTNAME= libgcrypt-1.2.1
+DISTNAME= libgcrypt-1.2.2
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/
diff -r d266ae6b5903 -r 9a9d486b6d6d security/libgcrypt/distinfo
--- a/security/libgcrypt/distinfo Thu Oct 06 11:51:44 2005 +0000
+++ b/security/libgcrypt/distinfo Thu Oct 06 12:20:41 2005 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.15 2005/03/10 15:38:33 tv Exp $
+$NetBSD: distinfo,v 1.16 2005/10/06 12:20:41 wiz Exp $
-SHA1 (libgcrypt-1.2.1.tar.gz) = 8627d483e26e73b4cfabb4807ae8423875c37cda
-RMD160 (libgcrypt-1.2.1.tar.gz) = c99e5d36a8af2e78d49b61681635997960e50360
-Size (libgcrypt-1.2.1.tar.gz) = 960872 bytes
+SHA1 (libgcrypt-1.2.2.tar.gz) = fdf3638c0de619343c5f2291a3e8b9fe610425ce
+RMD160 (libgcrypt-1.2.2.tar.gz) = 381bc5f9be84f353d82b665e69d4d202f4552aae
+Size (libgcrypt-1.2.2.tar.gz) = 959875 bytes
SHA1 (patch-aa) = d8f659e4aac872abb152252731fd29bdaac635e3
SHA1 (patch-ab) = bd713f7cbc6782ced8c2fd2b5541ac52d2a10fbe
SHA1 (patch-ac) = bc846d21e3842103ec50679d69169a8472c12a66
SHA1 (patch-ad) = f32281612b51c5bb3788cf03c6f5615bdfc0d3e8
-SHA1 (patch-ae) = 90fe2a6c71c5311ae9c32de05de5dc5849b7161b
+SHA1 (patch-ae) = 7285281151403af32837e24b795959899d6a3bcb
SHA1 (patch-af) = f62f9f5b8ebc9e5f3a2570ec609de66e2d77e587
diff -r d266ae6b5903 -r 9a9d486b6d6d security/libgcrypt/patches/patch-ae
--- a/security/libgcrypt/patches/patch-ae Thu Oct 06 11:51:44 2005 +0000
+++ b/security/libgcrypt/patches/patch-ae Thu Oct 06 12:20:41 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ae,v 1.2 2005/03/10 15:38:33 tv Exp $
+$NetBSD: patch-ae,v 1.3 2005/10/06 12:20:41 wiz Exp $
---- src/ath.h.orig Thu Nov 25 14:29:26 2004
+--- src/ath.h.orig 2005-07-29 15:45:42.000000000 +0200
+++ src/ath.h
@@ -31,6 +31,12 @@
@@ -30,18 +30,18 @@
#else
ssize_t (*select) (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
struct timeval *timeout);
-@@ -117,6 +131,14 @@ ssize_t ath_select (int nfd, void *rset,
- ssize_t ath_waitpid (pid_t pid, int *status, int options);
- int ath_accept (int s, void *addr, int *length_ptr);
+@@ -119,6 +133,14 @@ int ath_accept (int s, void *addr, int *
int ath_connect (int s, void *addr, int length);
-+int ath_sendmsg (int s, const void *msg, int flags);
-+int ath_recvmsg (int s, void *msg, int flags);
+ int ath_sendmsg (int s, const void *msg, int flags);
+ int ath_recvmsg (int s, void *msg, int flags);
+#elif defined(__INTERIX)
+ssize_t ath_select (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
+ struct timeval *timeout);
+ssize_t ath_waitpid (pid_t pid, int *status, int options);
+int ath_accept (int s, struct sockaddr *addr, socklen_t *length_ptr);
+int ath_connect (int s, struct sockaddr *addr, socklen_t length);
- int ath_sendmsg (int s, const void *msg, int flags);
- int ath_recvmsg (int s, void *msg, int flags);
++int ath_sendmsg (int s, const void *msg, int flags);
++int ath_recvmsg (int s, void *msg, int flags);
#else
+ ssize_t ath_select (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
+ struct timeval *timeout);
Home |
Main Index |
Thread Index |
Old Index