./net/Transmission, Free, lightweight BitTorrent client

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q2, Version: 2.61, Package name: Transmission-2.61, Maintainer: tnn

Transmission is a free, lightweight BitTorrent client. It features
a simple, intuitive interface on top on an efficient, cross-platform
back-end.

Transmission is open source (MIT license) and runs on Mac OS X
(Cocoa interface), Linux/NetBSD/FreeBSD/OpenBSD (CLI/GTK2+ interface)
and BeOS (native interface).


Required to run:
[devel/libevent] [www/curl]

Required to build:
[archivers/bsdtar] [devel/libtool-base] [devel/gmake] [devel/pkg-config] [lang/perl5] [textproc/intltool]

Master sites:

SHA1: 7df170ecee6e62766859dca6ae0cf4e89c1ea99f
RMD160: 72f87037071c9cd3ffa7c60c5d584b52a6d22574
Filesize: 4101.274 KB

Version history: (Expand)


CVS history: (Expand)


   2012-07-31 00:12:18 by Matthias Scheler | Files touched by this commit (13) | Package updated
Log message:
Pullup ticket #3881 - requested by wiz
net/Transmission: security update
net/Transmission-gui: security update

Revisions pulled up:
- net/Transmission-gui/Makefile                                 1.4-1.5
- net/Transmission-gui/PLIST                                    1.2-1.3
- net/Transmission/Makefile                                     1.79
- net/Transmission/Makefile.common                              1.2-1.4
- net/Transmission/PLIST                                        1.11-1.12
- net/Transmission/distinfo                                     1.58-1.60
- net/Transmission/patches/patch-aa                             1.11
- net/Transmission/patches/patch-ad                             deleted
- net/Transmission/patches/patch-ae                             1.11
- net/Transmission/patches/patch-af                             deleted
- net/Transmission/patches/patch-qt_qtr.pro                     1.1
- net/Transmission/patches/patch-third-party_miniupnp_miniupnp.c 1.1

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Thu Jul 12 18:29:46 UTC 2012

   Modified Files:
   	pkgsrc/net/Transmission: Makefile Makefile.common PLIST distinfo
   	pkgsrc/net/Transmission-gui: Makefile PLIST distinfo
   	pkgsrc/net/Transmission/patches: patch-aa patch-ae
   Added Files:
   	pkgsrc/net/Transmission/patches: patch-qt_qtr.pro
   Removed Files:
   	pkgsrc/net/Transmission/patches: patch-ad patch-af

   Log message:
   Update Transmission* to 2.60, inspired by PR 46695 by Ken Wong.

   Transmission 2.60 (2012/07/05)
       Fix issues when adding magnet links
       Improved scraping behavior for certain trackers
       Fix bug where cleared statistics might not save
       Updated versions of miniupnpc and libuTP
       Fixed compilation issues with Solaris and FreeBSD
       Other minor fixes

   Web Client

       Notification of downloading and seeding completion (requires browser \ 
support of notifications)
       Re-add select all and deselect all buttons to the file inspector tab

   Qt

       Add Basque translation

   Transmission 2.52 (2012/05/19)
       Fix bug with zero termination of multiscrape strings
       Update the bundled libnatpmp and miniupnp port forwarding libraries

   GTK+

       Fix minor bug in Ubuntu app indicator support

   Transmission 2.51 (2012/04/08)
       Update the bundled libnatpmp and miniupnp port forwarding libraries
       Add environment variable options to have libcurl verify SSL certs
       Support user-specified CXX environment variables during compile time

   GTK+

       Fix crash when adding torrents on systems without G_USER_DIRECTORY_DOWNLOAD
       Honor the notification sound setting
       Add a tooltip to files in the torrents' file list
       Fix broken handling of the Cancel button in the "Open URL" dialog
       Improve support for Gnome Shell and Unity
       Catch SIGTERM instead of SIGKILL

   Qt

       Progress bar colors are now similar to the Mac and Web clients'
       Improve the "Open Folder" behavior

   Web Client

       Fix global seed ratio progress bars
       Fix sometimes-incorrect ratio being displayed in the inspector
       If multiple torrents are selected, show the aggregate info in the inspector
       Upgrade to jQuery 1.7.2

   Daemon

       Show magnet link information in transmission-remote -i

   Transmission 2.50 (2012/02/14)
       Fix crash when adding some magnet links
       Improved support for downloading webseeds with large files
       Gracefully handle incorrectly-compressed data from webseed downloads
       Fairer bandwidth distribution across connected peers
       Use less CPU when calculating undownloaded portions of large torrents
       Use the Selection Algorithm, rather than sorting, to select peer candidates
       Use base-10 units when displaying bandwidth speed and disk space
       If the OS has its own copy of natpmp, prefer it over our bundled version
       Fix Fails-To-Build error on Solaris 10 from use of mkdtemp()
       Fix Fails-To-Build error on FreeBSD from use of alloca()
       Fix Fails-To-Build error when building without a C++ compiler for libuTP

   GTK+

       Fix regression that broke the "--minimized" command-line argument
       Instead of notify-send, use the org.freedesktop.Notifications DBus API
       Fix a handful of small memory leaks

   Qt

       Fix FTB when building without libuTP support on Debian

   Web Client

       Filtering by state and tracker
       Sorting by size
       Larger, easier-to-press toolbar buttons
       Fix the torrent size and time remaining in the inspector's details tab
       Bundle jQuery and the stylesheets to avoid third-party CDNs
       Upgrade to jQuery 1.7.1
       Fix runtime errors in IE 8, IE 9, and Opera
       Revise CSS stylesheets to use SASS
       Minor interface tweaks

   Daemon

       Fix corrupted status string in transmission-remote

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Thu Jul 12 18:35:30 UTC 2012

   Modified Files:
   	pkgsrc/net/Transmission: PLIST

   Log message:
   Sort.

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Thu Jul 12 18:35:42 UTC 2012

   Modified Files:
   	pkgsrc/net/Transmission: Makefile.common
   Removed Files:
   	pkgsrc/net/Transmission-gui: distinfo

   Log message:
   Share distinfo between Transmission packages.

