pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/milter-greylist Update "milter-greylist" package ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d55864593db
branches:  trunk
changeset: 520096:8d55864593db
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Oct 15 12:11:51 2006 +0000

description:
Update "milter-greylist" package to version 3.0rc5.
Changes since version 3.0rc4:
- Pointer to DRAC documentation
- FreeBSD build fixes
- Remove the /tmp/access-list.debug for security sake
- Correctly enable non blocking I/O fox MX sync

diffstat:

 mail/milter-greylist/Makefile         |   4 ++--
 mail/milter-greylist/distinfo         |   9 +++++----
 mail/milter-greylist/patches/patch-aa |  13 +++++++++++++
 3 files changed, 20 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r a0c14d3ccb3c -r 8d55864593db mail/milter-greylist/Makefile
--- a/mail/milter-greylist/Makefile     Sun Oct 15 11:52:28 2006 +0000
+++ b/mail/milter-greylist/Makefile     Sun Oct 15 12:11:51 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2006/10/12 13:14:43 tron Exp $
+# $NetBSD: Makefile,v 1.27 2006/10/15 12:11:51 tron Exp $
 
-DISTNAME=      milter-greylist-3.0rc4
+DISTNAME=      milter-greylist-3.0rc5
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.espci.fr/pub/milter-greylist/
 EXTRACT_SUFX=  .tgz
diff -r a0c14d3ccb3c -r 8d55864593db mail/milter-greylist/distinfo
--- a/mail/milter-greylist/distinfo     Sun Oct 15 11:52:28 2006 +0000
+++ b/mail/milter-greylist/distinfo     Sun Oct 15 12:11:51 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.13 2006/10/12 13:14:43 tron Exp $
+$NetBSD: distinfo,v 1.14 2006/10/15 12:11:51 tron Exp $
 
-SHA1 (milter-greylist-3.0rc4.tgz) = d7d1afdb8917c2187e37bdee252d252bb9f90433
-RMD160 (milter-greylist-3.0rc4.tgz) = df8696c4fe22e632a1b12d5548223060adb5bab3
-Size (milter-greylist-3.0rc4.tgz) = 140177 bytes
+SHA1 (milter-greylist-3.0rc5.tgz) = 7e1bf48113f686c3a9637591964715bd12208acd
+RMD160 (milter-greylist-3.0rc5.tgz) = 26f3f5dd90c99f60c3c649d3d6ddeffef1656329
+Size (milter-greylist-3.0rc5.tgz) = 140466 bytes
+SHA1 (patch-aa) = 2e31f7db50a8aac45e21e4ae4642d0c6631e8c78
diff -r a0c14d3ccb3c -r 8d55864593db mail/milter-greylist/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/milter-greylist/patches/patch-aa     Sun Oct 15 12:11:51 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/10/15 12:11:51 tron Exp $
+
+--- Makefile.in.orig   2006-10-06 10:14:39.000000000 +0100
++++ Makefile.in        2006-10-15 13:06:07.000000000 +0100
+@@ -121,7 +121,7 @@
+               echo "  ================================================"; \
+       ) || ${TRUE}
+ 
+-install: install-daemon-to-bin install-man install-conf install-db
++install: install-daemon-to-bin install-man install-db
+ 
+ depend:
+       ${MKDEP} ${CFLAGS} ${SRC}



Home | Main Index | Thread Index | Old Index