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-04-25 21:13:12 by Roland Illig | Files touched by this commit (3) |
Log message: chat/psybnc: fix accidentally hard-coded PREFIX |
2019-12-28 12:19:53 by Thomas Klausner | Files touched by this commit (3) | ![]() |
Log message: psybnc: update to 2.4b2nb1. Honor CFLAGS and LDFLAGS. Fixes RELRO build. |
2019-11-02 23:18:26 by Roland Illig | Files touched by this commit (40) |
Log message: chat: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. |
2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242) |
Log message: all: replace SUBST_SED with the simpler SUBST_VARS pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case. |
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message: *: Move SUBST_STAGE from post-patch to pre-configure Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed. |
2016-12-16 00:46:48 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Don't create certificates at build time. They are not installed and the process fails if no openssl.cnf exists. Patch can likely be extended to remove dependency on the openssl binary completely, but that's beyond the scope of this fix. |