[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.2-11-g0f76889

Jouke Witteveen jouke at archlinux.org
Wed Jul 24 18:24:47 EDT 2013


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  0f7688962fdadc7b72bdd81f719473e55608205c (commit)
       via  906c6daa8a1ab95b3e169b09a925816ebce4831c (commit)
       via  20c66d6499f22adad6c1dae854a627f061c5fbcb (commit)
       via  7d081a227528201ed65b8bab9ec07ccd8dfc1162 (commit)
       via  5b0c7cae3e82c96058605941273e33632ec95094 (commit)
       via  6bd3fb709988d931e92ddaa5c493be6906a07890 (commit)
       via  01f9b7ba788698be0a32534b6e1342b6d58df965 (commit)
       via  8f6e396f8ee47d52faac67922d0ddf6fdfbabecd (commit)
       via  e75d8b1791009712ceda58762489f8a7df9c8140 (commit)
       via  cbd00d5652700792a7833617d947f8a78bb34ccc (commit)
      from  30ea4c009e9ba095eb6ac94655715cc9531d4594 (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 0f7688962fdadc7b72bdd81f719473e55608205c
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Thu Jul 25 00:22:25 2013 +0200

    Make netctl-auto more hook friendly
    
    The hooks (including any interface hook)  are loaded each time a wpa
    event occurs. This means the auto.action script can be extended in the
    hooks. For this purpose, several exported variables (mainly $ACTION)
    can be checked for their value. The name of the active profile is not
    exported, but still available (just as in ordinary netctl usage) through
    the $Profile variable.
    
    Profiles ending in .action are disallowed (reserved for possible future
    use). Both ifplugd and wpa_actiond have a notion of 'action script'.

commit 906c6daa8a1ab95b3e169b09a925816ebce4831c
Merge: 20c66d6 7d081a2
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Thu Jul 25 00:08:09 2013 +0200

    Merge branch 'master' of git://github.com/gandro/netctl into gandro-master

commit 20c66d6499f22adad6c1dae854a627f061c5fbcb
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Wed Jul 24 10:57:48 2013 +0200

    Use iproute2 for bridging (FS#36165)
    
    This sheds the dependency on the old bridge-utils (brctl).

commit 7d081a227528201ed65b8bab9ec07ccd8dfc1162
Author: Sebastian Wicki <gandro at gmx.net>
Date:   Tue Jul 23 22:10:17 2013 +0200

    Fix references related to netctl-auto(1)

commit 5b0c7cae3e82c96058605941273e33632ec95094
Author: Sebastian Wicki <gandro at gmx.net>
Date:   Tue Jul 23 21:44:40 2013 +0200

    Rework some lines in netctl-auto

commit 6bd3fb709988d931e92ddaa5c493be6906a07890
Author: Sebastian Wicki <gandro at gmx.net>
Date:   Tue Jul 23 11:53:01 2013 +0200

    More consistent quoting in netctl-auto

commit 01f9b7ba788698be0a32534b6e1342b6d58df965
Author: Sebastian Wicki <gandro at gmx.net>
Date:   Sun Jul 21 17:12:58 2013 +0200

    Add man page for netctl-auto(1)

commit 8f6e396f8ee47d52faac67922d0ddf6fdfbabecd
Author: Sebastian Wicki <gandro at gmx.net>
Date:   Sun Jul 21 17:05:03 2013 +0200

    Rewrite of netctl-auto
    
    This adds a command line interface to the netctl-auto script to
    allow users more control over the automatic profile selection.

commit e75d8b1791009712ceda58762489f8a7df9c8140
Author: Sebastian Wicki <gandro at gmx.net>
Date:   Sun Jul 21 17:01:09 2013 +0200

    Add wpa_unquote function
    
    This function can be used to unquote WPA supplicant config file strings
    returned from wpa_cli calls.

commit cbd00d5652700792a7833617d947f8a78bb34ccc
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Sun Jul 21 00:51:34 2013 +0200

    Introduce sed
    
    Instead of filtering results from grep, we can also just use sed.
    Installations having grep can be expected to have sed as well.

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

Summary of changes:
 contrib/PKGBUILD.in          |   1 -
 docs/Makefile                |   2 +-
 docs/examples/bridge         |   6 +-
 docs/netctl-auto.1.txt       |  90 +++++++++++++++
 docs/netctl.1.txt            |   2 +-
 docs/netctl.profile.5.txt    |  24 ++--
 docs/netctl.special.7.txt    |   6 +-
 src/lib/auto.action          |  27 ++---
 src/lib/connections/bridge   |  19 ++--
 src/lib/connections/wireless |   2 +-
 src/lib/globals              |   2 +-
 src/lib/wpa                  |  21 +++-
 src/netctl-auto              | 260 +++++++++++++++++++++++++++++++++++++------
 src/wifi-menu                |   6 +-
 14 files changed, 374 insertions(+), 94 deletions(-)
 create mode 100644 docs/netctl-auto.1.txt


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


More information about the arch-projects mailing list