History log of /freebsd-10-stable/crypto/openssh/FREEBSD-upgrade
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296781 12-Mar-2016 des

MFH (r296633): upgrade to 7.2p2 (fixes xauth command injection bug)
MFH (r296634): re-add aes-cbc to server-side default cipher list
MFH (r296651, r296657): fix gcc build of pam_ssh

PR: 207679
Security: CVE-2016-3115


# 295367 07-Feb-2016 des

MFH (r265214, r294333, r294407, r294467): misc prop fixes
MFH (r285975, r287143): register mergeinfo for security fixes
MFH (r294497, r294498, r295139): internal documentation
MFH (r294328): upgrade to openssh 6.7p1, re-add libwrap
MFH (r294332): upgrade to openssh 6.8p1
MFH (r294367): update pam_ssh for api changes
MFH (r294909): switch usedns back on
MFH (r294336): upgrade to openssh 6.9p1
MFH (r294495): re-enable dsa keys
MFH (r294464): upgrade to openssh 7.0p1
MFH (r294496): upgrade to openssh 7.1p2

Approved by: re (gjb)
Relnotes: yes


# 294666 24-Jan-2016 des

MFH (r263234, r263691, r266465, r290671, r290672, r290673, r290674,
r294320, r294322, r294324, r294330, r294469, r294494, r294466)

Reduce diffs to head in preparation for removing HPN and None.


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 255829 23-Sep-2013 des

Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of a
repeat performance by introducing a script that runs configure with and
without Kerberos, diffs the result and generates krb5_config.h, which
contains the preprocessor macros that need to be defined in the Kerberos
case and undefined otherwise.

Approved by: re (marius)


# 248648 23-Mar-2013 des

Revert r247892 now that this has been fixed upstream.


# 247892 06-Mar-2013 des

Explicitly disable lastlog, utmp and wtmp.


# 181111 01-Aug-2008 des

Upgrade to OpenSSH 5.1p1.

I have worked hard to reduce diffs against the vendor branch. One
notable change in that respect is that we no longer prefer DSA over
RSA - the reasons for doing so went away years ago. This may cause
some surprises, as ssh will warn about unknown host keys even for
hosts whose keys haven't changed.

MFC after: 6 weeks


# 181097 31-Jul-2008 des

Consistently set svn:eol-style.


# 181091 31-Jul-2008 des

Catch up with reality.


# 176070 06-Feb-2008 des

Fix the Xlist so it actually works with 'tar -X', and update the upgrade
instructions accordingly.


# 162952 02-Oct-2006 des

Update configure options and add some missing steps.
The section about our local changes needs reviewing, and some of those
changes should probably be reconsidered (such as preferring DSA over RSA,
which made sense when RSA was encumbered but probably doesn't any more)


# 156813 17-Mar-2006 ru

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)


# 147004 05-Jun-2005 des

Update for 4.1p1.


# 137020 28-Oct-2004 des

Better Xlist command line.


# 126278 26-Feb-2004 des

Document recently changed configuration defaults.


# 124970 25-Jan-2004 des

Update the "overview of FreeBSD changes to OpenSSH-portable" to reflect
reality.


# 124213 07-Jan-2004 des

Update to reflect changes since the last version.


# 113914 23-Apr-2003 des

Nit.


# 106127 29-Oct-2002 des

Correct shell code to expand globs in FREEBSD-Xlist


# 103108 09-Sep-2002 kuriyama

Fix typo (s@src/crypto/openssh-portable@src/crypto/openssh@).


# 99454 05-Jul-2002 des

(forgot to commit) We don't need --with-opie since PAM takes care of it.


# 99045 29-Jun-2002 des

Document the upgrade process.