Skip to Content.
Sympa Menu

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

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 (929fa137f7fa5d79de6bd54e3c2bd2bb41eb3847)
  • Date: Wed, 23 May 2018 15:52:51 +0000

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

crypto/cryfs/BUILD | 3 ++-
crypto/cryfs/DEPENDS | 4 ++--
crypto/cryfs/HISTORY | 4 ++++
crypto/cryptopp/DETAILS | 4 ++--
crypto/cryptopp/HISTORY | 3 +++
kde5-sdk/heaptrack/DEPENDS | 1 +
kde5-sdk/heaptrack/DETAILS | 2 +-
kde5-sdk/heaptrack/HISTORY | 5 +++++
kde5-sdk/kdevelop/DETAILS | 2 +-
kde5-sdk/kdevelop/HISTORY | 3 +++
libs/fmt/DETAILS | 4 ++--
libs/fmt/HISTORY | 3 +++
libs/spdlog/DEPENDS | 4 +---
libs/spdlog/DETAILS | 4 ++--
libs/spdlog/HISTORY | 5 +++++
libs/spdlog/PRE_BUILD | 2 +-
python-pypi/python-llfuse/DEPENDS | 8 ++++++--
python-pypi/python-llfuse/DETAILS | 13 ++++++++-----
python-pypi/python-llfuse/HISTORY | 6 ++++++
utils/rng-tools/DETAILS | 10 +++++-----
utils/rng-tools/HISTORY | 4 ++++
utils/rng-tools/PRE_BUILD | 3 +++
22 files changed, 70 insertions(+), 27 deletions(-)

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

cryfs - fix build

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

python-llfuse: => 1.3.4

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

kdevelop: => 5.2.3

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

heaptrack: => 1.1.0

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

rng-tools: => 2-unofficial-mt.14

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

spdlog - needs bundled fmt code

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

cryptopp: => 7.0.0

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

spdlog: => 0.17.0

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

fmt: => 5.0.0

diff --git a/crypto/cryfs/BUILD b/crypto/cryfs/BUILD
index 76fb726..1e4a040 100755
--- a/crypto/cryfs/BUILD
+++ b/crypto/cryfs/BUILD
@@ -1,2 +1,3 @@
-OPTS+=' -DCRYFS_UPDATE_CHECKS=off'
+OPTS+=' -DCRYFS_UPDATE_CHECKS=off' &&
+OPTS+=' -DBoost_USE_STATIC_LIBS=off' &&
cmake_build
diff --git a/crypto/cryfs/DEPENDS b/crypto/cryfs/DEPENDS
index 9d69b63..4533047 100755
--- a/crypto/cryfs/DEPENDS
+++ b/crypto/cryfs/DEPENDS
@@ -5,5 +5,5 @@ depends curl &&
depends SSL &&
depends fmt &&
depends fuse &&
-depends scrypt &&
-depends spdlog ' -DCMAKE_CXX_FLAGS="-DSPDLOG_FMT_EXTERNAL"'
+depends scrypt
+#depends spdlog ' -DCMAKE_CXX_FLAGS="-DSPDLOG_FMT_EXTERNAL"'
diff --git a/crypto/cryfs/HISTORY b/crypto/cryfs/HISTORY
index b3a2746..722afbb 100644
--- a/crypto/cryfs/HISTORY
+++ b/crypto/cryfs/HISTORY
@@ -1,3 +1,7 @@
+2018-05-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: fix boost detection
+ * DEPENDS: use bundled spdlog
+
2018-02-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.9

