Tue Oct 17 16:10:17 2023 UTC ()
Updated security/crudesaml to 1.11

This release works around a memory management problem in libgobject that
caused the process to crash in liblasso after pam_saml.so had been
unloaded and reloaded.

The fix is to link pam_saml.so with -z nodelete so that it is never
unloaded. A configure test checks that this option does not choke
a non GNU loader, and avoids using it if it does.


(manu)
diff -r1.5928 -r1.5929 pkgsrc/doc/CHANGES-2023
diff -r1.14 -r1.15 pkgsrc/security/crudesaml/Makefile.common
diff -r1.12 -r1.13 pkgsrc/security/crudesaml/distinfo

cvs diff -r1.5928 -r1.5929 pkgsrc/doc/CHANGES-2023 (expand / switch to context diff)
--- pkgsrc/doc/CHANGES-2023 2023/10/17 16:03:48 1.5928
+++ pkgsrc/doc/CHANGES-2023 2023/10/17 16:10:16 1.5929
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2023,v 1.5928 2023/10/17 16:03:48 gutteridge Exp $
+$NetBSD: CHANGES-2023,v 1.5929 2023/10/17 16:10:16 manu Exp $
 
 Changes to the packages collection and infrastructure in 2023:
 
@@ -8733,3 +8733,4 @@
 	Updated mail/roundcube-plugin-password to 1.6.4 [taca 2023-10-17]
 	Updated mail/roundcube-plugin-zipdownload to 1.6.4 [taca 2023-10-17]
 	Updated textproc/py-cmudict to 1.0.15 [gutteridge 2023-10-17]
+	Updated security/crudesaml to 1.11 [manu 2023-10-17]

cvs diff -r1.14 -r1.15 pkgsrc/security/crudesaml/Makefile.common (expand / switch to context diff)
--- pkgsrc/security/crudesaml/Makefile.common 2021/06/08 07:38:18 1.14
+++ pkgsrc/security/crudesaml/Makefile.common 2023/10/17 16:10:17 1.15
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.14 2021/06/08 07:38:18 manu Exp $
+# $NetBSD: Makefile.common,v 1.15 2023/10/17 16:10:17 manu Exp $
 #
 # used by security/cy2-saml/Makefile
 # used by security/pam-saml/Makefile
 
-DISTNAME=	crudesaml-1.10
+DISTNAME=	crudesaml-1.11
 CATEGORIES=	security
 MASTER_SITES=	https://ftp.espci.fr/pub/crudesaml/
 

cvs diff -r1.12 -r1.13 pkgsrc/security/crudesaml/distinfo (expand / switch to context diff)
--- pkgsrc/security/crudesaml/distinfo 2021/10/26 11:17:02 1.12
+++ pkgsrc/security/crudesaml/distinfo 2023/10/17 16:10:17 1.13
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:17:02 nia Exp $
+$NetBSD: distinfo,v 1.13 2023/10/17 16:10:17 manu Exp $
 
-BLAKE2s (crudesaml-1.10.tar.gz) = 898031fcf8f3cddec1001d3b52b8401f71245f29207f85ce7c3adb53b98d37d1
+BLAKE2s (crudesaml-1.11.tar.gz) = 3692e713785ddfa07857c27bedd21e0db892bf0173c62042c4871167c76ef61c
-SHA512 (crudesaml-1.10.tar.gz) = d57a450e00908d91563b26ac847de617a973083d5a66756bd20ffd3aaccd997ecfd2c48dd72425ea0d60014f0681357ce00b0715cd7bb7a4aeecf1a5e869d3c7
+SHA512 (crudesaml-1.11.tar.gz) = 0a87ed1fc27d65883d40fa7cfc0a0beaccc13d7b238252f9b8d985c0b50c9816018f7ac8f635d2427498d7c5d9908773acf48f05d4ee40c0d20609bd5e6ea9ce
-Size (crudesaml-1.10.tar.gz) = 187238 bytes
+Size (crudesaml-1.11.tar.gz) = 349029 bytes