pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/zebedee Changes 2.5.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/3853fc5570e2
branches: trunk
changeset: 489511:3853fc5570e2
user: adam <adam%pkgsrc.org@localhost>
date: Tue Feb 22 16:26:57 2005 +0000
description:
Changes 2.5.2:
Cross-platform fix for checksumming code. This is
*incompatible* with version 2.5.1. As a temporary
workaround, setting "bugcompatibility 251" will maintain
compatibility with release 2.5.1 for little-endian platforms
(e.g. Intel). This will be removed from the final production
release.
Upgrade to Inno Setup 4.
More documentation fixes.
Increased the default thread stack size to 64k and
added "threadstacksize" for debug/test purposes.
Fix handling of HTTP/1.1 responses from proxies.
Added acceptconnecttimeout (supersedes "connecttimeout")
along with connectattempts, serverconnecttimeout and
targetconnecttimeout.
Fixed bug with "clienthost" not being honoured when Zebedee
was used as a service.
diffstat:
security/zebedee/Makefile | 23 +++++++----------
security/zebedee/PLIST | 3 +-
security/zebedee/distinfo | 8 +++---
security/zebedee/patches/patch-aa | 49 +++++++++++++++++++++++---------------
4 files changed, 45 insertions(+), 38 deletions(-)
diffs (192 lines):
diff -r e2aaecccd847 -r 3853fc5570e2 security/zebedee/Makefile
--- a/security/zebedee/Makefile Tue Feb 22 16:13:12 2005 +0000
+++ b/security/zebedee/Makefile Tue Feb 22 16:26:57 2005 +0000
@@ -1,21 +1,18 @@
-# $NetBSD: Makefile,v 1.17 2004/10/03 00:18:14 tv Exp $
-#
+# $NetBSD: Makefile,v 1.18 2005/02/22 16:26:57 adam Exp $
-DISTNAME= zebedee-2.3.1
-PKGREVISION= 3
-CATEGORIES= security
-MASTER_SITES= http://www.winton.org.uk/zebedee/ \
- ${MASTER_SITE_SOURCEFORGE:=zebedee/}
+DISTNAME= zebedee-2.5.2
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zebedee/}
-MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://www.winton.org.uk/zebedee/
-COMMENT= Simple tunneling program for TCP or UDP with encryption
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://www.winton.org.uk/zebedee/
+COMMENT= Simple tunneling program for TCP or UDP with encryption
-DEPENDS+= tcl-[0-9]*:../../lang/tcl
+DEPENDS+= tcl-[0-9]*:../../lang/tcl
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
USE_PERL5= build
-USE_GNU_TOOLS+= make
-USE_BUILDLINK3= yes
MAKE_ENV+= PERL5=${PERL5}
MAKE_FLAGS= OS=${LOWER_OPSYS}
diff -r e2aaecccd847 -r 3853fc5570e2 security/zebedee/PLIST
--- a/security/zebedee/PLIST Tue Feb 22 16:13:12 2005 +0000
+++ b/security/zebedee/PLIST Tue Feb 22 16:26:57 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:18:05 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/02/22 16:26:58 adam Exp $
bin/ftpgw.tcl
bin/zebedee
man/man1/ftpgw.tcl.1
@@ -6,6 +6,7 @@
share/doc/zebedee/CHANGES.txt
share/doc/zebedee/GPL2.txt
share/doc/zebedee/LICENCE.txt
+share/doc/zebedee/NOTICE.txt
share/doc/zebedee/README.txt
share/doc/zebedee/client1.key
share/doc/zebedee/client2.key
diff -r e2aaecccd847 -r 3853fc5570e2 security/zebedee/distinfo
--- a/security/zebedee/distinfo Tue Feb 22 16:13:12 2005 +0000
+++ b/security/zebedee/distinfo Tue Feb 22 16:26:57 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2002/03/20 15:16:30 taca Exp $
+$NetBSD: distinfo,v 1.5 2005/02/22 16:26:58 adam Exp $
-SHA1 (zebedee-2.3.1.tar.gz) = c0b7b753adc94a6ff123ea5663f4398f9c2a95d7
-Size (zebedee-2.3.1.tar.gz) = 149856 bytes
-SHA1 (patch-aa) = 95006d7f7ad1246270a480f609dc98ffbd2f34c7
+SHA1 (zebedee-2.5.2.tar.gz) = fcb01f358f1b7166df60191ad8c507e1dbe58c8a
+Size (zebedee-2.5.2.tar.gz) = 175463 bytes
+SHA1 (patch-aa) = 57defd640f2a2d313f83b80bd3e860da1a79eedd
SHA1 (patch-ab) = 8fb781f2c6fe5807a196ceb2f0f0eb0a09053288
diff -r e2aaecccd847 -r 3853fc5570e2 security/zebedee/patches/patch-aa
--- a/security/zebedee/patches/patch-aa Tue Feb 22 16:13:12 2005 +0000
+++ b/security/zebedee/patches/patch-aa Tue Feb 22 16:26:57 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2002/03/20 15:16:31 taca Exp $
+$NetBSD: patch-aa,v 1.5 2005/02/22 16:26:58 adam Exp $
---- Makefile.orig Fri Mar 15 19:47:06 2002
+--- Makefile.orig 2003-09-23 12:37:56.000000000 +0000
+++ Makefile
-@@ -20,6 +20,7 @@
+@@ -20,6 +20,7 @@ CC_win32 = gcc -mno-cygwin
CC_linux = gcc -pthread
CC_solaris = gcc
CC_freebsd = gcc -pthread
@@ -10,18 +10,18 @@
CC_tru64 = cc
CC_irix = cc -n32 -woff 1110
CC_hpux = cc -Ae +DAportable
-@@ -28,7 +29,7 @@
+@@ -30,7 +31,7 @@ CC = $(CC_$(OS))
# Optimise/debug compilation
#OPTIM = -Wall -g
--OPTIM = -O3
-+OPTIM = -O
+-OPTIM = -Wall -O3
++OPTIM = -Wall
# Location of gmp include and library
#
-@@ -40,19 +41,19 @@
-
- # Location of Blowfish include and library
+@@ -45,19 +46,19 @@ OPTIM = -Wall -O3
+ # BFINC = /usr/include/openssl
+ # BFLIB = -lcrypto
-BFINC = -I../blowfish-0.9.5a
-BFLIB = ../blowfish-0.9.5a/libblowfish.a
@@ -45,7 +45,7 @@
#
# Tools needed for Perl "POD"-format documentation conversion.
-@@ -68,9 +69,9 @@
+@@ -73,9 +74,9 @@ POD2MAN = $(PERL) -S pod2man$(BAT_$(OS))
# Installation directories for the Linux/Solaris/*NIX World
@@ -57,7 +57,7 @@
MANDIR = $(ROOTDIR)/man/man1
# This is a BSD-style install
-@@ -80,6 +81,7 @@
+@@ -85,6 +86,7 @@ INSTALL_$(OS) = install -c
INSTALL_linux = install -c
INSTALL_solaris = /usr/ucb/install -c
INSTALL_freebsd = install -c
@@ -65,7 +65,7 @@
INSTALL_tru64 = installbsd -c
INSTALL_irix = install -c
INSTALL_hpux = install -c
-@@ -118,6 +120,7 @@
+@@ -145,6 +147,7 @@ DEFINES_win32 = -DFD_SETSIZE=512
DEFINES_linux = -DHAVE_PTHREADS
DEFINES_solaris = -D_REENTRANT -DHAVE_PTHREADS
DEFINES_freebsd = -DHAVE_PTHREADS -DBUGGY_FORK_WITH_THREADS
@@ -73,7 +73,7 @@
DEFINES_tru64 = -D_REENTRANT -DHAVE_PTHREADS
DEFINES_irix = -D_REENTRANT -DHAVE_PTHREADS -Dinline=
DEFINES_hpux = -D_REENTRANT -DHAVE_PTHREADS -DDONT_HAVE_SELECT_H -Dinline=
-@@ -134,6 +137,7 @@
+@@ -163,6 +166,7 @@ OSLIBS_win32 = -lwsock32 -lwinmm
OSLIBS_linux = -lpthread
OSLIBS_solaris = -lsocket -lnsl -lthread
OSLIBS_freebsd =
@@ -81,10 +81,19 @@
OSLIBS_tru64 = -lpthread
OSLIBS_irix = -lpthread
OSLIBS_hpux = -lpthread -lnsl
-@@ -161,17 +165,17 @@
+@@ -182,7 +186,7 @@ SERVICEOBJ = $(SERVICEOBJ_$(OS))
+ #### You REALLY shouldn't have to modify anything beyond here ...
+ ####
+
+-CFLAGS = $(OPTIM) $(DEFINES) -I. $(GMPINC) $(BFINC) $(ZINC) $(BZINC)
++CFLAGS += $(OPTIM) $(DEFINES) -I. $(GMPINC) $(BFINC) $(ZINC) $(BZINC)
+
+ LIBS = $(GMPLIB) $(BFLIB) $(ZLIB) $(BZLIB) $(OSLIBS)
+
+@@ -192,17 +196,17 @@ ZBDFILES = server.zbd vncviewer.zbd vncs
client1.key client2.key clients.id
- TXTFILES = README.txt LICENCE.txt GPL2.txt CHANGES.txt \
+ TXTFILES = README.txt LICENCE.txt GPL2.txt CHANGES.txt NOTICE.txt \
- zebedee.html ftpgw.tcl.html zebedee.ja_JP.html zebedee.iss
+ zebedee.html ftpgw.tcl.html zebedee.ja_JP.html
@@ -93,8 +102,8 @@
all : precheck zebedee$(EXE) zebedee.1 zebedee.html ftpgw.tcl.1 ftpgw.tcl.html zebedee.ja_JP.html
precheck :
-- @ if test -z "$(OS)"; then echo "Use '$(MAKE) OS=xxx' where xxx is win32, linux, solaris, freebsd, tru64, irix or hpux"; exit 1; fi
-+ @ if test -z "$(OS)"; then echo "Use '$(MAKE) OS=xxx' where xxx is win32, linux, solaris, freebsd, netbsd, tru64, irix or hpux"; exit 1; fi
+- @ if test -z "$(OS)"; then echo "Use '$(MAKE) OS=xxx' where xxx is win32, linux, solaris, freebsd, tru64, irix, hpux, macosx or bsdi"; exit 1; fi
++ @ if test -z "$(OS)"; then echo "Use '$(MAKE) OS=xxx' where xxx is win32, linux, solaris, freebsd, netbsd, openbsd, tru64, irix, hpux, macosx or bsdi"; exit 1; fi
zebedee$(EXE) : $(OBJS)
- $(CC) $(CFLAGS) -o zebedee$(EXE) $(OBJS) $(LIBS)
@@ -102,7 +111,7 @@
huge.o : huge.h
-@@ -201,12 +205,12 @@
+@@ -232,12 +236,12 @@ ftpgw.tcl.html : ftpgw.tcl.pod
install : precheck zebedee$(EXE) zebedee.1 ftpgw.tcl.1 $(ZBDFILES) $(TXTFILES)
-mkdir -p $(BINDIR) $(MANDIR) $(ZBDDIR)
@@ -118,5 +127,5 @@
+ $(INSTALL) -m 0444 $(ZBDFILES) $(ZBDDIR)
+ $(INSTALL) -m 0444 $(TXTFILES) $(ZBDDIR)
- clean : precheck
- rm -f zebedee$(EXE) *.o core *.1 *.html *.tmp *.bak
+ clean :
+ rm -f zebedee zebedee.exe *.o core *.1 *.html *.tmp *.bak
Home |
Main Index |
Thread Index |
Old Index