summaryrefslogtreecommitdiff
path: root/mbone/sdr/patches/patch-ak
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-12-17 09:39:53 +0000
committerhubertf <hubertf>2000-12-17 09:39:53 +0000
commit8eaf772d9d695bbb5ff27451a3dc1f82f2908420 (patch)
tree93bcde0e5490e22de5e62b1f405d92229f0e375c /mbone/sdr/patches/patch-ak
parent3dc85e1cfef3f188bce54fb05225280ed845b0fe (diff)
downloadpkgsrc-8eaf772d9d695bbb5ff27451a3dc1f82f2908420.tar.gz
Update sdr to 3.0. Changes:
3.0 K.Hasler/E.Whelan 22 Aug 2000 - new 'application' media type for session directories - fixed byte ordering of headers on intel machines - fixed IP6 address allocation for unix IP6 stacks - Authentication and encryption code fixed to allow for extra space for IPv6 addresses - Added IPv6 flags to configure scripts "--enable-ipv6" 3.0 K.Hasler 6 Dec 1999 - changed use of option get to use the resource procs in generic.tcl - store_address now returns if it already has the address. 3.0 C.Perkins 16 Nov 1999 - Remove TTL scoping option 2.9 K.Hasler 26 Oct 1999 - created a directory type for the directory icon, so that the directory icon is displayed for directory sessions in the main SDR window. - Fix reshow_sessions to delete sessbox when they exist - fixes problem when using the Apply button from the preferences window. 2.9 E.Whelan 25 Oct 1999 - fixed window problems caused by adding directories - fixes problems with passphrase window. - eg geometry option and key passphrase window at startup - FAQ has also been updated - Fixed problem which quit from SDR when closed directory windows 2.8 K.Hasler 9 Sep 1999 - fixdaysinmonth proc fixes daysinmonth variable for leap years. Used when creating a new session and in calendar. - Fix convert_vars to recognise other variable separators (ie not just /). - Fixed set_fmt_menu in create_proc_menu which had attributes in wrong order. - Directory SDP Patches from: http://www.live.com/sdrpatch.html 2.7e K.Hasler 15 July 1999 - enabled pgp
Diffstat (limited to 'mbone/sdr/patches/patch-ak')
-rw-r--r--mbone/sdr/patches/patch-ak31
1 files changed, 0 insertions, 31 deletions
diff --git a/mbone/sdr/patches/patch-ak b/mbone/sdr/patches/patch-ak
deleted file mode 100644
index ff89d92744e..00000000000
--- a/mbone/sdr/patches/patch-ak
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-ak,v 1.2 1999/10/28 02:40:24 hubertf Exp $
-
---- common/configure.orig Mon Jun 21 12:53:35 1999
-+++ common/configure Sat Oct 2 21:51:43 1999
-@@ -53,7 +53,7 @@
-
- echo "Configuring common code library v$VERSION for $OSTYPE"
-
--GCCWFLAGS="-W -Wall -Wbad-function-cast -Wmissing-prototypes -Werror"
-+GCCWFLAGS="-W -Wall -Wbad-function-cast -Wmissing-prototypes"
- DEFS=""
-
- AR="ar"
-@@ -120,7 +120,7 @@
- ;;
- NetBSD ) CC="gcc"
- WFLAGS=$GCCWFLAGS
-- INCLUDE="-I/usr/local/include"
-+ INCLUDE="-I${LOCALBASE}/include"
- LDLIBS="-lm"
- DEBUG="-g"
- CHAR="-fsigned-char"
-@@ -130,7 +130,7 @@
- esac
-
- ${ECHO} "Searching for in_addr_t in <netinet/in.h>... \c"
--T1=`grep -c in_addr_t /usr/include/netinet/in.h`
-+T1=`grep -c in_addr_t /usr/include/netinet/in.h /usr/include/machine/endian.h | grep -v :0 | sed 's/.*://'`
- if [ $T1 = 0 ]; then
- DEFS="$DEFS -DNEED_IN_ADDR_T"
- ${ECHO} "no"