commit 4d9f5316dc6c92e6da6d7abe7c50c7292d3de5ba
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Thu Dec 16 07:33:13 2021 -0600
Update to latest version to address CVE-2021-45046.
.gitignore | 1 +
sources | 2 +-
unifi.spec | 11 +++++++----
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 281a0a8..7954a69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@
/UniFi-6.4.54.unix.zip
/UniFi-6.5.53.unix.zip
/UniFi-6.5.54.unix.zip
+/UniFi-6.5.55.unix.zip
diff --git a/sources b/sources
index a771b6e..ebc1adb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (UniFi-6.5.54.unix.zip) =
dffafad544f40b0ac921d7be2223640ff9ec93f5b3e913a3028e393aa669a936f7789e58d5018d3452e902712090f00f97574e8c37aa384d509638415a9ed8b0
+SHA512 (UniFi-6.5.55.unix.zip) =
c2f677de819268366d65622238c1b8d6d8abcd5e06d6f1f635d9755573eff5a6aca0c84298a111b0da5e80bade8132e05339035edde3cc5fc08834f2d6c4b26e
diff --git a/unifi.spec b/unifi.spec
index 3776428..ae10fdc 100644
--- a/unifi.spec
+++ b/unifi.spec
@@ -4,7 +4,7 @@
%global __strip /bin/true
Name: unifi
-Version: 6.5.54
+Version: 6.5.55
Release: 1%{?dist}
Summary: Ubiquiti UniFi controller
@@ -134,9 +134,9 @@ Provides: bundled(jsr305) = 3.0.2
Provides: bundled(jstl) = 1.2
Provides: bundled(jstun) = 0.7.4
Provides: bundled(jul-to-slf4j) = 1.7.30
-Provides: bundled(log4j-api) = 2.15.0
-Provides: bundled(log4j-core) = 2.15.0
-Provides: bundled(log4j-slf4j-impl) = 2.15.0
+Provides: bundled(log4j-api) = 2.16.0
+Provides: bundled(log4j-core) = 2.16.0
+Provides: bundled(log4j-slf4j-impl) = 2.16.0
Provides: bundled(mongo-java-driver) = 3.4.3
Provides: bundled(openssh) = 1.0
Provides: bundled(org.eclipse.paho.client.mqttv3) = 1.1.0
@@ -362,6 +362,9 @@ fi
%changelog
+* Thu Dec 16 2021 Richard Shaw <hobbes1069(a)gmail.com> - 6.5.55-1
+- Update to latest version to address CVE-2021-45046.
+
* Tue Dec 14 2021 Richard Shaw <hobbes1069(a)gmail.com> - 6.5.54-1
- Update to 6.5.54.
Show replies by date