packages: openssh/openssh.spec - rel 7; when ipv6 sockets are allowed to be...

arekm arekm at pld-linux.org
Sat Nov 12 11:40:02 CET 2011


Author: arekm                        Date: Sat Nov 12 10:40:02 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 7; when ipv6 sockets are allowed to be created (AF_INET6 is supported) sshd tries to bind to ::1, too which may be unavailable (for example in vserver guests or when net.ipv6.conf.all.disable_ipv6=1) - skip af family then

---- Files affected:
packages/openssh:
   openssh.spec (1.378 -> 1.379) 

---- Diffs:

================================================================
Index: packages/openssh/openssh.spec
diff -u packages/openssh/openssh.spec:1.378 packages/openssh/openssh.spec:1.379
--- packages/openssh/openssh.spec:1.378	Fri Sep 30 19:24:10 2011
+++ packages/openssh/openssh.spec	Sat Nov 12 11:39:56 2011
@@ -31,7 +31,7 @@
 Summary(uk.UTF-8):	OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
 Name:		openssh
 Version:	5.9p1
-Release:	6
+Release:	7
 Epoch:		2
 License:	BSD
 Group:		Applications/Networking
@@ -65,6 +65,7 @@
 # http://people.debian.org/~cjwatson/%{name}-blacklist.diff
 Patch12:	%{name}-blacklist.diff
 Patch13:	%{name}-kuserok.patch
+Patch14:	%{name}-bind.patch
 URL:		http://www.openssh.com/portable.html
 BuildRequires:	%{__perl}
 %{?with_audit:BuildRequires:	audit-libs-devel}
@@ -525,6 +526,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 cp -p %{SOURCE3} sshd.pam
 install -p %{SOURCE2} sshd.init
@@ -813,6 +815,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.379  2011/11/12 10:39:56  arekm
+- rel 7; when ipv6 sockets are allowed to be created (AF_INET6 is supported) sshd tries to bind to ::1, too which may be unavailable (for example in vserver guests or when net.ipv6.conf.all.disable_ipv6=1) - skip af family then
+
 Revision 1.378  2011/09/30 17:24:10  qboosh
 - pl for -server-ldap
 - audit enabled by default
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openssh/openssh.spec?r1=1.378&r2=1.379&f=u



More information about the pld-cvs-commit mailing list