Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Maxime Borges for contributing this change:
Hi,
I made a patch to make `cargo-bin` multi-arch on AUR.
See the attached file.
I'd be happy if you could apply it on AUR, and some other users too. I only
tested it on ARMv7h, but it's basically the syntax used on others GO-bin
packages like https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=yay-bin
for example.
After running updpkgsums
|
|
Thanks to @EnKrypt for reporting the issue.
Thanks to @Depau for provide the current URL for the svg resource.
|
|
|
|
|
|
|
|
|
|
|
|
. Remove references to now absent EULA.txt
. Revert license to Apache as stated in LICENSES.txt
|
|
|
|
|
|
Update .gitignore to exclude transient build directories
|
|
Note that this version was re-released, since the first version of the tar.gz
was a bit messed up:
$ tar tf caddy_v0.11.1_linux_amd64.tar.gz
tar: Removing leading `/' from member names
/Users/matt/Dev/src/github.com/caddyserver/releaser/cmd/release-caddy/gopath_11-12-1459.051000170/src/github.com/mholt/caddy/dist/README.txt
/Users/matt/Dev/src/github.com/caddyserver/releaser/cmd/release-caddy/gopath_11-12-1459.051000170/src/github.com/mholt/caddy/dist/LICENSES.txt
/Users/matt/Dev/src/github.com/caddyserver/releaser/cmd/release-caddy/gopath_11-12-1459.051000170/src/github.com/mholt/caddy/dist/CHANGES.txt
/Users/matt/Dev/src/github.com/caddyserver/releaser/cmd/release-caddy/gopath_11-12-1459.051000170/src/github.com/mholt/caddy/dist/EULA.txt
init/
init/.DS_Store
init/README.md
init/freebsd/
init/freebsd/caddy
init/linux-systemd/
init/linux-systemd/README.md
init/linux-systemd/caddy.service
init/linux-sysvinit/
init/linux-sysvinit/README.md
init/linux-sysvinit/caddy
init/linux-upstart/
init/linux-upstart/README.md
init/linux-upstart/caddy.conf
init/linux-upstart/caddy.conf.centos-6
init/linux-upstart/caddy.conf.ubuntu-12.04
init/mac-launchd/
init/mac-launchd/README.md
init/mac-launchd/com.caddyserver.web.plist
/var/folders/d4/3d8k5bgd62v9h2c5f05xkyx80000gn/T/caddy_deployment_251802561/caddy
> sha256sum caddy_v0.11.1_linux_amd64.tar.gz
821b82265b4dcb72ef4b1bd0e9439bdf7d346d8058c5b2d7ca6d3452711ccc24 caddy_v0.11.1_linux_amd64.tar.gz
Current one seems ok, and now updating the version is trivial.
|
|
Thanks to @editicalu for pointing out that the governing license for the
binaries is not Apache but a custom EULA.
|
|
Also, replace sha256sum with sha512sum in PKGBUILD
|
|
|
|
* update caddy.conf checksum
|
|
* move sub-configs to conf.d/*.conf
|
|
|
|
|
|
|
|
* rename Envfile to envfile
* rename Caddyfile to caddy.conf
* include additional configs from caddy.conf.d directory
|
|
* mark Caddyfile for backup
* combine disable and stop actions in pre_remove
* optionally check /etc/caddy/Envfile for additional configuration variables
|
|
|