Opened 15 hours ago
#5604 new enhancement
libcap-2.73
Reported by: | Bruce Dubbs | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 12.3 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version.
Release notes for 2.73 - 2024-12-01 20:18:58 -0800
Bug fixes for libpsx changes in the 2.72 release.
- Some architectures do not support the system call getdents(). More modern architectures only support getdents64(), so use that. Patch provided by Xi Ruoyao.
- gettid() isn't consistently defined in all *libc's so create a macro for using it in the libpsx sources.
- Fix some static analysis found issues from an analysis performed on Fedora's libcap-2.71 release.
- Third attempt to get an executable cap package runnable example into the documentation on go.pkg.dev.
It still isn't working, but I think the issue is now one for the go.dev website.
- Remove a redundant c.String() function since fmt.Println(c) can figure this detail out.
- Freshen up setcap.c sources. Sort the argument help.
- Add go vet to the tests for cap and psx packages.
Note:
See TracTickets
for help on using tickets.