Skip to Content.
Sympa Menu

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

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 (ea01814c65229434d2e84c7cd0a127a19bbeaf95)
  • Date: Tue, 1 May 2012 06:52:42 -0500

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

dev/null |binary
net/wicd/BUILD | 6 +++++-
net/wicd/DEPENDS | 2 ++
net/wicd/DETAILS | 9 +++++----
net/wicd/HISTORY | 6 ++++++
net/wicd/wicd-1.7.1.tar.bz2.sig | 0
net/wicd/wicd-1.7.2.4.tar.gz.sig |binary
7 files changed, 18 insertions(+), 5 deletions(-)

New commits:
commit 8087a8d15c1fc6bd8e254348469e1e20f9364562
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wicd: => 1.7.2.4

diff --git a/net/wicd/BUILD b/net/wicd/BUILD
index 68c652a..cd03cd5 100755
--- a/net/wicd/BUILD
+++ b/net/wicd/BUILD
@@ -24,4 +24,8 @@ else
OPTS="--no-install-kde $OPTS"
fi &&

-python setup.py configure $OPTS
+python setup.py configure $OPTS &&
+
+# generating Asturian translation (unsupported by babel)
+mkdir -p translations/ast/LC_MESSAGES
+msgfmt po/ast.po -o translations/ast/LC_MESSAGES/wicd.mo
diff --git a/net/wicd/DEPENDS b/net/wicd/DEPENDS
index eccf41a..02f9b06 100755
--- a/net/wicd/DEPENDS
+++ b/net/wicd/DEPENDS
@@ -1,6 +1,8 @@
depends python &&
depends dbus &&
depends dbus-python &&
+depends babel &&
+depends gettext &&

optional_depends pygtk2 \
"" "--no-install-gtk" \
diff --git a/net/wicd/DETAILS b/net/wicd/DETAILS
index 19b241b..a0045b3 100755
--- a/net/wicd/DETAILS
+++ b/net/wicd/DETAILS
@@ -1,8 +1,9 @@
SPELL=wicd
- VERSION=1.7.1
- BRANCH="${SPELL}-${VERSION}"
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/wicd-stable/${BRANCH}/${SOURCE}
+ VERSION=1.7.2.4
+ SECURITY_PATCH=1
+ BRANCH=`echo $VERSION | cut -d. -f1,2`
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://launchpad.net/${SPELL}/${BRANCH}/${VERSION}/+download/${SOURCE}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://wicd.sourceforge.net/";
diff --git a/net/wicd/HISTORY b/net/wicd/HISTORY
index 1ab2890..9feec53 100644
--- a/net/wicd/HISTORY
+++ b/net/wicd/HISTORY
@@ -1,3 +1,9 @@
+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)
+ * DEPENDS: requires babel+gettext
+ * BUILD: fixes bug #928589 on wicd launchpad
+
2012-02-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.7.1
* PRE_BUILD, wicd-no-deepcopy.patch.bz2: removed
diff --git a/net/wicd/wicd-1.7.1.tar.bz2.sig b/net/wicd/wicd-1.7.1.tar.bz2.sig
deleted file mode 100644
index 4462f72..0000000
Binary files a/net/wicd/wicd-1.7.1.tar.bz2.sig and /dev/null differ
diff --git a/net/wicd/wicd-1.7.2.4.tar.gz.sig
b/net/wicd/wicd-1.7.2.4.tar.gz.sig
new file mode 100644
index 0000000..e7b867c
Binary files /dev/null and b/net/wicd/wicd-1.7.2.4.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ea01814c65229434d2e84c7cd0a127a19bbeaf95), Vlad Glagolev, 05/01/2012

Archive powered by MHonArc 2.6.24.

Top of Page