pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2008Q1]: pkgsrc/security/stunnel pullup ticket #2400 - request...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/492e6dc1c324
branches:  pkgsrc-2008Q1
changeset: 540382:492e6dc1c324
user:      rtr <rtr%pkgsrc.org@localhost>
date:      Tue May 27 13:29:03 2008 +0000

description:
pullup ticket #2400 - requested by tnn
stunnel: update package due to security issue

revisions pulled up:
- pkgsrc/security/stunnel/MESSAGE               1.1
- pkgsrc/security/stunnel/Makefile              1.62
- pkgsrc/security/stunnel/PLIST                 1.10
- pkgsrc/security/stunnel/distinfo              1.24
- pkgsrc/security/stunnel/files/stunnel.sh      1.2
- pkgsrc/security/stunnel/patches/patch-aa      1.20
- pkgsrc/security/stunnel/patches/patch-ac      r0

   Module Name: pkgsrc
   Committed By:        tnn
   Date:                Tue May 27 11:51:32 UTC 2008

   Modified Files:
        pkgsrc/security/stunnel: Makefile PLIST distinfo
        pkgsrc/security/stunnel/files: stunnel.sh
        pkgsrc/security/stunnel/patches: patch-aa
   Added Files:
        pkgsrc/security/stunnel: MESSAGE
   Removed Files:
        pkgsrc/security/stunnel/patches: patch-ac

   Log Message:
   Update to stunnel-4.24.

   4.24: fix security problem (properly reject revoked certs)
   4.23: WinNT bugfix
   4.22:
    - A new global option to control logging to syslog.
      Simultaneous logging to a file and the syslog is now possible.
    - A new service level option to control stack size.
    - Restored chroot() to be executed after decoding numerical
      userid and groupid values in drop_privileges().
    - A few bugs fixed the in the new libwrap support code.
    - TLSv1 method used by default in FIPS mode instead of
      SSLv3 client and SSLv23 server methods.
   4.21:
    - Initial FIPS 140-2 support (see INSTALL.FIPS for details).
    - Experimental fast support for non-MT-safe libwrap is provided
      with pre-spawned processes.
    - Stunnel binary moved from /usr/local/sbin to /usr/local/bin
      in order to meet FHS and LSB requirements.
    - Added code to disallow compiling stunnel with pthreads when
      OpenSSL is compiled without threads support.
    - Minor manual update.
    - TODO file updated.
    - Dynamic locking callbacks added (needed by some engines to work).
    - AC_ARG_ENABLE fixed in configure.am to accept yes/no arguments.
    - On some systems libwrap requires yp_get_default_domain from libnsl,
      additional checking for libnsl was added to the ./configure script.
    - Sending a list of trusted CAs for the client to choose the right
      certificate restored.
    - Some compatibility issues with NTLM authentication fixed.

diffstat:

 security/stunnel/MESSAGE          |   7 +++++++
 security/stunnel/Makefile         |   8 ++++----
 security/stunnel/PLIST            |  10 +++++-----
 security/stunnel/distinfo         |  11 +++++------
 security/stunnel/files/stunnel.sh |   4 ++--
 security/stunnel/patches/patch-aa |  10 +++++-----
 security/stunnel/patches/patch-ac |  13 -------------
 7 files changed, 28 insertions(+), 35 deletions(-)

diffs (148 lines):

diff -r 87783b8773b4 -r 492e6dc1c324 security/stunnel/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/stunnel/MESSAGE  Tue May 27 13:29:03 2008 +0000
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.2.2 2008/05/27 13:29:03 rtr Exp $
+
+If you are updating from an stunnel version earlier than 4.24, you should
+be aware that the binaries have moved from ${PREFIX}/sbin
+to ${PREFIX}/bin .
+===========================================================================
diff -r 87783b8773b4 -r 492e6dc1c324 security/stunnel/Makefile
--- a/security/stunnel/Makefile Tue May 27 09:31:33 2008 +0000
+++ b/security/stunnel/Makefile Tue May 27 13:29:03 2008 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2008/01/18 05:09:42 tnn Exp $
+# $NetBSD: Makefile,v 1.61.2.1 2008/05/27 13:29:03 rtr Exp $
 
-DISTNAME=              stunnel-4.20
-PKGREVISION=           3
+DISTNAME=              stunnel-4.24
 CATEGORIES=            security
 MASTER_SITES=          ftp://ftp.fu-berlin.de/unix/security/stunnel/ \
                        ftp://stunnel.mirt.net/stunnel/ \
@@ -11,13 +10,14 @@
 HOMEPAGE=              http://www.stunnel.org/
 COMMENT=               Universal SSL tunnel
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-ssl=${SSLBASE:Q} \
                        --with-cert-dir=${SSLCERTS:Q} \
                        --with-pem-dir=${SSLCERTS:Q} \
                        --with-tcp-wrappers \
-                       --sysconfdir=${PKG_SYSCONFDIR:Q} \
                        --localstatedir=${VARBASE:Q}
 
 PTHREAD_OPTS?=         optional
diff -r 87783b8773b4 -r 492e6dc1c324 security/stunnel/PLIST
--- a/security/stunnel/PLIST    Tue May 27 09:31:33 2008 +0000
+++ b/security/stunnel/PLIST    Tue May 27 13:29:03 2008 +0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.9 2007/01/14 00:07:15 schmonz Exp $
-lib/libstunnel.la
+@comment $NetBSD: PLIST,v 1.9.10.1 2008/05/27 13:29:03 rtr Exp $
+bin/stunnel
+bin/stunnel3
+lib/stunnel/libstunnel.la
 man/man8/stunnel.8
 man/man8/stunnel.fr.8
 man/man8/stunnel.pl.8
