sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] GIT changes to master sorcery by Ismael Luceno (0495e7a6ceecaeb7e6b538b02b552e2d1c72a139)
- From: Ismael Luceno <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org
- Subject: [SM-Commit] GIT changes to master sorcery by Ismael Luceno (0495e7a6ceecaeb7e6b538b02b552e2d1c72a139)
- Date: Tue, 6 Jan 2015 17:43:47 -0600
GIT changes to master sorcery by Ismael Luceno <ismael AT sourcemage.org>:
var/lib/sorcery/modules/libqueue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0495e7a6ceecaeb7e6b538b02b552e2d1c72a139
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
libqueue: awk_version_compare: Add /[+~]/ version number separators
diff --git a/var/lib/sorcery/modules/libqueue
b/var/lib/sorcery/modules/libqueue
index f86dfb2..876d267 100755
--- a/var/lib/sorcery/modules/libqueue
+++ b/var/lib/sorcery/modules/libqueue
@@ -148,7 +148,7 @@ function find_security_updates() {
awk_version_compare='
function max(a, b) { return a > b ? a : b }
function version_cmp(v1, v2, i, a, b) {
- v1 = max(split(v1, a, /[-_.:]/), split(v2, b, /[-_.:]/))
+ v1 = max(split(v1, a, /[-_.:+~]/), split(v2, b, /[-_.:+~]/))
for (i = 1; i <= v1; i++)
if (v2 = a[i] - b[i])
break
- [SM-Commit] GIT changes to master sorcery by Ismael Luceno (0495e7a6ceecaeb7e6b538b02b552e2d1c72a139), Ismael Luceno, 01/06/2015
Archive powered by MHonArc 2.6.24.