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