packagekit: 1.3.3 -> 1.3.5
https://github.com/PackageKit/PackageKit/blob/36c89f22add88f6c051d85f2fda9abbec830d5ab/NEWS#L1-L87 Fixes high severity GHSA-f55j-vvr9-69xv See https://www.openwall.com/lists/oss-security/2026/04/22/6 Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
sqlite,
|
||||
gobject-introspection,
|
||||
vala,
|
||||
jansson,
|
||||
docbook_xsl_ns,
|
||||
gtk-doc,
|
||||
boost,
|
||||
meson,
|
||||
@@ -30,7 +32,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "packagekit";
|
||||
version = "1.3.3";
|
||||
version = "1.3.5";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@@ -42,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
owner = "PackageKit";
|
||||
repo = "PackageKit";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-BgVfM2EtuvV9qTFSy+WW5Ny1QrHIj3t2Royrn7ZHAA8=";
|
||||
hash = "sha256-aKucwqwNyZWyHfNu9ntzSwD+eQy8KjCt6RVMjjjZmZg=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
@@ -52,6 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
gtk3
|
||||
jansson
|
||||
sqlite
|
||||
boost
|
||||
]
|
||||
@@ -97,6 +100,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
--replace-fail "install_dir: join_paths(get_option('sysconfdir'), 'PackageKit')" "install_dir: join_paths('$out', 'etc', 'PackageKit')"
|
||||
substituteInPlace data/meson.build \
|
||||
--replace-fail "install_dir: join_paths(get_option('localstatedir'), 'lib', 'PackageKit')," "install_dir: join_paths('$out', 'var', 'lib', 'PackageKit'),"
|
||||
substituteInPlace client/meson.build \
|
||||
--replace-fail http://docbook.sourceforge.net/release/xsl-ns/current ${docbook_xsl_ns}/share/xml/docbook-xsl-ns
|
||||
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
|
||||
Reference in New Issue
Block a user