Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| a34bba28 | 2023-09-27 14:17:59 | MASTER_SITES -> SITES catch one MASTER_SITES0 that wasn't actually in use | ||
| c4096e66 | 2022-11-08 11:16:56 | Stop using the daemon class in @newuser. If we need to make an exception we can do it and properly document the reason but by default we should just use the default login class. rc.d uses daemon or the login class provided in login.conf.d so this has no impact there. discussed with sthen@, tb@ and robert@ praying that my grep/sed skills did not break anything and still believing in portbump :-) | ||
| 3f5796b9 | 2022-03-11 19:45:43 | drop RCS Ids | ||
| 48b0b966 | 2019-07-12 20:48:23 | replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes | ||
| 88bd0666 | 2018-11-17 01:06:24 | Disable assembly code across all architectures. This only provides amd64 and i386 implementations of AES. The i386 one has non-PIC code, and the amd64 one provides little performance gain (less than 20% in a comparison of aes-128-ctr with the C code). ok Brad | ||
| 7bc5d289 | 2018-11-15 13:04:38 | disable asm on i386 for use with lld, requested by brad (maintainer) | ||
| 1f840b35 | 2017-09-26 14:25:57 | Unbreak autoconf check for va_copy() with clang by not using nested functions | ||
| 29cafd0f | 2017-04-16 20:36:58 | Fix SILC_ADD_CC_FLAGS to actually test that the compiler flags work, they were testing the wrong thing. silc-toolkit diff from espie, ports diff for all 3 from Brad. | ||
| ecce721c | 2017-04-16 10:38:10 | Remove the use of -fno-regmove to appease Clang. From Brad. | ||
| 52501c1f | 2016-04-09 20:14:48 | replace libiconv module with library dependency; no bump needed |