1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
Commit graph

34 commits

Author SHA1 Message Date
Chloe Kudryavtsev
0c9023e305 community/caddy: upgrade to 1.0.3 2019-08-24 13:08:04 -03:00
Sören Tempel
40af46fe46 community/[various]: rebuild against go 1.12.8-r0
go recently received a security upgrade to 1.12.8 (f4894bf9) this
upgrade fixes various CVEs in go standard libraries, for instance in
HTTP/2 functionality. Since go is statically linked packages using this
functionality need to be rebuild.
2019-08-18 17:51:09 +02:00
Konstantin Kulikov
05eb3e74ba community/caddy: add checkconfig and reload commands to init.d 2019-08-08 07:56:49 -03:00
Chloe Kudryavtsev
805f168af8 community/caddy: upgrade to 1.0.1
Also:
- caddy's sources moved into the caddyserver namespace
- add options passthrough to the x86 override
- disable tests in general (TestVisibleErrorWithPanic fails regardless
  for whatever reason)

x86 override is not removed for whenever tests can be re-enabled.
2019-07-02 18:34:53 -03:00
Carlo Landmeter
beb97c427b community/caddy: fix cleanup of go modcache
also enable tests on other arches than x86
2019-05-24 08:19:05 +00:00
TBK
04871f410f
community/caddy: disable check
fails on builders due to containerization edge-cases.

ok  	github.com/mholt/caddy/caddy	0.034s
--- FAIL: TestSetCPU (0.01s)
    run_test.go:56: Test 3: GOMAXPROCS was 24 but expected 1456292745
    run_test.go:56: Test 9: GOMAXPROCS was 24 but expected 1456292745
FAIL
FAIL	github.com/mholt/caddy/caddy/caddymain	0.075s

https://build.alpinelinux.org/buildlogs/build-edge-x86/community/caddy/caddy-1.0.0-r0.log
2019-05-24 01:44:30 +02:00
Chloe Kudryavtsev
d5949879e4
community/caddy: upgrade to 1.0.0
Superseeds PR7880 (there was too much to change for a review).

1. Caddy now uses the Go Modules system:
    -> builds and tests require a new environment variable
    -> it now requires a custom cleanup step
2. Tests now pass (on my builder)
3. Adopt

Closes: GH-7907
2019-05-24 01:23:25 +02:00
Andy Postnikov
f59b77bc61 community/caddy: upgrade to 0.11.5 2019-04-21 20:01:55 +00:00
TBK
eeb244daa3 community/caddy: upgrade to 0.11.4 2019-03-16 20:13:33 +02:00
Carlo Landmeter
1882ba6820 community/caddy: upgrade to 0.11.1 2018-12-05 10:33:32 +00:00
TBK
d0ddab1ea1 community/caddy: upgrade to 0.10.14 2018-04-24 00:42:23 +03:00
Roberto Oliveira
76513cf7a8 community/caddy: upgrade to 0.10.12 2018-04-10 20:17:11 +00:00
Roberto Oliveira
acd1a5d0d3 community/caddy: upgrade to 0.10.11 2018-03-07 16:02:54 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
2017-12-30 21:05:50 +01:00
Carlo Landmeter
d1e39ded71 community/caddy: upgrade to 0.10.10 2017-10-28 01:48:50 +02:00
Francesco Colista
ba8d1c37c2 community/caddy: upgrade to 0.10.9 2017-10-04 09:09:20 +00:00
Carlo Landmeter
4fdeb29acc community/caddy: upgrade to 0.10.6 2017-08-05 23:00:05 +02:00
Natanael Copa
a25f8b2a27 community/caddy: rebuild with go 1.8 and enable ppc64le 2017-05-16 10:01:57 +00:00
Tuan M. Hoang
d87e1a727d community/[various]: no support for s390x yet
py-opencl, R: missing dependencies community/{OpenBLAS,py-numpy}
openspecfun: missing dependency community/openlibm
llvm-libunwind: no support yet
drawterm: no support yet
caddy:
e040f51c04/buildenv.go (L239)
docker: disable for now.
Currently we still cannot boot Alpine s390x natively yet, most usage are
running inside containers. Thus it is not likely we need Docker on s390x
for now.
2017-05-10 23:39:13 +02:00
Breno Leitao
f00aec781a community/<go packages>: Do not compile on ppc64le
Currently ppc64le does not have go, thus, disabling the build of
the packages that depends on golang.

