Skip to Content.
Sympa Menu

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

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 (bdad377a05f16046360ffd52c8ac5eeb330d43e9)
  • Date: Sun, 9 Dec 2012 02:07:48 -0600

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

database/tdb/DETAILS | 4 ++--
database/tdb/HISTORY | 3 +++
dev/null |binary
gnome3-libs/libsecret/DETAILS | 4 ++--
gnome3-libs/libsecret/HISTORY | 3 +++
libs/libevent/DETAILS | 2 +-
libs/libevent/HISTORY | 3 +++
libs/talloc/DETAILS | 4 ++--
libs/talloc/HISTORY | 3 +++
net/hostapd/DETAILS | 10 +++++-----
net/hostapd/HISTORY | 4 ++++
net/hostapd/hostapd-1.0.tar.gz.sig | 0
net/hostapd/hostapd-1.1.tar.gz.sig |binary
x11/xlockmore/DETAILS | 2 +-
x11/xlockmore/HISTORY | 3 +++
15 files changed, 32 insertions(+), 13 deletions(-)

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

hostapd: => 1.1

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

libevent: => 2.0.21

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

xlockmore: => 5.41

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

libsecret: => 0.12

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

tdb: => 1.2.11

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

talloc: => 2.0.8

diff --git a/database/tdb/DETAILS b/database/tdb/DETAILS
index eadb780..e25543a 100755
--- a/database/tdb/DETAILS
+++ b/database/tdb/DETAILS
@@ -1,11 +1,11 @@
SPELL=tdb
- VERSION=1.2.10
+ VERSION=1.2.11
SOURCE=$SPELL-$VERSION.tar.gz
# SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://samba.org/ftp/$SPELL/$SOURCE
# SOURCE2_URL[0]=$SOURCE_URL.asc
# SOURCE_GPG=jelmer.gpg:$SOURCE2:UPSTREAM_KEY
-
SOURCE_HASH=sha512:92a07b63cff8645ec478665093869148de345bde180878c3d803c7b914d8c73a5dcf229d79129db2556b89a81dc1baf885752be2b2e12d11512502b185cc878a
+
SOURCE_HASH=sha512:fba47db71d0a28eb38cac44a7aa5796d9ee54ab7a9fff3b5a88f9c305cbfb6580173a2cbe3a3ea3484ff0d366b7bc79be78512183216c484246688de5843d3bc
# SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
LICENSE[0]=GPL
diff --git a/database/tdb/HISTORY b/database/tdb/HISTORY
index c50eb43..24cbf9e 100644
--- a/database/tdb/HISTORY
+++ b/database/tdb/HISTORY
@@ -1,3 +1,6 @@
+2012-12-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.11
+
2012-08-28 Vlad Glagolev <stealth AT sourcemage.org>
* CONFIGURE, BUILD: added special options for compiling

diff --git a/gnome3-libs/libsecret/DETAILS b/gnome3-libs/libsecret/DETAILS
index ce32770..2fe7ab1 100755
--- a/gnome3-libs/libsecret/DETAILS
+++ b/gnome3-libs/libsecret/DETAILS
@@ -1,9 +1,9 @@
SPELL=libsecret
- VERSION=0.11
+ VERSION=0.12
SOURCE="${SPELL}-${VERSION}.tar.xz"
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE_URL[0]=$GNOME_URL/sources/libsecret/${BRANCH}/${SOURCE}
-
SOURCE_HASH=sha512:a4fa9e8e661f8165dacfc15fbe41a8429070c036ce64a7bfbd79ffc0c18ddf16d31518d25298de8e640f3b581e7d8915537ecca85a182b9bad8c03fe1d287122
+
SOURCE_HASH=sha512:920da07b8674816b9f139dc71e79721d1767025e799e99dea7458c3c3b54c81ae2f4aa55ad55194e0c151fa23d13eae12928c9bbfac1c67d9ae6eed3d8a1efa4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://live.gnome.org/Libsecret";
LICENSE[0]="LGPLv2"
diff --git a/gnome3-libs/libsecret/HISTORY b/gnome3-libs/libsecret/HISTORY
index ceb3c5c..11a9a08 100644
--- a/gnome3-libs/libsecret/HISTORY
+++ b/gnome3-libs/libsecret/HISTORY
@@ -1,3 +1,6 @@
+2012-12-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.12
+
2012-12-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.11

diff --git a/libs/libevent/DETAILS b/libs/libevent/DETAILS
index ac62e75..8489dd7 100755
--- a/libs/libevent/DETAILS
+++ b/libs/libevent/DETAILS
@@ -1,5 +1,5 @@
SPELL=libevent
- VERSION=2.0.20
+ VERSION=2.0.21
SOURCE=$SPELL-$VERSION-stable.tar.gz
SOURCE2=$SOURCE.asc
SOURCE2_IGNORE=signature
diff --git a/libs/libevent/HISTORY b/libs/libevent/HISTORY
index e391e5b..5aa0e4d 100644
--- a/libs/libevent/HISTORY
+++ b/libs/libevent/HISTORY
@@ -1,3 +1,6 @@
+2012-12-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.0.21
+
2012-10-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.0.20

diff --git a/libs/talloc/DETAILS b/libs/talloc/DETAILS
index 2532cbf..f2f8a91 100755
--- a/libs/talloc/DETAILS
+++ b/libs/talloc/DETAILS
@@ -11,8 +11,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/samba4-git
SOURCE_URL[0]=git://git.samba.org/samba.git:samba4
SOURCE_IGNORE=volatile
else
- VERSION=2.0.7
-
SOURCE_HASH=sha512:b4384653f570b349d13352b3a2304bc3bc58d4d3e6369b049163c43d3125bbe29a8d3679691be04ef26a51a2820345fddf3c882d23ce629f8044b2aa043e2768

+ VERSION=2.0.8
+
SOURCE_HASH=sha512:8e8e71d05443b7ea5d8ac432c1043840000b7b6ebeff6a2f621274f29a298e6c64ad5fb75b59c6138179c5602d6164695b85b57b5b310809150320b6eecd487f
SOURCE=$SPELL-$VERSION.tar.gz
# SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/talloc/HISTORY b/libs/talloc/HISTORY
index 9cf3a1e..bd41760 100644
--- a/libs/talloc/HISTORY
+++ b/libs/talloc/HISTORY
@@ -1,3 +1,6 @@
+2012-12-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.0.8
+
2011-10-25 Tommy Boatman <tboatman AT sourcemage.org>
* DETAILS: stable version 2.0.7

diff --git a/net/hostapd/DETAILS b/net/hostapd/DETAILS
index ff82790..bc2b363 100755
--- a/net/hostapd/DETAILS
+++ b/net/hostapd/DETAILS
@@ -1,5 +1,5 @@
SPELL=hostapd
- VERSION=1.0
+ VERSION=1.1
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
@@ -15,8 +15,8 @@ hostapd is a user space daemon for access point and
authentication servers.
It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP
Authenticators, RADIUS client, EAP server, and RADIUS authentication server.

-hostapd is designed to be a "daemon" program that runs in the background and
acts
-as the backend component controlling authentication. hostapd supports
separate
-frontend programs and an example text-based frontend, hostapd_cli, is
included
-with hostapd.
+hostapd is designed to be a "daemon" program that runs in the background
+and acts as the backend component controlling authentication. hostapd
supports
+separate frontend programs and an example text-based frontend, hostapd_cli,
is
+included with hostapd.
EOF
diff --git a/net/hostapd/HISTORY b/net/hostapd/HISTORY
index 2cb45aa..9844d59 100644
--- a/net/hostapd/HISTORY
+++ b/net/hostapd/HISTORY
@@ -1,3 +1,7 @@
+2012-12-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.1
+ fixed long description wrap
+
2012-10-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: SECURITY_PATCH=1
* PRE_BUILD: apply the patch
diff --git a/net/hostapd/hostapd-1.0.tar.gz.sig
b/net/hostapd/hostapd-1.0.tar.gz.sig
deleted file mode 100644
index c82f348..0000000
Binary files a/net/hostapd/hostapd-1.0.tar.gz.sig and /dev/null differ
diff --git a/net/hostapd/hostapd-1.1.tar.gz.sig
b/net/hostapd/hostapd-1.1.tar.gz.sig
new file mode 100644
index 0000000..f93cb3c
Binary files /dev/null and b/net/hostapd/hostapd-1.1.tar.gz.sig differ
diff --git a/x11/xlockmore/DETAILS b/x11/xlockmore/DETAILS
index 67a8c00..c774476 100755
--- a/x11/xlockmore/DETAILS
+++ b/x11/xlockmore/DETAILS
@@ -1,5 +1,5 @@
SPELL=xlockmore
- VERSION=5.40
+ VERSION=5.41
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/x11/xlockmore/HISTORY b/x11/xlockmore/HISTORY
index e2de629..7237633 100644
--- a/x11/xlockmore/HISTORY
+++ b/x11/xlockmore/HISTORY
@@ -1,3 +1,6 @@
+2012-12-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 5.41
+
2012-07-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 5.40




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bdad377a05f16046360ffd52c8ac5eeb330d43e9), Vlad Glagolev, 12/09/2012

Archive powered by MHonArc 2.6.24.

Top of Page