upgpkg: 2.11.2-1: Upstream release

https://github.com/caddyserver/caddy/releases/tag/v2.11.2
https://github.com/caddyserver/caddy/releases/tag/v2.11.1

Also:
- Remove signature verification, upstream signed with SSH key, not supported
- Handle version reporting with linker flags instead of patching
- Deselect integration tests (with -short) to ensure they pass
- Work from $srcdir in package(), most files are copied from there anyways
This commit is contained in:
Carl Smedstad
2026-04-06 13:42:45 +02:00
parent e9f46fa9c6
commit 50f3000938
4 changed files with 50 additions and 95 deletions
-1
View File
@@ -18,7 +18,6 @@ path = [
"*.desktop",
"*.hook",
"Caddyfile",
"override-main-module-version.patch",
"use-data-dir-for-autosave.patch",
]
SPDX-FileCopyrightText = "Arch Linux contributors"