Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f184c01386 | |||
| a05eb65bab | |||
| 739ba739f3 | |||
| 8543b6c9db | |||
| 9920ea185a | |||
| 2ea262ba59 | |||
| adf6ed5f48 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4640b8cf38265c9c74689701c5e8e1a3b1938ad1ac9ad71674393d2ff3c2dc7f
|
||||
size 6353911
|
||||
3
icingaweb2-2.12.6.tar.gz
Normal file
3
icingaweb2-2.12.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0297c1f28c2e00db74b9778030fe346f5b34a148745d0a9926d6eeef8665d873
|
||||
size 6365228
|
||||
@@ -1,3 +1,88 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 21 09:57:52 UTC 2025 - ecsos <ecsos@opensuse.org> - 2.12.6
|
||||
|
||||
- Update to 2.12.6
|
||||
- Search box shows many magnifying glasses for some community themes #5395
|
||||
- Authentication hooks are not called with external backends #5415
|
||||
- Improve Minimal layout #5386
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 10:13:03 UTC 2025 - ecsos <ecsos@opensuse.org> - 2.12.5
|
||||
|
||||
- Update to 2.12.5
|
||||
* PHP 8.4 Support
|
||||
We're again a little behind schedule, but now we support PHP 8.4!
|
||||
This means that installations on Ubuntu 25.04 and Fedora 42+ can
|
||||
now install Icinga Web without worrying about PHP related
|
||||
incompatibilities. Icinga packages will be available in the
|
||||
next few days.
|
||||
* Good Things Take Time
|
||||
There's only a single (notable) recent issue that is fixed
|
||||
with this release. All the others are a bit older.
|
||||
- External URLs set up as dashlets are not embedded the same
|
||||
as navigation items #5346
|
||||
* But the team sat together a few weeks ago and fixed a bug here
|
||||
and there. And of course, also in Icinga Web!
|
||||
- Users who are not allowed to change the theme, cannot change
|
||||
the theme mode either #5385
|
||||
- Improved compatibility with several SSO authentication
|
||||
providers #5000, #5227
|
||||
- Filtering for older-than events with relative time does not
|
||||
work #5263
|
||||
- Empty values are NULL in CSV exports #5350
|
||||
* Breaking, Somewhat
|
||||
This is mainly for developers.
|
||||
With the support of PHP 8.4, we introduced a new environment
|
||||
variable, ICINGAWEB_ENVIRONMENT. Unless set to dev, Icinga Web
|
||||
will not show nor log deprecation notices anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 17:19:21 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 2.12.4
|
||||
- Database login broken after upgrade #5343
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 11:21:51 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 2.12.3
|
||||
- XSS in embedded content CVE-2025-27405
|
||||
- DOM-based XSS CVE-2025-27404
|
||||
- Open redirect on login page CVE-2025-30164
|
||||
- Reflected XSS CVE-2025-27609
|
||||
- Login against Postgres DB is case-sensitive #5223
|
||||
- Role list has no functioning quick search #5300
|
||||
- After clicking on Check now, the page does not refresh itself #5293
|
||||
- Service States display wrong since update to 2.12.2 #5290
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 26 10:29:40 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Set right version for icinga-php-library.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 15:55:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix usage of %requires_eq: invalid syntax previosly resulted in
|
||||
ignored lines and now properly returns an error.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 13:56:39 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 2.12.2
|
||||
- Sort by name of roles does not work properly #4789
|
||||
- Settings menu flyout closes too fast / easy #5196
|
||||
- CSP header is missing the script-src policy #5180
|
||||
- Broken event overview due to IntlDateFormatter #5172
|
||||
- Downtimes, which were started and canceled, are missing in the history #5176
|
||||
- Usage of IcingaWeb2 api command returns 404, but is successful #5183
|
||||
- Allow fontawesome icons as menu items #5205
|
||||
- Error while opening a navigation root item #5177
|
||||
- Dashlets twice in dashboard & not deletable #5203
|
||||
- PluginOutputRenderer gets called twice #5271
|
||||
- Graphs disappear after form controls are used #4996
|
||||
- Make subgroups of custom variables fully collapsible #5256
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 13 10:53:58 CET 2024 - ro@suse.de
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package icingaweb2
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define php_major_version 8
|
||||
Name: icingaweb2
|
||||
Version: 2.12.1
|
||||
Version: 2.12.6
|
||||
Release: 0
|
||||
Summary: Icinga Web
|
||||
License: GPL-2.0-or-later
|
||||
@@ -69,7 +69,7 @@ Summary: PHP FPM configuration for %{name}
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
BuildRequires: php%{php_major_version}-fpm
|
||||
Requires: %{name} = %{version}
|
||||
%requires_eq %{php_major_version}-fpm >= %{php_version}
|
||||
%requires_eq php%{php_major_version}-fpm
|
||||
|
||||
%description php-fpm
|
||||
This package contains the PHP FPM configuration file to run %{name} with php-fpm.
|
||||
@@ -77,7 +77,7 @@ This package contains the PHP FPM configuration file to run %{name} with php-fpm
|
||||
%package -n php-icinga
|
||||
Summary: Icinga Web PHP library
|
||||
Group: Development/Libraries/Other
|
||||
Requires: icinga-php-library >= 0.13.0
|
||||
Requires: icinga-php-library >= 0.13.2
|
||||
Requires: icinga-php-thirdparty >= 0.12.0
|
||||
Requires: php-curl
|
||||
Requires: php-dom
|
||||
|
||||
Reference in New Issue
Block a user