mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Ladislav Michl <ladis@linux-mips.org>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v2 5/7] networkmanager-openvpn: version bump 1.8.4 -> 1.8.12
Date: Fri, 28 Aug 2020 16:59:47 +0200	[thread overview]
Message-ID: <20200828145947.GB9815@lenoch> (raw)
In-Reply-To: <20200828104950.GB3230@pengutronix.de>

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 CHANGES:
 -v2: install dbus policy config

 rules/networkmanager-openvpn.make | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)

diff --git a/rules/networkmanager-openvpn.make b/rules/networkmanager-openvpn.make
index 52dee7918..3bea76379 100644
--- a/rules/networkmanager-openvpn.make
+++ b/rules/networkmanager-openvpn.make
@@ -14,13 +14,17 @@ PACKAGES-$(PTXCONF_NETWORKMANAGER_OPENVPN) += networkmanager-openvpn
 #
 # Paths and names
 #
-NETWORKMANAGER_OPENVPN_VERSION	:= 1.8.4
-NETWORKMANAGER_OPENVPN_MD5	:= db5bee5160da14ee76e9f8cf287ab9ec
+NETWORKMANAGER_OPENVPN_VERSION	:= 1.8.12
+NETWORKMANAGER_OPENVPN_MD5	:= e8b1210011ece18d0278310fbff45af5
 NETWORKMANAGER_OPENVPN		:= NetworkManager-openvpn-$(NETWORKMANAGER_OPENVPN_VERSION)
 NETWORKMANAGER_OPENVPN_SUFFIX	:= tar.xz
-NETWORKMANAGER_OPENVPN_URL	:= http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/1.8/$(NETWORKMANAGER_OPENVPN).$(NETWORKMANAGER_OPENVPN_SUFFIX)
+NETWORKMANAGER_OPENVPN_URL	:= https://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/$(basename $(NETWORKMANAGER_OPENVPN_VERSION))/$(NETWORKMANAGER_OPENVPN).$(NETWORKMANAGER_OPENVPN_SUFFIX)
 NETWORKMANAGER_OPENVPN_SOURCE	:= $(SRCDIR)/$(NETWORKMANAGER_OPENVPN).$(NETWORKMANAGER_OPENVPN_SUFFIX)
 NETWORKMANAGER_OPENVPN_DIR	:= $(BUILDDIR)/$(NETWORKMANAGER_OPENVPN)
+NETWORKMANAGER_OPENVPN_LICENSE	:= GPL-2.0-or-later
+NETWORKMANAGER_OPENVPN_LICENSE_FILES := \
+	file://COPYING;md5=100d5a599bead70ddcd70dcd73f2e29c \
+	file://src/nm-openvpn-service.c;startline=4;endline=16;md5=dc133184bee887456e34cd179e2e9549
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -29,8 +33,8 @@ NETWORKMANAGER_OPENVPN_DIR	:= $(BUILDDIR)/$(NETWORKMANAGER_OPENVPN)
 #
 # autoconf
 #
-NETWORKMANAGER_OPENVPN_CONF_TOOL := autoconf
-NETWORKMANAGER_OPENVPN_CONF_OPT := \
+NETWORKMANAGER_OPENVPN_CONF_TOOL	:= autoconf
+NETWORKMANAGER_OPENVPN_CONF_OPT		:= \
 	$(CROSS_AUTOCONF_USR) \
 	--enable-shared \
 	--disable-static \
@@ -38,7 +42,7 @@ NETWORKMANAGER_OPENVPN_CONF_OPT := \
 	--disable-ld-gc \
 	--disable-lto \
 	--disable-nls \
-	--enable-more-warnings \
+	--disable-more-warnings \
 	--without-gnome \
 	--without-libnm-glib
 
@@ -55,10 +59,13 @@ $(STATEDIR)/networkmanager-openvpn.targetinstall:
 	@$(call install_fixup, networkmanager-openvpn,AUTHOR,"Ladislav Michl <ladis@linux-mips.org>")
 	@$(call install_fixup, networkmanager-openvpn,DESCRIPTION, "networkmanager-openvpn")
 
