Skip to Content.
Sympa Menu

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

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 (8a033d6c54fb91fce3a0cf8a6e3cd2759eb4c12b)
  • Date: Mon, 27 Feb 2017 17:37:18 +0000

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

ChangeLog | 1 +
devel/libunwind/DETAILS | 6 +++---
devel/libunwind/HISTORY | 3 +++
devel/sparsehash/DETAILS | 10 +++++-----
devel/sparsehash/HISTORY | 4 ++++
freedesktop.gpg |binary
net/iw/DETAILS | 6 +++---
net/iw/HISTORY | 3 +++
utils/dbus-glib/DETAILS | 12 +++++++-----
utils/dbus-glib/HISTORY | 5 +++++
10 files changed, 34 insertions(+), 16 deletions(-)

New commits:
commit 8a033d6c54fb91fce3a0cf8a6e3cd2759eb4c12b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

freedesktop.gpg - add Simon McVitti

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

dbus-glib: => 0.108

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

libunwind: => 1.2

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

iw: => 4.9

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

sparsehash: => 2.0.3

diff --git a/ChangeLog b/ChangeLog
index f660a0c..640cd99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* kde.gpg: add CD1D1393 - Milian Wolff <mail AT milianw.de>
* kde5-sdk/heaptrack: added, heap profiler
* qt5-cmake/tracetool: added, logging tool
+ * freedesktop.gpg: add 63C7CC90 - Simon McVittie
<smcv AT pseudorandom.co.uk>

2017-02-26 Treeve Jelbert <treeve AT sourcemage.org>
* net/howl: spell deprecated
diff --git a/devel/libunwind/DETAILS b/devel/libunwind/DETAILS
index 00002a6..3c29e89 100755
--- a/devel/libunwind/DETAILS
+++ b/devel/libunwind/DETAILS
@@ -7,10 +7,10 @@ if [[ $LIBUNWIND_BRANCH == scm ]];then
SOURCE_URL=git://git.sv.gnu.org/libunwind.git
SOURCE_IGNORE=volatile
else
- VERSION=1.1
-
SOURCE_HASH=sha512:bfe04f2bfac9f9e47c37f0b23ed2f264d8d3d3d6f1392fe9d794ee13cad216b3740979e922e4276fb65c1ccdc836fce48812cb5459ecdd2a89a621036a35d7c1
+ VERSION=1.2
+
SOURCE_HASH=sha512:985d0817944e3cafd99aaa5642862d878972e0851f7954289247e808c9319f399ca29342395f0571cb6568a1104a82bd92d585936f2ca888dda37ac796fde0d4
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE_URL=http://download.savannah.gnu.org/releases/libunwind/$SOURCE
+ SOURCE_URL=https://download.savannah.gnu.org/releases/libunwind/$SOURCE
fi
DOCS="doc/NOTES $DOCS"
DOC_DIRS=""
diff --git a/devel/libunwind/HISTORY b/devel/libunwind/HISTORY
index 48802a8..efe28a7 100644
--- a/devel/libunwind/HISTORY
+++ b/devel/libunwind/HISTORY
@@ -1,3 +1,6 @@
+2017-02-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2
+
2014-07-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Use get_scm_version

