Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: itojun
Date: Sat Jul 15 03:53:47 UTC 2000
Modified Files:
pkgsrc/security/openssh: Makefile
pkgsrc/security/openssh/files: md5 patch-sum
Removed Files:
pkgsrc/security/openssh/patches: patch-aa patch-ac patch-af patch-ai
patch-ak patch-al patch-am patch-ao
Log Message:
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@localhost 2000/07/11 02:11:34
[session.c sshd.c ]
make MaxStartups code still work with -d; djm
- deraadt%cvs.openbsd.org@localhost 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@localhost>
- (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@localhost>
- (djm) ReliantUNIX support from Udo Schweigert <ust%cert.siemens.de@localhost>
- (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
<mouring%pconline.com@localhost>
- (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
from Jim Watt <jimw%peisj.pebio.com@localhost>
- (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@localhost>
- (djm) OpenBSD CVS updates:
- markus%cvs.openbsd.org@localhost 2000/06/26 03:22:29
[authfd.c]
cleanup, less cut&paste
- markus%cvs.openbsd.org@localhost 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@localhost 2000/07/05 14:18:07
[session.c]
use no_x11_forwarding_flag correctly; provos ok
- provos%cvs.openbsd.org@localhost 2000/07/05 15:35:57
[sshd.c]
typo
- aaron%cvs.openbsd.org@localhost 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@localhost 2000/07/06 21:55:04
[auth-rsa.c auth2.c ssh-keygen.c]
clean code is good code
- deraadt%cvs.openbsd.org@localhost 2000/07/07 02:14:29
[serverloop.c]
sense of port forwarding flag test was backwards
- provos%cvs.openbsd.org@localhost 2000/07/08 17:17:31
[compat.c readconf.c]
replace strtok with strsep; from David Young
<dyoung%onthejob.net@localhost>
- deraadt%cvs.openbsd.org@localhost 2000/07/08 19:21:15
[auth.h]
KNF
- ho%cvs.openbsd.org@localhost 2000/07/08 19:27:33
[compat.c readconf.c]
Better conditions for strsep() ending.
- ho%cvs.openbsd.org@localhost 2000/07/10 10:27:05
[readconf.c]
Get the correct message on errors. (niels@ ok)
- ho%cvs.openbsd.org@localhost 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@localhost>
- (djm) Match prototype and function declaration for rresvport_af.
Problem report from Niklas Edmundsson <nikke%ing.umu.se@localhost>
- (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
builds. Problem report from Gregory Leblanc
<GLeblanc%cu-portland.edu@localhost>
- (djm) Replace ut_name with ut_user. Patch from Jim Watt
<jimw%peisj.pebio.com@localhost>
- (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@localhost>
- (djm) More NeXT compatibility from Ben Lindstrom
<mouring%pconline.com@localhost>
Including sigaction() et al. replacements
- (djm) AIX getuserattr() session initialisation from Tom Bertelson
<tbert%abac.com@localhost>
20000708
- (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
Aaron Hopkins <aaron%die.net@localhost>
- (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
Lutz Jaenicke <Lutz.Jaenicke%aet.TU-Cottbus.DE@localhost>
- (djm) Fixed undefined variables for OSF SIA. Report from
Baars, Henk <Hendrik.Baars%nl.origin-it.com@localhost>
- (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
Fix from Marquess, Steve Mr JMLFDC
<Steve.Marquess%DET.AMEDD.ARMY.MIL@localhost>
- (djm) Don't use inet_addr.
20000702
- (djm) Fix brace mismatch from Corinna Vinschen
<vinschen%cygnus.com@localhost>
- (djm) Stop shadow expiry checking from preventing logins with NIS. Based
on fix from HARUYAMA Seigo <haruyama%nt.phys.s.u-tokyo.ac.jp@localhost>
- (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
Chris, the Young One <cky%pobox.com@localhost>
- (djm) Fix scp progress meter on really wide terminals. Based on patch
from James H. Cloos Jr. <cloos%jhcloos.com@localhost>
20000701
- (djm) Fix Tru64 SIA problems reported by John P Speno
<speno%isc.upenn.edu@localhost>
- (djm) Login fixes from Tom Bertelson <tbert%abac.com@localhost>
- (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
<vinschen%cygnus.com@localhost>
- (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
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/security/openssh/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/security/openssh/files/md5
cvs rdiff -r1.13 -r1.14 pkgsrc/security/openssh/files/patch-sum
cvs rdiff -r1.8 -r0 pkgsrc/security/openssh/patches/patch-aa
cvs rdiff -r1.3 -r0 pkgsrc/security/openssh/patches/patch-ac
cvs rdiff -r1.4 -r0 pkgsrc/security/openssh/patches/patch-af
cvs rdiff -r1.2 -r0 pkgsrc/security/openssh/patches/patch-ai \
pkgsrc/security/openssh/patches/patch-ak
cvs rdiff -r1.1 -r0 pkgsrc/security/openssh/patches/patch-al \
pkgsrc/security/openssh/patches/patch-am \
pkgsrc/security/openssh/patches/patch-ao
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index