OSSP CVS Repository

ossp - Check-in [3163]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3163
Date: 2003-Feb-06 15:21:38 (local)
2003-Feb-06 14:21:38 (UTC)
User:rse
Branch:
Comment: flush pending changes before release
Tickets:
Inspections:
Files:
ossp-pkg/sio/devtool.conf      1.2 -> 1.3     2 inserted, 2 deleted
ossp-pkg/sio/sio.ac      1.2 -> 1.3     4 inserted, 4 deleted

ossp-pkg/sio/devtool.conf 1.2 -> 1.3

--- devtool.conf 2003/02/06 13:25:50     1.2
+++ devtool.conf 2003/02/06 14:21:38     1.3
@@ -54,7 +54,7 @@
     ./shtool fixperm -v .
     V=`./shtool version -l txt -d short VERSION`
     ./shtool tarball -o sio-${V}.tar.gz -d sio-${V} -u ossp -g sio \
-                     -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf,*.tar.gz,*.bak,00TODO,autom4te\.cache' -c 'gzip --best' .
+                     -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf,*.tar.gz,*.bak,00TODO,autom4te\.cache,BRAINSTORM,TODO' -c 'gzip --best' .
     ls -l sio-${V}.tar.gz
     gunzip <sio-${V}.tar.gz | tar tvf - | head -10; echo "[...]"
     gunzip <sio-${V}.tar.gz | tar tvf - | tail -10
@@ -69,7 +69,7 @@
     ./shtool fixperm -v .
     D=`date '+%Y%m%d'`
     ./shtool tarball -o sio-SNAP-${D}.tar.gz -d sio-SNAP-${D} -u ossp -g sio \
-                     -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf,*.tar.gz,*.bak,00TODO,autom4te\.cache' -c 'gzip --best' .
+                     -e 'CVS,\.cvsignore,\.[ao],^\.,devtool.conf,*.tar.gz,*.bak,00TODO,autom4te\.cache,BRAINSTORM,TODO' -c 'gzip --best' .
     ls -l sio-SNAP-${D}.tar.gz
     guunzip <sio-SNAP-${D}.tar.gz | tar tvf - | head -10; echo "[...]"
     guunzip <sio-SNAP-${D}.tar.gz | tar tvf - | tail -10


ossp-pkg/sio/sio.ac 1.2 -> 1.3

--- sio.ac       2003/01/20 19:13:25     1.2
+++ sio.ac       2003/02/06 14:21:38     1.3
@@ -39,7 +39,7 @@
 dnl #   built-time configuration parameter --enable-bio
 AC_MSG_CHECKING(for BIO support)
 AC_ARG_ENABLE(bio,dnl
-[  --enable-bio             enable BIO support (default=no)],
+[  --enable-bio            enable OpenSSL BIO support (default=no)],
 [ enable_bio=$enableval ],
 [ enable_bio=no ]
 )dnl
@@ -47,13 +47,13 @@
 if test ".$enable_bio" = .yes; then
 AC_CHECK_LIB(crypto, CRYPTO_free)
 AC_CHECK_LIB(ssl, SSL_alert_desc_string)
-AC_DEFINE(ENABLE_BIO, 1, [Define to 1 if building with BIO (openssl)])
+AC_DEFINE(ENABLE_BIO, 1, [Define to 1 if building with OpenSSL BIO])
 fi
 
 dnl #   built-time configuration parameter --enable-zlib
 AC_MSG_CHECKING(for ZLIB support)
 AC_ARG_ENABLE(zlib,dnl
-[  --enable-zlib            enable ZLIB support (default=no)],
+[  --enable-zlib           enable ZLIB support (default=no)],
 [ enable_zlib=$enableval ],
 [ enable_zlib=no ]
 )dnl
@@ -66,7 +66,7 @@
 dnl #   built-time configuration parameter --enable-sa
 AC_MSG_CHECKING(for SA support)
 AC_ARG_ENABLE(sa,dnl
-[  --enable-sa              enable SA support (default=no)],
+[  --enable-sa             enable OSSP sa support (default=no)],
 [ enable_sa=$enableval ],
 [ enable_sa=no ]
 )dnl

CVSTrac 2.0.1