Update to 5.4p1

This commit is contained in:
Jan F. Chadima 2010-03-09 07:00:50 +00:00
parent d1a73d1a80
commit 42225a2417
6 changed files with 3 additions and 1540 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,2 +1,2 @@
b68f1c385d7885fbe2c3626bf77aa3d6 pam_ssh_agent_auth-0.9.2.tar.bz2
96c95443133c2c5a459b95175ab7b555 openssh-5.4p1-noacss.tar.bz2
86f3413435fbb1b65d46cd262fead5af pam_ssh_agent_auth-0.9-build.patch