Skip to content

Commit

Permalink
Provide and install the new constraints files
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeker committed Dec 13, 2023
1 parent aa554ab commit 63200b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
3 changes: 2 additions & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63200b5

Please sign in to comment.