Changes between Initial Version and Version 1 of Ticket #67870
- Timestamp:
- Jul 30, 2023, 7:39:52 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67870 – Description
initial v1 11 11 }}} 12 12 13 both of these are in legacysupport, however legacysupport has traditionally not worked well with libarchive .13 both of these are in legacysupport, however legacysupport has traditionally not worked well with libarchive #61746. 14 14 15 15 The new fixes in legacy support devel work better with libarchive, or the functions could be patched in directly as has been done recently. I did the STAILQ_FOREACH one, and I'll attach that, but I didn't do lchmod and just used legacy-support-devel instead.