Jan Tojnar
6f7e06bd5a
networkmanager: Stop using libredirect for building docs
...
Our gobject-introspection patches make the shared library paths absolute
in the GIR files. When building docs, the library is not yet installed,
though, so we need to replace the absolute path with a local one during build.
Previously we used LD_PRELOAD to load libredirect and rewrite the installed paths
to ones in the build directory. That was unnecessary complicated and many people
spent whole night trying to figure out why it breaks some programs.
Using a symlink from the installed location to the build directory fixes
the issue as well, while having much less moving parts, thus being easier to grasp.
The symlink will be overridden during installation.
2019-05-04 05:47:04 +02:00
Will Dietz
5ce6bfea53
networkmanager: sed from gnused, not coreutils! fix bad path
2019-05-03 19:58:00 -05:00
Jan Tojnar
47bf62c0c9
networkmanager: no need for parallel building flag, drop
...
Per reviewer feedback, thanks!
Co-Authored-By: dtzWill <github@wdtz.org>
2019-04-26 14:56:27 -05:00
Will Dietz
b0537770d9
networkmanager: 1.16.0 -> 1.18.0
...
* build w/iwd support since it's free (no dep required!)
* move to iputils for minor utilities, instead of inetutils
* parallel building :)
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/raw/1.18.0/NEWS
2019-04-22 22:12:53 -05:00
Jan Tojnar
a961a289a9
networkmanager: port to Meson
...
All hail Meson!
One serious issue is that building docs does not work.
We patch gobject-introspection to use absolute paths for shared libraries
in GIR files. Building the NetworkManager docs relies on the produced
introspection data but since the library is not yet installed
at the time the docs are generated, the build will fail.
It works in Autotools for some reason; they probably use
the pregenerated GIRs from the tarball.
Disabling the docs completely is not possible at the moment either,
since nmc [depends on them][1].
I have decided to fix this by pointing the installed location to the one
in the build directory using libredirect. Unfortunately, we cannot just set
the environment variables directly, since the build system runs
the documentation generator in a clean environment.
I have also added man, doc and devdoc outputs so the generated files have
somewhere to go.
Secondly, since Nix store is immutable, we also cannot use the package prefix
for configuration and mutable state data. At the same time, we cannot write
to the appropriate global directories during build. Autotools allowed to change
this in installFlags but Meson lacks similar mechanism so we need to patch
the build files.
Finally, I also removed the at_console patch since the permission has been
removed in 0.9.10.
[1]: https://bugzilla.gnome.org/show_bug.cgi?id=796755
2019-04-22 12:10:10 +02:00
worldofpeace
cc97412a26
Merge pull request #59339 from worldofpeace/elementary-updates-etcs
...
pantheon updates, etc.
2019-04-18 12:01:18 -04:00
worldofpeace
cb3579d8c4
networkmanagerapplet: hardcode for eap gschema
...
This is needed for the networking plug in pantheon.switchboard
and the related indicator in pantheon.wingpanel
2019-04-18 11:28:18 -04:00
Bob van der Linden
15d239fa2c
network-manager: /var/run -> /run
2019-04-11 20:05:34 +02:00
Jan Tojnar
3486f5357e
networkmanager-fortisslvpn: 1.2.8 → 1.2.10
...
https://gitlab.gnome.org/GNOME/NetworkManager-fortisslvpn/blob/1.2.10/NEWS
2019-04-05 12:14:00 +02:00
Tor Hedin Brønner
99d4472db2
networkmanager: 1.14.4 -> 1.16.0
...
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/1.16.0/NEWS
2019-04-05 12:13:28 +02:00
Jan Tojnar
cb1a20499a
Merge branch 'master' into staging
2019-04-05 11:37:15 +02:00
Will Dietz
cdf96e8a08
networkmanager-l2tp: 1.2.10 -> 1.2.12
...
Same patchups but moved to new file.
2019-04-02 17:57:00 +01:00
John Ericson
4ccb74011f
Merge commit '18aa59b0f26fc707e7313f8467e67159e61600c2' from master into staging
...
There was one conflict in the NixOS manual; I checked that it still
built after resolving it.
2019-04-01 00:40:03 -04:00
volth
2be90ccb4f
gnome3.gtk -> gtk3
...
fix evaluation when config.allowAliases == false
(regression after #55735 )
2019-03-24 14:34:39 -04:00
Florian Klink
69cd72b3e1
network-manager: add legacy service name as fallback
...
This prevents NetworkManager from not starting back up while switching
configurations.
This can be removed once 19.10 is released.
2019-03-20 00:36:33 +01:00
Jörg Thalheim
b488c60cdb
network-manager: rename systemd service back to match upstream
...
Compatibility with other distributions/software and expectation
of users coming from other systems should have higher priority over consistency.
In particular this fixes #51375 , where the NetworkManager-wait-online.service
broke as a result of this.
2019-03-19 23:48:08 +01:00
Will Dietz
c39fb495dd
networkmanager: 1.14.4 -> 1.14.6 ( #56253 )
...
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/1.14.6/NEWS
2019-02-23 23:21:36 -06:00
Matthew Bauer
b1bbd94bb6
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-18 20:36:48 -05:00
R. RyanTM
ec3525b652
gnome3.networkmanagerapplet: 1.8.18 -> 1.8.20
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/network-manager-applet/versions
2019-02-16 00:54:28 -08:00
Frederik Rietdijk
fd48a94b62
Merge staging-next into staging
2019-02-16 09:30:46 +01:00
Jan Tojnar
606ceda352
gnome3: stop using aliases
2019-02-14 02:31:15 +01:00
Will Dietz
97fdd97121
networkmanager-openvpn: 1.8.8 -> 1.8.10
2019-02-11 17:29:59 -06:00
Will Dietz
e66e24e000
networkmanager: leave thunderbolt rule alone, it's builtin
2019-01-13 17:25:44 -06:00
worldofpeace
36c5f30d24
networkmanager: cleanup using more placeholder
2019-01-02 02:07:27 -05:00
Jan Tojnar
f748cc85bd
network-manager: fix paths
2019-01-02 02:07:27 -05:00
Will Dietz
be14e9fa29
networkmanager: 1.12.2 -> 1.14.4
2019-01-02 02:07:27 -05:00
worldofpeace
c1599d29d9
gcr: rename from gnome3.gcr
2018-12-25 20:14:28 -05:00
Frederik Rietdijk
a510aa2672
Merge master into staging-next
2018-12-03 12:18:43 +01:00
Jörg Thalheim
4c7b012d85
networkmanager-applet: set default icon theme
2018-12-02 11:48:40 +00:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Amine Chikhaoui
e1ad1a0aa2
networkmanagerapplet: 1.8.16 -> 1.8.18
...
(#50338 )
2018-11-25 09:27:38 +01:00
Jan Tojnar
6655f18135
networkmanager-openvpn: 1.8.6 → 1.8.8
2018-10-21 22:22:31 +02:00
Will Fancher
0e0577e2e2
networkmanager: Fix patches with fetchpatch and updated hashes
2018-10-11 16:29:28 -04:00
Jan Tojnar
959435e835
networkmanager-openvpn: 1.8.4 → 1.8.6
2018-10-05 01:58:53 +02:00
Symphorien Gibol
5bfe8bfcea
openvpn plugins: use absolute paths to configuration gui
2018-09-23 20:15:33 +02:00
Jan Tojnar
9efc9b5d91
networkmanagerapplet: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:39 +02:00
Jan Tojnar
2235437330
networkmanager_strongswan: remove nm-gtk dependency
2018-08-28 15:07:39 +02:00
Jan Tojnar
2683fe16a5
networkmanager-openvpn: remove nm-gtk dependency
2018-08-28 15:06:06 +02:00
Jan Tojnar
cb31e93abf
networkmanager-vpnc: remove nm-gtk dependency
2018-08-28 15:04:24 +02:00
Jan Tojnar
c858c831b6
networkmanager-l2tp: remove nm-gtk dependency
2018-08-28 15:02:15 +02:00
Jan Tojnar
2eb3fab10b
networkmanager-fortisslvpn: remove nm-gtk dependency
2018-08-28 15:00:27 +02:00
Jan Tojnar
a6130c36cd
networkmanager-iodine: remove nm-gtk dependency
2018-08-28 14:59:16 +02:00
Jan Tojnar
8e46884331
networkmanagerapplet: add missing docbook DTDs
2018-08-28 14:56:48 +02:00
Jan Tojnar
908c2cf56c
networkmanagerapplet: do not build libnm-gtk
2018-08-28 14:56:48 +02:00
Jan Tojnar
86254f07b8
networkmanager_strongswan: 1.4.3 → 1.4.4
2018-08-09 18:17:40 +02:00
Jan Tojnar
87cf73bd1a
networkmanager-openconnect: clean up
2018-08-09 18:17:40 +02:00
Jan Tojnar
93d728b2ed
networkmanager-fortisslvpn: clean up
2018-08-09 18:17:34 +02:00
Jan Tojnar
cb32ca2645
networkmanager-iodine: clean up
2018-08-09 18:17:32 +02:00
Jan Tojnar
3fa8a478e3
networkmanager-l2tp: 1.2.8 → 1.2.10
2018-08-09 18:17:32 +02:00
Jan Tojnar
7f175f2ad7
networkmanager-vpnc: clean up
2018-08-09 18:17:26 +02:00
Jan Tojnar
bababf31c0
networkmanager-openconnect: move to a subdirectory
2018-08-09 18:16:43 +02:00
Jan Tojnar
73539d3939
networkmanager-fortisslvpn: move to a subdirectory
2018-08-09 17:37:12 +02:00
Jan Tojnar
1f6f4e69d1
networkmanager-iodine: move to a subdirectory
2018-08-09 17:37:12 +02:00
Jan Tojnar
3fb05d10d0
networkmanager-l2tp: move to a subdirectory
2018-08-09 17:37:11 +02:00
Jan Tojnar
cbbf0f1447
networkmanager-vpnc: move to a subdirectory
2018-08-09 17:37:10 +02:00
Jan Tojnar
11b4c9cb8e
networkmanager-openvpn: cleanup
2018-08-09 17:37:10 +02:00
Jan Tojnar
d2f75c32de
networkmanagerapplet: clean up
2018-08-09 17:37:09 +02:00
Jan Tojnar
c0bd2946da
networkmanagerapplet: 1.8.14 → 1.8.16
...
Closes: https://github.com/NixOS/nixpkgs/issues/44253
2018-08-07 20:01:13 +02:00
Florian Klink
24726a35d9
networkmanager: fix compile error due to NM_AVAILABLE_IN_1_12_2 macro
2018-08-04 01:32:45 +02:00
Florian Klink
e63ef63c93
network-manager-applet: add patch for import file chooser
2018-08-04 01:08:25 +02:00
Florian Klink
88b2b6c71c
network-manager: 1.12.0 -> 1.12.2
...
fix VPN activation through nm-applet (#43806 ),
upstream bug https://gitlab.gnome.org/GNOME/network-manager-applet/issues/12
2018-08-04 01:08:25 +02:00
Andreas Rammhold
f4f8cb5b22
networkmanager-vpnc: 1.2.4 -> 1.2.6
...
fixes CVE-2018-10900
2018-07-23 22:44:34 +02:00
Frederik Rietdijk
ad47d658d1
Merge master into staging-next
2018-07-21 19:43:53 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Robert Schütz
18774d4173
Merge branch 'master' into staging
2018-07-15 12:31:18 +02:00
Jan Tojnar
e056ac3f98
networkmanager-applet: 1.8.10 → 1.8.14
...
Password entering should now work even without GNOME Keyring:
https://gitlab.gnome.org/GNOME/network-manager-applet/issues/3
2018-07-13 18:31:33 +02:00
Jan Tojnar
28b6f74c3f
gnome3.gconf: remove
2018-07-10 12:14:40 +02:00
Jan Tojnar
f6e83edf36
networkmanager: 1.10.6 → 1.12.0
2018-07-05 23:43:35 +02:00
Jan Tojnar
3272f10024
networkmanager-openvpn: move to a subdirectory
2018-07-05 19:18:07 +02:00
Jan Malakhovski
7438083a4d
tree-wide: disable doCheck
and doInstallCheck
where it fails (the trivial part)
2018-04-25 04:18:46 +00:00
obadz
44c48fe752
network-manager-applet: add runtime dependency on gnome3.keyring
...
Closes #38967
2018-04-18 09:29:13 +01:00
Matthew Bauer
1592e03aba
treewide: rename bad filenames
...
Most of these can easily be moved to subdirectories of other
directories. This helps reduce clutter in the main trees.
2018-04-17 15:42:25 -05:00
Matthew Bauer
ef428ab202
treewide: cleanup procps uses
2018-03-27 18:17:37 -05:00
Ryan Mulligan
5fd613599f
networkmanager_strongswan: 1.4.1 -> 1.4.3
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.3 with grep in /nix/store/y2jkp10za0xpb7slalbfp3qyh9sgls70-NetworkManager-strongswan-1.4.3
- directory tree listing: https://gist.github.com/3d79a64230389ed5f84ff788ad4c56f1
2018-03-25 11:13:18 -05:00
Florian Klink
6ac74d60ad
networkmanager-pptp: remove package
...
Currently broken on NixOS due to hardcoded modprobe binary path (see
bug #30756 from Oct 2017), no activity on a proposed fix for months.
As the protocol is terribly broken anyways, let's better remove it
completely, and not talk about anymore ;-)
Closes #30756 .
2018-03-23 22:24:50 +01:00
Jan Tojnar
e34d2ac4c7
networkmanager-openvpn: 1.8.0 → 1.8.2
2018-03-22 07:46:51 +01:00
Jan Tojnar
0973618e4e
gnome3: automated update
2018-03-22 07:46:42 +01:00
Jan Tojnar
4695569260
Revert "networkmanager: 1.10.2 → 1.10.4"
...
This reverts commit d5d7fa4c03
.
2018-03-16 03:09:06 +01:00
Jan Tojnar
86be186fee
Revert "networkmanager-fortisslvpn: 1.2.4 → 1.2.8"
...
This reverts commit 3ebc49c5c0
.
2018-03-16 03:09:02 +01:00
Jan Tojnar
3ebc49c5c0
networkmanager-fortisslvpn: 1.2.4 → 1.2.8
2018-03-15 02:23:46 +01:00
Jan Tojnar
d5d7fa4c03
networkmanager: 1.10.2 → 1.10.4
2018-03-15 02:23:46 +01:00
Jan Tojnar
a50dbfca79
networkmanager-vpnc: add updateScript
2018-03-15 02:23:45 +01:00
Jan Tojnar
47e033ace4
networkmanager-pptp: add updateScript
2018-03-15 02:23:45 +01:00
Jan Tojnar
348784f8a8
networkmanager-openvpn: add updateScript
2018-03-15 02:23:44 +01:00
Jan Tojnar
6c4bb91fca
networkmanager-openconnect: add updateScript
2018-03-15 02:23:44 +01:00
Jan Tojnar
dcfbe14f0e
networkmanager-iodine: add updateScript
2018-03-15 02:23:44 +01:00
Jan Tojnar
8aa3b5c916
networkmanager-fortisslvpn: add updateScript
2018-03-15 02:23:43 +01:00
Jan Tojnar
7222006157
networkmanager: add updateScript
2018-03-15 02:23:43 +01:00
Jörg Thalheim
9936ed4920
Merge pull request #31019 from teto/strongswan_rebased
...
[RFC/RDY] make l2tp work with Strongswan
2018-03-03 15:56:05 +00:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Matthieu Coudron
fe4f4de1c9
strongswan module: make it work with ipsec l2tp
...
l2tp saves its secrets into /etc/ipsec.d but strongswan would not read
them. l2tp checks for /etc/ipsec.secrets includes /etc/ipsec.d and if
not tries to write into it.
Solution:
Have the strongswan module create /etc/ipsec.d and /etc/ipsec.secrets
when networkmanager_l2tp is installed.
Include /etc/ipsec.secrets in
/nix/store/hash-strongswan/etc/ipsec.secrets so that it can find l2tp
secrets.
Also when the ppp 'nopeerdns' option is used, the DNS resolver tries to
write into an alternate file /etc/ppp/resolv.conf. This fails when
/etc/ppp does not exist so the module creates it by default.
2018-02-07 13:21:49 +09:00
Matthieu Coudron
11a9e1c3c0
l2tp: 1.2.4 -> 1.2.8
...
the new version brings a new panel in IPsec settings which allows to
reenable old algorithms for IPsec phases 1/2 (dropped in recent libreswan/strongswan etc).
Also updates the homepage with the new one.
2018-02-07 13:21:49 +09:00
adisbladis
405e53ab71
networkmanager: 1.10.0 -> 1.10.2
2018-01-28 06:59:46 +08:00
Joachim F
90accc093e
Merge pull request #32216 from LumiGuide/networkmanager-strongswan
...
networkmanager_strongswan: fix package
2017-12-11 23:26:21 +00:00
Renaud
8a37ca7714
networkmanager-l2tp: 1.2.4 -> 1.2.8
2017-12-11 01:10:26 +01:00
Bas van Dijk
460a4b0832
networkmanager_strongswan: fix package
...
Added the boolean option:
networking.networkmanager.enableStrongSwan
which enables the networkmanager_strongswan plugin and adds
strongswanNM to the dbus packages.
This was contributed by @wucke13, @eqyiel and @globin.
Fixes : #29873
2017-11-30 23:03:32 +01:00
adisbladis
0e812b717a
networkmanager: 1.8.2 -> 1.10.0
2017-11-11 13:11:44 +08:00
Jaka Hudoklin
76752e4c7e
Merge pull request #29685 from eqyiel/networkmanager_openvpn-1.8.0
...
networkmanager_openvpn: 1.2.8 -> 1.8.0
2017-09-26 01:07:29 +02:00
Ruben Maher
a557d3a848
networkmanager_openvpn: 1.2.8 -> 1.8.0
2017-09-23 09:50:23 +09:30
Bastian Köcher
adec41e573
network-manager: 1.6.2 -> 1.8.2
2017-09-15 08:49:38 +02:00
Symphorien Gibol
bd54589233
networkmanager_iodine: init at 1.2.0
2017-08-30 02:58:29 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
k0ral
596e279979
network-manager-l2tp: fix configure step ( #27541 )
...
* network-manager-l2tp: don't run ./configure twice
* network-manager-l2tp: remove automake/autoconf
2017-07-21 17:18:54 +01:00
montag451
21ef8d5c89
network-manager: fix hard-coded path for modprobe
2017-07-07 18:12:46 +02:00
Masayuki Takeda
69153f12e4
networkmanager: fix arping path
2017-06-24 14:46:16 +02:00
timor
1d56c2fa43
NetworkManager: fix openconnect for console tools
...
This patch allows `nmcli` and `nmtui to work correctly with
openconnect. This is dony by hard-coding the openconnect binary location.
see #25915
2017-05-29 17:24:22 +01:00
Stefan Lau
a3696aa090
networkmanager_fortisslvpn: init at 1.2.4
2017-05-19 19:18:30 +02:00
Tuomas Tynkkynen
0537320062
networkmanager: Temporarily disable -Wformat-security until next release
...
Reportedly this is due to GLib 2.52 which added a G_GNUC_PRINTF attribute to
g_dbus_message_new_method_error().
2017-04-24 20:01:22 +03:00
Jörg Thalheim
b552de7525
network-manager_l2tp: set 1.2.4 explicity
2017-04-04 17:01:14 +02:00
Jörg Thalheim
6bb303cd85
network-manager: 1.4.4 -> 1.6.4
2017-04-04 17:01:13 +02:00
Vladimír Čunát
96d41e393d
treewide: purge maintainers.urkud
...
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Rok Garbas
725c179be3
networkmanager_strongswan: 1.4.0 -> 1.4.1
2017-02-07 16:12:27 +01:00
Rok Garbas
b900796d0f
networkmanager_openvpn: 1.2.6 -> 1.2.8
2017-02-07 16:12:27 +01:00
Rok Garbas
0a687c3d10
networkmanager_openconnect: 1.2.2 -> 1.2.4
2017-02-07 16:12:27 +01:00
Rok Garbas
afa428b8f3
networkmanager(applet): 1.4.2 -> 1.4.4
2017-02-07 16:12:10 +01:00
Nikolay Amiantov
be95ceaff2
treewide: quote URLs in my packages
2016-11-24 01:17:52 +03:00
Thomas Tuegel
520064e4b5
networkmanager: multiple outputs
2016-11-15 07:15:04 -06:00
Frederik Rietdijk
7077a270bf
Merge remote-tracking branch 'upstream/master' into HEAD
2016-10-26 13:06:43 +02:00
Kai Harries
2756711652
network-manager: give path to pppd executable
...
This fixes an issue I have faced when trying to connect to the internet
via wwan gsm modem.
(cherry picked from commit 0775adc599f4706e3ff020e700b5f8f69578b6b1)
Closes https://github.com/NixOS/nixpkgs/pull/19812
2016-10-23 20:41:58 +02:00
Alexander Ried
4094d63dea
NetworkManager-strongswan: init at 1.4.0
2016-10-15 20:32:16 +02:00
Alexander Ried
1fa0a69fc2
networkmanager_openvpn: 1.2.2 -> 1.2.6
2016-10-10 09:42:59 +02:00
Alexander Ried
6bdf707641
networkmanager_vpnc: 1.2.2 -> 1.2.4
2016-10-10 09:42:59 +02:00
Alexander Ried
6f8a8fd9d4
networkmanager_pptp: 1.2.2 -> 1.2.4
2016-10-10 09:42:59 +02:00
Alexander Ried
f9aa64a6c4
networkmanager_openconnect: no update
2016-10-10 09:42:59 +02:00
Alexander Ried
8f631f575c
networkmanager: 1.2.2 -> 1.4.2
2016-10-10 09:42:59 +02:00
Nikolay Amiantov
821e5c95b4
networkmanager098: fix binary paths
2016-08-19 17:57:04 +03:00
Nikolay Amiantov
1b8806098a
networkmanager: point to kmod's modprobe
2016-08-19 17:56:59 +03:00
Nikolay Amiantov
ff22705793
treewide: replace several /sbin paths by /bin
2016-08-19 17:56:45 +03:00
Shea Levy
9adad8612b
Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs"
...
Was meant to go into staging, sorry
This reverts commit 57b2d1e9b0
, reversing
changes made to 760b2b9048
.
2016-08-15 19:05:52 -04:00
Nikolay Amiantov
b067b53011
networkmanager098: fix binary paths
2016-08-16 00:19:26 +03:00
Nikolay Amiantov
cd05a8ed00
networkmanager: point to kmod's modprobe
2016-08-16 00:19:26 +03:00
Nikolay Amiantov
1afd250676
treewide: replace several /sbin paths by /bin
2016-08-16 00:19:25 +03:00
Nikolay Amiantov
fc7e8bd96e
networkmanager: fix ExecReload in the service
2016-08-14 22:38:50 +03:00
Al Zohali
6e1f80eb9d
networkmanager_l2tp: fixup ( #17490 )
2016-08-03 23:47:42 +01:00
obadz
e13a76f978
Merge pull request #16467 from groxxda/bump/networkmanager
...
networkmanager: cleanup
2016-06-23 23:41:44 +01:00
obadz
24520af0fa
network-manager/l2tp: remove workaround that's now in main repo
2016-06-23 23:35:43 +01:00
Alexander Ried
64a9dc4dd7
networkmanager: cleanup
2016-06-23 23:12:41 +02:00
Alexander Ried
c1319572d4
networkmanager: Dependency on avahi-autoipd has been dropped.
...
Native IPv4 link-local addressing configuration based on systemd network library is now used instead.
2016-06-23 23:12:41 +02:00
obadz
a709f60d7b
networkmanager/l2tp: fix format error on x86/32bit
2016-06-23 12:32:59 +01:00
obadz
a9e995d679
network-manager & plugins: no longer remove -Werror and friends
...
Code using deprecated APIs has been removed
See comment by @dkosovic on the matter:
https://github.com/xelerance/xl2tpd/issues/108#issuecomment-227621314
2016-06-22 03:16:20 +01:00
obadz
2cf9b5a6c0
network-manager/vpnc: 1.0.12 -> 1.2.2
2016-06-22 03:16:20 +01:00
obadz
f337c2cf9c
network-manager/openconnect: 1.0.2 -> 1.2.2
2016-06-22 03:16:20 +01:00
obadz
9f3e2af9fe
network-manager/openvpn: 1.0.12 -> 1.2.2
2016-06-22 03:16:20 +01:00
obadz
a8074165ef
network-manager/l2tp: 0.9.8.7 -> 1.2.2
2016-06-22 03:16:19 +01:00
obadz
c434fd0659
network-manager/pptp: 1.0.12 -> 1.2.2
2016-06-22 03:16:19 +01:00
obadz
233541a371
network-manager: 1.0.12 -> 1.2.2
2016-06-22 03:16:12 +01:00
obadz
925fb7ebfc
network-manager: move 0.9.8 to its own directory
2016-06-22 02:35:22 +01:00
obadz
b7731e446a
network-manager/l2tp: replace patch by substitutions to simplify upgrades
2016-06-22 02:33:39 +01:00
obadz
9191f09c05
network-manager/pptp: replace patch by substitutions to simplify upgrades
2016-06-22 02:33:39 +01:00
obadz
c8d3b166f5
network-manager/l2tp: add workaround for https://github.com/xelerance/xl2tpd/issues/108
2016-06-20 21:41:59 +01:00