pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security Update cyrus-sasl to 2.1.23.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6195f6afe34a
branches:  trunk
changeset: 392989:6195f6afe34a
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu May 14 23:00:46 2009 +0000

description:
Update cyrus-sasl to 2.1.23.

New in 2.1.23
-------------
* Fixed CERT VU#238019 (make sure sasl_encode64() always NUL
  terminates output or returns SASL_BUFOVER)

diffstat:

 security/cy2-digestmd5/Makefile           |   3 +--
 security/cy2-gssapi/Makefile              |   3 +--
 security/cy2-ldapdb/Makefile              |   3 +--
 security/cy2-ntlm/Makefile                |   3 +--
 security/cy2-otp/Makefile                 |   3 +--
 security/cyrus-sasl/Makefile.common       |   4 ++--
 security/cyrus-sasl/distinfo              |  14 +++++++-------
 security/cyrus-sasl/patches/patch-ai      |  16 ++++++++--------
 security/cyrus-sasl/patches/patch-al      |   6 +++---
 security/cyrus-sasl/patches/patch-aq      |  15 ++++++++-------
 security/cyrus-saslauthd/Makefile         |   5 ++---
 security/cyrus-saslauthd/distinfo         |  13 ++++++-------
 security/cyrus-saslauthd/patches/patch-ab |   6 +++---
 security/cyrus-saslauthd/patches/patch-af |  18 +++++++++---------
 14 files changed, 53 insertions(+), 59 deletions(-)

diffs (truncated from 359 to 300 lines):

diff -r 15bd761f386e -r 6195f6afe34a security/cy2-digestmd5/Makefile
--- a/security/cy2-digestmd5/Makefile   Thu May 14 22:07:14 2009 +0000
+++ b/security/cy2-digestmd5/Makefile   Thu May 14 23:00:46 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2008/08/12 10:16:54 obache Exp $
+# $NetBSD: Makefile,v 1.12 2009/05/14 23:00:47 obache Exp $
 
 PKGNAME=       ${DISTNAME:S/cyrus-sasl/cy2-digestmd5/}
-PKGREVISION=   1
 COMMENT=       Cyrus SASL DIGEST-MD5 authentication plugin
 SASL_PLUGIN=   yes
 
diff -r 15bd761f386e -r 6195f6afe34a security/cy2-gssapi/Makefile
--- a/security/cy2-gssapi/Makefile      Thu May 14 22:07:14 2009 +0000
+++ b/security/cy2-gssapi/Makefile      Thu May 14 23:00:46 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2008/08/12 10:16:54 obache Exp $
+# $NetBSD: Makefile,v 1.14 2009/05/14 23:00:47 obache Exp $
 
 PKGNAME=       ${DISTNAME:S/cyrus-sasl/cy2-gssapi/}
-PKGREVISION=   1
 COMMENT=       Cyrus SASL GSSAPI authentication plugin
 SASL_PLUGIN=   yes
 
diff -r 15bd761f386e -r 6195f6afe34a security/cy2-ldapdb/Makefile
--- a/security/cy2-ldapdb/Makefile      Thu May 14 22:07:14 2009 +0000
+++ b/security/cy2-ldapdb/Makefile      Thu May 14 23:00:46 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/08/12 10:16:54 obache Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/14 23:00:47 obache Exp $
 
 PKGNAME=       ${DISTNAME:S/cyrus-sasl/cy2-ldapdb/}
-PKGREVISION=   1
 COMMENT=       Cyrus SASL LDAPDB authentication plugin
 SASL_PLUGIN=   yes
 
diff -r 15bd761f386e -r 6195f6afe34a security/cy2-ntlm/Makefile
--- a/security/cy2-ntlm/Makefile        Thu May 14 22:07:14 2009 +0000
+++ b/security/cy2-ntlm/Makefile        Thu May 14 23:00:46 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2008/08/12 10:16:54 obache Exp $
+# $NetBSD: Makefile,v 1.20 2009/05/14 23:00:47 obache Exp $
 
 PKGNAME=       ${DISTNAME:S/cyrus-sasl/cy2-ntlm/}
