Skip to Content.
Sympa Menu

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

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 (857735caec11717529de1c5f93ce253fedd5bb63)
  • Date: Mon, 16 Oct 2023 14:59:39 +0000

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

archive-libs/libarchive/DETAILS | 8 ++++----
archive-libs/libarchive/HISTORY | 4 ++++
devel/nodejs/HISTORY | 3 +++
devel/nodejs/PRE_BUILD | 1 +
python-pypi/borgbackup/HISTORY | 4 ++++
python-pypi/borgbackup/INSTALL | 5 -----
python-pypi/borgbackup/PRE_BUILD | 4 +++-
python-pypi/wheel/DETAILS | 4 ++--
python-pypi/wheel/HISTORY | 3 +++
9 files changed, 24 insertions(+), 12 deletions(-)

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

nodejs - fix build with python-3.12

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

borgbackup - tweak

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

wheel: => 0.41.2

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

libarchive: => 3.7.2 SECURITY FIX

diff --git a/archive-libs/libarchive/DETAILS b/archive-libs/libarchive/DETAILS
index 9d600fb..d60b14d 100755
--- a/archive-libs/libarchive/DETAILS
+++ b/archive-libs/libarchive/DETAILS
@@ -1,11 +1,11 @@
SPELL=libarchive
- VERSION=3.6.2
- SECURITY_PATCH=10
+ VERSION=3.7.2
+ SECURITY_PATCH=11
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://www.libarchive.org
+ WEB_SITE=https://www.libarchive.org

SOURCE_URL[0]=https://github.com/libarchive/libarchive/releases/download/v${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:24e476465054a29a2d48adf3c197a171b5361fa5038729a1f14d578c6701424de4e5dd6a2b20a6b697969ab43bdd8afc1585f8de0465c266f455d7eaa19e5048
+
SOURCE_HASH=sha512:1af253203df3014d1fbf3e99ebdc7aa2a3f036c7c2606d0f0550c49973b0fff99ee7262f4a6e20090c0806c40e964731334360daa3b718bde40108183eacc8a1
ENTERED=20080629
LICENSE[0]=BSD
KEYWORDS="archive"
diff --git a/archive-libs/libarchive/HISTORY b/archive-libs/libarchive/HISTORY
index 3490bc0..088b5d7 100644
--- a/archive-libs/libarchive/HISTORY
+++ b/archive-libs/libarchive/HISTORY
@@ -1,3 +1,7 @@
+2023-10-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.7.2
+ SECURITY_PATCH++ fixes PAX
+
2022-12-10 Pavel Vinogradov <public AT sourcemage.org>
* DEPEDS: added optional libiconv

diff --git a/devel/nodejs/HISTORY b/devel/nodejs/HISTORY
index 8f976bb..1c065a1 100644
--- a/devel/nodejs/HISTORY
+++ b/devel/nodejs/HISTORY
@@ -1,3 +1,6 @@
+2023-10-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: fix for python 3.12
+
2023-10-15 Pavel Vinogradov <public AT sorcemage.org>
* DETAILS: version 20.8.1, SECURITY_PATCH++

diff --git a/devel/nodejs/PRE_BUILD b/devel/nodejs/PRE_BUILD
index c230ad1..e9d3d06 100755
--- a/devel/nodejs/PRE_BUILD
+++ b/devel/nodejs/PRE_BUILD
@@ -1,3 +1,4 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
+sed -i '/acceptable_pythons/s/))/),(3 ,12))/' configure &&
apply_patch_dir patches
diff --git a/python-pypi/borgbackup/HISTORY b/python-pypi/borgbackup/HISTORY
index 6d0b8a8..0b3dfeb 100644
--- a/python-pypi/borgbackup/HISTORY
+++ b/python-pypi/borgbackup/HISTORY
@@ -1,3 +1,7 @@
+2023-10-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: allow msgpack 1.0.7
+ * INSTAILL: not needed
+
2023-09-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.6

diff --git a/python-pypi/borgbackup/INSTALL b/python-pypi/borgbackup/INSTALL
deleted file mode 100755
index 35e4bdd..0000000
--- a/python-pypi/borgbackup/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-default_install &&
-# some versions of setuptools fail, so install the wrapper script
-DEST=$INSTALL_ROOT/usr/bin &&
-mkdir -p $DEST &&
-cp $SPELL_DIRECTORY/borg $DEST
diff --git a/python-pypi/borgbackup/PRE_BUILD
b/python-pypi/borgbackup/PRE_BUILD
index 1488855..fe15ebb 100755
--- a/python-pypi/borgbackup/PRE_BUILD
+++ b/python-pypi/borgbackup/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build
cd $SOURCE_DIRECTORY &&
-
+# allow latest msgpack
+sed -i "/msgpack/s/1, 0, 5/1, 0, 7/" pyproject.toml
src/borg/helpers/msgpack.py &&
+sed -i "/msgpack/s/1.0.5/1.0.7/" setup.py &&
sed -i 's/_scm//' setup.py
diff --git a/python-pypi/wheel/DETAILS b/python-pypi/wheel/DETAILS
index 55708c6..fd853e6 100755
--- a/python-pypi/wheel/DETAILS
+++ b/python-pypi/wheel/DETAILS
@@ -1,6 +1,6 @@
SPELL=wheel
- VERSION=0.37.0
-
SOURCE_HASH=sha512:3e0eda4284787ae00155d48a0ba13e62131143dbe53a982b783235c3ad62a203e9527c6c812361a39cad6b5e4527e85f2255ff7c9b94c476304c8c0d776887ea
+ VERSION=0.41.2
+
SOURCE_HASH=sha512:46632c2e61f286d33609bc7f954da86c537e4c70b30cb57e79ae8fd5e4422f4fb46dcf2434361d3c6b45b9e5adc6cbf33daa1cd2fc40f31a393162c97ed38356
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://pypi.io/packages/source/w/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/wheel/HISTORY b/python-pypi/wheel/HISTORY
index 94600a2..7b07c94 100644
--- a/python-pypi/wheel/HISTORY
+++ b/python-pypi/wheel/HISTORY
@@ -1,3 +1,6 @@
+2023-10-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.41.2
+
2021-09-16 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, DEPENDS, DETAILS: created




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (857735caec11717529de1c5f93ce253fedd5bb63), Treeve Jelbert, 10/16/2023

Archive powered by MHonArc 2.6.24.

Top of Page