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 regen for netpgp 3.99.2, 20100507...



details:   https://anonhg.NetBSD.org/src/rev/21fc17b535e0
branches:  trunk
changeset: 754665:21fc17b535e0
user:      agc <agc%NetBSD.org@localhost>
date:      Sat May 08 02:45:45 2010 +0000

description:
regen for netpgp 3.99.2, 20100507 version

diffstat:

 crypto/external/bsd/netpgp/dist/TODO                      |   1 +
 crypto/external/bsd/netpgp/dist/configure                 |  22 +++++++-------
 crypto/external/bsd/netpgp/dist/configure.ac              |   6 ++--
 crypto/external/bsd/netpgp/dist/src/lib/version.h         |   2 +-
 crypto/external/bsd/netpgp/dist/src/netpgp/Makefile       |   8 ++--
 crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile |   8 ++--
 crypto/external/bsd/netpgp/lib/config.h                   |   6 ++--
 7 files changed, 27 insertions(+), 26 deletions(-)

diffs (217 lines):

diff -r f6f26cfb5087 -r 21fc17b535e0 crypto/external/bsd/netpgp/dist/TODO
--- a/crypto/external/bsd/netpgp/dist/TODO      Sat May 08 02:18:05 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/TODO      Sat May 08 02:45:45 2010 +0000
@@ -4,6 +4,7 @@
 agentctl
 convert to and from ascii armored sigs
 gpgme compat lib
+get rid of public key free as part of seckey
 return userids from successful verify, and then print id out if required
 is get_passphrase_cb needed?
 error logging
diff -r f6f26cfb5087 -r 21fc17b535e0 crypto/external/bsd/netpgp/dist/configure
--- a/crypto/external/bsd/netpgp/dist/configure Sat May 08 02:18:05 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/configure Sat May 08 02:45:45 2010 +0000
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.ac Revision: 1.29 .
+# From configure.ac Revision: 1.30 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for netpgp 20100413.
+# Generated by GNU Autoconf 2.63 for netpgp 20100507.
 #
 # Report bugs to <Alistair Crooks <agc%netbsd.org@localhost> c0596823>.
 #
@@ -751,8 +751,8 @@
 # Identity of this package.
 PACKAGE_NAME='netpgp'
 PACKAGE_TARNAME='netpgp'
-PACKAGE_VERSION='20100413'
-PACKAGE_STRING='netpgp 20100413'
+PACKAGE_VERSION='20100507'
+PACKAGE_STRING='netpgp 20100507'
 PACKAGE_BUGREPORT='Alistair Crooks <agc%netbsd.org@localhost> c0596823'
 
 ac_unique_file="src/netpgp/netpgp.c"
@@ -1483,7 +1483,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures netpgp 20100413 to adapt to many kinds of systems.
+\`configure' configures netpgp 20100507 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1553,7 +1553,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of netpgp 20100413:";;
+     short | recursive ) echo "Configuration of netpgp 20100507:";;
    esac
   cat <<\_ACEOF
 
@@ -1660,7 +1660,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-netpgp configure 20100413
+netpgp configure 20100507
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1674,7 +1674,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by netpgp $as_me 20100413, which was
+It was created by netpgp $as_me 20100507, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -2561,7 +2561,7 @@
 
 # Define the identity of the package.
  PACKAGE='netpgp'
- VERSION='20100413'
+ VERSION='20100507'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -22306,7 +22306,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by netpgp $as_me 20100413, which was
+This file was extended by netpgp $as_me 20100507, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -22369,7 +22369,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-netpgp config.status 20100413
+netpgp config.status 20100507
 configured by $0, generated by GNU Autoconf 2.63,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff -r f6f26cfb5087 -r 21fc17b535e0 crypto/external/bsd/netpgp/dist/configure.ac
--- a/crypto/external/bsd/netpgp/dist/configure.ac      Sat May 08 02:18:05 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/configure.ac      Sat May 08 02:45:45 2010 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: configure.ac,v 1.30 2010/04/14 06:31:23 agc Exp $
+# $NetBSD: configure.ac,v 1.31 2010/05/08 02:45:46 agc Exp $
 #
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([netpgp],[20100413],[Alistair Crooks <agc%netbsd.org@localhost> c0596823])
+AC_INIT([netpgp],[20100507],[Alistair Crooks <agc%netbsd.org@localhost> c0596823])
 AC_PREREQ(2.63)
-AC_REVISION([$Revision: 1.30 $])
+AC_REVISION([$Revision: 1.31 $])
 
 AS_SHELL_SANITIZE
 
diff -r f6f26cfb5087 -r 21fc17b535e0 crypto/external/bsd/netpgp/dist/src/lib/version.h
--- a/crypto/external/bsd/netpgp/dist/src/lib/version.h Sat May 08 02:18:05 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/lib/version.h Sat May 08 02:45:45 2010 +0000
@@ -58,7 +58,7 @@
 #endif
 
 /* development versions have .99 suffix */
-#define NETPGP_BASE_VERSION    "3.99.1"
+#define NETPGP_BASE_VERSION    "3.99.2"
 
 #define NETPGP_VERSION_CAT(a, b)       "NetPGP portable " a "/[" b "]"
 #define NETPGP_VERSION_STRING \
diff -r f6f26cfb5087 -r 21fc17b535e0 crypto/external/bsd/netpgp/dist/src/netpgp/Makefile
--- a/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile       Sat May 08 02:18:05 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile       Sat May 08 02:45:45 2010 +0000
@@ -117,16 +117,16 @@
 PACKAGE = netpgp
 PACKAGE_BUGREPORT = Alistair Crooks <agc%netbsd.org@localhost> c0596823
 PACKAGE_NAME = netpgp
-PACKAGE_STRING = netpgp 20100413
+PACKAGE_STRING = netpgp 20100507
 PACKAGE_TARNAME = netpgp
-PACKAGE_VERSION = 20100413
+PACKAGE_VERSION = 20100507
 PATH_SEPARATOR = :
 RANLIB = ranlib
 SED = /usr/bin/sed
 SET_MAKE = 
 SHELL = /bin/ksh
 STRIP = strip
-VERSION = 20100413
+VERSION = 20100507
 WARNCFLAGS = -Werror -Wall -Wpointer-arith
 abs_builddir = /usr/src/crypto/external/bsd/netpgp/dist/src/netpgp
 abs_srcdir = /usr/src/crypto/external/bsd/netpgp/dist/src/netpgp
@@ -169,7 +169,7 @@
 mkdir_p = $(top_builddir)/buildaux/install-sh -c -d
 oldincludedir = /usr/include
 pdfdir = ${docdir}
-prefix = /usr/local
+prefix = /usr/pkg
 program_transform_name = s,x,x,
 psdir = ${docdir}
 sbindir = ${exec_prefix}/sbin
diff -r f6f26cfb5087 -r 21fc17b535e0 crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile
--- a/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile Sat May 08 02:18:05 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile Sat May 08 02:45:45 2010 +0000
@@ -117,16 +117,16 @@
 PACKAGE = netpgp
 PACKAGE_BUGREPORT = Alistair Crooks <agc%netbsd.org@localhost> c0596823
 PACKAGE_NAME = netpgp
-PACKAGE_STRING = netpgp 20100413
+PACKAGE_STRING = netpgp 20100507
 PACKAGE_TARNAME = netpgp
-PACKAGE_VERSION = 20100413
+PACKAGE_VERSION = 20100507
 PATH_SEPARATOR = :
 RANLIB = ranlib
 SED = /usr/bin/sed
 SET_MAKE = 
 SHELL = /bin/ksh
 STRIP = strip
-VERSION = 20100413
+VERSION = 20100507
 WARNCFLAGS = -Werror -Wall -Wpointer-arith
 abs_builddir = /usr/src/crypto/external/bsd/netpgp/dist/src/netpgpverify
 abs_srcdir = /usr/src/crypto/external/bsd/netpgp/dist/src/netpgpverify
@@ -169,7 +169,7 @@
 mkdir_p = $(top_builddir)/buildaux/install-sh -c -d
 oldincludedir = /usr/include
 pdfdir = ${docdir}
-prefix = /usr/local
+prefix = /usr/pkg
 program_transform_name = s,x,x,
 psdir = ${docdir}
 sbindir = ${exec_prefix}/sbin
diff -r f6f26cfb5087 -r 21fc17b535e0 crypto/external/bsd/netpgp/lib/config.h
--- a/crypto/external/bsd/netpgp/lib/config.h   Sat May 08 02:18:05 2010 +0000
+++ b/crypto/external/bsd/netpgp/lib/config.h   Sat May 08 02:45:45 2010 +0000
@@ -125,19 +125,19 @@
 #define PACKAGE_NAME "netpgp"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "netpgp 20100313"
+#define PACKAGE_STRING "netpgp 20100507"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "netpgp"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20100313"
+#define PACKAGE_VERSION "20100507"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "20100313"
+#define VERSION "20100507"
 
 /* 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