Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove pounce-edit | June McEnroe | 2023-02-07 | 1 | -1/+0 |
| | | | | | Temporarily? It never got finished and I need to be able to cut new releases of pounce without it. | ||||
* | Flatten extras to top-level directory | June McEnroe | 2022-06-18 | 1 | -0/+6 |
| | |||||
* | Remove certbot default paths | C. McEnroe | 2021-10-05 | 1 | -1/+0 |
| | |||||
* | Fix LDADD.crypt on Darwin | C. McEnroe | 2021-06-19 | 1 | -0/+1 |
| | |||||
* | Clean up Makefiles, configure scripts | C. McEnroe | 2021-05-02 | 1 | -13/+11 |
| | | | | | | Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables. | ||||
* | Add support for OpenBSD | C. McEnroe | 2020-08-27 | 1 | -0/+4 |
| | |||||
* | Remove rc scripts | C. McEnroe | 2020-08-27 | 1 | -1/+0 |
| | |||||
* | Replace “RAND_bytes” by “getentropy” | Issam E. Maghni | 2020-08-23 | 1 | -4/+4 |
| | | | | | | This removes the dependency on libcrypto. Signed-off-by: Issam E. Maghni <issam.e.maghni@mailbox.org> | ||||
* | Use system libcrypto and openssl bin on FreeBSD | C. McEnroe | 2020-08-06 | 1 | -3/+3 |
| | |||||
* | Define explicit_bzero using memset_s on macOS | C. McEnroe | 2020-08-01 | 1 | -0/+2 |
| | |||||
* | Use RAND_bytes instead of arc4random_buf | C. McEnroe | 2020-07-31 | 1 | -1/+1 |
| | | | | | This adds an actual dependency on libcrypto, but removes a dependency on BSD (or LibreSSL libcrypto specifically). | ||||
* | Rewrite configure script for all platforms | C. McEnroe | 2020-07-24 | 1 | -19/+49 |
| | |||||
* | Rewrite build and install to be more amenable to packaging | C. McEnroe | 2020-05-19 | 1 | -31/+12 |
| | | | | Hopefully. Trying to write a FreeBSD port against this. | ||||
* | Use . as ${LDLIBS.$@} separator | C. McEnroe | 2020-04-20 | 1 | -1/+1 |
| | |||||
* | Use one line for each CFLAGS addition | C. McEnroe | 2020-03-03 | 1 | -1/+2 |
| | | | | This should make it easier to modify if needed. | ||||
* | Clean up configure script a bit | C. McEnroe | 2020-03-02 | 1 | -19/+20 |
| | | | | I still hate that any of this is necessary... | ||||
* | Replace .mk files with configure script | C. McEnroe | 2020-03-01 | 1 | -0/+43 |
Copied and expanded from catgirl. |