diff options
author | tron <tron@pkgsrc.org> | 2014-06-15 22:44:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2014-06-15 22:44:15 +0000 |
commit | b2f834e21222f0fc0266f87586a7ed700a376ef7 (patch) | |
tree | b540bef4f0344e5fbdd8977a1727610c9892aacf /net/libtorrent/Makefile | |
parent | 771394aa7dbe4b87c62cef327044c8b392e77fac (diff) | |
download | pkgsrc-b2f834e21222f0fc0266f87586a7ed700a376ef7.tar.gz |
Update libtorrent to version 0.13.4 and rtorrent to version 0.9.4.
A list of changes is not available unfortunately. But the update seems
to prevent crashes with a message like this one:
rtorrent: Read past initial payload after incoming encrypted handshake
Diffstat (limited to 'net/libtorrent/Makefile')
-rw-r--r-- | net/libtorrent/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index b858456ae0b..d47d4da8c89 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.51 2014/02/12 23:18:22 tron Exp $ +# $NetBSD: Makefile,v 1.52 2014/06/15 22:44:15 tron Exp $ -DISTNAME= libtorrent-0.13.2 -PKGREVISION= 6 +DISTNAME= libtorrent-0.13.4 CATEGORIES= net -MASTER_SITES= ${HOMEPAGE:=downloads/} +MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ OWNER= tron@NetBSD.org -HOMEPAGE= http://libtorrent.rakshasa.no/ +HOMEPAGE= http://rakshasa.github.io/rtorrent/ COMMENT= BitTorrent library written in C++ for *nix LICENSE= gnu-gpl-v2 @@ -15,6 +14,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-debug +LDFLAGS+= -lz .include "../../mk/bsd.prefs.mk" .if ${MACHINE_ARCH} == "alpha" || \ @@ -61,5 +61,6 @@ CONFIGURE_ENV+= OPENSSL_LIBS=${OPENSSL_LIBS:Q} CXXFLAGS+= -std=c++11 .endif +.include "../../devel/zlib/buildlink3.mk" .include "../../devel/libsigc++/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |