You are not logged in.

#1 2025-04-24 00:03:26

Caffarius
Member
Registered: 2018-10-28
Posts: 5

[SOLVED] nginx-mod-headers-more needs a recompile

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

#2 2025-04-24 01:01:34

mackin_cheese
Member
Registered: 2025-01-07
Posts: 459

Re: [SOLVED] nginx-mod-headers-more needs a recompile

if the dependencies failed, you should be submitting a bug report.

Offline

#3 2025-04-24 09:39:40

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,628

Re: [SOLVED] nginx-mod-headers-more needs a recompile

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

#4 2025-04-24 11:24:06

xabbu
Member
From: Germany
Registered: 2019-06-20
Posts: 1

Re: [SOLVED] nginx-mod-headers-more needs a recompile

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

#5 2025-04-24 20:15:57

Caffarius
Member
Registered: 2018-10-28
Posts: 5

Re: [SOLVED] nginx-mod-headers-more needs a recompile

Looks like the new 0.38-4 release has the correct nginx dependency now. Thanks for your efforts. smile

Last edited by Caffarius (2025-04-24 20:16:21)

Offline

Board footer

Powered by FluxBB