Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Migrate to NVD JSON Feed 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrnine committed Jun 19, 2019
1 parent cbc2d0e commit 3f90451
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 311 deletions.
7 changes: 5 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ m4_define([gobject_required_version], [2.0])
m4_define([check_required_version], [0.9])
m4_define([json_required_version], [0.16.0])
m4_define([openssl_required_version],[1.0.0])
m4_define([jansson_required_version], [2.6])
# TODO: Set minimum sqlite

AC_CHECK_FUNCS_ONCE(malloc_trim)
Expand All @@ -29,13 +30,15 @@ PKG_CHECK_MODULES(CVE_CHECK_TOOL,
libcurl >= curl_required_version,
gobject-2.0 >= gobject_required_version,
sqlite3,
openssl >= openssl_required_version
openssl >= openssl_required_version,
jansson >= jansson_required_version
])

PKG_CHECK_MODULES(MODULE_COMMON,
[
libxml-2.0 >= libxml2_required_version,
glib-2.0 >= glib_required_version
glib-2.0 >= glib_required_version,
jansson >= jansson_required_version
])

PKG_CHECK_MODULES(CHECK,
Expand Down
Loading

0 comments on commit 3f90451

Please sign in to comment.