492 Commits

Author SHA1 Message Date
Natanael Copa
e10ffcda17 community/mate-power-manager: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
7d4de97321 community/gnome-keyring: upgrade to 3.20.0 2016-04-29 12:36:41 +00:00
Natanael Copa
a1606b2dbb community/libgnome-keyring: use http 2016-04-29 12:36:41 +00:00
Natanael Copa
a1e23c4f85 community/mate-polkit: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
84b4ee663a community/mate-notification-daemon: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
41863b81d1 community/mate-media: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
359922ccac community/mate-control-center: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
934488e231 community/mate-settings-daemon: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
cbca077fc7 community/mate-backgrounds: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
445fba17b7 community/mate-applets: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
69102b8eb9 community/mate-panel: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
738ca16c0e community/mate-menus: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
10cc20e0a7 community/libmateweather: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
99d0fd6f95 community/libmatemixer: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
7267b63c92 community/libmatekbd: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
afa04a277f community/engrampa: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
703566d55d community/atril: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
8dbc66caba community/caja-extensions: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
cbea6c739f community/caja: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
314a79b57c community/mate-desktop: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
e846359bd8 community/yelp-xsl: upgrade to 3.20.1 2016-04-29 12:36:41 +00:00
Natanael Copa
7ed73fc059 community/mate-icon-theme: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Natanael Copa
6790e99e0f community/mate-common: upgrade to 1.14.0 2016-04-29 12:36:41 +00:00
Carlo Landmeter
8eb425b32a community/caddy: upgrade to 0.8.3 2016-04-29 14:00:30 +02:00
Christian Kampka
b78ebbc461 community/go: new upstream version 1.6.2 2016-04-28 21:04:42 +02:00
Natanael Copa
2580ff4550 community/shotwell: upgrade to 0.23.0 2016-04-28 13:35:37 +00:00
Natanael Copa
2d50763733 community/gexiv2: move from main
apparently only used by shotwell
2016-04-28 13:30:11 +00:00
Natanael Copa
bcb82e83dc community/docker: upgrade to 1.11.1 2016-04-28 10:34:48 +00:00
Francesco Colista
cb5a16863b community/virt-manager: now py-requests is needed 2016-04-25 12:38:21 +00:00
Natanael Copa
c25267c038 community/drbdmanage: move from testing 2016-04-25 12:13:39 +00:00
Francesco Colista
b8ef15e678 community/virt-manager: upgrade to 1.3.2 2016-04-25 10:46:53 +00:00
Natanael Copa
6e5499bca1 move seafile and deps to unmaintained
it does not work
2016-04-25 09:50:54 +00:00
Francesco Colista
9c7f7953dc community/icingaweb2: added pre-install script which creates icingaweb2 group 2016-04-25 08:28:10 +00:00
Francesco Colista
30b01c8f5a community/icingaweb2: implemented post-install script, changed pkggroup 2016-04-25 07:42:19 +00: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
Przemyslaw Pawelczyk
2a573734b6 Reorder options passed to adduser in scripts: make -S first.
It's only for consistency and to ease spotting lack of it.
2016-04-25 06:51:49 +00:00
Przemyslaw Pawelczyk
694ace841f Reorder options passed to addgroup in scripts: make -S first.
It's only for consistency and to ease spotting lack of it.
2016-04-25 06:51:49 +00:00
Francesco Colista
a49cde0fde community/php-imagick: moved from testing 2016-04-22 18:21:50 +00:00
Francesco Colista
d3624fdede community/monitoring-plugins: moved from testing 2016-04-22 18:11:36 +00:00
Francesco Colista
2094d852cd community/icingaweb2: moved from testing 2016-04-22 18:10:18 +00:00
Francesco Colista
96cdb8e9e6 community/icinga2: moved from testing 2016-04-22 18:10:05 +00:00
Ted Trask
6d6b0dced6 community/acf-provisioning-*: move firmware packages into community
This includes moving cyberdata out of testing
2016-04-20 21:06:54 +00:00
Natanael Copa
1510285739 community/shotwell: upgrade to 0.22.1 + latest git 2016-04-20 10:54:39 +00:00
Carlo Landmeter
59d3088ed1 community/domoticz: upgrade to 3.4834 and move to community 2016-04-19 16:42:34 +02:00
Carlo Landmeter
270e41f603 community/openzwave: upgrade to 1.4.164 and move to community 2016-04-19 16:42:34 +02:00
Francesco Colista
0995af62bf community/tilda: upgrade to 1.3.3 2016-04-19 13:07:44 +00:00