]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- openssh public key blacklist support, including ssh-vulnkey tool, added (from Debian) auto/th/openssh-5_0p1-5 auto/ti/openssh-5_0p1-5
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 20 May 2008 13:39:19 +0000 (13:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh.spec -> 1.302

openssh.spec

index 637807869510628fcbdabda53d3a88dc42cc2263..d9e94228caf234f7652d73502ff15d89ceca0655 100644 (file)
@@ -23,7 +23,7 @@ Summary(ru.UTF-8):    OpenSSH - свободная реализация прото
 Summary(uk.UTF-8):     OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
 Name:          openssh
 Version:       5.0p1
 Summary(uk.UTF-8):     OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
 Name:          openssh
 Version:       5.0p1
-Release:       4
+Release:       5
 Epoch:         2
 License:       BSD
 Group:         Applications/Networking
 Epoch:         2
 License:       BSD
 Group:         Applications/Networking
@@ -49,6 +49,7 @@ Patch7:               %{name}-selinux.patch
 Patch9:                %{name}-5.0p1-hpn13v4.diff
 Patch10:       %{name}-include.patch
 Patch11:       %{name}-chroot.patch
 Patch9:                %{name}-5.0p1-hpn13v4.diff
 Patch10:       %{name}-include.patch
 Patch11:       %{name}-chroot.patch
+Patch12:       http://people.debian.org/~cjwatson/%{name}-blacklist.diff
 URL:           http://www.openssh.com/
 BuildRequires: %{__perl}
 BuildRequires: autoconf
 URL:           http://www.openssh.com/
 BuildRequires: %{__perl}
 BuildRequires: autoconf
@@ -67,6 +68,7 @@ BuildRequires:        rpmbuild(macros) >= 1.318
 BuildRequires: zlib-devel
 Requires:      filesystem >= 3.0-11
 Requires:      pam >= 0.99.7.1
 BuildRequires: zlib-devel
 Requires:      filesystem >= 3.0-11
 Requires:      pam >= 0.99.7.1
+Suggests:      openssh-blacklist
 Obsoletes:     ssh
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 Obsoletes:     ssh
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -466,6 +468,7 @@ GNOME.
 %{?with_hpn:%patch9 -p1}
 %patch10 -p1
 %patch11 -p1
 %{?with_hpn:%patch9 -p1}
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
 cp /usr/share/automake/config.sub .
 
 %build
 cp /usr/share/automake/config.sub .
@@ -593,7 +596,9 @@ fi
 %defattr(644,root,root,755)
 %doc *.RNG TODO README OVERVIEW CREDITS Change*
 %attr(755,root,root) %{_bindir}/ssh-key*
 %defattr(644,root,root,755)
 %doc *.RNG TODO README OVERVIEW CREDITS Change*
 %attr(755,root,root) %{_bindir}/ssh-key*
+%attr(755,root,root) %{_bindir}/ssh-vulnkey*
 %{_mandir}/man1/ssh-key*.1*
 %{_mandir}/man1/ssh-key*.1*
+%{_mandir}/man1/ssh-vulnkey*.1*
 %dir %{_sysconfdir}
 %dir %{_libexecdir}
 
 %dir %{_sysconfdir}
 %dir %{_libexecdir}
 
This page took 0.042301 seconds and 4 git commands to generate.