sope: 5.12.3 -> 5.12.7

This commit is contained in:
Jan Christoph Ebersbach
2026-04-21 07:41:27 +02:00
parent 65d2abeb8f
commit b2a0607034
+2 -11
View File
@@ -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