Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / opendht
Commits: e4dce80e by Antonio Rojas at 2025-09-14T22:01:30+02:00 upgpkg: 1:3.5.1-1: Upstream update - - - - - 4 changed files: - .SRCINFO - .nvchecker.toml - PKGBUILD - − llhttp.patch Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = opendht pkgdesc = C++17 Distributed Hash Table (DHT) implementation - pkgver = 3.2.0 - pkgrel = 2 + pkgver = 3.5.1 + pkgrel = 1 epoch = 1 url = https://github.com/savoirfairelinux/opendht arch = x86_64 @@ -26,9 +26,7 @@ pkgbase = opendht depends = llhttp optdepends = python: to use the Python bindings optdepends = msgpack-cxx: linking against opendht - source = git+https://github.com/savoirfairelinux/opendht#tag=v3.2.0 - source = llhttp.patch - sha256sums = 12f71503ba7253ca5545676ffed7a6fea9497e0227c9e2112d1901b7c8a63412 - sha256sums = 0f0b394656f719508ea83dd3ea87b08245fa1413a91e50a144dede20b2e3ca22 + source = git+https://github.com/savoirfairelinux/opendht#tag=v3.5.1 + sha256sums = fd1c6349b61e4d95ba7904d8c41603a516c5f631b6dbf527166217b73a494cb3 pkgname = opendht ===================================== .nvchecker.toml ===================================== @@ -2,3 +2,4 @@ source = "git" git = "https://github.com/savoirfairelinux/opendht.git" prefix = "v" +exclude_regex = ".*rc.*" ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ pkgname=opendht epoch=1 -pkgver=3.2.0 -pkgrel=2 +pkgver=3.5.1 +pkgrel=1 pkgdesc="C++17 Distributed Hash Table (DHT) implementation" arch=(x86_64) url="https://github.com/savoirfairelinux/opendht" @@ -14,14 +14,8 @@ makedepends=(git cmake msgpack-cxx restinio asio cython python-setuptools) checkdepends=(cppunit) optdepends=('python: to use the Python bindings' 'msgpack-cxx: linking against opendht') -source=(git+${url}#tag=v$pkgver - llhttp.patch) -sha256sums=('12f71503ba7253ca5545676ffed7a6fea9497e0227c9e2112d1901b7c8a63412' - '0f0b394656f719508ea83dd3ea87b08245fa1413a91e50a144dede20b2e3ca22') - -prepare() { - patch -d $pkgname -p1 < llhttp.patch # Fix llhttp lib name -} +source=(git+${url}#tag=v$pkgver) +sha256sums=('fd1c6349b61e4d95ba7904d8c41603a516c5f631b6dbf527166217b73a494cb3') build() { cmake -B build -S ${pkgname} \ ===================================== llhttp.patch deleted ===================================== @@ -1,13 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 57f767af..6b9403ef 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -97,7 +97,7 @@ if (NOT MSVC) - - # llhttp - find_path(LLHTTP_INCLUDE_DIR llhttp.h) -- find_library(LLHTTP_LIBRARY libllhttp) -+ find_library(LLHTTP_LIBRARY llhttp) - if (LLHTTP_INCLUDE_DIR AND LLHTTP_LIBRARY) - message(STATUS "Found llhttp ${LLHTTP_INCLUDE_DIR} ${LLHTTP_LIBRARY}") - add_library(llhttp_static STATIC IMPORTED) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opendht/-/commit/e4dce80eb0c4ae1e3319ca125b7d92672c925761 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opendht/-/commit/e4dce80eb0c4ae1e3319ca125b7d92672c925761 You're receiving this email because of your account on gitlab.archlinux.org.