pkgsrc/security
itojun 55320f2ae8 update to 2.1.1p3.
depend on openssl >= 0.9.5.  see PR 10593.

--- 2.1.1p2 -> 2.1.1p3
20000712
 - (djm) Remove -lresolve for Reliant Unix
 - (djm) OpenBSD CVS Updates:
   - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
     [session.c sshd.c ]
     make MaxStartups code still work with -d; djm
   - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
     [readconf.c ssh_config]
     disable FallBackToRsh by default
 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
   Ben Lindstrom <mouring@pconline.com>
 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
   spec file.
 - (djm) Released 2.1.1p3

20000711
 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
   <tbert@abac.com>
 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
 - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
   <mouring@pconline.com>
 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
   from Jim Watt <jimw@peisj.pebio.com>
 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
   to compile on more platforms (incl NeXT).
 - (djm) Added bsd-inet_aton and configure support for NeXT
 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
 - (djm) OpenBSD CVS updates:
   - markus@cvs.openbsd.org  2000/06/26 03:22:29
     [authfd.c]
     cleanup, less cut&paste
   - markus@cvs.openbsd.org  2000/06/26 15:59:19
     [servconf.c servconf.h session.c sshd.8 sshd.c]
     MaxStartups: limit number of unauthenticated connections, work by
     theo and me
   - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
     [session.c]
     use no_x11_forwarding_flag correctly; provos ok
   - provos@cvs.openbsd.org  2000/07/05 15:35:57
     [sshd.c]
     typo
   - aaron@cvs.openbsd.org   2000/07/05 22:06:58
     [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
     Insert more missing .El directives. Our troff really should identify
     these and spit out a warning.
   - todd@cvs.openbsd.org    2000/07/06 21:55:04
     [auth-rsa.c auth2.c ssh-keygen.c]
     clean code is good code
   - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
     [serverloop.c]
     sense of port forwarding flag test was backwards
   - provos@cvs.openbsd.org  2000/07/08 17:17:31
     [compat.c readconf.c]
     replace strtok with strsep; from David Young <dyoung@onthejob.net>
   - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
     [auth.h]
     KNF
   - ho@cvs.openbsd.org      2000/07/08 19:27:33
     [compat.c readconf.c]
     Better conditions for strsep() ending.
   - ho@cvs.openbsd.org      2000/07/10 10:27:05
     [readconf.c]
     Get the correct message on errors. (niels@ ok)
   - ho@cvs.openbsd.org      2000/07/10 10:30:25
     [cipher.c kex.c servconf.c]
     strtok() --> strsep(). (niels@ ok)
 - (djm) Fix problem with debug mode and MaxStartups
 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
   builds)
 - (djm) Add strsep function from OpenBSD libc for systems that lack it

20000709
 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
   Kevin Steves <stevesk@sweden.hp.com>
 - (djm) Match prototype and function declaration for rresvport_af.
   Problem report from Niklas Edmundsson <nikke@ing.umu.se>
 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
   builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
 - (djm) Replace ut_name with ut_user. Patch from Jim Watt
   <jimw@peisj.pebio.com>
 - (djm) Fix pam sprintf fix
 - (djm) Cleanup entropy collection code a little more. Split initialisation
   from seeding, perform intialisation immediatly at start, be careful with
   uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
   Including sigaction() et al. replacements
 - (djm) AIX getuserattr() session initialisation from Tom Bertelson
   <tbert@abac.com>

20000708
 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
   Aaron Hopkins <aaron@die.net>
 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
   Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
 - (djm) Fixed undefined variables for OSF SIA. Report from
   Baars, Henk <Hendrik.Baars@nl.origin-it.com>
 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
   Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
 - (djm) Don't use inet_addr.

20000702
 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
 - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
   on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
   Chris, the Young One <cky@pobox.com>
 - (djm) Fix scp progress meter on really wide terminals. Based on patch
   from James H. Cloos Jr. <cloos@jhcloos.com>

