2023-09-12 10:07:41 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
librsvg: Remove --gc-sections on SunOS.
|
2023-09-09 22:43:42 by Thomas Klausner | Files touched by this commit (9) |  |
Log message:
librsvg: update to 2.56.3.
Version 2.56.3
==============
This is a security release for bug #996.
- #996 - Fix arbitrary file read when href has special characters.
- #998 - Fix cascade for symbol elements being referenced from use elements.
Version 2.56.2
==============
- Windows build fixes (Chun-wei Fan).
Version 2.56.1
==============
- The minimum supported Rust version (MSRV) is 1.65. Unfortunately
the assert_cmd crate, used in the test suite, bumped its MSRV and is
forcing us to do the same.
- #965 - Shrink the shared library by telling the linker to omit
unused code (Sebastian Dröge).
- Updates to dependencies (Lukáš Tyrychtr, Kalev Lember).
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-07-23 10:56:07 by Havard Eidnes | Files touched by this commit (3) |
Log message:
librsvg: add riscv64 support, copied from rust's libc patches.
Needed as long as upstream rust libc hasn't picked up our change.
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) |  |
Log message:
revbump after textproc/icu update
|
2023-04-11 14:29:37 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
librsvg: reflect minimum Rust is now 1.64
|
2023-04-11 07:45:45 by Adam Ciarcinski | Files touched by this commit (8) |  |
Log message:
librsvg: updated to 2.56.0
Version 2.56.0
- Fix crash when XML files get recursively included through
XInclude. Thanks to Stefan Schiller for catching this.
- When running the suite of reference tests, you can now use the
TESTS_OUTPUT_DIR environment variable to specify where results for
failures get written. See tests/README.md for details.
- The minimum supported Rust version (MSRV) is 1.64.
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416) |
Log message:
*: recursive bump for tiff shlib major bump
|
2023-01-02 14:02:42 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
librsvg: updated to 2.54.5
Version 2.54.5
- Accept patterns with userSpaceOnUse units for the stroke of
axis-aligned lines.
|