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 lib, 3 stdenv, 4 fetchzip, 5 - fetchpatch, 6 testers, 7 autoreconfHook, 8 pkg-config, ··· 17 18 stdenv.mkDerivation (finalAttrs: { 19 pname = "ofono"; 20 - version = "2.14"; 21 22 outputs = [ 23 "out" ··· 26 27 src = fetchzip { 28 url = "https://git.kernel.org/pub/scm/network/ofono/ofono.git/snapshot/ofono-${finalAttrs.version}.tar.gz"; 29 - sha256 = "sha256-7hYGSU8mEu9MfKAA0vR1tm/l46hHQmpZSYfMNkces5c="; 30 }; 31 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 - ]; 53 54 postPatch = '' 55 patchShebangs tools/provisiontool ··· 79 "--sysconfdir=/etc" 80 ]; 81 82 - installFlags = [ 83 - "sysconfdir=${placeholder "out"}/etc" 84 - ]; 85 86 enableParallelBuilding = true; 87 enableParallelChecking = false;
··· 2 lib, 3 stdenv, 4 fetchzip, 5 testers, 6 autoreconfHook, 7 pkg-config, ··· 16 17 stdenv.mkDerivation (finalAttrs: { 18 pname = "ofono"; 19 + version = "2.17"; 20 21 outputs = [ 22 "out" ··· 25 26 src = fetchzip { 27 url = "https://git.kernel.org/pub/scm/network/ofono/ofono.git/snapshot/ofono-${finalAttrs.version}.tar.gz"; 28 + hash = "sha256-VJhLJeC1pwXuAadKvYPel6Xb3RZG4vwDhhKefRVrt3Y="; 29 }; 30 31 + patches = [ ./0001-Search-connectors-in-OFONO_PLUGIN_PATH.patch ]; 32 33 postPatch = '' 34 patchShebangs tools/provisiontool ··· 58 "--sysconfdir=/etc" 59 ]; 60 61 + installFlags = [ "sysconfdir=${placeholder "out"}/etc" ]; 62 63 enableParallelBuilding = true; 64 enableParallelChecking = false;