ofono: 2.14 -> 2.17

Changelog: https://git.kernel.org/pub/scm/network/ofono/ofono.git/plain/ChangeLog?h=2.17

emaryn 84808705 5e816b43

+4 -27
+4 -27
pkgs/by-name/of/ofono/package.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchzip, 5 - fetchpatch, 6 5 testers, 7 6 autoreconfHook, 8 7 pkg-config, ··· 17 16 18 17 stdenv.mkDerivation (finalAttrs: { 19 18 pname = "ofono"; 20 - version = "2.14"; 19 + version = "2.17"; 21 20 22 21 outputs = [ 23 22 "out" ··· 26 25 27 26 src = fetchzip { 28 27 url = "https://git.kernel.org/pub/scm/network/ofono/ofono.git/snapshot/ofono-${finalAttrs.version}.tar.gz"; 29 - sha256 = "sha256-7hYGSU8mEu9MfKAA0vR1tm/l46hHQmpZSYfMNkces5c="; 28 + hash = "sha256-VJhLJeC1pwXuAadKvYPel6Xb3RZG4vwDhhKefRVrt3Y="; 30 29 }; 31 30 32 - patches = [ 33 - (fetchpatch { 34 - name = "0001-ofono-CVE-2024-7539.patch"; 35 - url = "https://git.kernel.org/pub/scm/network/ofono/ofono.git/patch/?id=389e2344f86319265fb72ae590b470716e038fdc"; 36 - hash = "sha256-jaZswtkWa8A9WlmjUxcwWtU2uUX5+g8m2Y/60Lb9C5Q="; 37 - }) 38 - 39 - (fetchpatch { 40 - name = "0002-ofono-CVE-2024-7540-through-7542.patch"; 41 - url = "https://git.kernel.org/pub/scm/network/ofono/ofono.git/patch/?id=29ff6334b492504ace101be748b256e6953d2c2f"; 42 - hash = "sha256-3iKG+5AQUVO4alZd3stTpyanwI2IfKbVTzatflMsurY="; 43 - }) 44 - 45 - (fetchpatch { 46 - name = "0003-ofono-Ensure-decode_hex_own_buf-valid-buffer.patch"; 47 - url = "https://git.kernel.org/pub/scm/network/ofono/ofono.git/patch/?id=1e2a768445aecfa0a0e9c788651a9205cfd3744f"; 48 - hash = "sha256-MD+LMnVK1JcVU47jQ+X0AHe8c/WqjsFycDroONE9ZLM="; 49 - }) 50 - 51 - ./0001-Search-connectors-in-OFONO_PLUGIN_PATH.patch 52 - ]; 31 + patches = [ ./0001-Search-connectors-in-OFONO_PLUGIN_PATH.patch ]; 53 32 54 33 postPatch = '' 55 34 patchShebangs tools/provisiontool ··· 79 58 "--sysconfdir=/etc" 80 59 ]; 81 60 82 - installFlags = [ 83 - "sysconfdir=${placeholder "out"}/etc" 84 - ]; 61 + installFlags = [ "sysconfdir=${placeholder "out"}/etc" ]; 85 62 86 63 enableParallelBuilding = true; 87 64 enableParallelChecking = false;