Commit Graph

292103 Commits

Author SHA1 Message Date
Otavio Salvador 042c54b758 gitRepo: add missing preInstall and postInstall hooks calls
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 9d161bd45c40168a8aa83667fa4bf1b600ccc262)
2021-05-30 02:20:06 +00:00
Otavio Salvador a5a6efd9b4 gitRepo: Drop unnecessary patch
The import-ssl-module.patch does not seem to be need and the tool seem
to be working just fine. Drop the patch.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 94d5fd438d6df069d6d303fb046e430f6118a93a)
2021-05-30 02:20:06 +00:00
Otavio Salvador 6eac23ff6a gitRepo: add myself as maintainer
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 3a37d115ef369c03810a2339a09449d5c18a103d)
2021-05-30 02:20:05 +00:00
Otavio Salvador a51efd1bb4 gitRepo: 2.14.5 -> 2.15.3
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 19807e4ced2eea5c8f52a6e86df24e10ebb15367)
2021-05-30 02:20:05 +00:00
Austin Butler 8a6d0863c5 kooha: 1.1.3 -> 1.2.1
(cherry picked from commit 3d8311849e28a9fe1a174f6d83763b7172d23d4b)
2021-05-30 02:19:51 +00:00
figsoda 4a4105f069 newsflash: fix build
(cherry picked from commit b0b823be50efa168fa386e72e1380cf51412ae49)
2021-05-30 02:14:00 +00:00
Sandro 4330bdd244 Update pkgs/development/libraries/getdata/default.nix
(cherry picked from commit 1b77912d10ba5a5e8ddf7853f00ac3cb841d59bf)
2021-05-30 02:08:03 +00:00
Vincent Laporte 81c84a9194 getdata: add security patch from Debian
(cherry picked from commit 14bb4b8f9aed4b1e04c0edab0851c31144ccd7e3)
2021-05-30 02:08:03 +00:00
Dusk Banks 9cab6e0dd4 betterdiscordctl: 1.7.1 -> 2.0.0
(cherry picked from commit 35a1e99d7a41ab5da0afba91f69b49495f7c85f8)
2021-05-30 02:04:55 +00:00
Robert Schütz d27b376262 pika-backup: 0.3.1 -> 0.3.2
https://gitlab.gnome.org/World/pika-backup/-/tags/v0.3.2
(cherry picked from commit 52c24e9fbef11818445bd7bb460e04e8c0120732)
2021-05-30 02:04:12 +00:00
Pavol Rusnak 725af5376f gotty: 2.0.0-alpha.3 -> 1.2.0
new upstream, versioning scheme changed back to v 1.x

