Commit graph

158 commits

Author SHA1 Message Date
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