Mailinglist Archive: yast-commit (502 mails)

< Previous Next >
[yast-commit] r64569 - in /branches/SuSE-Code-11-SP2-Branch/yast2: VERSION library/gpg/src/GPG.ycp package/yast2.changes
Author: lslezak
Date: Thu Jun 23 18:01:01 2011
New Revision: 64569

URL: http://svn.opensuse.org/viewcvs/yast?rev=64569&view=rev
Log:
- read GPG keys in UTF-8 locale to properly read non-ASCII
characters, UTF-8 characters caused SLMS webyast module crashing
(bnc#696312)
- 2.17.100

Modified:
branches/SuSE-Code-11-SP2-Branch/yast2/VERSION
branches/SuSE-Code-11-SP2-Branch/yast2/library/gpg/src/GPG.ycp
branches/SuSE-Code-11-SP2-Branch/yast2/package/yast2.changes

Modified: branches/SuSE-Code-11-SP2-Branch/yast2/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/yast2/VERSION?rev=64569&r1=64568&r2=64569&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/yast2/VERSION (original)
+++ branches/SuSE-Code-11-SP2-Branch/yast2/VERSION Thu Jun 23 18:01:01 2011
@@ -1 +1 @@
-2.17.99
+2.17.100

Modified: branches/SuSE-Code-11-SP2-Branch/yast2/library/gpg/src/GPG.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/yast2/library/gpg/src/GPG.ycp?rev=64569&r1=64568&r2=64569&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/yast2/library/gpg/src/GPG.ycp (original)
+++ branches/SuSE-Code-11-SP2-Branch/yast2/library/gpg/src/GPG.ycp Thu Jun 23
18:01:01 2011
@@ -76,7 +76,7 @@
map callGPG(string options)
{
map ret = $[];
- string command = "LC_ALL=C " + buildGPGcommand(options);
+ string command = "LC_ALL=en_US.UTF-8 " + buildGPGcommand(options);

ret = (map) SCR::Execute(.target.bash_output, command);


Modified: branches/SuSE-Code-11-SP2-Branch/yast2/package/yast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/yast2/package/yast2.changes?rev=64569&r1=64568&r2=64569&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/yast2/package/yast2.changes (original)
+++ branches/SuSE-Code-11-SP2-Branch/yast2/package/yast2.changes Thu Jun 23
18:01:01 2011
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Thu Jun 23 15:28:19 UTC 2011 - lslezak@xxxxxxx
+
+- read GPG keys in UTF-8 locale to properly read non-ASCII
+ characters, UTF-8 characters caused SLMS webyast module crashing
+ (bnc#696312)
+- 2.17.100
+
+-------------------------------------------------------------------
Tue Jun 21 15:39:34 CEST 2011 - locilka@xxxxxxx

- Fixed group desktop files by adding Exec=/sbin/yast2 (BNC#470482)

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages