notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/tor/files/tor.in

Number of commits found: 19

Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d 135fdee
Saturday, 3 Mar 2018
16:00 yuri search for other commits by this committer
security/tor: Update to 0.3.2.10

Backport of countermeasures to mitigate denial-of-service
attacks against the Tor network.

Changelog is in:
https://gitweb.torproject.org/tor.git/tree/ChangeLog

None of these fixes appear to be essential for clients, but relays
should upgrade.

Port changes:
* Changed the implementation of 'tor_setuid': now it is done through
  the command line argument, instead of the torrc file.

Reported by:	Nick Mathewson <nickm@torproject.org> (notification)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:463489 
Saturday, 17 Jun 2017
10:54 joneum search for other commits by this committer
- security/tor: Implemented setuid feature
 *The user should add tor_setuid=YES to /etc/rc.conf
  to make tor do setuid in runtime after opening the
  externally provided files.

PR:		218587
Submitted by:	xmj
Approved by:	Yuri Victorovich <yuri at rawbw.com> (maintainer)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11223
Original commitRevision:443770 
Monday, 7 Nov 2016
06:24 jbeich search for other commits by this committer
security/tor: improve multi-instance support

- rc.d commands now accept optional instance argument
- `status` command output is no longer ambigous

  before:

    $ service tor status
    tor is running as pid 22222.
    tor is running as pid 33333.
    tor is running as pid 11111.

  after:

    $ service tor status
    tor instance inst1: tor is running as pid 22222.
    tor instance inst2: tor is running as pid 33333.
    tor main instance: tor is running as pid 11111.

    $ service tor restart inst1
    tor instance inst1: Stopping tor.
    Waiting for PIDS: 22222.
    Starting tor.
    [...]

PR:		207129
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
Original commitRevision:425595 
Wednesday, 2 Nov 2016
02:57 jbeich search for other commits by this committer
security/tor: add multi-instance support

PR:		207129
Submitted by:	yuri@rawbw.com (maintainer)
Original commitRevision:425102 
Tuesday, 18 Oct 2016
17:31 rene search for other commits by this committer
Update security/tor to 0.2.8.9
Update security/tor-devel to 0.2.9.4-alpha

For security/tor:
- fix directory permissions
- mark the TOR2WEB option as "expert"

PR:		212952
Submitted by:	Neel Chauhan <neel@neelc.org>
Approved by:	maintainer <yuri@rawbw.com>
MFH:		2016Q4
Security:	c1dc55dc-9556-11e6-b154-3065ec8fd3ec
Original commitRevision:424187 
Thursday, 17 Dec 2015
10:58 amdmi3 search for other commits by this committer
- Don't override/force logfile configuration

PR:		204739
Submitted by:	amdmi3
Approved by:	bf (maintainer)
Original commitRevision:403904 
Monday, 30 Mar 2015
11:58 bf search for other commits by this committer
update to 0.2.6.6 [1]; add another hint to the pkg-message [2]; use @sample [3];
add CPE information [4]; update the rc-script [5]

PR:		198710 [1], 199003 [1], 195828 [2], 198164 [3], 197493 [4], 197998 [5]
Original commitRevision:382650 
Thursday, 18 Sep 2014
19:40 bf search for other commits by this committer
Expose the reload command in the tor and tor-devel rc-scripts [1],
and update tor-devel to 0.2.5.7-rc

PR:		192553 [1]
Submitted by:	C. Sturm [1]
Original commitRevision:368512 
Wednesday, 7 Aug 2013
12:54 bf search for other commits by this committer
Make the torrc log domain(s) and level(s) user-configurable in security/tor, as
was done for security/tor-devel in r322977; remove some problematic mirrors;
update Makefile idioms (gmake, LIB_DEPENDS, etc.); attempt to remove leftovers
in /var during deinstallation [1]

Reported by:	miwi [1]
Original commitRevision:324351 
Tuesday, 20 Nov 2012
15:08 bf search for other commits by this committer
update to 0.2.3.25

Feature safe:	yes
Original commitRevision:307588 
Saturday, 14 Jan 2012
08:57 dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Original commit
Saturday, 27 Mar 2010
00:15 dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Original commit
Friday, 28 Nov 2008
14:45 garga search for other commits by this committer
- Remove --User param from initialization since rc(8) uses su(1) when a var
  ${name}_user is defined (su -m user). When --User param is defined in this
  scenario, tor don't start because when you use --User param you must to start
  it with root user.

PR:             ports/129253
Submitted by:   garga
Approved by:    miwi (maintainer)
Original commit
Tuesday, 25 Nov 2008
18:12 miwi search for other commits by this committer
- Fix rc script (remove  --Group flag)

Request by:     many
Original commit
Thursday, 20 Mar 2008
23:31 miwi search for other commits by this committer
- Fix Log dir
- Bump PORTREVISION

PR:             120811
Submitted by:   Lars Stokholm <lars.stokholm@gmail.com>
Approved by:    maintainers
Original commit
Tuesday, 5 Jun 2007
09:04 miwi search for other commits by this committer
- Update to 0.1.2.14
- Pass maintainership to submitter [1]

PR:             113289 [1]
                112492
Submitted by:   Nils Vogels <nivo@is-root.com> [1]
                Peter Thoenen <peter.thoenen@yahoo.com> (old maintainer)
Approved by:    maintainer
Thanks to:      bf <bf2006a@yahoo.com>
Original commit
Sunday, 6 Aug 2006
12:26 arved search for other commits by this committer
Update to 0.1.1.23

PR:             101331
Submitted by:   Peter Thoenen <peter.thoenen@yahoo.com> (maintainer)
Original commit
Thursday, 3 Aug 2006
09:49 johans search for other commits by this committer
- Update tor to 1.1.20 (former development branch)
- Submitter becomes new maintainer (approved by old maintainer)
- Use rc.subr

PR:             98373
Submitted by:   Peter Thoenen
Approved by:    flz (mentor)
Original commit

Number of commits found: 19