[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.12-17-g81eb68f

Jouke Witteveen jouke at archlinux.org
Tue Mar 14 17:09:56 UTC 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Network control utility based on systemd".

The branch, master has been updated
       via  81eb68f09c296d8501c5441b6cef7a663b62f2e0 (commit)
       via  8ccfe9713b7a92102f5d8aa9c5351f008f658dcd (commit)
       via  1823a49c489390964ad89bf46db1e5e54b99b2a4 (commit)
       via  99bac2676ee2a51ceeac2d873d69fdfa1cc4fd0b (commit)
       via  31b9546100aa2c33c8402a7c4a6b647cd6d272a6 (commit)
      from  a8f6fb14484702ffb3ff60847546419c27830dd1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 81eb68f09c296d8501c5441b6cef7a663b62f2e0
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Tue Mar 14 17:45:55 2017 +0100

    1.13 release updates

commit 8ccfe9713b7a92102f5d8aa9c5351f008f658dcd
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Mon Mar 6 10:16:01 2017 +0100

    Improve cleanup for failed wireless connections (FS#46859)
    
    A generated config file could be left behind.
    This occurs for instance when a removable interface is removed when used
    or when an interface is blocked by rfkill, but netctl is not instructed
    to utilize its rfkill routines.

commit 1823a49c489390964ad89bf46db1e5e54b99b2a4
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Thu Mar 2 23:20:21 2017 +0100

    Factor out network interface utilities

commit 99bac2676ee2a51ceeac2d873d69fdfa1cc4fd0b
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Thu Mar 2 21:28:55 2017 +0100

    Move from /usr/lib/network to /usr/lib/netctl

commit 31b9546100aa2c33c8402a7c4a6b647cd6d272a6
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Thu Mar 2 21:53:50 2017 +0100

    Minor code streamlining

-----------------------------------------------------------------------

Summary of changes:
 Makefile                            | 12 ++---
 NEWS                                |  7 +++
 services/netctl-auto at .service       |  1 +
 services/netctl-wait-online.service |  2 +-
 services/netctl at .service            |  4 +-
 src/ifplugd.action                  |  4 +-
 src/lib/auto.action                 |  4 +-
 src/lib/connections/README          |  9 ++--
 src/lib/connections/ethernet        |  3 +-
 src/lib/connections/mobile_ppp      |  4 +-
 src/lib/connections/pppoe           |  4 +-
 src/lib/connections/wireless        | 26 ++++++-----
 src/lib/dhcp/README                 |  9 ++--
 src/lib/dhcp/dhclient               |  4 +-
 src/lib/dhcp/dhcpcd                 |  4 +-
 src/lib/globals                     |  9 ++--
 src/lib/interface                   | 65 +++++++++++++++++++++++++++
 src/lib/ip                          |  2 +-
 src/lib/network                     | 57 ++----------------------
 src/lib/rfkill                      |  2 +-
 src/lib/wpa                         | 87 ++++++++++++++++++++++---------------
 src/netctl-auto                     | 50 +++++++++++----------
 src/netctl.in                       |  4 +-
 src/wifi-menu                       | 14 +++---
 24 files changed, 215 insertions(+), 172 deletions(-)
 create mode 100644 src/lib/interface


hooks/post-receive
-- 
Network control utility based on systemd


More information about the arch-projects mailing list