pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/samba Apply security fixes for CVE-2007-4572 and C...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56138051d8d8
branches:  trunk
changeset: 535406:56138051d8d8
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Nov 16 11:41:38 2007 +0000

description:
Apply security fixes for CVE-2007-4572 and CVE-2007-5398 released by the
Samba project. Bump package revision.

diffstat:

 net/samba/Makefile         |   4 ++--
 net/samba/Makefile.patches |  12 ++++++------
 net/samba/distinfo         |   8 +++++++-
 3 files changed, 15 insertions(+), 9 deletions(-)

diffs (55 lines):

diff -r 3b7cb7d878b3 -r 56138051d8d8 net/samba/Makefile
--- a/net/samba/Makefile        Fri Nov 16 08:15:19 2007 +0000
+++ b/net/samba/Makefile        Fri Nov 16 11:41:38 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.176 2007/11/06 00:47:48 rillig Exp $
+# $NetBSD: Makefile,v 1.177 2007/11/16 11:41:38 tron Exp $
 
 .include "Makefile.mirrors"
 
 DISTNAME=              samba-${VERSION}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            net
 MASTER_SITES=          ${SAMBA_MIRRORS:=old-versions/}
 
diff -r 3b7cb7d878b3 -r 56138051d8d8 net/samba/Makefile.patches
--- a/net/samba/Makefile.patches        Fri Nov 16 08:15:19 2007 +0000
+++ b/net/samba/Makefile.patches        Fri Nov 16 11:41:38 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.patches,v 1.5 2007/10/28 07:28:45 taca Exp $
+# $NetBSD: Makefile.patches,v 1.6 2007/11/16 11:41:38 tron Exp $
 #
 # This Makefile fragment describes the recommended patches for the
 # currently packaged version of Samba.  All recommended patches for
@@ -14,9 +14,9 @@
 #
 #PATCH_SITES=  http://www.samba.org/samba/patches/patches-${VERSION}/
 #PATCHFILES=
-#PATCH_DIST_STRIP= -p2
+PATCH_DIST_STRIP= -p2
 
-#.for p in
-#PATCHFILES+=          ${p}
-#SITES.${CVE_PATCH}=   http://www.samba.org/samba/ftp/patches/security/
-#.endfor
+.for CVE_PATCH in samba-3.0.26a-CVE-2007-4572.patch samba-3.0.26a-CVE-2007-5398.patch
+PATCHFILES+=           ${CVE_PATCH}
+SITES.${CVE_PATCH}=    http://www.samba.org/samba/ftp/patches/security/
+.endfor
diff -r 3b7cb7d878b3 -r 56138051d8d8 net/samba/distinfo
--- a/net/samba/distinfo        Fri Nov 16 08:15:19 2007 +0000
+++ b/net/samba/distinfo        Fri Nov 16 11:41:38 2007 +0000
@@ -1,5 +1,11 @@
-$NetBSD: distinfo,v 1.56 2007/11/06 00:47:49 rillig Exp $
+$NetBSD: distinfo,v 1.57 2007/11/16 11:41:38 tron Exp $
 
+SHA1 (samba-3.0.26a-CVE-2007-4572.patch) = 32b4f45558a0765b9cd96e67ac57a83cc62678ea
+RMD160 (samba-3.0.26a-CVE-2007-4572.patch) = 81afb6ce0a58cd688fc3c25c1c8a878ca1a4b7fc
+Size (samba-3.0.26a-CVE-2007-4572.patch) = 8203 bytes
+SHA1 (samba-3.0.26a-CVE-2007-5398.patch) = e2b7d91446e07bf1be5930187417f26841995743
+RMD160 (samba-3.0.26a-CVE-2007-5398.patch) = b547196a44437d6336495ea727f9abfcfd41e79c
+Size (samba-3.0.26a-CVE-2007-5398.patch) = 1232 bytes
 SHA1 (samba-3.0.26a.tar.gz) = 1625ac3f1c2a57600a9141a2b4bbe59fe8c4d6d2
 RMD160 (samba-3.0.26a.tar.gz) = 9a62ba3ea2747b500ddea56729499524ae4329d2
 Size (samba-3.0.26a.tar.gz) = 18180031 bytes



Home | Main Index | Thread Index | Old Index