sope: 5.12.3 -> 5.12.7
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
clangStdenv,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
libxml2,
|
||||
openssl,
|
||||
openldap,
|
||||
@@ -15,23 +14,15 @@
|
||||
|
||||
clangStdenv.mkDerivation rec {
|
||||
pname = "sope";
|
||||
version = "5.12.3";
|
||||
version = "5.12.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Alinto";
|
||||
repo = "sope";
|
||||
rev = "SOPE-${version}";
|
||||
hash = "sha256-GeJ1o8Juw7jm3/pkfuMqVpfMxKewU6hQmBoPmb0HgTc=";
|
||||
hash = "sha256-0G28qDXygDe/TJ2znNE+NVQry3bkqUO59jqtJm/t2S4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "CVE-2025-53603.patch";
|
||||
url = "https://github.com/Alinto/sope/commit/e954ab0cd254dc1837af690329b04504410cbe63.patch";
|
||||
hash = "sha256-F/dexphHH8S90njmTDvm+NZChbKekv78tUgB+VFOsSY=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = lib.optional (libpq != null) [ libpq.pg_config ];
|
||||
buildInputs = [
|
||||
gnustep-base
|
||||
|
||||
Reference in New Issue
Block a user