gvfs: 1.58.1 → 1.58.2

https://gitlab.gnome.org/GNOME/gvfs/-/compare/1.58.1...1.58.2

Fixes: CVE-2026-28295, CVE-2026-28296

Also removes an outdated note about Xfce (see PR 121046).
This commit is contained in:
Bobby Rong
2026-03-07 19:49:56 +08:00
parent 80bdc1e5ce
commit b8f3e2cc4b
+2 -3
View File
@@ -49,11 +49,11 @@
assert googleSupport -> gnomeSupport;
stdenv.mkDerivation (finalAttrs: {
pname = "gvfs";
version = "1.58.1";
version = "1.58.2";
src = fetchurl {
url = "mirror://gnome/sources/gvfs/${lib.versions.majorMinor finalAttrs.version}/gvfs-${finalAttrs.version}.tar.xz";
hash = "sha256-/FN9a7qx/6dpct99ShgZsMD+GevR3+gkIdHzLhS13Ds=";
hash = "sha256-rZ1b8LRcryMlIN8K3uUetlAgCwNwaA+Ao1Dq2dHWHd8=";
};
patches = [
@@ -143,7 +143,6 @@ stdenv.mkDerivation (finalAttrs: {
"-Ddnssd=false"
]
++ lib.optionals (samba == null) [
# Xfce don't want samba
"-Dsmb=false"
];