You are not logged in.
Currently if you have the nginx-mod-headers-more package installed your dependencies will fail on 'nginx=1.26.3 (virtual)' because the nginx package has been updated to 1.28.0-1.
This was my path to resolution upon updating:
sudo pacman -R nginx-mod-headers-more
sudo pacman -Syu
sudo pacman -S devtools
mkdir -p ~/.build; cd ~/.build
pkgctl repo clone --protocol=https nginx-mod-headers-more
cd nginx-mod-headers-more; makepkg -si
sudo pacman -R devtools
Didn't want to flag it outdated because the code hasn't changed. I've checked the headers being output from my nginx server and it seems to be functioning properly.
Last edited by Caffarius (2025-04-24 20:14:25)
Offline
if the dependencies failed, you should be submitting a bug report.
Offline
The nginx-mod-headers-more package 0.38-3 was rebuild (14 hours ago) specifically for nginx 1.28.0 .
Please verify if your top mirror has that version and if so, try to update to it.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
The package was rebuild, but version 0.38-3 still depends on
nginx=1.26.3
It is the same for multiple other nginx mod packages, like nginx-mod-brotli, nginx-mod-geoip2 and many others.
Offline
Looks like the new 0.38-4 release has the correct nginx dependency now. Thanks for your efforts.
Last edited by Caffarius (2025-04-24 20:16:21)
Offline