diff --git a/net/totd/Makefile b/net/totd/Makefile index 2bd1379bf59..c1916738a99 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2002/01/28 01:41:52 jsyn Exp $ +# $OpenBSD: Makefile,v 1.16 2002/03/15 03:35:45 itojun Exp $ # $NetBSD: Makefile,v 1.3 2000/01/21 10:01:23 itojun Exp $ COMMENT= "DNS proxy that supports IPv6 <==> IPv4 record translation" -DISTNAME= totd-1.2 +DISTNAME= totd-1.3 CATEGORIES= net NEED_VERSION= 1.504 MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ diff --git a/net/totd/distinfo b/net/totd/distinfo index ea47174dc2d..e0011cca9a4 100644 --- a/net/totd/distinfo +++ b/net/totd/distinfo @@ -1,3 +1,3 @@ -MD5 (totd-1.2.tar.gz) = 4e682bb293c771a2f6ffc30aded20e0e -RMD160 (totd-1.2.tar.gz) = 7b0baca191c7a9ab0c695cf5d1c18f246d84ffe7 -SHA1 (totd-1.2.tar.gz) = 6c035948eade7ee01fdf9da83beecc6fe3849247 +MD5 (totd-1.3.tar.gz) = bc6b85a5bddb72fc3fb20fa9fe50d3a0 +RMD160 (totd-1.3.tar.gz) = e84d0a73f6ae46ed65ff60f501ac57b4699aedb3 +SHA1 (totd-1.3.tar.gz) = bd779797168880c9a82582db9c5998e43259683b diff --git a/net/totd/patches/patch-Makefile_in b/net/totd/patches/patch-Makefile_in index ab35d1f9da5..e39e0967093 100644 --- a/net/totd/patches/patch-Makefile_in +++ b/net/totd/patches/patch-Makefile_in @@ -1,17 +1,7 @@ -$OpenBSD: patch-Makefile_in,v 1.1 2002/01/28 01:41:52 jsyn Exp $ ---- Makefile.in.orig Tue Mar 13 22:12:22 2001 -+++ Makefile.in Fri Jun 22 22:56:48 2001 -@@ -10,7 +10,7 @@ - INSTALLLIB = @prefix@/lib - INSTALLMAN = @prefix@/man - INSTALL = /usr/bin/install --TOT_CONFIG_FILE=@prefix@/etc/totd.conf -+TOT_CONFIG_FILE=${SYSCONFDIR}/totd.conf - CFLAGS = @CFLAGS@ @DEFS@ -DTOT_CONFIG_FILE=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH) - .if defined(DBMALLOC) - LIBDEBUG = -L/usr/local/lib -ldbmalloc -@@ -40,8 +40,8 @@ - ${CC} ${LDFLAGS} -o ${.TARGET} ${OBJS} ${LDADD} +--- Makefile.in.orig Thu Feb 28 20:59:47 2002 ++++ Makefile.in Fri Mar 15 13:14:18 2002 +@@ -58,8 +58,8 @@ + ${CC} ${LDFLAGS} -o ${PROG} ${OBJS} ${LDADD} install: $(PROG) - $(INSTALL) -c -s -m 0555 -o bin -g bin $(PROG) $(INSTALLDIR) @@ -19,5 +9,5 @@ $OpenBSD: patch-Makefile_in,v 1.1 2002/01/28 01:41:52 jsyn Exp $ + $(INSTALL) -c -s -m 0555 -o bin -g bin $(PROG) $(DESTDIR)$(INSTALLDIR) + $(INSTALL) -c -m 0444 -o root -g wheel $(MAN) $(DESTDIR)$(INSTALLMAN)/man8 - depend: - mkdep ${CFLAGS} ${SRCS} + lint: + lint ${SRCS} diff --git a/net/totd/patches/patch-config_h_in b/net/totd/patches/patch-config_h_in deleted file mode 100644 index 1b7a3842602..00000000000 --- a/net/totd/patches/patch-config_h_in +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-config_h_in,v 1.1 2002/01/28 01:41:52 jsyn 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. */ - /* the user/group name to use ... i recommend to make account of 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*/ - - /* if you use IPV6 */ - /*#define USE_INET6*/