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 unified 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,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2023,v 1.5928 2023/10/17 16:03:48 gutteridge Exp $ 1$NetBSD: CHANGES-2023,v 1.5929 2023/10/17 16:10:16 manu Exp $
2 2
3Changes to the packages collection and infrastructure in 2023: 3Changes to the packages collection and infrastructure in 2023:
4 4
5 Updated devel/R-cli to 3.5.0 [mef 2023-01-01] 5 Updated devel/R-cli to 3.5.0 [mef 2023-01-01]
6 Updated devel/R-purrr to 1.0.0 [mef 2023-01-01] 6 Updated devel/R-purrr to 1.0.0 [mef 2023-01-01]
7 Updated www/R-webfakes to 1.1.6 [mef 2023-01-01] 7 Updated www/R-webfakes to 1.1.6 [mef 2023-01-01]
8 Updated devel/R-pkgcache to 2.0.4 [mef 2023-01-01] 8 Updated devel/R-pkgcache to 2.0.4 [mef 2023-01-01]
9 Updated devel/R-repr to 1.1.4 [mef 2023-01-01] 9 Updated devel/R-repr to 1.1.4 [mef 2023-01-01]
10 Updated databases/R-dbplyr to 2.2.1 [mef 2023-01-01] 10 Updated databases/R-dbplyr to 2.2.1 [mef 2023-01-01]
11 Updated archivers/R-zip to 2.2.2 [mef 2023-01-01] 11 Updated archivers/R-zip to 2.2.2 [mef 2023-01-01]
12 Updated misc/R-pillar to 1.8.1 [mef 2023-01-01] 12 Updated misc/R-pillar to 1.8.1 [mef 2023-01-01]
13 Updated math/R-tibble to 3.1.8 [mef 2023-01-01] 13 Updated math/R-tibble to 3.1.8 [mef 2023-01-01]
14 Updated databases/R-RSQLite to 2.2.20 [mef 2023-01-01] 14 Updated databases/R-RSQLite to 2.2.20 [mef 2023-01-01]
@@ -8723,13 +8723,14 @@ Changes to the packages collection and i @@ -8723,13 +8723,14 @@ Changes to the packages collection and i
8723 Updated devel/goredo to 2.2.0 [schmonz 2023-10-16] 8723 Updated devel/goredo to 2.2.0 [schmonz 2023-10-16]
8724 Updated x11/xfce4-terminal to 1.1.1 [gutteridge 2023-10-16] 8724 Updated x11/xfce4-terminal to 1.1.1 [gutteridge 2023-10-16]
8725 Updated meta-pkgs/xfce4 to 4.18.1nb1 [gutteridge 2023-10-16] 8725 Updated meta-pkgs/xfce4 to 4.18.1nb1 [gutteridge 2023-10-16]
8726 Updated devel/libatomic to 13.2.0 [gutteridge 2023-10-17] 8726 Updated devel/libatomic to 13.2.0 [gutteridge 2023-10-17]
8727 Updated shells/oh-my-posh to 18.14.0 [pin 2023-10-17] 8727 Updated shells/oh-my-posh to 18.14.0 [pin 2023-10-17]
8728 Updated devel/cargo-modules to 0.10.0 [pin 2023-10-17] 8728 Updated devel/cargo-modules to 0.10.0 [pin 2023-10-17]
8729 Removed sysutils/xenkernel413 [bouyer 2023-10-17] 8729 Removed sysutils/xenkernel413 [bouyer 2023-10-17]
8730 Removed sysutils/xentools413 [bouyer 2023-10-17] 8730 Removed sysutils/xentools413 [bouyer 2023-10-17]
8731 Updated mail/roundcube to 1.6.4 [taca 2023-10-17] 8731 Updated mail/roundcube to 1.6.4 [taca 2023-10-17]
8732 Updated mail/roundcube-plugin-enigma to 1.6.4 [taca 2023-10-17] 8732 Updated mail/roundcube-plugin-enigma to 1.6.4 [taca 2023-10-17]
8733 Updated mail/roundcube-plugin-password to 1.6.4 [taca 2023-10-17] 8733 Updated mail/roundcube-plugin-password to 1.6.4 [taca 2023-10-17]
8734 Updated mail/roundcube-plugin-zipdownload to 1.6.4 [taca 2023-10-17] 8734 Updated mail/roundcube-plugin-zipdownload to 1.6.4 [taca 2023-10-17]
8735 Updated textproc/py-cmudict to 1.0.15 [gutteridge 2023-10-17] 8735 Updated textproc/py-cmudict to 1.0.15 [gutteridge 2023-10-17]
 8736 Updated security/crudesaml to 1.11 [manu 2023-10-17]

cvs diff -r1.14 -r1.15 pkgsrc/security/crudesaml/Makefile.common (expand / switch to unified 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,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile.common,v 1.14 2021/06/08 07:38:18 manu Exp $ 1# $NetBSD: Makefile.common,v 1.15 2023/10/17 16:10:17 manu Exp $
2# 2#
3# used by security/cy2-saml/Makefile 3# used by security/cy2-saml/Makefile
4# used by security/pam-saml/Makefile 4# used by security/pam-saml/Makefile
5 5
6DISTNAME= crudesaml-1.10 6DISTNAME= crudesaml-1.11
7CATEGORIES= security 7CATEGORIES= security
8MASTER_SITES= https://ftp.espci.fr/pub/crudesaml/ 8MASTER_SITES= https://ftp.espci.fr/pub/crudesaml/
9 9
10MAINTAINER= manu@NetBSD.org 10MAINTAINER= manu@NetBSD.org
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15USE_LANGUAGES+= c 15USE_LANGUAGES+= c
16 16
17DISTINFO_FILE= ${.CURDIR}/../../security/crudesaml/distinfo 17DISTINFO_FILE= ${.CURDIR}/../../security/crudesaml/distinfo
18PATCHDIR= ${.CURDIR}/../../security/crudesaml/patches 18PATCHDIR= ${.CURDIR}/../../security/crudesaml/patches
19 19

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