Salt - caching proxy - bump version.

Add more detail in spec file description
This commit is contained in:
unman 2022-08-22 10:43:18 +00:00
parent 9ea89964a4
commit 834c2db5f7
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C

View File

@ -1,5 +1,5 @@
Name: 3isec-qubes-cacher
Version: 1.5
Version: 1.8
Release: 1%{?dist}
Summary: A caching proxy in Qubes
@ -38,6 +38,24 @@ will be changed in the templates.
qubesctl --skip-dom0 --targets=TEMPLATE state.apply cacher.restore_templates
replacing TEMPLATE with the name of the new template.
When this package is installed it will attempt to rewrite repository
definitions in all templates.
This includes templates that are not under salt control, like Windows
templates.
You must manually shutdown those templates.
No changes are made to Whonix templates, and updates to those templates
will not be cached.
If you want updates to run via Tor, set the netvm for the cacher qube
to be a Tor proxy, like sys-whonix.
Because the cacher qube is listening on port 8082, you can use it from
non-template qubes and qubes that do not have a working qrexec. Use
the native configuration to set the update proxy using the IP address
of cacher.
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/srv/salt
@ -70,6 +88,8 @@ if [ $1 -eq 0 ]; then
fi
%changelog
* Mon Aug 22 2022 unman <unman@thirdeyesecurity.org> - 1.8
- Stop rewriting for Whonix templates
* Sun Aug 21 2022 unman <unman@thirdeyesecurity.org> - 1.7
- Correct uninstall action
* Thu Jul 28 2022 unman <unman@thirdeyesecurity.org> - 1.5
@ -80,14 +100,11 @@ fi
- General tidy up
- Automate configuration for standard templates on install
- Remove configuration on package removal.
* Fri May 13 2022 unman <unman@thirdeyesecurity.org>
- Update to handling fedora 35 in pool
- add archlx_mirrors for pooling
- automatically salt all templates to use this proxy
* Fri May 06 2022 unman <unman@thirdeyesecurity.org>
- Update to debian-11-minimal base
* Wed Feb 03 2021 unman <unman@thirdeyesecurity.org>
- First Build