Skip to Content.
Sympa Menu

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

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 (07ac649b1d3faa625bb10f39f7f235a04dfbd229)
  • Date: Mon, 22 Jan 2024 12:03:53 +0000

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

crypto/krb5/DETAILS | 4 ++--
crypto/krb5/HISTORY | 5 +++++
crypto/krb5/TRIGGERS | 5 -----
crypto/libsasl/DEPENDS | 3 ++-
crypto/libsasl/HISTORY | 3 +++
5 files changed, 12 insertions(+), 8 deletions(-)

New commits:
commit 07ac649b1d3faa625bb10f39f7f235a04dfbd229
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libsasl - tweak depends

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

krb5: => 1.21.2 SECURITY FIX

diff --git a/crypto/krb5/DETAILS b/crypto/krb5/DETAILS
index 4d5ec24..ec4b003 100755
--- a/crypto/krb5/DETAILS
+++ b/crypto/krb5/DETAILS
@@ -1,6 +1,6 @@
SPELL=krb5
- VERSION=1.20
- SECURITY_PATCH=19
+ VERSION=1.21.2
+ SECURITY_PATCH=20
VX=${VERSION%.?}
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/crypto/krb5/HISTORY b/crypto/krb5/HISTORY
index a66f6ad..55285d5 100644
--- a/crypto/krb5/HISTORY
+++ b/crypto/krb5/HISTORY
@@ -1,3 +1,8 @@
+2024-01-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.21.2
+ SECURITY_PATCH++ fixes CVE-2023-39975 CVE-2023-36054
+ * TRIGGERS: delete obsolete file
+
2022-07-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.20

diff --git a/crypto/krb5/TRIGGERS b/crypto/krb5/TRIGGERS
deleted file mode 100755
index 991c592..0000000
--- a/crypto/krb5/TRIGGERS
+++ /dev/null
@@ -1,5 +0,0 @@
-for i in $(grep $SPELL $DEPENDS_STATUS);
-do if [ "$(echo $i | cut -d: -f1)" = "$SPELL" ] && [ "$(echo $i | cut -d:
-f2)" == "linux-pam" ] && [ "$(echo $i | cut -d: -f3 )" = "on" ] ;
- then on_cast linux-pam cast_self
- fi
-done
diff --git a/crypto/libsasl/DEPENDS b/crypto/libsasl/DEPENDS
index d36db6e..145c169 100755
--- a/crypto/libsasl/DEPENDS
+++ b/crypto/libsasl/DEPENDS
@@ -4,4 +4,5 @@ depends groff &&
optional_depends krb5 '' '--disable-gssap' 'Kerberos support' &&
optional_depends linux-pam '' '--without-pam' 'PAM support' &&
optional_depends openldap '' '--without-ldap' 'LDAP support' &&
-optional_depends SSL '' '--with-openssl' 'SSL support'
+optional_depends SSL '' '--with-openssl' 'SSL support' &&
+optional_depends libxcrypt '' '' 'crypto support'
diff --git a/crypto/libsasl/HISTORY b/crypto/libsasl/HISTORY
index b8f591c..c93fc77 100644
--- a/crypto/libsasl/HISTORY
+++ b/crypto/libsasl/HISTORY
@@ -1,3 +1,6 @@
+2024-01-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add libxcrypt
+
2022-03-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.1.28
* cyrus.gpg: add Quanah Gibson-Mount <quanah AT fast-mail.org>



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (07ac649b1d3faa625bb10f39f7f235a04dfbd229), Treeve Jelbert, 01/22/2024

Archive powered by MHonArc 2.6.24.

Top of Page