Doron Behar
34d8d08fdd
Merge pull request #259361 from doronbehar/pkg/transmission
...
transmission_4: fix darwin build
2023-10-07 11:07:40 +03:00
Doron Behar
f5cd0b91dc
transmission_4: fix darwin build
2023-10-06 15:02:45 +03:00
R. Ryantm
9f75383a6d
pyrosimple: 2.11.1 -> 2.11.3
2023-10-05 15:00:07 +00:00
Doron Behar
0af425f77b
transmission: use finalAttrs
2023-10-05 11:45:01 +03:00
Doron Behar
0bceba8355
transmission_4: use finalAttrs
2023-10-05 11:44:04 +03:00
Doron Behar
34585a2b76
Merge pull request #256866 from kirillrdy/transmission
...
transmission, transmission_4: set mainProgram and restore nixosTests
2023-10-04 13:20:46 +03:00
Kirill Radzikhovskyy
ea9254a5a5
nixosTests.tranmission_4: init
2023-09-23 21:38:47 +10:00
Kirill Radzikhovskyy
e1cab4915c
transmission_4: restore nixosTests
2023-09-23 20:56:23 +10:00
Kirill Radzikhovskyy
a19f1accc3
transmission, transmission_4: set mainProgram
2023-09-23 20:54:30 +10:00
R. Ryantm
9f00881f25
pyrosimple: 2.10.2 -> 2.11.1
2023-09-19 10:56:03 +00:00
Charlotte Van Petegem
183845f851
transmission-remote-gtk: fix TLS support
...
Since https://github.com/NixOS/nixpkgs/pull/254042 , transmission-remote-gtk shows an error that TLS support is not enabled when connecting over TLS. This fixes that for me.
2023-09-18 07:50:25 +02:00
Fabián Heredia Montiel
ff323ed355
treewide: vendorSha256 → vendorHash
...
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Doron Behar
2fa96bfc08
Merge pull request #250435 from tobim/pkgs/spdlog-1.12
...
spdlog: 1.11.0 -> 1.12.0
2023-09-10 10:30:42 +00:00
Fabian Affolter
cb3749e423
transmission-remote-gtk: 1.5.1 -> 1.6.0
...
Changelog: https://github.com/transmission-remote-gtk/transmission-remote-gtk/releases/tag/1.6.0
2023-09-08 15:54:14 +02:00
Weijia Wang
88d4f50742
Merge pull request #249276 from eigengrau/fix-soulseekqt-mktemp-error
...
soulseekqt: don’t linger in a read-only directory after installing
2023-09-07 01:58:03 +02:00
Tobias Mayer
383550ca69
lokinet: build with fmt9
2023-09-04 21:01:50 +02:00
Weijia Wang
dc92a34f4f
Merge pull request #252468 from kashw2/transmission_4
...
transmission_4: 4.0.3 -> 4.0.4
2023-09-01 23:19:30 +02:00
Weijia Wang
79f3d08f17
Merge pull request #252469 from kashw2/qbittorrent
...
qbittorrent: 4.5.4 -> 4.5.5
2023-09-01 23:18:48 +02:00
kashw2
7fa6a96405
tremc: 0.9.2 -> 0.9.3
2023-09-01 11:00:14 +10:00
kashw2
8013349ff9
qbittorrent: 4.5.4 -> 4.5.5
2023-08-31 11:19:05 +10:00
kashw2
dc823a8b2f
transmission_4: 4.0.3 -> 4.0.4
2023-08-31 11:06:33 +10:00
kashw2
07afac881c
added passthru tests
2023-08-17 21:02:28 +10:00
kashw2
b0a71c5f75
stig: 0.12.2a0 -> 0.12.5a0
2023-08-17 21:02:28 +10:00
Sebastian Reuße
922e463e3d
soulseekqt: don’t linger in a read-only directory after installing
...
It appears that the strip phase assumes that CWD is writable now (when using
mktemp) and will otherwise fail with:
mktemp: failed to create file via template 'striperr.XXXXXX': No such file or directory
We now avoid this error by sticking to the build-directory and referencing files
from the AppImage by path.
References: #248569
2023-08-15 08:37:46 +02:00
R. Ryantm
1977f00da6
pyrosimple: 2.9.1 -> 2.10.2
2023-08-12 21:30:15 +00:00
Bruno BELANYI
25bbc404a1
flood: fix mainProgram merge issue
...
The package was repackaged using `buildNpmPackage` ([1]). In parallel
its `meta.mainProgram` was defined for the old `node-packages.nix`
packaging format ([2]).
Both branches were merged almost at the same time, breaking the build.
[1]: https://github.com/NixOS/nixpkgs/pull/245435
[2]: https://github.com/NixOS/nixpkgs/pull/247095
2023-08-04 22:20:48 +01:00
Robert Scott
a017f9ac47
Merge pull request #247086 from trofi/rtorrent-stack-smash-fix
...
rtorrent: 0.9.8+date=2021-08-07 -> 0.9.8+date=2022-06-20
2023-08-04 21:14:40 +01:00
Sergei Trofimovich
0ca93ef0e6
rtorrent: 0.9.8+date=2021-08-07 -> 0.9.8+date=2022-06-20
...
Pull in _FORTIFY_SOURCE=3 stack smashing fix. Without the change on
current `master` `rtorrent` crashes at start as:
*** buffer overflow detected ***: terminated
__pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
44 pthread_kill.c: No such file or directory.
(gdb) bt
#0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#1 0x00007ffff7880af3 in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78
#2 0x00007ffff7831c86 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#3 0x00007ffff781b8ba in __GI_abort () at abort.c:79
#4 0x00007ffff781c5f5 in __libc_message (fmt=fmt@entry=0x7ffff7992540 "*** %s ***: terminated\n") at ../sysdeps/posix/libc_fatal.c:150
#5 0x00007ffff7910679 in __GI___fortify_fail (msg=msg@entry=0x7ffff79924e6 "buffer overflow detected") at fortify_fail.c:24
#6 0x00007ffff790eea4 in __GI___chk_fail () at chk_fail.c:28
#7 0x00007ffff790ea85 in ___snprintf_chk (s=<optimized out>, maxlen=<optimized out>, flag=<optimized out>, slen=<optimized out>, format=<optimized out>) at snprintf_chk.c:29
#8 0x0000000000472acf in utils::Lockfile::try_lock() ()
#9 0x000000000044b524 in core::DownloadStore::enable(bool) ()
#10 0x00000000004b1f7b in Control::initialize() ()
#11 0x000000000043000b in main ()
2023-08-04 19:14:03 +01:00
Thiago Kenji Okada
207166a65d
flood: 4.7.0 -> unstable-2023-06-03
...
Bumping to current development version to fix some deprecation warns in
Node and also issues with newer versions of qBittorrent.
2023-08-04 11:03:39 +01:00
Thiago Kenji Okada
2385e73cca
flood: repackage using buildNpmPackage
...
Related issue: #229475
Co-authored-by: Winter <winter@winter.cafe>
2023-08-04 11:03:31 +01:00
Francesco Gazzetta
6c28e7cf19
zeronet-conservancy: 0.7.9 -> 0.7.10
...
https://github.com/zeronet-conservancy/zeronet-conservancy/releases/tag/v0.7.9
Diff: https://github.com/zeronet-conservancy/zeronet-conservancy/compare/v0.7.9...v0.7.10
2023-07-27 15:52:11 +02:00
Francesco Gazzetta
bf293bd14e
zeronet-conservancy: 0.7.8.1 -> 0.7.9
...
https://github.com/zeronet-conservancy/zeronet-conservancy/releases/tag/v0.7.9
Diff: https://github.com/zeronet-conservancy/zeronet-conservancy/compare/v0.7.8.1...v0.7.9
2023-07-23 23:11:12 +02:00
Sandro
1708e6ad63
Merge pull request #243572 from astro/gnunet
2023-07-21 15:25:09 +02:00
Varun Madiath
4b7ad2c7ea
jesec-rtorrent: Add patch to prevent segfault
2023-07-20 12:28:14 -03:00
R. Ryantm
e0f98e18ec
pyrosimple: 2.9.0 -> 2.9.1
2023-07-18 23:35:46 +00:00
Astro
3cb419b2ac
gnunet-gtk: 0.15.0 -> 0.19.0
2023-07-16 19:09:03 +02:00
Vlad M
be2968a03a
Merge pull request #241146 from chvp/init/transmission_4
...
transmission_4: init at 4.0.3
2023-07-15 20:25:55 +03:00
Astro
3be5b19b3c
gnunet: 0.17.6 -> 0.19.4
2023-07-15 03:32:45 +02:00
Mario Rodas
9a9712167a
rqbit: 2.2.0 -> 2.2.1
...
Diff: https://github.com/ikatson/rqbit/compare/v2.2.0...v2.2.1
2023-07-12 04:20:00 +00:00
Mario Rodas
77361da1e5
rqbit: 2.1.5 -> 2.2.0
...
Diff: https://github.com/ikatson/rqbit/compare/v2.1.5...v2.2.0
2023-07-10 09:51:21 -05:00
Fabian Affolter
3cc4689339
Merge pull request #235848 from fabaff/prometheus-client-bump
...
python310Packages.prometheus-client: 0.16.0 -> 0.17.0
2023-07-05 22:33:21 +02:00
Fabian Affolter
7db89d0851
pyrosimple: 2.8.0 -> 2.9.0
...
Changelog: https://github.com/kannibalox/pyrosimple/blob/v2.9.0/CHANGELOG.md
2023-07-05 16:01:38 +02:00
Charlotte Van Petegem
a58c8585e2
transmission_4: mark as broken on x86_64-darwin
2023-07-03 11:39:48 +02:00
Charlotte Van Petegem
760949b72b
transmission_4: make sure to use dependencies from nixpkgs
2023-07-03 11:39:48 +02:00
Charlotte Van Petegem
d5188368ce
libutp_3_4: init at 3.4
2023-07-03 11:39:47 +02:00
Charlotte Van Petegem
a10db1930c
transmission_4: init at 4.0.3
...
https://github.com/transmission/transmission/releases/tag/4.0.0
https://github.com/transmission/transmission/releases/tag/4.0.1
https://github.com/transmission/transmission/releases/tag/4.0.2
https://github.com/transmission/transmission/releases/tag/4.0.3
2023-07-03 10:09:25 +02:00
R. Ryantm
5889903ade
qbittorrent: 4.5.3 -> 4.5.4
2023-06-23 23:55:48 +00:00
Stanislav Ochotnický
303a2b2bb0
tremotesf: init at 2.4.0 ( #232488 )
...
* maintainers: add sochotnicky
* tremotesf: init at 2.4.0
---------
Co-authored-by: Stanislav Ochotnický <stanislav@ochotnicky.com>
2023-06-20 21:20:20 +02:00
R. Ryantm
f72711860e
qbittorrent: 4.5.2 -> 4.5.3
2023-06-09 15:34:41 +00:00
Sandro
eaa54b2105
Merge pull request #233994 from vamega/pyrosimple-2.8.0
2023-05-31 21:54:57 +02:00