From 63200b5d15b2d9706f4e00cf9ae1a76b8705d223 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Wed, 13 Dec 2023 15:23:06 +0100 Subject: [PATCH] Provide and install the new constraints files --- Makefile.am | 2 ++ update.sh | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 32429ea..85c3f00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,8 @@ ACLOCAL_AMFLAGS = -I m4 taldir = $(RPKI_TAL_DIR) tal_DATA = afrinic.tal apnic.tal lacnic.tal ripe.tal +tal_DATA += afrinic.constraints apnic.constraints arin.constraints \ + lacnic.constraints ripe.constraints EXTRA_DIST = README.md VERSION LICENSE CHANGELOG $(tal_DATA) diff --git a/update.sh b/update.sh index 57835ca..63f2fdd 100755 --- a/update.sh +++ b/update.sh @@ -40,8 +40,9 @@ CP='cp -p' MV='mv -f' PATCH='patch -s' -echo "copying tal" +echo "copying tal and constraints" ${CP} ${etc_src}/*.tal "${dir}" +${CP} ${etc_src}/*.constraints "${dir}" echo "copying includes" sed '/DECLS/d' "${libc_inc}/sha2.h" > include/sha2_openbsd.h