rebase to version 10.02.1 (#2238724)
This commit is contained in:
parent
1deadfe0d9
commit
74b045ac69
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@ ghostscript-8.71.tar.xz
|
|||||||
/ghostscript-10.0.0.tar.xz
|
/ghostscript-10.0.0.tar.xz
|
||||||
/ghostscript-10.01.0.tar.xz
|
/ghostscript-10.01.0.tar.xz
|
||||||
/ghostscript-10.01.2.tar.xz
|
/ghostscript-10.01.2.tar.xz
|
||||||
|
/ghostscript-10.02.1.tar.xz
|
||||||
|
@ -44,8 +44,8 @@
|
|||||||
|
|
||||||
Name: ghostscript
|
Name: ghostscript
|
||||||
Summary: Interpreter for PostScript language & PDF
|
Summary: Interpreter for PostScript language & PDF
|
||||||
Version: 10.01.2
|
Version: 10.02.1
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ URL: https://ghostscript.com/
|
|||||||
Source: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs%{version_short}/ghostscript-%{version}.tar.xz
|
Source: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs%{version_short}/ghostscript-%{version}.tar.xz
|
||||||
|
|
||||||
Requires: libgs%{?_isa} = %{version}-%{release}
|
Requires: libgs%{?_isa} = %{version}-%{release}
|
||||||
Requires: jbig2dec-libs = %{jbig2dec_version}
|
Requires: jbig2dec-libs >= %{jbig2dec_version}
|
||||||
Requires: %{name}-tools-fonts%{?_isa} = %{version}-%{release}
|
Requires: %{name}-tools-fonts%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-tools-printing%{?_isa} = %{version}-%{release}
|
Requires: %{name}-tools-printing%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
@ -106,12 +106,6 @@ BuildRequires: make
|
|||||||
# ---------------- last rebase that are necessary for any reason:
|
# ---------------- last rebase that are necessary for any reason:
|
||||||
#Patch000: example000.patch
|
#Patch000: example000.patch
|
||||||
|
|
||||||
Patch001: ghostscript-10.01.0-pdfwrite-Substituted-TTF-CIDFont-CID-hand.patch
|
|
||||||
Patch002: ghostscript-10.01.0-convert-defaultpage-to-lowercase.patch
|
|
||||||
Patch003: ghostscript-10.01.2-CVE-2023-38559.patch
|
|
||||||
Patch004: ghostscript-10.01.2-CVE-2023-43115.patch
|
|
||||||
|
|
||||||
|
|
||||||
# Downstream patches -- these should be always included when doing rebase:
|
# Downstream patches -- these should be always included when doing rebase:
|
||||||
# ------------------
|
# ------------------
|
||||||
# Downstream patches for RHEL -- patches that we keep only in RHEL for various
|
# Downstream patches for RHEL -- patches that we keep only in RHEL for various
|
||||||
@ -424,6 +418,9 @@ done
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 06 2023 Richard Lescak <rlescak@redhat.com> - 10.02.1-1
|
||||||
|
- rebase to version 10.02.1 (#2238724)
|
||||||
|
|
||||||
* Wed Oct 11 2023 Richard Lescak <rlescak@redhat.com> - 10.01.2-4
|
* Wed Oct 11 2023 Richard Lescak <rlescak@redhat.com> - 10.01.2-4
|
||||||
- fix for CVE-2023-43115 (#2241112)
|
- fix for CVE-2023-43115 (#2241112)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ghostscript-10.01.2.tar.xz) = ee20f0e12f553a3d04578e71a0d45defebc71117ce4dc2c14043985bfe7348ad7f8b2fe98fc9b4f5b935ecb32e50dc340be67d6ef58190542ec6d0f9da1de380
|
SHA512 (ghostscript-10.02.1.tar.xz) = ee0f754c1bd8a18428ad14eaa3ead80ff8b96275af5012e7a8384f1f10490da056eec9ae3cc791a7a13a24e16e54df5bccdd109c7d53a14534bbd7360a300b11
|
||||||
|
Loading…
Reference in New Issue
Block a user