diff --git a/crypto/cryptopp/DETAILS b/crypto/cryptopp/DETAILS
index 395e2ae..180b643 100755
--- a/crypto/cryptopp/DETAILS
+++ b/crypto/cryptopp/DETAILS
@@ -1,8 +1,8 @@
SPELL=cryptopp
SPELLX=CRYPTOPP
- VERSION=6.1.0
+ VERSION=7.0.0
VERSIONX=`echo ${VERSION} | sed -r "s/\./\_/g"`
-
SOURCE_HASH=sha512:4bc02fef33f1859a07434a4752c2575afd781056e9a91eed99a13cebe2c91d66cbc7173e34d362da63dad6d38f9594ff291accd27e111232996ccd536bba0f39
+
SOURCE_HASH=sha512:bc83f6adf0ae627c57ff9172d8cee69e7000d9b414ec903a50f11f9a68da08d1dd4985ddaffada86bf58e8168a2df065185efd932201d2df9db3f73025825e54
SECURITY_PATCH=2
SOURCE="${SPELLX}_${VERSIONX}.tar.gz"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${SPELLX}_${VERSIONX}"
diff --git a/crypto/cryptopp/HISTORY b/crypto/cryptopp/HISTORY
index 755dcb2..13f2324 100644
--- a/crypto/cryptopp/HISTORY
+++ b/crypto/cryptopp/HISTORY
@@ -1,3 +1,6 @@
+2018-05-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 7.0.0
+
2018-02-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 6.1.0
now at github
diff --git a/kde5-sdk/heaptrack/DEPENDS b/kde5-sdk/heaptrack/DEPENDS
index bd8cebe..b58737d 100755
--- a/kde5-sdk/heaptrack/DEPENDS
+++ b/kde5-sdk/heaptrack/DEPENDS
@@ -10,4 +10,5 @@ depends kio &&
depends kitemmodels &&
depends threadweaver &&
optional_depends kdiagram '' '' 'chart visualizations' &&
+optional_depends zstd '' '' 'improved compression' &&
runtime_depends gdb
diff --git a/kde5-sdk/heaptrack/DETAILS b/kde5-sdk/heaptrack/DETAILS
index 7dff748..c99bb9a 100755
--- a/kde5-sdk/heaptrack/DETAILS
+++ b/kde5-sdk/heaptrack/DETAILS
@@ -1,5 +1,5 @@
SPELL=heaptrack
- VERSION=1.0.0
+ VERSION=1.1.0
SOURCE=$SPELL-$VERSION.tar.xz

SOURCE_URL=https://download.kde.org/stable/$SPELL/${VERSION}/src/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/kde5-sdk/heaptrack/HISTORY b/kde5-sdk/heaptrack/HISTORY
index 25b471d..c8dfc2a 100644
--- a/kde5-sdk/heaptrack/HISTORY
+++ b/kde5-sdk/heaptrack/HISTORY
@@ -1,3 +1,8 @@
+2018-05-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.0
+
+ * DEPENDS: add optional zstd
+
2017-02-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.0
spell created
diff --git a/kde5-sdk/kdevelop/DETAILS b/kde5-sdk/kdevelop/DETAILS
index 23f025d..4722670 100755
--- a/kde5-sdk/kdevelop/DETAILS
+++ b/kde5-sdk/kdevelop/DETAILS
@@ -1,5 +1,5 @@
SPELL=kdevelop
- VERSION=5.2.1
+ VERSION=5.2.3
SOURCE=$SPELL-${VERSION}.tar.xz

SOURCE_URL=https://download.kde.org/stable/$SPELL/${VERSION}/src/$SOURCE
SOURCE2=$SOURCE.asc
diff --git a/kde5-sdk/kdevelop/HISTORY b/kde5-sdk/kdevelop/HISTORY
index 76c0a61..9d4e67f 100644
--- a/kde5-sdk/kdevelop/HISTORY
+++ b/kde5-sdk/kdevelop/HISTORY
@@ -1,3 +1,6 @@
+2018-05-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.2.3
+
2018-03-23 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: WEBKIT_QT => qtwebkit

