Mailing List Archive

PSA: varnish-modules packages for arch and alpine
Hi everyone,

Here's a short email to let you know that the varnish-modules[1] collection
is now available in the AUR[2] and on alpine testing[3]. Those two join the
existing varnish-module packages for Fedora[4] (if someone wants to package
for Debian, let me know!).

Those packages are fresh out of the oven, so if there is any issue, please
report it either on the AUR page, the Alpine gitlab or directly on the
varnish-module github page.

*# Alpine instructions*

Activate the testing repository in the configuration file, or just do it as
a one-shot in the command line:

apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing
varnish-modules

*# Arch instructions*

If you already have an AUR-capable package manager[5] such as yay or
yaourt, you can install it directly:

yay -Sy varnish-modules

Otherwise, build it yourself:

sudo pacman -Sy git base-devel
git clone https://aur.archlinux.org/varnish-modules.git
cd varnish-modules/
makepkg -frisc

Have a great week-end!

[1]: https://github.com/varnish/varnish-modules
[2]: https://aur.archlinux.org/packages/varnish-modules/
[3]:
https://pkgs.alpinelinux.org/package/edge/testing/x86_64/varnish-modules
[4]: https://src.fedoraproject.org/rpms/varnish-modules
[5]: https://wiki.archlinux.org/title/AUR_helpers#Comparison_tables

--
Guillaume Quintard