This commit is contained in:
parent
57bc92cab8
commit
4ac6d8dbdc
@ -1,4 +1,5 @@
|
||||
# add support for Linux audit (FATE #120269)
|
||||
================================================================================
|
||||
--- openssh-4.6p1/Makefile.in
|
||||
+++ openssh-4.6p1/Makefile.in
|
||||
@@ -45,6 +45,7 @@
|
||||
|
@ -37,6 +37,6 @@
|
||||
closelog();
|
||||
#endif
|
||||
+
|
||||
+ sigprocmask(SIG_SETMASK, &oset, NULL);
|
||||
}
|
||||
+ sigprocmask(SIG_SETMASK, &oset, NULL);
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ BuildRequires: gtk2-devel krb5-devel opensc-devel openssh openssl-devel pam-dev
|
||||
License: BSD 3-Clause
|
||||
Group: Productivity/Networking/SSH
|
||||
Version: 4.6p1
|
||||
Release: 49
|
||||
Release: 53
|
||||
Requires: openssh = %{version} openssh-askpass = %{version}
|
||||
Autoreqprov: on
|
||||
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 28 18:25:57 CEST 2007 - anicka@suse.cz
|
||||
|
||||
- fix blocksigalrm patch to set old signal mask after
|
||||
writing the log in every case [#304819]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 21 04:51:45 CEST 2007 - anicka@suse.cz
|
||||
|
||||
|
@ -29,7 +29,7 @@ PreReq: /usr/sbin/groupadd /usr/sbin/useradd %insserv_prereq %fillup_pr
|
||||
Conflicts: nonfreessh
|
||||
Autoreqprov: on
|
||||
Version: 4.6p1
|
||||
Release: 43
|
||||
Release: 47
|
||||
%define xversion 1.2.4.1
|
||||
Summary: Secure Shell Client and Server (Remote Login Program)
|
||||
URL: http://www.openssh.com/
|
||||
@ -298,6 +298,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config %_appdefdir/SshAskpass
|
||||
|
||||
%changelog
|
||||
* Tue Aug 28 2007 - anicka@suse.cz
|
||||
- fix blocksigalrm patch to set old signal mask after
|
||||
writing the log in every case [#304819]
|
||||
* Tue Aug 21 2007 - anicka@suse.cz
|
||||
- avoid generating ssh keys when a non-standard location
|
||||
is configured [#281228]
|
||||
|
Loading…
Reference in New Issue
Block a user