Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (c28d6d6f2c59e8e70e4afa8e26ba654aadc1e634)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (c28d6d6f2c59e8e70e4afa8e26ba654aadc1e634)
  • Date: Sat, 2 Sep 2023 19:55:41 +0000

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

crypto/libxcrypt/CONFIGURE | 1 +
i18n/m17n-db/DETAILS | 4 ++--
i18n/m17n-db/HISTORY | 3 +++
i18n/m17n-lib/DETAILS | 4 ++--
i18n/m17n-lib/HISTORY | 3 +++
5 files changed, 11 insertions(+), 4 deletions(-)

New commits:
commit c28d6d6f2c59e8e70e4afa8e26ba654aadc1e634
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

crypto/libxcrypt: fix missing case in CONFIGURE

Add a missing case statement for the default case to OBSOLETE_APIS_OPT.

commit 3fb022c2dce5d02e03f9b15573a748bfe8453755
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

i18n/m17n-db: update to 1.8.3

Updated m17n-db to the latest stable release.

commit fd5334ae8c4222d6aefb2b8aeb9b3b8db7a66cb9
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

i18n/m17n-lib: update to 1.8.3

Updated m17n-lib to the latest stable release.

diff --git a/crypto/libxcrypt/CONFIGURE b/crypto/libxcrypt/CONFIGURE
index 3a7b408..7306e92 100755
--- a/crypto/libxcrypt/CONFIGURE
+++ b/crypto/libxcrypt/CONFIGURE
@@ -42,6 +42,7 @@ config_query_multi HASHES_OPT "Which hashes to enable?" \
case "$OBSOLETE_APIS_OPT" in
none) OBSOLETE_APIS=no ;;
all) OBSOLETE_APIS=yes ;;
+ *) OBSOLETE_APIS="$OBSOLETE_APIS_OPT" ;;
esac &&

HASHES="--enable-hashes=${HASHES_OPT// /,}" &&
diff --git a/i18n/m17n-db/DETAILS b/i18n/m17n-db/DETAILS
index 58da021..ac2e618 100755
--- a/i18n/m17n-db/DETAILS
+++ b/i18n/m17n-db/DETAILS
@@ -1,8 +1,8 @@
SPELL=m17n-db
- VERSION=1.8.0
+ VERSION=1.8.3
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]="http://download.savannah.gnu.org/releases/m17n/${SOURCE}";
-
SOURCE_HASH=sha512:b21abfdcb5eb42e71fbd5edd1a99eca4a05df14f5a57eac7cdd3dc657337bd143a419f4b3f3dd0b74b82c827ede4d3666dd213af9041593cef50118ee43898d5
+
SOURCE_HASH=sha512:de6d52fa62cc3a4dcbe64b8d1e39ea5217879c5b4b0380b39394a805e732d87f3594a6d438ea7165dddb2ebb476fdb39ca59cb91dc47979308438ef0a4306473
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.m17n.org/m17n-lib-en/";
LICENSE[0]=GPL
diff --git a/i18n/m17n-db/HISTORY b/i18n/m17n-db/HISTORY
index bf0351e..2e240e8 100644
--- a/i18n/m17n-db/HISTORY
+++ b/i18n/m17n-db/HISTORY
@@ -1,3 +1,6 @@
+2023-09-02 Justin Boffemmyer <flux AT sourcemage.org>
+ * DETAILS: updated to 1.8.3
+
2021-04-02 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.8.0

diff --git a/i18n/m17n-lib/DETAILS b/i18n/m17n-lib/DETAILS
index 1f7fb49..58b2988 100755
--- a/i18n/m17n-lib/DETAILS
+++ b/i18n/m17n-lib/DETAILS
@@ -1,8 +1,8 @@
SPELL=m17n-lib
- VERSION=1.8.0
+ VERSION=1.8.3
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://download.savannah.gnu.org/releases/m17n/${SOURCE}
-
SOURCE_HASH=sha512:8aba862888393232172c03cdf52531e29ea969c4327e6f69879ecf7438eafee32782f509ec292b3e1b7cd3202e2764984d7a59e85cdb87a7c8bfcbac5b0ee6fd
+
SOURCE_HASH="sha512:3f162fded40b3c84fc112c265ebda7a11cf8c4010ec3506a3b20c5f014210914068d47e5338862e86e4d978ef89c6d09938ecf92b0e71a95f29a5f3681dd28b6"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.m17n.org/m17n-lib-en/";
LICENSE[0]=GPL
diff --git a/i18n/m17n-lib/HISTORY b/i18n/m17n-lib/HISTORY
index 71adecd..2c4be51 100644
--- a/i18n/m17n-lib/HISTORY
+++ b/i18n/m17n-lib/HISTORY
@@ -1,3 +1,6 @@
+2023-09-03 Justin Boffemmyer <flux AT sourcemage.org>
+ * DETAILS: updated to 1.8.3
+
2021-04-02 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.8.0




  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (c28d6d6f2c59e8e70e4afa8e26ba654aadc1e634), Justin Boffemmyer, 09/02/2023

Archive powered by MHonArc 2.6.24.

Top of Page