Commit graph

126 commits

Author SHA1 Message Date
Fabian Affolter 389fce69cb
gobgpd: update rev 2023-01-07 23:07:32 +01:00
R. Ryantm 013b1f79bf gobgpd: 3.9.0 -> 3.10.0 2023-01-07 18:34:56 +00:00
markuskowa 41c2f4c023
Merge pull request #207176 from astro/virtiofsd
virtiofsd: 1.4.0 -> 1.5.0
2022-12-27 13:24:18 +01:00
R. Ryantm 95cfb3ad36 oven-media-engine: 0.14.17 -> 0.14.18 2022-12-24 15:07:03 +00:00
Astro 2c8a4001d2 virtiofsd: 1.4.0 -> 1.5.0 2022-12-21 23:53:05 +01:00
Rick van Schijndel 9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
R. Ryantm c82e96df6f oven-media-engine: 0.14.16 -> 0.14.17 2022-12-10 18:59:11 +00:00
Martin Weinelt fe8eef1ae4 Merge remote-tracking branch 'origin/master' into staging-next 2022-12-04 22:06:42 +01:00
R. Ryantm 3bea6e3a93 gobgpd: 3.8.0 -> 3.9.0 2022-12-04 22:40:58 +08:00
github-actions[bot] 86adbaf70c
Merge staging-next into staging 2022-11-27 12:01:45 +00:00
R. Ryantm b8ed02ec49 oven-media-engine: 0.14.14 -> 0.14.16 2022-11-27 00:15:21 +00:00
Zane van Iperen c100d63136
navidrome: depend on ffmpeg-headless explicitly 2022-11-08 00:12:35 +10:00
R. Ryantm 389bb67e7a gobgpd: 3.7.0 -> 3.8.0 2022-11-04 09:18:43 +08:00
R. Ryantm bfd4dde691 oven-media-engine: 0.14.10 -> 0.14.14 2022-11-04 00:10:54 +01:00
squalus 1d54d38e41 navidrome: 0.47.5 -> 0.48.0
- update navidrome
2022-10-24 17:33:49 -07:00
Artturin f4ea1208ec treewide: *Flags convert to list from str
*Flags implies a list

slightly relevant:
> stdenv: start deprecating non-list configureFlags https://github.com/NixOS/nixpkgs/pull/173172

the makeInstalledTests function in `nixos/tests/installed-tests/default.nix` isn't available outside of nixpkgs so
it's not a breaking change
2022-10-10 15:30:59 +03:00
R. Ryantm 8a6c48da51 gobgpd: 3.6.0 -> 3.7.0 2022-10-06 11:56:29 +08:00
Luke Granger-Brown 4df912235a
Merge pull request #192314 from lukegb/ovenmediaengine
oven-media-engine: 0.13.2 -> 0.14.10
2022-09-25 18:49:52 +01:00
Luke Granger-Brown 2d582d641b oven-media-engine: 0.13.2 -> 0.14.10
Fixes #162446
2022-09-21 22:11:50 +00:00
Jörg Thalheim c0cd90470b navidrome: adhoc hack to fix the build
This is very hacky, but I currently see any other way that does not
involve changing node2nix in a non trivial way to allow these type of patches.
2022-09-16 11:32:46 +02:00
github-actions[bot] e0f3de2dc6
Merge master into staging-next 2022-09-03 12:01:12 +00:00
R. Ryantm d966dd7de5 gobgpd: 3.5.0 -> 3.6.0 2022-09-02 14:42:00 +00:00
ajs124 ac6e552a30 oven-media-engine: openssl_3_0 -> openssl 2022-08-17 20:16:18 +02:00
R. Ryantm 186f6748ba gobgpd: 3.4.0 -> 3.5.0 2022-08-10 17:34:58 +00:00
Zane van Iperen 0889899f04
navidrome: fix darwin build, version numbering, enable tests 2022-08-05 12:26:45 +10:00
Ryan Mulligan 6b411a2333
Merge pull request #183313 from r-ryantm/auto-update/gobgpd
gobgpd: 3.0.0 -> 3.4.0
2022-07-31 09:48:59 -07:00
R. Ryantm 708ffc82e8 gobgpd: 3.0.0 -> 3.4.0 2022-07-28 13:14:11 +00:00
Astro 082dd22447 virtiofsd: 1.3.0 -> 1.4.0 2022-07-26 21:58:48 +02:00
Francesco Gazzetta a102efba92 qremotecontrol-server: 2.4.2 -> unstable-2014-11-05, use Qt5
Qt4 is going to be removed: #174634
2022-07-24 09:29:10 +02:00
Francesco Gazzetta 969f525683 qremotecontrol-server: 2.4.1 -> 2.4.2 2022-07-24 09:26:33 +02:00
squalus baed548bcf navidrome: build from source 2022-07-10 13:16:23 -07:00
Nick Cao ae555af60a virtiofsd: 1.2.0 -> 1.3.0 2022-07-06 16:40:03 +00:00
Alyssa Ross fd6a8fb894
openssl_3: rename from openssl_3_0
With their new versioning scheme, OpenSSL have committed[1] to API and
ABI compatibility for the whole 3.x.x release series, so we shouldn't
be overly specific in our attribute name.

