Commit Graph

16199 Commits

Author SHA1 Message Date
github-actions[bot]
e14242d985
Merge staging-next into staging 2024-07-04 12:01:37 +00:00
github-actions[bot]
9cede82051
Merge master into staging-next 2024-07-04 12:01:10 +00:00
lassulus
340fed7c26
Merge pull request from r-ryantm/auto-update/netbird-ui
netbird-ui: 0.28.3 -> 0.28.4
2024-07-04 11:56:00 +02:00
Vladimír Čunát
44b36397c2
Merge branch 'master' into staging-next
Conflicts - GitHub wouldn't auto-resolve them but my local git did:
	pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-04 10:10:22 +02:00
Masum Reza
410d1213cd
Merge pull request from Aleksanaa/cargoSha256-change
treewide: remove all cargoSha256 usage
2024-07-04 10:50:18 +05:30
R. Ryantm
1c22dc69d4 netbird-ui: 0.28.3 -> 0.28.4 2024-07-04 05:00:15 +00:00
OTABI Tomoya
fbf23f6af1
Merge pull request from Aleksanaa/toPythonModule-correction
python3Packages: clean up toPythonModule
2024-07-04 12:00:21 +09:00
Franz Pletz
a4bb278347
Merge pull request from SuperSandro2000/wget
wget: 1.21.4 -> 1.24.5
2024-07-04 00:49:23 +02:00
github-actions[bot]
aba75819b6
Merge master into staging-next 2024-07-03 18:01:04 +00:00
éclairevoyant
83a657cacd
Merge pull request from delan/bye
maintainers: remove delan
2024-07-03 17:39:29 +00:00
Vladimír Čunát
c76085b3a9
Merge branch 'master' into staging-next 2024-07-03 19:07:35 +02:00
Ryan Mulligan
47cb3e6165 datadog-agent: fix 2024-07-03 17:53:36 +02:00
aleksana
1862813d11 treewide: convert cargoSha256 to cargoHash
This is done with the following bash script:

```
#!/usr/bin/env bash
process_line() {
    local filename=${1%:}
    if [[ $4 =~ \"(.*)\"\; ]]; then
      local sha256="${BASH_REMATCH[1]}"
    fi
    [[ -z $sha256 ]] && return 0
    local hash=$(nix hash to-sri --type sha256 $sha256)
    echo "Processing: $filename"
    echo "  $sha256 => $hash"
    sed -i "s|cargoSha256 = \"$sha256\"|cargoHash = \"$hash\"|"
$filename
}

# split output by line
grep -r 'cargoSha256 = ' . | while IFS= read -r line; do
    # split them further by space
    read -r -a parts <<< "$line"
    process_line "${parts[@]}"
done

```
2024-07-03 21:54:10 +08:00
aleksana
a9709c299b treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
Sandro Jäckel
fb2ee54f6b
wget: 1.21.4 -> 1.24.5
Changelog: https://lists.gnu.org/archive/html/info-gnu/2024-03/msg00002.html
2024-07-03 15:37:42 +02:00
Delan Azabani
01aa077998 maintainers: remove delan 2024-07-03 19:54:30 +08:00
github-actions[bot]
d77a3adc09
Merge master into staging-next 2024-07-03 00:02:45 +00:00
Weijia Wang
3ed90641fd
Merge pull request from r-ryantm/auto-update/v2ray
v2ray: 5.15.3 -> 5.16.1
2024-07-03 01:03:22 +02:00
Weijia Wang
f5a7e092f3 Merge branch 'master' into staging-next 2024-07-02 22:22:02 +02:00
h7x4
f0c99decf2
Merge pull request from r-ryantm/auto-update/zrok
zrok: 0.4.32 -> 0.4.34
2024-07-02 22:03:40 +02:00
Nick Cao
abc35ab0d0
Merge pull request from r-ryantm/auto-update/muffet
muffet: 2.10.1 -> 2.10.2
2024-07-02 16:02:21 -04:00
Florian Warzecha
531f6e9e63
maintainers: remove liketechnik
My contributions were insignificant in the grand scheme of things anyway,
but this was the last of many steps too far:
https://discourse.nixos.org/t/nca-jonringer-joint-announcement/48231
https://web.archive.org/web/20240701165505/https://discourse.nixos.org/t/nca-jonringer-joint-announcement/48231
2024-07-02 18:42:56 +02:00
R. Ryantm
6ed3262f2b muffet: 2.10.1 -> 2.10.2 2024-07-02 13:40:59 +00:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
Jan Tojnar
0f56e32213
Merge pull request from jtojnar/gnome-extract
Move various packages out of gnome scope
2024-07-02 08:03:53 +02:00
K900
665f1d6183 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-02 08:32:46 +03:00
Lily Foster
c678743f80 treewide: remove lilyinstarlight 2024-07-02 03:17:01 +02:00
ckie
7d34b64eca maintainers: remove ckie
well, we failed. we have not saved nix together[0], and today's show of
utter incompetence[1] has pushed me over the edge along with many others[2]

it's been good. a lot of PRs. a lot of endless reviews.
some new friends, some old friends converted :P

cya in the next world, cuties <3

[0] https://save-nix-together.org/
[1] https://discourse.nixos.org/t/nca-member-jonringer-joint-announcement/48231
[2] https://github.com/NixOS/nixpkgs/issues?q=label%3A%228.has%3A+maintainer-list+%28update%29%22+remove+in%3Atitle+created%3A%3C2024-07-10
2024-07-02 02:40:02 +02:00
Janik H.
76cd1d2211 maintainers: drop janik
I guess my time has come as well...

With this commit, I'm not just dropping my maintainer entry, but I'm also
resigning from my duties as a board observer and NixCon project lead.
I also terminated my Summer of Nix contract today.
I'll also stop hosting the local NixOS meetup.

The only "project" I'll finish under the NixOS Foundation umbrella is
Google Summer of Code because the mentees aren't even remotely
responsible for why I'm leaving, and it would be unfair to leave them
hanging.

I'm grateful for all the things I was able to learn, for all the experiences
I could gather, and for all the friends I made along the way.
NixOS is what makes computers bearable for me, so I'll go and work on
some fork (*something something* you always meet twice in life).
2024-07-02 02:36:42 +02:00
Weijia Wang
07c9c6a440
Merge pull request from r-ryantm/auto-update/miniupnpd
miniupnpd: 2.3.6 -> 2.3.7
2024-07-02 00:49:19 +02:00
Marcus Ramberg
c6f93a97bd
Merge pull request from liff/fix/cloudflare-warp-taskbar
cloudflare-warp: bind package location as `/usr` to warp-taskbar
2024-07-01 22:59:27 +02:00
github-actions[bot]
1addc8dd4c
Merge master into staging-next 2024-07-01 18:01:14 +00:00
Nick Cao
00b963c3ef
Merge pull request from r-ryantm/auto-update/gobgp
gobgp: 3.27.0 -> 3.28.0
2024-07-01 13:10:23 -04:00
Nick Cao
9ce8d2990b
Merge pull request from oluceps/update-hy
hysteria: 2.4.5 -> 2.5.0
2024-07-01 12:58:14 -04:00
R. Ryantm
125d71913c gobgp: 3.27.0 -> 3.28.0 2024-07-01 14:18:23 +00:00
Alyssa Ross
629d1dc03e
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/lua-modules/generated-packages.nix
2024-07-01 14:34:32 +02:00
Alyssa Ross
0e4209dd43 networkmanager: fix building without systemd
Fixes: 124d4a0031 ("networkmanager: 1.46.0 → 1.48.0")
2024-07-01 13:19:49 +02:00
Emily
e328c86314 openssh_{hpn,gssapi}: add backported security fix patches
Fixes a critical security bug allowing remote code execution as root:
<https://www.openssh.com/txt/release-9.8>

This may be CVE-2024-6387 (currently embargoed):
<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-6387>

Thanks to upstream and Sam James <sam@gentoo.org> for the backport:
<1633ef4547>

Please don’t use these packages on the open internet if you care
a lot about security.
2024-07-01 13:06:28 +02:00
Emily
7f993cdf26 openssh: 9.7p1 -> 9.8p1
Fixes a critical security bug allowing remote code execution as root:
<https://www.openssh.com/txt/release-9.8>

This may be CVE-2024-6387 (currently embargoed):
<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-6387>
2024-07-01 11:00:38 +02:00
oluceps
c21f736363
hysteria: 2.4.5 -> 2.5.0
Diff: https://github.com/apernet/hysteria/compare/app/v2.4.5...app/v2.5.0
2024-07-01 07:41:27 +00:00
Jan Tojnar
5c5c20919b adwaita-icon-theme: Move from gnome scope to top-level
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
R. Ryantm
adf1854610 zrok: 0.4.32 -> 0.4.34 2024-06-30 19:55:10 +00:00
Franz Pletz
16116b4d42
Merge pull request from fabaff/fast-ssh-bump 2024-06-30 19:51:33 +02:00
Matthias Beyer
c5c98cfc70
Merge pull request from r-ryantm/auto-update/snabb
snabb: 2023.10 -> 2024.06
2024-06-30 17:28:27 +02:00
Matthias Beyer
8d855e20c0
Merge pull request from r-ryantm/auto-update/twa
twa: 1.10.0 -> 1.11.0
2024-06-30 17:28:10 +02:00
Matthias Beyer
0db189d72a
Merge pull request from r-ryantm/auto-update/smartdns
smartdns: 45 -> 46
2024-06-30 17:27:28 +02:00
Nick Cao
a1995d0125
Merge pull request from fpletz/pkgs/ntpd-rs-1.1.3
ntpd-rs: 1.1.2 -> 1.1.3
2024-06-30 09:50:52 -04:00
Nick Cao
fad066a9bd
Merge pull request from r-ryantm/auto-update/pacparser
pacparser: 1.4.3 -> 1.4.5
2024-06-30 09:35:29 -04:00
Olli Helenius
b60aa1d92d
cloudflare-warp: bind package location as /usr to warp-taskbar
The warp-taskbar package wants to access `/usr/share/warp/images` and
crashes if it does not exist. As a workaround, bind the package out
path as `/usr` so that the process can find the image directory at
the expected location.
2024-06-30 16:07:10 +03:00