Commit Graph

294828 Commits

Author SHA1 Message Date
Sandro Jäckel 98a3003e2a
yt-dlp: 2021.9.25 -> 2021.10.10 2021-10-17 12:33:56 +02:00
R. RyanTM 6d31c97d24
python38Packages.yt-dlp: 2021.9.2 -> 2021.9.25 2021-10-17 12:33:56 +02:00
Atemu af706fce73
yt-dlp: add option to install a youtube-dl alias
youtube-dl development seems to have stalled and yt-dlp is the de-facto upstream
nowadays. This provides an easy way to use yt-dlp as a drop-in replacement:

    youtube-dl = yt-dlp.override { withAlias = true; };
2021-10-17 12:33:55 +02:00
Kid 12973b2af5
yt-dlp: remove obsolete `postPatch` 2021-10-17 12:33:54 +02:00
Ilan Joselevich bb5e5bf09a
yt-dlp: 2021.08.10 -> 2021.9.2 2021-10-17 12:33:53 +02:00
Mario Rodas 1f2818d65d
yt-dlp: use PyPI tarball 2021-10-17 12:33:52 +02:00
Sandro Jäckel 8cc518e2a1
yt-dlp: 2021.08.02 -> 2021.08.10 2021-10-17 12:33:51 +02:00
Maciej Krüger 035e4a2462
yt-dlp: 2021.07.21 -> 2021.08.02 2021-10-17 12:33:46 +02:00
Maciej Krüger 5ae4146460
yt-dlp: init at 2021.07.21
(cherry picked from commit e40ceba3fc172b6610eb0da96384636e08a510e2)
2021-10-17 10:34:25 +02:00
Moritz Hedtke d22c3a6bc1 discord: 0.0.15 → 0.0.16
(cherry picked from commit a22f2688941dd02a69cc422ba349e80030cd474f)
2021-09-22 23:22:11 -07:00
John Ericson 2091b11642
Merge pull request #139055 from obsidiansystems/dn-backport-21.05-add-ghcjs
[backport release-21.05] ghcjs 8.10.7: init
2021-09-22 22:24:56 -04:00
Divam af724c4240 Remove old ghcjs files
(cherry picked from commit 0918598005195303347d675a75f6ea8540ca806a)
2021-09-23 10:14:39 +09:00
Divam 9ec3ff57c7 ghcjs: init at 8.10.7
The src points to the obsidiansystems repo as it has the ghcjs ported from
8.10.5 to 8.10.7, and a bunch of other fixes (#812, #811, #809)

(cherry picked from commit ba25b274f4bb0240a8ffa71e41b55712930af3d8)
Modified the stm_2_5_0_1 -> stm_2_5_0_0
2021-09-23 10:14:39 +09:00
Divam 365f138754 haskellPackages.happy_1_19_12: init at 1.19.12
(generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh)

(cherry picked from commit be7c76ae6419a00c7f76429afb7ff4591dee60ad)
2021-09-23 09:59:36 +09:00
Divam 68580f0806 haskellPackages.ghcjs-base: 0.2.0.0 -> 0.2.0.3
(cherry picked from commit c8b255cf25574808d81cc2a3b6195cc9592956eb)
2021-09-23 09:58:16 +09:00
John Ericson 2350b8c328
Merge pull request #139037 from obsidiansystems/ghc-8_10_7-21.05
[backport release-21.05] ghc 8.10.7: init
2021-09-22 20:31:42 -04:00
Divam b1814ba4b1 ghc: add the Cabal ghcjs support patch
(cherry picked from commit feac31b1f05bf8be4681b461987f26a37a47c60f)
2021-09-23 00:13:41 +00:00
Alexandre Esteves 48048824c4 ghc8.10.7: fix mingw build
(cherry picked from commit eea8e3eacec12fe4e46d3ecb8e3cbbd03a10b2f0)
2021-09-23 00:13:41 +00:00
sternenseemann 65c3102d78 ghc: 8.10.6 -> 8.10.7
https://www.haskell.org/ghc/download_ghc_8_10_7.html

(cherry picked from commit 9eca744cc0484e417deb260076241efb0a6c159d)
2021-09-23 00:13:41 +00:00
sternenseemann 56a9ec15ff ghc 8.10.6: Init
Backport which adds, rather than updates, the GHC release.

----

The only big change is required for darwin since GHC 8.10.5 now
runs xattr in the install phase on darwin:

* 11e1dcde0d
* ec451cac39

Unfortunately, it uses the host /usr/bin/xattr by default which is
present in the build due to a lack of sandboxing on darwin. That xattr
version however still requires Python 2.7 whereas Python 3.8 is in PATH
in our build. We solve this by setting the XATTR environment variable.

We can't use python3Packages.xattr since GHC expects Apple's fork of
xattr which provides some extra flags to utilize.

Co-authored-by: Cheng Shao <cheng.shao@tweag.io>

(Adapted from cb330ce4f05f5a6e2da3021e9cbf4ea2eb592631)
2021-09-23 00:13:41 +00:00
sternenseemann b83620af90 darwin.xattr: init at 61.60.1
(cherry picked from commit 283d622397539f196416657da9dc804a4ca89846)
2021-09-23 00:13:40 +00:00
Robert Scott 5c8efd0034
Merge pull request #137369 from NixOS/backport-134007-to-release-21.05
[Backport release-21.05] fragments: init at 1.5
2021-09-22 21:32:21 +01:00
Pavol Rusnak e42f91e090
Merge pull request #138930 from NixOS/backport-138927-to-release-21.05
[Backport release-21.05] electron_12: 12.1.1 -> 12.1.2
2021-09-22 14:10:52 +02:00
TredwellGit 4f0a4caae0 electron_12: 12.1.1 -> 12.1.2
https://github.com/electron/electron/releases/tag/v12.1.2
(cherry picked from commit e39bc2d9af19bf99628f59b8c7d370c7c3973d23)
2021-09-22 11:09:27 +00:00
Jörg Thalheim 83413f4780
Merge pull request #138828 from hmenke/zfs
[21.05] zfs: Linux 5.14 compatibility
2021-09-22 07:20:06 +01:00
Artturi 12f3f58f48
Merge pull request #138796 from NixOS/backport-138762-to-release-21.05
[Backport release-21.05] nginx: fix URLs by taking from a specific commit
2021-09-21 23:47:31 +03:00
Maximilian Bosch 30442ab6d4
Merge pull request #138835 from NixOS/backport-138705-to-release-21.05
[Backport release-21.05] matrix-synapse: 1.42.0 -> 1.43.0
2021-09-21 22:41:04 +02:00
Sumner Evans 8d6407e5a4 matrix-synapse: 1.42.0 -> 1.43.0
(cherry picked from commit a8fbb745723062d99b64f34292f86e0ef4361921)
2021-09-21 19:46:20 +00:00
Henri Menke 6c840afdc5
zfsUnstable: 2.1.0 -> 2.1.1 2021-09-21 20:33:02 +02:00
Henri Menke 2179499ba7
zfs: 2.0.5 -> 2.0.6 2021-09-21 20:32:48 +02:00
Maximilian Bosch 543cf1d543
Merge pull request #138804 from Ma27/backport-matrix-test
[21.05] matrix-synapse: enable parallel tests
2021-09-21 20:05:27 +02:00
embr 04c2339cc1 nixos/mastodon: Add configurable web- and streaming concurrency
Might as well do this while I'm at it.

(cherry picked from commit 0d719125baee88e2e8d29e6bb2ff3100ba1b2da0)
2021-09-21 19:41:32 +02:00
embr 4f8927c417 nixos/mastodon: Fix sidekiq's DB_POOL, add configurable concurrency
The `services.mastodon` module currently hardcodes sidekiq's concurrency
to 25, but doesn't set a DB pool size, which defaults to 5 or the number
of configured web threads.

(This behaviour is very strange, and arguably a mastodon bug.)

This also makes sidekiq's concurrency configurable, because 25 is a tad
high for the hardware I'm running it on.

(cherry picked from commit e8fd7792d1eeb4ea4943cc34525da1159ab50bc9)
2021-09-21 19:41:32 +02:00
pennae 5c7c36a483
matrix-synapse: enable parallel tests
(cherry picked from commit 7574cf28fefffa5b76dba22eb76e03dafd22aaca)
2021-09-21 14:11:37 +02:00
Maximilian Bosch cb996bbf84
Merge pull request #138794 from NixOS/backport-138481-to-release-21.05
[Backport release-21.05] Kernels 2021-09-18
2021-09-21 14:06:14 +02:00
Lara eb24e2e6b1 gitlab: 14.2.3 -> 14.2.4
(cherry picked from commit e5f70272c5ebe77cea9f045f8cac1d934d6a7ca5)
2021-09-21 13:22:10 +02:00
James Kay a53682d9f3 nginx: fix URLs by taking from a specific commit
I'm not sure this is the best way to get these patches, but it's better than `master` (at commit `e9617f553284b170a8b520d051ac1fc1b83cff30` on `nginx` these patches moved into a `nginx` subdirectory, breaking the build unless the patches are cached).

(cherry picked from commit c5d876511301cdcb8a3d4de8c09a681fa128e172)
2021-09-21 11:18:24 +00:00
TredwellGit b752e7829b linux/hardened/patches/5.14: 5.14.5-hardened1 -> 5.14.6-hardened1
(cherry picked from commit b8b772a1da76d38e3c4446c875326fa939d815e1)
2021-09-21 10:52:24 +00:00
TredwellGit 0731d03f57 linux/hardened/patches/5.13: 5.13.18-hardened1 -> 5.13.19-hardened1
(cherry picked from commit a41022ed40d070bb23a365e4c3ee80618a3bb2cd)
2021-09-21 10:52:23 +00:00
TredwellGit 174c38c553 linux/hardened/patches/5.10: 5.10.66-hardened1 -> 5.10.67-hardened1
(cherry picked from commit 4a9ffb82aedee82a456268e402c714966adbbf2e)
2021-09-21 10:52:23 +00:00
TredwellGit 16e4fb1aad linux-rt_5_10: 5.10.59-rt52 -> 5.10.65-rt53
(cherry picked from commit 3e87ddbf57a85ca4f06f10f8579ed9c4a54768b0)
2021-09-21 10:52:22 +00:00
TredwellGit 76bdc20f22 linux: 5.14.5 -> 5.14.6
(cherry picked from commit 51b0e44980a4939b21a6431d652169426840a335)
2021-09-21 10:52:21 +00:00
TredwellGit 4dcfb25299 linux: 5.13.18 -> 5.13.19
(cherry picked from commit 748679c0d3ab550ce8dbac4e5797e3b5d0064c76)
2021-09-21 10:52:21 +00:00
TredwellGit 02e05becea linux: 5.10.66 -> 5.10.67
(cherry picked from commit 66760dcbd5e30eb8950f79be847c052fe5de51f2)
2021-09-21 10:52:20 +00:00
sternenseemann 3397f0ede9 gitit: 0.13.0.0 -> 0.15.0.0
Resolves #138664
2021-09-21 00:15:21 +02:00
Kim Lindberger 49c1d39164
Merge pull request #138606 from NixOS/backport-138160-to-release-21.05
[Backport release-21.05] pipewire: 0.3.35 -> 0.3.36
2021-09-20 12:51:29 +02:00
Michael Weiss ae29263816
Merge pull request #138567 from primeos/ungoogled-chromium-backport
[21.05] ungoogled-chromium: 92.0.4515.159 -> 93.0.4577.82
2021-09-20 11:07:31 +02:00
Jan Solanti 701e0a55b0 pipewire: 0.3.35 -> 0.3.36
(cherry picked from commit 996b51ee8569d7042ba1d92d87a51e9bf90e73b5)
2021-09-20 06:27:38 +00:00
Kim Lindberger d15b1724c9
Merge pull request #138118 from NixOS/backport-137533-to-release-21.05
[Backport release-21.05] pipewire: 0.3.34 -> 0.3.35
2021-09-20 08:22:10 +02:00
Martin Weinelt 60f651c276
Merge pull request #138355 from mweinelt/21.05/ansible 2021-09-20 02:39:37 +02:00