From: Alberto Leiva Popper Date: Wed, 5 Jul 2023 23:48:06 +0000 (-0600) Subject: Cleanup for packaging of version 1.5.4.1 X-Git-Tag: 1.6.0~72^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09f4553c3f6de60d836e956a0b54901fbd2124a8;p=thirdparty%2FFORT-validator.git Cleanup for packaging of version 1.5.4.1 --- diff --git a/Makefile.am b/Makefile.am index 457aa7cb..99305e9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,7 @@ EXTRA_DIST += LICENSE EXTRA_DIST += src/asn1/asn1c/LICENSE EXTRA_DIST += examples/tal/afrinic.tal EXTRA_DIST += examples/tal/apnic.tal +EXTRA_DIST += examples/tal/arin.tal EXTRA_DIST += examples/tal/lacnic.tal EXTRA_DIST += examples/tal/ripe-ncc.tal EXTRA_DIST += examples/config.json diff --git a/examples/config.json b/examples/config.json index a7bc3436..62162cd3 100644 --- a/examples/config.json +++ b/examples/config.json @@ -115,5 +115,5 @@ "max": 5 } }, - "asn1-decode-max-stack": 4096, + "asn1-decode-max-stack": 4096 } diff --git a/src/Makefile.am b/src/Makefile.am index 87ba5883..a9d542be 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -67,7 +67,6 @@ fort_SOURCES += crypto/hash.h crypto/hash.c fort_SOURCES += data_structure/array_list.h fort_SOURCES += data_structure/common.h fort_SOURCES += data_structure/uthash.h -fort_SOURCES += data_structure/uthash_nonfatal.h fort_SOURCES += http/http.h http/http.c