Next | Query returned 12 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-04-01 11:50:14 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
bdf2sfd: update to 1.1.8.

bdf2sfd 1.1.8 (2023-03-30)

- Remove unneeded <sys/types.h> include
- Add missing void to the usage() function definition
- 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.
   2021-11-21 08:11:31 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
bdf2sfd: update to 1.1.7.

bdf2sfd 1.1.7 (2021-11-16)

- Rename the "glyphes" variable to "glyphs"
- Bump CMake minimum required version to 2.8.12
- Add SPDX short license identifier in source file
- Use CMAKE_C_STANDARD instead of hardcoding compiler flags
- Switch to using getline(3) instead of fgets(3)
   2021-10-26 12:06:54 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Remove SHA1 hashes for distfiles
   2021-02-13 09:02:02 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
bdf2sfd: update to 1.1.6.

bdf2sfd 1.1.6 (2021-02-12)

- Stop forcing FORTIFY_SOURCE=2, it should be package builders decision
- Get rid of global variables, move all declarations to main()
- Remove dead increments for argc and argv
- Rename a few variables to get rid of all camelCase occurences
- Reorder and reformat variables declaration
- Try to harmonize usage information everywhere
- Rename the displayUsage() function to usage()
   2020-10-20 15:03:58 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
bdf2sfd: update to 1.1.5.

bdf2sfd 1.1.5 (2020-10-20)

- Enable FORTIFY_SOURCE level 2
- Check strdup() return value and error out on failed allocations
   2020-10-09 09:30:39 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
bdf2sfd: update to 1.1.4.

bdf2sfd 1.1.4 (2020-10-08)

- Add support for seccomp on arm
- Update error message to use seccomp architecture names
- Add a note in the README about sandboxing and fuzzing
- Make displayUsage() and error() static
- Reduce amount of fprintf() calls when outputting SFD header
   2020-07-12 17:19:42 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
bdf2sfd: update to 1.1.3.

bdf2sfd 1.1.3 (2020-07-12)

- Remove some unneeded seccomp related includes
- Validate architectures for seccomp
- Add seccomp support on i386, tested on glibc and musl
- Use __NR_ instead of SYS_ prefix in #if defined checks
   2020-06-10 20:39:38 by Frederic Cambus | Files touched by this commit (2) | Package updated
Log message:
bdf2sfd: update to 1.1.2.

bdf2sfd 1.1.2 (2020-06-10)

- Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available
- Get rid of the runtime variable, it is only used once
- Remove duplicate <string.h> include
- Add missing <stdio.h> include
- Add <stdint.h> include instead of <inttypes.h>
- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
- Add ENABLE_SECCOMP build option, to allow building seccomp support
- Add initial seccomp support to BDF2SFD

Next | Query returned 12 messages, browsing 1 to 10 | Previous