| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update pkgs/data/fonts/intel-one-mono/default.nix•••(cherry picked from commit 89a924d1659e180e60041952b7364ca11fee58bd) origin/backport-232467-to-release-23.05 | Sandro | 2023-07-28 | 1 | -3/+0 |
| * | intel-one-mono: init at 1.2.0•••Update pkgs/data/fonts/intel-one-mono/default.nix Co-authored-by: Janik <80165193+Janik-Haag@users.noreply.github.com> (cherry picked from commit 3dffd7185b4870613598def3b75b08c79c3c5166) | Simone Ruffini | 2023-07-28 | 2 | -0/+44 |
| * | Merge pull request #243058 from helsinki-systems/upd/dnsdist-2305•••[23.05] dnsdist: 1.7.3 -> 1.7.4 | ajs124 | 2023-07-28 | 1 | -2/+2 |
| |\ | |||||
| | * | dnsdist: 1.7.3 -> 1.7.4•••https://dnsdist.org/changelog.html#change-1.7.4 | ajs124 | 2023-07-12 | 1 | -2/+2 |
| * | | Merge pull request #245851 from NixOS/backport-245759-to-release-23.05•••[Backport release-23.05] nixos/frigate: fix recording and serving of clips/recordings | Martin Weinelt | 2023-07-28 | 1 | -2/+15 |
| |\ \ | |||||
| | * | | nixos/frigate: fix recording and serving of clips/recordings•••Frigate does string prefix matching for paths, which isn't exactly compatible with dynamically provisioned directories of systemd, where /var/cache/frigate is actually a symlink to /var/cache/private/frigate. Because we are unlikely to get this fixed upstream, this is one of the reason we should stop using DynamicUser= here. The other being, that nginx needs to be able to serve clips and recordings from both the CacheDirectory and the StateDirectory, and nginx being a member on a group that may only exist after it was started up doesn't work reliably. This is also why we relax the umask to allow g+r/g+rx for newly created files. Existing installs may need the following permissions fix to get things going. ``` find /var/lib/frigate/recordings -type d -exec chmod g+rx {} \; find /var/lib/frigate/recordings -type f -exec chmod g+r {} \; find /var/cache/frigate -type f -exec chmod g+r {} \; ``` Co-Authored-By: Daniel Barlow <dan@telent.net> (cherry picked from commit 3086313e4c2acdce255315881a3e0e6a1de70e88) | Martin Weinelt | 2023-07-28 | 1 | -2/+15 |
| |/ / | |||||
| * | | Merge pull request #245770 from erictapen/23.05/mastodon•••[release-23.05] mastodon: 4.1.4 -> 4.1.5 | Pol Dellaiera | 2023-07-28 | 5 | -60/+52 |
| |\ \ | |||||
| | * | | mastodon: 4.1.4 -> 4.1.5•••(cherry picked from commit 19ad8f5c799a37976a5955f862943cb0c97cd5d8) | Sandro Jäckel | 2023-07-27 | 3 | -4/+4 |
| | * | | mastodon: adapt update script to new nix-prefetch-github•••(cherry picked from commit e8808ced29ab2715e94a6fdc7943a910414fa688) | Theodore Ni | 2023-07-27 | 2 | -3/+3 |
| | * | | mastodon: simplify update script•••(cherry picked from commit 71a96bd985dcaa116a0c59f5f19f811b44461849) | Sandro Jäckel | 2023-07-27 | 3 | -41/+14 |
| | * | | mastodon: add runHooks•••This makes constructing overrides easier (cherry picked from commit 74ca55400e6c559ce2452bb39b0b3c9e83d3abb1) | Sandro Jäckel | 2023-07-27 | 1 | -0/+16 |
| | * | | mastodon: use fetchFromGitHub, fix shellcheck hints•••(cherry picked from commit 0000005ec61c166d27aedc3195b189886a0118c3) | Sandro Jäckel | 2023-07-27 | 2 | -24/+27 |
| * | | | Merge pull request #245742 from NixOS/backport-245091-to-release-23.05•••[Backport release-23.05] zeronet-conservancy: 0.7.8.1 -> 0.7.10 | Nick Cao | 2023-07-27 | 1 | -3/+7 |
| |\ \ \ | |||||
| | * | | | zeronet-conservancy: 0.7.9 -> 0.7.10•••https://github.com/zeronet-conservancy/zeronet-conservancy/releases/tag/v0.7.9 Diff: https://github.com/zeronet-conservancy/zeronet-conservancy/compare/v0.7.9...v0.7.10 (cherry picked from commit 6c28e7cf19bd2410fe3d57878160dba2c92f92b4) | Francesco Gazzetta | 2023-07-27 | 1 | -2/+2 |
| | * | | | zeronet-conservancy: 0.7.8.1 -> 0.7.9•••https://github.com/zeronet-conservancy/zeronet-conservancy/releases/tag/v0.7.9 Diff: https://github.com/zeronet-conservancy/zeronet-conservancy/compare/v0.7.8.1...v0.7.9 (cherry picked from commit bf293bd14e65984e79f10acfe82faf34482be6d7) | Francesco Gazzetta | 2023-07-27 | 1 | -3/+7 |
| * | | | | Merge pull request #245780 from NixOS/backport-245099-to-release-23.05•••[Backport release-23.05] dotnet-sdk: 6.0.411 -> 6.0.412, dotnet-sdk_7: 7.0.305 -> 7.0.306 | Nick Cao | 2023-07-27 | 3 | -277/+288 |
| |\ \ \ \ | |||||
| | * | | | | dotnet-sdk_7: 7.0.305 -> 7.0.306•••(cherry picked from commit 73a1cc7c9de3a47fab64f33e3ec30684934120a6) | mdarocha | 2023-07-27 | 1 | -141/+141 |
| | * | | | | dotnet-sdk: 6.0.411 -> 6.0.412•••(cherry picked from commit 78220caeb09b972179dbd0bad1c9680e10e8bdc7) | mdarocha | 2023-07-27 | 2 | -135/+135 |
| | * | | | | dotnet-sdk: update.sh - run atomically•••(cherry picked from commit 4217948676306cbbb89a4d63a3c7aff76e8858b6) | mdarocha | 2023-07-27 | 1 | -2/+8 |
| | * | | | | dotnet-sdk: update.sh - fail if determining a nuget hash fails•••(cherry picked from commit f79c73c2ca8b4d01c78eb1448bd85e9c12405ad8) | mdarocha | 2023-07-27 | 1 | -0/+5 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #245709 from NixOS/backport-245027-to-release-23.05•••[Backport release-23.05] linuxPackages.rtl8821au: 2023-07-20 -> 2023-07-23 | Nick Cao | 2023-07-27 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| | * | | | | linuxPackages.rtl8821au: 2023-07-20 -> 2023-07-23•••fix module build with kernel 6.1.39+ Diff: https://github.com/morrownr/8821au-20210708/compare/072413261b6966b0c666898e69d7d41fb281094f...0dc022287b0ab534efa885881eaa65c5503291be (cherry picked from commit 710796a1b547784852a6713544653a28196bf942) | Jeremie Huchet | 2023-07-27 | 1 | -3/+3 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #245702 from NixOS/backport-245676-to-release-23.05•••[Backport release-23.05] knot-dns: 3.2.8 -> 3.2.9 | Nick Cao | 2023-07-27 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | knot-dns: 3.2.8 -> 3.2.9•••https://gitlab.nic.cz/knot/knot-dns/-/releases/v3.2.9 (cherry picked from commit 9d6f1799e29e49f26b39135dc81b046e9af5ef0d) | Vladimír Čunát | 2023-07-27 | 1 | -2/+2 |
| | |/ / / | |||||
| * | | | | Merge pull request #245786 from NixOS/backport-245716-to-release-23.05•••[Backport release-23.05] gradle_7: 7.6.1 -> 7.6.2 | Robert Scott | 2023-07-27 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | gradle_7: 7.6.1 -> 7.6.2•••(cherry picked from commit 13cbc0d4139c1fe0dd88671eac2203cc11ebbe9f) | Olli Helenius | 2023-07-27 | 1 | -2/+2 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #245788 from NixOS/backport-245635-to-release-23.05•••[Backport release-23.05] netbird-ui: 0.21.8 -> 0.21.11 | Pol Dellaiera | 2023-07-27 | 1 | -3/+3 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | netbird-ui: 0.21.8 -> 0.21.11•••(cherry picked from commit 7ed6d31f0de09a1066f6dbc68341dc1776543175) | R. Ryantm | 2023-07-27 | 1 | -3/+3 |
| |/ / / | |||||
| * | | | Merge #244867: staging-next-23.05 iteration 4•••...into release-23.05 | Vladimír Čunát | 2023-07-27 | 7 | -27/+107 |
| |\ \ \ | |||||
| | * \ \ | Merge release-23.05 into staging-next-23.05 | github-actions[bot] | 2023-07-27 | 13 | -33/+70 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge release-23.05 into staging-next-23.05 | github-actions[bot] | 2023-07-26 | 15 | -50/+84 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge release-23.05 into staging-next-23.05 | github-actions[bot] | 2023-07-25 | 21 | -500/+869 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge release-23.05 into staging-next-23.05 | github-actions[bot] | 2023-07-24 | 13 | -57/+154 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | gnutar: pull missing `libintl` dependency on Darwin•••Without the change `gnutar` fails the build as: "_libintl_setlocale", referenced from: _main in tar.o "_libintl_textdomain", referenced from: _main in tar.o ld: symbol(s) not found for architecture x86_64 https://hydra.nixos.org/build/228724258/nixlog/2/tail https://hydra.nixos.org/build/228711328/nixlog/2/tail Picked from PR #244996 | Sergei Trofimovich | 2023-07-23 | 1 | -2/+7 |
| | * | | | | | | | Merge release-23.05 into staging-next-23.05 | github-actions[bot] | 2023-07-23 | 6 | -457/+392 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'staging-23.05' into staging-next-23.05 | Vladimír Čunát | 2023-07-22 | 7 | -25/+100 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | python310Packages.aiohttp: 3.8.4 -> 3.8.5•••Changelog: https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst (cherry-picked from f56fdf43e464 from PR #244527 with minor amendment) | Vladimír Čunát | 2023-07-22 | 1 | -14/+2 |
| | | * | | | | | | | | Merge #244802: gnutar: 1.34 -> 1.35•••...into staging-23.05 | Vladimír Čunát | 2023-07-22 | 1 | -2/+2 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | gnutar: 1.34 -> 1.35•••Changes: https://lists.gnu.org/archive/html/info-gnu/2023-07/msg00005.html (cherry picked from commit 19fdb7d4e8a437922eb19ef1b7769399f7981740) | Sergei Trofimovich | 2023-07-22 | 1 | -2/+2 |
| | | * | | | | | | | | | Merge #244475: curl: apply patch for CVE-2023-32001•••...into staging-23.05 | Vladimír Čunát | 2023-07-22 | 2 | -0/+37 |
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | curl: apply patch for CVE-2023-32001•••https://curl.se/docs/CVE-2023-32001.html | Yaya | 2023-07-20 | 2 | -0/+37 |
| | | * | | | | | | | | | | Merge #243938: openssl_3: apply patch for CVE-2023-2975•••...into staging-23.05 | Vladimír Čunát | 2023-07-22 | 2 | -0/+57 |
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | openssl_3: apply patch for CVE-2023-2975•••https://www.openssl.org/news/secadv/20230714.txt (cherry picked from commit 5566720c28a1f039878162ab542d55c5bb3078c3) | Martin Weinelt | 2023-07-17 | 2 | -0/+57 |
| | | * | | | | | | | | | | | Merge #243469: systemd: 253.5 -> 253.6•••...into staging-23.05 | Vladimír Čunát | 2023-07-22 | 1 | -9/+2 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | |||||
| | | | * | | | | | | | | | | systemd: 253.5 -> 253.6•••Allows us to drop a patch Also fixes systemd-repart being able to run in nix-build (cherry picked from commit 9b0ac38252ba7988339371c5fe4f1be8ffdf97d1) | Arian van Putten | 2023-07-14 | 1 | -9/+2 |
| | | * | | | | | | | | | | | Merge staging-next-23.05 into staging-23.05 | github-actions[bot] | 2023-07-22 | 13 | -55/+146 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Merge release-23.05 into staging-next-23.05 | github-actions[bot] | 2023-07-22 | 13 | -55/+146 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ \ \ \ \ | Merge staging-next-23.05 into staging-23.05 | github-actions[bot] | 2023-07-21 | 10 | -24/+92 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | / / / / / / / / | | | | |_|/ / / / / / / / | | | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | | | Merge release-23.05 into staging-next-23.05 | github-actions[bot] | 2023-07-21 | 10 | -24/+92 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ \ \ \ | Merge staging-next-23.05 into staging-23.05 | github-actions[bot] | 2023-07-20 | 23 | -879/+1313 |
| | | | | |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |||||
