summary refs log tree commit diff
path: root/pkgs/tools/security/tor
Commit message (Collapse)AuthorAge
* tor: 0.4.5.7 -> 0.4.6.6Alyssa Ross2021-06-30
|
* tor: 0.4.5.6 -> 0.4.5.7Thomas Gerbet2021-04-17
| | | | | | | Fixes CVE-2021-28089 and CVE-2021-28090. Release notes: https://blog.torproject.org/node/2009
* lzma: deprecate aliasSandro Jäckel2021-04-04
|
* tor: 0.4.4.7 -> 0.4.5.6Pavol Rusnak2021-02-15
|
* tor: 0.4.4.6 -> 0.4.4.7Pavol Rusnak2021-02-08
|
* treewide: remove inherited stdenv.libBen Siraphob2021-01-27
|
* pkgs/tools: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* nixos/tor: improve type-checking and hardeningJulien Moutinho2021-01-04
| | | | | Fixes #77395. Fixes #82790.
* tor: 0.4.4.5 -> 0.4.4.6Pavol Rusnak2020-11-17
|
* tor: remove myself as maintainerChris Double2020-11-09
|
* tor: 0.4.3.6 -> 0.4.4.5Pavol Rusnak2020-10-03
|
* torsocks: Fix the Darwin buildJohn Wiegley2020-08-06
|
* Merge pull request #94077 from mweinelt/torMario Rodas2020-07-28
|\ | | | | tor: passthru tests
| * tor: passthru testsMartin Weinelt2020-07-28
| |
* | tor: 0.4.3.5 -> 0.4.3.6R. RyanTM2020-07-15
|/
* tor: 0.4.2.7 -> 0.4.3.5R. RyanTM2020-05-24
|
* tor: fix cross compilingRichard Marko2020-05-04
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* tor: 0.4.2.6 -> 0.4.2.7R. RyanTM2020-03-26
|
* tor: fix buildKonrad Borowski2020-02-19
| | | | | | | | | Monotonic timer test expects sleep(200ms) to take at most 1s. On loaded systems like hydra, it's possible for such a test to take longer than 1 second. Tests expecting sleep(200ms) to take at least 175ms weren't removed, because load shouldn't cause sleep to be shorter.
* tor: 0.4.2.5 -> 0.4.2.6R. RyanTM2020-02-10
|
* tor: patchShebangs script, fix buildWill Dietz2020-01-08
|
* tor: 0.4.1.6 -> 0.4.2.5Will Dietz2020-01-08
| | | | https://blog.torproject.org/new-release-0425-also-0417-0406-and-0359
* tor: 0.4.1.5 -> 0.4.1.6Will Dietz2019-09-19
| | | | https://blog.torproject.org/new-release-tor-0416
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * tor: 0.4.0.5 -> 0.4.1.5Will Dietz2019-08-22
| | | | | | | | https://blog.torproject.org/new-release-tor-0415
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* tor: 0.3.5.7 -> 0.4.0.5Will Dietz2019-05-03
| | | | https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.4.0.5
* torsocks: 2.2.0 -> 2.3.0Will Dietz2019-01-15
| | | | https://github.com/dgoulet/torsocks/blob/v2.3.0/ChangeLog
* tor: 0.3.4.10 -> 0.3.5.7Will Dietz2019-01-08
| | | | (thank you, update script!)
* tor: lzma, zstd, scrypt depsWill Dietz2019-01-08
|
* tor: 0.3.4.9 -> 0.3.4.10Will Dietz2019-01-08
| | | | | | | | | | | | | https://lists.torproject.org/pipermail/tor-announce/2019-January/000171.html FWIW, in the ChangeLog (in the source, sorry) it mentions: As a reminder, the Tor 0.3.4 series will be supported until 10 June 2019. Some time between now and then, users should switch to the Tor 0.3.5 series, which will receive long-term support until at least 1 Feb 2022. So we should consider moving to 0.3.5 "soon" :).
* tor: 0.3.4.8 -> 0.3.4.9Will Dietz2018-11-02
| | | | | | | | https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.3.4.9 Please confirm the sha256 is correct for a verified tarball, I'm not setup (or know how offhand but docs look promising) to do this myself.
* Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-09-18
|\
| * tor: 0.3.3.9 -> 0.3.4.8Joachim Fasting2018-09-11
| |
* | tor: disable parallel checkingJan Malakhovski2018-09-05
|/
* tor: fix failing Hydra buildMichishige Kaito2018-07-23
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* tor: 0.3.3.8 -> 0.3.3.9Joachim Fasting2018-07-14
|
* tor: 0.3.3.7 -> 0.3.3.8R. RyanTM2018-07-10
| | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tor/versions.
* tor: 0.3.3.6 -> 0.3.3.7Joachim Fasting2018-06-12
|
* tor: 0.3.2.10 -> 0.3.3.6Joachim Fasting2018-05-23
| | | | First stable release in the 0.3.3.x series
* tor: initial updateScriptJoachim Fasting2018-03-04
| | | | | Tested briefly, seems to work okay. The gpg stuff could be better, however.
* tor: 0.3.2.9 -> 0.3.2.10Joachim Fasting2018-03-04
| | | | | Contains fixes for TROVE-2018-001, TROVE-2018-002, TROVE-2018-003, and TROVE-2018-004.
* tor: 0.3.1.9 -> 0.3.2.9Joachim Fasting2018-01-13
| | | | | | | - Adds next-generation onion services[1] - Lots of fixes, e.g., for CVE-2017-8821, CVE-2017-8820, CVE-2017-8823, CVE-2017-8819, CVE-2017-8822, CVE-2017-8822 - Adds new option `NoExec` to disallow exec syscalls
* tor: 0.3.1.8 -> 0.3.1.9 (CVE-2017-{8819,8820,8821,8822,8823})Andreas Rammhold2017-12-03
| | | | | | More details in the release mail [1]. [1] https://lists.torproject.org/pipermail/tor-announce/2017-December/000147.html
* treewide: abandon Google Code homepagesc0bw3b2017-11-03
|
* tor: 0.3.1.7 -> 0.3.1.8Joachim Fasting2017-10-26
| | | | | | | | Quoth the release notes: > It includes several bugfixes, including a bugfix for a crash issue that had affected relays under memory pressure. It also adds a new directory authority, Bastet.