2023-05-23 10:26:35 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
ansilove: update to 4.2.0.
AnsiLove/C 4.2.0 (2023-05-23)
- Add initial RPM spec file
- Add support for the Spleen 8x16 font (requires libansilove >= 1.4.0)
|
2023-04-01 11:50:58 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
ansilove: update to 4.1.7.
AnsiLove/C 4.1.7 (2023-03-30)
- Always print processing time on stderr
- Move manual page to the man directory
|
2022-06-27 17:29:18 by Frederic Cambus | Files touched by this commit (41) |
Log message:
*: drop maintainership for packages not related to toolchains and ELF.
|
2022-02-10 21:37:37 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
ansilove: update to 4.1.6.
AnsiLove/C 4.1.6 (2021-02-10)
- Mention experimental seccomp support availability in README
- Bump CMake minimum required version to 3.1
- Add SPDX short license identifier in source files
- Add a test case for retina output
- Add a test case for SAUCE output
- Use CMAKE_C_STANDARD instead of hardcoding compiler flags
- Stop linking against libm, it's not necessary anymore
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-02-15 08:49:54 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
ansilove: update to 4.1.5.
AnsiLove/C 4.1.5 (2021-02-14)
- Stop forcing FORTIFY_SOURCE=2, it should be package builders decision
- Remove dead increments for argc and argv
- Check strdup() return value when allocating output file name
|
2020-10-22 22:53:41 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
ansilove: update to 4.1.4.
AnsiLove/C 4.1.4 (2020-10-22)
- Set CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt
- Enable FORTIFY_SOURCE level 2
- Move read_status variable declaration to the top of the function
- Check fread() return values in readComments() and add error handling
- Introduce the READ_RECORD function-like macro, for fread error handling
- Use READ_RECORD in readRecord() to add fread() error handling
- Only call memset() if the malloc call succeeds
- Check strdup() return value and error out on failed allocation
|
2020-09-18 09:25:10 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
ansilove: update to 4.1.3.
AnsiLove/C 4.1.3 (2020-09-18)
- Adjust SAUCE flag output to be binary
- Add -S flag to use SAUCE info for rendering hints. Users must now use -S
to get iCE color info. This was previously automatically pulled without
any extra options.
- Document the new -S flag, allowing to use SAUCE info for render options
- Add support for seccomp on arm
- Add missing test for __NR_mmap, the mmap syscall doesn't exist on arm
|
2020-07-04 21:54:38 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
ansilove: update to 4.1.2.
AnsiLove/C 4.1.2 (2020-07-04)
- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
- No need to set HAVE_SECCOMP to 1, defining it is enough
- Remove some unneeded seccomp related includes
- Validate architectures for seccomp
- Add seccomp support on i386, tested on glibc and musl
- Remove extraneous underscore in #if defined check
- Use __NR_ instead of SYS_ prefix in #if defined checks
|