Implement crypto functions using NSS

Resolves: #1944726
This commit is contained in:
Marek Kasik 2021-05-10 15:45:43 +02:00
parent 37f6e0df1d
commit 522745f99a
2 changed files with 1063 additions and 1 deletions

1055
poppler-21.01.0-nss.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
Summary: PDF rendering library
Name: poppler
Version: 21.01.0
Release: 7%{?dist}
Release: 8%{?dist}
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
URL: http://poppler.freedesktop.org/
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.xz
@ -21,6 +21,9 @@ Patch2: %{name}-gcc11.patch
Patch3: poppler-21.01.0-glib-introspection.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1944726
Patch4: poppler-21.01.0-nss.patch
BuildRequires: make
BuildRequires: cmake
BuildRequires: gcc-c++
@ -214,6 +217,10 @@ test "$(pkg-config --modversion poppler-qt5)" = "%{version}"
%{_mandir}/man1/*
%changelog
* Mon May 10 2021 Marek Kasik <mkasik@redhat.com> - 21.01.0-8
- Implement crypto functions using NSS
- Resolves: #1944726
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 21.01.0-7
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937