aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/nginx: completely rewritten, all nginx-* packages are assembled in this oneValery Kartel2016-02-104-58/+198
| | | | | | | | | | | - nginx-common - config-files, init-scripts and common data - nginx - binary without external modules - nginx-rtmp - binary with rtmp module - nginx-lua - binary with rtmp and lua modules - init-script cleaned up to be more openrc-run'ed - logrotate cleaned up to use new init-script Packages main/nginx-initscripts and main/nginx-lua no longer needed.
* main/php: upgrade to 5.6.18Valery Kartel2016-02-101-4/+4
|
* main/gettext: libintl_*printf fix in headersValery Kartel2016-02-102-6/+32
|
* main/mariadb: rebase installdb patch. Fixes #5101Leonardo Arena2016-02-102-1/+38
|
* main/perl-io-compress: fix removal of man pagesSören Tempel2016-02-091-3/+3
|
* main/perl-compress-raw-bzip2: fix removal of man pagesSören Tempel2016-02-091-3/+3
|
* main/perl-compress-raw-zlib: fix removal of man pagesSören Tempel2016-02-091-2/+2
|
* main/cgit: upgrade to 0.12Sören Tempel2016-02-091-16/+19
| | | | | | CVE-2016-1899 CVE-2016-1900 CVE-2016-1901
* main/perl-compress-raw-bzip2: remove man pagesSören Tempel2016-02-091-1/+4
| | | | | They seem to be already provided by perl-doc. Installing perl-doc and perl-compress-raw-bzip2-doc should thus result in a conflict.
* main/perl-compress-raw-zlib: remove man pagesSören Tempel2016-02-091-3/+5
| | | | | They seem to be already provided by perl-doc. Installing perl-doc and perl-compress-raw-zlib-doc should thus result in a conflict.
* main/perl-io-compress: remove man pagesSören Tempel2016-02-091-1/+4
| | | | | They seem to be already provided by perl-doc. Installing perl-doc and perl-io-compress-doc should thus result in a conflict.
* main/git: upgrade to 2.7.1Sören Tempel2016-02-091-5/+5
|
* main/mpd: fix syntax error in OpenRC serviceSören Tempel2016-02-092-5/+5
|
* main/alpine-conf: upgrade to 3.3.2Ted Trask2016-02-091-4/+4
|
* main/apk-tools: upgrade to 2.6.6Timo Teräs2016-02-092-82/+5
|
* main/busybox-initscripts: fix typo in udhcpcd serviceSören Tempel2016-02-092-5/+5
|
* main/php-memcache: fix relocation error. Fixes #5064Leonardo Arena2016-02-092-5/+161
|
* main/phpmyadmin: upgrade to 4.5.4.1Leonardo Arena2016-02-091-4/+4
|
* main/mariadb: security upgrade to 10.1.11. Fixes #5046 (Multiple CVEs)Łukasz Jendrysik2016-02-092-36/+5
| | | | | | | | | | | | | | | | CVE-2016-0546 CVE-2016-0505 CVE-2016-0596 CVE-2016-0597 CVE-2016-0616 CVE-2016-0598 CVE-2016-0600 CVE-2016-0606 CVE-2016-0608 CVE-2016-0609 CVE-2016-2047: MDEV-9212 Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
* 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
|