|
|
@ -3,19 +3,19 @@
|
|
|
|
Summary: DjVu viewers, encoders, and utilities
|
|
|
|
Summary: DjVu viewers, encoders, and utilities
|
|
|
|
Name: djvulibre
|
|
|
|
Name: djvulibre
|
|
|
|
Version: 3.5.28
|
|
|
|
Version: 3.5.28
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://djvu.sourceforge.net/
|
|
|
|
URL: http://djvu.sourceforge.net/
|
|
|
|
Source0: http://downloads.sourceforge.net/djvu/%{name}-%{version}.tar.gz
|
|
|
|
Source0: http://downloads.sourceforge.net/djvu/%{name}-%{version}.tar.gz
|
|
|
|
Patch0: djvulibre-3.5.22-cdefs.patch
|
|
|
|
Patch0: djvulibre-3.5.22-cdefs.patch
|
|
|
|
#Patch1: djvulibre-3.5.25.3-cflags.patch
|
|
|
|
#Patch1: djvulibre-3.5.25.3-cflags.patch
|
|
|
|
Patch6: djvulibre-3.5.27-export-file.patch
|
|
|
|
|
|
|
|
Patch8: djvulibre-3.5.27-check-image-size.patch
|
|
|
|
Patch8: djvulibre-3.5.27-check-image-size.patch
|
|
|
|
Patch9: djvulibre-3.5.27-integer-overflow.patch
|
|
|
|
Patch9: djvulibre-3.5.27-integer-overflow.patch
|
|
|
|
Patch10: djvulibre-3.5.27-check-input-pool.patch
|
|
|
|
Patch10: djvulibre-3.5.27-check-input-pool.patch
|
|
|
|
Patch11: djvulibre-3.5.27-djvuport-stack-overflow.patch
|
|
|
|
Patch11: djvulibre-3.5.27-djvuport-stack-overflow.patch
|
|
|
|
Patch12: djvulibre-3.5.27-unsigned-short-overflow.patch
|
|
|
|
Patch12: djvulibre-3.5.27-unsigned-short-overflow.patch
|
|
|
|
Patch14: djvulibre-3.5.27-out-of-bound-write-2.patch
|
|
|
|
Patch14: djvulibre-3.5.27-out-of-bound-write-2.patch
|
|
|
|
|
|
|
|
Patch15: 0001-Check-for-zero-width-and-height.patch
|
|
|
|
|
|
|
|
|
|
|
|
Requires(post): xdg-utils
|
|
|
|
Requires(post): xdg-utils
|
|
|
|
Requires(preun): xdg-utils
|
|
|
|
Requires(preun): xdg-utils
|
|
|
@ -69,13 +69,13 @@ Development files for DjVuLibre.
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .cdefs
|
|
|
|
%patch0 -p1 -b .cdefs
|
|
|
|
#%patch1 -p1 -b .cflags
|
|
|
|
#%patch1 -p1 -b .cflags
|
|
|
|
%patch6 -p1 -b .export-file
|
|
|
|
|
|
|
|
%patch8 -p1 -b .check-image-size
|
|
|
|
%patch8 -p1 -b .check-image-size
|
|
|
|
%patch9 -p1 -b .integer-overflow
|
|
|
|
%patch9 -p1 -b .integer-overflow
|
|
|
|
%patch10 -p1 -b .check-input-pool
|
|
|
|
%patch10 -p1 -b .check-input-pool
|
|
|
|
%patch11 -p1 -b .djvuport-stack-overflow
|
|
|
|
%patch11 -p1 -b .djvuport-stack-overflow
|
|
|
|
%patch12 -p1 -b .unsigned-short-overflow
|
|
|
|
%patch12 -p1 -b .unsigned-short-overflow
|
|
|
|
%patch14 -p1 -b .out-of-bound-write-2
|
|
|
|
%patch14 -p1 -b .out-of-bound-write-2
|
|
|
|
|
|
|
|
%patch15 -p1 -b .zero-size-image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -183,6 +183,18 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 07 2024 Marek Kasik <mkasik@redhat.com> - 3.5.28-5
|
|
|
|
|
|
|
|
- Check for zero-size image when allocating GBuffer
|
|
|
|
|
|
|
|
- Resolves: #2234737
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 07 2024 Marek Kasik <mkasik@redhat.com> - 3.5.28-4
|
|
|
|
|
|
|
|
- Improve image size fix
|
|
|
|
|
|
|
|
- Resolves: #2234740
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 18 2022 Marek Kasik <mkasik@redhat.com> - 3.5.28-3
|
|
|
|
|
|
|
|
- Initial EPEL 8 release
|
|
|
|
|
|
|
|
- Resolves: #1739168
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.28-2
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.28-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|