[arch-projects] [netctl][PATCH] Support WPA3-Personal

2022-02-26 Thread Jouke Witteveen via arch-projects
By not introducing a specific security setting for WPA3, we inherrit the WPA2 key restrictions. For now, that is better than nothing. --- src/lib/wpa | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/wpa b/src/lib/wpa index d081540..3605659 100644 --- a/src/lib/wpa +++

[arch-projects] [netctl][PATCH] Catch connection failures from wifi-menu

2021-12-31 Thread Jouke Witteveen via arch-projects
Wireless connections yield before the password is checked, so it is better to wait for a connection to come online before concluding the generated profile works. --- src/netctl.in | 11 +++ src/wifi-menu | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/netctl.in

[arch-projects] [netctl][PATCH] Reach network.target before communicating

2021-08-11 Thread Jouke Witteveen via arch-projects
Let the netctl profile service yield at the last moment before any communication on the interface takes place. That way, we catch as many problems as possible without suffering unpredictable delays. This means network.target is reached earlier for wireless connections. ---

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

2021-05-13 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.25 has been created at b681d06ba75a5e82a7d0aeddcc91563e3cbdc23e

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.24-3-gcaa6c43

2021-05-13 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 caa6c43e87e626d445769def6e3d26b2d5187ade

[arch-projects] [netctl][PATCH] More uniform profile loading and filtering

2021-05-07 Thread Jouke Witteveen via arch-projects
Hooks and interface scripts are now sourced more systematically. Settings of wireless profiles that depend on hooks are now picked up correctly by netctl-auto. Suggested by: Vitor Sakaguti --- Inspired by a report on GitHub: https://github.com/joukewitteveen/netctl/issues/185

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.24-1-g9b70046

2021-01-24 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 9b70046f86b948c7e8c3c307f218c378714692ed

[arch-projects] [netctl][PATCH] Add verify subcommand to netctl

2021-01-17 Thread Jouke Witteveen via arch-projects
The name of the subcommand mirrors the same subcommand of systemd-analyze. Verification before restarting would be useful. However, verification requires the profile file to be readable by the current user. The current user may be a regular user with permission to control systemd, so restarting

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

2020-10-16 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.24 has been created at 717a6f620eb27db487be32ad2ecc6fc019ce9af5

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.23-5-gca58db4

2020-10-16 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 ca58db4f98ec0e0182deb5a96d2de340425ad093

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.23-4-g1e08e03

2020-10-09 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 1e08e03a37c7276593ebf2aeb8794128b6628c4f

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.23-1-gb34f51a

2020-06-26 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 b34f51a16da086723b693431e727d4e1270a5328

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

2020-04-27 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.23 has been created at 4238b55398927b5b2ceca025c2954bbc965db2df

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.22-2-ge810931

2020-04-27 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 e81093118ab70510cb8a929311b4a86efabfa35a

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.22-1-g115411c

2020-04-24 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 115411c31360bab9a5ffa60b8c0ca78836fc6474

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

2020-04-17 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.22 has been created at a1a426557e75ec1ac12fbccc0e333c209647fded

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.21-5-g3bebcd7

2020-04-17 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 3bebcd7c2b8e18e737e3df9b18945f28f7662ea7

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.21-2-g4d424c7

2020-04-10 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 4d424c7b00e1ce7ae443381f4d2dcfb30178e518

