Portable-Network-Archive / liblzma-rs

Bindings to liblzma in Rust (xz streams in Rust)
Apache License 2.0
12 stars 5 forks source link

xz version 5.6.0 is available #91

Closed ivq closed 6 months ago

ivq commented 6 months ago

xz version 5.6.0 is out and an update might be needed.

Notable change:

ChanTsune commented 6 months ago

Hi @ivq ! Thank you for notice!

I just released version 0.3.0. It applied xz 5.6 and supported new filter!

ivq commented 6 months ago

Hi @ivq ! Thank you for notice!

I just released version 0.3.0. It applied xz 5.6 and supported new filter!

Thank you!

LDVSOFT commented 5 months ago

@ivq Please take attention that LZMA upstream tarball contains some questionable obscured code. https://www.phoronix.com/news/XZ-CVE-2024-3094

ivq commented 5 months ago

@ivq Please take attention that LZMA upstream tarball contains some questionable obscured code. phoronix.com/news/XZ-CVE-2024-3094

Thank you! See https://github.com/Portable-Network-Archive/liblzma-rs/issues/95.