Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (02c590d53643e6848fa1362b66cb15a337a94187)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (02c590d53643e6848fa1362b66cb15a337a94187)
  • Date: Sun, 26 Sep 2021 19:09:02 +0000

GIT changes to master grimoire by Florian Franzmann <bwlf AT bandrate.org>:

ChangeLog | 4 ++++
crypto/openssh/DETAILS | 4 ++--
crypto/openssh/HISTORY | 3 +++
doc/source-highlight/BUILD | 2 ++
doc/source-highlight/HISTORY | 3 +++
editors/emacs/HISTORY | 3 +++
editors/emacs/TRIGGERS | 1 +
graphics-libs/gegl/DETAILS | 5 ++---
graphics-libs/gegl/HISTORY | 3 +++
graphics/gimp/DETAILS | 4 ++--
graphics/gimp/HISTORY | 5 ++++-
http/newsboat/DETAILS | 2 +-
http/newsboat/HISTORY | 3 +++
python-pypi/astroid/DETAILS | 4 ++--
python-pypi/astroid/HISTORY | 3 +++
shell-term-fm/toybox/BUILD | 3 +++
shell-term-fm/toybox/DEPENDS | 1 +
shell-term-fm/toybox/DETAILS | 16 ++++++++++++++++
shell-term-fm/toybox/HISTORY | 3 +++
shell-term-fm/toybox/INSTALL | 1 +
20 files changed, 62 insertions(+), 11 deletions(-)

New commits:
commit 02c590d53643e6848fa1362b66cb15a337a94187
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

doc/source-highlight: fix build error

commit d70dfd3fa9b103beee439742ddb1282325525d49
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

crypto/openssh: version 8.8p1

commit c7677bf1e5b16a09d9c7dea882f21edf79c170ab
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

shell-term-fm/toybox: new spell, basic CLI utils in a single executable

commit 668b11a54d9c13b33b2a23589557c8076315191f
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

editors/emacs: add trigger for jansson

commit 96e301ec316706c11abe6cc35b7990ae76d0e8c6
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

graphics-libs/gegl: version 0.4.32

commit ede212f197e4c708b50368809336b9d8ae6eac2f
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

graphics/gimp: version 2.10.28

commit 9fa63ba1d189d776caf42b5f89b9f285e00c91c3
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

python-pypi/astroid: version 2.8.0

commit 575ce469f8a66e5887485fef02bc2faa57bdbe8d
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

http/newsboat: version 2.25

diff --git a/ChangeLog b/ChangeLog
index d0c8d00..7ea0ad6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-09-26 Florian Franzmann <bwlf AT bandrate.org>
+ * shell-term-fm/toybox: new spell, basic CLI utilities in a single
+ executable
+
2021-09-23 Ismael Luceno <ismael AT sourcemage.org>
* python-pypi/python-charset-normalizer: new spell, Package for
encoding and language detection
diff --git a/crypto/openssh/DETAILS b/crypto/openssh/DETAILS
index 5637911..62ad043 100755
--- a/crypto/openssh/DETAILS
+++ b/crypto/openssh/DETAILS
@@ -1,6 +1,6 @@
SPELL=openssh
- VERSION=8.7p1
- SECURITY_PATCH=14
+ VERSION=8.8p1
+ SECURITY_PATCH=15
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/crypto/openssh/HISTORY b/crypto/openssh/HISTORY
index 7ec3f39..b829d3c 100644
--- a/crypto/openssh/HISTORY
+++ b/crypto/openssh/HISTORY
@@ -1,3 +1,6 @@
+2021-09-26 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 8.8p1
+
2029-09-23 Treeve Jelbert <treeve AT sourcemage.org>
* BUILD: fix for openssl-3

diff --git a/doc/source-highlight/BUILD b/doc/source-highlight/BUILD
new file mode 100755
index 0000000..e6fd0a7
--- /dev/null
+++ b/doc/source-highlight/BUILD
@@ -0,0 +1,2 @@
+CXXFLAGS+=" -std=c++11" &&
+default_build
diff --git a/doc/source-highlight/HISTORY b/doc/source-highlight/HISTORY
index 9c269d1..64bf7a3 100644
--- a/doc/source-highlight/HISTORY
+++ b/doc/source-highlight/HISTORY
@@ -1,3 +1,6 @@
+2021-09-26 Florian Franzmann <bwlf AT bandrate.org>
+ * BUILD: force C++ standard to C++11 to fix build error
+
2020-01-11 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 3.1.9

diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index b02fe31..f009dec 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,3 +1,6 @@
+2021-09-26 Florian Franzmann <bwlf AT bandrate.org>
+ * TRIGGERS: on cast jansson check self
+
2021-06-01 Florian Franzmann <bwlf AT bandrate.org>
* TRIGGERS: on cast imagemagick check self

diff --git a/editors/emacs/TRIGGERS b/editors/emacs/TRIGGERS
index 624acd7..e40a5b4 100755
--- a/editors/emacs/TRIGGERS
+++ b/editors/emacs/TRIGGERS
@@ -1 +1,2 @@
on_cast imagemagick check_self
+on_cast jansson check_self
diff --git a/graphics-libs/gegl/DETAILS b/graphics-libs/gegl/DETAILS
index 3bb751c..7c1722d 100755
--- a/graphics-libs/gegl/DETAILS
+++ b/graphics-libs/gegl/DETAILS
@@ -1,9 +1,8 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=gegl
- VERSION=0.4.30
- PATCHLEVEL=1
+ VERSION=0.4.32
SOURCE=$SPELL-$VERSION.tar.xz
-
SOURCE_HASH=sha512:73db2d18260ba061fbbc2adb3256ea9d5b822b57f5654cc3aefb59e7afeeb2e4f0fd7e95ac14603c0a549935df04d5744001089efb378511c914c68664dbd378
+
SOURCE_HASH=sha512:68da02b8df0a1d234063958896f3678ead62772e611bddb39a6f21ec58cc744599d0a691224c057f2da4d04f2ccfb155a545deea92e77c728dbaeeb90e68cad6
SOURCE_URL[0]=https://download.gimp.org/pub/$SPELL/${VERSION%.*}/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://gegl.org/
diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index a3106dc..9fdf140 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,3 +1,6 @@
+2021-09-26 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 0.4.32
+
2021-07-20 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: replaced exiv2 (deprecated) by gexiv2
made libpng and JPEG mandatory (upstream change)
diff --git a/graphics/gimp/DETAILS b/graphics/gimp/DETAILS
index 7184fe4..fbdf7b4 100755
--- a/graphics/gimp/DETAILS
+++ b/graphics/gimp/DETAILS
@@ -1,9 +1,9 @@
SPELL=gimp
#if [[ $GIMP_DEVEL == y ]]; then
#else
- VERSION=2.10.24
+ VERSION=2.10.28
SECURITY_PATCH=2
-
SOURCE_HASH=sha512:828350ad5c53b8409463c24693821d78a1940f18c221249ae7b864ad9db5cf01ab41d6ec5bbefd96115f0e91809ecdc61451d71881b56b07920c442f4a514936
+
SOURCE_HASH=sha512:587f6f46741672f0700fd642a5b779694d2d8bc8ad70e7677ccdbfc2266dc62203ed347d6aaffaa4b8e7d84a84a25f7d5a51507dfd64b21b4c05970856d3ab94
#fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index 131f662..c9c72e1 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,6 +1,9 @@
+2021-09-26 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 2.10.28
+
2021-04-02 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.10.24
- * DEPENDS: depend on pycairo if optional dependency on pygtk2 is enabled
+ * DEPENDS: depend on pycairo if optional dependency on pygtk2 is
enabled

2021-02-19 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 2.10.22 (un-break with current glib)
diff --git a/http/newsboat/DETAILS b/http/newsboat/DETAILS
index c6fdf2e..dafd33d 100755
--- a/http/newsboat/DETAILS
+++ b/http/newsboat/DETAILS
@@ -1,5 +1,5 @@
SPELL=newsboat
- VERSION=2.24
+ VERSION=2.25
SECURITY_PATCH=1
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE2=${SOURCE}.asc
diff --git a/http/newsboat/HISTORY b/http/newsboat/HISTORY
index c8aa538..e26c93e 100644
--- a/http/newsboat/HISTORY
+++ b/http/newsboat/HISTORY
@@ -1,3 +1,6 @@
+2021-09-26 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 2.25
+
2021-07-08 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.24

