Age | Commit message (Expand) | Author |
2024-02-02 | gnu: torbrowser: Stop inheriting Icecat....* 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
| Clément Lassieur |
2024-01-31 | gnu: torbrowser: Copy buildID from the official build....* gnu/packages/tor.scm (%moz-build-date): Update to 20240115174022.
Reported-by: André Batista <nandre@riseup.net>
Change-Id: Ia057d6efe9db9e04ece03d994ee226ecdbc6cc04
| Clément Lassieur |
2024-01-26 | gnu: torbrowser: Update to 13.0.9....* 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
| Clément Lassieur |
2024-01-21 | gnu: torbrowser: Add support for language localisation....* 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
| Clément Lassieur |
2024-01-19 | gnu: torbrowser: Remove useless inputs....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
| Clément Lassieur |
2024-01-12 | gnu: torbrowser: Add bridges....* 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
| Clément Lassieur |
2023-12-28 | gnu: torbrowser: Change version to 13.0.8....* 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
| Clément Lassieur |
2023-12-27 | gnu: Add torbrowser....* 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
| Clément Lassieur |
2023-12-10 | gnu: tor: Update to 0.4.8.10....* gnu/packages/tor.scm (tor): Update to 0.4.8.10.
Change-Id: Ibc11c83c3fea920c6b876a22cb4c96d5c927beb5
| Efraim Flashner |
2023-11-15 | gnu: tor: Update to 0.4.8.9 [security fixes]....* 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>
| André Batista |
2023-11-09 | gnu: tor: Update to 0.4.8.8 [fixes TROVE-2023-004]....* 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>
| André Batista |
2023-10-24 | gnu: tor: Update to 0.4.8.7....* gnu/packages/tor.scm (tor): Update to 0.4.8.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| André Batista |
2023-09-18 | gnu: tor: Update to 0.4.8.6....* 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.
| Efraim Flashner |
2023-09-14 | gnu: tor: Update to 0.4.8.5....* 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>
| fanquake |
2023-08-16 | gnu: tor: Update to 0.4.7.14....* gnu/packages/tor.scm (tor): Update to 0.4.7.14.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| fanquake |
2023-07-02 | gnu: privoxy: Update to 3.0.34....* gnu/packages/tor.scm (privoxy): Update to 3.0.34.
| Tobias Geerinckx-Rice |
2023-02-14 | gnu: onionshare: Update to 2.6....* 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.
| Eric Bavier |
2023-01-28 | gnu: tractor: Update to 4.1.1....* gnu/packages/tor.scm (tractor): Update to 4.1.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Danial Behzadi |
2023-01-15 | gnu: tor: Update to 0.4.7.13 [fixes TROVE-2022-002]....* gnu/packages/tor.scm (tor): Update to 0.4.7.13.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| André Batista |
2022-12-21 | gnu: tractor: Use gexp....* gnu/packages/tor.scm (tractor)[native-inputs]: Drop label.
[arguments]: Use gexp; drop trailing #T from build phases.
| Ricardo Wurmus |
2022-12-21 | gnu: tractor: Update to 4.0. | Danial Behzadi |
2022-12-19 | gnu: tor: Update to 0.4.7.12....* gnu/packages/tor.scm (tor): Update to 0.4.7.12.
| Efraim Flashner |
2022-11-15 | gnu: torsocks: Add release-monitoring-url....* gnu/packages/tor.scm (torsocks)[properties]: New field.
| Efraim Flashner |
2022-11-10 | gnu: tor: Update to 0.4.7.11....* gnu/packages/tor.scm (tor): Update to 0.4.7.11.
| Efraim Flashner |
2022-10-31 | gnu: Fix various lint issues in synopsis and descriptions....* 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.
| Vagrant Cascadian |
2022-08-15 | gnu: torsocks: Wrap lines....* gnu/packages/tor.scm (torsocks)[source, arguments]: Wrap long lines
and remove a trailing #t.
| Mathieu Othacehe |
2022-08-15 | gnu: torsocks: Update to 2.4.0....* 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>
| Jim Newsome |
2022-08-07 | gnu: tor: Update to 0.4.7.10....* gnu/packages/tor.scm (tor): Update to 0.4.7.10.
| Tobias Geerinckx-Rice |
2022-08-07 | gnu: tor: Update to 0.4.7.9 [DoS mitigations]....* gnu/packages/tor.scm (tor): Update to 0.4.7.9.
| Tobias Geerinckx-Rice |
2022-08-01 | gnu: tractor: Update to 3.14....* gnu/packages/tor.scm (tractor): Update to 3.14.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Danial Behzadi |
2022-07-11 | gnu: onionshare-cli: Update git URL....* gnu/packages/tor.scm (onionshare-cli)[source]: Update git URL.
| Maxim Cournoyer |
2022-07-11 | gnu: onionshare: Update to 2.5 and disable tests....* 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.
| Maxim Cournoyer |
2022-07-11 | gnu: onionshare-cli: Update to 2.5....* gnu/packages/tor.scm (onionshare-cli): Update to 2.5.
[phases]: Use gexps.
{bake-tor}: Use search-input-file and search-input-directory.
| Maxim Cournoyer |
2022-06-12 | gnu: tor: Update to 0.4.7.8 [fixes CVE-2022-33903]....* gnu/packages/tor.scm (tor): Update to 0.4.7.8.
| Tobias Geerinckx-Rice |
2022-05-29 | gnu: tractor: Update to 3.13....* gnu/packages/tor.scm (tractor): Update to 3.13.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Danial Behzadi |
2022-05-30 | gnu: tor: Record the file name of 'torsocks' in 'torify'....* gnu/packages/tor.scm (tor)[arguments]: Add 'adjust-torify' phase.
[inputs]: Add TORSOCKS.
| Ludovic Courtès |
2022-05-08 | gnu: tor: Only run sandbox tests on some architectures....* gnu/packages/tor.scm (tor)[arguments]: Adjust custom 'adjust-test-suite
phase to upstream code changes. Use phase on more architectures.
| Efraim Flashner |
2022-05-01 | gnu: tor: Use G-expressions....* gnu/packages/tor.scm (tor)[arguments]: Rewrite using (guix gexp).
(tor-client)[arguments]: SUBSTITUTE-KEYWORD-ARGUMENTS accordingly.
| Tobias Geerinckx-Rice |
2022-05-01 | gnu: tor: Update to 0.4.7.7....* 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.
| Tobias Geerinckx-Rice |
2022-02-13 | gnu: tor: Update to 0.4.6.10....* gnu/packages/tor.scm (tor): Update to 0.4.6.10.
| Tobias Geerinckx-Rice |
2021-12-17 | gnu: tor: Update to 0.4.6.9....* gnu/packages/tor.scm (tor): Update to 0.4.6.9.
| Tobias Geerinckx-Rice |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-12-10 | Merge remote-tracking branch 'signed/master' into core-updates | Mathieu Othacehe |
2021-12-10 | gnu: privoxy: Update to 3.0.33....* gnu/packages/tor.scm (privoxy): Update to 3.0.33.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-12-02 | gnu: tor: Limit test suite adjustments to affected architectures....This is a follow-up to 68d090002a1a5623494006fca3e2c2c97d3ff676.
* gnu/packages/tor.scm (tor)[arguments]: Only add custom
'adjust-test-suite phase on aarch64, powerpc32.
| Efraim Flashner |
2021-12-01 | gnu: tor: Fix build issue on some architectures....* gnu/packages/tor.scm (tor)[arguments]: Add phase to remove sandbox
during one of the tests.
| Efraim Flashner |
2021-11-26 | gnu: tor: Address glibc 2.33 compatibility issue on i686....* gnu/packages/patches/tor-sandbox-i686.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tor.scm (tor): Use it.
| Ludovic Courtès |
2021-11-19 | gnu: onionshare: Remove trailing #T....* gnu/packages/tor.scm (onionshare)[arguments]: Remove trailing #T from build
phases.
| Ricardo Wurmus |
2021-11-19 | gnu: onionshare: Run tests conditionally....* gnu/packages/tor.scm (onionshare)[arguments]: Respect TESTS?.
| Ricardo Wurmus |
2021-11-19 | gnu: onionshare: Do not set PYTHONPATH directly....* gnu/packages/tor.scm (onionshare)[arguments]: Use ADD-INSTALLED-PYTHONPATH
in 'check phase.
| Ricardo Wurmus |