Skip to Content.
Sympa Menu

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

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 (2cb61483774a807d235c32302a7a5778219852d7)
  • Date: Fri, 23 Jun 2017 14:46:51 +0000

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

crypto/ca-certificates/DETAILS | 8 ++++----
crypto/ca-certificates/HISTORY | 3 +++
crypto/pcsc-lite/DEPENDS | 2 +-
crypto/pcsc-lite/DETAILS | 6 +++---
crypto/pcsc-lite/HISTORY | 4 ++++
devel/libunwind/DETAILS | 4 ++--
devel/libunwind/HISTORY | 3 +++
devel/qxmledit/DETAILS | 4 ++--
devel/qxmledit/HISTORY | 3 +++
libs/jsoncpp/DETAILS | 4 ++--
libs/jsoncpp/HISTORY | 3 +++
python-pypi/simplejson/DETAILS | 6 +++---
python-pypi/simplejson/HISTORY | 3 +++
qt5-qmake/qtav/DETAILS | 6 +++---
qt5-qmake/qtav/HISTORY | 3 +++
utils/syslog-ng/DETAILS | 6 +++---
utils/syslog-ng/HISTORY | 3 +++
17 files changed, 48 insertions(+), 23 deletions(-)

New commits:
commit 2cb61483774a807d235c32302a7a5778219852d7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ca-certificates: => 20161130+nmu1

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

pcsc-lite: => 1.8.22

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

syslog-ng: => 3.10.1

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

simplejson: => 3.11.1

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

jsoncpp: => 1.8.0

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

libunwind: => 1.2.1

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

qtav: => 1.12.0

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

qxmledit: => 0.9.7

diff --git a/crypto/ca-certificates/DETAILS b/crypto/ca-certificates/DETAILS
index 2e16a1f..cf132b5 100755
--- a/crypto/ca-certificates/DETAILS
+++ b/crypto/ca-certificates/DETAILS
@@ -1,11 +1,11 @@
SPELL=ca-certificates
- VERSION=20161130
+ VERSION=20161130+nmu1
SECURITY_PATCH=1
-
SOURCE_HASH=sha512:05bd6272ae65a90a94ba40d2057adffaa54d34df7d535dade1926c8b5bb47cce9990c7ef7f7f40a71521a8da3e811e205ddff73a85eeb2acf14e9b487ae2101e
+
SOURCE_HASH=sha512:e13b55442a708a06857251bddf1d72ad9278438bcab7bee4746ef1d107b5430abc413072ed5f89f0b061a723971207b39c7df55d6d717afb8298d24596382f01
SOURCE=${SPELL}_${VERSION}_all.deb
- SOURCE_URL[0]=http://ftp.de.debian.org/debian/pool/main/c/$SPELL/$SOURCE
+ SOURCE_URL[0]=https://ftp.de.debian.org/debian/pool/main/c/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
- WEB_SITE=http://packages.debian.org/sid/ca-certificates
+ WEB_SITE=https://packages.debian.org/sid/ca-certificates
LICENSE[0]=GPL
ENTERED=20081127
SHORT="PEM files of CA certificates"
diff --git a/crypto/ca-certificates/HISTORY b/crypto/ca-certificates/HISTORY
index 9b03f01..212cd3c 100644
--- a/crypto/ca-certificates/HISTORY
+++ b/crypto/ca-certificates/HISTORY
@@ -1,3 +1,6 @@
+2017-06-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 20161130+nmu1
+
2017-01-13 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 20161130

