[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.20-6-g8e5d89a

2020-03-28 Thread Jouke Witteveen via arch-projects
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  8e5d89ade8a99c12517095af33c0e5d3198ddc32 (commit)
   via  4918a821f521e8a02c125c202c007feb8cc58079 (commit)
   via  f80b73865494e9dda2e7f5a13e7c703c4069910c (commit)
   via  b5335f4350015d7c8b0cc66349d1290b7251bd9d (commit)
  from  c0196798dde620566146867e59d52d3120e9b4f1 (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 8e5d89ade8a99c12517095af33c0e5d3198ddc32
Author: Jouke Witteveen 
Date:   Sat Mar 28 12:22:39 2020 +0100

1.21 release updates

commit 4918a821f521e8a02c125c202c007feb8cc58079
Author: Jouke Witteveen 
Date:   Sat Mar 28 12:19:58 2020 +0100

Makefile: more compact use of `install`

commit f80b73865494e9dda2e7f5a13e7c703c4069910c
Author: Jouke Witteveen 
Date:   Sat Mar 28 12:01:21 2020 +0100

Add a connection type for WireGuard interfaces

Contributed by Thibaut Sautereau 

commit b5335f4350015d7c8b0cc66349d1290b7251bd9d
Author: Jouke Witteveen 
Date:   Fri Mar 20 15:34:31 2020 +0100

Support custom MAC address on new interfaces (FS#64766)

Connection types bond, bridge, dummy, vlan, and macvlan create their own
interface. Previously, only macvlan offered control over the MAC address of
the created interface. Now, this functionality is available to all these
connection types.

Thanks to:
Javier 
and
David Hummel 

---

Summary of changes:
 Makefile  | 12 +---
 NEWS  |  4 
 contrib/PKGBUILD.in   |  1 +
 docs/examples/bridge  |  2 ++
 docs/examples/macvlan-static  |  2 +-
 docs/examples/wireguard   | 11 +++
 docs/netctl.profile.5.txt | 20 ++--
 src/lib/connections/bond  |  2 +-
 src/lib/connections/bridge|  5 -
 src/lib/connections/dummy |  2 +-
 src/lib/connections/macvlan   |  5 +
 src/lib/connections/vlan  |  2 +-
 src/lib/connections/wireguard | 26 ++
 src/lib/interface | 12 
 14 files changed, 84 insertions(+), 22 deletions(-)
 create mode 100644 docs/examples/wireguard
 create mode 100644 src/lib/connections/wireguard


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


[arch-projects] [netctl] [GIT] Network control utility based on systemd annotated tag 1.21 created. 1.21

2020-03-28 Thread Jouke Witteveen via arch-projects
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 annotated tag, 1.21 has been created
at  08c9209f2e9e57761c946f91668bb0ead721c853 (tag)
   tagging  8e5d89ade8a99c12517095af33c0e5d3198ddc32 (commit)
  replaces  1.20
 tagged by  Jouke Witteveen
on  Sat Mar 28 12:23:05 2020 +0100

- Log -
Release 1.21
-BEGIN PGP SIGNATURE-

iQFKBAABCAA0FiEEbql9KtO+F66lkufaVrYfv4JJLBUFAl5/M6UWHGoud2l0dGV2
ZWVuQGdtYWlsLmNvbQAKCRBWth+/gkksFZ71CACLrrd/GKie/CE+YIehi2yox3qw
Vzw3woB4TVa+ciQ5dJlZHQkYo0Ek5iqRWxBgC/Sd84vBmmQkPRm5d7jNnlwDIEdX
+np6xYvNUMfnoKLCD2dwc2C/la1UjLTmRjC8O5VhA6eXafSRbxo7ZygPgg14DeuE
zlflgarS8CNybLHUqdKf9/2A2EybEAubnjOVoYQ2AharBzf9Lwr/DjKFBzGWSI0J
ZkbdkqvKzwmOgqDVs+cXSSMBwBDaU6Q2vS8xqV5Uq4MQU0/vZ2CeIDi6Ugr5BLOw
NAg86eUTwmNGJ0JXz7M6ZH+XZr5e/XO1kCDtQyzY3rCXtTY6HpXICFcNozCK
=CFWd
-END PGP SIGNATURE-

Antonio Rojas (1):
  PKGBUILD: use https for the url

Christian Hesse (1):
  base group removal

Jouke Witteveen (4):
  Support custom MAC address on new interfaces (FS#64766)
  Add a connection type for WireGuard interfaces
  Makefile: more compact use of `install`
  1.21 release updates

---


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