upgrade to 1.3. lots of bugfixes and cleanups
This commit is contained in:
parent
c1743eb5f4
commit
b2cc1dc558
@ -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 $
|
# $NetBSD: Makefile,v 1.3 2000/01/21 10:01:23 itojun Exp $
|
||||||
|
|
||||||
COMMENT= "DNS proxy that supports IPv6 <==> IPv4 record translation"
|
COMMENT= "DNS proxy that supports IPv6 <==> IPv4 record translation"
|
||||||
|
|
||||||
DISTNAME= totd-1.2
|
DISTNAME= totd-1.3
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
NEED_VERSION= 1.504
|
NEED_VERSION= 1.504
|
||||||
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
|
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (totd-1.2.tar.gz) = 4e682bb293c771a2f6ffc30aded20e0e
|
MD5 (totd-1.3.tar.gz) = bc6b85a5bddb72fc3fb20fa9fe50d3a0
|
||||||
RMD160 (totd-1.2.tar.gz) = 7b0baca191c7a9ab0c695cf5d1c18f246d84ffe7
|
RMD160 (totd-1.3.tar.gz) = e84d0a73f6ae46ed65ff60f501ac57b4699aedb3
|
||||||
SHA1 (totd-1.2.tar.gz) = 6c035948eade7ee01fdf9da83beecc6fe3849247
|
SHA1 (totd-1.3.tar.gz) = bd779797168880c9a82582db9c5998e43259683b
|
||||||
|
@ -1,17 +1,7 @@
|
|||||||
$OpenBSD: patch-Makefile_in,v 1.1 2002/01/28 01:41:52 jsyn Exp $
|
--- Makefile.in.orig Thu Feb 28 20:59:47 2002
|
||||||
--- Makefile.in.orig Tue Mar 13 22:12:22 2001
|
+++ Makefile.in Fri Mar 15 13:14:18 2002
|
||||||
+++ Makefile.in Fri Jun 22 22:56:48 2001
|
@@ -58,8 +58,8 @@
|
||||||
@@ -10,7 +10,7 @@
|
${CC} ${LDFLAGS} -o ${PROG} ${OBJS} ${LDADD}
|
||||||
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}
|
|
||||||
|
|
||||||
install: $(PROG)
|
install: $(PROG)
|
||||||
- $(INSTALL) -c -s -m 0555 -o bin -g bin $(PROG) $(INSTALLDIR)
|
- $(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 -s -m 0555 -o bin -g bin $(PROG) $(DESTDIR)$(INSTALLDIR)
|
||||||
+ $(INSTALL) -c -m 0444 -o root -g wheel $(MAN) $(DESTDIR)$(INSTALLMAN)/man8
|
+ $(INSTALL) -c -m 0444 -o root -g wheel $(MAN) $(DESTDIR)$(INSTALLMAN)/man8
|
||||||
|
|
||||||
depend:
|
lint:
|
||||||
mkdep ${CFLAGS} ${SRCS}
|
lint ${SRCS}
|
||||||
|
@ -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*/
|
|
Loading…
Reference in New Issue
Block a user