aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvchecker/core.toml
blob: 105a2b720019fa99da789f57dd7b3d0b4f20e3de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
[__config__]
oldver = "~/.local/state/nvchecker/core.old.json"
newver = "~/.local/state/nvchecker/core.new.json"

[audit]
source = "git"
git = "https://github.com/linux-audit/audit-userspace"
use_max_tag = true

[efibootmgr]
source = "git"
git = "https://github.com/rhboot/efibootmgr"
use_max_tag = true

[efivar]
source = "git"
git = "https://github.com/rhboot/efivar"
use_max_tag = true

[elfutils]
source = "git"
git = "https://sourceware.org/git/elfutils.git"
use_max_tag = true

[expat]
source = "git"
git = "https://github.com/libexpat/libexpat/"
include_regex = "(R_)([\\d.*][_].*)"
use_max_tag = true

[gdbm]
source = "regex"
regex = "gdbm-([\\d.]+)\\.tar\\.gz?"
url = "https://www.gnu.org.ua/software/gdbm/download.html"

[gnupg]
source = "git"
git = "https://dev.gnupg.org/source/gnupg.git"
# NOTE: stuck on gnupg < 2.3 until https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/issues/163 is resolved
include_regex = "(gnupg)-(2.4.[\\d.*]+)"
use_max_tag = true

[libaio]
source = "git"
git = "https://pagure.io/libaio"
include_regex = "(libaio)-([\\d.*]+)"
use_max_tag = true

[libassuan]
source = "git"
git = "https://dev.gnupg.org/source/libassuan.git"
include_regex = "libassuan-([\\d.]+)"
use_max_tag = true

[libcap]
source = "git"
git = "https://git.kernel.org/pub/scm/libs/libcap/libcap.git"
include_regex = "(libcap)-([\\d.*]+)"
exclude_regex = "(libcap)-(20070813|20071031)"
use_max_tag = true

[libcap-ng]
source = "git"
git = "https://github.com/stevegrubb/libcap-ng"
use_max_tag = true

[libffi]
source = "git"
git = "https://github.com/libffi/libffi"
use_max_tag = true

[libnsl]
source = "git"
git = "https://github.com/thkukuk/libnsl"
use_max_tag = true

[libpcap]
source = "git"
git = "https://github.com/the-tcpdump-group/libpcap"
use_max_tag = true

[libsasl]
source = "git"
git = "https://github.com/cyrusimap/cyrus-sasl"
use_max_tag = true

[libusb]
source = "git"
git = "https://github.com/libusb/libusb"
exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp)(-[\\d.]+|[\\d.]+|)"
use_max_tag = true

[licenses]

[linux]
source = "git"
git = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp)(-[\\d.]+|[\\d.]+|)"
use_max_tag = true

[mpfr]
source = "regex"
regex = "mpfr-([\\d.]+)\\.tar\\.xz?"
url = "https://www.mpfr.org/mpfr-current/"

[ncurses]
source = "regex"
regex = "ncurses-([\\d.]+)\\.tar\\.gz?"
url = "https://invisible-mirror.net/archives/ncurses/"

[npth]
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