diff --git a/crypto/pcsc-lite/DEPENDS b/crypto/pcsc-lite/DEPENDS
index b561e2f..74c8ecf 100755
--- a/crypto/pcsc-lite/DEPENDS
+++ b/crypto/pcsc-lite/DEPENDS
@@ -1,6 +1,6 @@
depends -sub CXX gcc &&
if [[ $PCSC_DEVICE_ACCESS == libusb ]]; then
- depends LIBUSB "--enable-libusb"
+ depends libusb "--enable-libusb"
elif [[ $PCSC_DEVICE_ACCESS == udev ]]; then
depends DEVICE-MANAGER "--enable-libudev"
fi &&
diff --git a/crypto/pcsc-lite/DETAILS b/crypto/pcsc-lite/DETAILS
index 92c1f02..afca3bf 100755
--- a/crypto/pcsc-lite/DETAILS
+++ b/crypto/pcsc-lite/DETAILS
@@ -1,7 +1,7 @@
SPELL=pcsc-lite
- VERSION=1.8.20
- VX=4203
-
SOURCE_HASH=sha512:63fea660d71605ebced5600a59ab5b6a735c4ba3697faf7658d91b8e281a7fb2a2bca6831c8f8c8c87b87a54f7fd03ae818a4c496dcbac0afce523e3b6c606b8
+ VERSION=1.8.22
+ VX=4225
+
SOURCE_HASH=sha512:762eccf6a25040653f563b93bf11262ddc015323d06d759a3472ba80af0489804410ba17c7e5330ccd4b5accc8b7314c80b5e99da278561d3818d8c381e6a025
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/crypto/pcsc-lite/HISTORY b/crypto/pcsc-lite/HISTORY
index 239f0bb..6ff54ef 100644
--- a/crypto/pcsc-lite/HISTORY
+++ b/crypto/pcsc-lite/HISTORY
@@ -1,3 +1,7 @@
+2017-06-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.8.22
+ * DEPENDS LIBUSB => libusb
+
2017-02-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.8.20
SECURITY_PATCH=1. fixes CVE-2016-10109 + others
diff --git a/devel/libunwind/DETAILS b/devel/libunwind/DETAILS
index 3c29e89..4ba99bc 100755
--- a/devel/libunwind/DETAILS
+++ b/devel/libunwind/DETAILS
@@ -7,8 +7,8 @@ if [[ $LIBUNWIND_BRANCH == scm ]];then
SOURCE_URL=git://git.sv.gnu.org/libunwind.git
SOURCE_IGNORE=volatile
else
- VERSION=1.2
-
SOURCE_HASH=sha512:985d0817944e3cafd99aaa5642862d878972e0851f7954289247e808c9319f399ca29342395f0571cb6568a1104a82bd92d585936f2ca888dda37ac796fde0d4
+ VERSION=1.2.1
+
SOURCE_HASH=sha512:af7c280d2a963779a4a2711887618bc96383011e4e5d52e4085aa7fb351e55e357468f6ff85e66a216f1c6826538f498335a917a5970575c93be74c96316319b
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL=https://download.savannah.gnu.org/releases/libunwind/$SOURCE
fi
diff --git a/devel/libunwind/HISTORY b/devel/libunwind/HISTORY
index efe28a7..a11669a 100644
--- a/devel/libunwind/HISTORY
+++ b/devel/libunwind/HISTORY
@@ -1,3 +1,6 @@
+2017-06-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.1
+
2017-02-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2

diff --git a/devel/qxmledit/DETAILS b/devel/qxmledit/DETAILS
index 1bc370c..a1535ea 100755
--- a/devel/qxmledit/DETAILS
+++ b/devel/qxmledit/DETAILS
@@ -1,6 +1,6 @@
SPELL=qxmledit
- VERSION=0.9.6
-
SOURCE_HASH=sha512:d2cf6ae630a84305b10d4a362859500b52e4d6e03e4f1852b953178ac023a13eb9e90f8da8cf6633dcf5a3cfbf5a44affb69465eb91240ccc22b0256100a685f
+ VERSION=0.9.7
+
SOURCE_HASH=sha512:cbe9bdfc7afda462b141531b8169e389e0d83a5fc5d359e810bff264cbd72d87da143586ad20114f7899a2dd3a4f0458dab385a623f9be833a77e5f538fc19cb
SOURCE=$SPELL-$VERSION-src.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://qxmledit.org
diff --git a/devel/qxmledit/HISTORY b/devel/qxmledit/HISTORY
index 627f019..4005fa4 100644
--- a/devel/qxmledit/HISTORY
+++ b/devel/qxmledit/HISTORY
@@ -1,3 +1,6 @@
+2017-06-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.7
+
2017-04-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.6
* DEPENDS: add qtscxml
diff --git a/libs/jsoncpp/DETAILS b/libs/jsoncpp/DETAILS
index f6c68ce..56f2584 100755
--- a/libs/jsoncpp/DETAILS
+++ b/libs/jsoncpp/DETAILS
@@ -1,7 +1,7 @@
SPELL=jsoncpp
if [[ $JSONCPP_BRANCH == "stable" ]]; then
- VERSION=1.7.6
-
SOURCE_HASH=sha512:514428ec6eeb3082d1399024e3eca0e5f022082654e5015cdaa74234a1625e973dc43c88b572b4ca3dc9a52529e768d60f1252e3bfee3b917b990a2672595065
+ VERSION=1.8.0
+
SOURCE_HASH=sha512:bd0aa56827932e5b50231216c9f501da12053bf9eed6e83210b5c52afb9aff610e71995446a7e2f5f4580ff37762956a307867d3eaa1aebd6ca31e574c9e4d4c
else
VERSION=0.10.6

SOURCE_HASH=sha512:9fcf584d14c31fc135c9789b36c02c5985daecc7396eb21912d5ea3e757d1fd0d516d7a060e14b4955c73f6b4aa256529281da908726919236fa65310de9f1aa
diff --git a/libs/jsoncpp/HISTORY b/libs/jsoncpp/HISTORY
index 1ee08c6..b13eb29 100644
--- a/libs/jsoncpp/HISTORY
+++ b/libs/jsoncpp/HISTORY
@@ -1,3 +1,6 @@
+2017-06-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.8.0
+
2016-09-28 Treeve Jelbert <treeve AT sourcemage.org>
* BUILD: actually disable tests, which otherwise fail

