Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (64e2ac23d6ed9e2e3289ca4ab1eebaa72db0d2db)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (64e2ac23d6ed9e2e3289ca4ab1eebaa72db0d2db)
  • Date: Mon, 10 Jun 2024 18:23:42 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

crypto/cryptsetup-luks/DETAILS | 4 ++--
crypto/cryptsetup-luks/HISTORY | 3 +++
utils/procps-ng/BUILD | 1 +
utils/procps-ng/DETAILS | 1 +
utils/procps-ng/HISTORY | 4 ++++
5 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit 64e2ac23d6ed9e2e3289ca4ab1eebaa72db0d2db
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

procps-ng: Install binaries to / instead of /usr, PATCHLEVEL++

commit a9f7035930bd071a4da55c4d307a82d2e0d26239
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cryptsetup-luks 2.7.2

diff --git a/crypto/cryptsetup-luks/DETAILS b/crypto/cryptsetup-luks/DETAILS
index 62409dd..6b3931f 100755
--- a/crypto/cryptsetup-luks/DETAILS
+++ b/crypto/cryptsetup-luks/DETAILS
@@ -1,6 +1,6 @@
SPELL=cryptsetup-luks
- VERSION=2.6.1
-
SOURCE_HASH=sha512:0cbddbf33cbac2b834ed7e2dd47a9fc787131031a1c729f373f5c974600a838097e9cc0555f13719fc79c384a2a34b404f94ba4cc2f35f0bb1d70aef2233fd18
+ VERSION=2.7.2
+
SOURCE_HASH=sha512:06f42f443b91d1f8af8af999dfedd4051ecb12ba5ef291cf2b44b6a5676e2c5cf1e686e19687f5cb6b1fd524dfc1a208cd25a3798367a480d80eac954aa8d6d4
BRANCH=v$(echo $VERSION | cut -f 1 -d .).$(echo $VERSION | cut -f
2 -d .)
SOURCE_DIRECTORY=$BUILD_DIRECTORY/cryptsetup-$VERSION
SOURCE=cryptsetup-$VERSION.tar.xz
diff --git a/crypto/cryptsetup-luks/HISTORY b/crypto/cryptsetup-luks/HISTORY
index 36d482a..e39e560 100644
--- a/crypto/cryptsetup-luks/HISTORY
+++ b/crypto/cryptsetup-luks/HISTORY
@@ -1,3 +1,6 @@
+2024-06-09 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.7.2
+
2023-06-24 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.6.1

diff --git a/utils/procps-ng/BUILD b/utils/procps-ng/BUILD
index f0674c8..ac27b6c 100755
--- a/utils/procps-ng/BUILD
+++ b/utils/procps-ng/BUILD
@@ -7,6 +7,7 @@ if spell_ok "simpleinit-msb"; then
OPTS+=" --disable-pidof"
fi &&

+OPTS+=" --bindir=$INSTALL_ROOT/bin --sbindir=$INSTALL_ROOT/sbin" &&
if is_depends_enabled $SPELL systemd; then
LDFLAGS="$LDFLAGS -lsystemd" default_build
else
diff --git a/utils/procps-ng/DETAILS b/utils/procps-ng/DETAILS
index c98fadf..e78ba7d 100755
--- a/utils/procps-ng/DETAILS
+++ b/utils/procps-ng/DETAILS
@@ -1,5 +1,6 @@
SPELL=procps-ng
VERSION=4.0.4
+ PATCHLEVEL=1

SOURCE_HASH=sha512:94375544e2422fefc23d7634063c49ef1be62394c46039444f85e6d2e87e45cfadc33accba5ca43c96897b4295bfb0f88d55a30204598ddb26ef66f0420cefb4
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/utils/procps-ng/HISTORY b/utils/procps-ng/HISTORY
index e6ca743..f4d90e0 100644
--- a/utils/procps-ng/HISTORY
+++ b/utils/procps-ng/HISTORY
@@ -1,3 +1,7 @@
+2024-06-10 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * BUILD: Install binaries to / instead of /usr
+
2024-05-02 Conner Clere <xenanthropy AT sourcemage.org>
* BUILD: fix build with systemd enabled



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (64e2ac23d6ed9e2e3289ca4ab1eebaa72db0d2db), Ismael Luceno, 06/10/2024

Archive powered by MHonArc 2.6.24.

Top of Page