summaryrefslogtreecommitdiff
path: root/net/totd
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-12-14 21:43:20 +0000
committeritojun <itojun@pkgsrc.org>2000-12-14 21:43:20 +0000
commit340fb14601eb02c265014ea25864885aaa128168 (patch)
tree97ac98a4c80017caac04ca83a65ae39288e5f4eb /net/totd
parentca06a316e997ad123dee42d5b505232707c771e1 (diff)
downloadpkgsrc-340fb14601eb02c265014ea25864885aaa128168.tar.gz
upgrade to 1.1p5. now supports reverse lookup support for 6to4 cloud.
Diffstat (limited to 'net/totd')
-rw-r--r--net/totd/Makefile12
-rw-r--r--net/totd/files/md54
-rw-r--r--net/totd/files/patch-sum4
-rw-r--r--net/totd/patches/patch-aa17
4 files changed, 19 insertions, 18 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile
index b81fe47cfb7..cf94c733874 100644
--- a/net/totd/Makefile
+++ b/net/totd/Makefile
@@ -1,17 +1,21 @@
-# $NetBSD: Makefile,v 1.6 2000/11/18 07:24:15 itojun Exp $
+# $NetBSD: Makefile,v 1.7 2000/12/14 21:43:20 itojun Exp $
#
-DISTNAME= totd-1.1p4
+DISTNAME= totd-1.1p5
CATEGORIES= net
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
+EXTRACT_SUFX= .tgz
MAINTAINER= feico@pasta.cs.uit.no
HOMEPAGE= http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html
-WRKSRC= ${WRKDIR}/totd-1.1p4
+WRKSRC= ${WRKDIR}/totd-1.1p5
GNU_CONFIGURE= YES
-# Does not regard USE_INET6 <- leave this line in for README-IPv6.html
+
+.include "../../mk/bsd.prefs.mk"
+# always IPv6 ready
+BUILD_DEFS+= USE_INET6
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/totd.conf.sample ${PREFIX}/etc/totd.conf.sample
diff --git a/net/totd/files/md5 b/net/totd/files/md5
index d16ac8aab4d..ffc14cb64ff 100644
--- a/net/totd/files/md5
+++ b/net/totd/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.3 2000/04/03 06:33:51 itojun Exp $
+$NetBSD: md5,v 1.4 2000/12/14 21:43:20 itojun Exp $
-MD5 (totd-1.1p4.tar.gz) = 898373f788d7a75e3430dc3c88886b18
+MD5 (totd-1.1p5.tgz) = 54ad20e678285c1c288f6a5dc3e1c75f
diff --git a/net/totd/files/patch-sum b/net/totd/files/patch-sum
index 1b744598343..53b0e56dee7 100644
--- a/net/totd/files/patch-sum
+++ b/net/totd/files/patch-sum
@@ -1,3 +1,3 @@
-$NetBSD: patch-sum,v 1.3 2000/04/23 23:36:41 wiz Exp $
+$NetBSD: patch-sum,v 1.4 2000/12/14 21:43:20 itojun Exp $
-MD5 (patch-aa) = 09f764a502ed6243611aa150cd03771e
+MD5 (patch-aa) = 7c0af447b48c6302bac5551f8b8ea600
diff --git a/net/totd/patches/patch-aa b/net/totd/patches/patch-aa
index 1f240df995d..32e87bb9f92 100644
--- a/net/totd/patches/patch-aa
+++ b/net/totd/patches/patch-aa
@@ -1,15 +1,12 @@
-$NetBSD: patch-aa,v 1.1 2000/04/23 13:34:33 itojun Exp $
---- config.h.in- Sun Apr 23 22:17:36 2000
-+++ config.h.in Sun Apr 23 22:17:45 2000
-@@ -33,9 +33,9 @@
-
- /* security aware -- seteuid if tot doesn't need priveledge. */
+$NetBSD: patch-aa,v 1.2 2000/12/14 21:43:21 itojun Exp $
+
+--- config.h.in.orig Fri Oct 13 21:58:21 2000
++++ config.h.in Fri Dec 15 06:41:25 2000
+@@ -37,5 +37,5 @@
/* the user/group name to use ... i recommend to make account of tot */
-#define TOT_USER "tot"
-+/*#define TOT_USER "tot"*/
++/* #define TOT_USER "tot" */
/* define loglevel if you need log for each root priv action */
-#define TOT_USER_LOGLVL LOG_INFO
-+/*#define TOT_USER_LOGLVL LOG_INFO*/
++/* #define TOT_USER_LOGLVL LOG_INFO */
- /* if you use IPV6 */
- /*#define USE_INET6*/