pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/thttpd Bump to thttpd-2.25bnb4 to address a securi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18fd9ebd864d
branches:  trunk
changeset: 503719:18fd9ebd864d
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Nov 26 10:02:37 2005 +0000

description:
Bump to thttpd-2.25bnb4 to address a security issue:
        http://secunia.com/advisories/17454/

diffstat:

 www/thttpd/Makefile         |   4 ++--
 www/thttpd/distinfo         |  15 ++++++++-------
 www/thttpd/patches/patch-ag |  15 +++++++++++++++
 3 files changed, 25 insertions(+), 9 deletions(-)

diffs (57 lines):

diff -r 5f8ff0f7a586 -r 18fd9ebd864d www/thttpd/Makefile
--- a/www/thttpd/Makefile       Sat Nov 26 09:46:07 2005 +0000
+++ b/www/thttpd/Makefile       Sat Nov 26 10:02:37 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2005/08/19 13:38:58 cube Exp $
+# $NetBSD: Makefile,v 1.33 2005/11/26 10:02:37 adrianp Exp $
 
 DISTNAME=      thttpd-2.25b
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    www
 MASTER_SITES=  http://www.acme.com/software/thttpd/
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} \
diff -r 5f8ff0f7a586 -r 18fd9ebd864d www/thttpd/distinfo
--- a/www/thttpd/distinfo       Sat Nov 26 09:46:07 2005 +0000
+++ b/www/thttpd/distinfo       Sat Nov 26 10:02:37 2005 +0000
@@ -1,13 +1,14 @@
-$NetBSD: distinfo,v 1.11 2005/08/19 13:38:58 cube Exp $
+$NetBSD: distinfo,v 1.12 2005/11/26 10:02:37 adrianp Exp $
 
-SHA1 (thttpd-2.25bnb3/thttpd-2.25b.tar.gz) = cd0e823233ad73e34ee1c9b871b01050feb9db52
-RMD160 (thttpd-2.25bnb3/thttpd-2.25b.tar.gz) = 2b67abe40dfec7a21ed338a9082594825a9fef0e
-Size (thttpd-2.25bnb3/thttpd-2.25b.tar.gz) = 132275 bytes
-SHA1 (thttpd-2.25bnb3/sitedrivenby.gif) = 7671e9a8ec2cad3961b268befd33c0920e07c658
-RMD160 (thttpd-2.25bnb3/sitedrivenby.gif) = 2e350e6531a800da8796207509c12fb590d0affa
-Size (thttpd-2.25bnb3/sitedrivenby.gif) = 8519 bytes
+SHA1 (thttpd-2.25bnb4/thttpd-2.25b.tar.gz) = cd0e823233ad73e34ee1c9b871b01050feb9db52
+RMD160 (thttpd-2.25bnb4/thttpd-2.25b.tar.gz) = 2b67abe40dfec7a21ed338a9082594825a9fef0e
+Size (thttpd-2.25bnb4/thttpd-2.25b.tar.gz) = 132275 bytes
+SHA1 (thttpd-2.25bnb4/sitedrivenby.gif) = 7671e9a8ec2cad3961b268befd33c0920e07c658
+RMD160 (thttpd-2.25bnb4/sitedrivenby.gif) = 2e350e6531a800da8796207509c12fb590d0affa
+Size (thttpd-2.25bnb4/sitedrivenby.gif) = 8519 bytes
 SHA1 (patch-aa) = 0f739bebf1ade45a9b9819fc92d48eeb1004eb66
 SHA1 (patch-ab) = 3766ae48fabc1980483e482157d1267971e621df
 SHA1 (patch-ac) = 71b2926a9513bd25a124510ad5f234d029492eb2
 SHA1 (patch-ad) = 234127aaf4a3b5e6536bd08cc80f823800240fac
 SHA1 (patch-af) = 2fa1603964383a745a82f1760faa947193764079
+SHA1 (patch-ag) = 01410f8d293e2d4033f2a1119b21c05e21dfefbe
diff -r 5f8ff0f7a586 -r 18fd9ebd864d www/thttpd/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/thttpd/patches/patch-ag       Sat Nov 26 10:02:37 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ag,v 1.3 2005/11/26 10:02:37 adrianp Exp $
+
+--- extras/syslogtocern.orig   2005-11-26 09:54:31.000000000 +0000
++++ extras/syslogtocern
+@@ -31,8 +31,8 @@ if [ $# -lt 1 ] ; then
+     exit 1
+ fi
+ 
+-tmp1=/tmp/stc1.$$
+-rm -f $tmp1
++tmp1=``mktemp -t stc1.XXXXXX` || { echo "$0: Cannot create temporary file" >&2; exit 1;  }
++trap " [ -f \"$tmp1\" ] && /bin/rm -f -- \"$tmp1\"" 0 1 2 3 13 15
+ 
+ # Gather up all the thttpd entries.
+ egrep -h ' thttpd\[' "$@" > $tmp1



Home | Main Index | Thread Index | Old Index