Commit graph

10 commits

Author SHA1 Message Date
adam
60e9e78099 oxipng: updated to 6.0.0
v6.0.0
[Breaking] Bump minimum Rust version to 1.57.0
[Feature] Add --check/-c CLI option
[Security] Update stderrlog to 0.5.2 (Fixes RUSTSEC-2022-0006)
[Security] Remove chrono as a transitive dependency (Fixes RUSTSEC-2020-0159)
[Misc] Bump clap to 3.2
[Misc] Bump zopfli to 0.7
[Misc] Bump libdeflater to 0.10
[Misc] Remove byteorder dependency in favor of stdlib functions
[Misc] Bump image to 0.24
[Misc] Bump crc to 3.0
[Misc] Bump miniz_oxide to 0.6
[Misc] Update to Rust edition 2021
[Misc] Various internal improvements
2022-09-06 06:40:12 +00:00
pin
9d700f3ce9 graphics/oxipng: reset maintainer 2022-05-12 09:38:46 +00:00
pin
76d3debdea graphics/oxipng: update to 5.0.1
-[Bugfix] Fix an issue where -o5 and -o6 were not testing all options.
2021-11-16 08:20:00 +00:00
nia
f8331b5844 graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:45:53 +00:00
nia
84d3786e88 graphics: Remove SHA1 hashes for distfiles 2021-10-07 14:11:55 +00:00
pin
6798de7e12 graphics/oxipng: simplify Makefile 2021-08-05 08:52:48 +00:00
pin
e74000d33a graphics/oxipng: update to 5.0.0
-[Breaking] Bump minimum Rust version to 1.46.0
-[Bugfix] Avoid many panics that may occur on broken files
-[Bugfix] Fix race condition that may cause tests to fail
-[Performance] Optimizations to unfiltering and copying
-[Feature] Add --ng option to skip grayscale reduction
-[Feature] Also preserve timestamps when using --preserve
-[Misc] Bump crc to 2.x
2021-07-12 15:03:54 +00:00
pin
6dd8bef8ea graphics/oxipng: reclaim maintainership 2021-07-05 09:09:23 +00:00
pin
d6595ccf3b graphics/oxipng: reset maintainer 2021-04-24 19:52:59 +00:00
pin
b51db2b27f graphics/oxipng: import package
Oxipng is a multithreaded lossless PNG compression optimizer. It can be used
via a command-line interface or as a library in other Rust programs.

It began as a complete rewrite of the OptiPNG project with the core goal of
implementing multithreading, which would be very difficult to do within the
existing C codebase of OptiPNG.
2021-01-29 11:39:38 +00:00