Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3d878b60673135da5301dd0eb1a579867640489f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3d878b60673135da5301dd0eb1a579867640489f)
  • Date: Wed, 4 Jul 2012 08:46:31 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

libs/libnl/BUILD | 3 +++
libs/libnl/CONFIGURE | 3 +++
libs/libnl/DETAILS | 4 ++--
libs/libnl/HISTORY | 5 +++++
net/wicd/DETAILS | 1 +
net/wicd/HISTORY | 6 ++++++
net/wicd/PRE_BUILD | 4 ++++
net/wicd/secure.patch | 15 +++++++++++++++
8 files changed, 39 insertions(+), 2 deletions(-)

New commits:
commit 81311e5ec0cd9472a18aaff85a8952ac4ba1184f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wicd: fixed setting keys for secured networks

commit c593199ff08168106ca37b5f7c6274707b10f7c7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libnl: => 3.2.11

diff --git a/libs/libnl/BUILD b/libs/libnl/BUILD
new file mode 100755
index 0000000..c06a6e9
--- /dev/null
+++ b/libs/libnl/BUILD
@@ -0,0 +1,3 @@
+OPTS="$LIBNL_OPTS $OPTS" &&
+
+default_build
diff --git a/libs/libnl/CONFIGURE b/libs/libnl/CONFIGURE
new file mode 100755
index 0000000..2fb20a7
--- /dev/null
+++ b/libs/libnl/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option LIBNL_OPTS "Build command line interface utils?" y \
+ "--enable-cli" \
+ "--disable-cli"
diff --git a/libs/libnl/DETAILS b/libs/libnl/DETAILS
index 6201e92..8c412bb 100755
--- a/libs/libnl/DETAILS
+++ b/libs/libnl/DETAILS
@@ -1,6 +1,6 @@
SPELL=libnl
- VERSION=3.2.10
-
SOURCE_HASH=sha512:a18f46fdf399ee8079d2da911d088abb46a586f727a9b9ce2a83ff922b44852d8b21d0567cac3f26c80b378ea34d6bdea811fcd65099260373c4121c646ac6d4
+ VERSION=3.2.11
+
SOURCE_HASH=sha512:d912fd0544056cd51ea06f6f453a37fe4511130d665955e38571514f83901e36ecad231157f4e1502ab514447fb74a0245049960ff2503c16deafc77eada4010
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/libnl/HISTORY b/libs/libnl/HISTORY
index d219000..e530b9d 100644
--- a/libs/libnl/HISTORY
+++ b/libs/libnl/HISTORY
@@ -1,3 +1,8 @@
+2012-07-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.2.11
+ * CONFIGURE: added, for command line interface utils option
+ * BUILD: added, to use LIBNL_OPTS
+
2012-06-07 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.2.10

diff --git a/net/wicd/DETAILS b/net/wicd/DETAILS
index a0045b3..bde571f 100755
--- a/net/wicd/DETAILS
+++ b/net/wicd/DETAILS
@@ -1,6 +1,7 @@
SPELL=wicd
VERSION=1.7.2.4
SECURITY_PATCH=1
+ PATCHLEVEL=1
BRANCH=`echo $VERSION | cut -d. -f1,2`
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=http://launchpad.net/${SPELL}/${BRANCH}/${VERSION}/+download/${SOURCE}
diff --git a/net/wicd/HISTORY b/net/wicd/HISTORY
index 9feec53..17005ae 100644
--- a/net/wicd/HISTORY
+++ b/net/wicd/HISTORY
@@ -1,3 +1,9 @@
+2012-07-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD: added, to apply the patch
+ * secure.patch: added, to fix GUI bug about setting keys for secured
+ networks (fixes #993912 upstream bug)
+
2012-05-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.7.2.4; renewed source url;
SECURITY_PATCH++ (CVE-2012-2095)
diff --git a/net/wicd/PRE_BUILD b/net/wicd/PRE_BUILD
new file mode 100755
index 0000000..72440cf
--- /dev/null
+++ b/net/wicd/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/secure.patch"
diff --git a/net/wicd/secure.patch b/net/wicd/secure.patch
new file mode 100644
index 0000000..36ab1d4
--- /dev/null
+++ b/net/wicd/secure.patch
@@ -0,0 +1,15 @@
+--- wicd/misc.py 2012-04-30 19:20:47 +0000
++++ wicd/misc.py 2012-05-03 16:01:49 +0000
+@@ -430,7 +430,10 @@
+ """ Sanitize property names to be used in config-files. """
+ allowed = string.ascii_letters + '_' + string.digits
+ table = string.maketrans(allowed, ' ' * len(allowed))
+- return s.translate(None, table)
++
++ # s is a dbus.String -- since we don't allow unicode property keys,
++ # make it simple.
++ return str(s).translate(None, table)
+
+ def sanitize_escaped(s):
+ """ Sanitize double-escaped unicode strings. """
+



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3d878b60673135da5301dd0eb1a579867640489f), Vlad Glagolev, 07/04/2012

Archive powered by MHonArc 2.6.24.

Top of Page