SHA256
1
0
forked from pool/sphinx

Compare commits

10 Commits

Author SHA256 Message Date
756865a905 Accepting request 1227749 from server:search
OBS-URL: https://build.opensuse.org/request/show/1227749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sphinx?expand=0&rev=10
2024-12-02 15:59:43 +00:00
8c03c64269 add sphinx-gcc14.patch to fix gcc14 compile time error
OBS-URL: https://build.opensuse.org/package/show/server:search/sphinx?expand=0&rev=44
2024-12-02 12:10:32 +00:00
e8dacb9a84 Accepting request 1137750 from server:search
OBS-URL: https://build.opensuse.org/request/show/1137750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sphinx?expand=0&rev=9
2024-01-09 19:51:39 +00:00
95160a0206 Accepting request 1114030 from server:search
OBS-URL: https://build.opensuse.org/request/show/1114030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sphinx?expand=0&rev=8
2023-09-29 19:13:49 +00:00
cfa3b0157b Accepting request 978621 from server:search
OBS-URL: https://build.opensuse.org/request/show/978621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sphinx?expand=0&rev=7
2022-05-23 13:51:54 +00:00
f1e449618b Accepting request 949725 from server:search
OBS-URL: https://build.opensuse.org/request/show/949725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sphinx?expand=0&rev=6
2022-01-29 19:59:29 +00:00
916966a7c3 Accepting request 822940 from server:search
OBS-URL: https://build.opensuse.org/request/show/822940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sphinx?expand=0&rev=5
2020-07-27 15:47:55 +00:00
001edc49d5 Accepting request 687886 from server:search
OBS-URL: https://build.opensuse.org/request/show/687886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sphinx?expand=0&rev=4
2019-03-24 14:01:21 +00:00
59ee68f7ce Accepting request 628235 from server:search
OBS-URL: https://build.opensuse.org/request/show/628235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sphinx?expand=0&rev=3
2018-08-10 07:49:48 +00:00
188d0a0c5a Accepting request 624657 from server:search
OBS-URL: https://build.opensuse.org/request/show/624657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sphinx?expand=0&rev=2
2018-07-23 16:02:17 +00:00
3 changed files with 17 additions and 0 deletions

11
sphinx-gcc14.patch Normal file
View 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 )
{

View File

@@ -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>

View File

@@ -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++