diff --git a/devel/opendht/Makefile b/devel/opendht/Makefile index d6633966f037..fce6cd9cf8d5 100644 --- a/devel/opendht/Makefile +++ b/devel/opendht/Makefile @@ -1,52 +1,52 @@ PORTNAME= opendht DISTVERSIONPREFIX= v -DISTVERSION= 3.1.4 +DISTVERSION= 3.1.6 CATEGORIES= devel net MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight Distributed Hash Table implementation WWW= https://github.com/savoirfairelinux/opendht/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/asio.hpp:net/asio \ boost-libs>0:devel/boost-libs \ msgpack-cxx>0:devel/msgpack-cxx \ restinio>0:www/restinio LIB_DEPENDS= libargon2.so:security/libargon2 \ libfmt.so:devel/libfmt \ libhttp_parser.so:www/http-parser \ libjsoncpp.so:devel/jsoncpp \ libnettle.so:security/nettle \ libgnutls.so:security/gnutls RUN_DEPENDS= msgpack-cxx>0:devel/msgpack-cxx TEST_DEPENDS= cppunit>0:devel/cppunit USES= cmake:testing compiler:c++17-lang localbase ncurses pathfix pkgconfig readline ssl USE_GITHUB= yes GH_ACCOUNT= savoirfairelinux USE_LDCONFIG= yes LDFLAGS+= -lcrypto CMAKE_OFF= OPENDHT_STATIC BUILD_TESTING CMAKE_TESTING_ON= BUILD_TESTING # tests fail w/out explanation, see https://github.com/savoirfairelinux/opendht/issues/640, https://github.com/savoirfairelinux/opendht/issues/658 OPTIONS_DEFINE= PROXY_SERVER PROXY_CLIENT PUSH_NOTIFICATIONS DOCS PROXY_SERVER_DESC= Enable DHT proxy server PROXY_CLIENT_DESC= Enable DHT proxy client PUSH_NOTIFICATIONS_DESC= Enable push notifications support PROXY_SERVER_CMAKE_BOOL= OPENDHT_PROXY_SERVER PROXY_CLIENT_CMAKE_BOOL= OPENDHT_PROXY_CLIENT PUSH_NOTIFICATIONS_CMAKE_BOOL= OPENDHT_PUSH_NOTIFICATIONS PROXY_SERVER_LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp \ librestbed.so:www/restbed PORTDOCS= * .include diff --git a/devel/opendht/distinfo b/devel/opendht/distinfo index b19f0d590a65..5d2a90ffb9ac 100644 --- a/devel/opendht/distinfo +++ b/devel/opendht/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701761426 -SHA256 (savoirfairelinux-opendht-v3.1.4_GH0.tar.gz) = ab71bd21759d586be1d8f0f405b3aaa3723c48d75a754a6e7339465aeeb24f88 -SIZE (savoirfairelinux-opendht-v3.1.4_GH0.tar.gz) = 484776 +TIMESTAMP = 1702363496 +SHA256 (savoirfairelinux-opendht-v3.1.6_GH0.tar.gz) = 69b7ca638a817d515fa9279892efacff3a101581800ced295ad901259d62e6fd +SIZE (savoirfairelinux-opendht-v3.1.6_GH0.tar.gz) = 484660 diff --git a/devel/opendht/pkg-plist b/devel/opendht/pkg-plist index 1d0082349e81..a9b94e2ba72e 100644 --- a/devel/opendht/pkg-plist +++ b/devel/opendht/pkg-plist @@ -1,43 +1,43 @@ bin/dhtchat bin/dhtnode bin/dhtscanner include/opendht.h include/opendht/callbacks.h include/opendht/crypto.h include/opendht/def.h include/opendht/default_types.h include/opendht/dht.h include/opendht/dht_interface.h include/opendht/dht_proxy_client.h include/opendht/dht_proxy_server.h include/opendht/dhtrunner.h include/opendht/http.h include/opendht/indexation/pht.h include/opendht/infohash.h include/opendht/log.h include/opendht/logger.h include/opendht/network_engine.h include/opendht/network_utils.h include/opendht/node.h include/opendht/node_cache.h include/opendht/node_export.h include/opendht/peer_discovery.h include/opendht/proxy.h include/opendht/rate_limiter.h include/opendht/rng.h include/opendht/routing_table.h include/opendht/scheduler.h include/opendht/securedht.h include/opendht/sockaddr.h include/opendht/thread_pool.h include/opendht/utils.h include/opendht/value.h include/opendht/value.h.orig lib/cmake/opendht/opendhtConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/opendht/opendhtConfig.cmake lib/cmake/opendht/opendhtConfigVersion.cmake lib/libopendht.so lib/libopendht.so.3 -lib/libopendht.so.3.1.4 +lib/libopendht.so.3.1.6 libdata/pkgconfig/opendht.pc man/man1/dhtnode.1.gz diff --git a/devel/py-opendht/Makefile b/devel/py-opendht/Makefile index 005428039721..7ef25cf8affa 100644 --- a/devel/py-opendht/Makefile +++ b/devel/py-opendht/Makefile @@ -1,29 +1,29 @@ PORTNAME= opendht DISTVERSIONPREFIX= v -DISTVERSION= 3.1.4 +DISTVERSION= 3.1.6 CATEGORIES= devel net PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight Distributed Hash Table implementation WWW= https://github.com/savoirfairelinux/opendht/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/predef/other/endian.h:devel/boost-libs LIB_DEPENDS= libopendht.so:devel/opendht \ libgnutls.so:security/gnutls USES= cmake compiler:c++17-lang localbase python USE_PYTHON= distutils cython autoplist pytest # 4 tests fail, see https://github.com/savoirfairelinux/opendht/issues/683 USE_GITHUB= yes GH_ACCOUNT= savoirfairelinux WRKSRC_SUBDIR= python post-stage: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/opendht*.so .include diff --git a/devel/py-opendht/distinfo b/devel/py-opendht/distinfo index ec581b676a6e..e2fd3f19c7a6 100644 --- a/devel/py-opendht/distinfo +++ b/devel/py-opendht/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701761769 -SHA256 (savoirfairelinux-opendht-v3.1.4_GH0.tar.gz) = ab71bd21759d586be1d8f0f405b3aaa3723c48d75a754a6e7339465aeeb24f88 -SIZE (savoirfairelinux-opendht-v3.1.4_GH0.tar.gz) = 484776 +TIMESTAMP = 1702363762 +SHA256 (savoirfairelinux-opendht-v3.1.6_GH0.tar.gz) = 69b7ca638a817d515fa9279892efacff3a101581800ced295ad901259d62e6fd +SIZE (savoirfairelinux-opendht-v3.1.6_GH0.tar.gz) = 484660