* Fix crash when adding a new torrent label
* Fix HTTPS protocol support in torrent/rss downloader
* Fix default width of file name column in torrent content
* Fix torrent addition dialog buttons height
* Fix deprecation warnings with libtorrent v0.15
* Fix "Download from URL" title size in Web UI
* Fix transparency of speed limits icons
* Dropped dependency on Qt gif library
This removes the requirement for QT_COMPONENTS= imageformat
* Improved libboost detection by configure file
And the following cosmetic change:
* Added icons to menu actions in Web UI
* Fix possible crash when adding a torrent
* Fix failure to remember some torrents on startup
* Fix torrent addition window layout (torrent content not expanding)
* Fix about dialog in Web UI
* Correctly clear trackers error messages once they work
* Display correct share ratio for paused torrents
And the following cosmetic change, which requires adding the
imageformats qt4 component:
* New alternative speed limits icons
This simplifies things for the port quite a bit since we can now use
MASTER_SITE_GOOGLE_CODE.
Update CONFLICTS to acknowledge removal of rblibtorrent
We need to change the CONFIGURE_ARG to --enable-deprecated-functions
since qbittorrent 2.2.3 uses them.
Remove a no longer needed patch, a better fix was adopted upstream
after my report.
* Fix possible crash when deleting a torrent just after pausing it
* Enable Apply button when alternative rate limits are changed
* Cleaner binutils gold linker support
* Clean fix for progress display with cleanlooks style
Display pieces that are being downloaded
Added back folder watching in Web UI
Added back file prioritizing in Web UI
And the following bug fixes:
Fix compilation with Qt 4.4
Fix Web UI compatibility with Safari
Fix file filtering in complex torrents
Ask for user confirmation for recursive torrent download
Fix "add file" dialog in torrent creation tool
Fix "Ctrl+A" in Web UI
* fixed udp tracker race condition
* fixed error handling with torrents with invalid piece sizes
* added support for torrents with odd piece sizes
* fixed issue with disk read cache not being cleared when removing torrents
* made the DHT socket bind to the same interface as the session
* fixed issue where an http proxy would not be used on redirects
* disabled buggy disconnect_peers feature
New features vs. 2.1.x:
* User can set alternative speed limits for fast toggling
* Bandwidth scheduler (automatically use alternative speed limits for a
given period)
* Added "Added/Completed On" columns to transfer list
* Added "Upload/Download limit" columns to transfer list
* Torrent files can be exported to a given directory
* Outgoing ports range can be customized (for QoS)
* User can choose to apply transfer limits on LAN too
* User can choose to include the protocol overhead in transfer limits
* Torrents can be automatically rechecked on completion
* If 2 torrents have the same hash, add new trackers/URL seeds to the
existing torrent
* Trackers can be added from Web UI
* Global transfer information are displayed in the new Web UI status bar
* Allow to change the priority of several files at once
* Support for multiple scan folders (Patch by Christian Kandeler)
* Improved style management
Bug fixes vs. 2.1.x:
* Only one log window can be opened at a time
* Optimized RSS module memory usage
* Consider HTTP downloads >1MB as invalid .torrent files and abort
* Fix Web UI authentication with some browsers
* Set Web UI ban period to 1 hour
* Fix Web UI authentication with Konqueror
* Fix save path display in properties
* Fix ratio calculation for directly seeded torrents
* Fix memory leak in RSS parser
* Only one log window can be opened at a time
* Command-line parameters are no longer required to be in UTF-8
disabled feature to drop requests after having been skipped too many times
fixed range request bug for files larger than 2 GB in web seeds
don't crash when trying to create torrents with 0 files
fixed optimistic unchoke timer
fixed bug where torrents with incorrectly formatted web seed URLs
would be connected multiple times
fixed DHT bootstrapping issue
fixed UDP over SOCKS5 issue
added support for "corrupt" tracker announce
made end-game mode less aggressive
From the PR (with some tweaks/modifications, and many thanks!):
Use MASTER_SITE_GOOGLE_CODE
Sort MAKE_JOBS_SAFE and CONFLICTS for portlint
Switch to using the boost_system asio which allows some major
simplification, removal of lots of patches, etc.
Simplify CPPFLAGS/LDFLAGS
Use PORTDOCS macro (thus simplifying plist too)
Update BROKEN message to be more accurate
Simplify patches to Makefile.am
PR: ports/144337
Submitted by: lioux
Feature safe: yes
1. Move net-p2p/rblibtorrent-devel to net-p2p/libtorrent-rasterbar-14
a. Update LIB_DEPENDS for ports that depended on rblibtorrent-devel
b. Add entries to MOVED and UPDATING
2. Introduce net-p2p/libtorrent-rasterbar-15, the new devel version
3. Introduce net-p2p/qbittorrent-22, the new devel version of qbittorrent
Feature safe: yes
Tune up the comment for qbittorrent, but no PORTREVISION bump since GeoIP
was already a dependency.
Bump PORTREVISION for libtorrent, and add some more configure args both
to cement the GeoIP option and also to assert the defaults on other options.
The wacky post-configure kludge stays for now until I can have more time to
unravel the current asio-related auto* tangle that makes it necessary.
and no longer considered the most up to date version. sharktorrent is the
only port left that depends on it, and the version in ports is very old.
With alepulver's permission assume maintainership of sharktorrent for the
purpsoe of shepherding the deprecation. If anyone wants to update it to
a more modern version that depends on libtorrent-rasterbar version 0.14.8
or newer, feel free.
@BOOST_SYSTEM_LIB@ is in the libtorrent pkg-config file.
While I'm here, mark libtorrent MAKE_JOBS_SAFE.
Submitted by: Christophe Dumez (qbittorrent author)
Fix actions on selected torrents (non-selected torrents could be affected)
Only one program preferences dialog is allowed at a time
Link against boost and ssl to fix issues with gold linker
Fix memory leak in RSS
Improved HTTP gzip compression detection in downloader
Fix possible race condition in search engine
From version 2.1.4:
Fix file prioritizing in a torrent
Make sure seeding torrents display a progress of 100%
Usage display was improved and localized (--help)
Fix possible crash when deleting a torrent
Fix possible crash when changing torrents label
For the port, mark MAKE_JOBS_SAFE, do a better job with the libnotify
default, and add a small patch to fix the newly added boost system lib
dependency. The latter must be post-configure because it patches a file
created by the configure script.