aboutsummaryrefslogtreecommitdiffstats
path: root/main/chrony
Commit message (Collapse)AuthorAgeFilesLines
* main/chrony: update default configLeonardo Arena2018-02-152-5/+4
| | | | Fixes #8477
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/
* main/chrony: add checkSören Tempel2017-12-012-1/+21
|
* main/chrony: enable ms-sntp signing, modernizeTimo Teräs2017-10-281-5/+5
| | | | fixes #8069
* main/chrony: upgrade to 3.2Sören Tempel2017-09-171-17/+3
|
* main/chrony: rebuild against readline-7.0.003Leonardo Arena2017-06-051-1/+1
|
* main/chrony: create doc folder before installing examplesRoberto Oliveira2017-03-281-2/+3
|
* main/chrony: upgrade to 3.1Natanael Copa2017-02-011-4/+4
|
* main/chrony: upgrade to 3.0Sören Tempel2017-01-191-10/+10
|
* main/chrony: upgrade to 2.4.1Sören Tempel2016-12-221-6/+6
|
* main/chrony: upgrade to 2.4Sören Tempel2016-06-081-5/+5
|
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-0/+1
| | | | | | | | | | | | 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.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | This way we can avoid ugly default: Linux user,,,
* Add lacking -S option (system) to adduser/addgroup in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* main/chrony: upgrade to 2.3Łukasz Jendrysik2016-03-201-15/+9
|
* main/chrony: log directory permissionsKaarle Ritvanen2016-02-041-2/+3
|
* main/chrony: security upgrade to 2.2.1 (CVE-2016-1567)Sören Tempel2016-02-031-4/+4
|
* main/chrony: new upstream version 2.2Christian Kampka2015-11-042-38/+8
|
* main/chrony: Added description to init.d scriptDaniele Coli2015-10-272-4/+6
| | | | | Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog.
* main/chrony: fix syntax error in logrotate scriptSören Tempel2015-10-012-11/+13
|
* main/chrony: adjust path to sendmail(1)Sören Tempel2015-09-051-1/+2
| | | | | | The default configuration assumes that sendmail is located at /usr/lib/sendmail, however, the sendmail version shipped by busybox is located at /usr/sbin/sendmail.
* main/chrony: add pre-upgrade scriptNatanael Copa2015-08-102-2/+3
|
* main/chrony: fixed permissions to run with chrony userFrancesco Colista2015-08-103-7/+18
|
* main/chrony: don't run chronyd as rootSören Tempel2015-08-101-8/+10
| | | | fixes #4462
* main/chrony: install existing logrotate fileSören Tempel2015-07-281-5/+9
| | | | | | The chrony package already has a custom logrotate file, but it isn't installed to /etc/logrotate.d furthermore there is no need to explicitly depend on logrotate.
* main/chrony: upgrade to 2.1.1Carlo Landmeter2015-06-252-11/+10
|
* main/chrony: upgrade to 2.0Natanael Copa2015-04-301-5/+5
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/chrony Version bump 1.31.1Nathan Angelacos2015-04-221-4/+4
|
* main/chrony: upgrade to 1.31Natanael Copa2015-01-071-4/+4
|
* main/chrony: upgrade to 1.30Natanael Copa2014-07-043-37/+23
|
* main/chrony Version bump 1.29.1Nathan Angelacos2014-02-192-11/+239
| | | | | * Fixes monlist-like amplification vector * Include timepps.h to grab PPS from gpsd
* main/chrony: update license tagFabian Affolter2013-12-211-2/+2
|
* main/chrony: upgrade to 1.29Natanael Copa2013-08-091-4/+4
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main/chrony: upgrade to 1.28Natanael Copa2013-07-191-3/+17
|
* main/chrony: update md5sumsBartłomiej Piotrowski2013-02-051-1/+1
|
* main/chrony: upgrade to 1.27Bartłomiej Piotrowski2013-02-051-1/+1
|
* main/chrony: upgrade to 1.27_pre1Natanael Copa2012-08-151-5/+6
|
* main/chrony: improve behaviour if network is unavailable at startupTimo Teräs2012-05-303-1/+57
| | | | | main uclibc related workaround, but also reduce the delays between name resolution attempts.
* main/chrony: upgrade to 1.26Natanael Copa2011-08-246-387/+7
|
* main/chrony: fix checksum (for previous commits)Natanael Copa2011-04-281-2/+2
|
* main/chrony: bump pkgrel so we actually rebuild the packageNatanael Copa2011-04-281-1/+1
|
* main/chrony: updated with latest initd and confd from gentooDuane Hughes2011-04-282-6/+9
| | | | fixes #603
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* Merged from Alpine main repository.Andrew Manison2010-05-261-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | Merge Conflicts: main/abuild/APKBUILD main/cramfs/APKBUILD main/curl/APKBUILD main/dialog/APKBUILD main/libconfig/APKBUILD main/snort/APKBUILD main/syslinux/APKBUILD