pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   manu
Date:           Tue Oct 17 16:10:17 UTC 2023

Modified Files:
        pkgsrc/doc: CHANGES-2023
        pkgsrc/security/crudesaml: Makefile.common distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5928 -r1.5929 pkgsrc/doc/CHANGES-2023
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/crudesaml/Makefile.common
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/crudesaml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2023
diff -u pkgsrc/doc/CHANGES-2023:1.5928 pkgsrc/doc/CHANGES-2023:1.5929
--- pkgsrc/doc/CHANGES-2023:1.5928      Tue Oct 17 16:03:48 2023
+++ pkgsrc/doc/CHANGES-2023     Tue Oct 17 16:10:16 2023
@@ -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 @@ Changes to the packages collection and i
        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]

Index: pkgsrc/security/crudesaml/Makefile.common
diff -u pkgsrc/security/crudesaml/Makefile.common:1.14 pkgsrc/security/crudesaml/Makefile.common:1.15
--- pkgsrc/security/crudesaml/Makefile.common:1.14      Tue Jun  8 07:38:18 2021
+++ pkgsrc/security/crudesaml/Makefile.common   Tue Oct 17 16:10:17 2023
@@ -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/
 

Index: pkgsrc/security/crudesaml/distinfo
diff -u pkgsrc/security/crudesaml/distinfo:1.12 pkgsrc/security/crudesaml/distinfo:1.13
--- pkgsrc/security/crudesaml/distinfo:1.12     Tue Oct 26 11:17:02 2021
+++ pkgsrc/security/crudesaml/distinfo  Tue Oct 17 16:10:17 2023
@@ -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
-SHA512 (crudesaml-1.10.tar.gz) = d57a450e00908d91563b26ac847de617a973083d5a66756bd20ffd3aaccd997ecfd2c48dd72425ea0d60014f0681357ce00b0715cd7bb7a4aeecf1a5e869d3c7
-Size (crudesaml-1.10.tar.gz) = 187238 bytes
+BLAKE2s (crudesaml-1.11.tar.gz) = 3692e713785ddfa07857c27bedd21e0db892bf0173c62042c4871167c76ef61c
+SHA512 (crudesaml-1.11.tar.gz) = 0a87ed1fc27d65883d40fa7cfc0a0beaccc13d7b238252f9b8d985c0b50c9816018f7ac8f635d2427498d7c5d9908773acf48f05d4ee40c0d20609bd5e6ea9ce
+Size (crudesaml-1.11.tar.gz) = 349029 bytes



Home | Main Index | Thread Index | Old Index