-	@$(call install_copy, networkmanager-openvpn, 0, 0, 0644, -, /etc/dbus-1/system.d/nm-openvpn-service.conf)
-	@$(call install_copy, networkmanager-openvpn, 0, 0, 0644, -, /usr/lib/NetworkManager/VPN/nm-openvpn-service.name)
-
-	@$(call install_tree, networkmanager-openvpn, 0, 0, -, /usr/libexec/)
+	@$(call install_copy, networkmanager-openvpn, 0, 0, 0644, -, \
+		/usr/lib/NetworkManager/libnm-vpn-plugin-openvpn.so)
+	@$(call install_copy, networkmanager-openvpn, 0, 0, 0644, -, \
+		/usr/lib/NetworkManager/VPN/nm-openvpn-service.name)
+	@$(call install_tree, networkmanager-openvpn, 0, 0, -, /usr/libexec)
+	@$(call install_copy, networkmanager-openvpn, 0, 0, 0644, -, \
+		/usr/share/dbus-1/system.d/nm-openvpn-service.conf)
 
 	@$(call install_finish, networkmanager-openvpn)
 
-- 
2.28.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

  reply	other threads:[~2020-08-28 14:59 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-23 13:40 [ptxdist] [PATCH 0/7] NetworkManager stack update Ladislav Michl
2020-08-23 13:40 ` [ptxdist] [PATCH 1/7] libmbim: version bump 1.18.2 -> 1.24.2 Ladislav Michl
2020-10-06  8:18   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-08-23 13:41 ` [ptxdist] [PATCH 2/7] libqmi: version bump 1.24.4 -> 1.26.2 Ladislav Michl
2020-08-30 21:37   ` [ptxdist] [PATCH v2 " Ladislav Michl
2020-10-06  8:18     ` [ptxdist] [APPLIED] " Michael Olbrich
2020-08-23 13:41 ` [ptxdist] [PATCH 3/7] modemmanager: version bump 1.12.6 -> 1.14.2 Ladislav Michl
2020-10-06  8:18   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-08-23 13:42 ` [ptxdist] [PATCH 4/7] networkmanager: version bump 1.26.0 -> 1.26.2 Ladislav Michl
2020-10-06  8:18   ` [ptxdist] [APPLIED] " Michael Olbrich
2020-08-23 13:42 ` [ptxdist] [PATCH 5/7] networkmanager-openvpn: version bump 1.8.4 -> 1.8.12 Ladislav Michl
2020-08-28 10:49   ` Michael Olbrich
2020-08-28 14:59     ` Ladislav Michl [this message]
2020-10-06  8:18       ` [ptxdist] [APPLIED] " Michael Olbrich
2020-08-23 13:43 ` [ptxdist] [PATCH 6/7] openfortivpn: new package Ladislav Michl
2020-08-23 19:56   ` Roland Hieber
2020-08-24  8:22     ` Ladislav Michl
2020-08-24  9:05       ` Roland Hieber
2020-08-24  9:14         ` Roland Hieber
2020-08-24 10:08         ` Ladislav Michl
2020-08-24 15:35           ` Roland Hieber
2020-08-25  7:40         ` [ptxdist] [PATCH v2 " Ladislav Michl
2020-08-25 11:04           ` Roland Hieber
2020-08-25 13:14             ` [ptxdist] [PATCH v3 " Ladislav Michl
2020-08-28 12:45   ` [ptxdist] [PATCH " Michael Olbrich
2020-08-28 14:57     ` [ptxdist] [PATCH v4 " Ladislav Michl
2020-10-06  8:18       ` [ptxdist] [APPLIED] " Michael Olbrich
2020-08-23 13:43 ` [ptxdist] [PATCH 7/7] networkmanager-fortisslvpn: " Ladislav Michl
2020-10-06  8:18   ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200828145947.GB9815@lenoch \
    --to=ladis@linux-mips.org \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox