Skip to content
Snippets Groups Projects
Verified Commit b1681ce9 authored by alice's avatar alice
Browse files

community/glib-networking: revert back to gnutls

using openssl breaks geary:

GLib-GObject:invalid cast from 'ApplicationTlsDatabase' to 'GTlsDatabaseOpenssl'

this prevents any certificates from being trusted and hence connections
from working.

see #13847
parent b88e9ac8
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
......@@ -3,13 +3,13 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=glib-networking
pkgver=2.72.0
pkgrel=1
pkgrel=2
pkgdesc="Networking support for GLib"
url="https://gitlab.gnome.org/GNOME/glib-networking"
arch="all"
license="LGPL-2.0-or-later"
depends="ca-certificates gsettings-desktop-schemas"
makedepends="glib-dev openssl-dev libproxy-dev intltool libgcrypt-dev bash
makedepends="glib-dev gnutls-dev libproxy-dev intltool libgcrypt-dev bash
p11-kit-dev meson gsettings-desktop-schemas-dev"
subpackages="$pkgname-lang"
options="!check" # connection-gnutls test fails
......@@ -26,8 +26,8 @@ esac
build() {
abuild-meson \
-Dopenssl=enabled \
-Dgnutls=disabled \
-Dopenssl=disabled \
-Dgnutls=enabled \
. build
meson compile ${JOBS:+-j ${JOBS}} -C build
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment