Module Name:    src
Committed By:   agc
Date:           Sat May  8 02:45:46 UTC 2010

Modified Files:
        src/crypto/external/bsd/netpgp/dist: TODO configure configure.ac
        src/crypto/external/bsd/netpgp/dist/src/lib: version.h
        src/crypto/external/bsd/netpgp/dist/src/netpgp: Makefile
        src/crypto/external/bsd/netpgp/dist/src/netpgpverify: Makefile
        src/crypto/external/bsd/netpgp/lib: config.h

Log Message:
regen for netpgp 3.99.2, 20100507 version


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/crypto/external/bsd/netpgp/dist/TODO
cvs rdiff -u -r1.29 -r1.30 src/crypto/external/bsd/netpgp/dist/configure
cvs rdiff -u -r1.30 -r1.31 src/crypto/external/bsd/netpgp/dist/configure.ac
cvs rdiff -u -r1.32 -r1.33 \
    src/crypto/external/bsd/netpgp/dist/src/lib/version.h
cvs rdiff -u -r1.13 -r1.14 \
    src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile
cvs rdiff -u -r1.12 -r1.13 \
    src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile
cvs rdiff -u -r1.4 -r1.5 src/crypto/external/bsd/netpgp/lib/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/netpgp/dist/TODO
diff -u src/crypto/external/bsd/netpgp/dist/TODO:1.37 src/crypto/external/bsd/netpgp/dist/TODO:1.38
--- src/crypto/external/bsd/netpgp/dist/TODO:1.37	Wed Apr 14 06:31:23 2010
+++ src/crypto/external/bsd/netpgp/dist/TODO	Sat May  8 02:45:45 2010
@@ -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

Index: src/crypto/external/bsd/netpgp/dist/configure
diff -u src/crypto/external/bsd/netpgp/dist/configure:1.29 src/crypto/external/bsd/netpgp/dist/configure:1.30
--- src/crypto/external/bsd/netpgp/dist/configure:1.29	Wed Apr 14 06:31:23 2010
+++ src/crypto/external/bsd/netpgp/dist/configure	Sat May  8 02:45:45 2010
@@ -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 <[email protected]> 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 <[email protected]> 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'`\\"
 

Index: src/crypto/external/bsd/netpgp/dist/configure.ac
diff -u src/crypto/external/bsd/netpgp/dist/configure.ac:1.30 src/crypto/external/bsd/netpgp/dist/configure.ac:1.31
--- src/crypto/external/bsd/netpgp/dist/configure.ac:1.30	Wed Apr 14 06:31:23 2010
+++ src/crypto/external/bsd/netpgp/dist/configure.ac	Sat May  8 02:45:46 2010
@@ -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 <[email protected]> c0596823])
+AC_INIT([netpgp],[20100507],[Alistair Crooks <[email protected]> c0596823])
 AC_PREREQ(2.63)
-AC_REVISION([$Revision: 1.30 $])
+AC_REVISION([$Revision: 1.31 $])
 
 AS_SHELL_SANITIZE
 

Index: src/crypto/external/bsd/netpgp/dist/src/lib/version.h
diff -u src/crypto/external/bsd/netpgp/dist/src/lib/version.h:1.32 src/crypto/external/bsd/netpgp/dist/src/lib/version.h:1.33
--- src/crypto/external/bsd/netpgp/dist/src/lib/version.h:1.32	Wed Apr 14 06:31:23 2010
+++ src/crypto/external/bsd/netpgp/dist/src/lib/version.h	Sat May  8 02:45:46 2010
@@ -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 \

Index: src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile
diff -u src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile:1.13 src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile:1.14
--- src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile:1.13	Wed Apr 14 06:31:23 2010
+++ src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile	Sat May  8 02:45:46 2010
@@ -117,16 +117,16 @@
 PACKAGE = netpgp
 PACKAGE_BUGREPORT = Alistair Crooks <[email protected]> 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

Index: src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile
diff -u src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile:1.12 src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile:1.13
--- src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile:1.12	Wed Apr 14 06:31:23 2010
+++ src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile	Sat May  8 02:45:46 2010
@@ -117,16 +117,16 @@
 PACKAGE = netpgp
 PACKAGE_BUGREPORT = Alistair Crooks <[email protected]> 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

Index: src/crypto/external/bsd/netpgp/lib/config.h
diff -u src/crypto/external/bsd/netpgp/lib/config.h:1.4 src/crypto/external/bsd/netpgp/lib/config.h:1.5
--- src/crypto/external/bsd/netpgp/lib/config.h:1.4	Sat Mar 13 23:30:41 2010
+++ src/crypto/external/bsd/netpgp/lib/config.h	Sat May  8 02:45:46 2010
@@ -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

Reply via email to