Commit Graph
416233 Commits
Author SHA1 Message Date
Martin Weinelt e36bd3c473 libxcrypt: build using perl without libcrypt support 2022-10-09 18:07:54 +02:00
Martin Weinelt a369108233 perl: allow building without libcrypt 2022-10-09 18:07:53 +02:00
Martin Weinelt 7c29dcb80b libxcrypt: use tarball src, prune dependencies 2022-10-09 18:07:53 +02:00
Martin Weinelt ff30c899d8 glibc: make crypt support optional
The libcrypt library is going to be replaced with libxcrypt in packages
that require it.
2022-10-09 18:07:53 +02:00
github-actions[bot]andGitHub 3e675d06f5 Merge staging-next into staging 2022-10-09 12:02:02 +00:00
github-actions[bot]andGitHub 8972888c55 Merge master into staging-next 2022-10-09 12:01:31 +00:00
R. RyantmandFranz Pletz b31c42831f conntrack-tools: 1.4.6 -> 1.4.7 2022-10-09 13:49:33 +02:00
Franz PletzandGitHub 8a86d9d4aa Merge pull request #195190 from Ma27/coturn-replace-secret
nixos/coturn: refactor secret injection
2022-10-09 13:48:49 +02:00
Anderson TorresandGitHub 377db224c1 Merge pull request #195093 from anthonyroussel/vdpauinfo_1_5
vdpauinfo: 1.3 -> 1.5
2022-10-09 08:43:38 -03:00
Anderson TorresandGitHub ff92a56f77 Merge pull request #195057 from LeSuisse/sget-init
sget: init at unstable-2022-10-04
2022-10-09 08:40:44 -03:00
Anderson TorresandGitHub 77f47938c8 Merge pull request #195136 from wegank/pcem-wxgtk
pcem: migrate to wxGTK32
2022-10-09 08:37:26 -03:00
Maciej KrügerandGitHub 46101630c6 Merge pull request #193598 from ckiee/synapse-admin-18fix 2022-10-09 13:32:43 +02:00
Alex Griffinandsternenseemann 74fc4924fb xmonadctl: use xmonad-contrib's src 2022-10-09 13:16:13 +02:00
SandroandGitHub 7338069be8 Merge pull request #193778 from r-ryantm/auto-update/vtm 2022-10-09 12:59:03 +02:00
SandroandGitHub 42f7345fb0 Merge pull request #194910 from SuperSamus/duckstation-revert 2022-10-09 12:57:48 +02:00
SandroandGitHub 3720503cdf Merge pull request #192649 from ners/apacheds 2022-10-09 12:49:14 +02:00
André-Patrick BubelandGitHub 17b9d61957 mediathekview: 13.8.0 -> 13.9.1 (#194125) 2022-10-09 12:40:07 +02:00
Maximilian BoschandGitHub 1d4a52da6a Merge pull request #194805 from figsoda/update-rust-motd
rust-motd: 0.2.1 -> 1.0.0
2022-10-09 12:30:51 +02:00
SandroandGitHub 63a937e54b Merge pull request #189421 from foo-dogsquared/update-guile-gcrypt 2022-10-09 12:22:27 +02:00
ilkecanandMatthieu Coudron ef30dee2d6 buildVimPlugin: deprecate rtp attribute 2022-10-09 12:22:03 +02:00
ilkecanandMatthieu Coudron 448bb9bbae vimUtils.buildVimPlugin: prevent building twice
Don't set the `rtp` attribute using `overrideAttrs`. `overrideAttrs`
passes the attribute to the builder hence creates a different
derivation. This made vim plugins being built twice.
2022-10-09 12:22:03 +02:00
ilkecanandMatthieu Coudron 9314243820 luaPackages.gitsigns-nvim: remove noop override
`toVimPlugin` function mentioned is added with #178180.
2022-10-09 12:22:03 +02:00
ilkecanandMatthieu Coudron 49b5c1f562 vimPlugins.plenary-nvim: remove stale comment
The plugin is being built using `luaPackages` since #178180.
2022-10-09 12:22:03 +02:00
SandroandGitHub 53e18170b1 Merge pull request #194901 from onny/wordpresspackages-update 2022-10-09 12:17:49 +02:00
Stéphan KochenandMatthieu Coudron 2623fc4a78 lua: add back Darwin makeBinaryWrapper fix 2022-10-09 12:15:14 +02:00
SandroandGitHub 898f6ecd4d Merge pull request #189561 from mpscholten/init-ihp-new 2022-10-09 12:02:12 +02:00
SandroandGitHub d87090ce15 Merge pull request #194892 from rapenne-s/surf_display_update 2022-10-09 11:11:38 +02:00
Sergei TrofimovichandGitHub 7c0859b7d5 Merge pull request #194691 from amjoseph-nixpkgs/pr/xlibsWrapper/pcb
pcb: use xorg.* packages directly instead of xlibsWrapper
2022-10-09 10:07:29 +01:00
Fabian AffolterandGitHub aa007170d5 Merge pull request #195172 from r-ryantm/auto-update/dnstwist
dnstwist: 20220815 -> 20221008
2022-10-09 10:26:35 +02:00
Vincent LaporteandVincent Laporte 0e21110822 ocamlPackages.caqti: 1.8.0 → 1.9.1 2022-10-09 10:19:15 +02:00
Maximilian BoschandGitHub 4ece171482 Merge pull request #194738 from mayflower/pi-tokenjanitor
nixos/privacyidea: add proper support for `privacyidea-token-janitor`
2022-10-09 09:50:20 +02:00
Maximilian Bosch 4fd75277dd nixos/coturn: refactor secret injection
The original implementation had a few issues:

* The secret was briefly leaked since it is part of the cmdline for
  `sed(1)` and on Linux `cmdline` is world-readable.
* If the secret would contain either a `,` or a `"` it would mess with
  the `sed(1)` expression itself unless you apply messy escape hacks.

To circumvent all of that, I decided to use `replace-secret` which
allows you to replace a string inside a file (in this case
`#static-auth-secret#`) with the contents of a file, i.e.
`cfg.static-auth-secret-file` without any of these issues.
2022-10-09 09:31:48 +02:00
LassulusandGitHub d052fcf0ed Merge pull request #195102 from witheredsea7df/upgrade/bitcoin-abc
bitcoin-abc: 0.21.13 -> 0.26.2
2022-10-09 09:21:09 +02:00
SandroandGitHub 21469bd965 Merge pull request #191198 from Moredread/nixpkgs-paperless
nixosTests.paperless: check if /metadata/ can be accessed
2022-10-09 08:49:28 +02:00
Vladimír Čunát 683bd80353 Merge #195056: thunderbird*: 102.3.1 -> 102.3.2 2022-10-09 08:42:33 +02:00
Vladimír Čunát 7cce28d594 qt5.qtscript: drop the version override
It really was updated in commit 697a72e8a and refused to build.
(You can think of this as a revert of commit dd4afc7c0055.)
2022-10-09 08:16:59 +02:00
Stanisław PituchaandGitHub 14ccaaedd9 Merge pull request #195076 from anthonyroussel/adcli_0_9_2
adcli: 0.9.1 -> 0.9.2
2022-10-09 17:15:51 +11:00
talyzandYureka fae653deb4 nixos/gitlab: Configure ActionCable
ActionCable is used to provide realtime updates in a few places,
mainly the issue sidebar.
2022-10-09 08:12:19 +02:00
talyzandYureka 9b3ff51c77 nixos/gitlab: Set a more appropriate type for extraConfig 2022-10-09 08:12:19 +02:00
talyzandYureka 58158100f7 nixos/gitlab: Make sure docker-registry starts after cert generation 2022-10-09 08:12:19 +02:00
talyzandYureka 8e8253ddb4 nixos/gitlab: Create registry state path 2022-10-09 08:12:19 +02:00
talyzandYureka 3dedfb3fa0 nixos/gitlab: Connect to redis through a unix socket by default
This gives us slightly higher security as you have to be in the gitlab
group to connect, and possibly a (very small) performance benefit as
well.
2022-10-09 08:12:19 +02:00
talyzandYureka 843082eb3a nixos/gitlab: Add findutils to runtime dependencies
Needed for the gitlab:cleanup:orphan_job_artifact_files rake task.
2022-10-09 08:12:19 +02:00
talyzandYureka bee6e1dafa nixos/gitlab: Deduplicate runtime dependency listing 2022-10-09 08:12:19 +02:00
talyzandYureka 0211edd1ff nixos/gitlab: Add workhorse.config option 2022-10-09 08:12:19 +02:00
talyzandYureka 4df4d2a8ea genJqSecretsReplacementSnippet: Allow dots in attribute names...
...and escape quotation marks and backslashes.
2022-10-09 08:12:19 +02:00
Robert HensingandYureka e56fb06eef cryptsetup: Add tests.nixos 2022-10-09 08:11:33 +02:00
Robert HensingandYureka e5b5136429 cryptsetup: Remove ruby build dependency from NixOS
Removing this build dependency makes most NixOS tests completely
independent of the ruby ecosystem.
This helps reduce mass-rebuilds, which is especially useful when
bisecting the staging branch using a NixOS test.
2022-10-09 08:11:33 +02:00
zowoq de25676c9f promtail: move alongside grafana-loki 2022-10-09 16:09:17 +10:00
github-actions[bot]andGitHub c4bf5cbd84 Merge staging-next into staging 2022-10-09 06:04:39 +00:00