[gnome-control-center] flatpak: update and fix openldap build
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] flatpak: update and fix openldap build
- Date: Tue, 29 Mar 2022 12:55:06 +0000 (UTC)
commit de27ec8ba2fe97bb4289968e674c25b20275673f
Author: Gustavo Noronha Silva <gustavo noronha dev br>
Date: Mon Mar 28 18:38:06 2022 -0300
flatpak: update and fix openldap build
openldap was failing to build on aarch64 due to an outdated
config.guess, so update it to a more recent version.
build-aux/flatpak/org.gnome.Settings.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index 8bdfbe6a6..ad2f8495d 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -518,9 +518,9 @@
],
"sources" : [
{
- "type" : "archive",
- "url" :
"https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.4.46.tgz",
- "sha256" : "9a90dcb86b99ae790ccab93b7585a31fbcbeec8c94bf0f7ab0ca0a87ea0c4b2d"
+ "type": "archive",
+ "url":
"https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.6.1.tgz",
+ "sha256": "9d576ea6962d7db8a2e2808574e8c257c15aef55f403a1fb5a0faf35de70e6f3"
}
]
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]