summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2023-10-14revisionFabioLolix
2022-02-27fix depsFabioLolix
2020-12-18revisionFabioLolix
2016-12-01all: switch to HTTPS when availableBaptiste Jonglez
2016-11-12opendht-git: Fix lib install directoryBaptiste Jonglez
2016-08-19opendht-git: Bump pkgverBaptiste Jonglez
2016-06-02opendht: Build python bindingsBaptiste Jonglez
2016-05-31opendht: Switch to CMake instead of autotoolsBaptiste Jonglez
2016-04-24ring: -git packages don't provide the non-git package anymoreBaptiste Jonglez
This was confusing, as it allowed to mix -git and non-git Ring packages (which almost certainly won't work, since the APIs evolve quite often).
2016-02-21opendht: Revert msgpack-c to makedepends (once again)Baptiste Jonglez
Commit e6a84380e57c44220d4fb63d21353dd3b8d24668 brought msgpack-c to depends, but this was a mistake: msgpack-c is not necessary for using opendht, since only msgpack-c headers are used, the shared library is not. Instead, packages that depend on opendht should add msgpack-c to their makedepends. See a related confusion here: https://bugs.archlinux.org/task/48277
2016-02-16opendht-git: No longer use a fixed commit (see new package opendht for a ↵Baptiste Jonglez
stable version)
2016-01-09opendht-git: Update to latest versionBaptiste Jonglez
2016-01-03opendht-git: Update to latest version, nasty bug is supposed to be fixedBaptiste Jonglez
2015-12-12opendht-git: Revert to an older version to avoid a large performance issueBaptiste Jonglez
There seems to be an important issue with latest version of opendht in ring-daemon: https://lists.savoirfairelinux.net/pipermail/ring/2015-December/002302.html Revert to the same "known good version" as ring-daemon upstream: https://gerrit-ring.savoirfairelinux.com/#/c/3280/
2015-11-29opendht-git: UpdateBaptiste Jonglez
2015-11-11Update ring packages to latest versionBaptiste Jonglez
2015-10-01Revert msgpack-c back to dependsBaptiste Jonglez
msgpack-c is needed is a dependency, because opendht.h includes msgpack.hpp, so any package building against opendht also needs the msgpack headers.
2015-08-24opendht-git: Move msgpack-c to the build dependenciesBaptiste Jonglez
msgpack is a header-only library for C++, so it's only a build dependency, not a real dependency.
2015-08-24opendht-git: Update to 20150823Baptiste Jonglez
2015-07-21opendht-git, ring-daemon-git, libringclient-git, ring-gnome-client-git: use ↵Baptiste Jonglez
a fixed version, to avoid incompatibilities when API changes
2015-06-25Initial upload: opendht-git 20150617-1Baptiste Jonglez