Skip to Content.
Sympa Menu

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

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 (1c8725c71d66dbe5ab63286e2d42598c1cc21211)
  • Date: Fri, 27 May 2011 02:28:58 -0500

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

ChangeLog | 1 +
dev/null |binary
net/conntrack/DEPENDS | 2 +-
net/conntrack/DETAILS | 2 +-
net/conntrack/HISTORY | 5 ++++-
net/iptables/DETAILS | 4 ++--
net/iptables/HISTORY | 3 +++
net/iptables/iptables.gpg | 0
net/libnetfilter_conntrack/DETAILS | 2 +-
net/libnetfilter_conntrack/HISTORY | 4 +++-
net/netfilter.gpg |binary
11 files changed, 16 insertions(+), 7 deletions(-)

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

conntrack: => 1.0.0

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

libnetfilter_conntrack: => 0.9.1

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

iptables: use netfilter.gpg

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

net/netfilter.gpg: added new key

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

iptables: => 1.4.11

diff --git a/ChangeLog b/ChangeLog
index 32a83e4..26d1c30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2011-05-27 Vlad Glagolev <stealth AT sourcemage.org>
* net/nylon: new spell, Unix SOCKS 4 and 5 proxy server
+ * net/netfilter.gpg: moved from net/iptables/iptables.gpg with new key

2011-05-26 Ismael Luceno <ismael AT sourcemage.org>
* net/cpuminer: new spell, CPU miner for Bitcoin
diff --git a/net/conntrack/DEPENDS b/net/conntrack/DEPENDS
index ee92a2a..544e847 100755
--- a/net/conntrack/DEPENDS
+++ b/net/conntrack/DEPENDS
@@ -1,2 +1,2 @@
+depends libnfnetlink &&
depends libnetfilter_conntrack
-
diff --git a/net/conntrack/DETAILS b/net/conntrack/DETAILS
index 83d7239..35b4c85 100755
--- a/net/conntrack/DETAILS
+++ b/net/conntrack/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
SOURCE_URL[0]="git://git.netfilter.org/conntrack-tools.git:$SPELL-git"
FORCE_DOWNLOAD=1
else
- VERSION=0.9.14
+ VERSION=1.0.0
SOURCE=$SPELLX-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
SOURCE2=$SOURCE.sig
diff --git a/net/conntrack/HISTORY b/net/conntrack/HISTORY
index 0a3a134..0e93f5a 100644
--- a/net/conntrack/HISTORY
+++ b/net/conntrack/HISTORY
@@ -1,3 +1,7 @@
+2011-05-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.0.0
+ * DEPENDS: added missing dep
+
2010-10-12 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: git is used now
added versioned source, version 0.9.14
@@ -18,4 +22,3 @@

2006-04-13 Unet <unet AT sourcemage.org>
* ALL: Created
-
diff --git a/net/iptables/DETAILS b/net/iptables/DETAILS
index a37b009..3258ca0 100755
--- a/net/iptables/DETAILS
+++ b/net/iptables/DETAILS
@@ -1,10 +1,10 @@
SPELL=iptables
- VERSION=1.4.10
+ VERSION=1.4.11
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_URL[0]=http://www.iptables.org/projects/$SPELL/files/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.sig
- SOURCE_GPG=iptables.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE_GPG=netfilter.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.iptables.org/projects/iptables/
diff --git a/net/iptables/HISTORY b/net/iptables/HISTORY
index 48f0176..799509b 100644
--- a/net/iptables/HISTORY
+++ b/net/iptables/HISTORY
@@ -1,3 +1,6 @@
+2011-05-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.11, use netfilter.gpg from section
+
2010-10-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.10

diff --git a/net/iptables/iptables.gpg b/net/iptables/iptables.gpg
deleted file mode 100644
index f3483f1..0000000
Binary files a/net/iptables/iptables.gpg and /dev/null differ
diff --git a/net/libnetfilter_conntrack/DETAILS
b/net/libnetfilter_conntrack/DETAILS
index c0dc9a6..27bfa66 100755
--- a/net/libnetfilter_conntrack/DETAILS
+++ b/net/libnetfilter_conntrack/DETAILS
@@ -11,7 +11,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git

SOURCE_URL[0]="git://git.netfilter.org/libnetfilter_conntrack.git:$SPELL-git"
FORCE_DOWNLOAD=1
else
- VERSION=0.9.0
+ VERSION=0.9.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE2=$SOURCE.sig
diff --git a/net/libnetfilter_conntrack/HISTORY
b/net/libnetfilter_conntrack/HISTORY
index ababf76..6c71001 100644
--- a/net/libnetfilter_conntrack/HISTORY
+++ b/net/libnetfilter_conntrack/HISTORY
@@ -1,3 +1,6 @@
+2011-05-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.9.1
+
2010-10-12 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: git is used now
added versioned source, version 0.9.0
@@ -18,4 +21,3 @@

2006-04-13 Unet <unet AT sourcemage.org>
* ALL: Created
-
diff --git a/net/netfilter.gpg b/net/netfilter.gpg
index f3483f1..53b9810 100644
Binary files a/net/netfilter.gpg and b/net/netfilter.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1c8725c71d66dbe5ab63286e2d42598c1cc21211), Vlad Glagolev, 05/27/2011

Archive powered by MHonArc 2.6.24.

Top of Page