Author: des Date: Fri Mar 3 01:50:10 2017 New Revision: 314576 URL: https://svnweb.freebsd.org/changeset/base/314576
Log: Forgot to bump the version addendum date. Modified: head/crypto/openssh/ssh_config head/crypto/openssh/ssh_config.5 head/crypto/openssh/sshd_config head/crypto/openssh/sshd_config.5 head/crypto/openssh/version.h Modified: head/crypto/openssh/ssh_config ============================================================================== --- head/crypto/openssh/ssh_config Fri Mar 3 01:06:27 2017 (r314575) +++ head/crypto/openssh/ssh_config Fri Mar 3 01:50:10 2017 (r314576) @@ -50,4 +50,4 @@ # ProxyCommand ssh -q -W %h:%p gateway.example.com # RekeyLimit 1G 1h # VerifyHostKeyDNS yes -# VersionAddendum FreeBSD-20161230 +# VersionAddendum FreeBSD-20170302 Modified: head/crypto/openssh/ssh_config.5 ============================================================================== --- head/crypto/openssh/ssh_config.5 Fri Mar 3 01:06:27 2017 (r314575) +++ head/crypto/openssh/ssh_config.5 Fri Mar 3 01:50:10 2017 (r314576) @@ -1800,7 +1800,7 @@ See also VERIFYING HOST KEYS in Specifies a string to append to the regular version string to identify OS- or site-specific modifications. The default is -.Dq FreeBSD-20161230 . +.Dq FreeBSD-20170302 . The value .Dq none may be used to disable this. Modified: head/crypto/openssh/sshd_config ============================================================================== --- head/crypto/openssh/sshd_config Fri Mar 3 01:06:27 2017 (r314575) +++ head/crypto/openssh/sshd_config Fri Mar 3 01:50:10 2017 (r314576) @@ -120,7 +120,7 @@ #PermitTunnel no #ChrootDirectory none #UseBlacklist no -#VersionAddendum FreeBSD-20161230 +#VersionAddendum FreeBSD-20170302 # no default banner path #Banner none Modified: head/crypto/openssh/sshd_config.5 ============================================================================== --- head/crypto/openssh/sshd_config.5 Fri Mar 3 01:06:27 2017 (r314575) +++ head/crypto/openssh/sshd_config.5 Fri Mar 3 01:50:10 2017 (r314576) @@ -1646,7 +1646,7 @@ The default is Optionally specifies additional text to append to the SSH protocol banner sent by the server upon connection. The default is -.Dq FreeBSD-20161230 . +.Dq FreeBSD-20170302 . The value .Dq none may be used to disable this. Modified: head/crypto/openssh/version.h ============================================================================== --- head/crypto/openssh/version.h Fri Mar 3 01:06:27 2017 (r314575) +++ head/crypto/openssh/version.h Fri Mar 3 01:50:10 2017 (r314576) @@ -6,7 +6,7 @@ #define SSH_PORTABLE "p1" #define SSH_RELEASE SSH_VERSION SSH_PORTABLE -#define SSH_VERSION_FREEBSD "FreeBSD-20161230" +#define SSH_VERSION_FREEBSD "FreeBSD-20170302" #ifdef WITH_OPENSSL #define OPENSSL_VERSION SSLeay_version(SSLEAY_VERSION) _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"