patchman 3.0.8__tar.gz → 3.0.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {patchman-3.0.8 → patchman-3.0.10}/PKG-INFO +4 -4
- patchman-3.0.10/VERSION.txt +1 -0
- {patchman-3.0.8 → patchman-3.0.10}/modules/models.py +1 -1
- {patchman-3.0.8 → patchman-3.0.10}/modules/templates/modules/module_table.html +8 -4
- {patchman-3.0.8 → patchman-3.0.10}/patchman.egg-info/PKG-INFO +4 -4
- {patchman-3.0.8 → patchman-3.0.10}/patchman.egg-info/requires.txt +3 -3
- {patchman-3.0.8 → patchman-3.0.10}/reports/models.py +5 -2
- {patchman-3.0.8 → patchman-3.0.10}/reports/utils.py +2 -2
- {patchman-3.0.8 → patchman-3.0.10}/requirements.txt +3 -3
- patchman-3.0.8/VERSION.txt +0 -1
- {patchman-3.0.8 → patchman-3.0.10}/AUTHORS +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/COPYING +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/INSTALL.md +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/MANIFEST.in +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/README.md +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/arch/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/arch/admin.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/arch/apps.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/arch/migrations/0001_initial.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/arch/migrations/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/arch/models.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/arch/serializers.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/arch/views.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/domains/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/domains/admin.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/domains/apps.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/domains/migrations/0001_initial.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/domains/migrations/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/domains/models.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/domains/serializers.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/domains/views.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/etc/patchman/apache.conf.example +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/etc/patchman/local_settings.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/admin.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/apps.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/forms.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/managers.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/migrations/0001_initial.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/migrations/0002_initial.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/migrations/0003_host_modules.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/migrations/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/models.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/serializers.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/templates/hosts/host_delete.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/templates/hosts/host_detail.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/templates/hosts/host_edit.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/templates/hosts/host_list.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/templates/hosts/host_table.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/templatetags/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/templatetags/report_alert.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/urls.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/utils.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/hosts/views.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/modules/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/modules/admin.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/modules/apps.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/modules/managers.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/modules/migrations/0001_initial.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/modules/migrations/0002_auto_20240204_2214.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/modules/migrations/0003_alter_module_options.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/modules/migrations/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/modules/serializers.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/modules/templates/modules/module_detail.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/modules/templates/modules/module_list.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/modules/urls.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/modules/views.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/admin.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/apps.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/forms.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/migrations/0001_initial.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/migrations/0002_initial.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/migrations/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/models.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/serializers.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/operatingsystem_table.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/operatingsystemgroup_table.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/os_delete.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/os_detail.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/os_list.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/osgroup_delete.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/osgroup_detail.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/osgroup_list.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/urls.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/views.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/packages/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/packages/admin.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/packages/apps.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/packages/managers.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/packages/migrations/0001_initial.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/packages/migrations/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/packages/models.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/packages/serializers.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/packages/templates/packages/package_detail.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/packages/templates/packages/package_list.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/packages/templates/packages/package_table.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/packages/urls.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/packages/utils.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/packages/views.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman/celery.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman/receivers.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman/settings.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman/signals.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman/static/css/base.css +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman/static/img/icon-alert.gif +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman/static/img/icon-no.gif +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman/static/img/icon-yes.gif +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman/static/js/ajax-jquery.js +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman/static/js/button-post.js +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman/urls.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman/wsgi.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman.egg-info/SOURCES.txt +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman.egg-info/dependency_links.txt +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/patchman.egg-info/top_level.txt +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/reports/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/reports/admin.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/reports/apps.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/reports/migrations/0001_initial.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/reports/migrations/0002_report_modules.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/reports/migrations/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/reports/tasks.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/reports/templates/reports/report.txt +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/reports/templates/reports/report_delete.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/reports/templates/reports/report_detail.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/reports/templates/reports/report_list.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/reports/templates/reports/report_table.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/reports/urls.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/reports/views.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/admin.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/apps.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/forms.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/managers.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/migrations/0001_initial.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/migrations/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/models.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/serializers.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/mirror_delete.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/mirror_detail.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/mirror_edit.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/mirror_edit_repo.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/mirror_list.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/mirror_table.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/mirror_with_repo_list.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/repo_delete.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/repo_detail.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/repo_edit.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/repo_list.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/repository_table.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/templatetags/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/templatetags/repo_buttons.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/urls.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/utils.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/repos/views.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/sbin/patchman +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/sbin/patchman-manage +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/sbin/patchman-set-secret-key +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/scripts/clear-django-logs.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/scripts/create_graph.sh +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/scripts/rpm-install.sh +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/scripts/rpm-post-install.sh +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/setup.cfg +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/setup.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/apps.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/filterspecs.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/templates/404.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/templates/500.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/templates/base.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/templates/dashboard.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/templates/navbar.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/templates/objectlist.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/templates/registration/login.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/templates/searchbar.html +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/templatetags/__init__.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/templatetags/common.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/urls.py +0 -0
- {patchman-3.0.8 → patchman-3.0.10}/util/views.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: patchman
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.10
|
|
4
4
|
Summary: Django based patch status monitoring tool for linux systems
|
|
5
5
|
Home-page: http://patchman.openbytes.ie/
|
|
6
6
|
Author: Marcus Furlong
|
|
@@ -15,17 +15,17 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: COPYING
|
|
17
17
|
License-File: AUTHORS
|
|
18
|
-
Requires-Dist: Django==3.2.
|
|
18
|
+
Requires-Dist: Django==3.2.25
|
|
19
19
|
Requires-Dist: django-tagging==0.5.0
|
|
20
20
|
Requires-Dist: django-extensions==3.2.1
|
|
21
21
|
Requires-Dist: django-bootstrap3==23.1
|
|
22
22
|
Requires-Dist: progressbar==2.5
|
|
23
23
|
Requires-Dist: python-debian==0.1.49
|
|
24
|
-
Requires-Dist: lxml==4.9.
|
|
24
|
+
Requires-Dist: lxml==4.9.4
|
|
25
25
|
Requires-Dist: defusedxml==0.7.1
|
|
26
26
|
Requires-Dist: PyYAML==6.0.1
|
|
27
27
|
Requires-Dist: chardet==4.0.0
|
|
28
|
-
Requires-Dist: requests==2.
|
|
28
|
+
Requires-Dist: requests==2.32.3
|
|
29
29
|
Requires-Dist: colorama==0.4.4
|
|
30
30
|
Requires-Dist: djangorestframework==3.13.1
|
|
31
31
|
Requires-Dist: django-filter==21.1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3.0.10
|
|
@@ -39,7 +39,7 @@ class Module(models.Model):
|
|
|
39
39
|
ordering = ('name', 'stream',)
|
|
40
40
|
|
|
41
41
|
def __str__(self):
|
|
42
|
-
return f'{self.name}-{self.stream}'
|
|
42
|
+
return f'{self.name}-{self.stream}-{self.version}-{self.version}-{self.context}'
|
|
43
43
|
|
|
44
44
|
def get_absolute_url(self):
|
|
45
45
|
return reverse('modules:module_detail', args=[str(self.id)])
|
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive">
|
|
3
3
|
<thead>
|
|
4
4
|
<tr>
|
|
5
|
-
<th class="col-sm-auto">
|
|
6
|
-
<th class="col-sm-auto">
|
|
5
|
+
<th class="col-sm-auto">Name</th>
|
|
6
|
+
<th class="col-sm-auto">Stream</th>
|
|
7
|
+
<th class="col-sm-auto">Version</th>
|
|
8
|
+
<th class="col-sm-auto">Context</th>
|
|
7
9
|
<th class="col-sm-auto">Repo</th>
|
|
8
10
|
<th class="col-sm-auto">Packages</th>
|
|
9
11
|
<th class="col-md-auto">Enabled on Hosts</th>
|
|
@@ -12,8 +14,10 @@
|
|
|
12
14
|
<tbody>
|
|
13
15
|
{% for module in object_list %}
|
|
14
16
|
<tr>
|
|
15
|
-
<td><a href="{{ module.get_absolute_url }}">{{ module }}</a></td>
|
|
16
|
-
<td>{{ module.
|
|
17
|
+
<td><a href="{{ module.get_absolute_url }}">{{ module.name }}</a></td>
|
|
18
|
+
<td>{{ module.stream }}</td>
|
|
19
|
+
<td>{{ module.version }}</td>
|
|
20
|
+
<td>{{ module.context }}</td>
|
|
17
21
|
<td><a href="{{ module.repo.get_absolute_url }}">{{ module.repo }}</a></td>
|
|
18
22
|
<td>{{ module.packages.count }}</td>
|
|
19
23
|
<td>{{ module.host_set.count }}</td>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: patchman
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.10
|
|
4
4
|
Summary: Django based patch status monitoring tool for linux systems
|
|
5
5
|
Home-page: http://patchman.openbytes.ie/
|
|
6
6
|
Author: Marcus Furlong
|
|
@@ -15,17 +15,17 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: COPYING
|
|
17
17
|
License-File: AUTHORS
|
|
18
|
-
Requires-Dist: Django==3.2.
|
|
18
|
+
Requires-Dist: Django==3.2.25
|
|
19
19
|
Requires-Dist: django-tagging==0.5.0
|
|
20
20
|
Requires-Dist: django-extensions==3.2.1
|
|
21
21
|
Requires-Dist: django-bootstrap3==23.1
|
|
22
22
|
Requires-Dist: progressbar==2.5
|
|
23
23
|
Requires-Dist: python-debian==0.1.49
|
|
24
|
-
Requires-Dist: lxml==4.9.
|
|
24
|
+
Requires-Dist: lxml==4.9.4
|
|
25
25
|
Requires-Dist: defusedxml==0.7.1
|
|
26
26
|
Requires-Dist: PyYAML==6.0.1
|
|
27
27
|
Requires-Dist: chardet==4.0.0
|
|
28
|
-
Requires-Dist: requests==2.
|
|
28
|
+
Requires-Dist: requests==2.32.3
|
|
29
29
|
Requires-Dist: colorama==0.4.4
|
|
30
30
|
Requires-Dist: djangorestframework==3.13.1
|
|
31
31
|
Requires-Dist: django-filter==21.1
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
Django==3.2.
|
|
1
|
+
Django==3.2.25
|
|
2
2
|
django-tagging==0.5.0
|
|
3
3
|
django-extensions==3.2.1
|
|
4
4
|
django-bootstrap3==23.1
|
|
5
5
|
progressbar==2.5
|
|
6
6
|
python-debian==0.1.49
|
|
7
|
-
lxml==4.9.
|
|
7
|
+
lxml==4.9.4
|
|
8
8
|
defusedxml==0.7.1
|
|
9
9
|
PyYAML==6.0.1
|
|
10
10
|
chardet==4.0.0
|
|
11
|
-
requests==2.
|
|
11
|
+
requests==2.32.3
|
|
12
12
|
colorama==0.4.4
|
|
13
13
|
djangorestframework==3.13.1
|
|
14
14
|
django-filter==21.1
|
|
@@ -86,9 +86,12 @@ class Report(models.Model):
|
|
|
86
86
|
'reboot']
|
|
87
87
|
|
|
88
88
|
for attr in attrs:
|
|
89
|
-
|
|
89
|
+
if data.get(attr):
|
|
90
|
+
setattr(self, attr, data.get(attr))
|
|
91
|
+
else:
|
|
92
|
+
setattr(self, attr, '')
|
|
90
93
|
|
|
91
|
-
if self.host
|
|
94
|
+
if self.host:
|
|
92
95
|
self.host = self.host.lower()
|
|
93
96
|
fqdn = self.host.split('.', 1)
|
|
94
97
|
if len(fqdn) == 2:
|
|
@@ -315,7 +315,7 @@ def parse_modules(modules_string):
|
|
|
315
315
|
|
|
316
316
|
|
|
317
317
|
def process_module(module_str):
|
|
318
|
-
""" Processes a single
|
|
318
|
+
""" Processes a single sanitized module string and converts to a module
|
|
319
319
|
"""
|
|
320
320
|
m_name = module_str[0]
|
|
321
321
|
m_stream = module_str[1]
|
|
@@ -334,7 +334,7 @@ def process_module(module_str):
|
|
|
334
334
|
m_repo = None
|
|
335
335
|
|
|
336
336
|
packages = set()
|
|
337
|
-
for pkg_str in module_str[6
|
|
337
|
+
for pkg_str in module_str[6:]:
|
|
338
338
|
p_type = Package.RPM
|
|
339
339
|
p_name, p_epoch, p_ver, p_rel, p_dist, p_arch = parse_package_string(pkg_str)
|
|
340
340
|
package = get_or_create_package(p_name, p_epoch, p_ver, p_rel, p_arch, p_type)
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
Django==3.2.
|
|
1
|
+
Django==3.2.25
|
|
2
2
|
django-tagging==0.5.0
|
|
3
3
|
django-extensions==3.2.1
|
|
4
4
|
django-bootstrap3==23.1
|
|
5
5
|
progressbar==2.5
|
|
6
6
|
python-debian==0.1.49
|
|
7
|
-
lxml==4.9.
|
|
7
|
+
lxml==4.9.4
|
|
8
8
|
defusedxml==0.7.1
|
|
9
9
|
PyYAML==6.0.1
|
|
10
10
|
chardet==4.0.0
|
|
11
|
-
requests==2.
|
|
11
|
+
requests==2.32.3
|
|
12
12
|
colorama==0.4.4
|
|
13
13
|
djangorestframework==3.13.1
|
|
14
14
|
django-filter==21.1
|
patchman-3.0.8/VERSION.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3.0.8
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/os_delete.html
RENAMED
|
File without changes
|
{patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/os_detail.html
RENAMED
|
File without changes
|
|
File without changes
|
{patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/osgroup_delete.html
RENAMED
|
File without changes
|
{patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/osgroup_detail.html
RENAMED
|
File without changes
|
{patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/osgroup_list.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|