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
9 changes: 3 additions & 6 deletions haproxy-3.1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: haproxy-3.1
version: "3.1.6"
epoch: 41
version: "3.1.7"
epoch: 0
description: "A TCP/HTTP reverse proxy for high availability environments"
copyright:
- license: GPL-2.0-or-later
Expand Down Expand Up @@ -37,10 +37,7 @@ pipeline:
- uses: fetch
with:
uri: https://www.haproxy.org/download/${{vars.major-minor-version}}/src/haproxy-${{package.version}}.tar.gz
expected-sha256: 21852e4a374bb8d9b3dda5dc834afe6557f422d7029f4fe3eac3c305f5124760
- uses: patch
with:
patches: cve-2025-32464-sample-fix-risk-of-overflow-when-replacin.patch
expected-sha256: a3952644ef939b36260d91d81a335636aa9b44572b4cb8b6001272f88545c666
- uses: autoconf/make
with:
opts: |
Expand Down

This file was deleted.

Loading