This commit is contained in:
Your Name 2025-02-10 14:39:17 +00:00
parent 89cde94db2
commit fc096d2e05
2 changed files with 6 additions and 5 deletions

View file

@ -1,2 +1,2 @@
sources:
pcre2-10.36.tar.bz2: 65958cfc799c1474a272938f5690dff5f10db216
pcre2-10.45.tar.bz2: 2456df2afe30313dc1f3dc8763536320064c0f1f

View file

@ -9,11 +9,11 @@
Summary: Perl-compatible regular expression library
Name: pcre2
Version: 10.36
Release: 5
Version: 10.45
Release: 1
License: BSD
Group: System/Libraries
Url: http://www.pcre.org/
URL: https://pcre2project.github.io/pcre2
Source0: https://github.com/PhilipHazel/pcre2/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
# Do no set RPATH if libdir is not /usr/lib
Patch0: pcre2-10.10-Fix-multilib.patch
@ -22,6 +22,7 @@ Patch1: pcre2_jit_compile.c.diff
Patch2: pcre2_jit_test.c.diff
Patch3: CVE-2022-41409.patch
BuildRequires: readline-devel
BuildRequires: bzip2
%description
PCRE2 is a re-working of the original PCRE (Perl-compatible regular
@ -145,7 +146,7 @@ Utilities demonstrating PCRE2 capabilities like pcre2grep or pcre2test.
#----------------------------------------------------------------------------
%prep
%autosetup -p1
%setup -q
%build
# Because of multilib patch