rpms/openssh/devel openssh-5.2p1-xmodifiers.patch, NONE, 1.1 openssh.spec, 1.144, 1.145

Jan F. Chadima jfch2222 at fedoraproject.org
Fri Jun 12 12:13:22 UTC 2009


Author: jfch2222

Update of /cvs/pkgs/rpms/openssh/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19527

Modified Files:
	openssh.spec 
Added Files:
	openssh-5.2p1-xmodifiers.patch 
Log Message:
add XMODIFIERS to exported environment


openssh-5.2p1-xmodifiers.patch:

--- NEW FILE openssh-5.2p1-xmodifiers.patch ---
diff -up openssh-5.2p1/ssh_config.xmodifiers openssh-5.2p1/ssh_config
--- openssh-5.2p1/ssh_config.xmodifiers	2009-06-12 13:32:36.000000000 +0200
+++ openssh-5.2p1/ssh_config	2009-06-12 13:39:12.365582705 +0200
@@ -54,3 +54,4 @@ Host *
 	SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES 
 	SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT 
 	SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE
+	SendEnv XMODIFIERS


Index: openssh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openssh/devel/openssh.spec,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -p -r1.144 -r1.145
--- openssh.spec	15 May 2009 14:44:21 -0000	1.144
+++ openssh.spec	12 Jun 2009 12:12:51 -0000	1.145
@@ -63,7 +63,7 @@
 Summary: An open source implementation of SSH protocol versions 1 and 2
 Name: openssh
 Version: 5.2p1
-Release: 6%{?dist}%{?rescue_rel}
+Release: 7%{?dist}%{?rescue_rel}
 URL: http://www.openssh.com/portable.html
 #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
 #Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.asc
@@ -98,6 +98,8 @@ Patch55: openssh-5.1p1-cloexec.patch
 Patch62: openssh-5.1p1-scp-manpage.patch
 Patch65: openssh-5.2p1-fips.patch
 Patch66: openssh-5.2p1-homechroot.patch
+Patch67: openssh-5.2p1-hangup.patch
+Patch68: openssh-5.2p1-xmodifiers.patch
 
 License: BSD
 Group: Applications/Internet
@@ -230,6 +232,8 @@ an X11 passphrase dialog for OpenSSH.
 %patch62 -p1 -b .manpage
 %patch65 -p1 -b .fips
 %patch66 -p1 -b .homechroot
+%patch67 -p1 -b .hangup
+%patch68 -p1 -b .xmodifiers
 
 autoreconf
 
@@ -464,6 +468,9 @@ fi
 %endif
 
 %changelog
+* Fri Jun 12 2009 Jan F. Chadima <jchadima at redhat.com> - 5.2p1-7
+- add XMODIFIERS to exported environment
+
 * Fri May 15 2009 Tomas Mraz <tmraz at redhat.com> - 5.2p1-6
 - allow only protocol 2 in the FIPS mode
 




More information about the fedora-extras-commits mailing list