Skip to Content.
Sympa Menu

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

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 (acddad3edc071d709c7285110c0fe822ad4d242d)
  • Date: Sun, 23 Dec 2007 18:33:48 -0600

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

mail/sylpheed/DETAILS | 6 ++----
mail/sylpheed/HISTORY | 4 ++++
net/ferm/HISTORY | 3 +++
net/ferm/init.d/ferm | 2 ++
4 files changed, 11 insertions(+), 4 deletions(-)

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

sylpheed: => 2.4.8

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

ferm: fix small iptables issue

diff --git a/mail/sylpheed/DETAILS b/mail/sylpheed/DETAILS
index ae89fc8..a9d953f 100755
--- a/mail/sylpheed/DETAILS
+++ b/mail/sylpheed/DETAILS
@@ -3,18 +3,16 @@ if [ "$SYLPHEED_GTK2" == "n" ]; then
VERSION=1.0.5

SOURCE_HASH=sha512:060b9ad6f829edaef8dd67c05237fd73bb24216daedc668e5e442b280730b205b64d8efe56e0f215bd7716a30734cfc6e8fd53252de1220b74c3f3d0d8eb5622
else
- VERSION=2.4.7
-
SOURCE_HASH=sha512:b1a574d08b97a7735b4569d221eaf46b511b6c05eb9ceb8c55a67a0c7ae1821f87f958ef6eff5e834c6ed46054d4149558abdb46e497d3485d1d0c5bde9d042c
+ VERSION=2.4.8
+
SOURCE_HASH=sha512:ac86bb2373593c6fbc8862ab45a3d48dee1817dd2a1b422f2093a8f8a331bf2067cae56f6f45d1835f0172752f7834a47d9f5496b66a067347442c9f2054d5d2
SECURITY_PATCH=1
fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://sylpheed.good-day.net/$SPELL/v${VERSION%.*}/$SOURCE
- SOURCE_URL[1]=$SOURCEFORGE_URL/sylpheed-claws/$SOURCE
WEB_SITE=http://sylpheed.good-day.net
ENTERED=20011031
LICENSE[0]=GPL
- PATCHLEVEL=1
KEYWORDS="reader email mail"
SHORT="E-mail client (& news reader) based on GTK or GTK+2."
cat << EOF
diff --git a/mail/sylpheed/HISTORY b/mail/sylpheed/HISTORY
index 508a8ed..b9223f2 100644
--- a/mail/sylpheed/HISTORY
+++ b/mail/sylpheed/HISTORY
@@ -1,3 +1,7 @@
+2007-12-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[1]
+ updated SYLPHEED_GTK2=y to 2.4.8
+
2007-11-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* CONFIGURE: added no-useragent option
diff --git a/net/ferm/HISTORY b/net/ferm/HISTORY
index 238be23..8923e6b 100644
--- a/net/ferm/HISTORY
+++ b/net/ferm/HISTORY
@@ -1,3 +1,6 @@
+2007-12-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * init.d/ferm: fix iptables issue for preloading kernel module
+
2007-12-20 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS, DETAILS, INSTALL, BUILD, PRE_BUILD, init.d: spell created,
init.d/ferm.conf is basic and doesn't need anything more than this
diff --git a/net/ferm/init.d/ferm b/net/ferm/init.d/ferm
index 9523582..0a99fd1 100755
--- a/net/ferm/init.d/ferm
+++ b/net/ferm/init.d/ferm
@@ -5,6 +5,8 @@ RUNLEVEL=3
ARGS="/etc/sysconfig/ferm"
NEEDS="+network"

+[ ! -e /proc/net/ip_tables_names ] && /sbin/modprobe ip_tables
+
. /etc/init.d/smgl_init

stop() {



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (acddad3edc071d709c7285110c0fe822ad4d242d), Vlad Glagolev, 12/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page