Skip to Content.
Sympa Menu

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

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 (7a98774e5c147bfdc48ed5260511394ce41d5bec)
  • Date: Wed, 29 Nov 2017 19:11:00 +0000

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

net/zeromq/DEPENDS | 24 ++++++++++++++++++++++--
net/zeromq/DETAILS | 6 +++---
net/zeromq/HISTORY | 5 +++++
python-pypi/pyzmq/DETAILS | 6 +++---
python-pypi/pyzmq/HISTORY | 3 +++
5 files changed, 36 insertions(+), 8 deletions(-)

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

pyzmq: => 16.0.3

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

zeromq: => 4.2.2

diff --git a/net/zeromq/DEPENDS b/net/zeromq/DEPENDS
index 2ac0e62..cc6ff47 100755
--- a/net/zeromq/DEPENDS
+++ b/net/zeromq/DEPENDS
@@ -1,3 +1,23 @@
depends -sub CXX gcc &&
-depends libsodium &&
-depends pkgconfig
+depends pkgconfig &&
+
+optional_depends libsodium \
+ "--with-libsodium" \
+ "--without-libsodium" \
+ "to use libsodium instead of built-in tweetnacl" &&
+
+optional_depends krb5 \
+ "--with-libgssapi_krb5" \
+ "--without-libgssapi_krb5" \
+ "for libgssapi_krb5 support"
+
+optional_depends asciidoc \
+ "--with-docs" \
+ "--without-docs" \
+ "to build and install man pages (also requires
${SPELL_COLOR}xmlto${DEFAULT_COLOR})" &&
+
+if is_depends_enabled ${SPELL} asciidoc; then
+ depends xmlto
+fi &&
+
+optional_depends libunwind "" "" "for extensive debugging"
diff --git a/net/zeromq/DETAILS b/net/zeromq/DETAILS
index 118296d..eb61da5 100755
--- a/net/zeromq/DETAILS
+++ b/net/zeromq/DETAILS
@@ -1,8 +1,8 @@
SPELL=zeromq
- VERSION=4.1.4
+ VERSION=4.2.2
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://download.zeromq.org/${SOURCE}
-
SOURCE_HASH=sha512:8a8cf4f52ad78dddfff104bfba0f80bbc12566920906a0fafb9fc340aa92f5577c2923cb2e5346c69835cd2ea1609647a8893c2883cd22c1f0340a720511460c
+
SOURCE_URL[0]=https://github.com/${SPELL}/libzmq/releases/download/v${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:d78813a61ce3311a1f8c230f7da0f5aedc97ef4b792afb6d398c5710da239348c0c7a67bdfeb38a7ab0282af498f1ed173649aff4add1bc35f0ef1b66f965443
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOC_DIRS=""
WEB_SITE=http://zeromq.org/
diff --git a/net/zeromq/HISTORY b/net/zeromq/HISTORY
index 8746911..fdd433e 100644
--- a/net/zeromq/HISTORY
+++ b/net/zeromq/HISTORY
@@ -1,3 +1,8 @@
+2017-11-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.2.2; updated source url
+ * DEPENDS: libsodium becomes optional; added krb5, asciidoc+xmlto and
+ libunwind optional dependencies
+
2016-02-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 4.1.4

diff --git a/python-pypi/pyzmq/DETAILS b/python-pypi/pyzmq/DETAILS
index bce48b6..dd7295a 100755
--- a/python-pypi/pyzmq/DETAILS
+++ b/python-pypi/pyzmq/DETAILS
@@ -1,8 +1,8 @@
SPELL=pyzmq
- VERSION=14.7.0
+ VERSION=16.0.3
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:22c30414c99bddb71f47b37f49f19b0cb1a535bdc6835fac13c78d030a59ed362124393acd41b7e04bb1f8ca231cabb49d010ac93142786ec35ee4a303f168ed
+ SOURCE_URL[0]=https://pypi.org/packages/source/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:299acfe9b4dc6d1d3a30efa6493a78d6da3a8e32244d86ed44ea8fb22f9d2d454c808784756126969628c60dde6de2c956bc231d66781aec86d972584d5cf8e5
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://github.com/zeromq/pyzmq
LICENSE[0]=BSD
diff --git a/python-pypi/pyzmq/HISTORY b/python-pypi/pyzmq/HISTORY
index 406b665..e61ec96 100644
--- a/python-pypi/pyzmq/HISTORY
+++ b/python-pypi/pyzmq/HISTORY
@@ -1,2 +1,5 @@
+2017-11-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 16.0.3
+
2015-08-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS: created spell, version 14.7.0



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7a98774e5c147bfdc48ed5260511394ce41d5bec), Vlad Glagolev, 11/29/2017

Archive powered by MHonArc 2.6.24.

Top of Page