Bug 277033 - security/lasso broke after security/xmlsec1: update to 1.3.2
Summary: security/lasso broke after security/xmlsec1: update to 1.3.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-13 18:31 UTC by Dean E. Weimer
Modified: 2024-02-13 22:19 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (bofh)


Attachments
Poudriere Build Log (412.47 KB, text/plain)
2024-02-13 18:31 UTC, Dean E. Weimer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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(+)