SPECS: openssh.spec - added sshv1-openssl patch (fixes SSHv1 compa...

qboosh qboosh at pld-linux.org
Tue Apr 10 21:27:39 CEST 2007


Author: qboosh                       Date: Tue Apr 10 19:27:39 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added sshv1-openssl patch (fixes SSHv1 compat when using openssl 0.9.8e)
- pass --with-kerberos=/usr to detect krb5-config script and avoid linking
  with libgssapi when libkrb5_gssapi must be used
- release 4

---- Files affected:
SPECS:
   openssh.spec (1.281 -> 1.282) 

---- Diffs:

================================================================
Index: SPECS/openssh.spec
diff -u SPECS/openssh.spec:1.281 SPECS/openssh.spec:1.282
--- SPECS/openssh.spec:1.281	Mon Apr  9 16:47:58 2007
+++ SPECS/openssh.spec	Tue Apr 10 21:27:34 2007
@@ -28,7 +28,7 @@
 Summary(uk.UTF-8):	OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
 Name:		openssh
 Version:	4.6p1
-Release:	3%{?with_hpn:hpn}%{?with_hpn_none:hpn_none}
+Release:	4%{?with_hpn:hpn}%{?with_hpn_none:hpn_none}
 Epoch:		2
 License:	BSD
 Group:		Applications/Networking
@@ -45,6 +45,7 @@
 Source11:	ssh-agent.sh
 Source12:	ssh-agent.conf
 Patch0:		%{name}-no_libnsl.patch
+Patch1:		%{name}-sshv1-openssl.patch
 Patch2:		%{name}-linux-ipv6.patch
 Patch3:		%{name}-pam_misc.patch
 Patch4:		%{name}-sigpipe.patch
@@ -470,6 +471,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
@@ -499,7 +501,7 @@
 	--with-tcp-wrappers \
 	%{?with_ldap:--with-libs="-lldap -llber"} \
 	%{?with_ldap:--with-cppflags="-DWITH_LDAP_PUBKEY"} \
-	%{?with_kerberos5:--with-kerberos5} \
+	%{?with_kerberos5:--with-kerberos5=/usr} \
 	--with-privsep-path=%{_privsepdir} \
 	--with-pid-dir=%{_localstatedir}/run \
 	--with-xauth=/usr/bin/xauth \
@@ -681,6 +683,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.282  2007/04/10 19:27:34  qboosh
+- added sshv1-openssl patch (fixes SSHv1 compat when using openssl 0.9.8e)
+- pass --with-kerberos=/usr to detect krb5-config script and avoid linking
+  with libgssapi when libkrb5_gssapi must be used
+- release 4
+
 Revision 1.281  2007/04/09 14:47:58  glen
 - use master site for source0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openssh.spec?r1=1.281&r2=1.282&f=u



More information about the pld-cvs-commit mailing list