Opened 13 months ago
Closed 13 months ago
#19159 closed enhancement (fixed)
keyutils-1.6.3 (new download location)
Reported by: | Xi Ruoyao | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
Change History (6)
comment:1 by , 13 months ago
comment:2 by , 13 months ago
The test suite needs CONFIG_SECONDARY_TRUSTED_KEYRING and CONFIG_SYSTEM_BLACKLIST_KEYRING enabled in kernel configuration.
comment:3 by , 13 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 13 months ago
* Tue Jul 7 2020 David Howells <dhowells@redhat.com> - 1.6.3-1 - Revert the change notifications that were using /dev/watch_queue. - Apply the change notifications that use pipe2(O_NOTIFICATION_PIPE). * Mon Jul 6 2020 David Howells <dhowells@redhat.com> - 1.6.2-1 - Allow "keyctl supports" to retrieve raw capability data. - Allow "keyctl id" to turn a symbolic key ID into a numeric ID. - Allow "keyctl new_session" to name the keyring. - Allow "keyctl add/padd/etc." to take hex-encoded data. - Add "keyctl watch*" to expose kernel change notifications on keys. - Add caps for namespacing and notifications. - Set a default TTL on keys that upcall for name resolution. - Explicitly clear memory after it's held sensitive information. - Various manual page fixes. - Fix C++-related errors.
comment:5 by , 13 months ago
The dependency on Kerberos is no longer required. It was removed in 1.6
comment:6 by , 13 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
sed -i 's:$(LIBDIR)/$(PKGCONFIG_DIR):/usr/lib/pkgconfig:' Makefile
andsed -e 's/executable/\\(pie \\)?/' -i tests/toolbox.inc.sh
are no longer needed.