Mailinglist Archive: yast-commit (502 mails)
| < Previous | Next > |
[yast-commit] r64567 - in /trunk/yast2: VERSION library/gpg/src/GPG.ycp package/yast2.changes
- From: lslezak@xxxxxxxxxxxxxxxxx
- Date: Thu, 23 Jun 2011 15:40:17 -0000
- Message-id: <20110623154018.9170E32641@svn2.opensuse.org>
Author: lslezak
Date: Thu Jun 23 17:40:16 2011
New Revision: 64567
URL: http://svn.opensuse.org/viewcvs/yast?rev=64567&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.21.3
Modified:
trunk/yast2/VERSION
trunk/yast2/library/gpg/src/GPG.ycp
trunk/yast2/package/yast2.changes
Modified: trunk/yast2/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/VERSION?rev=64567&r1=64566&r2=64567&view=diff
==============================================================================
--- trunk/yast2/VERSION (original)
+++ trunk/yast2/VERSION Thu Jun 23 17:40:16 2011
@@ -1 +1 @@
-2.21.2
+2.21.3
Modified: trunk/yast2/library/gpg/src/GPG.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/gpg/src/GPG.ycp?rev=64567&r1=64566&r2=64567&view=diff
==============================================================================
--- trunk/yast2/library/gpg/src/GPG.ycp (original)
+++ trunk/yast2/library/gpg/src/GPG.ycp Thu Jun 23 17:40:16 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: trunk/yast2/package/yast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=64567&r1=64566&r2=64567&view=diff
==============================================================================
--- trunk/yast2/package/yast2.changes (original)
+++ trunk/yast2/package/yast2.changes Thu Jun 23 17:40:16 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.21.3
+
+-------------------------------------------------------------------
Thu Jun 23 09:48:12 UTC 2011 - lslezak@xxxxxxx
- Fixed abort callback to abort installation completely
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Jun 23 17:40:16 2011
New Revision: 64567
URL: http://svn.opensuse.org/viewcvs/yast?rev=64567&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.21.3
Modified:
trunk/yast2/VERSION
trunk/yast2/library/gpg/src/GPG.ycp
trunk/yast2/package/yast2.changes
Modified: trunk/yast2/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/VERSION?rev=64567&r1=64566&r2=64567&view=diff
==============================================================================
--- trunk/yast2/VERSION (original)
+++ trunk/yast2/VERSION Thu Jun 23 17:40:16 2011
@@ -1 +1 @@
-2.21.2
+2.21.3
Modified: trunk/yast2/library/gpg/src/GPG.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/gpg/src/GPG.ycp?rev=64567&r1=64566&r2=64567&view=diff
==============================================================================
--- trunk/yast2/library/gpg/src/GPG.ycp (original)
+++ trunk/yast2/library/gpg/src/GPG.ycp Thu Jun 23 17:40:16 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: trunk/yast2/package/yast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=64567&r1=64566&r2=64567&view=diff
==============================================================================
--- trunk/yast2/package/yast2.changes (original)
+++ trunk/yast2/package/yast2.changes Thu Jun 23 17:40:16 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.21.3
+
+-------------------------------------------------------------------
Thu Jun 23 09:48:12 UTC 2011 - lslezak@xxxxxxx
- Fixed abort callback to abort installation completely
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |