[aur-dev] [PATCH] Remove the OpenSSH patch

2015-05-21 Thread Lukas Fleischer
Extended AuthorizedKeysCommand parameters are now officially supported by OpenSSH. Signed-off-by: Lukas Fleischer --- INSTALL| 41 +- .../0001-Patch-sshd-for-the-AUR.patch | 1094 2 files changed, 15 insertions(+), 1

[aur-dev] [PATCH v2] Remove the OpenSSH patch

2015-05-21 Thread Lukas Fleischer
Extended AuthorizedKeysCommand parameters are now officially supported by OpenSSH. Signed-off-by: Lukas Fleischer --- Forgot to add git-auth.sh in the previous version. INSTALL| 41 +- .../0001-Patch-sshd-for-the-AUR.patch | 1094 --

[aur-dev] [PATCH] Change default configuration to use SSH port 22

2015-05-21 Thread Lukas Fleischer
We no longer run a separate SSH daemon on port . Change the default configuration accordingly. Also remove some configuration files that are no longer needed. Signed-off-by: Lukas Fleischer --- conf/aur-sshd.socket| 6 -- conf/aur-sshd@.service | 8

[aur-dev] aur-dev no longer uses port 2222 for SSH

2015-05-21 Thread Lukas Fleischer
Hi, If you are using the AUR 4.0.0 testing environment on aur-dev.archlinux.org, please note that we now use the default SSH port 22 instead of . This means that you can drop the ":" part from your Git remote URIs or remove the "Port " line from your local SSH configuration. We are cu

Re: [aur-dev] aur-dev no longer uses port 2222 for SSH

2015-05-21 Thread Florian Pritz
On 21.05.2015 11:31, Lukas Fleischer wrote: > If you are using the AUR 4.0.0 testing environment on > aur-dev.archlinux.org, please note that we now use the default SSH port > 22 instead of . This means that you can drop the ":" part from > your Git remote URIs or remove the "Port " lin

[aur-dev] [PATCH] Make the type parameter of pkgreq_by_pkgbase() optional

2015-05-21 Thread Lukas Fleischer
This simplifies the code a bit, improves maintainability and reduces the number of SQL queries when deleting a package. Signed-off-by: Lukas Fleischer --- web/lib/pkgbasefuncs.inc.php | 5 + web/lib/pkgreqfuncs.inc.php | 9 ++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --