mirror of
https://abf.rosa.ru/djam/pcre2.git
synced 2025-02-24 03:22:53 +00:00
10.45
This commit is contained in:
parent
89cde94db2
commit
fc096d2e05
2 changed files with 6 additions and 5 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
pcre2-10.36.tar.bz2: 65958cfc799c1474a272938f5690dff5f10db216
|
pcre2-10.45.tar.bz2: 2456df2afe30313dc1f3dc8763536320064c0f1f
|
||||||
|
|
|
@ -9,11 +9,11 @@
|
||||||
|
|
||||||
Summary: Perl-compatible regular expression library
|
Summary: Perl-compatible regular expression library
|
||||||
Name: pcre2
|
Name: pcre2
|
||||||
Version: 10.36
|
Version: 10.45
|
||||||
Release: 5
|
Release: 1
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System/Libraries
|
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
|
Source0: https://github.com/PhilipHazel/pcre2/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
|
||||||
# Do no set RPATH if libdir is not /usr/lib
|
# Do no set RPATH if libdir is not /usr/lib
|
||||||
Patch0: pcre2-10.10-Fix-multilib.patch
|
Patch0: pcre2-10.10-Fix-multilib.patch
|
||||||
|
@ -22,6 +22,7 @@ Patch1: pcre2_jit_compile.c.diff
|
||||||
Patch2: pcre2_jit_test.c.diff
|
Patch2: pcre2_jit_test.c.diff
|
||||||
Patch3: CVE-2022-41409.patch
|
Patch3: CVE-2022-41409.patch
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
|
BuildRequires: bzip2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PCRE2 is a re-working of the original PCRE (Perl-compatible regular
|
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
|
%prep
|
||||||
%autosetup -p1
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Because of multilib patch
|
# Because of multilib patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue