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 ++++++++++++++++ .config/packages/core.txt | 5 ++++- 2 files changed, 20 insertions(+), 1 deletion(-) 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 + diff --git a/.config/packages/core.txt b/.config/packages/core.txt index 7955654..3ad6c9b 100644 --- a/.config/packages/core.txt +++ b/.config/packages/core.txt @@ -3,6 +3,7 @@ efibootmgr efivar elfutils expat +filesystem gdbm gnupg libaio @@ -11,7 +12,6 @@ libcap libcap-ng libffi libgssglue -libgssglue libnsl libpcap libsasl @@ -21,5 +21,8 @@ linux mpfr ncurses npth +openssh pambase +shadow usbutils +zlib -- cgit v1.2.3-70-g09d2