[Pkg-wmaker-commits] [wmbiff] 80/84: require gnutls 0.5.9, release 0.4.9

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_10
in repository wmbiff.

commit c1249f47b1c9eba82d095ce36717667cd32c49bb
Author: bluehal <bluehal>
Date:   Mon Dec 2 07:16:43 2002 +0000

    require gnutls 0.5.9, release 0.4.9
---
 NEWS         | 7 ++++---
 configure.ac | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 329c80b..ec00bda 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
 Release Notes
 ~~~~~~~~~~~~~
-Release 0.4.9 - 
+Release 0.4.9 - Dec 1, 2002
   * GNUTLS v0.5.9 or higher required
   * Check TLS certificate hostname against the hostname we're
     connecting to.  This raises the bar, but does not make 
-    wmbiff's TLS implementation secure.
+    wmbiff's TLS implementation secure against man in the 
+    middle attacks.
   * WMBiff scales to the number of mailboxes you're
     using. For openbox, this means less wasted space in the
     slit and the possibility of up to 40 mailboxes.  For
@@ -369,4 +370,4 @@ Release 0.1 - Wed, 17 Nov 1999 00:00:00 +0000
   * Initial release by Gennady Belyakov <gb at ccat.elect.ru>.
 
 
-$Id: NEWS,v 1.30 2002/11/12 08:27:44 bluehal Exp $
+$Id: NEWS,v 1.31 2002/12/02 07:16:43 bluehal Exp $
diff --git a/configure.ac b/configure.ac
index 45e168d..1bd6376 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,9 +7,9 @@ dnl and configure:
 dnl  installation prefix
 dnl  version
 
-AC_INIT(wmbiff, 0.4.9pre, wmbiff-devel at lists.sourceforge.net)
+AC_INIT(wmbiff, 0.4.9, wmbiff-devel at lists.sourceforge.net)
 AC_CONFIG_AUX_DIR(autoconf)
-AM_INIT_AUTOMAKE(wmbiff, 0.4.9pre)
+AM_INIT_AUTOMAKE(wmbiff, 0.4.9)
 AM_CONFIG_HEADER(config.h)
 dnl make sure autoheader finds version, implicitly defined above.
 AH_TEMPLATE([VERSION], [wmbiff's release version])
@@ -42,7 +42,7 @@ dnl between them makes this turn redundant
 
 GNUTLS_MAN_STATUS="This copy of WMBiff was not compiled with GNUTLS."
 if test "$gnutls" = "ok"; then
- AM_PATH_LIBGNUTLS(0.5.1, [LIBS="$LIBS $LIBGNUTLS_LIBS"
+ AM_PATH_LIBGNUTLS(0.5.9, [LIBS="$LIBS $LIBGNUTLS_LIBS"
                           CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS"
                          CPPFLAGS="$CPPFLAGS $LIBGNUTLS_CFLAGS"
                          GNUTLS_COMMON_O="gnutls-common.o"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list