Module Name:    src
Committed By:   agc
Date:           Thu Nov  4 07:01:53 UTC 2010

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

Log Message:
Update base version to 20101103

Add openssl/camellia.h to the list of header files we look for in autoconf

Re-generate configure scripts


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/crypto/external/bsd/netpgp/dist/TODO
cvs rdiff -u -r1.33 -r1.34 src/crypto/external/bsd/netpgp/dist/configure
cvs rdiff -u -r1.35 -r1.36 src/crypto/external/bsd/netpgp/dist/configure.ac
cvs rdiff -u -r1.10 -r1.11 \
    src/crypto/external/bsd/netpgp/dist/src/lib/config.h.in
cvs rdiff -u -r1.18 -r1.19 \
    src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile
cvs rdiff -u -r1.17 -r1.18 \
    src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile

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.42 src/crypto/external/bsd/netpgp/dist/TODO:1.43
--- src/crypto/external/bsd/netpgp/dist/TODO:1.42	Wed Sep  8 03:21:21 2010
+++ src/crypto/external/bsd/netpgp/dist/TODO	Thu Nov  4 07:01:52 2010
@@ -1,6 +1,11 @@
 To Do
 =====
+check pkt size during read
+list sigs on a per-user basis
 elgamal enc/decryption?
+2^n sized packets - regions?
+json for verification in netpgp
+show attributes on key listings
 agent
 agentctl
 convert to and from ascii armored sigs
@@ -9,7 +14,6 @@
 is get_passphrase_cb needed?
 error logging
 separate from libcrypto?
-64-bit offsets
 thresholds
 default compression when signing?
 
@@ -99,3 +103,6 @@
 return userids from successful verify, and then print id out if required
 convert between pgp and ssh key formats
 PEM ssh keys and passphrases
+camellia addition
+fix calloc return values in symmetric.c/ops_crypt_t
+prog to convert from pgp sec to ssh sec

Index: src/crypto/external/bsd/netpgp/dist/configure
diff -u src/crypto/external/bsd/netpgp/dist/configure:1.33 src/crypto/external/bsd/netpgp/dist/configure:1.34
--- src/crypto/external/bsd/netpgp/dist/configure:1.33	Thu Sep  2 06:00:11 2010
+++ src/crypto/external/bsd/netpgp/dist/configure	Thu Nov  4 07:01:52 2010
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.ac Revision: 1.34 .
+# From configure.ac Revision: 1.1 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for netpgp 20100901.
+# Generated by GNU Autoconf 2.63 for netpgp 20101103.
 #
 # Report bugs to <Alistair Crooks <a...@netbsd.org> c0596823>.
 #
@@ -751,8 +751,8 @@
 # Identity of this package.
 PACKAGE_NAME='netpgp'
 PACKAGE_TARNAME='netpgp'
-PACKAGE_VERSION='20100901'
-PACKAGE_STRING='netpgp 20100901'
+PACKAGE_VERSION='20101103'
+PACKAGE_STRING='netpgp 20101103'
 PACKAGE_BUGREPORT='Alistair Crooks <a...@netbsd.org> c0596823'
 
 ac_unique_file="src/netpgp/netpgp.c"