This patch should be reverted once we have go enabled on ppc64le.
2017-04-10 16:42:33 +00:00
Carlo Landmeter
77a343441b community/caddy: upgrade to 0.9.3 2016-11-07 11:16:54 +01:00
7heo
861a9c3fce community/caddy: upgrade to 0.9.1 2016-09-15 18:04:01 +02:00
7heo
9fd168b773 community/caddy: improve APKBUILD, less hardcoding 2016-08-27 13:02:46 +02:00
Jakub Jirutka
430baceb24 community/caddy: improve abuild, fix mixed tabs & spaces etc. 2016-08-01 13:26:29 +02:00
Carlo Landmeter
10c0bb8397 community/caddy: upgrade to 0.9.0 and use glide
switched to glide to create reproducable builds.
use abuild glide_init when upgrading.
2016-08-01 09:38:18 +02:00
Przemyslaw Pawelczyk
9fd5431afb community/[various]: Bump pkgrel for .pre-install scripts fixes.
* community/[various]: Add group and use it as primary in .pre-* scripts.
community/caddy/caddy.pre-install
community/domoticz/domoticz.pre-install
community/oscam/oscam.pre-install
community/syncthing/syncthing.pre-install
2016-06-07 07:20:09 +00:00
Przemyslaw Pawelczyk
5708404c50 community/[various]: Add group and use it as primary in .pre-* scripts.
Fixes the problem I unintentionally brought in commit ccc056dbf9:
system user creation doesn't add same named group and uses nogroup as
primary group unless explicitly specified via -G.

Brings status quo regarding primary groups of users created in packages:
- community/caddy
- community/domoticz
- community/oscam
- community/syncthing
2016-06-07 07:20:09 +00:00
Carlo Landmeter
8eb425b32a community/caddy: upgrade to 0.8.3 2016-04-29 14:00:30 +02:00
Przemyslaw Pawelczyk
12b331734c community/[various]: bump pkgrel for pre-install fixes 2016-04-25 07:10:48 +00:00
Przemyslaw Pawelczyk
da4e96aace Reorder arguments passed to addgroup/adduser in scripts.
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
2016-04-25 06:56:47 +00:00
Przemyslaw Pawelczyk
a60b9f07de Improve consistency of scripts using adduser/addgroup.
Following rules have been applied:
- script starts with shebang !#/bin/sh followed by blank line,
- script ends with exit 0 prepended by blank line,
- only stderr of adduser, addgroup or passwd is redirected to /dev/null,
- getent passwd/group instances has been removed,
- manual checking of file and group existence has been removed,
- `|| true` instances has been removed.

Comments and line wrapping have been preserved.
2016-04-25 06:55:43 +00:00
Przemyslaw Pawelczyk
a593d306c9 Add -g option (GECOS/comment) to adduser in scripts.
This way we can avoid ugly default:

    Linux user,,,
2016-04-25 06:54:18 +00:00
Przemyslaw Pawelczyk
ccc056dbf9 Add lacking -S option (system) to adduser/addgroup in scripts.
Groups and users created by packages shouldn't use high ids by default
(unless explicitly requested), to distinguish them from groups and users
created by administrators for humans.

