Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/lib update version string to 2010...



details:   https://anonhg.NetBSD.org/src/rev/5bec46ffc9d0
branches:  trunk
changeset: 758405:5bec46ffc9d0
user:      agc <agc%NetBSD.org@localhost>
date:      Thu Nov 04 07:02:25 2010 +0000

description:
update version string to 20101103

diffstat:

 crypto/external/bsd/netpgp/lib/config.h |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 60f65698ea3d -r 5bec46ffc9d0 crypto/external/bsd/netpgp/lib/config.h
--- a/crypto/external/bsd/netpgp/lib/config.h   Thu Nov 04 07:01:52 2010 +0000
+++ b/crypto/external/bsd/netpgp/lib/config.h   Thu Nov 04 07:02:25 2010 +0000
@@ -43,6 +43,9 @@
 /* Define to 1 if you have the <openssl/bn.h> header file. */
 #define HAVE_OPENSSL_BN_H 1
 
+/* Define to 1 if you have the <openssl/camellia.h> header file. */
+#define HAVE_OPENSSL_CAMELLIA_H 1
+
 /* Define to 1 if you have the <openssl/cast.h> header file. */
 #define HAVE_OPENSSL_CAST_H 1
 
@@ -125,19 +128,19 @@
 #define PACKAGE_NAME "netpgp"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "netpgp 20100708"
+#define PACKAGE_STRING "netpgp 20101103"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "netpgp"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20100708"
+#define PACKAGE_VERSION "20101103"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "20100708"
+#define VERSION "20101103"
 
 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the



Home | Main Index | Thread Index | Old Index