upgrade to 1.1p5. now supports reverse lookup support for 6to4 cloud.

This commit is contained in:
itojun 2000-12-14 21:43:20 +00:00
parent ca06a316e9
commit 340fb14601
4 changed files with 19 additions and 18 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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*/