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.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/nvchecker/core.toml b/.config/nvchecker/core.toml
index b1518c2..3b565ed 100644
--- a/.config/nvchecker/core.toml
+++ b/.config/nvchecker/core.toml
@@ -119,10 +119,26 @@ source = "git"
git = "https://dev.gnupg.org/source/npth.git"
use_max_tag = true
+[openssh]
+source = "git"
+git = "https://anongit.mindrot.org/openssh.git"
+use_max_tag = true
+
[pambase]
+[shadow]
+source = "git"
+git = "https://github.com/shadow-maint/shadow"
+exclude_regex = "(19990709|19990827|20000826|20000902|20001012|20001016)"
+use_max_tag = true
+
[usbutils]
source = "git"
git = "https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git"
use_max_tag = true
+[zlib]
+source = "git"
+git = "https://github.com/madler/zlib"
+use_max_tag = true
+