Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (60a0ee83a22492bc1671ed4b52f58a1d35eeba3a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (60a0ee83a22492bc1671ed4b52f58a1d35eeba3a)
  • Date: Sat, 25 May 2019 02:34:36 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

devel/duktape/CMakeLists.txt | 5 +++--
devel/duktape/DETAILS | 4 ++--
devel/duktape/HISTORY | 7 +++++++
disk/btrfs-progs/DETAILS | 2 +-
disk/btrfs-progs/HISTORY | 3 +++
net/bind-tools/DEPENDS | 3 ++-
net/bind-tools/HISTORY | 5 +++++
net/libupnp/BUILD | 2 ++
net/libupnp/DETAILS | 6 +++---
net/libupnp/HISTORY | 6 ++++++
utils/rhash/BUILD | 1 +
utils/rhash/DETAILS | 8 ++++----
utils/rhash/HISTORY | 9 +++++++++
utils/rhash/INSTALL | 4 ++--
14 files changed, 50 insertions(+), 15 deletions(-)

New commits:
commit e1b908e1f3077c64d22c76410bfde6b1b1d21263
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

rhash: Updated to 1.3.8

SOURCE_DIRECTORY changed
WEB_SITE moved to SourceForge, original is now sold to someon else.
Now has a simplified ./configure
Cleanup for new version
Install shared library and header, missing from default, needed for cmake.

commit d66fb27f1872072582cea55cb5893c8d860a3e12
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

bind-tools: Fix SSL extra dependencies

You cannot depend on a provider, you need to find the spell resolving
that provides and check is_depends_enabled on *that*.
You also have to specify which spell you're checking for dependency.

commit e2234abc1acb7c4a7e5f02aed423b212fc2e089b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

duktape: Updated to 2.3.0

* CMakeLists.txt: Update to 2.3.0
Also install duk_config.h, necessary for other apps to compile against
this, even with prior version.
duktape.h includes "duk_config.h" for system-specific values.

commit b7211fedf02ec304d5afc752cfe01f032fbc7ce4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

btrfs-progs: Updated to 5.1 (tested on 4.20.4 and 4.19.44 kernels)

commit c486dee1bbc0119c2509c9730429147131c65d21
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libupnp: Updated to 1.8.4

WEB_SITE libupnp.org no longer safe (domain expired), use SourceForge's
Enable re-using current address/port for service restarts

diff --git a/devel/duktape/CMakeLists.txt b/devel/duktape/CMakeLists.txt
index 42878b1..696f2c4 100644
--- a/devel/duktape/CMakeLists.txt
+++ b/devel/duktape/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8.12)
-set(SOVERSION "1")
-set(VERSION "1.2.3")
+set(SOVERSION "2")
+set(VERSION "2.3.0")
#set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
@@ -13,3 +13,4 @@ set_target_properties(duktape PROPERTIES VERSION ${VERSION}
SOVERSION ${SOVERSIO
install(TARGETS duktape DESTINATION lib)

install(FILES src/duktape.h DESTINATION include)
+install(FILES src/duk_config.h DESTINATION include)
diff --git a/devel/duktape/DETAILS b/devel/duktape/DETAILS
index 2f092d4..9c98e27 100755
--- a/devel/duktape/DETAILS
+++ b/devel/duktape/DETAILS
@@ -1,6 +1,6 @@
SPELL=duktape
- VERSION=1.3.1
-
SOURCE_HASH=sha512:ea094a043c80ff9b56145c7a007d1724b805e4b7ba0718922bf9593d7a14d5f53e46eee60cd12de7bc08de32f921faabf7a7c86bcb1f2147275dc3ee02fafaa0
+ VERSION=2.3.0
+
SOURCE_HASH=sha512:ec6b88549948c7f68f0ae8e54b16240c148fcc0d976fc7004b9d29c67652abbc659429ecb102c6e386809463ed99e5c76d636ec6ec632af4abca46d4cb03e834:WORKS_FOR_ME
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://duktape.org/
diff --git a/devel/duktape/HISTORY b/devel/duktape/HISTORY
index c23a363..7b50df3 100644
--- a/devel/duktape/HISTORY
+++ b/devel/duktape/HISTORY
@@ -1,3 +1,10 @@
+2019-05-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.3.0
+ * CMakeLists.txt: Update to 2.3.0
+ Also install duk_config.h, necessary for other apps to compile
against this,
+ even with prior version.
+ duktape.h includes "duk_config.h" for system-specific values.
+
2015-12-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.1

diff --git a/disk/btrfs-progs/DETAILS b/disk/btrfs-progs/DETAILS
index da9bf79..b5348c4 100755
--- a/disk/btrfs-progs/DETAILS
+++ b/disk/btrfs-progs/DETAILS
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=4.20.2
+ VERSION=5.1
SOURCE=${SPELL}-v${VERSION}.tar.xz
SOURCE2=${SPELL}-v${VERSION}.tar.sign
SOURCE_GPG="btrfs.gpg:${SOURCE2}:UPSTREAM_HASH"
diff --git a/disk/btrfs-progs/HISTORY b/disk/btrfs-progs/HISTORY
index d0d0fba..1ed19f2 100644
--- a/disk/btrfs-progs/HISTORY
+++ b/disk/btrfs-progs/HISTORY
@@ -1,3 +1,6 @@
+2019-05-22 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 5.1 (tested on 4.20.4 and 4.19.44 kernels)
+
2019-03-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.20.2

diff --git a/net/bind-tools/DEPENDS b/net/bind-tools/DEPENDS
index 5fafa40..ac5ea32 100755
--- a/net/bind-tools/DEPENDS
+++ b/net/bind-tools/DEPENDS
@@ -7,7 +7,8 @@ optional_depends SSL \
"--with-openssl" \
"--without-openssl" \
"to build with OpenSSL, required for DNSSEC"
-if is_depends_enabled SSL; then
+
+if is_depends_enabled $SPELL $(get_spell_provider $SPELL SSL); then
depends PYTHON &&
depends python-ply
fi &&
diff --git a/net/bind-tools/HISTORY b/net/bind-tools/HISTORY
index bb15aab..fe08e4e 100644
--- a/net/bind-tools/HISTORY
+++ b/net/bind-tools/HISTORY
@@ -1,3 +1,8 @@
+2019-05-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: You cannot depend on a provider, you need to find the spell
+ resolving that provides and check is_depends_enabled on *that*.
+ You also have to specify which spell you're checking for dependency.
+
2019-04-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, DEPENDS, DETAILS: version 9.14.1

diff --git a/net/libupnp/BUILD b/net/libupnp/BUILD
new file mode 100755
index 0000000..5201431
--- /dev/null
+++ b/net/libupnp/BUILD
@@ -0,0 +1,2 @@
+OPTS="--enable-reuseaddr ${OPTS}" &&
+default_build
diff --git a/net/libupnp/DETAILS b/net/libupnp/DETAILS
index c619ae1..4e1d825 100755
--- a/net/libupnp/DETAILS
+++ b/net/libupnp/DETAILS
@@ -1,10 +1,10 @@
SPELL=libupnp
- VERSION=1.6.6
+ VERSION=1.8.4
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/pupnp/$SOURCE
-
SOURCE_HASH=sha512:f7720ed2d342b5b0bd61cdc229e4a73f94a91cef5e907a1bf6cda7118a4200bfd8564858a7971b8077b32cf22dfd9f8a130249253297604d9c5a367249c4e057
+
SOURCE_HASH=sha512:403d7b6408a33330fc59fbe6284cc7bca10a675c41b323bba6b9c6461c8a82fbb39f4a1a07d1a3b55f049c637830ebf21bd825cd6c2f4eb17265018ccee9cbb6:WORKS_FOR_ME
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- WEB_SITE=http://www.libupnp.org/
+ WEB_SITE=https://sourceforge.net/projects/pupnp/
ENTERED=20060729
LICENSE[0]=BSD
SHORT="Platform independent API for UPnP Devices"
diff --git a/net/libupnp/HISTORY b/net/libupnp/HISTORY
index 182dc8a..584fa33 100644
--- a/net/libupnp/HISTORY
+++ b/net/libupnp/HISTORY
@@ -1,3 +1,8 @@
+2019-05-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.8.4
+ WEB_SITE libupnp.org no longer safe (domain expired), use
SourceForge's
+ * BUILD: Enable re-using current address/port for service restarts.
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

@@ -12,3 +17,4 @@

2006-07-29 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, HISTORY: created spell
+
diff --git a/utils/rhash/BUILD b/utils/rhash/BUILD
index 905434e..675664a 100755
--- a/utils/rhash/BUILD
+++ b/utils/rhash/BUILD
@@ -1 +1,2 @@
+./configure --prefix="${INSTALL_ROOT}"/usr &&
make build-shared
diff --git a/utils/rhash/DETAILS b/utils/rhash/DETAILS
index c600ff9..13e071f 100755
--- a/utils/rhash/DETAILS
+++ b/utils/rhash/DETAILS
@@ -1,10 +1,10 @@
SPELL=rhash
- VERSION=1.3.3
+ VERSION=1.3.8
SOURCE="RHash-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/$SPELL/RHash/archive/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:067601710f87029a32e95de4e4f3cfe435b31ef6a443f1cffcd5d7c3509ae9b71501103539e37ca3e1e01870e7c1db522af516296efb13ad2c4630b5efab3238
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.gz}"
- WEB_SITE="http://rhash.anz.ru/";
+
SOURCE_HASH=sha512:9dba4fa4dd49d323f2e440c5b93eac1ef62eb4046ec4ef611f0978c12c1739002f1ac1f1ec5e61bd359dc89e9ed612db71be91a795184ac5d5433280d27fa4c1:WORKS_FOR_ME
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/RHash-${VERSION}"
+ WEB_SITE="http://rhash.sourceforge.net/";
LICENSE[0]=MIT
LICENSE[1]=BSD
LICENSE[2]=RHash
diff --git a/utils/rhash/HISTORY b/utils/rhash/HISTORY
index 9e5a004..d7b9237 100644
--- a/utils/rhash/HISTORY
+++ b/utils/rhash/HISTORY
@@ -1,4 +1,13 @@
+2019-05-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.3.8
+ SOURCE_DIRECTORY changed
+ WEB_SITE moved to SourceForge, original is now sold to someon else.
+ * BUILD: Now has a simplified ./configure
+ * INSTALL: Cleanup for new version
+ Install shared library and header, missing from default, needed for
cmake.
+
2015-12-09 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DETAILS, INSTALL: spell created
* BUILD, INSTALL: Install librhash shared library and dynamically
linked binaries
+
diff --git a/utils/rhash/INSTALL b/utils/rhash/INSTALL
index 2dd7f77..3725300 100755
--- a/utils/rhash/INSTALL
+++ b/utils/rhash/INSTALL
@@ -1,2 +1,2 @@
-make PREFIX="$INSTALL_ROOT"/usr install-shared &&
-make PREFIX="$INSTALL_ROOT"/usr -C librhash install-lib-shared
install-headers
+default_install &&
+make PREFIX="${INSTALL_ROOT}"/usr install-lib-so-link install-lib-headers



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (60a0ee83a22492bc1671ed4b52f58a1d35eeba3a), Eric Sandall, 05/24/2019

Archive powered by MHonArc 2.6.24.

Top of Page