[Bug 286730] security/sudo-rs: fix build for 32-bit platforms, correct GH_tag

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 19 May 2025 09:02:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286730

Herbert J. Skuhra <herbert@gojira.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |herbert@gojira.at

--- Comment #2 from Herbert J. Skuhra <herbert@gojira.at> ---
1. Is DISTVERSIONSUFFIX (-man) really needed?
2. visudo seems to be broken:

# visudo 
The provided sudoers file format is not recognized or contains syntax errors.
Please review:

/tmp/sudoers-52i0cP/sudoers:73:2: syntax error: cannot open sudoers file
/tmp/sudoers-52i0cP/sudoers.d
@includedir sudoers.d
 ^~~~~~~~~~~~~~~~~~~~

What now? e(x)it without saving / (e)dit again:

I simply try to uncomment line #59:
# %wheel ALL=(ALL:ALL) ALL
=>
%wheel ALL=(ALL:ALL) ALL

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