forked from pool/golang-github-lusitaniae-apache_exporter
cc25719bb5
Fix build issues with new Go. spackawalk#23074 OBS-URL: https://build.opensuse.org/request/show/1128554 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-lusitaniae-apache_exporter?expand=0&rev=29
125 lines
3.9 KiB
Plaintext
125 lines
3.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Nov 21 15:05:11 UTC 2023 - Marina Latini <marina.latini@suse.com>
|
|
|
|
- Do not strip if SUSE Linux Enterprise 15 SP3
|
|
- Exclude debug for RHEL >= 8
|
|
- Build with Go >= 1.20 when the OS is not RHEL
|
|
- Spec file clean up
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 4 10:40:18 UTC 2023 - Witek Bedyk <witold.bedyk@suse.com>
|
|
|
|
- Fix apparmor profile for SLE 12
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 11 12:55:45 UTC 2023 - Witek Bedyk <witold.bedyk@suse.com>
|
|
|
|
- Do not build with apparmor profile for SLE 12
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 11 11:18:57 UTC 2023 - Witek Bedyk <witold.bedyk@suse.com>
|
|
|
|
- Upgrade to version 1.0.0 (jsc#PED-5405)
|
|
* Improved flag parsing
|
|
* Added support for custom headers
|
|
- Build with Go 1.19
|
|
- Build using promu
|
|
- Add _service file
|
|
- Fix sandboxing options
|
|
|
|
- Upgrade to version 0.13.4
|
|
* Fix denial of service vulnerability
|
|
(CVE-2022-32149, bsc#1204501)
|
|
|
|
- Upgrade to version 0.13.3
|
|
* Fix uncontrolled resource consumption
|
|
(CVE-2022-41723, bsc#1208270)
|
|
|
|
- Upgrade to version 0.13.1
|
|
* Fix panic caused by missing flagConfig options
|
|
|
|
- Upgrade to version 0.13.0
|
|
* Fix authentication bypass vulnarability
|
|
(CVE-2022-46146, bsc#1208046)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 25 14:12:03 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
|
|
|
- corrected comment in AppArmor profile
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 22 17:25:32 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
|
|
|
- added AppArmor profile
|
|
- added sandboxing options to systemd service unit
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 20 09:40:38 UTC 2022 - Witek Bedyk <witold.bedyk@suse.com>
|
|
|
|
- Exclude s390 architecture (gh#SUSE/spacewalk#19050)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 13 12:42:00 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
|
|
|
- Update to upstream release 0.11.0 (jsc#SLE-24791)
|
|
* Add TLS support
|
|
* Switch to logger, please check --log.level and --log.format
|
|
flags
|
|
|
|
- Update to version 0.10.1
|
|
* Bugfix: Reset ProxyBalancer metrics on each scrape to
|
|
remove stale data
|
|
|
|
- Update to version 0.10.0
|
|
* Add Apache Proxy and other metrics
|
|
|
|
- Update to version 0.8.0
|
|
* Change commandline flags
|
|
* Add metrics: Apache version, request duration total
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 21 20:09:39 UTC 2022 - Stefan Bluhm <stefan.bluhm@clacee.eu>
|
|
|
|
- Adapted to build on Enterprise Linux 8
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 8 09:40:42 UTC 2021 - Witek Bedyk <witold.bedyk@suse.com>
|
|
|
|
- Require building with Go 1.15
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 18 17:49:17 UTC 2020 - Joao Cavalheiro <jcavalheiro@suse.com>
|
|
|
|
- Add support for RedHat 8
|
|
+ Adjust dependencies on spec file
|
|
+ Disable dwarf compression in go build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 19 15:18:13 UTC 2019 - Joao Cavalheiro <jcavalheiro@suse.com>
|
|
|
|
- Update to 0.7
|
|
* Handle OS TERM signals
|
|
|
|
- Changes from 0.6
|
|
* Add option to override host name
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 19 13:08:57 UTC 2019 - Joao Cavalheiro <jcavalheiro@suse.com>
|
|
|
|
- Add support for Red Hat
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 6 09:26:16 UTC 2019 - jmc <jcavalheiro@suse.com>
|
|
|
|
- Add %license macro for LICENSE file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 18 09:04:18 UTC 2019 - jcavalheiro@suse.com
|
|
|
|
- Fix license information in spec file (MIT)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 17 17:08:16 UTC 2019 - jcavalheiro@suse.com
|
|
|
|
- Initial commit (v0.5.0)
|