aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-25101-73/+155
| | | | | | | | | | | | 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-2592-94/+95
| | | | | | This way we can avoid ugly default: Linux user,,,
* Add lacking -S option (system) to adduser/addgroup in scripts.Przemyslaw Pawelczyk2016-04-2555-64/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Reorder options passed to adduser in scripts: make -S first.Przemyslaw Pawelczyk2016-04-2519-20/+20
| | | | It's only for consistency and to ease spotting lack of it.
* Reorder options passed to addgroup in scripts: make -S first.Przemyslaw Pawelczyk2016-04-257-7/+7
| | | | It's only for consistency and to ease spotting lack of it.
* main/gst-plugins-ugly1: upgrade to 1.8.1Natanael Copa2016-04-211-4/+4
|
* main/gst-plugins-good1: upgrade to 1.8.1Natanael Copa2016-04-211-4/+4
|
* main/gst-plugins-bad1: upgrade to 1.8.1Natanael Copa2016-04-211-4/+4
|
* main/gst-libav1: upgrade to 1.8.1Natanael Copa2016-04-211-4/+4
|
* main/gst-plugins-base1: upgrade to 1.8.1Natanael Copa2016-04-211-4/+4
|
* main/gstreamer1: upgrade to 1.8.1Natanael Copa2016-04-211-4/+4
|
* main/squid: upgrade to 3.5.17Natanael Copa2016-04-211-5/+5
|
* main/open-vm-tools-grsec: fix buildNatanael Copa2016-04-214-88/+23
|
* main/open-vm-tools: upgrade to 10.0.7Natanael Copa2016-04-211-7/+8
|
* main/xtables-addons-grsec: rebuild against kernel 4.4.8-r0Natanael Copa2016-04-211-1/+1
|
* main/open-vm-tools-grsec: rebuild against kernel 4.4.8-r0Natanael Copa2016-04-211-1/+1
|
* main/ipfw-grsec: rebuild against kernel 4.4.8-r0Natanael Copa2016-04-211-1/+1
|
* main/devicemaster-linux-grsec: rebuild against kernel 4.4.8-r0Natanael Copa2016-04-211-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 4.4.8-r0Natanael Copa2016-04-211-1/+1
|
* main/linux-grsec: upgrade to 4.4.8Natanael Copa2016-04-211-9/+9
|
* main/linux-grsec: add linux-virtgrsec-dev subpackageNatanael Copa2016-04-211-9/+17
|
* main/linux-vanilla: upgrade to 4.4.8Natanael Copa2016-04-211-4/+4
|
* main/openrc: improve readability a bit in modules.initdNatanael Copa2016-04-212-5/+6
|
* main/openrc: Fix sed script in modules.initd.Przemyslaw Pawelczyk2016-04-211-1/+1
| | | | | | | | | Old sed script did not remove blank lines, so one could easily get: modprobe: ERROR: missing parameters. See -h. during boot, e.g. from comment in /etc/modules-load.d/lm_sensors.conf generated by sensors-detect (from lm_sensors-detect package).
* main/py-lxml: upgrade to 3.6.0Francesco Colista2016-04-211-4/+4
|
* main/roundcubemail: security upgrade to 1.1.5 (CVE-2015-2181)Leonardo Arena2016-04-211-5/+5
| | | | | https://github.com/roundcube/roundcubemail/issues/4949 https://github.com/roundcube/roundcubemail/issues/4957
* community/acf-provisioning-*: move firmware packages into communityTed Trask2016-04-2018-350/+0
| | | | This includes moving cyberdata out of testing
* main/acf-provisioning: upgrade to 0.9.3Ted Trask2016-04-201-4/+4
|
* main/libmicrohttpd: upgrade to 0.9.49, added https supportFrancesco Colista2016-04-201-5/+6
|
* main/zabbix: upgrade to 3.0.2Leonardo Arena2016-04-201-4/+4
|
* main/lm_sensors: remove obsolete lm_sensors init.d scriptNatanael Copa2016-04-202-104/+1
| | | | modules are loaded from /etc/modules-load.d/lm_sensors.conf nowdays.
* main/dhcpcd: bsd-compat-headers build fixNatanael Copa2016-04-201-1/+1
|
* main/dhcpcd: upgrade to 6.10.3Natanael Copa2016-04-201-4/+4
|
* main/alpine-mirrors: add dl-cdnNatanael Copa2016-04-202-5/+8
|
* main/s6-rc: upgrade to 0.0.3.0Laurent Bercot2016-04-201-5/+4
|
* main/s6: upgrade to 2.3.0.0Laurent Bercot2016-04-201-5/+4
|
* main/s6-linux-utils: upgrade to 2.1.0.0Laurent Bercot2016-04-201-7/+5
|
* main/s6-portable-utils: upgrade to 2.0.6.0Laurent Bercot2016-04-201-7/+5
|
* main/execline: upgrade to 2.1.5.0Laurent Bercot2016-04-201-6/+5
|
* main/skalibs: upgrade to 2.3.10.0Laurent Bercot2016-04-201-5/+4
|
* main/aconf: upgrade to 0.6.1Kaarle Ritvanen2016-04-201-4/+4
|
* main/aconf: upgrade to 0.6.0Kaarle Ritvanen2016-04-191-5/+5
|
* main/sqlite: add FTS4 and FTS5 supportCarlo Landmeter2016-04-191-2/+3
|
* main/sqlite: cleanup/refactor apkbuildCarlo Landmeter2016-04-191-13/+20
|
* main/sqlite: upgrade to 3.12.2Carlo Landmeter2016-04-191-4/+4
|
* main/mesa: upgrade to 11.2.1Natanael Copa2016-04-181-4/+4
|
* main/cmake: upgrade to 3.5.2Natanael Copa2016-04-181-4/+4
|
* main/xtables-addons-grsec: rebuild against kernel 4.4.7-r0Natanael Copa2016-04-181-2/+2
|
* main/open-vm-tools-grsec: rebuild against kernel 4.4.7-r0Natanael Copa2016-04-181-2/+2
|
* main/ipfw-grsec: rebuild against kernel 4.4.7-r0Natanael Copa2016-04-181-2/+2
|