2023-12-29 02:20:21 by Zafer Aydogan | Files touched by this commit (1) |
Log message: https |
2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146) |
Log message: chat: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146) |
Log message: chat: Remove SHA1 hashes for distfiles |
2020-11-30 13:20:53 by Nia Alarie | Files touched by this commit (3) |
Log message: i2cbd: Don't build with -Werror or -g. Fixes build with gcc9. |
2018-04-15 20:18:42 by Christos Zoulas | Files touched by this commit (1) |
Log message: belatedly bump revision |
2018-04-15 00:13:16 by Christos Zoulas | Files touched by this commit (3) |
Log message: fix bugs found by gcc-6 |
2018-02-11 16:43:46 by Thomas Klausner | Files touched by this commit (1) |
Log message: i2cbd: follow redirect |
2017-12-11 20:00:32 by S.P.Zeidler | Files touched by this commit (1) |
Log message: compiling this package works so much better with all necessary patches added... |
2017-12-11 08:54:43 by S.P.Zeidler | Files touched by this commit (15) |
Log message: RELRO and friends fix the issues found by -Wall |
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message: Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly. |