-PKGREVISION=   1
 COMMENT=       Cyrus SASL NTLM authentication plugin
 SASL_PLUGIN=   yes
 
diff -r 15bd761f386e -r 6195f6afe34a security/cy2-otp/Makefile
--- a/security/cy2-otp/Makefile Thu May 14 22:07:14 2009 +0000
+++ b/security/cy2-otp/Makefile Thu May 14 23:00:46 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2008/08/12 10:16:54 obache Exp $
+# $NetBSD: Makefile,v 1.12 2009/05/14 23:00:47 obache Exp $
 
 PKGNAME=       ${DISTNAME:S/cyrus-sasl/cy2-otp/}
-PKGREVISION=   1
 COMMENT=       Cyrus SASL OTP authentication plugin
 SASL_PLUGIN=   yes
 
diff -r 15bd761f386e -r 6195f6afe34a security/cyrus-sasl/Makefile.common
--- a/security/cyrus-sasl/Makefile.common       Thu May 14 22:07:14 2009 +0000
+++ b/security/cyrus-sasl/Makefile.common       Thu May 14 23:00:46 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2008/01/23 08:53:06 obache Exp $
+# $NetBSD: Makefile.common,v 1.14 2009/05/14 23:00:46 obache Exp $
 #
 # This file is currently included by:
 #
@@ -17,7 +17,7 @@
 # This Makefile fragment should be included _below_ any SASL_PLUGIN
 # definition and _above_ any CONFIGURE_ARGS definitions.
 
-DISTNAME=      cyrus-sasl-2.1.22
+DISTNAME=      cyrus-sasl-2.1.23
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
                ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/ \
diff -r 15bd761f386e -r 6195f6afe34a security/cyrus-sasl/distinfo
--- a/security/cyrus-sasl/distinfo      Thu May 14 22:07:14 2009 +0000
+++ b/security/cyrus-sasl/distinfo      Thu May 14 23:00:46 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2006/11/02 13:02:39 obache Exp $
+$NetBSD: distinfo,v 1.18 2009/05/14 23:00:46 obache Exp $
 
-SHA1 (cyrus-sasl-2.1.22.tar.gz) = d23454ab12054714ab97d229c86cb934ce63fbb1
-RMD160 (cyrus-sasl-2.1.22.tar.gz) = 086e20d01588cb86decad001244b72a37223354c
-Size (cyrus-sasl-2.1.22.tar.gz) = 1609278 bytes
+SHA1 (cyrus-sasl-2.1.23.tar.gz) = 5df33a6788d6cd8329b109eff777c6cfae1a21bd
+RMD160 (cyrus-sasl-2.1.23.tar.gz) = b2cd9734fa8b4bad82663517f019f9b92d9d3519
+Size (cyrus-sasl-2.1.23.tar.gz) = 1613642 bytes
 SHA1 (patch-aa) = a20fca0058a04d00debb78d8cc051ec8d8f57af2
 SHA1 (patch-ab) = f5cf383ec9e417101bcf133b819f7c28aa1b4588
 SHA1 (patch-ac) = 1b653bee1a1b98e8e197911cc193c2c9b6d9f736
@@ -10,8 +10,8 @@
 SHA1 (patch-ae) = ac9403e8cdbebb8be04947c9ff8a7505002b3a36
 SHA1 (patch-ag) = 6a2713504078dad681dcc6f7ba296972d03d5b15
 SHA1 (patch-ah) = 595e58bd756e75bda5f25a19119f2fc7c27bc7d9
-SHA1 (patch-ai) = 04ff2f7f2d8a69db3d8e6451b50021f0c5516a97
+SHA1 (patch-ai) = b3154f4dbebe2ee803cfd6535072ca9bb28c9c18
 SHA1 (patch-ak) = e76a0ac7559845ed374c63f0261df9817e383ac1
