diff options
author | dougb <dougb@FreeBSD.org> | 2010-01-01 07:28:33 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-01-01 07:28:33 +0800 |
commit | e7e42a9585224d84222e0a397ccda601d0152ce5 (patch) | |
tree | b33b55e4bf7ac9f2b2c1a7147050efdcc504472c | |
parent | 3dc97d341b44447359be71c43c0949abc358dc6b (diff) | |
download | freebsd-ports-gnome-e7e42a9585224d84222e0a397ccda601d0152ce5.tar.gz freebsd-ports-gnome-e7e42a9585224d84222e0a397ccda601d0152ce5.tar.zst freebsd-ports-gnome-e7e42a9585224d84222e0a397ccda601d0152ce5.zip |
Update to version 2.0.4, which contains the following bugfixes:
Fix PeerGuardian .p2b binary filter support
Fix possible crash when closing a search engine tab
Make sure service port does not change
Fix possible DHT port saving issue
Fix communication between qBittorrent and Web UI (Qt 4.6)
Use Wildcard matching instead of full regex in RSS feed downloader
Fix code for listening on a random port whenever it failed to listen on the one defined
Use global maximum transfer rates as maximum values in per-torrent speed limiting dialogs
Fix global download rate limiting from Web UI
Display a disconnected icon in status bar whenever qBittorrent failed to listen on the port defined
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/qbittorrent-22/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/qbittorrent/distinfo | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index 28606e041078..7e971673356d 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qbittorrent -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net-p2p/qbittorrent-22/distinfo b/net-p2p/qbittorrent-22/distinfo index 35e632abceb9..cb4b608713fd 100644 --- a/net-p2p/qbittorrent-22/distinfo +++ b/net-p2p/qbittorrent-22/distinfo @@ -1,3 +1,3 @@ -MD5 (qbittorrent-2.0.3.tar.gz) = f8ec0485a859d2532d53c9f35826c8f6 -SHA256 (qbittorrent-2.0.3.tar.gz) = 85f0f03877c1ff1154a658f035bf7a2d0e10adb90097d46eeab6f569e4b2ce50 -SIZE (qbittorrent-2.0.3.tar.gz) = 2129758 +MD5 (qbittorrent-2.0.4.tar.gz) = e1541e2334698881f8fd8c21aa9854c0 +SHA256 (qbittorrent-2.0.4.tar.gz) = a67ae2c3f74e09deaef6002212e2bb7e0d378ef33ac4724fd03cd33ed2cce749 +SIZE (qbittorrent-2.0.4.tar.gz) = 2163612 diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 28606e041078..7e971673356d 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qbittorrent -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net-p2p/qbittorrent/distinfo b/net-p2p/qbittorrent/distinfo index 35e632abceb9..cb4b608713fd 100644 --- a/net-p2p/qbittorrent/distinfo +++ b/net-p2p/qbittorrent/distinfo @@ -1,3 +1,3 @@ -MD5 (qbittorrent-2.0.3.tar.gz) = f8ec0485a859d2532d53c9f35826c8f6 -SHA256 (qbittorrent-2.0.3.tar.gz) = 85f0f03877c1ff1154a658f035bf7a2d0e10adb90097d46eeab6f569e4b2ce50 -SIZE (qbittorrent-2.0.3.tar.gz) = 2129758 +MD5 (qbittorrent-2.0.4.tar.gz) = e1541e2334698881f8fd8c21aa9854c0 +SHA256 (qbittorrent-2.0.4.tar.gz) = a67ae2c3f74e09deaef6002212e2bb7e0d378ef33ac4724fd03cd33ed2cce749 +SIZE (qbittorrent-2.0.4.tar.gz) = 2163612 |