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
Natanael Copa
df193f09d1
community/syncthing: upgrade to 0.14.5
2016-09-05 07:34:53 +00:00
Carlo Landmeter
0a9b332b7e
community/syncthing: upgrade to 0.14.3
...
please be aware that syncthing 0.14 is not compat with 0.13
install syncthing13 if you need to sync with older clients
2016-08-01 14:36:18 +02:00
Christian Kampka
826bdac8bb
community/syncthing: new upstream version 0.13.10
2016-07-03 20:33:23 +02:00
Francesco Colista
ae2fac537a
community/syncthing: upgrade to 0.13.9
2016-06-30 12:02:47 +00:00
Natanael Copa
7273c4d73d
community/syncthing: upgrade to 0.13.6
2016-06-13 06:43:33 +00: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 ccc056dbf9d3:
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
Sören Tempel
c549dc900d
community/syncthing: upgrade to 0.13.6
2016-06-03 23:58:22 +02:00
Sören Tempel
f12edc6ed7
community/syncthing: upgrade to 0.13.4
2016-06-01 00:16:27 +02:00
Łukasz Jendrysik
535dff6478
community/syncthing: update to 0.13.4
2016-05-26 19:52:21 +00:00
Natanael Copa
f033ffaa14
community/syncthing: upgrade to 0.13.2
2016-05-25 06:57:50 +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
Christian Kampka
17839e564a
community/syncthing: new upstream version 1.12.22
2016-04-16 17:31:23 +02:00
Natanael Copa
b5cd40aeb6
community/syncthing: upgrade to 0.12.21
2016-03-30 09:39:17 +00:00
Natanael Copa
8d0cc54603
community/syncthing: upgrade to 0.12.20
2016-03-21 09:31:05 +01:00
Sören Tempel
aef364818d
community/syncthing: upgrade to 0.12.19
2016-02-15 21:52:24 +01:00
Sören Tempel
b04bd32745
community/syncthing: upgrade to 0.12.17
2016-02-03 13:26:59 +01:00
Sören Tempel
50196da3c1
community/syncthing: upgrade to 0.12.13
2016-01-16 20:55:17 +01:00
Sören Tempel
aa7c516d9e
community/syncthing: upgrade to 0.12.12
2016-01-11 01:05:25 +01:00
Sören Tempel
a9b497c0e7
community/syncthing: upgrade to 0.12.11
2016-01-05 16:44:15 +01:00
Sören Tempel
cd505c70da
community/syncthing: upgrade to 0.12.10
2015-12-30 21:07:46 +01:00
Sören Tempel
40bb105e84
community/syncthing: upgrade to 0.12.9
2015-12-21 13:16:02 +01:00
Sören Tempel
65e2aa8357
community/syncthing: upgrade to 0.12.8
2015-12-17 09:55:58 +00:00
Sören Tempel
9aad968279
community/syncthing: upgrade to 0.12.7
2015-12-07 14:24:31 +01:00
Christian Kampka
0cb16aa62f
community/syncthing: new upstream version 0.12.5
2015-11-29 14:23:03 +01:00
Sören Tempel
44a45f7155
community/syncthing: upgrade to 0.12.4
2015-11-22 16:39:53 +01:00
Sören Tempel
63f3fc7dbf
community/syncthing: upgrade to 0.11.26
2015-10-02 21:56:37 +02:00
Natanael Copa
5dc05d65ae
community/syncthing: upgrade to 0.11.25
...
Also symlink source to GOPATH instead of moving it and built from
tarballs instead of git. Furthermore update the dependencies.
2015-09-30 13:14:59 +02:00
Natanael Copa
6dc8b5b425
community/syncthing: move from main
...
golang does not provide security patches for older stable branches so we
can not provide support for 2 years for golang applications.
2015-09-28 16:16:28 +02:00