summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* go-ethereum: 1.10.17 -> 1.10.18•••(cherry picked from commit c841addd7588ec2fafab69ff6dd748ca7fd5047c) origin/backport-177709-to-release-22.05Francois-Rene Rideau2022-06-151-3/+3
* dovecot: 2.3.19 -> 2.3.19.1•••(cherry picked from commit 7aaf277a47ed51f1c55232eb152e92a524d9288a) ajs1242022-06-151-2/+2
* Merge pull request #177574 from OPNA2608/backport/palemoon_31.1.0•••[22.05] palemoon: 31.0.0 -> 31.1.0Anderson Torres2022-06-141-3/+3
|\
| * palemoon: 31.0.0 -> 31.1.0R. Ryantm2022-06-131-3/+3
* | Merge pull request #177676 from NixOS/backport-176703-to-release-22.05•••[Backport release-22.05] matcha-gtk-theme: 2021-12-25 -> 2022-06-07José Romildo Malaquias2022-06-141-8/+25
|\ \
| * | matcha-gtk-theme: 2021-12-25 -> 2022-06-07•••(cherry picked from commit 025ddc1ec3e247c7e488177153b2c8157ebe5521) José Romildo2022-06-141-4/+4
| * | matcha-gtk-theme: add update script•••(cherry picked from commit 647c7bc2f29ac4f91fef510342e16956d33f1361) José Romildo2022-06-141-0/+3
| * | matcha-gtk-theme: reformat nix expression•••(cherry picked from commit f88c65a5db54b9553cb6c3452093d1d194da06ea) José Romildo2022-06-141-5/+19
* | | Merge pull request #176777 from DarkOnion0/drawio-backport-22.05•••[22.05] drawio: 18.1.3 -> 19.0.2Sandro2022-06-141-2/+2
|\ \ \ | |/ / |/| |
| * | drawio: 18.1.3 -> 19.0.2DarkOnion02022-06-071-2/+2
* | | Merge pull request #177625 from NixOS/backport-177583-to-release-22.05Martin Weinelt2022-06-141-3/+3
|\ \ \
| * | | tor-browser-bundle-bin: 11.0.13 -> 11.0.14•••(cherry picked from commit de77c035c47c1cefc5b252e27b911cffb12e1240) Nicolas Benes2022-06-141-3/+3
|/ / /
* | | Merge pull request #177455 from NixOS/backport-176976-to-release-22.05•••[Backport release-22.05] hydroxide: 0.2.21 -> 0.2.23Aaron Andersen2022-06-131-2/+2
|\ \ \
| * | | hydroxide: 0.2.21 -> 0.2.23•••(cherry picked from commit b8c87def6591c4c80263fdf2c79f5cdc845ec7bc) Aaron Andersen2022-06-131-2/+2
* | | | Merge pull request #177456 from NixOS/backport-177321-to-release-22.05•••[Backport release-22.05] mpd: fix socket activationAaron Andersen2022-06-131-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | mpd: fix socket activation•••Apparently since systemd v250 a `ListenStream` in an override file won't override the unit, but will be appended to a list of socket addresses. The socket unit fails if two or more addresses have the same port, probably because two systemd processes try to listen to it at once. The solution is to add an empty `ListenStream=` to reset all previous definitions. Fix #175478. (cherry picked from commit 7149c5cb604a0a661c27fc2fc8286ddf0efcee46) rnhmjoj2022-06-131-0/+1
| |/ /
* | | nixos/openldap: fix systemd rejecting notification (#177520)•••On one of the two machines I have running openldap, openldap failed to start due to a "timeout". Increasing the allowed startup delay didn't help. I noticed the following in logs: ``` openldap.service: Got notification message from PID 5224, but reception only permitted for main PID 5223 ``` It turns out that on this machine at least, openldap apparently sends the notification from a non-main process, which means that we need this NotifyAccess setting for systemd to record that it successfully started. Without it, after 30 seconds systemd kills the process because it didn't receive the sd_notify call. Somehow the other machine I have on nixos running ldap works fine even without this, but I could not figure out what changes the behavior. Given that AFAIU NotifyAccess still restricts to "from the cgroup of the service", I think this change should be safe. (cherry picked from commit bd0fe743953ede63f1921403446d78c0ce43a65f) Co-authored-by: Léo Gaspard <leo@gaspard.io>github-actions[bot]2022-06-131-0/+1
* | | Merge pull request #177464 from NixOS/backport-177442-to-release-22.05•••[Backport release-22.05] grafana: 8.5.3 -> 8.5.5Maximilian Bosch2022-06-131-3/+3
|\ \ \
| * | | grafana: 8.5.3 -> 8.5.5•••ChangeLogs: * https://github.com/grafana/grafana/releases/tag/v8.5.4 * https://github.com/grafana/grafana/releases/tag/v8.5.5 (cherry picked from commit df0b326d754b4385eaea9e470da19ac603754200) Maximilian Bosch2022-06-131-3/+3
* | | | Merge pull request #177467 from NixOS/backport-177430-to-release-22.05•••[Backport release-22.05] nixos/prometheus-wireguard-exporter: fix broken optionsMaximilian Bosch2022-06-131-3/+3
|\ \ \ \
| * | | | nixos/prometheus-wireguard-exporter: fix broken options•••This is apparently a breaking change in a patch-level release[1] where it's now necessary to specify values for each CLI argument. [1] https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.6.1 (cherry picked from commit e03d41fb6bb3076a4a868f173cb4019e4e92a816) Maximilian Bosch2022-06-131-3/+3
| |/ / /
* | | | Merge pull request #177466 from NixOS/backport-177434-to-release-22.05•••[Backport release-22.05] wiki-js: 2.5.283 -> 2.5.284Maximilian Bosch2022-06-131-2/+2
|\ \ \ \
| * | | | wiki-js: 2.5.283 -> 2.5.284•••ChangeLog: https://github.com/requarks/wiki/releases/tag/v2.5.284 (cherry picked from commit 186ba212b5ca0eddf74571b72abf2033c1bd4fbd) Maximilian Bosch2022-06-131-2/+2
| |/ / /
* | | | Merge pull request #177427 from NixOS/backport-177216-to-release-22.05•••[Backport release-22.05] Linux kernel updates 2022-06-10Maximilian Bosch2022-06-1314-51/+66
|\ \ \ \ | |/ / / |/| | |
| * | | linux/hardened/patches/5.4: 5.4.196-hardened1 -> 5.4.197-hardened1•••(cherry picked from commit 5dc09cd84f4456c6d3ce3b601a0c91c15dbccc33) Andrew Marshall2022-06-121-5/+5
| * | | linux/hardened/patches/5.18: init at 5.18.3-hardened1•••(cherry picked from commit a2c6e4372a49bd5d6e2e5ddf2e181ad6a258597c) Andrew Marshall2022-06-124-0/+15
| * | | linux/hardened/patches/5.17: 5.17.11-hardened1 -> 5.17.14-hardened1•••(cherry picked from commit f61e9f4a536c0b0afacd2eace7317f32b33ab778) Andrew Marshall2022-06-121-5/+5
| * | | linux/hardened/patches/5.15: 5.15.43-hardened1 -> 5.15.46-hardened1•••(cherry picked from commit de36193dee5973147419a5819498f973f2fc6c40) Andrew Marshall2022-06-121-5/+5
| * | | linux/hardened/patches/5.10: 5.10.118-hardened1 -> 5.10.121-hardened1•••(cherry picked from commit 858741e87213845fdb74b87ec50d5fd002ff18ce) Andrew Marshall2022-06-121-5/+5
| * | | linux/hardened/patches/4.19: 4.19.245-hardened1 -> 4.19.246-hardened1•••(cherry picked from commit 1c31d9666e4ad96f06111997870cd43875bf1dc3) Andrew Marshall2022-06-121-5/+5
| * | | linux/hardened/patches/4.14: 4.14.281-hardened1 -> 4.14.282-hardened1•••(cherry picked from commit 67a664c575335508a2f7afc65dbe78151ad1a244) Andrew Marshall2022-06-121-5/+5
| * | | linux_latest-libre: 18738 -> 18777•••(cherry picked from commit 87e0009cd59f73d2f00c481a255b81d80a20e082) Andrew Marshall2022-06-121-2/+2
| * | | linux-rt_5_10: 5.10.115-rt67 -> 5.10.120-rt70•••(cherry picked from commit e457a67642a0460f13b7b64749361d444a0e2d2d) Andrew Marshall2022-06-121-3/+3
| * | | linux: 5.4.196 -> 5.4.197•••(cherry picked from commit 45a098de80741473ce865f8c091d828a629fd33f) Andrew Marshall2022-06-121-2/+2
| * | | linux: 5.18 -> 5.18.3•••(cherry picked from commit 260e08a6e64631a6c04ed6807caf6a96007ee8fb) Andrew Marshall2022-06-121-2/+2
| * | | linux: 5.17.11 -> 5.17.14•••(cherry picked from commit 363c71ff3cb469f90a4dce78e01eabbe53076d09) Andrew Marshall2022-06-121-2/+2
| * | | linux: 5.15.43 -> 5.15.46•••(cherry picked from commit 19d986621529a9cbb8bd9d39a96efea53df99d7d) Andrew Marshall2022-06-121-2/+2
| * | | linux: 5.10.118 -> 5.10.121•••(cherry picked from commit a7757d8a946c36a3eab8b340cf3155c71ca1df21) Andrew Marshall2022-06-121-2/+2
| * | | linux: 4.9.316 -> 4.9.317•••(cherry picked from commit 2ac8909c8b5c7d7e0c19b84e2a8bc703ef5674a2) Andrew Marshall2022-06-121-2/+2
| * | | linux: 4.19.245 -> 4.19.246•••(cherry picked from commit c6c98c48b4bb91ad3998b291e79ea1d9110138a0) Andrew Marshall2022-06-121-2/+2
| * | | linux: 4.14.281 -> 4.14.282•••(cherry picked from commit deaf61dab10a18898bc38065ae760bbfd20240e2) Andrew Marshall2022-06-121-2/+2
* | | | strawberry: 1.0.3 -> 1.0.4•••(cherry picked from commit 4a2d1f78402dec9da19e2a3429446ffcef245db9) Peter Hoeg2022-06-131-2/+8
| |/ / |/| |
* | | kodi.packages.urllib3: 1.26.4+matrix.1 -> 1.26.8+matrix.1•••(cherry picked from commit e17c1d5a52f1397bdecc2e0dc8d094aa081cbb1d) Aaron Andersen2022-06-121-8/+12
|/ /
* | Merge pull request #177418 from NixOS/backport-177415-to-release-22.05•••[Backport release-22.05] nixos/wpa_supplicant: don't log that wpa_supplicant.conf is ignored with `allowAuxiliaryImperativeNetworks = true`Maximilian Bosch2022-06-121-1/+1
|\ \
| * | nixos/wpa_supplicant: don't log that wpa_supplicant.conf is ignored with `all...•••The warning is wrong with `allowAuxiliaryImperativeNetworks`[1] being set to `true` because both files are included in this case with `-c` and `-I`. [1] https://nixos.org/manual/nixos/stable/options.html#opt-networking.wireless.allowAuxiliaryImperativeNetworks (cherry picked from commit fd2a89b98330f4a06636ef19f34716d68ea7fe71) origin/backport-177415-to-release-22.05Maximilian Bosch2022-06-121-1/+1
* | | Merge pull request #177417 from NixOS/backport-177293-to-release-22.05•••[Backport release-22.05] libreswan: 4.6 -> 4.7Michele Guerini Rocco2022-06-121-2/+3
|\ \ \ | |/ / |/| |
| * | libreswan: 4.6 -> 4.7•••(cherry picked from commit 514bd27e9210b732ca191695445eb43083e18fe2) origin/backport-177293-to-release-22.05rnhmjoj2022-06-121-2/+3
|/ /
* | Merge #177395: metrics job: schedule on a dedicated machine•••...into release-22.05 Vladimír Čunát2022-06-121-2/+1
|\ \
| * | Revert "metrics job: schedule on any machine, for now"•••(cherry picked from commit e8c87f09460c565322f9ef05b781b31c4adcbdfd) Vladimír Čunát2022-06-121-2/+1
|/ /
* | Merge pull request #177388 from primeos/chromium-backport•••[Backport release-22.05] ungoogled-chromium: 102.0.5005.61 -> 102.0.5005.115Michael Weiss2022-06-121-5/+5
|\ \