forked from pool/sphinx
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 756865a905 | |||
| 8c03c64269 |
11
sphinx-gcc14.patch
Normal file
11
sphinx-gcc14.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/api/libsphinxclient/test.c 2016-07-19 12:42:18.000000000 +0200
|
||||
+++ b/api/libsphinxclient/test.c 2024-12-02 12:27:40.898095827 +0100
|
||||
@@ -268,7 +271,7 @@
|
||||
}
|
||||
|
||||
printf ( "n=%d,\t", i );
|
||||
- res = sphinx_build_excerpts ( client, 1, docs, index, words, &opts );
|
||||
+ res = sphinx_build_excerpts ( client, 1, (const char **)docs, index, words, &opts );
|
||||
|
||||
if ( !res )
|
||||
{
|
||||
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 11:34:46 UTC 2024 - Friedrich Haubensak <hsk17@mail.de>
|
||||
|
||||
- add sphinx-gcc14.patch to fix gcc14 compile time error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 12:48:18 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -39,6 +39,7 @@ Patch2: sphinx-default_listen.patch
|
||||
Patch3: reproducible.patch
|
||||
#CVE-2020-29050 https://salsa.debian.org/debian/sphinxsearch/-/blob/4d6fe40644130308604845db43d3588e715ec85d/debian/patches/06-CVE-2020-29050.patch
|
||||
Patch4: CVE-2020-29050.patch
|
||||
Patch5: sphinx-gcc14.patch
|
||||
# for fix-ups
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
Reference in New Issue
Block a user