Use pcre2 library
The pcre1 library is only maintained for serious bugs and vulnerabilities at this point. Further improvements are happening in pcre2. In a future release git will make this the default library for pcre support.
This commit is contained in:
parent
98fb8ee0a8
commit
595b682e78
5
git.spec
5
git.spec
@ -94,7 +94,7 @@ BuildRequires: libcurl-devel
|
|||||||
%if %{libsecret}
|
%if %{libsecret}
|
||||||
BuildRequires: libsecret-devel
|
BuildRequires: libsecret-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pcre2-devel
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
%endif
|
%endif
|
||||||
@ -357,7 +357,7 @@ V = 1
|
|||||||
CFLAGS = %{optflags}
|
CFLAGS = %{optflags}
|
||||||
LDFLAGS = %{__global_ldflags}
|
LDFLAGS = %{__global_ldflags}
|
||||||
NEEDS_CRYPTO_WITH_SSL = 1
|
NEEDS_CRYPTO_WITH_SSL = 1
|
||||||
USE_LIBPCRE = 1
|
USE_LIBPCRE2 = 1
|
||||||
ETC_GITCONFIG = %{_sysconfdir}/gitconfig
|
ETC_GITCONFIG = %{_sysconfdir}/gitconfig
|
||||||
DESTDIR = %{buildroot}
|
DESTDIR = %{buildroot}
|
||||||
INSTALL = install -p
|
INSTALL = install -p
|
||||||
@ -728,6 +728,7 @@ rm -rf %{buildroot}
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 04 2017 Todd Zullinger <tmz@pobox.com> - 2.14.0-1
|
* Fri Aug 04 2017 Todd Zullinger <tmz@pobox.com> - 2.14.0-1
|
||||||
- Update to 2.14.0
|
- Update to 2.14.0
|
||||||
|
- Use pcre2 library
|
||||||
|
|
||||||
* Tue Aug 01 2017 Todd Zullinger <tmz@pobox.com> - 2.13.4-1
|
* Tue Aug 01 2017 Todd Zullinger <tmz@pobox.com> - 2.13.4-1
|
||||||
- Update to 2.13.4
|
- Update to 2.13.4
|
||||||
|
Loading…
Reference in New Issue
Block a user