diff options
author | tron <tron> | 2004-12-12 00:14:13 +0000 |
---|---|---|
committer | tron <tron> | 2004-12-12 00:14:13 +0000 |
commit | 6041941ed1d77ff723864a38dddc1a1509b09b33 (patch) | |
tree | f83bc13ee340cad60ffc3dc62a20e0dc06d81660 /mail/milter-greylist | |
parent | 78bf6b84b84e94bc510209704952df5b8ff263e7 (diff) | |
download | pkgsrc-6041941ed1d77ff723864a38dddc1a1509b09b33.tar.gz |
Update "milter-gerylist" package to version 1.6. Changes since version 1.4:
- Missing flags in milter-greylist usage display
- Gentoo startup sript (Stephane Lentz)
- rc-linux.sh was renamed rc-redhat.sh
- More broken servers in the default config file
- Fix wrong sync queue counter computations (Attila Bruncsak)
- Add a -c option to just check the config and exit (Klas Heggemann)
- Don't block threads while reloading config (Attila Bruncsak)
- Allow regex with # in the configuration (Hajimu Umemoto)
- Ignore self as sync peer (Matthias Scheler and Hajimu Umemoto)
- Document ressource shortage for memory and file descriptor
- Remove outdated documentation about IPv6
- Fix a build problem on systems that don't have IPv6 (Hajimu Umemoto)
- Fix a minor bug with SPF (Hajimu Umemoto)
- Give credits to the various contributors in the man pages
- Do not match bogus IPv6 addresses in the dump file (Hajimu Umemoto)
- Quick statistics at the end of the dump file (Remy Card)
- Fix build on Tru64 Unix, including for IPv6 (Attila Bruncsak)
- Fix a SPF log problem (Alexandre Cherif)
- Fix a bug in configure.ac (Hajimu Umemoto)
- malloc e-mail addresses, avoids truncation at 32 chars (Hajimu Umemoto)
- Configurable MX sync bind port and address (Cyril Guibourg)
- Disable getnameinfo as in causes an ABI clash in Linux
- Fix bad substitutions in rc scripts
- Fix build problems on Solaris
- Avoid race conditions when reloading the config (Attila Bruncsak)
- Full blown IPv6 support, from Hajimu Umemoto
- rc-debian.sh script, from Joel Bertrand
- Fix unproper MX sync port on little endian machines
- Add a template Makefile to manually tweak if configure fails
- Feed strtkok_r with a NULL initialized pointer
- More mixed I/O fix: another fflush after a fgets()
- Fix mixed I/O in MX sync on Solaris, from Attila Bruncsak
- Check that compiler and linker accept -Wall
- Document the comment on end of line bug
- Clean up rc-solaris.sh on make clean
- syslog the expired autowhite entry correctly, from Mattieu Herrb
- Handle mailing lists with unique sender by removing '^.*=' from sender
- Minor bug fixes in queue management from Wolfgang Solfrank
Diffstat (limited to 'mail/milter-greylist')
-rw-r--r-- | mail/milter-greylist/Makefile | 7 | ||||
-rw-r--r-- | mail/milter-greylist/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index 23ed97118b2..bd1f91c5dc7 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2004/12/03 15:15:02 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/12 00:14:13 tron Exp $ -DISTNAME= milter-greylist-1.4 -PKGREVISION= 1 +DISTNAME= milter-greylist-1.6 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ EXTRACT_SUFX= .tgz -MAINTAINER= manu@netbsd.org +MAINTAINER= tron@NetBSD.org HOMEPAGE= http://hcpnet.free.fr/milter-greylist/ COMMENT= Easy-to-use greylist milter for sendmail diff --git a/mail/milter-greylist/distinfo b/mail/milter-greylist/distinfo index 8845baeadc8..1f729178363 100644 --- a/mail/milter-greylist/distinfo +++ b/mail/milter-greylist/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/06/13 14:11:16 tron Exp $ +$NetBSD: distinfo,v 1.7 2004/12/12 00:14:13 tron Exp $ -SHA1 (milter-greylist-1.4.tgz) = 683c19eb510f5222714003cdd7596acd7207aef8 -Size (milter-greylist-1.4.tgz) = 93239 bytes +SHA1 (milter-greylist-1.6.tgz) = 1c35cd74f3145332d8e0d519a46d10e8f34c38d6 +Size (milter-greylist-1.6.tgz) = 105679 bytes |