pkgsrc/net/libtorrent-rasterbar/Makefile
adam d7055c5338 libtorrent-rasterbar: updated to 1.2.12
libtorrent-1.2.12
fix loading of DHT node ID from previous session on startup
use getrandom(), when available, and fall back to /dev/urandom
fix python binding for "value" in dht put alerts
fix bug in python binding for dht_put_mutable_item
fix uTP issue acking FIN packets
validate HTTPS certificates by default (trackers and web seeds)
load SSL certificates from windows system certificate store, to authenticate trackers
introduce mitigation for Server Side Request Forgery in tracker and web seed URLs
fix error handling for pool allocation failure
2021-01-06 14:25:53 +00:00

28 lines
757 B
Makefile

# $NetBSD: Makefile,v 1.15 2021/01/06 14:25:53 adam Exp $
DISTNAME= libtorrent-rasterbar-1.2.12
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=arvidn/}
GITHUB_PROJECT= libtorrent
GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.libtorrent.org/
COMMENT= Feature complete C++ bittorrent implementation
LICENSE= modified-bsd
USE_CMAKE= yes
USE_LANGUAGES= c c++14
USE_TOOLS+= pkg-config
GCC_REQD+= 6 # c++14
PKGCONFIG_OVERRIDE+= libtorrent-rasterbar.pc.in
post-install:
${FIND} ${DESTDIR} -name '*.orig' -exec ${RM} -f {} +
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"