diff options
author | itojun <itojun@pkgsrc.org> | 2001-03-12 07:18:05 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-03-12 07:18:05 +0000 |
commit | 5f1e9b742fd780fb7ad9eb2b9cf8857ae42ef1a4 (patch) | |
tree | a7818835f94d6bfa279746389b2f0b3503fa1d7d /mail/postfix-current/Makefile | |
parent | 80d72de5aeb7829826ef93e7229bbc333428bcfc (diff) | |
download | pkgsrc-5f1e9b742fd780fb7ad9eb2b9cf8857ae42ef1a4.tar.gz |
use the latest IPv6 patch. it will correct listening socket selection
on IPv4-only kernel (reported by kim@tac.nyc.ny.us).
Diffstat (limited to 'mail/postfix-current/Makefile')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index cece3a0c98b..1d51652cfe9 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.21 2001/03/04 04:10:47 kim Exp $ +# $NetBSD: Makefile,v 1.22 2001/03/12 07:18:05 itojun Exp $ DISTNAME= release-20010228 PKGNAME= postfix-20010228 CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/official/ -PATCHFILES= postfix-20010228release-v6-20010302a.diff.gz \ +PATCHFILES= postfix-20010228release-v6-20010312a.diff.gz \ postfix-20010228release-ercpt.diff PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://ftp.gw.com/pub/people/kim/patches/ |