diff options
author | Thomas Penteker <tek@serverop.de> | 2011-05-16 11:19:01 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2011-05-16 11:19:01 +0200 |
commit | ca317daa4f12af676ea56e57e2abe5c84c1663d6 (patch) | |
tree | d7d5a4af4ad84e2f6e9fceafd3d6713d4f7f4bd7 | |
parent | 2bda68dee7d89c1db4d64498c53ac4e216436241 (diff) | |
download | contrib-ca317daa4f12af676ea56e57e2abe5c84c1663d6.tar.gz contrib-ca317daa4f12af676ea56e57e2abe5c84c1663d6.tar.xz |
libtorrent: 0.12.7 -> 0.12.8
-rw-r--r-- | libtorrent/.footprint | 18 | ||||
-rw-r--r-- | libtorrent/.md5sum | 2 | ||||
-rw-r--r-- | libtorrent/Pkgfile | 2 |
3 files changed, 16 insertions, 6 deletions
diff --git a/libtorrent/.footprint b/libtorrent/.footprint index 516414a23..e12f0c18b 100644 --- a/libtorrent/.footprint +++ b/libtorrent/.footprint @@ -19,6 +19,11 @@ drwxr-xr-x root/root usr/include/torrent/data/ -rw-r--r-- root/root usr/include/torrent/data/transfer_list.h -rw-r--r-- root/root usr/include/torrent/dht_manager.h -rw-r--r-- root/root usr/include/torrent/download.h +drwxr-xr-x root/root usr/include/torrent/download/ +-rw-r--r-- root/root usr/include/torrent/download/choke_group.h +-rw-r--r-- root/root usr/include/torrent/download/choke_queue.h +-rw-r--r-- root/root usr/include/torrent/download/download_manager.h +-rw-r--r-- root/root usr/include/torrent/download/resource_manager.h -rw-r--r-- root/root usr/include/torrent/download_info.h -rw-r--r-- root/root usr/include/torrent/error.h -rw-r--r-- root/root usr/include/torrent/event.h @@ -31,6 +36,7 @@ drwxr-xr-x root/root usr/include/torrent/data/ -rw-r--r-- root/root usr/include/torrent/object_stream.h -rw-r--r-- root/root usr/include/torrent/path.h drwxr-xr-x root/root usr/include/torrent/peer/ +-rw-r--r-- root/root usr/include/torrent/peer/choke_status.h -rw-r--r-- root/root usr/include/torrent/peer/client_info.h -rw-r--r-- root/root usr/include/torrent/peer/client_list.h -rw-r--r-- root/root usr/include/torrent/peer/connection_list.h @@ -42,16 +48,20 @@ drwxr-xr-x root/root usr/include/torrent/peer/ -rw-r--r-- root/root usr/include/torrent/poll_kqueue.h -rw-r--r-- root/root usr/include/torrent/poll_select.h -rw-r--r-- root/root usr/include/torrent/rate.h --rw-r--r-- root/root usr/include/torrent/resume.h -rw-r--r-- root/root usr/include/torrent/thread_base.h -rw-r--r-- root/root usr/include/torrent/throttle.h -rw-r--r-- root/root usr/include/torrent/torrent.h -rw-r--r-- root/root usr/include/torrent/tracker.h -rw-r--r-- root/root usr/include/torrent/tracker_list.h +drwxr-xr-x root/root usr/include/torrent/utils/ +-rw-r--r-- root/root usr/include/torrent/utils/extents.h +-rw-r--r-- root/root usr/include/torrent/utils/log_files.h +-rw-r--r-- root/root usr/include/torrent/utils/option_strings.h +-rw-r--r-- root/root usr/include/torrent/utils/resume.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libtorrent.la -lrwxrwxrwx root/root usr/lib/libtorrent.so -> libtorrent.so.13.0.0 -lrwxrwxrwx root/root usr/lib/libtorrent.so.13 -> libtorrent.so.13.0.0 --rwxr-xr-x root/root usr/lib/libtorrent.so.13.0.0 +lrwxrwxrwx root/root usr/lib/libtorrent.so -> libtorrent.so.14.0.0 +lrwxrwxrwx root/root usr/lib/libtorrent.so.14 -> libtorrent.so.14.0.0 +-rwxr-xr-x root/root usr/lib/libtorrent.so.14.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libtorrent.pc diff --git a/libtorrent/.md5sum b/libtorrent/.md5sum index 3fa4e568e..1f2184c9d 100644 --- a/libtorrent/.md5sum +++ b/libtorrent/.md5sum @@ -1 +1 @@ -2b5032bd3ef64f0d53f5ea73678e0eb0 libtorrent-0.12.7.tar.gz +5f644b6a96c9ef3c1b6df767eea1e705 libtorrent-0.12.8.tar.gz diff --git a/libtorrent/Pkgfile b/libtorrent/Pkgfile index ed6fcc1ee..b843aeeb6 100644 --- a/libtorrent/Pkgfile +++ b/libtorrent/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libsigc++ curl name=libtorrent -version=0.12.7 +version=0.12.8 release=1 source=(http://libtorrent.rakshasa.no/downloads/libtorrent-$version.tar.gz) |