summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/netifrc: bumpRobin H. Johnson2020-01-041-0/+1
| | | | | | | | | | | | | | Major changes: - init.d/net.lo: add a configurable presence timeout - net/veth: new functionality Fixes: - net/wireguard: sync - net/ppp: support ppp-2.4.8 - *: lots of shellcheck fixes Package-Manager: Portage-2.3.83, Repoman-2.3.18 Closes: https://bugs.gentoo.org/704722 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-misc/netifrc: version bumpJason A. Donenfeld2018-07-101-0/+1
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* net-misc/netifrc: bump.Robin H. Johnson2017-11-271-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | New functionality & improvements: - Wireless: 'iw' module to replace older 'iwconfig' module. (Brian Evans <grknight@gentoo.org>) - iproute2: VXLAN & GRETAP support (iplink_$IFVAR) (Sergey Popov <pinkbyte@gentoo.org>) - Bonding: ARP IP targets (Marc Schiffbauer <mschiff@gentoo.org>) - wpa_supplicant: better matching of wired connections (Henning Schild <henning@hennsch.de>) - IPv6: clearer message for Tentative duplicate address detection (DAD). - Refactor veinfo printing of iproute2 commands. Fixes: - Avoid moduleslist race condition (Hagbard Celine <hagbardcelin@gmail.com>) - Delete IPv6 tunnel correctly (stkchp <s@tkch.net>) Bug: https://bugs.gentoo.org/638836 Bug: https://bugs.gentoo.org/637474 Bug: https://bugs.gentoo.org/636846 Bug: https://github.com/gentoo/netifrc/pull/24 Bug: https://github.com/gentoo/netifrc/pull/26 Bug: https://github.com/gentoo/netifrc/pull/25 Bug: https://github.com/gentoo/netifrc/pull/27 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* net-misc/netifrc: bump, fixes #598078Robin H. Johnson2016-10-261-0/+1
| | | | Package-Manager: portage-2.3.2
* net-misc/netifrc: bump, MANY fixes.Robin H. Johnson2016-10-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release of netifrc should hopefully represent the next stable candidate. The 0.3.x and 0.4.x series had some bugs that should not be in stable. One specific change to note, is that if an address or route is already configured on an interface, prior to starting the interface service, the interface will now start successfully, whereas it would previously fail. If the parameters on the existing route and new route are slightly different, this may lead to non-deterministic behavior. Bugs fixed: 420941, 588872: l2tp/dummy/hsr support. 487208: support busybox better, no scope=host on loopback. 488250, 488260, 488262: better IPv6 address handling. 489398: more reliable interface startup 507346: resolvconf-gentoo renamed to openresolv 524156: DHCP classless static routes for udhcpc 525958: Better POSIX sh support 540728, 547906: macchanger 1.7 support 545364: Switch to /run instead of /var/run 575128: newer udev support 596234: New iproute keywords: noprefixroute mngtmpaddr 596844: metric_SSID support Package-Manager: portage-2.3.2 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-misc/netifrc: new release.Robin H. Johnson2016-07-141-0/+1
| | | | Package-Manager: portage-2.2.28
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+5
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed