[Bug 285290] security/botan3 plist discrepancy

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 09 Mar 2025 16:28:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285290

            Bug ID: 285290
           Summary: security/botan3 plist discrepancy
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: fluffy@FreeBSD.org
          Reporter: vsasjason@gmail.com
          Assignee: fluffy@FreeBSD.org
             Flags: maintainer-feedback?(fluffy@FreeBSD.org)

$ grep -HR RDRAND botan*
botan2/pkg-plist:%%HAS_RDRAND_RNG%%include/botan-2/botan/rdrand_rng.h
botan2/Makefile:PLIST_SUB+=     HAS_RDRAND_RNG=""
botan2/Makefile:PLIST_SUB+=     HAS_RDRAND_RNG="@comment "
botan3/Makefile:PLIST_SUB+=     HAS_RDRAND_RNG=""
botan3/Makefile:PLIST_SUB+=     HAS_RDRAND_RNG="@comment "
$

But looks like botan3 doesn't provide rdrand_rng separately since Nov 6, 2020
[0], thus no need to keep respective PLIST_SUB.

[0]:
https://github.com/randombit/botan/commit/a55e4b22b6cbeeb30ca787d4ea4e3933ccccbdf1#diff-aedbd03a0aa536c25971d43219d8f6acd5ed2a3e82196d2e98f7e9a8b9021eee

-- 
You are receiving this mail because:
You are the assignee for the bug.