|
7e321428
|
2023-10-28T00:15:56
|
|
man: Sync SHA2 changes from OpenBSD
This documents support for SHA224 and SHA512-256. Adds missing function
names to the NAME section. Fixes function prototypes. Removes obsolete
CAVEATS section.
Fixes: commit 4c5931f53727b1428b47b6a1c0bfdad02c46f1ca
|
|
054bca1a
|
2023-04-11T00:19:46
|
|
build: Terminate lists in variables with «# EOL»
This means we can add a trailing «\» to every element, so that they
can be removed without requiring modification of other lines, and can
be easily sorted.
Replace the old usage of $(nil) which could possibly end up with junk
added if such variable is ever defined, in the environment.
|
|
a3f16719
|
2021-10-05T06:03:29
|
|
man: Add new libmd(7) man page
|
|
04781b0a
|
2021-10-05T04:34:48
|
|
build: Avoid non-portable '$<' in non-inference rules
OpenBSD's 'pmake' chokes on these.
Signed-off-by: Guillem Jover <guillem@hadrons.org>
|
|
8a62de57
|
2021-08-17T02:24:09
|
|
build: Fix out of tree builds
The '$<' variable is not guarantee to work in ordinary make rules by
non GNU make implementations. In addition if it is supported it will
be replaced by the actual source pathname (in VPATH mode), which is not
the relative name we need on installation.
Ref: https://www.gnu.org/software/autoconf/manual/autoconf.html#g_t_0024_003c-in-Ordinary-Make-Rules
Reported-by: David Seifert <soap@gentoo.org>
|
|
85f7006c
|
2021-10-05T04:20:30
|
|
build: Explicitly depend on sed
Signed-off-by: Guillem Jover <guillem@hadrons.org>
|
|
1a8d0b68
|
2021-02-20T23:40:29
|
|
man: Document RIPEMD160 and SHA-1 security status
|
|
18ebbe24
|
2012-05-29T05:44:54
|
|
Use stdint types instead of BSD u_int ones
|
|
79b3a0b7
|
2011-05-29T04:48:16
|
|
build: Add build infrastructure
|
|
1878b975
|
2014-07-19T16:11:25
|
|
man: Add LIBRARY section
|
|
ee0b2299
|
2011-05-29T03:22:21
|
|
Initial import from OpenBSD and NetBSD
|