Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0bcb01ae8c886d48417128241235d2de7d8cbd9d)
  • Date: Sat, 16 Jul 2022 17:34:28 +0000

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

crypto/cryptmount/DETAILS | 2 +-
crypto/cryptmount/HISTORY | 4 ++++
crypto/cryptmount/PRE_BUILD | 3 +++
libs/libcap/DETAILS | 4 ++--
libs/libcap/HISTORY | 3 +++
mail/mutt/DETAILS | 2 +-
mail/mutt/HISTORY | 3 +++
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
9 files changed, 21 insertions(+), 5 deletions(-)

New commits:
commit 0bcb01ae8c886d48417128241235d2de7d8cbd9d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wine 7.13 (devel)

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

mutt 2.2.6

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

libcap 2.64

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

cryptmount: Fix build against musl

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

cryptmount 5.3.2

diff --git a/crypto/cryptmount/DETAILS b/crypto/cryptmount/DETAILS
index c3d659a..0e54996 100755
--- a/crypto/cryptmount/DETAILS
+++ b/crypto/cryptmount/DETAILS
@@ -1,5 +1,5 @@
SPELL=cryptmount
- VERSION=4.0
+ VERSION=5.3.2
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE2=$SOURCE.sig

SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
diff --git a/crypto/cryptmount/HISTORY b/crypto/cryptmount/HISTORY
index 8425402..bb1838f 100644
--- a/crypto/cryptmount/HISTORY
+++ b/crypto/cryptmount/HISTORY
@@ -1,3 +1,7 @@
+2022-07-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 5.3.2
+ * PRE_BUILD: Fixed build against musl
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/crypto/cryptmount/PRE_BUILD b/crypto/cryptmount/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/crypto/cryptmount/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/libs/libcap/DETAILS b/libs/libcap/DETAILS
index df46a6b..3df589e 100755
--- a/libs/libcap/DETAILS
+++ b/libs/libcap/DETAILS
@@ -1,7 +1,7 @@
SPELL=libcap
- VERSION=2.49
+ VERSION=2.64
SOURCE=$SPELL-$VERSION.tar.xz
-
SOURCE_HASH=sha512:2934a2ded1370edeb9603dbf43d8ca23a2eb5d67efc5cec5d4ba96c707a8db2702da8aa9be0cb86c5ff100d37ec96115c7777a7566ad0ab2e0b4a288bbe357d0
+
SOURCE_HASH=sha512:3c5cf478cef249585ee1a0dfd75c6b41b0daf4e1ecb59dce894eac5523841aa79ca499be4161f73193dd8e7363edcd51063f3e281930cee939ebd50983eecbaf
# SOURCE2=$SOURCE.sign

SOURCE_URL[0]=https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/$SOURCE
# SOURCE2_URL[0]=$SOURCE_URL.sign
diff --git a/libs/libcap/HISTORY b/libs/libcap/HISTORY
index bf09da4..fb4dd6a 100644
--- a/libs/libcap/HISTORY
+++ b/libs/libcap/HISTORY
@@ -1,3 +1,6 @@
+2022-07-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.64
+
2010-03-20 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.49

diff --git a/mail/mutt/DETAILS b/mail/mutt/DETAILS
index b3fe74f..8de54ff 100755
--- a/mail/mutt/DETAILS
+++ b/mail/mutt/DETAILS
@@ -12,7 +12,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-scm
;;
*)
- VERSION=2.2.3
+ VERSION=2.2.6
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.asc
SOURCE_URL[0]=ftp://ftp.mutt.org/pub/mutt/${SOURCE}
diff --git a/mail/mutt/HISTORY b/mail/mutt/HISTORY
index c223d92..2c625bf 100644
--- a/mail/mutt/HISTORY
+++ b/mail/mutt/HISTORY
@@ -1,3 +1,6 @@
+2022-07-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.2.6
+
2022-05-21 Ismael Luceno <ismael AT sourcemage.org>
* CONFIGURE: added debugging support option

diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 45f3ea9..687ae05 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=wine
case "$WINE_BRANCH" in
-(devel) VERSION=7.12;;
+(devel) VERSION=7.13;;
(stable) VERSION=7.0 PATCHLEVEL=1;;
esac; case "$WINE_BRANCH" in
(scm)
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 1653677..d1845e3 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2022-07-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated WINE_BRANCH=devel to 7.13
+
2022-07-02 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated WINE_BRANCH=devel to 7.12




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0bcb01ae8c886d48417128241235d2de7d8cbd9d), Ismael Luceno, 07/16/2022

Archive powered by MHonArc 2.6.24.

Top of Page