Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-26 | sysutils: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes | |||||
2021-10-07 | sysutils: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2020-11-19 | Remove DJB_RESTRICTED, no longer used. | schmonz | 1 | -3/+1 | |
2020-11-19 | Set SUBST_NOOP_OK in case PKG_SYSCONFBASE == "/etc". Define LICENSE. | schmonz | 1 | -2/+3 | |
2020-06-25 | Retire 'djbware-errno-hack' and associated options.mk cleverness. | schmonz | 1 | -1/+3 | |
Instead: 1. Package makefiles including their own options.mk 2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed 3. Packages adjust SUBST_FILES.djberrno, if needed Should fix bulk build failures due to multiple inclusions of options.mk and/or incorrect definitions of DJB_ERRNO_HACK. Approved during the freeze by wiz@. | |||||
2020-01-21 | Stop adding unneeded CFLAGS. Fixes tests on at least macOS Catalina. | schmonz | 2 | -4/+4 | |
2018-12-22 | Move LDFLAGS to the end. Fixes Ubuntu, doesn't break NetBSD or OS X. | schmonz | 2 | -6/+9 | |
2018-12-17 | Handle _XOPEN_SOURCE on SunOS. Should fix SmartOS build. | schmonz | 2 | -5/+20 | |
2018-12-15 | Add -lcrypt for FreeBSD. | schmonz | 1 | -1/+2 | |
2018-08-05 | Add qpasswd, a set of password-checking tools for many | schmonz | 8 | -0/+183 | |
authentication schemes. The qpasswd tools are meant for use with checkpassword-compatible authentication programs like qmail-popup and qmail-smtpd. Currently, the following auth mechanisms are supported: plain, login, apop, cram-md5, cram-sha1, cram-ripemd, and digest-md5. The tools: - multicheckpw (runs multiple checkpassword programs) - checkqpasswd (for virtual users) - checkpasswd (for system users in /etc/passwd) |