---
   Module Name:	pkgsrc
   Committed By:	marino
   Date:		Wed Jul 18 17:50:22 UTC 2012

   Modified Files:
   	pkgsrc/net/Transmission: distinfo
   Added Files:
   	pkgsrc/net/Transmission/patches: patch-third-party_miniupnp_miniupnp.c

   Log message:
   net/Transmission: Disable IP Multicast interface for DragonFly

   The only BSD to support the IP Multicast interface is FreeBSD.  NetBSD,
   OpenBSD, and even MacOS have this turned off, so DragonFly gets added
   to the OS macro list to fix the build.

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sat Jul 28 15:13:42 UTC 2012

   Modified Files:
   	pkgsrc/net/Transmission: Makefile.common distinfo
   	pkgsrc/net/Transmission-gui: Makefile PLIST

   Log message:
   Update to 2.61:

   === Transmission 2.61 (2012/07/23) ===
   \ 
[http://trac.transmissionbt.com/query?milestone=2.61&group=component&order=severity \ 
All tickets closed by this release]
   ==== All Platforms ====
   ==== Mac ====
     * Fix crash when creating a torrent file on Lion or newer
   ==== GTK+ ====
     * Support startup notification
     * Require GTK+ 3
   ==== Qt ====
     * Fix bug when opening the web client via the Preferences dialog
     * Better opening of magnet links
     * The Torrent File list now handles very long lists faster
     * Fix i18n problem introduced in 2.60
   ==== Web Client ====
     * Close potential cross-scripting vulnerability from malicious torrent files
   ==== Utils ====
     * Add magnet link generation to the transmission-show command line tool