pkgsrc-Bugs archive

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

PR/59536 CVS commit: pkgsrc/security/lasso



The following reply was made to PR pkg/59536; it has been noted by GNATS.

From: "Thomas Klausner" <wiz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59536 CVS commit: pkgsrc/security/lasso
Date: Mon, 21 Jul 2025 08:57:21 +0000

 Module Name:	pkgsrc
 Committed By:	wiz
 Date:		Mon Jul 21 08:57:21 UTC 2025
 
 Modified Files:
 	pkgsrc/security/lasso: Makefile Makefile.common PLIST buildlink3.mk
 	    distinfo
 
 Log Message:
 lasso: update to 2.8.2.
 
 Requested in PR 59536.
 
 2.8.2 - March 14th 2023
 -----------------------
 
 - Compatibility with EVP API of openssl 1.x, thanks to Maxime Besson from
   Worteks.
 
 2.8.1 - February 28th 2023
 --------------------------
 
 - Major overhaul of OpenSSL API usage by using only the EVP API as the low
   level API (RSA*, HMAC*) is deprecated.
 - Fix wrong parsing of Count attribute on saml:ProxyRestriction, thanks to
   Maxime Besson from Worteks.
 - Perl: pass LDFLAGS to Makefile.PL
 - Replace use of deprecated xmlSecBase64Decode by xmlSecBase64Decode_ex
 - Fix overwrite of profile.signature_status in lasso_saml20_login_process_response_status_and_assertion
 - Fix lot of GCC warnings
 
 2.8.0 - March 15th 2022
 -----------------------
 
 22 commits, 585 files changed, 2448 insertions, 69478 deletions
 
 * Removal of all win32 and ID-WSF related source code obsoleted a long time ago
 * Improve choice of signature method and of allowed signature method (by Jakub
 * Hrozek <jhrozek%redhat.com@localhost>), it's now possible to completely forbid SHA1 for
   example
 * Change default RSA encryption padding to OAEP
 * Fix: HMAC signature other than SHA1 (jhrozek%redhat.com@localhost)
 * Fix: prevent multiple OneTimeUse elements
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.65 -r1.66 pkgsrc/security/lasso/Makefile
 cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/lasso/Makefile.common
 cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/lasso/PLIST
 cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/lasso/buildlink3.mk
 cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/lasso/distinfo
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index