diff options
-rw-r--r-- | .config/nvchecker/core.toml | 6 | ||||
-rw-r--r-- | .config/packages/core.txt | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.config/nvchecker/core.toml b/.config/nvchecker/core.toml index 6912fb8..b1518c2 100644 --- a/.config/nvchecker/core.toml +++ b/.config/nvchecker/core.toml @@ -69,6 +69,12 @@ source = "git" git = "https://github.com/libffi/libffi" use_max_tag = true +[libgssglue] +source = "git" +git = "https://gitlab.com/gsasl/libgssglue/" +exclude_regex = "(rel_).*" +use_max_tag = true + [libnsl] source = "git" git = "https://github.com/thkukuk/libnsl" diff --git a/.config/packages/core.txt b/.config/packages/core.txt index 490179c..7955654 100644 --- a/.config/packages/core.txt +++ b/.config/packages/core.txt @@ -11,6 +11,7 @@ libcap libcap-ng libffi libgssglue +libgssglue libnsl libpcap libsasl |