20000701
 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
   <vinschen@cygnus.com>
 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
 - (djm) Added check for broken snprintf() functions which do not correctly
   terminate output string and attempt to use replacement.
 - (djm) Released 2.1.1p2
2000-07-15 03:53:46 +00:00
..
aide -fix BUILD_DEPENDS to correctly include bison 2000-05-20 16:44:27 +00:00
amavis Remove superfluous '-f' parameter. 2000-06-19 15:06:18 +00:00
crack remove unused patch 2000-02-05 04:59:18 +00:00
ddos-scan Update to newer distfile. Only change is in the README: 2000-04-06 23:11:38 +00:00
fortify Update fortify to 1.4.6. Changes from 1.4.5: 2000-03-21 04:45:20 +00:00
fsh Initial import of fsh-1.0, "fast remote command execution". The author 2000-01-14 15:37:48 +00:00
gnupg change -fpic to -fPIC. Thats what sparcs need now. 2000-06-23 14:32:10 +00:00
isakmpd add RESTRICTED (crypto) and IGNORE (broken by PF_KEY API change) 2000-06-12 11:26:25 +00:00
kth-krb4 Reflect new location of services.diff. 2000-06-08 15:31:36 +00:00
libident USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 07:07:40 +00:00
nessus RCS tags added 2000-02-05 04:52:06 +00:00
nfsbug Add package patch checksum files. 1999-07-09 14:22:59 +00:00
openssh update to 2.1.1p3. 2000-07-15 03:53:46 +00:00
openssl Fix last commit. 2000-05-12 06:10:35 +00:00
p5-Digest-MD5 Use "${MACHINE_ARCH}-${LOWER_OPSYS}" instead of "i386-netbsd" so that 2000-01-23 13:44:15 +00:00
p5-MD5 These two modules cannot peacefully coexist. 1999-12-02 14:50:39 +00:00
pgp2 Wrap ${CC} and ${LD} in quotes -- in case they are multiple words. 2000-04-28 02:20:21 +00:00
pgp5 Correct location for file to patch. 1999-12-12 08:37:48 +00:00
pkg remove trailing `.' 2000-03-09 13:47:31 +00:00
portsentry Initial import of portsentry into the NetBSD packages collection. 2000-02-07 16:20:19 +00:00
priv Introduce the mk.conf definition for PRIV_CONF_DIR, which defaults to 2000-07-14 12:39:30 +00:00
py-crypto add proper info dir entry 2000-02-05 05:59:30 +00:00
racoon check for /usr/include/openssl/rsa.h, and if it is found, do not depend upon 2000-07-05 17:07:43 +00:00
rc5des replaced CMDs by ${CMD} 2000-02-05 05:01:26 +00:00
rsaref USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 01:17:52 +00:00
smtpd Initial import of smtpd, an SMTP store-and-forward proxy for firewalling. 2000-04-21 10:57:33 +00:00
srp_client depend on gmp>=2.0.2 rather than gmp-2.0.2 2000-06-30 16:30:24 +00:00
ssh Fix a bug where if you were logging in from an account which had not 2000-04-18 19:02:20 +00:00
ssh-ip-tunnel Optimize dependence pattern. 2000-03-20 07:27:48 +00:00
ssh6 Sync w/ srcurity/ssh: prevent a segv when doing password authentication 2000-04-23 19:17:29 +00:00
stunnel Don't install automatically created certificate. It is useless and will 2000-06-17 21:52:18 +00:00
sudo Update to 1.6.3p4. Notable changes: 2000-06-06 11:07:19 +00:00
tripwire Add a patch so that the 64-bit size (from the stat buffer) is printed using 2000-07-14 08:59:36 +00:00
uvscan Initial import of uvscan-4.07e, an evaluation version of the McAfee 2000-06-05 12:01:24 +00:00
uvscan-dat Add update_dat script missing from previous commit 2000-06-27 10:18:48 +00:00
xdm-krb4 Update xdm-krb4 to version 3.3.6.1. 2000-06-13 08:19:20 +00:00
Makefile Add and enable priv. 2000-07-14 10:54:03 +00:00