[ptxdist] [PATCH] php8: Version bump 8.2.1 -> 8.2.11

2023-10-16 Thread Andreas Helmcke
Various fixes: https://www.php.net/ChangeLog-8.php#8.2.11 Signed-off-by: Andreas Helmcke --- rules/php8.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/php8.make b/rules/php8.make index 131cd567a..600871e21 100644 --- a/rules/php8.make +++ b/rules/php8.make

[ptxdist] [PATCH] lighttpd: Version bump, 1.4.67 -> 1.4.72

2023-10-16 Thread Andreas Helmcke
Bugfixes and several changes. e.g. - Stronger TLS defaults - HTTP/2 Support now as optional module see: https://www.lighttpd.net/releases/ Signed-off-by: Andreas Helmcke --- rules/lighttpd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/lighttpd.make

[ptxdist] [PATCH v9] libxcrypt: new package

2023-10-16 Thread Andreas Helmcke
Also implement the needed logic to (optionally) replace the libcrypt from the selected libc with libxcrypt. libxcrypt is a modern library for one-way hashing of passwords. It supports a wide variety of both modern and historical hashing methods: yescrypt, gost-yescrypt, scrypt, bcrypt,