rpms/openssh/devel .cvsignore, 1.27, 1.28 openssh.spec, 1.189, 1.190 sources, 1.27, 1.28

Tomáš Mráz tmraz at fedoraproject.org
Mon Jan 25 14:36:10 UTC 2010


Author: tmraz

Update of /cvs/pkgs/rpms/openssh/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14864

Modified Files:
	.cvsignore openssh.spec sources 
Log Message:
* Mon Jan 25 2010 Tomas Mraz <tmraz at redhat.com> - 5.3p1-19
- updated pam_ssh_agent_auth to new version from upstream (just
  a licence change)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openssh/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- .cvsignore	19 Oct 2009 07:32:33 -0000	1.27
+++ .cvsignore	25 Jan 2010 14:36:09 -0000	1.28
@@ -1,2 +1,2 @@
 openssh-5.3p1-noacss.tar.bz2
-pam_ssh_agent_auth-0.9.tar.bz2
+pam_ssh_agent_auth-0.9.2.tar.bz2


Index: openssh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openssh/devel/openssh.spec,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -p -r1.189 -r1.190
--- openssh.spec	21 Jan 2010 09:00:42 -0000	1.189
+++ openssh.spec	25 Jan 2010 14:36:09 -0000	1.190
@@ -64,14 +64,16 @@
 %define pam_ssh_agent 0
 %endif
 
-%define pam_ssh_agent_ver 0.9
+%define pam_ssh_agent_ver 0.9.2
 
 Summary: An open source implementation of SSH protocol versions 1 and 2
 Name: openssh
 Version: 5.3p1
-Release: 18%{?dist}%{?rescue_rel}
+# Do not rewind release to 1 on version upgrades unless the pam_ssh_agent_auth
+# is updated as well.
+Release: 19%{?dist}%{?rescue_rel}
 URL: http://www.openssh.com/portable.html
-#URL1: http://pamsshauth.sourceforge.net
+#URL1: http://pamsshagentauth.sourceforge.net
 #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
 #Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.asc
 # This package differs from the upstream OpenSSH tarball in that
@@ -185,9 +187,7 @@ Provides: openssh-askpass-gnome
 Summary: PAM module for authentication with ssh-agent
 Group: System Environment/Base
 Version: %{pam_ssh_agent_ver}
-# There is special exception added to the GPLv3+ license to
-# permit linking with OpenSSL licensed code
-License: GPLv3+ and OpenSSL and BSD
+License: BSD
 
 %description
 SSH (Secure SHell) is a program for logging into and executing
@@ -519,14 +519,16 @@ fi
 %if %{pam_ssh_agent}
 %files -n pam_ssh_agent_auth
 %defattr(-,root,root)
-%doc pam_ssh_agent_auth-%{pam_ssh_agent_ver}/GPL_LICENSE
 %doc pam_ssh_agent_auth-%{pam_ssh_agent_ver}/OPENSSH_LICENSE
-%doc pam_ssh_agent_auth-%{pam_ssh_agent_ver}/LICENSE.OpenSSL
 %attr(0755,root,root) /%{_lib}/security/pam_ssh_agent_auth.so
 %attr(0644,root,root) %{_mandir}/man8/pam_ssh_agent_auth.8*
 %endif
 
 %changelog
+* Mon Jan 25 2010 Tomas Mraz <tmraz at redhat.com> - 5.3p1-19
+- updated pam_ssh_agent_auth to new version from upstream (just
+  a licence change)
+
 * Thu Jan 21 2010 Jan F. Chadima <jchadima at redhat.com> - 5.3p1-18
 - optimized RAND_cleanup patch (#557166)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openssh/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- sources	19 Oct 2009 07:32:33 -0000	1.27
+++ sources	25 Jan 2010 14:36:10 -0000	1.28
@@ -1,2 +1,2 @@
 89f85c1da83c24ca0b10c05344f7c93c  openssh-5.3p1-noacss.tar.bz2
-1868cb825393678489b1d48c97819f76  pam_ssh_agent_auth-0.9.tar.bz2
+b68f1c385d7885fbe2c3626bf77aa3d6  pam_ssh_agent_auth-0.9.2.tar.bz2



More information about the scm-commits mailing list