(cherry picked from commit 5a8cd34dba52fc35d25e24f41a17069e2254e609)
2021-05-30 01:53:51 +00:00
Markus Kowalewski a217eed6b8 welle-io: 2.2 -> 2.3
(cherry picked from commit af44c17b5db241c547536ce16341c84dc247c035)
2021-05-30 01:52:44 +00:00
xfnw e57ea488f9 catgirl: 1.7 -> 1.8
(cherry picked from commit 645446afa518ac7ef939bab4393d74d8bf24a7e2)
2021-05-30 01:49:20 +00:00
Fabian Affolter efbb010dfb python3Packages.smhi-pkg: 1.0.14 -> 1.0.15
(cherry picked from commit ebbc5a8728ac7002e9f86a0dfdbb660d50f6d689)
2021-05-29 23:13:17 +00:00
Fabian Affolter fb75a2a13f python3Packages.pyrituals: 0.0.2 -> 0.0.3
(cherry picked from commit e678ecdc0d0dd9149330cf525939a451c4248b7d)
2021-05-29 16:08:57 -07:00
Robert Schütz 6460c5ce33 openvpn-auth-ldap: 2.0.3+deb6.1 -> 2.0.4
(cherry picked from commit f734a05c8c01f54e14432c2adb92d9291c69bb18)
2021-05-29 15:57:16 -07:00
Martin Weinelt c1757ad15a
Merge pull request #124895 from NixOS/backport-124839-to-release-21.05
[Backport release-21.05] nixos/wordpress: regenerate secret keys if misspelled key name is found
2021-05-30 00:46:56 +02:00
Dmitry Kalinkin 7198e20169 webkitgtk: fix on darwin
(cherry picked from commit 61e49ba58b487b49832028a1829f50fd2abcab06)
2021-05-29 18:39:16 -04:00
markuskowa fb64e7de78
Merge pull request #124896 from NixOS/backport-124890-to-release-21.05
[Backport release-21.05] mpich: 3.4.1 -> 3.4.2
2021-05-29 22:57:05 +02:00
github-actions[bot] 8dc1b48597
cargo-raze: fix darwin (#124343)
* cargo-raze: fix darwin

Disable tests on darwin as they've started failing after the latest update: #119531

Example failure: https://hydra.nixos.org/build/143411545

* Update pkgs/development/tools/rust/cargo-raze/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

(cherry picked from commit 48b6b8b8c663a20fbe7969bed1d6381341106762)
2021-05-29 16:50:27 -04:00
Markus Kowalewski 58ba40336c mpich: 3.4.1 -> 3.4.2
(cherry picked from commit 0853275727138c6bb9ade80aa8d2e0f298044f47)
2021-05-29 20:17:55 +00:00
Martin Weinelt f4d6d51a09 nixos/wordpress: regenerate secret keys if misspelled key name is found
A secret key generated by the nixos module was misspelled, which could
possibly impact the security of session cookies.

To recover from this situation we will wipe all security keys that were
previously generated by the NixOS module, when the misspelled one is
found. This will result in all session cookies being invalidated. This
is confirmed by the wordpress documentation:

> You can change these at any point in time to invalidate all existing
> cookies. This does mean that all users will have to login again.

https://wordpress.org/support/article/editing-wp-config-php/#security-keys

Meanwhile this issue shouldn't be too grave, since the salting function
of wordpress will rely on the concatenation of both the user-provided
and automatically generated values, that are stored in the database.

> Secret keys are located in two places: in the database and in the
> wp-config.php file. The secret key in the database is randomly
> generated and will be appended to the secret keys in wp-config.php.

https://developer.wordpress.org/reference/functions/wp_salt/

Fixes: 2adb03fdae ("nixos/wordpress:
generate secrets locally")

Reported-by: Moritz Hedtke <Moritz.Hedtke@t-online.de>
(cherry picked from commit 724ed08df02546fea2ab38613d615dd47461528c)
2021-05-29 20:16:47 +00:00
Maximilian Bosch e7f90ce89c
Merge pull request #124821 from NixOS/backport-124408-to-release-21.05
[Backport release-21.05] virt-manager: fix missing cdrtools
2021-05-29 20:37:14 +02:00
Pavol Rusnak 1166a744e3
Merge pull request #124130 from prusnak/cocotb-21.05
[21.05] python3Packages.cocotb: 1.5.1 -> 1.5.2
2021-05-29 19:52:22 +02:00
Guillaume Girol c30d29421b
Merge pull request #124879 from NixOS/backport-124798-to-release-21.05
[Backport release-21.05] paperwork: 2.0.2 -> 2.0.3 and compile user manual
2021-05-29 16:33:30 +00:00
Symphorien Gibol 78268a73a1 paperwork: 2.0.2 -> 2.0.3 and compile user manual
(cherry picked from commit dc3054b4ae7763758392c3fa4c21142905c7b4cd)
2021-05-29 15:01:48 +00:00
Robert Schütz c258bb29a3
Merge pull request #124759 from dotlambda/whipper-fix
[21.05] whipper: fix
2021-05-29 15:33:20 +02:00
David Guibert 42a8ab0dbe
step-ca: use latest buildGoModule
(cherry picked from commit acf134771c79171ce183aa85aec162e03763bc30)
2021-05-29 13:09:07 +02:00
David Guibert 08e23c65c1
step-cli: 0.15.3-22 -> 0.15.16
(cherry picked from commit 1270b7977172de534ec12236b8a7a62904a8f317)
2021-05-29 13:09:07 +02:00
David Guibert f6db4eba25
step-ca: 0.15.11 -> 0.15.15
(cherry picked from commit f9eedc34577b5484307e30efa81c6f0521427919)
2021-05-29 13:09:02 +02:00
Robert Schütz 6eba052712
Merge pull request #124275 from lunik1/libretro-ppsspp-ffmpeg4-backport
[21.05] libretro.ppsspp: backport update and fix build against ffmpeg 4.4
2021-05-29 12:48:36 +02:00
Robert Schütz 417b79b504 samba: 4.13.7 -> 4.14.4
fixes https://www.samba.org/samba/security/CVE-2021-20254.html

(cherry picked from commit 2db53555ee297acb1dbce22e4342ac6f37e14407)
2021-05-28 23:06:49 -07:00
Robert Schütz a68c14446b python3Packages.cssutils: 2.2.0 -> 2.3.0
https://github.com/jaraco/cssutils/blob/v2.3.0/CHANGES.rst
(cherry picked from commit ade1f796cb93e804983d956efc3356bdc1cf532f)
2021-05-28 22:20:46 -07:00
Robert Schütz 0bfc2cc9ea spotdl: 3.5.2 -> 3.6.1
https://github.com/spotDL/spotify-downloader/releases/tag/v3.6.0
https://github.com/spotDL/spotify-downloader/releases/tag/v3.6.1
(cherry picked from commit 7683afc895f2e27b76ce73954b75b573cf2dbb3c)
2021-05-28 22:17:51 -07:00
talyz b423efaeeb nixos/discourse: Assert deployed PostgreSQL version
Assert that the PostgreSQL version being deployed is the one used
upstream. Allow the user to override this assertion, since it's not
always possible or preferable to use the recommended one.

(cherry picked from commit 544adbfcab2e92c2fe5774cae67f2edf165eb97e)
2021-05-28 22:16:10 -07:00
Ryan Mulligan 4594e54063 nixos/discourse: Add rsync dependency
It is used for backup importing.

(cherry picked from commit e9c5ee1c4e48dc996773ccdbc0347f18fad31db9)
2021-05-28 22:16:10 -07:00
talyz ce5587e7bb discourse: 2.6.5 -> 2.7.0
(cherry picked from commit 42b8e7685d5fe5280f8f6101a6d19016b92f3a5c)
2021-05-28 22:16:10 -07:00
Daniël de Kok c892433d7b softmaker-office: 1030 -> 1032
(cherry picked from commit 854c4ad2d9c7fed0ade1ec4048d10c28afae9bfb)
2021-05-28 22:13:27 -04:00
Sandro 6ca6be2bbf
Merge pull request #124835 from NixOS/backport-124819-to-release-21.05
[Backport release-21.05] gitAndTools.delta: 0.7.1 -> 0.8.0
2021-05-29 03:49:17 +02:00
Zhaofeng Li 25115a31d7 xpra: Add NVENC support
(cherry picked from commit 80e86f8871e3d4e328f5185e98cefa44269fc474)
2021-05-28 21:39:53 -04:00
Zhaofeng Li a5cbb1a436 nv-codec-headers-10: init at 10.0.26.2
(cherry picked from commit 13f114593bb7796010fccaffbdb0686852a1de27)
2021-05-28 21:39:53 -04:00
Dominik Xaver Hörl fa5915bebb rl-2105: mention linux_latest and potential zfs issues
(cherry picked from commit 7953b6e532be68c76e0e02bf6c83ff9350ad529e)
2021-05-28 18:32:16 -07:00
Dominik Xaver Hörl c50592961a linuxPackages_latest: update to 5.12
(cherry picked from commit 755db9a1e9a35c185f7d6c0463025e94ef44622e)
2021-05-28 18:32:16 -07:00
Mario Rodas 53ad00cfc3 gitAndTools.delta: 0.7.1 -> 0.8.0
https://github.com/dandavison/delta/releases/tag/0.8.0
(cherry picked from commit 4052d0ecebf6fe3cc14314fa2d5080c24f3e1b8e)
2021-05-29 01:31:34 +00:00
Niklas Hambüchen b73e47d3d7 nixos/wireguard: Remove .path systemd unit for privkey. Fixes #123203
As per `man systemd.path`:

> When a service unit triggered by a path unit terminates
> (regardless whether it exited successfully or failed),
> monitored paths are checked immediately again,
> **and the service accordingly restarted instantly**.

Thus the existence of the path unit made it impossible to stop the
wireguard service using e.g.

    systemctl stop wireguard-wg0.service

Systemd path units are not intended for program inputs such
as private key files.
This commit simply removes this usage; the private key is still
generated by the `generateKeyServiceUnit`.

(cherry picked from commit d344dccf3dc592242f11ef993acb9ecee8d84796)
2021-05-28 18:28:35 -07:00
Peter Hoeg 36f8feac81 tellico: 3.4 -> 3.4.1
(cherry picked from commit 1bfabf6fbaa23c785e1e6cb4c483028cf008b6e3)
2021-05-29 01:14:45 +00:00
Bart Brouns 8d914c1157 bjumblr: 1.4.2 -> 1.6.6
(cherry picked from commit de9f169ecc89cf2c88c105b1a73080818911f0ec)
2021-05-29 01:07:01 +00:00
greaka 7b1072b4ff terraria-server: 1.4.2.2 -> 1.4.2.3
(cherry picked from commit 4e9bd87f5a024a5b7cf3b94c389125732da7fb11)
2021-05-29 01:02:37 +00:00
Matt Layher d981999780 corerad: 0.3.0 -> 0.3.1
Signed-off-by: Matt Layher <mdlayher@gmail.com>
(cherry picked from commit 39b4c8f9af93f8e72f87cd78df97f948e834ea34)
2021-05-29 00:56:22 +00:00
Vladyslav M ad947d5fa6 b3sum: 0.3.7 -> 0.3.8
(cherry picked from commit 42d671a80d2cf80b25adb3d296dc36df2136c93c)
2021-05-29 00:51:22 +00:00