vapier 14/03/19 23:40:40
Added: openssh-6.6_p1-x509-glue.patch
openssh-6.6_p1-x509-hpn14v4-glue-p2.patch
Removed: openssh-6.5_p1-x509-glue.patch
openssh-6.5_p1-x509-hpn14v4-glue-p2.patch
Log:
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
D2E96200)
Revision Changes Path
1.1 net-misc/openssh/files/openssh-6.6_p1-x509-glue.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/files/openssh-6.6_p1-x509-glue.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/files/openssh-6.6_p1-x509-glue.patch?rev=1.1&content-type=text/plain
Index: openssh-6.6_p1-x509-glue.patch
===================================================================
Make x509 apply after openssh-5.9_p1-sshd-gssapi-multihomed.patch.
--- openssh-6.6p1+x509-7.9.diff
+++ openssh-6.6p1+x509-7.9.diff
@@ -15473,10 +15473,9 @@
.It Cm ChallengeResponseAuthentication
Specifies whether challenge-response authentication is allowed (e.g. via
PAM or though authentication styles supported in
-@@ -499,6 +576,16 @@
+@@ -499,5 +576,15 @@
The default is
.Dq yes .
- Note that this option applies to protocol version 2 only.
+.It Cm HostbasedAlgorithms
+Specifies the protocol version 2 algorithms used in
+.Dq hostbased
1.1
net-misc/openssh/files/openssh-6.6_p1-x509-hpn14v4-glue-p2.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/files/openssh-6.6_p1-x509-hpn14v4-glue-p2.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/files/openssh-6.6_p1-x509-hpn14v4-glue-p2.patch?rev=1.1&content-type=text/plain
Index: openssh-6.6_p1-x509-hpn14v4-glue-p2.patch
===================================================================
make the hpn patch apply when the x509 patch has also been applied
--- openssh-6.6p1-hpnssh14v4.diff
+++ openssh-6.6p1-hpnssh14v4.diff
@@ -1790,18 +1790,14 @@
if (options->ip_qos_interactive == -1)
options->ip_qos_interactive = IPTOS_LOWDELAY;
if (options->ip_qos_bulk == -1)
-@@ -348,9 +396,10 @@ typedef enum {
+@@ -348,6 +396,7 @@ typedef enum {
sUsePrivilegeSeparation, sAllowAgentForwarding,
sZeroKnowledgePasswordAuthentication, sHostCertificate,
sRevokedKeys, sTrustedUserCAKeys, sAuthorizedPrincipalsFile,
-+ sTcpRcvBufPoll, sHPNDisabled, sHPNBufferSize,
++ sTcpRcvBufPoll, sHPNDisabled, sHPNBufferSize, sNoneEnabled,
sKexAlgorithms, sIPQoS, sVersionAddendum,
sAuthorizedKeysCommand, sAuthorizedKeysCommandUser,
-- sAuthenticationMethods, sHostKeyAgent,
-+ sAuthenticationMethods, sNoneEnabled, sHostKeyAgent,
- sDeprecated, sUnsupported
- } ServerOpCodes;
-
+ sAuthenticationMethods, sHostKeyAgent,
@@ -476,6 +525,10 @@ static struct {
{ "revokedkeys", sRevokedKeys, SSHCFG_ALL },
{ "trustedusercakeys", sTrustedUserCAKeys, SSHCFG_ALL },