diff options
author | itojun <itojun@pkgsrc.org> | 2001-03-23 14:55:53 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-03-23 14:55:53 +0000 |
commit | c3fb193b8b40229910a86201c6cc153584aa7b46 (patch) | |
tree | 4c48cd46b773462e6b70b9a546a99e5bac962613 /net/totd | |
parent | 46f97f0fb6dbd74bd5e5076358470c67697ae0c7 (diff) | |
download | pkgsrc-c3fb193b8b40229910a86201c6cc153584aa7b46.tar.gz |
upgrade to 1.2. use config file in /etc/totd.conf.
2001-03-13 13:12 dillema
* Makefile.in: install manpage
2001-03-13 13:06 dillema
* ChangeLog, README, totd.8: first totd manual page, derived from
README file
2001-03-13 11:14 dillema
* ne_io.c: unused variabel fix. trivial, but gets rid of a warning
* configure.in, cons_common.c, cons_tcp_response.c,
cons_udp_response.c, conv_trick.c, ev_udp_in.c, ne_io.c, ne_mesg.c,
ns_const.h, protos.h, res_record.c: patches from Kame CVS, send in
by itojun. Adds support for A6 and DNAME, and improves message
validation and fixes possible buffer overrun....
Diffstat (limited to 'net/totd')
-rw-r--r-- | net/totd/Makefile | 15 | ||||
-rw-r--r-- | net/totd/files/md5 | 5 | ||||
-rw-r--r-- | net/totd/files/patch-sum | 5 | ||||
-rw-r--r-- | net/totd/pkg/PLIST | 6 |
4 files changed, 14 insertions, 17 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index c1748773587..8831f15deff 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,21 +1,14 @@ -# $NetBSD: Makefile,v 1.9 2001/03/10 02:23:00 itojun Exp $ +# $NetBSD: Makefile,v 1.10 2001/03/23 14:55:53 itojun Exp $ # -DISTNAME= totd-1.1p5 +DISTNAME= totd-1.2 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 -WRKSRC= ${WRKDIR}/totd-1.1p5 - GNU_CONFIGURE= YES .include "../../mk/bsd.prefs.mk" @@ -23,6 +16,8 @@ GNU_CONFIGURE= YES BUILD_DEFS+= USE_INET6 post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/totd.conf.sample ${PREFIX}/etc/totd.conf.sample + ${MKDIR} ${PREFIX}/share/examples/totd + ${INSTALL_SCRIPT} ${FILESDIR}/totd.conf.sample \ + ${PREFIX}/share/examples/totd/totd.conf.sample .include "../../mk/bsd.pkg.mk" diff --git a/net/totd/files/md5 b/net/totd/files/md5 index faba862096f..6b9099e7baa 100644 --- a/net/totd/files/md5 +++ b/net/totd/files/md5 @@ -1,4 +1,3 @@ -$NetBSD: md5,v 1.5 2001/03/10 02:23:01 itojun Exp $ +$NetBSD: md5,v 1.6 2001/03/23 14:55:54 itojun Exp $ -SHA1 (totd-1.1p5.tgz) = 398ab99cc16ea04cede004ae12020b9e151facd4 -SHA1 (totd-1.1p5-20010310a.diff.gz) = ee0c41fed12d1f2ee3dadcb72f83c1b98436db30 +SHA1 (totd-1.2.tar.gz) = 6c035948eade7ee01fdf9da83beecc6fe3849247 diff --git a/net/totd/files/patch-sum b/net/totd/files/patch-sum index 53b0e56dee7..f345b0c4d4c 100644 --- a/net/totd/files/patch-sum +++ b/net/totd/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.4 2000/12/14 21:43:20 itojun Exp $ +$NetBSD: patch-sum,v 1.5 2001/03/23 14:55:54 itojun Exp $ -MD5 (patch-aa) = 7c0af447b48c6302bac5551f8b8ea600 +SHA1 (patch-aa) = 9abe77128733c7a5a3447884c1b81f6e6ec96723 +SHA1 (patch-ab) = 2d6d7acca53f13df21326744d7107c709a172f4d diff --git a/net/totd/pkg/PLIST b/net/totd/pkg/PLIST index 600cce316a5..aa00a9abb35 100644 --- a/net/totd/pkg/PLIST +++ b/net/totd/pkg/PLIST @@ -1,3 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/22 21:04:01 itojun Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/03/23 14:55:54 itojun Exp $ sbin/totd -etc/totd.conf.sample +man/man8/totd.8 +share/examples/totd/totd.conf.sample +@dirrm share/examples/totd |