diff --git a/devel/sparsehash/DETAILS b/devel/sparsehash/DETAILS
index fc99684..b078195 100755
--- a/devel/sparsehash/DETAILS
+++ b/devel/sparsehash/DETAILS
@@ -1,10 +1,10 @@
SPELL=sparsehash
- VERSION=2.0.2
-
SOURCE_HASH=sha512:27d823551bc8364dd3c10f071e51bab55d2bbe9cf74ddb8337d118475aa7fdd38ae07dbb7dbd721c1350830325cadccdadf127f9996f26387e412e108edba3a1
+ VERSION=2.0.3
+
SOURCE_HASH=sha512:bb00d0acb8eba65f7da8015ea4f6bebf8bba36ed6777881960ee215f22b7be17b069c59838d210551ce67a34baccfc7b2fed603677ec53c0c32714d8e76f5d6c
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://code.google.com/p/$SPELL
- SOURCE_URL[0]=http://$SPELL.googlecode.com/files/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$SPELL-$VERSION
+ WEB_SITE=https://github.com/sparsehash/sparsehash
+ SOURCE_URL[0]=$WEB_SITE/archive/$SOURCE
LICENSE[0]=GPL
ENTERED=20141007
KEYWORDS=""
diff --git a/devel/sparsehash/HISTORY b/devel/sparsehash/HISTORY
index 84855ee..14dfc6d 100644
--- a/devel/sparsehash/HISTORY
+++ b/devel/sparsehash/HISTORY
@@ -1,3 +1,7 @@
+2017-02-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.3
+ now at github
+
2014-10-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.2
spell created
diff --git a/freedesktop.gpg b/freedesktop.gpg
index 194a5f4..e5db88b 100644
Binary files a/freedesktop.gpg and b/freedesktop.gpg differ
diff --git a/net/iw/DETAILS b/net/iw/DETAILS
index c90211d..8306192 100755
--- a/net/iw/DETAILS
+++ b/net/iw/DETAILS
@@ -1,9 +1,9 @@
SPELL=iw
- VERSION=3.15
-
SOURCE_HASH=sha512:82b6cc30a8c1c5568413d2e1dbf8aeacccf79cf34ece235ef816b31d897a4296c14793b4f1adc561c211210dcfb97d46c4f0f6cfb005b525b81795f50a929b27
+ VERSION=4.9
+
SOURCE_HASH=sha512:3c99d8fc07d6d85b8304ff34b96573e22af65aea688a8cb08051ce4857d7ce9ac32a5acd3b30157c6c78e942f84a18f9229c17e353b7a6d01c80324729af18b3
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://linuxwireless.org/en/users/Documentation/iw
+ WEB_SITE=https://linuxwireless.org/en/users/Documentation/iw
SOURCE_URL[0]=$KERNEL_URL/pub/software/network/iw/$SOURCE
LICENSE[0]=GPL
ENTERED=20090503
diff --git a/net/iw/HISTORY b/net/iw/HISTORY
index 6b8d876..98676bf 100644
--- a/net/iw/HISTORY
+++ b/net/iw/HISTORY
@@ -1,3 +1,6 @@
+2017-02-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.9
+
2014-06-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.15

diff --git a/utils/dbus-glib/DETAILS b/utils/dbus-glib/DETAILS
index 0dc058c..53a5d94 100755
--- a/utils/dbus-glib/DETAILS
+++ b/utils/dbus-glib/DETAILS
@@ -1,12 +1,14 @@
SPELL=dbus-glib
- VERSION=0.106
-
SOURCE_HASH=sha512:13a1d4600add29d29dbb8d1271570e6c04f70ddff0862d28fcb7df774bfa76a961f90303f897f3b970070eb959e909d5d02a94941e2edd8ba315b9aaa3a602cb
+ VERSION=0.108
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://dbus.freedesktop.org/releases/$SPELL/$SOURCE
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- WEB_SITE=http://freedesktop.org/wiki/Software/DBusBindings
+ SOURCE_URL[0]=https://dbus.freedesktop.org/releases/$SPELL/$SOURCE
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=freedesktop.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=https://freedesktop.org/wiki/Software/DBusBindings
ENTERED=20060724
LICENSE[0]=GPL
KEYWORDS="dbus bindings"
diff --git a/utils/dbus-glib/HISTORY b/utils/dbus-glib/HISTORY
index e4a1a2b..6f9408d 100644
--- a/utils/dbus-glib/HISTORY
+++ b/utils/dbus-glib/HISTORY
@@ -1,3 +1,8 @@
+2017-02-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.108
+
+ * DETAILS: add gpg checking
+
2016-01-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.106




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8a033d6c54fb91fce3a0cf8a6e3cd2759eb4c12b), Treeve Jelbert, 02/27/2017

Archive powered by MHonArc 2.6.24.

Top of Page