aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/tor.scm
Commit message (Collapse)AuthorAge
* gnu: tor: Update to 0.4.8.11.André Batista2024-04-23
| | | | | | | * gnu/packages/tor.scm (tor): Update to 0.4.8.11. Signed-off-by: Clément Lassieur <clement@lassieur.org> Change-Id: I287b8201cffb3810be6a7bce0829534e2c0c9fa8
* gnu: torbrowser: Stop inheriting Icecat.Clément Lassieur2024-02-02
| | | | | | | | | | | | | | | | | * gnu/local.mk (GNU_SYSTEM_MODULES): Add packages/tor-browsers.scm. * gnu/packages/gnupg.scm: Remove fix for dependency loop (fixed because we use a new file). * gnu/packages/tor-browsers.scm (mozilla-locale, mozilla-locales, %torbrowser-locales, %moz-build-date, %torbrowser-version, %torbrowser-firefox-version, translation-base-browser, translation-tor-browser, torbrowser-assets, torbrowser): New variables. (make-torbrowser): New procedure, which is a merge of ‘make-torbrowser’ (from tor.scm) with ‘icecat-minimal’ (from gnuzilla.scm). * gnu/packages/tor.scm (%moz-build-date, %torbrowser-version, %torbrowser-firefox-version, %torbrowser-locales, translation-base-browser, translation-tor-browser, torbrowser-assets, torbrowser): Remove variables. Change-Id: I5fcf73e53fe4481a18e13cdeb3515c3dc4430090
* gnu: torbrowser: Copy buildID from the official build.Clément Lassieur2024-01-31
| | | | | | | * gnu/packages/tor.scm (%moz-build-date): Update to 20240115174022. Reported-by: André Batista <nandre@riseup.net> Change-Id: Ia057d6efe9db9e04ece03d994ee226ecdbc6cc04
* gnu: torbrowser: Update to 13.0.9.Clément Lassieur2024-01-26
| | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm: Stop exporting ‘all-mozilla-locales’. * gnu/packages/tor.scm (mozilla-locale): New procedure copied from gnuzilla.scm. (mozilla-locales): New macro adapted from gnuzilla.scm. (%torbrowser-locales): Add sha256 and changeset for each locale and update them all. (%moz-build-date): Update to 20240123154553. (%torbrowser-version): Update to 13.0.9. (%torbrowser-firefox-version): Update to 115.7.0esr-13.0-1-build1. (translation-base-browser): Update to cbd9b6c. (translation-tor-browser): Update to 767ab51. (torbrowser)[arguments]: Adapt to new ‘%torbrowser-locales’ format. Change-Id: I774db714f3df53adc5be37109126bde5fab1a9a6
* gnu: torbrowser: Add support for language localisation.Clément Lassieur2024-01-21
| | | | | | | | | | | * gnu/packages/gnuzilla.scm (all-mozilla-locales): Export it. * gnu/packages/tor.scm (%torbrowser-locales, translation-base-browser, translation-tor-browser): New variables. (torbrowser)[arguments]: In ‘setenv’ phase, set MOZ_CHROME_MULTILOCALE. Add ‘copy-firefox-locales’, ‘copy-basebrowser-locales’, ‘copy-torbrowser-locales’ and ‘build-locales’ phases. Change-Id: Ia5b28fa5d885f24140893dc270e57e83b0250c67
* gnu: torbrowser: Remove useless inputs.Clément Lassieur2024-01-19
| | | | | | | | | | One should never change assets, so no point being an input. * gnu/packages/tor.scm (torbrowser)[arguments]: In the ‘deploy-assets’ phase, directly refer to ‘torbrowser-assets’. [inputs]: Remove ‘torbrowser-assets’ and ‘bash-minimal’. Change-Id: I096f430e8277021462afffa65983ed2a8af08ed2
* gnu: torbrowser: Add bridges.Clément Lassieur2024-01-12
| | | | | | | | | * gnu/packages/tor.scm (torbrowser)[arguments]: Add an 'add-bridges' phase, update the 'deploy-assets' phase so to fix the lyrebird path. [inputs]: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird. Change-Id: I17c85486ab44178be9eab31a078f6392857a044f
* gnu: torbrowser: Change version to 13.0.8.Clément Lassieur2023-12-28
| | | | | | | | | | | * gnu/packages/tor.scm (%torbrowser-version): New variable. (%torbrowser-firefox-version): New variable. (torbrowser-assets)[version]: Use %torbrowser-version. (torbrowser)[version]: Use %torbrowser-version. [source]: Use %torbrowser-firefox-version. [arguments]: Use the package version. Change-Id: I4d262e0a9528ff515da89c31589d88201dcdf941
* gnu: Add torbrowser.Clément Lassieur2023-12-27
| | | | | | | | | | * gnu/packages/tor.scm (torbrowser): New variable. (torbrowser-assets): New variable. * gnu/packages/browser-extensions.scm (noscript): New variable. (noscript/icecat): New variable. Co-authored-by: André Batista <nandre@riseup.net> Change-Id: I73dc53905e4a028108bb34aae07e44256cf16c85
* gnu: tor: Update to 0.4.8.10.Efraim Flashner2023-12-10
| | | | | | * gnu/packages/tor.scm (tor): Update to 0.4.8.10. Change-Id: Ibc11c83c3fea920c6b876a22cb4c96d5c927beb5
* gnu: tor: Update to 0.4.8.9 [security fixes].André Batista2023-11-15
| | | | | | | | | | | | | * gnu/packages/tor.scm (tor): Update to 0.4.8.9. This release fixes two high severity security vulnerabilities. The first one affects client connections to Guard relays and the other one affects Onion Services (TROVE-2023-006). See https://gitlab.torproject.org/tpo/core/tor/-/issues/40876 and https://gitlab.torproject.org/tpo/core/tor/-/issues/40883 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tor: Update to 0.4.8.8 [fixes TROVE-2023-004].André Batista2023-11-09
| | | | | | | | | * gnu/packages/tor.scm (tor): Update to 0.4.8.8. Fixes TROVE-2023-004 which affects tor relays. See https://gitlab.torproject.org/tpo/core/tor/-/issues/40880 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: tor: Update to 0.4.8.7.André Batista2023-10-24
| | | | | | * gnu/packages/tor.scm (tor): Update to 0.4.8.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tor: Update to 0.4.8.6.Efraim Flashner2023-09-18
| | | | | | | * gnu/packages/tor.scm (tor): Update to 0.4.8.6. [source]: Remove patch. * gnu/packages/patches/tor-remove-defensive-assert.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: tor: Update to 0.4.8.5.fanquake2023-09-14
| | | | | | | | | | | | * gnu/packages/tor.scm (tor): Update to 0.4.8.5. * gnu/packages/tor.scm (tor)[arguments]<#:configure-flags>: Add "--enable-gpl". * gnu/packages/patches/tor-remove-defensive-assert.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/tor.scm (tor)[source]: Add patch to remove defensive assert. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tor: Update to 0.4.7.14.fanquake2023-08-16
| | | | | | * gnu/packages/tor.scm (tor): Update to 0.4.7.14. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: privoxy: Update to 3.0.34.Tobias Geerinckx-Rice2023-07-02
| | | | * gnu/packages/tor.scm (privoxy): Update to 3.0.34.
* gnu: onionshare: Update to 2.6.Eric Bavier2023-02-14
| | | | | | | | | | * gnu/packages/patches/onionshare-cli-async-mode.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tor.scm (onionshare): Update to 2.6. [source]: Use patch. [inputs]: Add xdg-utils. Move xvfb-run, used for tests, to ... [native-inputs]: here. [arguments]: Run tests. Add "absolutize" phase for xdg-open.
* gnu: tractor: Update to 4.1.1.Danial Behzadi2023-01-28
| | | | | | * gnu/packages/tor.scm (tractor): Update to 4.1.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: tor: Update to 0.4.7.13 [fixes TROVE-2022-002].André Batista2023-01-15
| | | | | | * gnu/packages/tor.scm (tor): Update to 0.4.7.13. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: tractor: Use gexp.Ricardo Wurmus2022-12-21
| | | | | * gnu/packages/tor.scm (tractor)[native-inputs]: Drop label. [arguments]: Use gexp; drop trailing #T from build phases.
* gnu: tractor: Update to 4.0.Danial Behzadi2022-12-21
|
* gnu: tor: Update to 0.4.7.12.Efraim Flashner2022-12-19
| | | | * gnu/packages/tor.scm (tor): Update to 0.4.7.12.
* gnu: torsocks: Add release-monitoring-url.Efraim Flashner2022-11-15
| | | | * gnu/packages/tor.scm (torsocks)[properties]: New field.
* gnu: tor: Update to 0.4.7.11.Efraim Flashner2022-11-10
| | | | * gnu/packages/tor.scm (tor): Update to 0.4.7.11.
* gnu: Fix various lint issues in synopsis and descriptions.Vagrant Cascadian2022-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/android.scm (etc1tool)[synopsis]: Drop trailing period. * gnu/packages/bioinformatics.scm (mudskipper)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-async-log-attributes-1)[synopsis]: Likewise. (rust-atomic-polyfill-1)[synopsis]: Likewise. (rust-modifier-0.1)[synopsis]: Likewise. (rust-openssl-macros-0.1)[synopsis]: Likewise. (rust-syn-mid-0.5)[synopsis]: Likewise. (rust-toml-edit-0.14)[synopsis]: Likewise. (rust-valuable-derive-0.1)[synopsis]: Likewise. (rust-inflections-1)[synopsis]: Likewise. * gnu/packages/databases.scm (python-databases)[synopsis]: Likewise. * gnu/packages/games.scm (liquidwar6)[synopsis]: Likewise. * gnu/packages/golang.scm (go-golang.org-x-sync-errgroup)[synopsis]: Likewise. * gnu/packages/guile-xyz.scm (guile-config)[synopsis]: Likewise. * gnu/packages/haskell-web.scm (ghc-hxt-xpath)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-string-qq)[synopsis]: Likewise. * gnu/packages/machine-learning.scm (python-lap)[synopsis]: Likewise. (python-pyro-api)[synopsis]: Likewise. * gnu/packages/messaging.scm (python-librecaptcha)[synopsis]: Likewise. * gnu/packages/python-check.scm (python-pytest-cram)[synopsis]: Likewise. * gnu/packages/python-web.scm (python-jschema-to-python)[synopsis]: Likewise. (python-sarif-om)[synopsis]: Likewise. (python-socksio)[synopsis]: Likewise. (python-msrest)[synopsis]: Likewise. * gnu/packages/tor.scm (torsocks)[synopsis]: Likewise. * gnu/packages/cran.scm (r-rlist)[synopsis]: Remove leading article. * gnu/packages/crates-io.scm (rust-clippy-lints-0.0.153)[synopsis]: Likewise. (rust-simplelog-0.11)[synopsis]: Likewise. * gnu/packages/samba.scm (wsdd)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-spki-0.4)[synopsis]: Remove trailing whitespace. * gnu/packages/golang.scm (go-github-com-mattn-go-zglob)[description]: Remove leading whitespace. * gnu/packages/haskell-check.scm (ghc-crypto-cipher-tests)[description]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-ctype)[synopsis]: Remove trailing whitespace. * gnu/packages/mpi.scm (openmpi-thread-multiple)[description]: Remove leading whitespace. * gnu/packages/node-xyz.scm (node-string-decoder)[synopsis]: Remove trailing whitespace.
* gnu: torsocks: Wrap lines.Mathieu Othacehe2022-08-15
| | | | | * gnu/packages/tor.scm (torsocks)[source, arguments]: Wrap long lines and remove a trailing #t.
* gnu: torsocks: Update to 2.4.0.Jim Newsome2022-08-15
| | | | | | | | | | * gnu/packages/tor.scm (torsocks): Update to 2.4.0. [native-inputs]: Add autoconf, automake, libtool because torsocks releases no longer pre-run autogen.sh. [synopsis, description]: Clarify that applications do not need to be socks-aware to be used with torsocks. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: tor: Update to 0.4.7.10.Tobias Geerinckx-Rice2022-08-07
| | | | * gnu/packages/tor.scm (tor): Update to 0.4.7.10.
* gnu: tor: Update to 0.4.7.9 [DoS mitigations].Tobias Geerinckx-Rice2022-08-07
| | | | * gnu/packages/tor.scm (tor): Update to 0.4.7.9.
* gnu: tractor: Update to 3.14.Danial Behzadi2022-08-01
| | | | | | * gnu/packages/tor.scm (tractor): Update to 3.14. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: onionshare-cli: Update git URL.Maxim Cournoyer2022-07-11
| | | | * gnu/packages/tor.scm (onionshare-cli)[source]: Update git URL.
* gnu: onionshare: Update to 2.5 and disable tests.Maxim Cournoyer2022-07-11
| | | | | | | | * gnu/packages/tor.scm (onionshare): Update to 2.5. [tests?]: Set to #f. [phases]: Use gexps. {patch-tests}: Delete phase. {check}: Invoke pytest through xvfb-run.
* gnu: onionshare-cli: Update to 2.5.Maxim Cournoyer2022-07-11
| | | | | | * gnu/packages/tor.scm (onionshare-cli): Update to 2.5. [phases]: Use gexps. {bake-tor}: Use search-input-file and search-input-directory.
* gnu: tor: Update to 0.4.7.8 [fixes CVE-2022-33903].Tobias Geerinckx-Rice2022-06-12
| | | | * gnu/packages/tor.scm (tor): Update to 0.4.7.8.
* gnu: tractor: Update to 3.13.Danial Behzadi2022-05-29
| | | | | | * gnu/packages/tor.scm (tractor): Update to 3.13. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: tor: Record the file name of 'torsocks' in 'torify'.Ludovic Courtès2022-05-30
| | | | | * gnu/packages/tor.scm (tor)[arguments]: Add 'adjust-torify' phase. [inputs]: Add TORSOCKS.
* gnu: tor: Only run sandbox tests on some architectures.Efraim Flashner2022-05-08
| | | | | * gnu/packages/tor.scm (tor)[arguments]: Adjust custom 'adjust-test-suite phase to upstream code changes. Use phase on more architectures.
* gnu: tor: Use G-expressions.Tobias Geerinckx-Rice2022-05-01
| | | | | * gnu/packages/tor.scm (tor)[arguments]: Rewrite using (guix gexp). (tor-client)[arguments]: SUBSTITUTE-KEYWORD-ARGUMENTS accordingly.
* gnu: tor: Update to 0.4.7.7.Tobias Geerinckx-Rice2022-05-01
| | | | | | | * gnu/packages/tor.scm (tor): Update to 0.4.7.7. [source]: Remove patch. * gnu/packages/patches/tor-sandbox-i686.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: tor: Update to 0.4.6.10.Tobias Geerinckx-Rice2022-02-13
| | | | * gnu/packages/tor.scm (tor): Update to 0.4.6.10.
* gnu: tor: Update to 0.4.6.9.Tobias Geerinckx-Rice2021-12-17
| | | | * gnu/packages/tor.scm (tor): Update to 0.4.6.9.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\
| * gnu: privoxy: Update to 3.0.33.Tobias Geerinckx-Rice2021-12-10
| | | | | | | | | | * gnu/packages/tor.scm (privoxy): Update to 3.0.33. [arguments]: Don't explicitly return #t from phases.
* | gnu: tor: Limit test suite adjustments to affected architectures.Efraim Flashner2021-12-02
| | | | | | | | | | | | | | This is a follow-up to 68d090002a1a5623494006fca3e2c2c97d3ff676. * gnu/packages/tor.scm (tor)[arguments]: Only add custom 'adjust-test-suite phase on aarch64, powerpc32.
* | gnu: tor: Fix build issue on some architectures.Efraim Flashner2021-12-01
| | | | | | | | | | * gnu/packages/tor.scm (tor)[arguments]: Add phase to remove sandbox during one of the tests.
* | gnu: tor: Address glibc 2.33 compatibility issue on i686.Ludovic Courtès2021-11-26
| | | | | | | | | | | | * gnu/packages/patches/tor-sandbox-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tor.scm (tor): Use it.
* | gnu: onionshare: Remove trailing #T.Ricardo Wurmus2021-11-19
| | | | | | | | | | * gnu/packages/tor.scm (onionshare)[arguments]: Remove trailing #T from build phases.
* | gnu: onionshare: Run tests conditionally.Ricardo Wurmus2021-11-19
| | | | | | | | * gnu/packages/tor.scm (onionshare)[arguments]: Respect TESTS?.