diff options
author | itojun <itojun@pkgsrc.org> | 2001-04-27 13:40:34 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-04-27 13:40:34 +0000 |
commit | 5f1e96250ff967574ed34e95dd0fff0903d861f8 (patch) | |
tree | 7b394d0add14464babfff625976a83349a817dc9 /www/www6to4 | |
parent | c25d3f9ed42d3bed506ea5614fb2cbde7b60665c (diff) | |
download | pkgsrc-5f1e96250ff967574ed34e95dd0fff0903d861f8.tar.gz |
upgrade to 1.4. plugs memory leaks.
2001-04-27 12:34 dillema
* www6to4_forward.conf (1.6; tags: www6to4-1-4): removed SOCKS
config entries
* www6to4.h (1.8; tags: www6to4-1-4): bumpee version number
* Makefile (1.7; tags: www6to4-1-4), loaders.c (1.6; tags:
www6to4-1-4), parsers.c (1.5; tags: www6to4-1-4), socket.c (1.12;
tags: www6to4-1-4), www6to4.c (1.26; tags: www6to4-1-4), www6to4.h
(1.7): fixed several memory leaks
Diffstat (limited to 'www/www6to4')
-rw-r--r-- | www/www6to4/Makefile | 10 | ||||
-rw-r--r-- | www/www6to4/distinfo | 7 | ||||
-rw-r--r-- | www/www6to4/patches/patch-aa | 14 |
3 files changed, 13 insertions, 18 deletions
diff --git a/www/www6to4/Makefile b/www/www6to4/Makefile index 0d7b6bc675c..600541b77dd 100644 --- a/www/www6to4/Makefile +++ b/www/www6to4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/04/02 16:23:39 itojun Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/27 13:40:34 itojun Exp $ # -DISTNAME= www6to4-1.3p1 +DISTNAME= www6to4-1.4 CATEGORIES= net MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ @@ -15,12 +15,6 @@ ALL_TARGET= # empty # always IPv6 ready BUILD_DEFS+= USE_INET6 -post-extract: - for i in www6to4.conf www6to4_forward.conf; do \ - ${MV} ${WRKSRC}/$$i ${WRKSRC}/$$i.dist; \ - ${TR} -d '\015' <${WRKSRC}/$$i.dist >${WRKSRC}/$$i; \ - done - do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/www6to4 ${INSTALL_PROGRAM} ${WRKSRC}/www6to4 ${PREFIX}/sbin diff --git a/www/www6to4/distinfo b/www/www6to4/distinfo index 39051bb9efb..a88eb8fea16 100644 --- a/www/www6to4/distinfo +++ b/www/www6to4/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1 2001/04/17 12:13:32 agc Exp $ +$NetBSD: distinfo,v 1.2 2001/04/27 13:40:35 itojun Exp $ -SHA1 (www6to4-1.3p1.tar.gz) = 7e238cfb57f9d2d53c24dd9d555a5637ec64f1e1 -SHA1 (patch-aa) = 3e3ae2d201198419abbd626172a35ca2f0a7a4cf +SHA1 (www6to4-1.4.tar.gz) = b20cfc8a100e1f38ff9ffabff93a9d159a30996b +Size (www6to4-1.4.tar.gz) = 26571 bytes +SHA1 (patch-aa) = 2a349e7f10a4a027317f1a4b04a7789165db5896 diff --git a/www/www6to4/patches/patch-aa b/www/www6to4/patches/patch-aa index ee31febfc56..fa84180efe5 100644 --- a/www/www6to4/patches/patch-aa +++ b/www/www6to4/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/03/27 18:06:23 itojun Exp $ +$NetBSD: patch-aa,v 1.2 2001/04/27 13:40:35 itojun Exp $ ---- Makefile- Wed Mar 28 00:09:33 2001 -+++ Makefile Wed Mar 28 00:09:37 2001 +--- Makefile- Fri Apr 27 22:37:54 2001 ++++ Makefile Fri Apr 27 22:37:57 2001 @@ -1,6 +1,6 @@ PROG = www6to4 RM = rm -f --CFLAGS = -O2 -+#CFLAGS = -O2 - #CFLAGS = -g +-CFLAGS = -O2 -I/usr/pkg/include ++#CFLAGS = -O2 -I/usr/pkg/include + #CFLAGS = -g -I/usr/pkg/include -DDMALLOC + #LDFLAGS = -L/usr/pkg/lib -ldmalloc - OBJS = www6to4.o parsers.o loaders.o socket.o |