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:   hubertf
Date:           Thu Jan 27 17:12:06 UTC 2000

Modified Files:
        pkgsrc/security/openssh: Makefile
        pkgsrc/security/openssh/files: md5 patch-sum
        pkgsrc/security/openssh/patches: patch-aa patch-ag patch-ah
        pkgsrc/security/openssh/pkg: DESCR PLIST
Removed Files:
        pkgsrc/security/openssh/patches: patch-ac patch-ae patch-af

Log Message:
Clean this up, sync with the ssh package, and update to
1.2.2 (fixing PR 9304 by David Rankin 
<drankin%bohemians.lexington.ky.us@localhost>.

Changes:

20000125
 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
   <andre.lucas%dial.pipex.com@localhost>
 - Reorder PAM initialisation so it does not mess up lastlog. Reported
   by Andre Lucas <andre.lucas%dial.pipex.com@localhost>
 - Use preformatted manpages on SCO, report from Gary E. Miller
   <gem%rellim.com@localhost>
 - New URL for x11-ssh-askpass.
 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
   <jmknoble%pobox.com@localhost>
 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
   Jim Knoble <jmknoble%pobox.com@localhost>
 - Updated RPM spec files to use DESTDIR

20000124
 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
   increment)

20000123
 - OpenBSD CVS:
   - [packet.c]
     getsockname() requires initialized tolen; andy%guildsoftware.com@localhost
 - AIX patch from Matt Richards <v2matt%btv.ibm.com@localhost> and David Rankin
   <drankin%bohemians.lexington.ky.us@localhost>
 - Fix lastlog support, patch from Andre Lucas 
<andre.lucas%dial.pipex.com@localhost>

20000122
 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
   <bent%clark.net@localhost>
 - Merge preformatted manpage patch from Andre Lucas
   <andre.lucas%dial.pipex.com@localhost>
 - Make IPv4 use the default in RPM packages
 - Irix uses preformatted manpages
 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
   <Holger.Trapp%Informatik.TU-Chemnitz.DE@localhost>
 - OpenBSD CVS updates:
   - [packet.c]
     use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
     from Holger.Trapp%Informatik.TU-Chemnitz.DE@localhost
   - [sshd.c]
     log with level log() not fatal() if peer behaves badly.
   - [readpass.c]
     instead of blocking SIGINT, catch it ourselves, so that we can clean
     the tty modes up and kill ourselves -- instead of our process group
     leader (scp, cvs, ...) going away and leaving us in noecho mode.
     people with cbreak shells never even noticed..
   - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
     ie. -> i.e.,

20000120
 - Don't use getaddrinfo on AIX
 - Update to latest OpenBSD CVS:
   - [auth-rsa.c]
     - fix user/1056, sshd keeps restrictions; dbt%meat.net@localhost
   - [sshconnect.c]
     - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
     - destroy keys earlier
     - split key exchange (kex) and user authentication (user-auth),
       ok: provos@
   - [sshd.c]
     - no need for poll.h; from bright%wintelcom.net@localhost
     - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
     - split key exchange (kex) and user authentication (user-auth),
       ok: provos@
   - [sshd.c]
     - no need for poll.h; from bright%wintelcom.net@localhost
     - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
     - split key exchange (kex) and user authentication (user-auth),
       ok: provos@
 - Big manpage and config file cleanup from Andre Lucas
   <andre.lucas%dial.pipex.com@localhost>
   - Re-added latest (unmodified) OpenBSD manpages
 - Doc updates
 - NetBSD patch from David Rankin <drankin%bohemians.lexington.ky.us@localhost> 
and
   Christos Zoulas <christos%netbsd.org@localhost>

20000119
 - SCO compile fixes from Gary E. Miller <gem%rellim.com@localhost>
 - Compile fix from Darren_Hall%progressive.com@localhost
 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
   addresses using getaddrinfo(). Added a configure switch to make the
   default lookup mode AF_INET

20000118
 - Fixed --with-pid-dir option
 - Makefile fix from Gary E. Miller <gem%rellim.com@localhost>
 - Compile fix for HPUX and Solaris from Andre Lucas
   <andre.lucas%dial.pipex.com@localhost>


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/security/openssh/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/security/openssh/files/md5
cvs rdiff -r1.2 -r1.3 pkgsrc/security/openssh/files/patch-sum
cvs rdiff -r1.2 -r1.3 pkgsrc/security/openssh/patches/patch-aa
cvs rdiff -r1.1 -r0 pkgsrc/security/openssh/patches/patch-ac \
    pkgsrc/security/openssh/patches/patch-ae \
    pkgsrc/security/openssh/patches/patch-af
cvs rdiff -r1.1 -r1.2 pkgsrc/security/openssh/patches/patch-ag \
    pkgsrc/security/openssh/patches/patch-ah
cvs rdiff -r1.1 -r1.2 pkgsrc/security/openssh/pkg/DESCR \
    pkgsrc/security/openssh/pkg/PLIST

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