Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7c24d23dfa05c1bb88d29f03e1548c04615aaa1d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7c24d23dfa05c1bb88d29f03e1548c04615aaa1d)
  • Date: Sun, 25 May 2008 04:28:40 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

database/tokyocabinet/DETAILS | 4 ++--
database/tokyocabinet/HISTORY | 3 +++
http/cherokee/DETAILS | 8 ++++----
http/cherokee/HISTORY | 5 ++++-
mobile/xsupplicant/DEPENDS | 11 +++++++++--
mobile/xsupplicant/DETAILS | 9 +++++----
mobile/xsupplicant/HISTORY | 5 +++++
mobile/xsupplicant/PRE_BUILD | 4 ++++
8 files changed, 36 insertions(+), 13 deletions(-)

New commits:
commit 7c24d23dfa05c1bb88d29f03e1548c04615aaa1d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

"tokyocabinet-1.2.6"

commit eb001e5335f2a13276c8cd7a055f6a4ce4796f98
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

"cherokee-0.7.0"

commit 430a59bca5c3f5282ccd828afe54cffa947f3053
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

"xsupplicant-2.0.1"

diff --git a/database/tokyocabinet/DETAILS b/database/tokyocabinet/DETAILS
index 472eb1e..798c07d 100755
--- a/database/tokyocabinet/DETAILS
+++ b/database/tokyocabinet/DETAILS
@@ -1,6 +1,6 @@
SPELL=tokyocabinet
- VERSION=1.2.5
-
SOURCE_HASH=sha512:12520d47d664ea49df99c5884e6bff86cc5919af2038f8a9b6333bcac3ee00ee8d1da664bed16aff7f2f3df560ebee196b4cd7f4884694b0f4dfa2df4dc1e6d2
+ VERSION=1.2.6
+
SOURCE_HASH=sha512:591817ccb36fbe802a4d4613e8d648bc795466ce24c229ff607d42d36c6a39d938315bd88cd6f5921d06137ababff91862cad9076f60d295cf22992f3592f135
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://$SPELL.sf.net/$SOURCE
diff --git a/database/tokyocabinet/HISTORY b/database/tokyocabinet/HISTORY
index bf8b854..cab4b1e 100644
--- a/database/tokyocabinet/HISTORY
+++ b/database/tokyocabinet/HISTORY
@@ -1,3 +1,6 @@
+2008-05-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.6
+
2008-04-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.5

diff --git a/http/cherokee/DETAILS b/http/cherokee/DETAILS
index 258c05e..27bfc2d 100755
--- a/http/cherokee/DETAILS
+++ b/http/cherokee/DETAILS
@@ -1,10 +1,10 @@
SPELL=cherokee
if [[ $CHER_DEV == y ]];then
- VERSION=0.6.0
-
SOURCE_HASH=sha512:9ac532e41399f850b6db03bb54a584ed199a8ae3749c07a86a573277beeeb140753e61e999cc0ad6441c6a364c2297f41d2922d79b203513cc097d692fd7064e
+ VERSION=0.7.0
+
SOURCE_HASH=sha512:a0dc74a92dec3f457a97abaa5a849ead7bf494b163ca36a5396596ec84e5647529274c2a564ebf9365c9caedea2705060a1f4933ac06694445958863ef3170be
else
- VERSION=0.6.0
-
SOURCE_HASH=sha512:9ac532e41399f850b6db03bb54a584ed199a8ae3749c07a86a573277beeeb140753e61e999cc0ad6441c6a364c2297f41d2922d79b203513cc097d692fd7064e
+ VERSION=0.7.0
+
SOURCE_HASH=sha512:a0dc74a92dec3f457a97abaa5a849ead7bf494b163ca36a5396596ec84e5647529274c2a564ebf9365c9caedea2705060a1f4933ac06694445958863ef3170be
fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/http/cherokee/HISTORY b/http/cherokee/HISTORY
index 3fc5d4f..897d06b 100644
--- a/http/cherokee/HISTORY
+++ b/http/cherokee/HISTORY
@@ -1,4 +1,7 @@
-2008-08-18 Treeve Jelbert <treeve AT sourcemage.org>
+2008-05-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.0 (both)
+
+2008-03-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.6.0 (both)

2007-08-19 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/mobile/xsupplicant/DEPENDS b/mobile/xsupplicant/DEPENDS
index 43491e0..f66e66e 100755
--- a/mobile/xsupplicant/DEPENDS
+++ b/mobile/xsupplicant/DEPENDS
@@ -1,2 +1,9 @@
-depends openssl &
-depends pcsc-lite
+depends openssl &&
+depends pcsc-lite &&
+depends libpcap &&
+depends libxml2 &&
+depends wireless_tools &&
+depends pkgconfig &&
+optional_depends gnutls '--enable-gnutls' \
+ '--disable-gnutls' \
+ ''
diff --git a/mobile/xsupplicant/DETAILS b/mobile/xsupplicant/DETAILS
index 0494802..f20d6c6 100755
--- a/mobile/xsupplicant/DETAILS
+++ b/mobile/xsupplicant/DETAILS
@@ -1,8 +1,9 @@
SPELL=xsupplicant
- VERSION=1.2.8
-
SOURCE_HASH=sha512:5ee57f13bfd46f8882da5aa129881afa7f794498ed3b3f3d0163374cc9448eeea73ccc947ea49f5dc569b582d1f76dacaf3a3c6f9f95321ab6090c69793d24a4
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ VERSION=2.0.1
+ VDATE=080204
+
SOURCE_HASH=sha512:5007bc975cd0c790e3bbe71fd2dbe97643c045de0030455a9bce9eb043841f9664fc2a01117ec8108f3256e351f62f77078be65e88733378d03858fcadfbd8df
+ SOURCE=$SPELL-$VERSION.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION.$VDATE
SOURCE_URL[0]=${SOURCEFORGE_URL}/open1x/${SOURCE}
WEB_SITE=http://open1x.sourceforge.net/
ENTERED=20050130
diff --git a/mobile/xsupplicant/HISTORY b/mobile/xsupplicant/HISTORY
index 2d2b778..da0a047 100644
--- a/mobile/xsupplicant/HISTORY
+++ b/mobile/xsupplicant/HISTORY
@@ -1,3 +1,8 @@
+2008-05-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.1
+ * PRE_BUILD: added, regenerate config files
+ * DEPENDS: add libpcap, wireless_tools, libxml2, pkgconfig
+
2006-10-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.8
new WEB_SITE
diff --git a/mobile/xsupplicant/PRE_BUILD b/mobile/xsupplicant/PRE_BUILD
new file mode 100755
index 0000000..41139f6
--- /dev/null
+++ b/mobile/xsupplicant/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoreconf -f -i &&
+chmod u+x configure



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7c24d23dfa05c1bb88d29f03e1548c04615aaa1d), Treeve Jelbert, 05/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page