Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc



>Module Name:   pkgsrc
>Committed By:  itojun
>Date:          Sun Mar 26 14:36:25 UTC 2000
>
>Modified Files:
>       pkgsrc/security/openssh: Makefile
>       pkgsrc/security/openssh/files: md5 patch-sum
>       pkgsrc/security/openssh/patches: patch-aa patch-ah
>
>Log Message:
>upgrade to 1.2.3.  make it conflict with security/ssh6.


--- 1.2.2 -> 1.2.3
20000324
 - Released 1.2.3

20000317
 - Clarified --with-default-path option.
 - Added -blibpath handling for AIX to work around stupid runtime linking.
   Problem elucidated by gshapiro%SENDMAIL.ORG@localhost by way of Jim Knoble
   <jmknoble%pobox.com@localhost>
 - Checks for 64 bit int types. Problem report from Mats Fredholm
   <matsf%init.se@localhost>
 - OpenBSD CVS updates:
   - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c] 
     [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
     [sshd.c]
     pedantic: signed vs. unsigned, void*-arithm, etc
   - [ssh.1 sshd.8]
     Various cleanups and standardizations.
 - Runtime error fix for HPUX from Otmar Stahl 
   <O.Stahl%lsw.uni-heidelberg.de@localhost>

20000316
 - Fixed configure not passing LDFLAGS to Solaris. Report from David G. 
   Hesprich <dghespri%sprintparanet.com@localhost>
 - Propogate LD through to Makefile
 - Doc cleanups
 - Added blurb about "scp: command not found" errors to UPGRADING

20000315
 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
   problems with gcc/Solaris.
 - Don't free argument to putenv() after use (in setenv() replacement). 
   Report from Seigo Tanimura <tanimura%r.dl.itc.u-tokyo.ac.jp@localhost>
 - Created contrib/ subdirectory. Included helpers from Phil Hands' 
   Debian package, README file and chroot patch from Ricardo Cerqueira
   <rmcc%clix.pt@localhost>
 - Moved gnome-ssh-askpass.c to contrib directory and removed config 
   option.
 - Slight cleanup to doc files
 - Configure fix from Bratislav ILICH <bilic%zepter.ru@localhost>

20000314
 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from 
   peter%frontierflying.com@localhost
 - Include /usr/local/include and /usr/local/lib for systems that don't
   do it themselves
 - -R/usr/local/lib for Solaris
 - Fix RSAref detection
 - Fix IN6_IS_ADDR_V4MAPPED macro

20000311
 - Detect RSAref
 - OpenBSD CVS change
   [sshd.c]
    - disallow guessing of root password
 - More configure fixes
 - IPv6 workarounds from Hideaki YOSHIFUJI 
<yoshfuji%ecei.tohoku.ac.jp@localhost>

20000309
 - OpenBSD CVS updates to v1.2.3
        [ssh.h atomicio.c]
         - int atomicio -> ssize_t (for alpha). ok deraadt@
        [auth-rsa.c]
         - delay MD5 computation until client sends response, free() early, 
cleanup.
        [cipher.c]
         - void* -> unsigned char*, ok niels@
        [hostfile.c]
         - remove unused variable 'len'. fix comments.
         - remove unused variable
        [log-client.c log-server.c]
         - rename a cpp symbol, to avoid param.h collision
        [packet.c]
         - missing xfree()
         - getsockname() requires initialized tolen; 
andy%guildsoftware.com@localhost
         - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
        from Holger.Trapp%Informatik.TU-Chemnitz.DE@localhost
        [pty.c pty.h]
         - register cleanup for pty earlier. move code for pty-owner handling 
to 
        pty.c ok provos@, dugsong@
        [readconf.c]
         - turn off x11-fwd for the client, too.
        [rsa.c]
         - PKCS#1 padding
        [scp.c]
         - allow '.' in usernames; from jedgar%fxp.org@localhost
        [servconf.c]
         - typo: ignore_user_known_hosts int->flag; 
naddy%mips.rhein-neckar.de@localhost
         - sync with sshd_config
        [ssh-keygen.c]
         - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
        [ssh.1]
         - Change invalid 'CHAT' loglevel to 'VERBOSE'
        [ssh.c]
         - suppress AAAA query host when '-4' is used; from 
shin%nd.net.fujitsu.co.jp@localhost
         - turn off x11-fwd for the client, too.
        [sshconnect.c]
         - missing xfree()
         - retry rresvport_af(), too. from 
sumikawa%ebina.hitachi.co.jp.@localhost
         - read error vs. "Connection closed by remote host"
        [sshd.8]
         - ie. -> i.e.,
         - do not link to a commercial page..
         - sync with sshd_config
        [sshd.c]
         - no need for poll.h; from bright%wintelcom.net@localhost
         - log with level log() not fatal() if peer behaves badly.
         - don't panic if client behaves strange. ok deraadt@
         - make no-port-forwarding for RSA keys deny both -L and -R style fwding
         - delay close() of pty until the pty has been chowned back to root
         - oops, fix comment, too.
         - missing xfree()
         - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
        (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
         - register cleanup for pty earlier. move code for pty-owner handling 
to 
      pty.c ok provos@, dugsong@
         - create x11 cookie file
         - fix pr 1113, fclose() -> pclose(), todo: remote popen()
         - version 1.2.3
 - Cleaned up
 - Removed warning workaround for Linux and devpts filesystems (no longer 
   required after OpenBSD updates)

20000308
 - Configure fix from Hiroshi Takekawa <takekawa%sr3.t.u-tokyo.ac.jp@localhost>

20000307
 - Released 1.2.2p1

20000305
 - Fix DEC compile fix
 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
 - Check for getpagesize in libucb.a if not found in libc. Fix for old
   Solaris from Andre Lucas <andre.lucas%dial.pipex.com@localhost>
 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion 
   Mate Wierdl <mw%moni.msci.memphis.edu@localhost>

20000303
 - Added "make host-key" target, Suggestion from Dominik Brettnacher
 <domi%saargate.de@localhost>
 - Don't permanently fail on bind() if getaddrinfo has more choices left for 
   us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
   Miskiewicz <misiek%pld.org.pl@localhost>
 - DEC Unix compile fix from David Del Piero 
<David.DelPiero%qed.qld.gov.au@localhost>
 - Manpage fix from David Del Piero <David.DelPiero%qed.qld.gov.au@localhost>

20000302
 - Big cleanup of autoconf code
   - Rearranged to be a little more logical
   - Added -R option for Solaris
   - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
     to detect library and header location _and_ ensure library has proper
     RSA support built in (this is a problem with OpenSSL 0.9.5).
 - Applied pty cleanup patch from 
markus.friedl%informatik.uni-erlangen.de@localhost
 - Avoid warning message with Unix98 ptys
 - Warning was valid - possible race condition on PTYs. Avoided using 
   platform-specific code.
 - Document some common problems
 - Allow root access to any key. Patch from 
   markus.friedl%informatik.uni-erlangen.de@localhost

20000207
 - Removed SOCKS code. Will support through a ProxyCommand.

20000203
 - Fixed SEGVs in authloop, fix from vbzoli%hbrt.hu@localhost
 - Add --with-ssl-dir option

20000202
 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham 
   <jmd%aoe.vt.edu@localhost>
 - Documentation fixes from HARUYAMA Seigo 
<haruyama%nt.phys.s.u-tokyo.ac.jp@localhost>
 - Added URLs to Japanese translations of documents by HARUYAMA Seigo 
   <haruyama%nt.phys.s.u-tokyo.ac.jp@localhost>

20000201
 - Use socket pairs by default (instead of pipes). Prevents race condition
   on several (buggy) OSs. Report and fix from tridge%linuxcare.com@localhost

20000127
 - Seed OpenSSL's random number generator before generating RSA keypairs
 - Split random collector into seperate file
 - Compile fix from Andre Lucas <andre.lucas%dial.pipex.com@localhost>

20000126
 - Released 1.2.2 stable

 - NeXT keeps it lastlog in /usr/adm. Report from 
   mouring%newton.pconline.com@localhost
 - Added note in UPGRADING re interop with commercial SSH using idea. 
   Report from Jim Knoble <jmknoble%pobox.com@localhost>
 - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
   <Holger.Trapp%Informatik.TU-Chemnitz.DE@localhost>

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)



Home | Main Index | Thread Index | Old Index