diff --git a/libs/fmt/DETAILS b/libs/fmt/DETAILS
index 1adad9d..e773a4d 100755
--- a/libs/fmt/DETAILS
+++ b/libs/fmt/DETAILS
@@ -1,6 +1,6 @@
SPELL=fmt
- VERSION=4.1.0
-
SOURCE_HASH=sha512:8daaa4a61bfe63345a12df0a9bca0b1cd6a162d0f4e97d2d2978ae19a1a1357ec4d4cce948ce726cdbe9403e51ad995950a2a99de28f9b9085c02ce845540b22
+ VERSION=5.0.0
+
SOURCE_HASH=sha512:1ce93648ab7aca6082767ff009d5836e226fa42f183852ca15230f371ef0a34878110ca63d8669a68de7f115c137fdaa11de998986a9440f08d50f0f214ebb90
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/fmtlib/fmt
diff --git a/libs/fmt/HISTORY b/libs/fmt/HISTORY
index 1c65f2a..0230b98 100644
--- a/libs/fmt/HISTORY
+++ b/libs/fmt/HISTORY
@@ -1,3 +1,6 @@
+2018-05-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.0.0
+
2017-12-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.1.0

diff --git a/libs/spdlog/DEPENDS b/libs/spdlog/DEPENDS
index 37a6641..6d7d390 100755
--- a/libs/spdlog/DEPENDS
+++ b/libs/spdlog/DEPENDS
@@ -1,3 +1 @@
-source $GRIMOIRE/CMAKE_DEPENDS &&
-#depends fmt ' -DSPDLOG_FMT_EXTERNAL=1'
-depends fmt ' -DCMAKE_CXX_FLAGS="-DSPDLOG_FMT_EXTERNAL"'
+source $GRIMOIRE/CMAKE_DEPENDS
diff --git a/libs/spdlog/DETAILS b/libs/spdlog/DETAILS
index c1b633b..fa1b80d 100755
--- a/libs/spdlog/DETAILS
+++ b/libs/spdlog/DETAILS
@@ -1,6 +1,6 @@
SPELL=spdlog
- VERSION=0.16.3
-
SOURCE_HASH=sha512:6e08473825cf97dfb10b0e919b77996c1023bbfb583d851e961ec4a95094e4afffd1fc6f6e7e728ce8c2c69c9fb280c59f8d6494b50224bdf8cc68914ffd21e8
+ VERSION=0.17.0
+
SOURCE_HASH=sha512:c3d7c7b2d221b33ad4f4685207ff606d271635bd1ad7edab763a823880386f604d264343139f37b36a3e8654d6382dbed0d431556728676523e390b8fb4b2aef
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/gabime/spdlog
diff --git a/libs/spdlog/HISTORY b/libs/spdlog/HISTORY
index 2026e00..b6452aae 100644
--- a/libs/spdlog/HISTORY
+++ b/libs/spdlog/HISTORY
@@ -1,3 +1,8 @@
+2018-05-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.17.0
+ * PRE_BUILD: deleted
+ * DEPENDS: use bundled fmt-4.1.0, as some of the headers require it
+
2018-02-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.16.3

