From 41efda513b931a286f6509d6f6f5ace6ae0d5de0 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mon, 9 Jun 2025 15:25:25 +0200 Subject: [PATCH] rebuild to fix CVE-2025-22871 Resolves: RHEL-89213 --- golang-github-openprinting-ipp-usb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/golang-github-openprinting-ipp-usb.spec b/golang-github-openprinting-ipp-usb.spec index 2f2b5a3..450de77 100644 --- a/golang-github-openprinting-ipp-usb.spec +++ b/golang-github-openprinting-ipp-usb.spec @@ -24,7 +24,7 @@ Requires: pkgconfig(libusb-1.0) >= 1.0 } Name: %{goname} -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTTP reverse proxy, backed by IPP-over-USB connection to device # Upstream license specification: BSD-2-Clause @@ -114,6 +114,9 @@ install -m 0644 -vp ipp-usb-quirks/* %{buildroot}%{_datadir}/ipp-usb/quirks %gopkgfiles %changelog +* Mon Jun 09 2025 Zdenek Dohnal - 0.9.27-3 +- rebuild to fix CVE-2025-22871 + * Tue Oct 29 2024 Troy Dawson - 0.9.27-2 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018