From: pcarana
Date: Tue, 27 Aug 2019 20:41:44 +0000 (-0500)
Subject: Merge from v1.0.0
X-Git-Tag: v1.1.0~1^2~11
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ffad1af61a65d8fe240d0b07430a155f73539c4f;p=thirdparty%2FFORT-validator.git
Merge from v1.0.0
---
diff --git a/.gitignore b/.gitignore
index 5ab788a6..4da1a7cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -86,6 +86,7 @@ src/stamp-h1
*.rar
*.tar
*.zip
+*.asc
# Check Framework
*.test
diff --git a/README.md b/README.md
index d11676e5..32ee19f3 100644
--- a/README.md
+++ b/README.md
@@ -2,16 +2,16 @@
An RPKI Validator and RTR Server.
-**This software is in beta**
-
## Installation
Dependencies:
-1. libcrypto ([LibreSSL](http://www.libressl.org/) or [OpenSSL](https://www.openssl.org/))
+1. libcrypto ([LibreSSL](http://www.libressl.org/) or [OpenSSL](https://www.openssl.org/) >= 1.1)
2. [jansson](https://github.com/akheron/jansson)
3. [rsync](http://rsync.samba.org/)
+The validator is currently supported in *64-bit* OS. A 32-bit OS may face the [Year 2038 problem](https://en.wikipedia.org/wiki/Year_2038_problem) when handling dates at certificates.
+
After all the dependencies are installed, run:
```
diff --git a/configure.ac b/configure.ac
index 833ad861..6831fcac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.69])
# TODO change the bug report address
-AC_INIT([fort], [0.0.2], [ydahhrk@gmail.com])
+AC_INIT([fort], [1.0.0], [fort-validator@nic.mx])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([subdir-objects])
@@ -27,8 +27,8 @@ AC_CHECK_FUNCS([memset socket])
AC_SEARCH_LIBS([pthread_create], [pthread], [],
[AC_MSG_ERROR([unable to find the pthread() function])]
)
-AC_SEARCH_LIBS([d2i_X509_bio], [crypto], [],
- [AC_MSG_ERROR([unable to find the d2i_X509_bio() function])]
+AC_SEARCH_LIBS([X509_get_version], [crypto], [],
+ [AC_MSG_ERROR([unable to find the X509_get_version() function])]
)
AC_SEARCH_LIBS([backtrace],[execinfo],[],
[AC_MSG_ERROR([unable to find backtrace() function])]
diff --git a/docs/_config.yml b/docs/_config.yml
index 31f54f7e..1609bacb 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -7,4 +7,4 @@ defaults:
values:
layout: "default"
-fort-latest-version: 0.0.2
+fort-latest-version: 1.0.0
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 8260e472..28c70181 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -10,9 +10,7 @@
-
-
-
+
@@ -22,12 +20,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html
deleted file mode 100644
index a94d9fe8..00000000
--- a/docs/_layouts/home.html
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
-