forked from rpms/openssh
- fixed another place where syslog was called in signal handler
- pass locale environment variables to server, accept them there (#179851)
This commit is contained in:
parent
fd638ab458
commit
f223ebd938
@ -58,7 +58,7 @@
|
|||||||
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
|
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
|
||||||
Name: openssh
|
Name: openssh
|
||||||
Version: 4.3p1
|
Version: 4.3p1
|
||||||
%define rel 1
|
%define rel 2
|
||||||
%if %{rescue}
|
%if %{rescue}
|
||||||
%define %{rel}rescue
|
%define %{rel}rescue
|
||||||
%else
|
%else
|
||||||
@ -450,6 +450,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 6 2006 Tomas Mraz <tmraz@redhat.com> - 4.3p1-2
|
||||||
|
- fixed another place where syslog was called in signal handler
|
||||||
|
- pass locale environment variables to server, accept them there (#179851)
|
||||||
|
|
||||||
* Wed Feb 1 2006 Tomas Mraz <tmraz@redhat.com> - 4.3p1-1
|
* Wed Feb 1 2006 Tomas Mraz <tmraz@redhat.com> - 4.3p1-1
|
||||||
- new version, dropped obsolete patches
|
- new version, dropped obsolete patches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user