Opened 15 months ago
Closed 15 months ago
#5319 closed enhancement (fixed)
shadow-4.14.0
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Change History (7)
comment:2 by , 15 months ago
This release includes some steps toward preparing for the Y2038 (e.g. removing lastlog conditionally), a great deal of removal of obsolete function checks (like rmdir), and overhaul of some string manipulation functions, of which there is more to come. And a great deal more.
comment:3 by , 15 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 15 months ago
Tim,
This ticket is for 12.1. Do not commit on trunk until 12.0 is released.
comment:5 by , 15 months ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:6 by , 15 months ago
Status: | new → assigned |
---|
comment:7 by , 15 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commit 3864d235cfd3623f6a4765d9acd13caee62c6629
Note:
See TracTickets
for help on using tickets.
We need
--without-libbsd
or it will try to usereadpassphrase
function from libbsd which is not in LFS. Using--without-libbsd
it uses an internal copy ofreadpassphrase
.