summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-vpn/tailscale: add 1.38.4William Hubbs2023-04-132-0/+61
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-vpn/i2pd: version bump 2.47.0Alexey Korepanov2023-04-102-0/+81
| | | | | | Signed-off-by: Alexey Korepanov <kaikaikai@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/30409 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-vpn/vtun: add 3.0.4-r3Jan-Espen Oversand2023-04-101-0/+61
| | | | | | | | | regen autoconf to fix old test. clang-16 prep Bug: https://bugs.gentoo.org/900336 Signed-off-by: Jan-Espen Oversand <sigsegv@radiotube.org> Closes: https://github.com/gentoo/gentoo/pull/30384 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-vpn/vtun: drop 3.0.3-r4Jan-Espen Oversand2023-04-108-462/+0
| | | | | | Closes: https://bugs.gentoo.org/900336 Signed-off-by: Jan-Espen Oversand <sigsegv@radiotube.org> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-vpn/headscale: remove unused patchMichael Mair-Keimberger2023-04-071-13/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30475 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-vpn/vpnc-scripts: drop oldHenning Schild2023-04-072-26/+0
| | | | | | Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/30505 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-vpn/vpnc-scripts: mark ALLARCHESSam James2023-04-051-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/vpnc-scripts: add gitlab upstream metadataSam James2023-04-051-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/vpnc-scripts: Stabilize 20220510 sparc, #903761Sam James2023-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/vpnc-scripts: Stabilize 20220510 amd64, #903761Sam James2023-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/vpnc-scripts: Stabilize 20220510 x86, #903761Sam James2023-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/vpnc-scripts: Stabilize 20220510 arm, #903761Sam James2023-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/vpnc-scripts: Stabilize 20220510 ppc64, #903761Sam James2023-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/vpnc-scripts: Stabilize 20220510 arm64, #903761Sam James2023-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/vpnc-scripts: Stabilize 20220510 ppc, #903761Sam James2023-04-051-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/headscale: drop 0.16.2Jakov Smolić2023-04-032-51/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-vpn/strongswan: Stabilize 5.9.9 arm, #901819Arthur Zamarin2023-03-301-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-vpn/frp: keyword 0.45.0 for ~loongWANG Xuerui2023-03-221-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* net-vpn/strongswan: Stabilize 5.9.9 amd64, #901819Sam James2023-03-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/strongswan: Stabilize 5.9.9 x86, #901819Sam James2023-03-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/headscale: 0.20.0 version bumpChris Su2023-03-163-0/+53
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/29617 Signed-off-by: Chris Su <chris@lesscrowds.org> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* net-vpn/strongswan: version bump to 5.9.10Dennis Eisele2023-03-152-0/+319
| | | | | | | Bug: https://bugs.gentoo.org/899964 Signed-off-by: Dennis Eisele <kernlpanic@dennis-eisele.de> Closes: https://github.com/gentoo/gentoo/pull/29924 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-vpn/networkmanager-pptp: Version bump to 1.2.12Guillermo Joandet2023-03-112-0/+57
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30063 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-vpn/openvpn: fix crushing multiple instancesAzamat H. Hackimov2023-03-114-2/+3
| | | | | | | | | | | | | In environment with multiple openvpn's instances if one of them get crushed, trying to restart it will result to stoping ALL of other openvpn instances. Introduced `--config "${VPNCONF}"` option to prevent it as suggested by Zhixu Liu. Closes: https://bugs.gentoo.org/829949 Suggested-by: Zhixu Liu <zhixu.liu@gmail.com> Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29685 Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/libreswan: add 4.10Hans de Graaff2023-03-052-0/+127
| | | | | Bug: https://bugs.gentoo.org/897916 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* net-vpn/libreswan: drop 4.6-r1, 4.8Hans de Graaff2023-03-053-254/+0
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* net-vpn/i2pd: add 2.46.1Spencer M.P2023-02-282-0/+81
| | | | | | | Signed-off-by: Spencer M.P <smp@nandre.com> Closes: https://github.com/gentoo/gentoo/pull/29735 Closes: https://github.com/gentoo/gentoo/pull/29585 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-vpn/tailscale: drop versionsWilliam Hubbs2023-02-247-358/+0
| | | | | Bug: https://bugs.gentoo.org/896094 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-vpn/tailscale: add 1.36.2William Hubbs2023-02-242-0/+61
| | | | | Closes: https://bugs.gentoo.org/895950 Signed-off-by: William Hubbs <williamh@gentoo.org>
* net-vpn/networkmanager-sstp: fix MissingRemoteId for maintainer-needed packagesCristian Othón Martínez Vera2023-02-221-0/+1
| | | | | Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/httptunnel: fix MissingRemoteId for maintainer-needed packagesCristian Othón Martínez Vera2023-02-221-1/+4
| | | | | Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/vpnc: drop 0.5.3_p550-r3, 0.5.3_p20220927David Seifert2023-02-206-212/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* net-vpn/vpnc: Stabilize 0.5.3_p20220927-r1 amd64, #895404Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/vpnc: Stabilize 0.5.3_p20220927-r1 sparc, #895404Arthur Zamarin2023-02-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-vpn/vpnc: Stabilize 0.5.3_p20220927-r1 ppc, #895404Arthur Zamarin2023-02-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-vpn/vpnc: Stabilize 0.5.3_p20220927-r1 arm, #895404Arthur Zamarin2023-02-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-vpn/vpnc: Stabilize 0.5.3_p20220927-r1 arm64, #895404Arthur Zamarin2023-02-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-vpn/vpnc: Stabilize 0.5.3_p20220927-r1 ppc64, #895404Arthur Zamarin2023-02-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-vpn/vpnc: Stabilize 0.5.3_p20220927-r1 x86, #895404Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/tor: Force rebuild along with libevent due to ABI changeMichał Górny2023-02-171-1/+1
| | | | | | | | | | Revbump net-vpn/tor and require revbumped dev-libs/libevent to ensure that both are rebuilt with the >=sys-libs/glibc-2.36 as that causes libevent to change ABI. Bug: https://bugs.gentoo.org/894536 Bug: https://github.com/libevent/libevent/issues/1393 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-vpn/riseup-vpn: add 0.21.11_p20221113Andrew Ammerlaan2023-02-063-0/+109
| | | | | Closes: https://bugs.gentoo.org/893328 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* net-vpn/tor: enable py3.11Sam James2023-02-031-37/+46
| | | | | | | Also cleanup the ebuild a bit. Closes: https://bugs.gentoo.org/727406 Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/tor: add gitlab.tpo to HOMEPAGESam James2023-02-031-4/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/networkmanager-l2tp: drop 1.8.8Joonas Niilola2023-02-032-62/+0
| | | | | Closes: https://github.com/gentoo/gentoo/pull/29247 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-vpn/logmein-hamachi: update HOMEPAGE, SRC_URIJonas Stein2023-01-311-4/+4
| | | | | | | | https://www.vpn.net/ has an outdated certificate since a while, but https://vpn.net/ works fine. Update SRC_URI Closes: https://bugs.gentoo.org/889272 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* net-vpn/logmein-hamachi: drop to maintainer-neededJonas Stein2023-01-311-8/+1
| | | | | | | Proxied maintainer retired due to inactivity. Closes: https://bugs.gentoo.org/633192 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* net-vpn/tor: adopt w/ ajak@Sam James2023-01-291-1/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove blueness@ from most of his packages, by his requestMichał Górny2023-01-282-8/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-vpn/tor: drop 0.4.7.11, 0.4.7.12John Helmert III2023-01-263-258/+0
| | | | | Bug: https://bugs.gentoo.org/890618 Signed-off-by: John Helmert III <ajak@gentoo.org>
* net-vpn/networkmanager-l2tp: fix MissingRemoteIdJoonas Niilola2023-01-241-0/+3
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>