[1]: https://www.openssl.org/blog/blog/2018/11/28/version/
2022-06-27 13:35:16 +00:00
Robert Scott 61c35da607 treewide/servers,tools: add sourceType binaryNativeCode for many packages 2022-06-16 20:21:42 +01:00
Robert Scott 3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Alyssa Ross 3ab458c39a virtiofsd: fix static 2022-05-13 19:10:25 +00:00
Alyssa Ross 4b28e6bcbc virtiofsd: 1.1.0 -> 1.2.0 2022-05-13 19:10:25 +00:00
Naïm Favier 407a02d056
navidrome: fix wrapper arguments escaping 2022-05-12 20:32:53 +02:00
Luke Granger-Brown f93eb25c17
Merge pull request #166871 from greaka/master
oven-media-engine: 0.13.1 -> 0.13.2
2022-04-11 01:25:21 +01:00
Luke Granger-Brown d026c57cfe oven-media-engine: correct meta.licenses
Since a20b5ff7399ebc6d05b6de88d0e97f4cb38a8c6f, OME has been licensed
under AGPLv3.
2022-04-04 13:51:41 +00:00
Greaka 21e312d0f7
oven-media-engine: 0.13.1 -> 0.13.2 2022-04-01 22:22:05 +02:00
R. Ryantm 25e7331ebf virtiofsd: 1.0.0 -> 1.1.0 2022-03-19 16:55:20 -04:00
R. Ryantm 80bc3b63cb gobgpd: 2.34.0 -> 3.0.0 2022-03-02 06:10:30 +00:00
R. Ryantm 98b8385e20 oven-media-engine: 0.13.0 -> 0.13.1 2022-02-27 14:41:01 +00:00
R. Ryantm 1808423ff2 oven-media-engine: 0.12.11 -> 0.13.0 2022-02-25 11:49:41 -08:00
R. Ryantm 95dc15b3a1 oven-media-engine: 0.12.9 -> 0.12.11 2022-02-12 21:50:42 +00:00
Renaud ad45db081d
Merge pull request #157253 from LeSuisse/navidrome-0.47.5
navidrome: 0.47.0 -> 0.47.5
2022-02-01 20:53:28 +01:00
Alyssa Ross 243e268fa2 virtiofsd: init at 1.0.0 2022-01-31 17:16:11 +00:00
Thomas Gerbet 24bed7aa03 navidrome: 0.47.0 -> 0.47.5
Fixes CVE-2022-23857
https://github.com/navidrome/navidrome/releases/tag/v0.47.5
2022-01-29 10:13:40 +01:00
Zane van Iperen b7452fee4d
oven-media-engine: remove unused ffmpeg_3_4 import 2022-01-19 08:39:18 +10:00