head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.54 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.52 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.50 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.48 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.46 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.44 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.42 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.40 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.38 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.36 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.34 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.32 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.30 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.28 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.26 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.24 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.22 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.20 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.18 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.16 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.14 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.7.0.12 pkgsrc-2005Q1-base:1.7 pkgsrc-2004Q4:1.7.0.10 pkgsrc-2004Q4-base:1.7 pkgsrc-2004Q3:1.7.0.8 pkgsrc-2004Q3-base:1.7 pkgsrc-2004Q2:1.7.0.6 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.7.0.4 pkgsrc-2004Q1-base:1.7 pkgsrc-2003Q4:1.7.0.2 pkgsrc-2003Q4-base:1.7 buildlink2-base:1.7 netbsd-1-5-RELEASE:1.6 netbsd-1-4-PATCH003:1.6 netbsd-1-4-PATCH002:1.6 comdex-fall-1999:1.6 netbsd-1-4-PATCH001:1.4 netbsd-1-4-RELEASE:1.4 netbsd-1-3-PATCH003:1.2; locks; strict; comment @# @; 1.7 date 2000.12.17.09.39.53; author hubertf; state dead; branches; next 1.6; 1.6 date 99.10.28.02.40.24; author hubertf; state Exp; branches; next 1.5; 1.5 date 99.10.04.20.57.01; author is; state Exp; branches; next 1.4; 1.4 date 99.01.01.07.58.29; author garbled; state Exp; branches; next 1.3; 1.3 date 98.11.05.05.32.19; author mycroft; state dead; branches; next 1.2; 1.2 date 98.08.07.11.10.01; author agc; state Exp; branches; next 1.1; 1.1 date 98.06.18.10.45.55; author is; state Exp; branches; next ; desc @@ 1.7 log @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 @ text @$NetBSD: patch-ag,v 1.6 1999/10/28 02:40:24 hubertf Exp $ --- common/config_unix.h.orig Sat Oct 2 20:58:55 1999 +++ common/config_unix.h Sat Oct 2 20:58:28 1999 @@@@ -73,7 +73,7 @@@@ #include #include extern int h_errno; -#if !defined(HPUX) && !defined(Linux) && !defined(__FreeBSD__) +#if !defined(HPUX) && !defined(Linux) && !defined(__FreeBSD__) && !defined(__NetBSD__) #include #include #endif /* HPUX */ @ 1.6 log @add RCS IDs to patches, fix patchsum and move out of X11BASE @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Upgrade to sdr-2.7. @ text @d1 2 @ 1.4 log @Make this pkg compile on alpha again: LP64 fixes to deal with -Werror Re-enable INTTYPES stuff that was lost in the recent update. Thanks to Matt for helping me with a nasty.. ;) @ text @d1 11 a11 11 $NetBSD$ --- src/crypt.c.orig Thu Dec 31 23:07:10 1998 +++ src/crypt.c Thu Dec 31 23:07:36 1998 @@@@ -2,6 +2,7 @@@@ the padding bit is 0x80 in byte 0, rather than 0x20 in RTP.*/ #include +#include #include "crypt.h" #include "qfDES.h" #include "md5.h" @ 1.3 log @2.5.8 @ text @d1 5 a5 5 $NetBSD: patch-ag,v 1.2 1998/08/07 11:10:01 agc Exp $ --- /tmp/newsdr/src/tcl_nocrypt_modules.h Fri Jun 13 22:01:40 1997 +++ src/tcl_nocrypt_modules.h Wed Jun 17 17:05:04 1998 @@@@ -12,7 +12,7 @@@@ d7 5 a11 16 #define MAX_TCL_MODULE 10 -const char *modname[MAX_TCL_MODULE]= +char *modname[MAX_TCL_MODULE]= {"tcl_generic", "tcl_www", "tcl_new", "tcl_start_tools", "tcl_parsed_plugins", "tcl_plugins", "tcl_sip", "tcl_sdp", "tcl_cache", "tcl_sdr"}; @@@@ -24,7 +24,7 @@@@ #define MAX_UI_FN 20 -const char *ui_fn_name[MAX_UI_FN]= +char *ui_fn_name[MAX_UI_FN]= { "ui_generate_port", "generate_id", @ 1.2 log @Add NetBSD RCS Ids. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Upgrade sdr to 2.4a7 (with the TU Dresden Multimedia Reference Center bug fixes added). @ text @d1 2 @