[Lunar-commits] <moonbase> libtorrent: version bumped to 0.12.6.
Florin Braescu
florin at lunar-linux.org
Tue May 18 21:05:07 CEST 2010
commit 3b8943afccdb6aaeee25ee65f2290f281e5de081
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue May 18 22:05:07 2010 +0300
libtorrent: version bumped to 0.12.6.
Thanks to Drew Kelling for submitting this.
---
libs/libtorrent/BUILD | 2 +-
libs/libtorrent/DEPENDS | 4 ++--
libs/libtorrent/DETAILS | 12 ++++++------
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/libs/libtorrent/BUILD b/libs/libtorrent/BUILD
index a4a5e3d..d2de26d 100644
--- a/libs/libtorrent/BUILD
+++ b/libs/libtorrent/BUILD
@@ -1,7 +1,7 @@
(
bad_flags -fomit-frame-pointer
- default_build &&
+ default_build &&
gather_docs TODO
) > $C_FIFO 2>&1
diff --git a/libs/libtorrent/DEPENDS b/libs/libtorrent/DEPENDS
index cdb954b..d97de5e 100644
--- a/libs/libtorrent/DEPENDS
+++ b/libs/libtorrent/DEPENDS
@@ -1,5 +1,5 @@
-depends pkgconfig &&
-depends libsigc++2 &&
+depends pkgconfig
+depends libsigc++2
optional_depends "openssl" "--with-openssl" "--without-openssl" \
"to use OpenSSL's SHA1 implementation"
diff --git a/libs/libtorrent/DETAILS b/libs/libtorrent/DETAILS
index 4d5ee77..6f84f41 100644
--- a/libs/libtorrent/DETAILS
+++ b/libs/libtorrent/DETAILS
@@ -1,16 +1,16 @@
MODULE=libtorrent
- VERSION=0.12.5
+ VERSION=0.12.6
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://libtorrent.rakshasa.no/downloads/
- SOURCE_VFY=sha1:05a60581c6b1a94e2a07d1a07e47b8c60d2e237c
- WEB_SITE=http://libtorrent.rakshasa.no/
+ SOURCE_URL=http://libtorrent.rakshasa.no/downloads
+ SOURCE_VFY=sha1:bf7082f98bd6281493cba94a456697fb88c2c21b
+ WEB_SITE=http://libtorrent.rakshasa.no
ENTERED=20060704
- UPDATED=20091122
+ UPDATED=20100518
SHORT="A BitTorrent library written in C++"
cat << EOF
libtorrent is a BitTorrent library written in C++ with a focus on high
-performance and good code. The library differentiates itself from
+performance and good code. The library differentiates itself from
other implementations by transfering directly from file pages to the
network stack. On high-bandwidth connections it is able to seed at 3
times the speed of the official client.
More information about the Lunar-commits
mailing list