Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
opendht
Commits:
9a29e758 by Antonio Rojas at 2026-02-14T22:20:11+01:00
upgpkg: 1:3.7.0rc8-1: Update to rc needed by jami
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = opendht
pkgdesc = C++17 Distributed Hash Table (DHT) implementation
- pkgver = 3.6.2.3
+ pkgver = 3.7.0rc8
pkgrel = 1
epoch = 1
url = https://github.com/savoirfairelinux/opendht
@@ -28,7 +28,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.6.2.3
- sha256sums =
10d48e46a9c7d61953ffd468157df4d52f3a2ce4e7633e7e1fb686217c66af03
+ source = git+https://github.com/savoirfairelinux/opendht#tag=v3.7.0rc8
+ sha256sums =
bc948237b5bb00750eddcf639978c5640e978c903ef584fe979a8eaa0b38febe
pkgname = opendht
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=opendht
epoch=1
-pkgver=3.6.2.3
+pkgver=3.7.0rc8
pkgrel=1
pkgdesc="C++17 Distributed Hash Table (DHT) implementation"
arch=(x86_64)
@@ -15,12 +15,7 @@ checkdepends=(cppunit)
optdepends=('python: to use the Python bindings'
'msgpack-cxx: linking against opendht')
source=(git+${url}#tag=v$pkgver)
-sha256sums=('10d48e46a9c7d61953ffd468157df4d52f3a2ce4e7633e7e1fb686217c66af03')
-
-prepare() {
- cd $pkgname
- git cherry-pick -n d12f9271b8f8aafc87387729e03fc445a03c5ea7 # Fix segfault
when built with GCC 15
-}
+sha256sums=('bc948237b5bb00750eddcf639978c5640e978c903ef584fe979a8eaa0b38febe')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opendht/-/commit/9a29e758277810b1a94d0879a08d9d9a94e3e1f3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opendht/-/commit/9a29e758277810b1a94d0879a08d9d9a94e3e1f3
You're receiving this email because of your account on gitlab.archlinux.org.