Bug 277033

Summary: security/lasso broke after security/xmlsec1: update to 1.3.2
Product: Ports & Packages Reporter: Dean E. Weimer <dweimer>
Component: Individual Port(s)Assignee: Muhammad Moinur Rahman <bofh>
Status: Closed FIXED    
Severity: Affects Some People CC: dweimer
Priority: --- Flags: bugzilla: maintainer-feedback? (bofh)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Poudriere Build Log none

Description Dean E. Weimer 2024-02-13 18:31:26 UTC
Created attachment 248442 [details]
Poudriere Build Log

Fails to build after security/xmlsec1: update to 1.3.2

lasso.c:273:41: error: use of undeclared identifier 'XMLSEC_CRYPTO'
        if (xmlSecCryptoDLLoadLibrary(BAD_CAST XMLSEC_CRYPTO) < 0) {


See Full Attached Poudriere Build Log
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-02-13 22:19:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8bb7615cb8505d854178f8f9090ccfe984085462

commit 8bb7615cb8505d854178f8f9090ccfe984085462
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-13 22:16:53 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-13 22:16:53 +0000

    security/lasso: Fix build with new xmlsec1

    The newest update to xmlsec1 broke this port as it used a deprecated
    functin of xmlsec1.

    PR:             277033
    Reported by:    dweimer@dweimer.net

 security/lasso/Makefile | 3 +++
 1 file changed, 3 insertions(+)