diff options
author | itojun <itojun@pkgsrc.org> | 2001-03-10 02:23:00 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-03-10 02:23:00 +0000 |
commit | c8779a917f7499d9fc0cbc87d47d522d10156bdb (patch) | |
tree | db04d604612b9deb1ffd91ca42ec4236dbe3f8cf /net/totd/Makefile | |
parent | 0dcf84612310e8677fe4f768f91dcbb84ba4e963 (diff) | |
download | pkgsrc-c8779a917f7499d9fc0cbc87d47d522d10156bdb.tar.gz |
pull kame patch. A6 and DNAME support, and more careful buffer management.
(patch have sent to feico)
Diffstat (limited to 'net/totd/Makefile')
-rw-r--r-- | net/totd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index 223f5b795a4..c1748773587 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/17 18:19:47 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/03/10 02:23:00 itojun Exp $ # DISTNAME= totd-1.1p5 @@ -6,6 +6,10 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ EXTRACT_SUFX= .tgz +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ +PATCHFILES= totd-1.1p5-20010310a.diff.gz +PATCH_DIST_STRIP= -p1 + MAINTAINER= feico@pasta.cs.uit.no HOMEPAGE= http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation |