mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 09:22:59 +02:00
Updated to latest rtorrent
This commit is contained in:
@@ -43,8 +43,8 @@ usr/bin/rtorrent
|
||||
#usr/include/torrent/tracker_list.h
|
||||
#usr/lib/libtorrent.la
|
||||
usr/lib/libtorrent.so
|
||||
usr/lib/libtorrent.so.10
|
||||
usr/lib/libtorrent.so.10.0.8
|
||||
usr/lib/libtorrent.so.9
|
||||
usr/lib/libtorrent.so.9.2.0
|
||||
#usr/lib/pkgconfig/libtorrent.pc
|
||||
#usr/include/sigc++-2.0
|
||||
#usr/include/sigc++-2.0/sigc++
|
||||
|
||||
@@ -167,7 +167,7 @@
|
||||
* libshout-2.2.2
|
||||
* libsigc++-2.0.17
|
||||
* libtool-1.5.22
|
||||
* libtorrent-0.11.9
|
||||
* libtorrent-0.12.2
|
||||
* libupnp-1.6.6
|
||||
* libusb-0.1.12
|
||||
* libvorbis-1.2.0
|
||||
@@ -254,7 +254,7 @@
|
||||
* rrdtool-1.2.15
|
||||
* rssdler-0.4.0a
|
||||
* rsync-3.0.4
|
||||
* rtorrent-0.7.9
|
||||
* rtorrent-0.8.2
|
||||
* samba-3.2.7
|
||||
* sane-1.0.19
|
||||
* screen-4.0.3
|
||||
@@ -275,6 +275,7 @@
|
||||
* squidGuard-1.4
|
||||
* squidclamav-3.9
|
||||
* sshfs-fuse-2.2
|
||||
* sslh-1.6g
|
||||
* streamripper-1.63.5
|
||||
* sudo-1.6.8p12
|
||||
* sysfsutils-1.3.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
||||
# Copyright (C) 2009 Michael Tremer & Christian Schmidt #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.11.9
|
||||
VER = 0.12.2
|
||||
|
||||
THISAPP = libtorrent-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 8974dc9499b382a09fb952cabcfef9a0
|
||||
$(DL_FILE)_MD5 = 0831ca06f8906c7898fd67931ab239c7
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
||||
# Copyright (C) 2009 Michael Tremer & Christian Schmidt #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.7.9
|
||||
VER = 0.8.2
|
||||
|
||||
THISAPP = rtorrent-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = rtorrent
|
||||
PAK_VER = 2
|
||||
PAK_VER = 3
|
||||
CFLAGS =
|
||||
CXXFLAGS =
|
||||
|
||||
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 136202fdd540a92aafbcee29f849d228
|
||||
$(DL_FILE)_MD5 = a2456182e1767e5aed7341dbbd058f60
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user