Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11052519
D1878.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D1878.diff
View Options
diff --git a/files/0001-build-fix-building-network-manager-fortisslvpn.patch b/files/0001-build-fix-building-network-manager-fortisslvpn.patch
new file mode 100644
--- /dev/null
+++ b/files/0001-build-fix-building-network-manager-fortisslvpn.patch
@@ -0,0 +1,36 @@
+From 4195187fbe5be348222c9a8472f7c9cf0e51d346 Mon Sep 17 00:00:00 2001
+From: Alexander Kurilo <kamazee@gmail.com>
+Date: Wed, 26 Jul 2017 19:08:09 +0300
+Subject: build: fix building pppd plugin
+
+Fixes: d434ad79a1002c37fc9654da62827b1d4d92a3d6
+
+https://bugzilla.gnome.org/show_bug.cgi?id=785450b
+---
+ Makefile.am | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 6bef38e..951b829 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -95,6 +95,7 @@ pppd_plugindir = $(PPPD_PLUGIN_DIR)
+ pppd_plugin_LTLIBRARIES = src/nm-fortisslvpn-pppd-plugin.la
+
+ src_nm_fortisslvpn_pppd_plugin_la_SOURCES = \
++ shared/nm-utils/nm-shared-utils.c \
+ src/nm-fortisslvpn-pppd-plugin.c \
+ src/nm-ppp-status.h
+ src_nm_fortisslvpn_pppd_plugin_la_CPPFLAGS = $(src_cppflags)
+@@ -102,7 +103,7 @@ src_nm_fortisslvpn_pppd_plugin_la_LDFLAGS = \
+ -module -avoid-version
+ src_nm_fortisslvpn_pppd_plugin_la_LIBADD = \
+ src/libnm-fortisslvpn-pppd-service-dbus.la \
+- $(GLIB_LIBS)
++ $(GLIB_LIBS) \
+ $(LIBNM_LIBS)
+
+ ###############################################################################
+--
+cgit v0.12
+
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : network-manager-fortisslvpn
version : 1.2.6
-release : 5
+release : 8
source :
- https://git.gnome.org/browse/network-manager-fortisslvpn/snapshot/network-manager-fortisslvpn-1.2.6.tar.xz : ce1c60d2525f8e7ba52ed6453ef3f75a3271fd665a60386857c7e9ce1cb4de45
license : GPL-2.0
@@ -21,6 +21,7 @@
- ppp-devel
- pkgconfig(dbus-glib-1)
setup : |
+ %patch -p1 < $pkgfiles/0001-build-fix-building-network-manager-fortisslvpn.patch
%autogen
build : |
%make
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>network-manager-fortisslvpn</Name>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Sander Smid-Merlijn</Name>
+ <Email>sander.smid@gmail.com</Email>
</Packager>
<License>GPL-2.0</License>
<PartOf>network.util</PartOf>
@@ -37,12 +37,12 @@
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2017-11-21</Date>
+ <Update release="8">
+ <Date>2018-01-22</Date>
<Version>1.2.6</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Sander Smid-Merlijn</Name>
+ <Email>sander.smid@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 9:30 PM (2 h, 54 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5834337
Default Alt Text
D1878.diff (2 KB)
Attached To
Mode
D1878: Fix a build issue of the plugin by applying an upstream commit.
Attached
Detach File
Event Timeline
Log In to Comment