diff --git a/python-pypi/simplejson/DETAILS b/python-pypi/simplejson/DETAILS
index 9bd9dfa..af0fdb7 100755
--- a/python-pypi/simplejson/DETAILS
+++ b/python-pypi/simplejson/DETAILS
@@ -1,6 +1,6 @@
SPELL=simplejson
- VERSION=3.10.0
-
SOURCE_HASH=sha512:b2b17c48276f4e8562bd957c7382c871a8e8919d7f6fae2f60f59b71294a1dfb7b81ae333468d9a7c4a0c013cdee3bb48975d9bf86796db3199cdf97fe3aae68
+ VERSION=3.11.1
+
SOURCE_HASH=sha512:bef87f3a7c695823a4e1792dc4db0d8e15e03c5c085bfef364c505a079036696005973f89dd5f80a5437e5e8a88f1f3274b37cf5b2479e58e52738c5e37b455d
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://github.com/simplejson/simplejson
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SHORT="simple, fast, extensible JSON encoder/decoder for Python"
cat << EOF
simplejson is a simple, fast, complete, correct and extensible JSON
-<http://json.org> encoder and decoder for Python 2.3+. It is pure Python code
+<https://json.org> encoder and decoder for Python 2.3+. It is pure Python
code
with no dependencies, but includes an optional C extension for a serious
speed
boost.

diff --git a/python-pypi/simplejson/HISTORY b/python-pypi/simplejson/HISTORY
index dad53b1..33b7023 100644
--- a/python-pypi/simplejson/HISTORY
+++ b/python-pypi/simplejson/HISTORY
@@ -1,3 +1,6 @@
+2017-06-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.11.1
+
2016-10-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.10.0
download from github
diff --git a/qt5-qmake/qtav/DETAILS b/qt5-qmake/qtav/DETAILS
index d5b49f4..746bc82 100755
--- a/qt5-qmake/qtav/DETAILS
+++ b/qt5-qmake/qtav/DETAILS
@@ -1,11 +1,11 @@
SPELL=qtav
SPELLX=QtAV
- VERSION=1.11.0
-
SOURCE_HASH=sha512:45afc5ce54b1b2404cf2878f2cadba03623f64a529f1a986394140f04bd2c19186d836655c8dfed66d0292afa1c6f61ef19b6ac59a5ee173bfb495a89510fe90
+ VERSION=1.12.0
+
SOURCE_HASH=sha512:f273d10a4fe9126cd7d7b1293c087527bf898513e8add7958d905b6039b0c9c3891ea751c40e4c13ba683febff73912322953b151a131726ef8b44db199e0f32
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL=https://github.com/wang-bin/$SPELLX/archive/v$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
- WEB_SITE=http://qtav.org
+ WEB_SITE=https://qtav.org
ENTERED=20161214
LICENSE[0]=LGPL
KEYWORDS="QT5"
diff --git a/qt5-qmake/qtav/HISTORY b/qt5-qmake/qtav/HISTORY
index 86f1ea4..8b9af3b 100644
--- a/qt5-qmake/qtav/HISTORY
+++ b/qt5-qmake/qtav/HISTORY
@@ -1,2 +1,5 @@
+2017-06-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.12.0
+
2016-12-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.11.0
diff --git a/utils/syslog-ng/DETAILS b/utils/syslog-ng/DETAILS
index d46b190..dd92e66 100755
--- a/utils/syslog-ng/DETAILS
+++ b/utils/syslog-ng/DETAILS
@@ -1,10 +1,10 @@
SPELL=syslog-ng
- VERSION=3.9.1
-
SOURCE_HASH=sha512:c4122ca7b6bfa827bbf822ea6dc6279d2fb8a8f38b8d42c6a9dddf684f8b9ec715f74d4350fa4e25f42194c3848fc5a1108477d2318fa47127977fdd5ab9503a
+ VERSION=3.10.1
+
SOURCE_HASH=sha512:b2842e3271ca6d94258efcb0d3abd4705eea4f099a3dc2d731636ca23dee51974e995835746172fce1171b3bc7e398b7f78b15d29e0ad0054a3b744ce565fe83
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${SPELL}-${VERSION}
SOURCE_URL[0]=https://github.com/balabit/${SPELL}/archive/${SOURCE}
- WEB_SITE=http://www.balabit.com
+ WEB_SITE=https://www.balabit.com
LICENSE[0]=GPL
ENTERED=20020203
KEYWORDS="utils logger"
diff --git a/utils/syslog-ng/HISTORY b/utils/syslog-ng/HISTORY
index c085785..7d0c08f 100644
--- a/utils/syslog-ng/HISTORY
+++ b/utils/syslog-ng/HISTORY
@@ -1,3 +1,6 @@
+2017-06-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.10.1
+
2017-01-10 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.9.1, SOURCE_URL[0] is GitHub, adjusted SOURCE and
SOURCE_DIRECTORY, updated WEB_SITE



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (2cb61483774a807d235c32302a7a5778219852d7), Treeve Jelbert, 06/23/2017

Archive powered by MHonArc 2.6.24.

Top of Page