Skip to content

Commit

Permalink
Merge pull request #645 from kiwix/xapian-1.4.23
Browse files Browse the repository at this point in the history
Bump-up Xapian to version 1.4.23
  • Loading branch information
kelson42 authored Nov 1, 2023
2 parents 0e103dd + e966385 commit 45c5501
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
5 changes: 2 additions & 3 deletions kiwixbuild/dependencies/xapian.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ class Xapian(Dependency):
name = "xapian-core"

class Source(ReleaseDownload):
archive = Remotefile('xapian-core-1.4.22.tar.xz',
'05884af00b06702ce486057d62a3bfbe6606cf965ada0f5ea570b328a2fa1ea8')
patches = ['xapian_win32.patch']
archive = Remotefile('xapian-core-1.4.23.tar.xz',
'30d3518172084f310dab86d262b512718a7f9a13635aaa1a188e61dc26b2288c')

class Builder(MakeBuilder):
configure_option = "--disable-sse --disable-backend-chert --disable-backend-remote --disable-documentation"
Expand Down
20 changes: 0 additions & 20 deletions kiwixbuild/patches/xapian_win32.patch

This file was deleted.

4 changes: 2 additions & 2 deletions kiwixbuild/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@

# This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions.
base_deps_meta_version = '92'
base_deps_meta_version = '93'

base_deps_versions = {
'zlib' : '1.2.12',
'lzma' : '5.2.6',
'zstd' : '1.5.2',
'docoptcpp' : '0.6.2',
'uuid' : '1.43.4',
'xapian-core' : '1.4.22',
'xapian-core' : '1.4.23',
'mustache' : '4.1',
'pugixml' : '1.2',
'libmicrohttpd' : '0.9.76',
Expand Down

0 comments on commit 45c5501

Please sign in to comment.