Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (52f9b52ef46a5aa4ecee546b4c8f0497af393d29)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (52f9b52ef46a5aa4ecee546b4c8f0497af393d29)
  • Date: Mon, 25 Aug 2008 16:52:31 -0500

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 6 ++++++
var/lib/sorcery/modules/libdepends | 1 +
2 files changed, 7 insertions(+)

New commits:
commit 52f9b52ef46a5aa4ecee546b4c8f0497af393d29
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

2008-08-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libdepends: removed a variable leak causing problems for hard deps
on
providers - previous query's choice was used as default, usually
resulting in the first choice being the default, since the value
was not in the list; patch by Mikael Morin #14681

diff --git a/ChangeLog b/ChangeLog
index ea8de81..c47fc5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libdepends: removed a variable leak causing problems for hard deps
on
+ providers - previous query's choice was used as default, usually
+ resulting in the first choice being the default, since the value
+ was not in the list; patch by Mikael Morin #14681
+
2008-08-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* sorcery: fixed silly mirror list handling; the spaces broke config
saving

diff --git a/var/lib/sorcery/modules/libdepends
b/var/lib/sorcery/modules/libdepends
index f0408a0..d2d45a5 100755
--- a/var/lib/sorcery/modules/libdepends
+++ b/var/lib/sorcery/modules/libdepends
@@ -930,6 +930,7 @@ function work_depends_provider()

debug "libdepends" "$FUNCNAME - $@"
local default tmp installed=no
+ local choices
local status=()

local failure_ok=$1



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (52f9b52ef46a5aa4ecee546b4c8f0497af393d29), Jaka Kranjc, 08/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page