Merge pull request #173269 from DeterminateSystems/pjsip
pjsip: 2.12 -> 2.12.1
This commit is contained in:
commit
641ffd4763
1 changed files with 2 additions and 7 deletions
|
@ -2,22 +2,17 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pjsip";
|
pname = "pjsip";
|
||||||
version = "2.12";
|
version = "2.12.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = "pjproject";
|
repo = "pjproject";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-snp9+PlffU9Ay8o42PM8SqyP60hu9nozp457HM+0bM8=";
|
sha256 = "sha256-HIDL4xzzTu3irzrIOf8qSNCAvHGOMpi8EDeqZb8mMnc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./fix-aarch64.patch
|
./fix-aarch64.patch
|
||||||
(fetchpatch {
|
|
||||||
name = "CVE-2022-24764.patch";
|
|
||||||
url = "https://github.com/pjsip/pjproject/commit/560a1346f87aabe126509bb24930106dea292b00.patch";
|
|
||||||
sha256 = "1fy78v3clm0gby7qcq3ny6f7d7f4qnn01lkqq67bf2s85k2phisg";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ openssl libsamplerate ]
|
buildInputs = [ openssl libsamplerate ]
|
||||||
|
|
Loading…
Reference in a new issue