pkgsrc-Bugs archive

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

pkg/34760: Update mail/qmail qregex patch



>Number:         34760
>Category:       pkg
>Synopsis:       Update mail/qmail qregex patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 08 18:00:00 +0000 2006
>Originator:     ISIHARA Takanori
>Release:        NetBSD/i386 2.0.2
>Organization:
>Environment:
NetBSD leaf.sf21npo.gr.jp 2.0.2 NetBSD 2.0.2 (GENERIC) #0: Wed Mar 23 08:53:42 
UTC 2005  
jmc%faith.netbsd.org@localhost:/home/builds/ab/netbsd-2-0-2-RELEASE/i386/200503220140Z-obj/home/builds/ab/netbsd-2-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC
 i386

>Description:
* Update qregex patch.

Changelog:
2006 04 23
qregex adds the matched regex pattern to its log entries if the LOGREGEX
environment variable is set.

>How-To-Repeat:

>Fix:
diff -uNr qmail/Makefile qmail.new/Makefile
--- qmail/Makefile      2006-05-02 00:12:07.000000000 +0900
+++ qmail.new/Makefile  2006-10-09 02:41:55.000000000 +0900
@@ -3,7 +3,7 @@
 
 DISTNAME=              netqmail-1.05
 PKGNAME=               qmail-1.03
-PKGREVISION=           11
+PKGREVISION=           12
 CATEGORIES=            mail
 MASTER_SITES=          http://qmail.org/
 
diff -uNr qmail/distinfo qmail.new/distinfo
--- qmail/distinfo      2006-05-21 00:12:38.000000000 +0900
+++ qmail.new/distinfo  2006-10-09 02:45:54.000000000 +0900
@@ -15,9 +15,9 @@
 SHA1 (outgoingip.patch) = c37b50facc72f82cad6505d2db88d5eccc5418b2
 RMD160 (outgoingip.patch) = 032c653d395e5f599c0998e92debb09d84f90f0f
 Size (outgoingip.patch) = 6839 bytes
-SHA1 (qregex-20040725.patch) = e8eb108720b8eae0e50afc4f735923057001103d
-RMD160 (qregex-20040725.patch) = d1f85e7b2019e5d2f79bd4b8bfa5c3a13887c34f
-Size (qregex-20040725.patch) = 25360 bytes
+SHA1 (qregex-20060423.patch) = fe52992254e5d464ce0fa0b68cf15ee744266b83
+RMD160 (qregex-20060423.patch) = f28245fee8bcc38e84816fe379be886376740a0c
+Size (qregex-20060423.patch) = 26745 bytes
 SHA1 (qmail-1.03-realrcptto-2004.08.20.patch) = 
1406bddae6eb59c50324c15907ef31780bf77021
 RMD160 (qmail-1.03-realrcptto-2004.08.20.patch) = 
5becb036956bdcebf9644e5e56e1e68c8cd9f9c9
 Size (qmail-1.03-realrcptto-2004.08.20.patch) = 16663 bytes
diff -uNr qmail/options.mk qmail.new/options.mk
--- qmail/options.mk    2006-03-13 00:12:21.000000000 +0900
+++ qmail.new/options.mk        2006-10-09 01:31:50.000000000 +0900
@@ -51,7 +51,7 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mqmail-qregex)
-QREGEX_PATCH=          qregex-20040725.patch
+QREGEX_PATCH=          qregex-20060423.patch
 PATCHFILES+=           ${QREGEX_PATCH}
 SITES.${QREGEX_PATCH}= http://www.arda.homeunix.net/store/qmail/
 PATCH_DIST_STRIP.${QREGEX_PATCH}=      -p3




Home | Main Index | Thread Index | Old Index