-SHA1 (patch-al) = d1bfddb749b2f234d3750e3a83bf800bdba4cec4
+SHA1 (patch-al) = 27eae3d4cc4f5413176344bf496e70c6da24a840
 SHA1 (patch-ap) = eb87cd283f99da69916a7eb251000f2d9254f17d
-SHA1 (patch-aq) = e7ed617db1935ed8f8c23d934da70582468c7dea
+SHA1 (patch-aq) = 0e9acd362df09c3bc673b4729cc438e19cfd9f40
diff -r 15bd761f386e -r 6195f6afe34a security/cyrus-sasl/patches/patch-ai
--- a/security/cyrus-sasl/patches/patch-ai      Thu May 14 22:07:14 2009 +0000
+++ b/security/cyrus-sasl/patches/patch-ai      Thu May 14 23:00:46 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ai,v 1.7 2006/11/02 13:02:39 obache Exp $
+$NetBSD: patch-ai,v 1.8 2009/05/14 23:00:46 obache Exp $
 
---- configure.orig     2006-05-18 15:30:13.000000000 -0400
+--- configure.orig     2009-05-07 14:24:25.000000000 +0000
 +++ configure
 @@ -1334,8 +1334,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
  
@@ -20,7 +20,7 @@
  ac_aux_dir=
  for ac_dir in config $srcdir/config; do
    if test -f $ac_dir/install-sh; then
-@@ -5125,7 +5121,7 @@ if test $ac_cv_header_db_h = yes; then
+@@ -5147,7 +5143,7 @@ if test $ac_cv_header_db_h = yes; then
        fi
  
        saved_LIBS=$LIBS
@@ -29,7 +29,7 @@
            do
            LIBS="$saved_LIBS -l$dbname"
            cat >conftest.$ac_ext <<_ACEOF
-@@ -5156,7 +5152,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
+@@ -5178,7 +5174,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
@@ -38,7 +38,7 @@
  else
    echo "$as_me: failed program was:" >&5
  sed 's/^/| /' conftest.$ac_ext >&5
-@@ -5882,7 +5878,7 @@ if test $ac_cv_header_db_h = yes; then
+@@ -5904,7 +5900,7 @@ if test $ac_cv_header_db_h = yes; then
        fi
  
        saved_LIBS=$LIBS
@@ -47,7 +47,7 @@
            do
            LIBS="$saved_LIBS -l$dbname"
            cat >conftest.$ac_ext <<_ACEOF
-@@ -5913,7 +5909,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
+@@ -5935,7 +5931,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
@@ -56,7 +56,7 @@
  else
    echo "$as_me: failed program was:" >&5
  sed 's/^/| /' conftest.$ac_ext >&5
-@@ -11304,8 +11300,15 @@ if test $ac_cv_lib_resolv_res_search = y
+@@ -11326,8 +11322,15 @@ if test $ac_cv_lib_resolv_res_search = y
  fi
  
    SASL_MECHS="$SASL_MECHS libgssapiv2.la"
@@ -74,7 +74,7 @@
  
    cmu_save_LIBS="$LIBS"
    LIBS="$LIBS $GSSAPIBASE_LIBS"
-@@ -11403,11 +11406,6 @@ fi
+@@ -11425,11 +11428,6 @@ fi
  
  
  if test "$gssapi" != "no"; then
diff -r 15bd761f386e -r 6195f6afe34a security/cyrus-sasl/patches/patch-al
--- a/security/cyrus-sasl/patches/patch-al      Thu May 14 22:07:14 2009 +0000
+++ b/security/cyrus-sasl/patches/patch-al      Thu May 14 23:00:46 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-al,v 1.5 2006/10/04 12:07:53 obache Exp $
+$NetBSD: patch-al,v 1.6 2009/05/14 23:00:46 obache Exp $
 
---- Makefile.in.orig   2006-05-19 10:30:34.000000000 -0400
+--- Makefile.in.orig   2009-05-07 14:24:44.000000000 +0000
 +++ Makefile.in
