This commit is contained in:
parent
57bc92cab8
commit
4ac6d8dbdc
@ -1,4 +1,5 @@
|
|||||||
# add support for Linux audit (FATE #120269)
|
# add support for Linux audit (FATE #120269)
|
||||||
|
================================================================================
|
||||||
--- openssh-4.6p1/Makefile.in
|
--- openssh-4.6p1/Makefile.in
|
||||||
+++ openssh-4.6p1/Makefile.in
|
+++ openssh-4.6p1/Makefile.in
|
||||||
@@ -45,6 +45,7 @@
|
@@ -45,6 +45,7 @@
|
||||||
|
@ -37,6 +37,6 @@
|
|||||||
closelog();
|
closelog();
|
||||||
#endif
|
#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
|
License: BSD 3-Clause
|
||||||
Group: Productivity/Networking/SSH
|
Group: Productivity/Networking/SSH
|
||||||
Version: 4.6p1
|
Version: 4.6p1
|
||||||
Release: 49
|
Release: 53
|
||||||
Requires: openssh = %{version} openssh-askpass = %{version}
|
Requires: openssh = %{version} openssh-askpass = %{version}
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
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
|
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
|
Conflicts: nonfreessh
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 4.6p1
|
Version: 4.6p1
|
||||||
Release: 43
|
Release: 47
|
||||||
%define xversion 1.2.4.1
|
%define xversion 1.2.4.1
|
||||||
Summary: Secure Shell Client and Server (Remote Login Program)
|
Summary: Secure Shell Client and Server (Remote Login Program)
|
||||||
URL: http://www.openssh.com/
|
URL: http://www.openssh.com/
|
||||||
@ -298,6 +298,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config %_appdefdir/SshAskpass
|
%config %_appdefdir/SshAskpass
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 21 2007 - anicka@suse.cz
|
||||||
- avoid generating ssh keys when a non-standard location
|
- avoid generating ssh keys when a non-standard location
|
||||||
is configured [#281228]
|
is configured [#281228]
|
||||||
|
Loading…
Reference in New Issue
Block a user