diff --git a/python-pypi/astroid/DETAILS b/python-pypi/astroid/DETAILS
index 8b85495..812b679 100755
--- a/python-pypi/astroid/DETAILS
+++ b/python-pypi/astroid/DETAILS
@@ -1,8 +1,8 @@
SPELL=astroid
- VERSION=2.7.3
+ VERSION=2.8.0
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]="http://pypi.python.org/packages/source/a/${SPELL}/${SOURCE}";
-
SOURCE_HASH=sha512:2a3d2df3cdd6013ae8cc874afc110270be453883464817d5174396d9605380b99ebb4658e44ae11f223407944c8a44b4633828eeecc4040e730d7efd70b9ea1d
+
SOURCE_HASH=sha512:46fa456aa634e5d1107f0b2c90460e84337a24007815a43f0fb2198f26c575c209bf754930b326b36c48e55aa20a472e52b66ab11c51b0e5e8bc45f8268576a8
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/PyCQA/astroid";
LICENSE[0]=LGPL
diff --git a/python-pypi/astroid/HISTORY b/python-pypi/astroid/HISTORY
index c9ce786..28f8e08 100644
--- a/python-pypi/astroid/HISTORY
+++ b/python-pypi/astroid/HISTORY
@@ -1,3 +1,6 @@
+2021-09-26 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 2.8.0
+
2021-09-04 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.7.3

diff --git a/shell-term-fm/toybox/BUILD b/shell-term-fm/toybox/BUILD
new file mode 100755
index 0000000..b068876
--- /dev/null
+++ b/shell-term-fm/toybox/BUILD
@@ -0,0 +1,3 @@
+LDFLAGS+=" --static" &&
+make defconfig &&
+default_build_make
diff --git a/shell-term-fm/toybox/DEPENDS b/shell-term-fm/toybox/DEPENDS
new file mode 100755
index 0000000..9eea587
--- /dev/null
+++ b/shell-term-fm/toybox/DEPENDS
@@ -0,0 +1 @@
+depends gcc
diff --git a/shell-term-fm/toybox/DETAILS b/shell-term-fm/toybox/DETAILS
new file mode 100755
index 0000000..641b4e6
--- /dev/null
+++ b/shell-term-fm/toybox/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=toybox
+ VERSION=0.8.5
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/landley/${SPELL}/archive/refs/tags/$VERSION.tar.gz
+
SOURCE_HASH=sha512:6dd77bafc0d6df4473a2e605aeb20f652afe724471265f4e2f1eeb49245a0250038e1ade9550376a10ce8cb31cc823083588d144bf8127eb2e143a7eec7cb473
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://landley.net/toybox/";
+ LICENSE[0]=PD
+ ENTERED=20210926
+ SHORT="essential command-line utilities in a single executable"
+cat << EOF
+Toybox combines common Linux command line utilities together into a
+single BSD-licensed executable that's simple, small, fast, reasonably
+standards-compliant, and powerful enough to turn Android into a development
+environment.
+EOF
diff --git a/shell-term-fm/toybox/HISTORY b/shell-term-fm/toybox/HISTORY
new file mode 100644
index 0000000..bf152a9
--- /dev/null
+++ b/shell-term-fm/toybox/HISTORY
@@ -0,0 +1,3 @@
+2021-09-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/shell-term-fm/toybox/INSTALL b/shell-term-fm/toybox/INSTALL
new file mode 100755
index 0000000..462a845
--- /dev/null
+++ b/shell-term-fm/toybox/INSTALL
@@ -0,0 +1 @@
+make PREFIX="$INSTALL_ROOT"/usr/libexec/toybox install_airlock



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (02c590d53643e6848fa1362b66cb15a337a94187), Florian Franzmann, 09/26/2021

Archive powered by MHonArc 2.6.24.

Top of Page