aboutsummaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/nvchecker/core.toml16
-rw-r--r--.config/packages/core.txt5
2 files changed, 20 insertions, 1 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
+
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