-sbin/stunnel
-sbin/stunnel3
 share/doc/stunnel/AUTHORS
 share/doc/stunnel/BUGS
 share/doc/stunnel/COPYING
@@ -12,9 +12,9 @@
 share/doc/stunnel/CREDITS
 share/doc/stunnel/ChangeLog
 share/doc/stunnel/INSTALL
+share/doc/stunnel/INSTALL.FIPS
 share/doc/stunnel/INSTALL.W32
 share/doc/stunnel/INSTALL.WCE
-share/doc/stunnel/NEWS
 share/doc/stunnel/PORTS
 share/doc/stunnel/README
 share/doc/stunnel/TODO
diff -r 87783b8773b4 -r 492e6dc1c324 security/stunnel/distinfo
--- a/security/stunnel/distinfo Tue May 27 09:31:33 2008 +0000
+++ b/security/stunnel/distinfo Tue May 27 13:29:03 2008 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.23 2007/01/23 21:53:58 smb Exp $
+$NetBSD: distinfo,v 1.23.10.1 2008/05/27 13:29:03 rtr Exp $
 
-SHA1 (stunnel-4.20.tar.gz) = a9a449b28a4f34ab22f6b4bfaa81c1904a5883c4
-RMD160 (stunnel-4.20.tar.gz) = 6a5dfbabe17804e87ed8c7c75898dba4b4257827
-Size (stunnel-4.20.tar.gz) = 513394 bytes
-SHA1 (patch-aa) = 08f7c534152ced42373212a3ade8d7a4a750cd5d
-SHA1 (patch-ac) = 6773cee1bd8063f76a8cb122772ce1fc2856998b
+SHA1 (stunnel-4.24.tar.gz) = ec6db4080199d11e020b780da0f1cc37d37d9233
+RMD160 (stunnel-4.24.tar.gz) = a397ba5dd51d5224f2458948ef985e0785ef8fbb
+Size (stunnel-4.24.tar.gz) = 531714 bytes
+SHA1 (patch-aa) = 70dfbc793ec882715d2ddaa7b4248b8f238701b6
diff -r 87783b8773b4 -r 492e6dc1c324 security/stunnel/files/stunnel.sh
--- a/security/stunnel/files/stunnel.sh Tue May 27 09:31:33 2008 +0000
+++ b/security/stunnel/files/stunnel.sh Tue May 27 13:29:03 2008 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: stunnel.sh,v 1.1 2004/06/06 14:19:04 schmonz Exp $
+# $NetBSD: stunnel.sh,v 1.1.32.1 2008/05/27 13:29:03 rtr Exp $
 #
 
 # PROVIDE: stunnel
@@ -10,7 +10,7 @@
 
 name="stunnel"
 rcvar=$name
-command="@PREFIX@/sbin/stunnel"
+command="@PREFIX@/bin/stunnel"
 required_files="@PKG_SYSCONFDIR@/stunnel.conf"
 
 load_rc_config $name
diff -r 87783b8773b4 -r 492e6dc1c324 security/stunnel/patches/patch-aa
--- a/security/stunnel/patches/patch-aa Tue May 27 09:31:33 2008 +0000
+++ b/security/stunnel/patches/patch-aa Tue May 27 13:29:03 2008 +0000
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.19 2007/01/14 00:07:15 schmonz Exp $
+$NetBSD: patch-aa,v 1.19.10.1 2008/05/27 13:29:03 rtr Exp $
 
---- tools/Makefile.in.orig     2006-11-11 09:58:22.000000000 -0500
+--- tools/Makefile.in.orig     2008-05-18 13:46:07.000000000 +0200
 +++ tools/Makefile.in
-@@ -161,7 +161,7 @@ target_alias = @target_alias@
+@@ -167,7 +167,7 @@ target_alias = @target_alias@
  EXTRA_DIST = ca.html ca.pl importCA.html importCA.sh script.sh \
        stunnel.spec stunnel.mak stunnel.cnf stunnel.nsi stunnel.conf
  
 -confdir = $(sysconfdir)/stunnel
 +confdir = $(datadir)/examples/stunnel
  conf_DATA = stunnel.conf-sample
- docdir = $(datadir)/doc/stunnel
  examplesdir = $(docdir)/examples
-@@ -332,7 +332,7 @@ info: info-am
+ examples_DATA = ca.html ca.pl importCA.html importCA.sh script.sh \
+@@ -337,7 +337,7 @@ info: info-am
  
  info-am:
  
diff -r 87783b8773b4 -r 492e6dc1c324 security/stunnel/patches/patch-ac
--- a/security/stunnel/patches/patch-ac Tue May 27 09:31:33 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.9 2007/01/23 21:53:58 smb Exp $
-
---- src/Makefile.in.orig       2006-11-11 09:58:22.000000000 -0500
-+++ src/Makefile.in
-@@ -221,7 +221,7 @@ libstunnel_la_LDFLAGS = -avoid-version
- INCLUDES = -I/usr/kerberos/include
- 
- # Additional compiler flags
--AM_CPPFLAGS = -DLIBDIR='"$(libdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' -DPIDFILE='"$(prefix)/var/run/stunnel/stunnel.pid"'
-+AM_CPPFLAGS = -DLIBDIR='"$(libdir)"' -DCONFDIR='"$(sysconfdir)"' -DPIDFILE='"/var/run/stunnel.pid"'
- 
- # Win32 executable
- EXTRA_DIST = stunnel.exe make.bat mingw.mak makece.bat evc.mak vc.mak nogui.c os2.mak



Home | Main Index | Thread Index | Old Index