aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvchecker/core.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvchecker/core.toml')
-rw-r--r--.config/nvchecker/core.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/nvchecker/core.toml b/.config/nvchecker/core.toml
index 65005ad..d29c106 100644
--- a/.config/nvchecker/core.toml
+++ b/.config/nvchecker/core.toml
@@ -37,6 +37,8 @@ use_max_tag = true
[libcap]
source = "git"
git = "https://git.kernel.org/pub/scm/libs/libcap/libcap.git"
+include_regex = "(libcap)-([\\d.*]+)"
+exclude_regex = "(libcap)-(20070813|20071031)"
use_max_tag = true
[libcap-ng]
@@ -44,6 +46,16 @@ source = "git"
git = "https://github.com/stevegrubb/libcap-ng"
use_max_tag = true
+[libnsl]
+source = "git"
+git = "https://github.com/thkukuk/libnsl"
+use_max_tag = true
+
+[libpcap]
+source = "git"
+git = "https://github.com/the-tcpdump-group/libpcap"
+use_max_tag = true
+
[libusb]
source = "git"
git = "https://github.com/libusb/libusb"