non port: net-p2p/transmission-daemon/Makefile |
SVNWeb
|
Number of commits found: 63 |
Sat, 19 Nov 2022
|
[ 01:37 Alexandre C. Guimarães (rigoletto) ] 8b652c4
net-p2p/transmission: Fix build after the libutp changes.
|
Sat, 10 Sep 2022
|
[ 17:41 Stefan Eßer (se) Author: Tobias Kortkamp ] e79fe1a (Only the first 10 of 195 ports in this commit are shown above. )
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Mon, 14 Jun 2021
|
[ 02:38 Alexandre C. Guimarães (rigoletto) ] 1ad0aaf
net-p2p/transmission-*: Fix 'IPv4 DHT announce failed' flooding syslog.
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 31 Jul 2020
|
[ 00:52 rigoletto ]
net-p2p/transmission-*: build without debug symbols.
PR: 248326
Submitted by: ondra@bimovi.cz
|
Sun, 24 May 2020
|
[ 16:33 rigoletto ]
net-p2p/transmission: Bring all variants to the latest changes.
- this is supposedly to be the actual 3.00 release
Reported by: lev
|
Wed, 20 May 2020
|
[ 01:52 rigoletto ] (Only the first 10 of 11 ports in this commit are shown above. )
net-p2p/transmission: Allow all variants to be installed concurrently
- split utils in a separated port
PR: 246272
Differential Revision: https://reviews.freebsd.org/D24851
|
Wed, 6 May 2020
|
[ 15:24 rigoletto ] (Only the first 10 of 14 ports in this commit are shown above. )
net-p2p/transmission: Update to 3.00
- net-p2p/transmission-cli
- net-p2p/transmission-daemon
- net-p2p/transmission-gtk
- net-p2p/transmission-qt
- www/transmission-web
Differential Revision: D18995
|
Wed, 23 Jan 2019
|
[ 17:07 rigoletto ]
net-p2p/transmission-cli: revert the previous patch to keep the port consistent
alongside all other supported platforms.
Approved by: tcberner (mentor)
|
Sun, 20 Jan 2019
|
[ 17:02 rigoletto ]
net-p2p/transmission-cli: change transmission's data size unit conversion
factors from 1000 to 1024, to match FreeBSD's blocksize.
- bump the affected SLAVEPORTS
Submitted by: soralx@cydem.org (private e-mail)
Approved by: tcberner (mentor)
|
Sat, 29 Dec 2018
|
[ 07:18 rigoletto ]
net-p2p/tranmission-cli: fix build due to devel/jech-dht update to v0.25.
- bump PORTREVISION of the affected SLAVEPORTS
PR: 234462
Reviewed by: mat (mentor)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18660
|
Sun, 15 Jul 2018
|
[ 17:01 tcberner ] (Only the first 10 of 28 ports in this commit are shown above. )
net-p2p/transmission* -- update and falvorize
* update to 2.94
* flavorize the Qt frontends
* give maintainership to lebarondemerde@privacychain.ch
PR: 226710
Approved by: portmgr (mat), crees (previous maintainer)
Differential Revision: https://reviews.freebsd.org/D14699
|
Wed, 28 Feb 2018
|
[ 21:09 crees ]
net-p2p/transmission-cli: Update to 2.93
- Includes DNS rebinding fix
- Fixes OpenSSL 1.1 compat
Note that the previous version was no longer vulnerable as FreeBSD had
patches, but this reports the correct version to trackers as some were
banned.
PR: ports/225917
PR: ports/225915
|
Sat, 20 Jan 2018
|
[ 01:20 woodsb02 ]
net-p2p/transmission-daemon: Improve UPDATING entry and add pkg-message
This will ensure users who do not read UPDATING are still presented with
the message about how to allow clients to connect to the daemon using
DNS when they upgrade the package.
PR: 225150
Reported by: swills
Security: https://www.vuxml.org/freebsd/3e5b8bd3-0c32-452f-a60e-beab7b762351.html
|
Sun, 14 Jan 2018
|
[ 22:35 woodsb02 ]
net-p2p/transmission-daemon: Mitigate DNS rebinding attack
Incorporate upstream pull request 468, proposed by Tavis Ormandy from
Google Project Zero, which mitigates this attack by requiring a host
whitelist for requests that cannot be proven to be secure, but it can
be disabled if a user does not want security.
PR: 225150
Submitted by: Tavis Ormandy
Approved by: crees (maintainer)
Obtained
from: https://github.com/transmission/transmission/pull/468#issuecomment-357098126
MFH: 2018Q1
Security: https://www.vuxml.org/freebsd/3e5b8bd3-0c32-452f-a60e-beab7b762351.html
|
Mon, 20 Feb 2017
|
[ 02:57 jbeich ] (Only the first 10 of 136 ports in this commit are shown above. )
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
|
Sat, 4 Feb 2017
|
[ 07:56 jbeich ] (Only the first 10 of 136 ports in this commit are shown above. )
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer)
|
Sun, 25 Dec 2016
|
[ 23:11 dinoex ] (Only the first 10 of 22 ports in this commit are shown above. )
- update miniupnpc to 2.0.20161216
- bump API change
|
Wed, 2 Mar 2016
|
[ 22:50 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
net-p2p/transmission-*: update to 2.90
- Add POLARSSL and WOLFSSL support (like ftp/curl)
- Hide LITE (unused) and DOCS (redundant) options from -web slave
- Simplify r398996 and move to CONFIGURE_ENV
- Drop r369657 hacks after upstream integration [1]
- As implied by r378806 transfer maintainership back to crees
Changes: https://trac.transmissionbt.com/wiki/Changes#version-2.90
PR: 194029 [1]
|
Wed, 14 Oct 2015
|
[ 14:57 jbeich ]
net-p2p/transmission-cli: chase r399209
https://github.com/miniupnp/miniupnp/commit/1da63faa4fff5cb30e5d4b848ceef80a292382b9
PR: 203768
Reported by: many
Obtained from: upstream
MFH: 2015Q4
X-MFH-With: r399209
|
Tue, 10 Feb 2015
|
[ 21:57 jbeich ]
- Add CPE information for Transmission ports [1]
- Take maintainership [2] as the next update may require partially
reverting r369657 hacks in favor of upstream support
- Disable devel/libinotify:
* used only by transmission-daemon's watch-dir
* maybe less stable than readdir() fallback
* disabled by other ports e.g., devel/glib20
* completely different from devel/libnotify [3]
- Belatedly bump PORTREVISION
PR: 197065 [1]
Differential Revision: https://reviews.freebsd.org/D1806
Suggested by: crees [2]
Pointy hat: crees (r287179) [3]
Approved by: crees (maintainer) [1][2]
Approved by: bapt (mentor)
|
Mon, 24 Nov 2014
|
[ 18:51 crees ]
Allow use of reload rc command
PR: ports/195341
Submitted by: joshruehlig@gmail.com
|
Sun, 3 Aug 2014
|
[ 22:14 rene ]
net-p2p/transmission-daemon: do not hardcode PORTREVISION.
PORTREVISION will not default to 1 to force a rebuild after the libevent
migration, making the port working again.
Approved by: crees (maintainer)
|
Mon, 21 Jul 2014
|
[ 15:02 crees ]
Update to 2.84
PR: ports/191592
Submitted by: Andrew Berg
|
Sat, 4 Jan 2014
|
[ 15:33 crees ]
Add option to disable ownership and permissions checking in rc script.
|
Sun, 29 Dec 2013
|
[ 17:08 crees ] (Only the first 10 of 19 ports in this commit are shown above. )
Stage transmission ports and the rest maintained by me.
Various little obvious fixes, and a new rc script for stunnel-server
|
Fri, 20 Sep 2013
|
[ 22:28 bapt ] (Only the first 10 of 108 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
|
Mon, 1 Jul 2013
|
[ 18:40 crees ]
Update to 2.80
PR: ports/180120
Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
|
Sat, 2 Mar 2013
|
[ 13:48 crees ]
Fix chown for transmission home directory to silence complaints
from transmission-daemon
De-articulate COMMENT
|
Mon, 31 Dec 2012
|
[ 17:03 mezz ] (Only the first 10 of 31 ports in this commit are shown above. )
Remove the created by me and update those header at the same time. I never
care about those header, so you even can claim that those were created by
you instead of me.
|
[ 12:00 crees ]
Update to 2.75
PR: ports/174507 (based on)
Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
|
Sat, 8 Dec 2012
|
[ 15:33 crees ]
Various rc fixes;
- Add transmission_web_home to use customised web interface
Requested by: Hanson Wong
- transmission should use a pidfile
- Style fixes (mostly quoting)
- Empty value in _user is clobbered with default, so remove warning
Use USERS and GROUPS, and move home directory handling to rc script where
it belongs; now users can be changed on the fly without issue
Feature safe: yes
|
Sun, 11 Dec 2011
|
[ 12:26 crees ]
- Update to 2.42
- Use --with(out)-gtk instead of enable -- option has changed
Feature safe: yes
|
Wed, 10 Aug 2011
|
[ 07:14 crees ]
Update to 2.33
|
Wed, 27 Jul 2011
|
[ 21:16 crees ]
Take these for now, mezz can take them back whenever he likes.
|
Mon, 25 Jul 2011
|
[ 14:54 tabthorpe ]
- Reset ports at maintainers request
|
Wed, 17 Nov 2010
|
[ 12:41 mezz ]
Update to 2.12.
|
Mon, 20 Sep 2010
|
[ 02:43 mezz ]
Fix if FreeBSD built without ipv6 support.
PR: ports/150519
Submitted by: well-wisher <regex@bk.ru>
|
Sun, 15 Aug 2010
|
[ 00:53 mezz ]
Update to 2.04.
|
Sun, 25 Jul 2010
|
[ 18:59 mezz ]
Chase libevent update, bump the PORTREVISION on those.
|
Sun, 9 May 2010
|
[ 04:39 mezz ]
- Update to 1.93.
- Don't patch in Makefile.am to avoid run automake run. It was a leftover when
I switched from patch in configure.* to use option flags. [1]
PR: ports/146330 [1]
Submitted by: Anonymous <swell.k@gmail.com> [1]
|
Tue, 13 Apr 2010
|
[ 02:42 mezz ]
Chase the curl update, bump the PORTREVISION.
PR: ports/145422
Submitted by: rene
|
Sat, 19 Sep 2009
|
[ 01:35 mezz ]
Update to 1.75.
Feature safe: yes
|
Sat, 12 Sep 2009
|
[ 19:15 mezz ]
Add a missing dependency, transmission-web.
Reported by: Henk @ Transmission forum
|
Sun, 19 Jul 2009
|
[ 16:48 mezz ]
Update to 1.73.
|
Fri, 19 Jun 2009
|
[ 21:29 mezz ]
Remove patch-libtransmission_platform.c, use -g/-w options in the rc script
instead. Bump the PORTREVISION on cli, daemon and gtk.
Discussed with: Charles Kerr (developer)
|
[ 17:18 mezz ]
Bump the UID/GID from 919 to 921 to avoid the conflict with others. Bump the
PORTREVISION.
|
[ 17:07 mezz ] (Only the first 10 of 19 ports in this commit are shown above. )
-Update to 1.72.
-Add rc script in transmission-daemon. [1]
Requested by: many [1]
Submitted by: a few (all of those are incomplete) [1]
|
Sat, 6 Jun 2009
|
[ 18:53 mezz ]
Fix the upload torrent, bump the PORTREVISION on daemon and gtk.
Obtained from: Its SVN.
Submitted by: Volker Theile <votdev~@~gmx.de>
|
Sat, 9 May 2009
|
[ 17:25 mezz ] (Only the first 10 of 11 ports in this commit are shown above. )
Update to 1.60.
|
Fri, 8 May 2009
|
[ 12:25 mezz ]
Take these ports back to me. I will working on an update tonight or tomorrow.
|
Wed, 18 Mar 2009
|
[ 20:06 mezz ] (Only the first 10 of 36 ports in this commit are shown above. )
Release these ports into wild. I don't have time for these ports anymore. I am
keeping maintain two ports that don't require a lot of time to take care of.
|
Sat, 28 Feb 2009
|
[ 15:52 mezz ]
I still have old libcurl installed and forgot to edit it back to curl.5.
Correct it, bump the PORTREVISION.
Reported by: QAT
|
Tue, 23 Sep 2008
|
[ 04:34 mezz ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to 1.34.
|
Thu, 7 Aug 2008
|
[ 01:54 mezz ] (Only the first 10 of 26 ports in this commit are shown above. )
- Update to 1.31, be sure to read in UPDATING.
- Move transmission to transmission-cli, transmission becomes a meta-port.
- Add transmission-web, it's a web interface (Clutch) as it has merged into
its project.
Repocopy: marcus (transmission -> transmission-cli)
|
Sat, 14 Jun 2008
|
[ 15:54 mezz ]
Update to 1.22.
|
Fri, 6 Jun 2008
|
[ 13:53 edwin ] (Only the first 10 of 68 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Sun, 30 Mar 2008
|
[ 16:42 mezz ]
-Update to 1.10.
-Do not get libevent to link with librt, which our clock_gettime() is in libc.
|
Wed, 27 Feb 2008
|
[ 05:15 mezz ]
The tarball has been re-rolled. They have forgotten to bump the version and
a bit tweak in NEWS. Bump the PORTREVISION to have version correct when users
report to their bug tracker.
|
Sat, 9 Feb 2008
|
[ 18:38 mezz ]
Remove USE_GNOME and use master's same one. No function change.
|
[ 05:57 mezz ]
The transmission-daemon is a daemon-based Transmission session that can
be controlled via IPC commands by transmission-remote (included).
Transmission is a free, lightweight BitTorrent client. It features a
simple, intuitive interface on top on an efficient, cross-platform
back-end.
WWW: http://www.transmissionbt.com/
--
I am getting more and more requests lately, some users want to use Clutch. The
Clutch is using transmission-daemon to control the torrent by via web-based
interface.
http://clutchbt.com/
I have no interest in Clutch, so don't bother to ask me to create Clutch port.
I do not really know anything about transmission-daemon, so test and report me
bugs as usually.
|
Number of commits found: 63 |