From c843ac9fe87a7bbe1400de52fa7f8ebc894829c6 Mon Sep 17 00:00:00 2001 From: wangkerong Date: Tue, 8 Jun 2021 10:35:56 +0800 Subject: [PATCH] Fix CVE-2021-25317 --- cups.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cups.spec b/cups.spec index ee7ea2d..c1ce286 100644 --- a/cups.spec +++ b/cups.spec @@ -1,7 +1,7 @@ Name: cups Epoch: 1 Version: 2.2.13 -Release: 4 +Release: 5 Summary: CUPS is the standards-based, open source printing system for linux operating systems. License: GPLv2+ and LGPLv2+ with exceptions and AML Url: http://www.cups.org/ @@ -275,7 +275,7 @@ rm -f %{_exec_prefix}/lib/cups/backend/smb %{_datadir}/cups/templates/pt_BR/*.tmpl %dir %attr(1770,root,lp) %{_localstatedir}/spool/cups/tmp %dir %attr(0710,root,lp) %{_localstatedir}/spool/cups -%dir %attr(0755,lp,sys) %{_localstatedir}/log/cups +%dir %attr(0755,root,lp) %{_localstatedir}/log/cups %{_datadir}/pixmaps/cupsprinter.png %{_datadir}/cups/drv/sample.drv @@ -324,6 +324,12 @@ rm -f %{_exec_prefix}/lib/cups/backend/smb %doc %{_datadir}/%{name}/www/apple-touch-icon.png %changelog +* Tue Jun 08 2021 wangkerong 2.2.13-5 +- Type:CVE +- ID:CVE-2021-25317 +- SUG:NA +- DESC:fix CVE-2021-25317 + * Fri Feb 19 2021 jinzhimin 2.2.13-4 - remove unused ncp backend -- Gitee