pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security Take patch for CVE-2013-4122 from upstream gi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94430bad0ac9
branches:  trunk
changeset: 624732:94430bad0ac9
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Sep 30 06:16:34 2013 +0000

description:
Take patch for CVE-2013-4122 from upstream git repo.

Bump PKGREVISION of cyrus-saslauthd.

diffstat:

 security/cyrus-sasl/Makefile.common |  6 +++++-
 security/cyrus-sasl/distinfo        |  5 ++++-
 security/cyrus-saslauthd/Makefile   |  4 ++--
 3 files changed, 11 insertions(+), 4 deletions(-)

diffs (49 lines):

diff -r 0d70b48009ff -r 94430bad0ac9 security/cyrus-sasl/Makefile.common
--- a/security/cyrus-sasl/Makefile.common       Mon Sep 30 05:56:56 2013 +0000
+++ b/security/cyrus-sasl/Makefile.common       Mon Sep 30 06:16:34 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2012/12/16 01:36:44 obache Exp $
+# $NetBSD: Makefile.common,v 1.20 2013/09/30 06:16:34 obache Exp $
 #
 # used by security/cyrus-sasl/Makefile
 # used by security/cy2-anonymous/Makefile
@@ -21,6 +21,10 @@
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.cyrusimap.org/cyrus-sasl/ \
                ftp://ftp.cyrusimap.org/cyrus-sasl/OLD-VERSIONS/
+PATCHFILES+=   cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch
+SITES.cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch= \
+               -http://git.cyrusimap.org/cyrus-sasl/patch/?id=dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d
+PATCH_DIST_STRIP=      -p1
 
 MAINTAINER=    obache%NetBSD.org@localhost
 HOMEPAGE=      http://www.cyrussasl.org/
diff -r 0d70b48009ff -r 94430bad0ac9 security/cyrus-sasl/distinfo
--- a/security/cyrus-sasl/distinfo      Mon Sep 30 05:56:56 2013 +0000
+++ b/security/cyrus-sasl/distinfo      Mon Sep 30 06:16:34 2013 +0000
@@ -1,8 +1,11 @@
-$NetBSD: distinfo,v 1.25 2013/09/30 05:44:33 obache Exp $
+$NetBSD: distinfo,v 1.26 2013/09/30 06:16:34 obache Exp $
 
 SHA1 (cyrus-sasl-2.1.26.tar.gz) = d6669fb91434192529bd13ee95737a8a5040241c
 RMD160 (cyrus-sasl-2.1.26.tar.gz) = 861a06d663cf3da37a198d0f971d99b249b5f4b8
 Size (cyrus-sasl-2.1.26.tar.gz) = 5220231 bytes
+SHA1 (cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch) = a3913afc26a37cd6e4681c7bf1e09db001c15d57
+RMD160 (cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch) = 8228d02e2b2cbb54da77d7767f8b9951c3423349
+Size (cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch) = 3836 bytes
 SHA1 (patch-include_sasl.h) = db40d75998075a5e347209b776230540c54c9e35
 SHA1 (patch-saslauthd_Makefile.in) = b7962486aef16ec1e5b27a05a3405d79540f8e20
 SHA1 (patch-saslauthd_auth__rimap.c) = cc3e04ae0cf049eeb507df3226a2098528afaaab
diff -r 0d70b48009ff -r 94430bad0ac9 security/cyrus-saslauthd/Makefile
--- a/security/cyrus-saslauthd/Makefile Mon Sep 30 05:56:56 2013 +0000
+++ b/security/cyrus-saslauthd/Makefile Mon Sep 30 06:16:34 2013 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2013/02/06 23:23:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.46 2013/09/30 06:16:34 obache Exp $
 
 PKGNAME=       ${DISTNAME:S/sasl/saslauthd/}
-PKGREVISION=   1
+PKGREVISION=   2
 CONFLICTS+=    cyrus-sasl<2.1.15nb2
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews



Home | Main Index | Thread Index | Old Index