Following 41 files lacked -S next to addgroup:
- community/sword/sword.pre-install
- main/amavisd-new/amavisd-new.pre-install
- main/chrony/chrony.pre-install
- main/cvechecker/cvechecker.pre-install
- main/dnsmasq/dnsmasq.pre-install
- main/freeradius/freeradius.pre-install
- main/gdnsd/gdnsd.pre-install
- main/haproxy/haproxy.pre-install
- main/haproxy/haproxy.pre-upgrade
- main/kamailio/kamailio.pre-install
- main/logcheck/logcheck.pre-install
- main/mlmmj/mlmmj.pre-install
- main/nrpe/nrpe.pre-install
- main/open-vm-tools/open-vm-tools.pre-install
- main/postgrey/postgrey.pre-install
- main/privoxy/privoxy.pre-install
- main/redis/redis.pre-install
- main/samba/winbind.pre-install
- main/sircbot/sircbot.pre-install
- main/smokeping/smokeping.pre-install
- main/squark/squark.post-install
- main/squid/squid.pre-install
- main/squid/squid.pre-upgrade
- main/subversion/subversion.pre-install
- main/trac/trac.pre-install
- main/vsftpd/vsftpd.pre-install
- main/zabbix/zabbix-agent.pre-install
- testing/3proxy/3proxy.pre-install
- testing/cluster-glue/cluster-glue.pre-install
- testing/elasticsearch/elasticsearch.pre-install
- testing/emby/emby.pre-install
- testing/gdnsd/gdnsd.pre-install
- testing/icinga2/icinga2.pre-install
- testing/lusca/lusca.pre-install
- testing/lusca/lusca.pre-upgrade
- testing/mongodb/mongodb.pre-install
- testing/openxcap/openxcap.pre-install
- testing/prosody/prosody.pre-install
- testing/rancid/rancid.pre-install
- testing/rutorrent/rutorrent.pre-install
- testing/zabbix/zabbix-agent.pre-install

Following 60 files lacked -S next to adduser:
- community/caddy/caddy.pre-install
- community/domoticz/domoticz.pre-install
- community/minetest/minetest-server.pre-install
- community/oscam/oscam.pre-install
- community/seafile/seafile-server.pre-install
- community/syncthing/syncthing.pre-install
- main/apache2/apache2.pre-install
- main/aports-build/aports-build.pre-install
- main/atheme-iris/atheme-iris.pre-install
- main/bind/bind.pre-install
- main/clamav/clamav-db.pre-install
- main/clamsmtp/clamsmtp.pre-install
- main/clamsmtp/clamsmtp.pre-upgrade
- main/coova-chilli/coova-chilli.pre-install
- main/cvechecker/cvechecker.pre-install
- main/dhcp/dhcp.pre-install
- main/distcc/distcc.pre-install
- main/djbdns/dnscache.pre-install
- main/djbdns/tinydns.pre-install
- main/dovecot/dovecot.pre-install
- main/ez-ipupdate/ez-ipupdate.pre-install
- main/fetchmail/fetchmail.pre-install
- main/freeswitch/freeswitch.pre-install
- main/gitolite/gitolite.pre-install
- main/gnats/gnats.pre-install
- main/gross/gross.pre-install
- main/icecast/icecast.pre-install
- main/kamailio/kamailio.pre-install
- main/lighttpd/lighttpd.pre-install
- main/mariadb/mariadb.pre-install
- main/memcached/memcached.pre-install
- main/ngircd/ngircd.pre-install
- main/nrpe/nrpe.pre-install
- main/openntpd/openntpd.pre-install
- main/postgrey/postgrey.pre-install
- main/snort/snort.pre-install
- main/squid/squid.pre-install
- main/squid/squid.pre-upgrade
- main/subversion/subversion.pre-install
- main/trac/trac.pre-install
- main/transmission/transmission-daemon.pre-install
- main/ympd/ympd.pre-install
- main/znc/znc.pre-install
- testing/at/at.pre-install
- testing/buildbot-slave/buildbot-slave.pre-install
- testing/buildbot/buildbot.pre-install
- testing/clapf/clapf.pre-install
- testing/cluster-glue/cluster-glue.pre-install
- testing/dbmail/dbmail.pre-install
- testing/dspam/dspam.pre-install
- testing/ejabberd/ejabberd.pre-install
- testing/emby/emby.pre-install
- testing/mongodb/mongodb.pre-install
- testing/opensips/opensips.pre-install
- testing/pdns/pdns.pre-install
- testing/prosody/prosody.pre-install
- testing/qpage/qpage.pre-install
- testing/rrdbot/rrdbot.pre-install
- testing/wt/wt.pre-install
- unmaintained/ejabberd-git/ejabberd-git.pre-install
2016-04-25 06:53:54 +00:00
Carlo Landmeter
a63f5879b8 community/caddy: add ca-certificates to deps and move to community 2016-03-24 14:41:08 +01:00