Update to 5.4p1
This commit is contained in:
parent
d1a73d1a80
commit
42225a2417
@ -1,2 +1,2 @@
|
||||
pam_ssh_agent_auth-0.9.2.tar.bz2
|
||||
openssh-5.4p1-noacss.tar.bz2
|
||||
pam_ssh_agent_auth-0.9-build.patch
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- openssh-4.3p2/channels.c.no-v6only 2006-07-17 15:39:31.000000000 +0200
|
||||
+++ openssh-4.3p2/channels.c 2006-08-08 12:44:51.000000000 +0200
|
||||
@@ -2794,7 +2794,7 @@
|
||||
}
|
||||
}
|
||||
#ifdef IPV6_V6ONLY
|
||||
- if (ai->ai_family == AF_INET6) {
|
||||
+ if (x11_use_localhost && ai->ai_family == AF_INET6) {
|
||||
int on = 1;
|
||||
if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)) < 0)
|
||||
error("setsockopt IPV6_V6ONLY: %.100s", strerror(errno));
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -80,7 +80,7 @@ URL: http://www.openssh.com/portable.html
|
||||
# This package differs from the upstream OpenSSH tarball in that
|
||||
# the ACSS cipher is removed by running openssh-nukeacss.sh in
|
||||
# the unpacked source directory.
|
||||
Source0: openssh-%{version}-snap20100302-noacss.tar.bz2
|
||||
Source0: openssh-%{version}-noacss.tar.bz2
|
||||
Source1: openssh-nukeacss.sh
|
||||
Source2: sshd.pam
|
||||
Source3: sshd.init
|
||||
|
Loading…
Reference in New Issue
Block a user