[gnome-disk-utility] Flatpak: Build with newer PAM version to fix SELinux lib mismatch
- From: Kai Lüke <kailueke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Flatpak: Build with newer PAM version to fix SELinux lib mismatch
- Date: Tue, 11 Aug 2020 20:53:09 +0000 (UTC)
commit 545db0cb119efc0a06374f36fae492ae724e00a8
Author: Kai Lüke <kailueke riseup net>
Date: Tue Aug 11 22:50:37 2020 +0200
Flatpak: Build with newer PAM version to fix SELinux lib mismatch
flatpak/org.gnome.DiskUtility.json | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/flatpak/org.gnome.DiskUtility.json b/flatpak/org.gnome.DiskUtility.json
index d148ab7f..2f89e2e3 100644
--- a/flatpak/org.gnome.DiskUtility.json
+++ b/flatpak/org.gnome.DiskUtility.json
@@ -196,13 +196,14 @@
{
"name" : "pam",
"config-opts" : [
- "--includedir=/app/include/security"
+ "--includedir=/app/include/security",
+ "--disable-doc"
],
"sources" : [
{
"type" : "archive",
- "url" :
"https://github.com/linux-pam/linux-pam/releases/download/v1.3.1/Linux-PAM-1.3.1.tar.xz",
- "sha256" : "eff47a4ecd833fbf18de9686632a70ee8d0794b79aecb217ebd0ce11db4cd0db"
+ "url" :
"https://github.com/linux-pam/linux-pam/releases/download/v1.4.0/Linux-PAM-1.4.0.tar.xz",
+ "sha256" : "cd6d928c51e64139be3bdb38692c68183a509b83d4f2c221024ccd4bcddfd034"
}
]
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]