-@@ -242,7 +242,7 @@ AUTOMAKE_OPTIONS = 1.7
+@@ -243,7 +243,7 @@ AUTOMAKE_OPTIONS = 1.7
  @MACOSX_FALSE@INSTALLOSX = 
  @MACOSX_TRUE@INSTALLOSX = install-exec-local-osx
  
diff -r 15bd761f386e -r 6195f6afe34a security/cyrus-sasl/patches/patch-aq
--- a/security/cyrus-sasl/patches/patch-aq      Thu May 14 22:07:14 2009 +0000
+++ b/security/cyrus-sasl/patches/patch-aq      Thu May 14 23:00:46 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aq,v 1.5 2006/10/04 12:07:53 obache Exp $
+$NetBSD: patch-aq,v 1.6 2009/05/14 23:00:46 obache Exp $
 
---- sasldb/Makefile.in.orig    2006-05-18 15:30:16.000000000 -0400
+--- sasldb/Makefile.in.orig    2009-05-07 14:24:59.000000000 +0000
 +++ sasldb/Makefile.in
-@@ -240,26 +240,18 @@ extra_common_sources = db_none.c db_ndbm
+@@ -241,16 +241,12 @@ extra_common_sources = db_none.c db_ndbm
  EXTRA_DIST = NTMakefile
  
  noinst_LTLIBRARIES = libsasldb.la
@@ -17,8 +17,9 @@
 -libsasldb_a_SOURCES = 
 -EXTRA_libsasldb_a_SOURCES = 
  subdir = sasldb
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/config.h
+@@ -258,10 +254,6 @@ CONFIG_HEADER = $(top_builddir)/config.h
  CONFIG_CLEAN_FILES =
  LIBRARIES = $(noinst_LIBRARIES)
  
@@ -29,21 +30,21 @@
  LTLIBRARIES = $(noinst_LTLIBRARIES)
  
  libsasldb_la_LDFLAGS =
