From f223ebd938be1ad07102f3edccd860a29030e774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Mon, 6 Feb 2006 20:16:03 +0000 Subject: [PATCH] - fixed another place where syslog was called in signal handler - pass locale environment variables to server, accept them there (#179851) --- openssh.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index 40b8a97..32dd800 100644 --- a/openssh.spec +++ b/openssh.spec @@ -58,7 +58,7 @@ Summary: The OpenSSH implementation of SSH protocol versions 1 and 2. Name: openssh Version: 4.3p1 -%define rel 1 +%define rel 2 %if %{rescue} %define %{rel}rescue %else @@ -450,6 +450,10 @@ fi %endif %changelog +* Mon Feb 6 2006 Tomas Mraz - 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 - 4.3p1-1 - new version, dropped obsolete patches