summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/networkmanager.xibuild2
-rw-r--r--repo/system/nss.xibuild2
-rw-r--r--repo/system/polkit.xibuild1
3 files changed, 3 insertions, 2 deletions
diff --git a/repo/system/networkmanager.xibuild b/repo/system/networkmanager.xibuild
index 05fd136..910b601 100644
--- a/repo/system/networkmanager.xibuild
+++ b/repo/system/networkmanager.xibuild
@@ -3,7 +3,7 @@
MAKEDEPS="grep meson ninja python intltool glib"
DEPS="libndp curl wpa_supplicant newt nss polkit libpsl dbus gobject-introspection dhcp eudev libintl modemmanager nspr mobile-broadband-provider-info python-gobject"
-PKG_VER=1.35.5
+PKG_VER=1.39.2
SOURCE=https://download.gnome.org/sources/NetworkManager/${PKG_VER%.*}/NetworkManager-$PKG_VER.tar.xz
ADDITIONAL="
diff --git a/repo/system/nss.xibuild b/repo/system/nss.xibuild
index 2da465a..07aa866 100644
--- a/repo/system/nss.xibuild
+++ b/repo/system/nss.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make gyp perl mercurial python patch"
-DEPS="nspr libp11-kit sh zlib"
+DEPS="nspr libp11-kit sh zlib sqlite3"
PKG_VER=3.74
diff --git a/repo/system/polkit.xibuild b/repo/system/polkit.xibuild
index de414cc..eb236bc 100644
--- a/repo/system/polkit.xibuild
+++ b/repo/system/polkit.xibuild
@@ -54,4 +54,5 @@ postinstall() {
/usr/sbin/groupadd -fg 27 polkitd &&
/usr/sbin/useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 \
-g polkitd -s /bin/false polkitd
+ true
}