Hi,

Here is an update to the latest stable version of zebedee 2.4.1A.

Tested on amd64.

Email address of the maintainer returns with errors.

--
Benoit Lecocq
diff -Nru zebedee.ori/Makefile zebedee/Makefile
--- zebedee.ori/Makefile        Sun Sep 16 01:30:01 2007
+++ zebedee/Makefile    Tue Jan  6 16:36:37 2009
@@ -2,9 +2,9 @@
 
 COMMENT=       portable, encrypted, compressed tunnel
 
-VERSION=       2.4.1
+VERSION=       2.4.1A
 DISTNAME=      zebedee-${VERSION}
-PKGNAME=       ${DISTNAME}p0
+PKGNAME=       ${DISTNAME}
 CATEGORIES=    security net
 
 HOMEPAGE=      http://www.winton.org.uk/zebedee/
diff -Nru zebedee.ori/distinfo zebedee/distinfo
--- zebedee.ori/distinfo        Thu Apr  5 19:26:10 2007
+++ zebedee/distinfo    Tue Jan  6 16:36:46 2009
@@ -1,5 +1,5 @@
-MD5 (zebedee-2.4.1.tar.gz) = 0XpVa5Zre4saGZsgeOMngA==
-RMD160 (zebedee-2.4.1.tar.gz) = MLb8lyCfoD+NkoVGKFq0pNxJPaM=
-SHA1 (zebedee-2.4.1.tar.gz) = f/3saYUqm3+rT6vjfdfY+9R12zs=
-SHA256 (zebedee-2.4.1.tar.gz) = SwH7qW+AljNzIl8Nx+75nEFDXsemiFQbJOWYizAnYwU=
-SIZE (zebedee-2.4.1.tar.gz) = 165130
+MD5 (zebedee-2.4.1A.tar.gz) = IzP3aqKFKhBjasMDvvkgWw==
+RMD160 (zebedee-2.4.1A.tar.gz) = AHi8u5ig29tyEJuvPtwjZ4Q4UO4=
+SHA1 (zebedee-2.4.1A.tar.gz) = 1qSl28mAXi2LWoIjK8vZlB/SECQ=
+SHA256 (zebedee-2.4.1A.tar.gz) = LFbsZsjlV3PrXesudCCeiye2xEOCkVPfaeGCP0bPDS0=
+SIZE (zebedee-2.4.1A.tar.gz) = 165200
diff -Nru zebedee.ori/patches/patch-Makefile zebedee/patches/patch-Makefile
--- zebedee.ori/patches/patch-Makefile  Thu Jan 30 23:39:58 2003
+++ zebedee/patches/patch-Makefile      Tue Jan  6 18:07:35 2009
@@ -1,15 +1,15 @@
---- Makefile.orig      Wed May 29 19:42:08 2002
-+++ Makefile   Thu Jan 30 20:37:12 2003
+--- Makefile.orig      Tue Sep  6 22:22:02 2005
++++ Makefile   Tue Jan  6 18:07:04 2009
 @@ -5,7 +5,7 @@
  
- ZBD_VERSION = 2.4.1
+ ZBD_VERSION = 2.4.1A
  
 -OS = 
 +#OS = 
  
  ###
  ### Locations of tools, libraries and installation directories.
-@@ -45,19 +45,19 @@ OPTIM = -O3
+@@ -45,19 +45,19 @@
  # BFINC = /usr/include/openssl
  # BFLIB = -lcrypto
  
@@ -20,22 +20,22 @@
  
  # Location of zlib include and library
  
--ZINC = -I../zlib-1.1.4
--ZLIB = ../zlib-1.1.4/libz.a
+-ZINC = -I../zlib-1.2.3
+-ZLIB = ../zlib-1.2.3/libz.a
 +ZINC = -I/usr/include
 +ZLIB = /usr/lib/libz.a
  
  # Location of bzlib include and library
  # Set these empty if you don't want bzib2 support
  
--BZINC = -I../bzip2-1.0.1
--BZLIB = ../bzip2-1.0.1/libbz2.a
+-BZINC = -I../bzip2-1.0.3
+-BZLIB = ../bzip2-1.0.3/libbz2.a
 +BZINC = -I${PREFIX}/include
 +BZLIB = ${PREFIX}/lib/libbz2.a
  
  #
  # Tools needed for Perl "POD"-format documentation conversion.
-@@ -175,11 +175,12 @@ SERVICEOBJ = $(SERVICEOBJ_$(OS))
+@@ -175,11 +175,12 @@
  #### You REALLY shouldn't have to modify anything beyond here ...
  ####
  
@@ -49,7 +49,7 @@
  
  ZBDFILES = server.zbd vncviewer.zbd vncserver.zbd server.key server.id \
        client1.key client2.key clients.id
-@@ -195,7 +196,10 @@ precheck :
+@@ -195,7 +196,10 @@
        @ 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
  
  zebedee$(EXE) : $(OBJS)
diff -Nru zebedee.ori/pkg/PLIST zebedee/pkg/PLIST
--- zebedee.ori/pkg/PLIST       Wed Sep 15 20:36:03 2004
+++ zebedee/pkg/PLIST   Tue Jan  6 18:08:28 2009
@@ -1,6 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.4 2004/09/15 18:36:03 espie Exp $
 bin/ftpgw.tcl
-bin/zebedee
+...@bin bin/zebedee
 @man man/man1/ftpgw.tcl.1
 @man man/man1/zebedee.1
 share/doc/zebedee/

Reply via email to