[packages/openssh] - up to 6.9p1

arekm arekm at pld-linux.org
Wed Jul 1 18:52:37 CEST 2015


commit 4c64cbae22b6c330494c0bf49ebe71e3af9ed47c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Jul 1 18:52:31 2015 +0200

    - up to 6.9p1

 openssh-config.patch | 7 ++++---
 openssh-ldap.patch   | 2 +-
 openssh.spec         | 6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/openssh.spec b/openssh.spec
index 32fe3ee..6c093e5 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -45,13 +45,13 @@ Summary(pt_BR.UTF-8):	Implementação livre do SSH
 Summary(ru.UTF-8):	OpenSSH - свободная реализация протокола Secure Shell (SSH)
 Summary(uk.UTF-8):	OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
 Name:		openssh
-Version:	6.8p1
-Release:	12
+Version:	6.9p1
+Release:	1
 Epoch:		2
 License:	BSD
 Group:		Applications/Networking
 Source0:	ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{version}.tar.gz
-# Source0-md5:	08f72de6751acfbd0892b5f003922701
+# Source0-md5:	0b161c44fc31fbc6b76a6f8ae639f16f
 Source1:	http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5:	66943d481cc422512b537bcc2c7400d1
 Source2:	%{name}d.init
diff --git a/openssh-config.patch b/openssh-config.patch
index 80c4995..f82be4f 100644
--- a/openssh-config.patch
+++ b/openssh-config.patch
@@ -1,13 +1,14 @@
 --- openssh-4.6p1/sshd_config~	2007-10-13 01:37:17.000000000 +0200
 +++ openssh-4.6p1/sshd_config	2007-10-13 01:47:12.000000000 +0200
-@@ -34,6 +35,7 @@
+@@ -41,7 +41,7 @@
+ # Authentication:
  
  #LoginGraceTime 2m
- #PermitRootLogin yes
+-#PermitRootLogin no
 +PermitRootLogin no
  #StrictModes yes
  #MaxAuthTries 6
- 
+ #MaxSessions 10
 @@ -50,10 +51,13 @@
  #IgnoreUserKnownHosts no
  # Don't read the user's ~/.rhosts and ~/.shosts files
diff --git a/openssh-ldap.patch b/openssh-ldap.patch
index 994ef59..67a7c07 100644
--- a/openssh-ldap.patch
+++ b/openssh-ldap.patch
@@ -1302,7 +1302,7 @@ diff -up openssh-6.2p2/ldapconf.c.ldap openssh-6.2p2/ldapconf.c
 +		len = snprintf (options.uri, MAXURILEN, "ldap%s://%s:%d",
 +		    (options.ssl == 0) ? "" : "s", options.host, options.port);
 +		options.uri[MAXURILEN - 1] = 0;
-+		options.uri = xrealloc (options.uri, len + 1, 1);
++		options.uri = xreallocarray (options.uri, len + 1, 1);
 +	}
 +	if (options.binddn == NULL)
 +	    options.binddn = "";
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssh.git/commitdiff/4c64cbae22b6c330494c0bf49ebe71e3af9ed47c



More information about the pld-cvs-commit mailing list