-@@ -279,10 +271,9 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $(
+@@ -281,10 +273,9 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $(
  CCLD = $(CC)
  LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 -DIST_SOURCES = $(libsasldb_a_SOURCES) $(EXTRA_libsasldb_a_SOURCES) \
 -      $(libsasldb_la_SOURCES) $(EXTRA_libsasldb_la_SOURCES)
 +DIST_SOURCES = $(libsasldb_la_SOURCES) $(EXTRA_libsasldb_la_SOURCES)
- DIST_COMMON = Makefile.am Makefile.in
+ DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 -SOURCES = $(libsasldb_a_SOURCES) $(EXTRA_libsasldb_a_SOURCES) $(libsasldb_la_SOURCES) $(EXTRA_libsasldb_la_SOURCES)
 +SOURCES = $(libsasldb_la_SOURCES) $(EXTRA_libsasldb_la_SOURCES)
  
  all: all-am
  
 @@ -543,8 +534,6 @@ uninstall-am: uninstall-info-am
-       tags uninstall uninstall-am uninstall-info-am
+       uninstall-am uninstall-info-am
  
  
 -libsasldb.a: libsasldb.la $(SASL_DB_BACKEND_STATIC)
diff -r 15bd761f386e -r 6195f6afe34a security/cyrus-saslauthd/Makefile
--- a/security/cyrus-saslauthd/Makefile Thu May 14 22:07:14 2009 +0000
+++ b/security/cyrus-saslauthd/Makefile Thu May 14 23:00:46 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2008/08/12 10:16:54 obache Exp $
+# $NetBSD: Makefile,v 1.38 2009/05/14 23:00:46 obache Exp $
 
-DISTNAME=      cyrus-sasl-2.1.22
+DISTNAME=      cyrus-sasl-2.1.23
 PKGNAME=       ${DISTNAME:S/sasl/saslauthd/}
-PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
                ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/
diff -r 15bd761f386e -r 6195f6afe34a security/cyrus-saslauthd/distinfo
--- a/security/cyrus-saslauthd/distinfo Thu May 14 22:07:14 2009 +0000
+++ b/security/cyrus-saslauthd/distinfo Thu May 14 23:00:46 2009 +0000
@@ -1,13 +1,12 @@
-$NetBSD: distinfo,v 1.9 2006/10/04 12:07:53 obache Exp $
+$NetBSD: distinfo,v 1.10 2009/05/14 23:00:46 obache Exp $
 
-SHA1 (cyrus-sasl-2.1.22.tar.gz) = d23454ab12054714ab97d229c86cb934ce63fbb1
-RMD160 (cyrus-sasl-2.1.22.tar.gz) = 086e20d01588cb86decad001244b72a37223354c
-Size (cyrus-sasl-2.1.22.tar.gz) = 1609278 bytes
+SHA1 (cyrus-sasl-2.1.23.tar.gz) = 5df33a6788d6cd8329b109eff777c6cfae1a21bd
+RMD160 (cyrus-sasl-2.1.23.tar.gz) = b2cd9734fa8b4bad82663517f019f9b92d9d3519
+Size (cyrus-sasl-2.1.23.tar.gz) = 1613642 bytes
 SHA1 (patch-aa) = f90f8f3a08108b32dfc21a2f959f8907619a245f
-SHA1 (patch-ab) = 7457d4721a83dd61c9f3979267dce9ed1a6a8a44
+SHA1 (patch-ab) = 78f0b080c7b10b671e34869ebe33c8ee137b21c5
 SHA1 (patch-ac) = 79267ad3e175632728e43fb2ba159ab411e7ff3c
-SHA1 (patch-ad) = c14defd79e6e0cec153be004fff3016ad6f0e731
 SHA1 (patch-ae) = 2651dc035edebfb9ddc5bfc5bbb01b8e6b3dc588
-SHA1 (patch-af) = d55c3b3c6583f6dafb9fd758fc7b5aed1fdda7bb
+SHA1 (patch-af) = 972342d5b6efd645af9257933abd7302b25c0d1c
 SHA1 (patch-ag) = 6560d09edcbe8762d235bcf09ce24a49a6de8e26
 SHA1 (patch-ah) = d4dc5858ef1b36d10fae729469262450ff2e3fef
diff -r 15bd761f386e -r 6195f6afe34a security/cyrus-saslauthd/patches/patch-ab
--- a/security/cyrus-saslauthd/patches/patch-ab Thu May 14 22:07:14 2009 +0000
+++ b/security/cyrus-saslauthd/patches/patch-ab Thu May 14 23:00:46 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.6 2006/10/04 12:07:53 obache Exp $
+$NetBSD: patch-ab,v 1.7 2009/05/14 23:00:46 obache Exp $
 
---- Makefile.in.orig   2006-05-19 04:30:21.000000000 +0900
+--- Makefile.in.orig   2009-05-07 14:25:39.000000000 +0000
 +++ Makefile.in
-@@ -614,14 +614,11 @@ uninstall-am: uninstall-info-am uninstal
+@@ -615,14 +615,11 @@ uninstall-am: uninstall-info-am uninstal
        uninstall-sbinPROGRAMS
  
  
diff -r 15bd761f386e -r 6195f6afe34a security/cyrus-saslauthd/patches/patch-af
--- a/security/cyrus-saslauthd/patches/patch-af Thu May 14 22:07:14 2009 +0000
+++ b/security/cyrus-saslauthd/patches/patch-af Thu May 14 23:00:46 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.2 2006/10/04 12:07:53 obache Exp $
+$NetBSD: patch-af,v 1.3 2009/05/14 23:00:46 obache Exp $
 
---- configure.orig     2006-05-19 04:30:20.000000000 +0900
+--- configure.orig     2009-05-07 14:25:24.000000000 +0000
 +++ configure



Home | Main Index | Thread Index | Old Index