From d497be687694afe7f78fefeb3823417fc686742b Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 20 Jun 2021 21:06:41 +0200 Subject: nvchecker: core update .config/nvchecker/core.toml: Add libnsl, libpcap. Update {exclude,include}_regex for libcap. --- .config/nvchecker/core.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.config/nvchecker') 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" -- cgit v1.2.3-70-g09d2