[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

[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

[arch-projects] [netctl][PATCH] Support custom MAC address on new interfaces

2020-03-20 Thread Jouke Witteveen via arch-projects
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. --- docs/netctl.profile.5.txt | 9 ++---

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

2019-12-25 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 c0196798dde620566146867e59d52d3120e9b4f1

Re: [arch-projects] [netctl] netctl, cloud-init, and systemd

2019-06-17 Thread Jouke Witteveen via arch-projects
On Mon, Jun 17, 2019 at 9:45 PM Erich Eckner via arch-projects wrote: > > In case you are not familiar with cloud-init, the idea is that you can > > build a single OS image that runs cloud-init on boot, and cloud-init > > will take care of such things as network configuration, so that the same >

Re: [arch-projects] [netctl][PATCH] Move away from using wpa_actiond

2019-05-16 Thread Jouke Witteveen via arch-projects
On Thu, May 16, 2019 at 11:53 AM Emil Velikov wrote: > After a bit of debugging I've noticed the move to wpa_cli broke my setup. > Namely: wpa_cli does not reliably detect when the laptop resumes into > another wireless network. > Issue happens fairly intermittently - from once a week to multiple

Re: [arch-projects] [netctl] Extended testing for 1.20

2019-02-26 Thread Jouke Witteveen via arch-projects
On Tue, Feb 12, 2019 at 10:39 PM Florian Pritz wrote: > > On Tue, Feb 12, 2019 at 05:20:13PM +0100, Jouke Witteveen > wrote: > > I just tagged 1.20, which switches from using wpa_actiond to using wpa_cli. > > Let's keep this in [testing] for at least two weeks to see whether > > there is

[arch-projects] [netctl] Extended testing for 1.20

2019-02-12 Thread Jouke Witteveen via arch-projects
Hi all, I just tagged 1.20, which switches from using wpa_actiond to using wpa_cli. Let's keep this in [testing] for at least two weeks to see whether there is anything noticeable from this change. Thanks! - Jouke

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.19-4-g7cb0a5a

2019-02-12 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 7cb0a5ab146f3c26bc05706bda7e3e662af5408a

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

2019-02-12 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.20 has been created at f740dc6b4de8731345ab5b3014225b96b971707e

Re: [arch-projects] [netctl][PATCH] Move away from using wpa_actiond

2019-02-08 Thread Jouke Witteveen via arch-projects
On Fri, Feb 8, 2019 at 3:36 PM Emil Velikov wrote: > > On Thu, 7 Feb 2019 at 14:50, Jouke Witteveen via arch-projects > wrote: > > > > The same functionality is provided by wpa_supplicant, so we do not need > > an extra and Arch Linux specific dependency. > > T

[arch-projects] [netctl][PATCH] Move away from using wpa_actiond

2019-02-07 Thread Jouke Witteveen via arch-projects
The same functionality is provided by wpa_supplicant, so we do not need an extra and Arch Linux specific dependency. --- README | 4 ++-- contrib/PKGBUILD.in | 1 - src/lib/auto.action | 31 ++- src/netctl-auto | 30 +- 4

[arch-projects] [netctl][PATCH] Do not allow the kernel to try and be smarter than us

2019-02-07 Thread Jouke Witteveen via arch-projects
When accept_ra is set to 1, router advertisements are still ignored if the interface is in forwarding mode. For such configurations, the interface should have a static configuration and netctl already sets accept_ra to 0. Setting it to 2 otherwise forces the kernel to accept router advertisements

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.19-1-gea9ccfd

2019-02-07 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 ea9ccfd2e249880c9b09553c3963a9b3d735faca

Re: [arch-projects] [netctl] [PATCH] Makefile: specify the correct shell to use

2019-01-27 Thread Jouke Witteveen via arch-projects
On Sun, Jan 27, 2019 at 3:00 AM Eli Schwartz via arch-projects wrote: > > The Makefile commands in use include bash-specific features like brace > expansion, and thus cannot run under the default /bin/sh shell as that > may or may not be GNU bash (bash supports brace expansion even in posix >

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

2018-11-15 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.19 has been created at 3c62e2c301346e968113520d09d12d6fc50846f9

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.18-3-ge001404

2018-11-15 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 e0014041ad40c9385bb2c38aad2acae3c93eb512

[arch-projects] [netctl][PATCH] Support removable devices in automatic connections

2018-11-11 Thread Jouke Witteveen via arch-projects
--- services/netctl-auto@.service| 3 ++- services/netctl-ifplugd@.service | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/services/netctl-auto@.service b/services/netctl-auto@.service index 3e41744..aacf65c 100644 --- a/services/netctl-auto@.service +++

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

2018-08-07 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.18 has been created at 752de745e674cdb66b07a4d36a85188e689d8855

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

2018-08-07 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 9044d45d9d25c585f666e51f47da5559b165c837

[arch-projects] [netctl][PATCH] PKGBUILD: add post_upgrade messages

2018-08-04 Thread Jouke Witteveen via arch-projects
--- I am still a little hesitant to carry this in the netctl repository. Currently, the repository is more or less distribution agnostic. Makefile | 7 +-- contrib/PKGBUILD.in| 1 + contrib/netctl.install | 10 ++ 3 files changed, 16 insertions(+), 2 deletions(-)

Re: [arch-projects] [netctl] news draft

2018-08-03 Thread Jouke Witteveen via arch-projects
On Fri, Aug 3, 2018 at 7:57 PM Eli Schwartz via arch-projects wrote: > > On 08/03/2018 01:48 PM, Jouke Witteveen via arch-projects wrote: > > Hello all, > > > > I cannot send to arch-dev-public and don't know where to post this > > otherwise, so I'll just put this

[arch-projects] [netctl] news draft

2018-08-03 Thread Jouke Witteveen via arch-projects
Hello all, I cannot send to arch-dev-public and don't know where to post this otherwise, so I'll just put this out here. With systemd 239, a deprecation message is printed in the journal for enabled netctl profiles (FS#59494). This currently has no effect on the functionality of either systemd

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.17-4-ge9c5de2

2018-08-03 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 e9c5de21c2d50c8fd8d1343feecb632bf836eec1

[arch-projects] [netctl][PATCH] Use drop-in directories instead of .include statements

2018-07-28 Thread Jouke Witteveen via arch-projects
The .include directive in systemd unit files has effectively been deprecated since systemd v210. Its functionality is subsumed by drop-in directories. --- src/netctl.in | 46 +++--- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.16-5-g4be6904

2018-06-26 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 4be6904e2518b5b13675439d6b89592e6bb4a6e3

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

2018-06-26 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.17 has been created at 00116412c1b163ba2fe4b5ae6c77e4b09dcc68f0

[arch-projects] [netctl] [PATCH] wifi-menu: Support UTF-8 encoded SSIDs (FS#45384)

2018-06-23 Thread Jouke Witteveen via arch-projects
Strictly speaking, we should check with the SSIDEncoding value sent out by the station, as specified in the 2012 version of 802.11 (page 566), but wpa_supplicant does not (yet) expose this information and stations may not set the field to UTF-8 and still encode their SSID accordingly. We

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.16-2-g1ae84f0

2018-06-23 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 1ae84f054368f012ffa3b70b873e24c35767f4d3

[arch-projects] [projects][pacman] [PATCH] libalpm: ignore .hook suffix when sorting hooks

2018-06-09 Thread Jouke Witteveen via arch-projects
It is desirable to have 'a-post.hook' ordered after 'a.hook'. For this, it is needed to ignore the suffix when sorting. --- Two years ago, I suggested this patch in https://bugs.archlinux.org/task/49653. Today, I do so again :-). Regards, - Jouke lib/libalpm/hook.c | 16

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.15-5-gdbc32d4

2018-03-22 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 dbc32d470420396f4af360af9ac17680fe99b368

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

2018-03-22 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.16 has been created at 82dffc523922a470b222198e49bb2f5ef384ef75

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.15-3-gcef231d

2018-03-16 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 cef231d762e7bb65bcf9a6a040ba367c5062a8f8

[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.15-1-g2d7ec0b

2017-12-19 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 2d7ec0b8459c4d42b43da1b6727a91e701bfaadc

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

2017-12-05 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.15 has been created at 962cbd941b8f04360dd009012c3dfc1c53f37725

Re: [arch-projects] [netctl][PATCH] Makefile: Update upload URL

2017-03-14 Thread Jouke Witteveen via arch-projects
On Tue, Mar 14, 2017 at 6:19 PM, Florian Pritz via arch-projects wrote: > Signed-off-by: Florian Pritz > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied. I noted that you did not use the generated PKGBUILD,

[arch-projects] [netctl][PATCH 2/3] Move from /usr/lib/network to /usr/lib/netctl

2017-03-03 Thread Jouke Witteveen via arch-projects
--- Makefile| 10 +- services/netctl-wait-online.service | 2 +- services/netctl@.service| 4 ++-- src/ifplugd.action | 2 +- src/lib/auto.action | 2 +- src/lib/connections/README | 8

[arch-projects] [netctl][PATCH 3/3] Factor out network interface utilities

2017-03-03 Thread Jouke Witteveen via arch-projects
--- Makefile | 2 +- src/lib/auto.action| 2 ++ src/lib/connections/README | 1 + src/lib/dhcp/README| 1 + src/lib/globals| 5 +--- src/lib/interface | 65 ++ src/lib/network| 55

[arch-projects] [netctl][PATCH 1/3] Minor code streamlining

2017-03-03 Thread Jouke Witteveen via arch-projects
--- src/ifplugd.action | 2 +- src/lib/connections/mobile_ppp | 4 ++-- src/lib/connections/pppoe | 4 ++-- src/lib/dhcp/dhclient | 4 ++-- src/lib/dhcp/dhcpcd| 4 ++-- src/lib/wpa| 25 + src/netctl-auto

Re: [arch-projects] [netctl] [PATCH] Fix bash completion for profiles names.

2016-11-02 Thread Jouke Witteveen via arch-projects
Thanks! I'll make sure this ends up in the next version, which is currently held back by https://github.com/systemd/systemd/pull/4259 On Fri, Oct 28, 2016 at 12:22 AM, Romain Aigron wrote: > This patch fixes completion for the netctl and netctl_auto > commands for

[arch-projects] [netctl][PATCH 2/3] Distinguish between network{, -online}.target (FS#50476)

2016-09-28 Thread Jouke Witteveen via arch-projects
The netctl@ service now yields before obtaining an IP address. This prevents holding up network.target unnecessarily. Waiting for profiles to obtain an IP address is possible through 1) The netctl-wait-online service This service waits until all enabled profiles have obtained an address. It is

[arch-projects] [netctl][PATCH 1/3] Don't duplicate functionality provided by systemd

2016-09-28 Thread Jouke Witteveen via arch-projects
--- src/lib/globals | 9 + src/netctl.in | 40 +--- 2 files changed, 18 insertions(+), 31 deletions(-) diff --git a/src/lib/globals b/src/lib/globals index 61e4973..a9e9751 100644 --- a/src/lib/globals +++ b/src/lib/globals @@ -132,6 +132,15 @@

[arch-projects] [netctl][PATCH 3/3] Additional granularity in `netctl list`

2016-09-28 Thread Jouke Witteveen via arch-projects
Distinguish between started profiles and online profiles in the output of the list subcommand of netctl. To be consistent in symbol usage, the wifi-menu flags have changed too. --- docs/netctl.1.txt | 4 ++-- src/netctl.in | 10 ++ src/wifi-menu | 4 ++-- 3 files changed, 10

[arch-projects] [netctl][PATCH] Support the 'is-active' command

2016-06-09 Thread Jouke Witteveen via arch-projects
Status getting commands are now uniform between netctl and netctl-auto. Both support 'is-active' and 'is-enabled'. The 'current' command is dropped from netctl-auto. Its use case is covered by the 'list' command. Suggested by Evgeniy Alekseev --- contrib/bash-completion | 8

Re: [arch-projects] [netctl] ftp.archlinux.org

2016-06-05 Thread Jouke Witteveen via arch-projects
On Sun, Jun 5, 2016 at 2:44 PM, Florian Pritz via arch-projects <arch-projects@archlinux.org> wrote: > On 04.06.2016 17:59, Jouke Witteveen via arch-projects wrote: >> I cannot find much information about sources.archlinux.org and have >> several questions about it. >> &

[arch-projects] [netctl] ftp.archlinux.org

2016-06-04 Thread Jouke Witteveen via arch-projects
Hello all, in particular Florian, About a year ago, ftp.archlinux.org closed down[*]. This impacted netctl since the implicit official distribution channel was ftp.archlinux.org/other/packages/netctl/. For the purpose of hosting sources, we now have https://sources.archlinux.org and the sources