diff --git a/libs/spdlog/PRE_BUILD b/libs/spdlog/PRE_BUILD
old mode 100755
new mode 100644
index a68cb0e..1c9a8e4
--- a/libs/spdlog/PRE_BUILD
+++ b/libs/spdlog/PRE_BUILD
@@ -1,3 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-rm -r include/spdlog/fmt/bundled/
+rm -r include/spdlog/fmt/
diff --git a/python-pypi/python-llfuse/DEPENDS
b/python-pypi/python-llfuse/DEPENDS
index fe60ad2..1e70b4d 100755
--- a/python-pypi/python-llfuse/DEPENDS
+++ b/python-pypi/python-llfuse/DEPENDS
@@ -1,4 +1,8 @@
depends PYTHON &&
-depends SETUPTOOLS &&
+depends setuptools &&
depends attr &&
-depends fuse
+if is_depends_enabled $SPELL python3; then
+ depends fuse3
+else
+ depends fuse
+fi
diff --git a/python-pypi/python-llfuse/DETAILS
b/python-pypi/python-llfuse/DETAILS
index 167a2a9..245b2c5 100755
--- a/python-pypi/python-llfuse/DETAILS
+++ b/python-pypi/python-llfuse/DETAILS
@@ -1,11 +1,14 @@
SPELL=python-llfuse
- VERSION=1.3.2
-
VX=d9/29/43391f89015df1352733361f9616038ce3a985363065f68c92de0464383c
-
SOURCE_HASH=sha512:f065818134b12dd128574836bc7d339404d9b7d9236b535da709378e9206b17cb2accd97fc0b658f39a93efe126a7c3064f7901468231f63f8398a3e053498cf
+ VERSION=1.3.4
SOURCE="llfuse-${VERSION}.tar.bz2"
- SOURCE_URL[0]=https://pypi.python.org/packages/$VX/$SOURCE
+ WEB_SITE="https://bitbucket.org/nikratio/python-llfuse";
+#https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-1.3.4.tar.bz2
+ SOURCE_URL[0]="${WEB_SITE}/downloads/${SOURCE}"
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=fuse.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/llfuse-${VERSION}"
- WEB_SITE="https://bitbucket.org/nikratio/python-llfuse/";
LICENSE[0]=LGPL
ENTERED=20140525
SHORT="a set of Python bindings for the low level FUSE API"
diff --git a/python-pypi/python-llfuse/HISTORY
b/python-pypi/python-llfuse/HISTORY
index 6b0baa8..631d824 100644
--- a/python-pypi/python-llfuse/HISTORY
+++ b/python-pypi/python-llfuse/HISTORY
@@ -1,3 +1,9 @@
+2018-05-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.4
+ * DETAILS: download from bitbucket, to simplify future updates
+ * DEPENDS: support fuse3
+ * DETAILS: add gpg checking
+
2017-11-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.2

diff --git a/utils/rng-tools/DETAILS b/utils/rng-tools/DETAILS
index 5281eba..d75ab06 100755
--- a/utils/rng-tools/DETAILS
+++ b/utils/rng-tools/DETAILS
@@ -1,10 +1,10 @@
SPELL=rng-tools
- VERSION=2-unofficial-mt.10
- SOURCE=${SPELL}_${VERSION}.orig.tar.gz
- SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/r/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:2c813ccb22200b06ba5ead5fcf80b0d42cf2ff437a50958a75056928df0ff63f8aeb12fab30905cb38b719706a901e2386c11a235429957a8f0abf9e9a52a570
+ VERSION=2-unofficial-mt.14
+ SOURCE=${SPELL}_${VERSION}.orig.tar.bz2
+ SOURCE_URL[0]=http://http.debian.net/debian/pool/main/r/rng-tools/$SOURCE
+
SOURCE_HASH=sha512:9ad49332245905a3b805529d1201ca6bf6950fa6fed5f3cd69e75507ee253da3531ee5bf0c5638ee8ae110f31a4516b2f79c37e02529a26712fdcac209d4086f
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
- WEB_SITE=http://packages.qa.debian.org/r/rng-tools.html
+ WEB_SITE=https://packages.qa.debian.org/r/rng-tools.html
LICENSE[0]=GPL
ENTERED=20061005
KEYWORDS="utils"
diff --git a/utils/rng-tools/HISTORY b/utils/rng-tools/HISTORY
index 686efb2..32df9cc 100644
--- a/utils/rng-tools/HISTORY
+++ b/utils/rng-tools/HISTORY
@@ -1,2 +1,6 @@
+2018-05-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2-unofficial-mt.14
+ * PRE_BUILD: added
+
2006-10-05 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS, HISTORY, init.d/rngd: created spell
diff --git a/utils/rng-tools/PRE_BUILD b/utils/rng-tools/PRE_BUILD
new file mode 100755
index 0000000..c51d7b2
--- /dev/null
+++ b/utils/rng-tools/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoreconf -f -i --symlink



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (929fa137f7fa5d79de6bd54e3c2bd2bb41eb3847), Treeve Jelbert, 05/23/2018

Archive powered by MHonArc 2.6.24.

Top of Page