FS#62049 - [lighttpd] missing kerberos support

Attached to Project: Arch Linux
Opened by Giampaolo Eusebi (geusebi) - Sunday, 17 March 2019, 23:38 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:15 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Pierre Schmitz (Pierre)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I noticed that Kerberos5 support is mentioned in PKGBUILD but is missing from the built binary.
Upon inspection of config.log there is a warning.

WARNING: unrecognized options: --with-kerberos5

I believe the correct flag should be "--with-krb5".

Solution:
Apply patch
--- PKGBUILD 2019-03-17 22:50:36.169999966 +0000
+++ PKGBUILD.krb5 2019-03-17 22:50:56.329999960 +0000
@@ -41 +41 @@
- --with-kerberos5 \
+ --with-krb5 \

Additional info:
* package version 1.4.53-1

Steps to reproduce:
Install lighttpd and check for kerberos.

user # lighttpd -V | grep Kerberos
- Kerberos support

expected
+ Kerberos support
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:15 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/lighttpd/issues/3
Comment by Giampaolo Eusebi (geusebi) - Sunday, 17 March 2019, 23:43 GMT
Add patch file as attachment (lost tabulation in original post).
Comment by gstrauss (gstrauss) - Sunday, 28 May 2023, 07:17 GMT
The invalid `--with-kerberos5` was removed from `PKGBUILD` in Oct 2021.

Is building `--with-krb5` still desirable?

@pierre lighttpd mod_authn_gssapi is the only part of lighttpd which depends on Kerberos. Can this be packaged separately as lighttpd-mod_authn_gssapi (or something similar)?
Comment by Buggy McBugFace (bugbot) - Tuesday, 08 August 2023, 19:11 GMT
This is an automated comment as this bug is open for more then 2 years. Please reply if you still experience this bug otherwise this issue will be closed after 1 month.

Loading...