Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
target: &targets
- debian-bookworm-deb
- debian-trixie-deb
- ubuntu-jammy-deb
- ubuntu-noble-deb
- ubuntu-plucky-deb
- ubuntu-questing-deb
- ubuntu-resolute-deb
- almalinux-9-rpm
- almalinux-10-rpm
- amazonlinux-2023-rpm
Expand Down Expand Up @@ -82,8 +84,6 @@ jobs:
package: vmod-digest
- target: amazonlinux-2023-rpm
package: vmod-digest
- arch: "-arm"
package: vmod-cfg
steps:
- name: Checkout Code
uses: actions/checkout@v5
Expand Down
1 change: 1 addition & 0 deletions build_scripts/make-deb-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ PDIR="$PDIR/$ID/${VERSION_CODENAME}/${ARCH}"
apt-get update
apt-get install -y \
-o Acquire::ForceIPv4=true \
curl \
apt-utils \
debhelper \
devscripts \
Expand Down
4 changes: 2 additions & 2 deletions pkg.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package_release=4
package_release=5

declare -A VARS
VARS[varnish_version]=8.0.0
Expand All @@ -9,7 +9,7 @@ VARS[varnish-modules_version]=0.27.0
VARS[varnish-modules_source]=https://github.com/varnish/varnish-modules/releases/download/${VARS[varnish-modules_version]}/varnish-modules-${VARS[varnish-modules_version]}.tar.gz
VARS[varnish-modules_sha512]=bb8a55b3d665fe6de918f784a6f4276b2053f5b1cd0628d6b6c6c78c0042fd678736a2f48375cf356daa47a987175f52569c0b468ccd2b37ab55a32c25255264

VARS[vmod-cfg_version]=8.0-20.0
VARS[vmod-cfg_version]=8.0-20.1
VARS[vmod-cfg_source]=https://github.com/carlosabalde/libvmod-cfg/archive/refs/tags/${VARS[vmod-cfg_version]}.tar.gz
VARS[vmod-cfg_sha512]=cbe32e4ddb75cac749f1731b710fc32adee7d3c432162152f18c7d309da01da2c9fdea5cfed9421b512a3f7da8b0259ce175c5129a1f4d507f40f85b565dfbb7

Expand Down