OBS User unknown 2007-08-28 17:18:04 +00:00 committed by Git OBS Bridge
parent 57bc92cab8
commit 4ac6d8dbdc
5 changed files with 13 additions and 3 deletions

View File

@ -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 @@

View File

@ -37,6 +37,6 @@
closelog();
#endif
+
+ sigprocmask(SIG_SETMASK, &oset, NULL);
}
+ sigprocmask(SIG_SETMASK, &oset, NULL);
}

View File

@ -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

View File

@ -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

View File

@ -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]