Skip to Content.
Sympa Menu

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

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 (ef342d24684832711bbb89ea129a1894b0a4ce26)
  • Date: Thu, 10 Aug 2017 18:27:34 +0000

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

devel/python3/HISTORY | 3 +++
devel/python3/PRE_BUILD | 4 +++-
http/nghttp2/DETAILS | 4 ++--
http/nghttp2/HISTORY | 3 +++
utils/avahi/DEPENDS | 7 ++++++-
utils/avahi/DETAILS | 6 +++---
utils/avahi/HISTORY | 4 ++++
7 files changed, 24 insertions(+), 7 deletions(-)

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

python3 - fix build of blake2

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

nghttp2: => 1.24.0

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

avahi: => 0.7

diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index 3e2448b..db41f76 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,6 @@
+2017-08-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: fix build of blake2
+
2017-07-17 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.6.2

diff --git a/devel/python3/PRE_BUILD b/devel/python3/PRE_BUILD
index 6f58adc..715a1fd 100755
--- a/devel/python3/PRE_BUILD
+++ b/devel/python3/PRE_BUILD
@@ -3,4 +3,6 @@ cd "$SOURCE_DIRECTORY" &&
if is_depends_enabled ${SPELL} gcc; then
# Forcing GCC's builtin atomics
sed -i 's;defined(HAVE_STD_ATOMIC);!&;' Include/pyatomic.h
-fi
+fi &&
+# fix blake2 compile
+sed -i '21,30D' Modules/_blake2/impl/blake2s-load-xop.h
diff --git a/http/nghttp2/DETAILS b/http/nghttp2/DETAILS
index 86e1dfb..1570710 100755
--- a/http/nghttp2/DETAILS
+++ b/http/nghttp2/DETAILS
@@ -1,6 +1,6 @@
SPELL="nghttp2"
- VERSION="1.23.1"
-
SOURCE_HASH="sha512:404729183c3f15635ae96f6888c4a40ec50cfbbd65cc3d9fa6be7a47274cd5509f647fbb8d16f2bfcdd2f39c11d245897245333bcbab8a8cb52c6f8efd3390de"
+ VERSION=1.24.0
+
SOURCE_HASH=sha512:99c1a634f6b911a2256039bad42642d35120fa826c6fb3b9aebde9a1d1a227a4c3926f481cd8981f7cf4ac78617e5885faaeff87b35250d8cf54ebd6465e12a0
SOURCE="${SPELL}-${VERSION}.tar.xz"

SOURCE_URL[0]="https://github.com/${SPELL}/${SPELL}/releases/download/v${VERSION}/${SOURCE}";
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/http/nghttp2/HISTORY b/http/nghttp2/HISTORY
index 1462781..72cd8bb 100644
--- a/http/nghttp2/HISTORY
+++ b/http/nghttp2/HISTORY
@@ -1,3 +1,6 @@
+2017-08-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.24.0
+
2017-06-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.23.1

diff --git a/utils/avahi/DEPENDS b/utils/avahi/DEPENDS
index 344ee96..dace18a 100755
--- a/utils/avahi/DEPENDS
+++ b/utils/avahi/DEPENDS
@@ -1,4 +1,3 @@
-depends dbus-python &&

# stuff from SUB_DEPENDS
optional_depends qt4 \
@@ -31,6 +30,12 @@ fi &&

optional_depends doxygen '' '--disable-doxygen-doc' 'install documentation?'
&&

+optional_depends python '' '--disable-python' 'Python support' &&
+if is_depends_enabled $SPELL python;then
+ depends dbus-python &&
+ depends pygobject3
+fi &&
+
if [[ "$AVAHI_DISCOVER" == 'y' ]]; then
depends libglade2
fi &&
diff --git a/utils/avahi/DETAILS b/utils/avahi/DETAILS
index 3fffcfa..095a821 100755
--- a/utils/avahi/DETAILS
+++ b/utils/avahi/DETAILS
@@ -1,12 +1,12 @@
SPELL=avahi
- VERSION=0.6.32
+ VERSION=0.7
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL=https://github.com/lathiat/avahi/releases/download/v$VERSION/$SOURCE
-
SOURCE_HASH=sha512:6f8d0a64292439cbb989c531a4ba2f25a53ee9cf7ad9df04dedf73149489a92612f3b5955e10aa4b1c76496c34b90ad75590e8aa49468249508267c1c8b899ee
+
SOURCE_HASH=sha512:bae5a1e9204aca90b90e7fd223d19e809e3514d03ba5fa2da1e55bf1d72d3d3b98567f357900c36393613dc17dc98e15ff3ebf0f226f2f6b9766e592452a6ce7
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SECURITY_PATCH=3
LICENSE[0]=GPL
- WEB_SITE=http://avahi.org/
+ WEB_SITE=https://avahi.org/
ENTERED=20060626
SHORT="LAN service discovery system"
cat << EOF
diff --git a/utils/avahi/HISTORY b/utils/avahi/HISTORY
index cbd3b1d..c5ef348 100644
--- a/utils/avahi/HISTORY
+++ b/utils/avahi/HISTORY
@@ -1,3 +1,7 @@
+2017-08-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7
+ * DEPENDS: add pygobject3
+
2017-02-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.6.32




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ef342d24684832711bbb89ea129a1894b0a4ce26), Treeve Jelbert, 08/10/2017

Archive powered by MHonArc 2.6.24.

Top of Page