Re: libnm-* configure check in nm-applet 1.2

2016-01-23 Thread Thomas Haller
On Wed, 2016-01-20 at 21:42 +0100, Michael Biebl wrote: > Hi, > > nm-applet 1.1.90 contains the following configure check: > > PKG_CHECK_MODULES(LIBNM_GLIB, > [gio-2.0 >= 2.32 >  NetworkManager >= 1.1 >  libnm-glib >= 1.1 >  libnm-ut

[PATCH 1/1] configure.ac: fix LIBNM_GLIB_CFLAGS in configure.ac

2016-01-23 Thread Thomas Haller
We want to specify the min/max version requirements for libnm-gtk (the user of libnm-glib), not for libnm-glib itself. Fixes: a0d4d15ed22fff2ed856ca6291812e96374afc94 https://mail.gnome.org/archives/networkmanager-list/2016-January/msg00021.html --- Hi, > He also mentioned that NMA_CFLAGS in c

Re: [PATCH] configure.ac: Fix macro name

2016-01-23 Thread Thomas Haller
On Fri, 2016-01-22 at 17:42 +0300, Mikhail Efremov wrote: > It is GLIB_GSETTINGS, not GLIB_SETTINGS. > --- > Hi Mikhail, merged: master:  https://git.gnome.org/browse/network-manager-applet/commit/?id=768972491986e2f6970d284474e808b25c8f2285 nma-1-0: https://git.gnome.org/browse/network-manage

Re: [PATCH] handle tls auth blobs correctly

2016-01-23 Thread Thomas Haller
On Fri, 2016-01-22 at 12:50 +0100, Matthias Berndt wrote: > Hi Beniamino et al, > > networkmanager-openvpn doesn't currently handle blobs > correctly. I've modified networkmanager-openvpn to support this > functionality and fixed two minor bugs in the process. I'd be > thrilled if you could comme