aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/vim: add python3 supportNatanael Copa2016-02-081-2/+3
|
* main/zabbix: drop uclibc patches. Enabled pidfile by default so initd works ↵Leonardo Arena2016-02-053-46/+16
| | | | out-of-the-box.
* main/nodejs: build with mksnapshotNatanael Copa2016-02-051-4/+8
| | | | https://github.com/nodejs/build/issues/75#issuecomment-179776626
* main/mpd: set correct permissions on var/lib/mpd directory and fix initCarlo Landmeter2016-02-052-8/+15
|
* main/libshout: add speex-dev to depends-devCarlo Landmeter2016-02-051-3/+5
| | | | | abuild seems to have an issue not adding proper provides to speex-dev we add speex-dev to depends-dev as a workaround
* main/speex: removed provides entryFrancesco Colista2016-02-051-2/+1
|
* main/speex: removed unnecessary provides entryFrancesco Colista2016-02-051-2/+2
|
* main/ympd: fix initdCarlo Landmeter2016-02-053-14/+16
|
* main/tvheadend: upgrade to 4.0.8Carlo Landmeter2016-02-051-5/+4
|
* main/drbd-utils: upgrade to 8.9.6Roland Kammerer2016-02-052-22/+5
| | | | | - New upstream release - Removed busybox-mv patch, I merged that upstream
* main/chrony: log directory permissionsKaarle Ritvanen2016-02-041-2/+3
|
* main/mariadb: remove /var/log/mysqlKaarle Ritvanen2016-02-041-3/+1
| | | | not used by default configuration
* main/bind: remove /var/log/namedKaarle Ritvanen2016-02-041-2/+1
| | | | not used by default configuration
* main/apache2: log directory permissionsKaarle Ritvanen2016-02-041-1/+2
|
* main/openssl: add padlock autoload patch backNatanael Copa2016-02-042-1/+34
| | | | | | and clear errors This reverts commit 29f1e13e6f54c24c5fac520555da38e763c6c45b.
* main/openssl: remove padlock autoload patchNatanael Copa2016-02-042-40/+4
| | | | | | | it appears they made padlock static upstream again this fixes nodejs issues ref #4999
* main/rrdtool: split to subpackagesValery Kartel2016-02-042-4/+68
|
* main/rrdtool: upgrade to 1.5.5Valery Kartel2016-02-041-5/+6
|
* main/msmtp: upgrade to 1.6.4Sören Tempel2016-02-041-8/+7
|
* main/mksh: upgrade to 52bSören Tempel2016-02-041-4/+4
|
* main/ansible: backport play iteration context patchSören Tempel2016-02-042-5/+32
| | | | | | | | The patch is already included upstream, but upstream didn't make a new stable release yet and since this bug is pretty annoying I suggest that we include this patch until upstream makes a new stable release. See: https://github.com/ansible/ansible/pull/13793
* main/spamassassin: [V2] APKBUILD recreated with apkbuild-cpan. obsolete ↵Valery Kartel2016-02-046-115/+107
| | | | | | | | | | | | | | | | | | | init-script replaced with new one, some parts are moved to subpackages - added ssl support for spamd & spamc - perl libraries and configuration data are moved to perl-mail-spamassasin subpackage - spamc client binary have own dependencies and moved to -client subpackage - sa-compile needs development packages to run, so moved to -compiler subpackage - init-script rewritten from scratch and supports legacy conf.d syntax - periodic rules update added to cron TODO: some optional perl-modules still in testing (or still not accepted). When they moved to main, need to add them to cpan-dependency. optional module missing: Geo::IP --- testing/perl-geo-ip optional module missing: Net::CIDR::Lite --- testing/perl-net-cidr-lite && main/perl-net-cidr-lite is present too ... optional module missing: IO::Socket::INET6 --- testing/perl-io-socket-inet6 optional module missing: Encode::Detect::Detector --- not in git optional module missing: Net::Patricia --- testing/perl-net-patricia
* main/orage: rebuild against libical-2.0Natanael Copa2016-02-041-1/+1
| | | | we need bump pkgrel so it actually gets rebuilt
* main/alpine-conf: upgrade to 3.3.1Ted Trask2016-02-031-4/+4
|
* main/chrony: security upgrade to 2.2.1 (CVE-2016-1567)Sören Tempel2016-02-031-4/+4
|
* main/rxvt-unicode: upgrade to 9.22Sören Tempel2016-02-031-5/+5
|
* main/gnupg: upgrade to 2.1.11Sören Tempel2016-02-031-5/+5
|
* main/duply: upgrade to 1.11.1Łukasz Jendrysik2016-02-021-4/+5
|
* main/duplicity: upgrade to 0.7.06Łukasz Jendrysik2016-02-021-4/+5
|
* main/weechat: upgrade to 1.4Łukasz Jendrysik2016-02-021-5/+5
|
* main/irqbalance: upgrade to 1.1.0Łukasz Jendrysik2016-02-021-5/+6
|
* main/wireshark: upgrade to 2.0.1Łukasz Jendrysik2016-02-021-4/+4
|
* main/vim: upgrade to 7.4.1225Łukasz Jendrysik2016-02-021-5/+5
|
* main/awesome: upgrade to 3.5.8Łukasz Jendrysik2016-02-021-4/+4
|
* main/bridge-utils: build fixesIsaac Dunham2016-02-022-5/+75
| | | | | * restore prepare() function * include correct headers
* main/busybox-initscripts: make mdev recognize dri devices on new kernelsIsaac Dunham2016-02-022-4/+5
| | | | | | | -- When mdev is used with X, this allows users in group 'video' to use OpenGL, instead of just users in 'root'. A similar fix may be needed for eudev.
* main/dhcpcd-dbus: upgrade to 0.6.1Valery Kartel2016-02-022-8/+35
|
* main/dhcpcd: upgrade to 6.10.1Valery Kartel2016-02-021-4/+4
|
* main/openrc: mount efivars read-onlyNatanael Copa2016-02-022-1/+18
| | | | | unintentional writes to efivars may result in bricked hardware. mount it read-only to play safe.
* main/tomahawk: rebuild against boost-1.60Natanael Copa2016-02-022-5/+45
|
* main/lucene++: rebuild against boost-1.60Natanael Copa2016-02-021-1/+1
|
* main/libcmis: rebuild against boost-1.60Natanael Copa2016-02-021-1/+1
|
* main/encfs: rebuild against boost-1.60Natanael Copa2016-02-021-1/+1
|
* main/boost: upgrade to 1.60.0Natanael Copa2016-02-021-8/+4
|
* main/libreoffice: upgrade to 5.0.4.2Natanael Copa2016-02-021-11/+11
|
* main/cups-filters: upgrade to 1.8.1Natanael Copa2016-02-021-4/+4
|
* main/poppler-qt4: upgrade to 0.39.0Natanael Copa2016-02-021-4/+4
|
* main/poppler: upgrade to 0.39.0Natanael Copa2016-02-021-4/+4
|
* main/libxi: upgrade to 1.7.6Natanael Copa2016-01-291-4/+4
|
* main/gnutls: upgrade to 3.4.8Natanael Copa2016-01-291-4/+4
|