about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
AgeCommit message (Collapse)AuthorFilesLines
2024-01-09ncdc: 1.23.1 -> 1.24Emery Hemingway1-25/+0
2024-01-08tremotesf: 2.5.0 -> 2.6.0R. Ryantm1-2/+2
2024-01-06python311Packages.zope-*: rename from zope_*Felix Buehler1-1/+1
2024-01-03Merge pull request #275121 from r-ryantm/auto-update/pyrosimpleWeijia Wang1-2/+2
pyrosimple: 2.12.0 -> 2.12.1
2024-01-01Merge pull request #276813 from jtojnar/libsoup-no-propagate7c6f434c1-1/+4
libsoup: Remove passthru.propagatedUserEnvPackages
2023-12-27transmission_4: remove extraAppArmorPathsAlex James1-2/+0
extraAppArmorPaths was added in https://github.com/NixOS/nixpkgs/pull/259663 to extend the default AppArmor ruleset for transmission-daemon. This was intended to support alternative web interfaces, which is no longer needed with https://github.com/NixOS/nixpkgs/pull/241247. The NixOS service was updated to add a user-specified TRANSMISSION_WEB_HOME to the AppArmor profile without an override.
2023-12-27nixos/transmission: add webHome optionAlex James1-0/+1
2023-12-27flood-for-transmission: init at 2023-11-17T12-46-13Alex James1-0/+36
2023-12-26libsoup: Remove passthru.propagatedUserEnvPackagesJan Tojnar1-1/+4
That does not do anything. The proper attribute name recognized by the generic builder is `propagatedUserEnvPkgs` and even that is an ugly hack to have `nix-env` pull in extra packages into the profile. Looks like it has been mistakenly put to `passthru` since the beginning: https://github.com/NixOS/nixpkgs/commit/24448ed3de7a2d31ad22922107631ecbdc0fa78c Apps that use TLS in conjunction with GLib/libsoup should just add `glib-networking` to `buildInputs` and `wrapGAppsHook` to `nativeBuildInputs` to add the appropriate Gio module to `GIO_EXTRA_MODULES` environment variable.
2023-12-23Merge pull request #276014 from doronbehar/pkg/stigDoron Behar1-16/+15
stig: fix build, close #275914
2023-12-22Merge pull request #272837 from r-ryantm/auto-update/transmission_4Doron Behar1-2/+2
transmission_4: 4.0.4 -> 4.0.5
2023-12-22stig: fix build, close #275914Doron Behar1-14/+13
- Refresh list of disabled tests. - Use Python310 since asynctest doesn't support Python311.
2023-12-22stig: 0.12.5a0 -> 0.12.8a0Doron Behar1-2/+2
Diff: https://github.com/rndusr/stig/compare/v0.12.5a0...v0.12.8a0
2023-12-18pyrosimple: 2.12.0 -> 2.12.1R. Ryantm1-2/+2
2023-12-17tribler: move license elsewhere to avoid conflictMaciej Krüger1-0/+2
This leads to conflicts when using nix profile otherwise
2023-12-08Merge pull request #270350 from mkg20001/triblerMaciej Krüger1-20/+33
2023-12-08transmission_4: 4.0.4 -> 4.0.5R. Ryantm1-2/+2
2023-12-02Merge pull request #269404 from r-ryantm/auto-update/libutp_3_4Emily Trau1-3/+3
libutp_3_4: unstable-2023-10-16 -> unstable-2023-11-14
2023-11-30Merge pull request #270582 from paveloom/qbittorrentWeijia Wang1-2/+2
qbittorrent: 4.6.1 -> 4.6.2
2023-11-28qbittorrent: 4.6.1 -> 4.6.2Pavel Sobolev1-2/+2
2023-11-28tribler: 7.11.0 -> 7.13.0Maciej Krüger1-20/+33
2023-11-27transgui: set updateScript to unstableGitUpdaterPeder Bergebakken Sundt1-2/+5
2023-11-27Merge pull request #267212 from eyJhb/transgui-updatePol Dellaiera1-11/+3
transgui: unstable-2022-02-02 -> unstable-2023-10-19
2023-11-24qbittorrent: add the `wrapGAppsHook`Pavel Sobolev1-0/+8
2023-11-23libutp_3_4: unstable-2023-10-16 -> unstable-2023-11-14R. Ryantm1-3/+3
2023-11-21qbittorrent: 4.6.0 -> 4.6.1Pavel Sobolev1-2/+2
2023-11-19Merge pull request #259663 from al3xtjames/transmission_4-apparmorPeder Bergebakken Sundt1-1/+3
transmission_4: update AppArmor rules
2023-11-16Merge master into staging-nextgithub-actions[bot]1-29/+0
2023-11-16rqbit: 2.2.1 -> 2.2.2Mario Rodas1-29/+0
Diff: https://github.com/ikatson/rqbit/compare/v2.2.1...v2.2.2
2023-11-15Merge branch 'master' into staging-nextVladimír Čunát1-0/+1
2023-11-15transmission: add missing app iconPeter Hoeg1-0/+1
2023-11-13transgui: unstable-2022-02-02 -> unstable-2023-10-19eyjhb1-11/+3
2023-11-11Merge master into staging-nextgithub-actions[bot]1-1/+1
2023-11-11treewide: fix redirected and broken URLsAnthony Roussel1-1/+1
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-11-08Merge branch 'master' into staging-nextAdam Joseph2-2/+2
2023-11-08Merge pull request #265764 from amjoseph-nixpkgs/pr/pythonForBuildArtturi2-2/+2
2023-11-07Merge master into staging-nextgithub-actions[bot]1-37/+71
2023-11-06qbittorrent: 4.5.5 -> 4.6.0 + other changesPavel Sobolev1-37/+71
Other changes: - Refactor - Switch to CMake - Build with Qt6 by default and add a separate derivation for Qt5
2023-11-05treewide: change pythonForBuild to pythonOnBuildForHostAdam Joseph2-2/+2
2023-11-04Merge branch 'master' into staging-nextWeijia Wang1-2/+2
2023-11-03pyrosimple: 2.11.4 -> 2.12.0R. Ryantm1-2/+2
2023-11-03Merge master into staging-nextgithub-actions[bot]1-1/+5
2023-11-01gnunet-gtk: copy missing logo imageFliegendeWurst1-1/+5
2023-10-31Merge master into staging-nextgithub-actions[bot]1-3/+3
2023-10-30libutp_3_4: unstable-2023-08-04 -> unstable-2023-10-16R. Ryantm1-3/+3
2023-10-28Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-10-28Merge pull request #262485 from r-ryantm/auto-update/gnunet-gtkWeijia Wang1-2/+2
gnunet-gtk: 0.19.0 -> 0.20.0
2023-10-21Merge staging-next into staginggithub-actions[bot]1-2/+2
2023-10-21gnunet-gtk: 0.19.0 -> 0.20.0R. Ryantm1-2/+2
2023-10-21tremotesf: 2.4.0 -> 2.5.0R. Ryantm1-2/+2