Bug 2165891

Summary: rsh: C99 compatibility fixes
Product: [Fedora] Fedora Reporter: Nikita Popov <npopov>
Component: rshAssignee: Nikita Popov <npopov>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: fweimer, luhliari, mruprich, msekleta, vonsch
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rsh-0.17-107.fc40 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-01-31 13:11:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2141798    
Attachments:
Description Flags
Patch to configure script
none
netkit-rsh-0.17-c99-2.patch none

Description Nikita Popov 2023-01-31 11:39:35 UTC
Created attachment 1941269 [details]
Patch to configure script

The configure script is missing an #include <crypt.h>.

Filing this here because upstream is dead (we're using a >20 year old release).

Comment 1 Fedora Update System 2023-01-31 13:18:46 UTC
FEDORA-2023-e2897e5f2f has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-e2897e5f2f

Comment 2 Fedora Update System 2023-01-31 13:21:16 UTC
FEDORA-2023-e2897e5f2f has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 3 Florian Weimer 2023-12-21 10:17:00 UTC
Created attachment 2005260 [details]
netkit-rsh-0.17-c99-2.patch

Additional fixes for C type errors, for GCC 14 compatibility.