@@ -1488,7 +1488,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 20100901 to adapt to many kinds of systems.
+\`configure' configures netpgp 20101103 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1558,7 +1558,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of netpgp 20100901:";;
+     short | recursive ) echo "Configuration of netpgp 20101103:";;
    esac
   cat <<\_ACEOF
 
@@ -1666,7 +1666,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-netpgp configure 20100901
+netpgp configure 20101103
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1680,7 +1680,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 20100901, which was
+It was created by netpgp $as_me 20101103, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -2567,7 +2567,7 @@
 
 # Define the identity of the package.
  PACKAGE='netpgp'
- VERSION='20100901'
+ VERSION='20101103'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -20506,10 +20506,11 @@
 
 
 
-for ac_header in openssl/aes.h openssl/bn.h openssl/cast.h openssl/des.h \
-                  openssl/dsa.h openssl/err.h openssl/idea.h openssl/md5.h \
-                  openssl/rand.h openssl/rsa.h openssl/sha.h openssl/err.h \
-                  openssl/sha.h
+
+for ac_header in openssl/aes.h openssl/bn.h openssl/camellia.h openssl/cast.h \
+		  openssl/des.h openssl/dsa.h openssl/err.h openssl/idea.h \
+		  openssl/md5.h openssl/rand.h openssl/rsa.h openssl/sha.h \
+		  openssl/err.h openssl/sha.h
 do
 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
@@ -22645,7 +22646,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 20100901, which was
+This file was extended by netpgp $as_me 20101103, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -22708,7 +22709,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-netpgp config.status 20100901
+netpgp config.status 20101103
 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.35 src/crypto/external/bsd/netpgp/dist/configure.ac:1.36
--- src/crypto/external/bsd/netpgp/dist/configure.ac:1.35	Thu Sep  2 06:00:11 2010
+++ src/crypto/external/bsd/netpgp/dist/configure.ac	Thu Nov  4 07:01:52 2010
@@ -1,10 +1,10 @@
-# $NetBSD: configure.ac,v 1.35 2010/09/02 06:00:11 agc Exp $
+# $NetBSD: configure.ac,v 1.36 2010/11/04 07:01:52 agc Exp $
 #
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([netpgp],[20100901],[Alistair Crooks <a...@netbsd.org> c0596823])
+AC_INIT([netpgp],[20101103],[Alistair Crooks <a...@netbsd.org> c0596823])
 AC_PREREQ(2.63)
-AC_REVISION([$Revision: 1.35 $])
+AC_REVISION([$Revision: 1.36 $])
 
 AS_SHELL_SANITIZE
 
@@ -47,10 +47,10 @@
 AC_CHECK_HEADERS([CommonCrypto/CommonDigest.h])
 AC_CHECK_HEADERS([dmalloc.h direct.h errno.h fcntl.h \
                  inttypes.h limits.h malloc.h zlib.h])
-AC_CHECK_HEADERS([openssl/aes.h openssl/bn.h openssl/cast.h openssl/des.h \
-                  openssl/dsa.h openssl/err.h openssl/idea.h openssl/md5.h \
-                  openssl/rand.h openssl/rsa.h openssl/sha.h openssl/err.h \
-                  openssl/sha.h])
+AC_CHECK_HEADERS([openssl/aes.h openssl/bn.h openssl/camellia.h openssl/cast.h \
+		  openssl/des.h openssl/dsa.h openssl/err.h openssl/idea.h \
+		  openssl/md5.h openssl/rand.h openssl/rsa.h openssl/sha.h \
+		  openssl/err.h openssl/sha.h])
 AC_CHECK_HEADERS([sys/cdefs.h sys/file.h sys/mman.h sys/param.h \
                   sys/resource.h sys/uio.h])
 

Index: src/crypto/external/bsd/netpgp/dist/src/lib/config.h.in
diff -u src/crypto/external/bsd/netpgp/dist/src/lib/config.h.in:1.10 src/crypto/external/bsd/netpgp/dist/src/lib/config.h.in:1.11
--- src/crypto/external/bsd/netpgp/dist/src/lib/config.h.in:1.10	Fri Aug 13 18:29:40 2010
+++ src/crypto/external/bsd/netpgp/dist/src/lib/config.h.in	Thu Nov  4 07:01:53 2010
@@ -42,6 +42,9 @@
 /* Define to 1 if you have the <openssl/bn.h> header file. */
 #undef HAVE_OPENSSL_BN_H
 
+/* Define to 1 if you have the <openssl/camellia.h> header file. */
+#undef HAVE_OPENSSL_CAMELLIA_H
+
 /* Define to 1 if you have the <openssl/cast.h> header file. */
 #undef HAVE_OPENSSL_CAST_H
 

Index: src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile
diff -u src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile:1.18 src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile:1.19
--- src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile:1.18	Thu Sep  2 06:00:12 2010
+++ src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile	Thu Nov  4 07:01:53 2010
@@ -131,9 +131,9 @@
 PACKAGE = netpgp
 PACKAGE_BUGREPORT = Alistair Crooks <a...@netbsd.org> c0596823
 PACKAGE_NAME = netpgp
-PACKAGE_STRING = netpgp 20100901
+PACKAGE_STRING = netpgp 20101103
 PACKAGE_TARNAME = netpgp
-PACKAGE_VERSION = 20100901
+PACKAGE_VERSION = 20101103
 PATH_SEPARATOR = :
 PKG_CONFIG = /usr/pkg/bin/pkg-config
 RANLIB = ranlib
@@ -141,7 +141,7 @@
 SET_MAKE = 
 SHELL = /bin/ksh
 STRIP = strip
-VERSION = 20100901
+VERSION = 20101103
 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

Index: src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile
diff -u src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile:1.17 src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile:1.18
--- src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile:1.17	Thu Sep  2 06:00:12 2010
+++ src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile	Thu Nov  4 07:01:53 2010
@@ -132,9 +132,9 @@
 PACKAGE = netpgp
 PACKAGE_BUGREPORT = Alistair Crooks <a...@netbsd.org> c0596823
 PACKAGE_NAME = netpgp
-PACKAGE_STRING = netpgp 20100901
+PACKAGE_STRING = netpgp 20101103
 PACKAGE_TARNAME = netpgp
-PACKAGE_VERSION = 20100901
+PACKAGE_VERSION = 20101103
 PATH_SEPARATOR = :
 PKG_CONFIG = /usr/pkg/bin/pkg-config
 RANLIB = ranlib
@@ -142,7 +142,7 @@
 SET_MAKE = 
 SHELL = /bin/ksh
 STRIP = strip
-VERSION = 20100901
+VERSION = 20101103
 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

Reply via email to