diff options
author | dougb <dougb@FreeBSD.org> | 2010-01-24 05:36:48 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-01-24 05:36:48 +0800 |
commit | e24798cc85bdeb62b357942464ab486b22f7d669 (patch) | |
tree | dfdee3f2db19955ceafdcce077632bfba32eafed /net-p2p/qbittorrent | |
parent | 4e601931489bce4d77ca8748dd0f9ed9c64bf659 (diff) | |
download | freebsd-ports-gnome-e24798cc85bdeb62b357942464ab486b22f7d669.tar.gz freebsd-ports-gnome-e24798cc85bdeb62b357942464ab486b22f7d669.tar.zst freebsd-ports-gnome-e24798cc85bdeb62b357942464ab486b22f7d669.zip |
Update to version 2.1.1, which has the following new features:
Torrents can be labeled/categorized
Labeled torrent can be downloaded corresponding subfolders
Disk cache size can be set from preferences
Peer Exchange (PeX) can be disabled from preferences
Torrent files/folders can be renamed (torrent addition dialog or files
properties)
uTorrent compatible tracker list support (use torrentz.com url as a default)
Better proxy support and preferences remodeling
qBittorrent can identify itself as uTorrent, Vuze or KTorrent (Any stable
version)
Torrents can be renamed in transfer list
Display torrent addition dialog for magnet links too
Files contained in a torrent are opened on double click (files panel)
Added support for magnet links in search engine
Added vertor.com and torrentdownloads.net search plugins
Search engine can now use a SOCKS5 proxy
HTTP proxy support for peer communication
Updated translations (Hungarian, Chinese, Russian)
Added legal notice on startup that the user must accept
And the following bug fixes:
Search engine loads new proxy settings without program restart
Use XDG folders (.cache, .local) instead of .qbittorrent
Protect Web UI authentication against brute forcing
Use HTTP digest mode for Web UI authentication (instead of Basic)
Properly display torrents with one file in subfolder(s)
Display Web UI favicon
File priority can be set for finished torrents that have filtered files
Fix compilation with Qt4.4
Save torrent metadata so that it does not have to be re-downloaded on
restart (Magnet links)
Fix folder renaming in a torrent (would rename children under certain
conditions)
Nox version no longer requires libQtXml
Configure file now checks for pkg-config executable which is required
Torrents added from magnet links were not remembered on restart
"Add in pause" setting can be ignored from torrent addition dialog
Fix renaming of files with unicode characters in their name
Fix typo in legal notice (startup)
Can listen on ports < 1024 (must be root)
Paused torrents can now be rechecked
Fix "open torrent destination" feature when path contains spaces
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/qbittorrent/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 0db11c9e36a4..578d2755cf93 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qbittorrent -PORTVERSION= 2.0.7 +PORTVERSION= 2.1.1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net-p2p/qbittorrent/distinfo b/net-p2p/qbittorrent/distinfo index 7ea1382a438d..0cff017e73db 100644 --- a/net-p2p/qbittorrent/distinfo +++ b/net-p2p/qbittorrent/distinfo @@ -1,3 +1,3 @@ -MD5 (qbittorrent-2.0.7.tar.gz) = 90933b25e5d37f456d6be79afc71f740 -SHA256 (qbittorrent-2.0.7.tar.gz) = 184ae924f84cb2cea6e2f2d85bfa2585074fc25bbdd80796439de0ece846c3a4 -SIZE (qbittorrent-2.0.7.tar.gz) = 2164914 +MD5 (qbittorrent-2.1.1.tar.gz) = cca22a8f370ee6f48494b0d320454db7 +SHA256 (qbittorrent-2.1.1.tar.gz) = 91804fa24fdddd3a011f1e74aba578c5ce03cebc21ca23b7fcbd5d911b6a647f +SIZE (qbittorrent-2.1.1.tar.gz) = 2366021 |