From 39659f935a98e21543d29ed26ccb29f700c63221 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 18 Oct 2022 15:23:14 +0200 Subject: Add core packages .config/{nvchecker/core.toml,packages/core.txt}: Add filesystem, openssh, shadow and zlib to list of packages. --- .config/nvchecker/core.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to '.config/nvchecker') 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 + -- cgit v1.2.3-54-g00ecf