opnsense / ports

OPNsense ports on top of FreeBSD
https://opnsense.org/
Other
157 stars 112 forks source link

www/caddy-custom: Make current build reproducible #190

Closed Monviech closed 4 months ago

Monviech commented 4 months ago

Add "CADDY_CUSTOM_VERSION" variable. It can be a github tag. It's used in the make.conf file to specify a version to lock the build down. Otherwise, the latest version will be build automatically. (Reference: https://github.com/caddyserver/xcaddy?tab=readme-ov-file#custom-builds)

Bump go version to 1.21 to be in line with go.mod requirement of caddy. (Reference: https://github.com/caddyserver/caddy/blob/db9d16735458be441abcb12b477d9d1fe630687e/go.mod#L3)

Bump port revision to 15.

fichtner commented 4 months ago

Merged, thanks!