-
-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathcontrol
More file actions
49 lines (47 loc) · 2.26 KB
/
control
File metadata and controls
49 lines (47 loc) · 2.26 KB
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
Source: patchman
Section: python
Priority: optional
Maintainer: Marcus Furlong <furlongm@gmail.com>
Uploaders: Marcus Furlong <furlongm@gmail.com>
Build-Depends: debhelper (>=12), python3 (>= 3.6), dh-python, dh-exec
Standards-Version: 4.3.0
Homepage: https://github.com/furlongm/patchman
Vcs-Git: git://github.com/furlongm/patchman
Vcs-Browser: https://github.com/furlongm/patchman
X-Python3-Version: >= 3.6
Package: python3-patchman
Architecture: all
Homepage: https://github.com/furlongm/patchman
Depends: ${misc:Depends}, python3 (>= 3.6), python3-django (>= 2.2),
python3-django-tagging, python3-django-extensions, python3-django-bootstrap3,
python3-djangorestframework, python3-django-filters, python3-debian,
python3-rpm, python3-progressbar, python3-lxml, python3-defusedxml,
python3-requests, python3-colorama, python3-magic, python3-humanize,
python3-pip, python3-memcache, memcached, libapache2-mod-wsgi-py3, apache2,
python3-click
Suggests: python3-django-celery, python3-mysqldb, python3-psycopg2
Description: Django-based patch status monitoring tool for linux systems.
.
Patchman provides a web interface for monitoring host package updates.
.
Patchman clients send a list of installed packages and enabled repositories to
the patchman server. The patchman server updates its package list for each
repository and determines which hosts require updates, whether those updates
are normal or security updates, and shows installed packages that are not part
of any repository. Hosts, packages, repositories and operating systems can all
be filtered (using features or arbitrary tags). For example, it is possible to
find out which hosts have a certain version of a package installed, and which
repository it comes from.
.
Patchman does not install update packages on hosts, it determines and records
what updates are available for each host. The patchman yum and apt plugins can
optionally send reports to the patchman server every time packages are
installed or removed.
Package: patchman-client
Architecture: all
Homepage: https://github.com/furlongm/patchman
Depends: ${misc:Depends}, curl, debianutils, util-linux, coreutils
Description: Client for the patchman monitoring system.
.
The client will send a list of packages and repositories to the upstream
patchman server.