aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/pkgconf: make use of check() supportWilliam Pitcock2017-02-251-7/+6
|
* main/abuild: backport check() supportWilliam Pitcock2017-02-252-2/+353
|
* main/llvm: recompile against new libstdc++Jakub Jirutka2017-02-251-1/+1
| | | | Should fix https://bugs.alpinelinux.org/issues/6773
* community/yarn: move from testingJakub Jirutka2017-02-253-0/+1
|
* testing/artifactory-oss: upgrade to 4.16.0Jakub Jirutka2017-02-251-7/+3
|
* community/lua-toml: move from testingJakub Jirutka2017-02-251-0/+0
|
* community/docker-registry: upgrade to 2.6.0Jakub Jirutka2017-02-251-2/+2
|
* community/docker-registry: improve runscriptJakub Jirutka2017-02-252-18/+21
|
* community/docker-registry: improve abuildJakub Jirutka2017-02-251-25/+27
|
* community/nodejs-current: fix indentationJakub Jirutka2017-02-251-1/+1
|
* testing/knot-resolver: upgrade to 1.2.3Jakub Jirutka2017-02-251-4/+3
|
* main/lua-sql: upgrade to 2.3.5Jakub Jirutka2017-02-251-4/+2
|
* community/ssh-ldap-pubkey: upgrade to 1.2.0Jakub Jirutka2017-02-251-7/+3
|
* community/smstools: upgrade to 3.1.17Leonardo Arena2017-02-251-10/+2
|
* main/makedepend: upgrade to 1.0.5William Pitcock2017-02-251-12/+2
|
* main/audacious-plugins: upgrade to 3.8.2William Pitcock2017-02-251-5/+3
|
* main/audacious: upgrade to 3.8.2William Pitcock2017-02-251-5/+3
|
* testing/mm: possibly fix build on aarch64William Pitcock2017-02-251-1/+3
|
* main/pcre: fix libpcre32 descriptionValery Kartel2017-02-241-2/+2
|
* testing/mm: fix build on aarch64Leonardo Arena2017-02-241-2/+10
|
* testing/php7-imagick: new aportValery Kartel2017-02-241-0/+42
|
* testing/mm: new aportValery Kartel2017-02-241-0/+28
| | | | | A shared memory abstraction library http://www.ossp.org/pkg/lib/mm/
* main/gd: upgrade to 2.2.4Valery Kartel2017-02-241-19/+15
|
* testing/php7.1: fixes in extension depends trackingValery Kartel2017-02-246-68/+69
| | | | | | -- - rename submodule phar-phar -> phar-utils - remade APKBUILD and sources from template-based to 7.1
* testing/wayland-protocols: move pkgconfig data to -devValery Kartel2017-02-241-5/+12
| | | | take maintain
* main/xfce4-taskmanager: upgrade to 1.2.0Natanael Copa2017-02-241-5/+3
|
* main/xfce4-clipman-plugin: upgrade to 1.4.1Natanael Copa2017-02-241-20/+7
|
* main/parole: upgrade to 0.9.0Natanael Copa2017-02-241-4/+2
|
* main/xfce4-notifyd: upgrade to 0.3.5Natanael Copa2017-02-241-4/+2
|
* main/xfce4-panel: enable gtk3 supportNatanael Copa2017-02-241-2/+3
|
* testing/virtualbox-additions-grsec: rebuild against kernel 4.9.12-r0Natanael Copa2017-02-241-1/+1
|
* testing/sch-cake-grsec: rebuild against kernel 4.9.12-r0Natanael Copa2017-02-241-1/+1
|
* testing/ipt-netflow-grsec: rebuild against kernel 4.9.12-r0Natanael Copa2017-02-241-1/+1
|
* main/zfs-grsec: rebuild against kernel 4.9.12-r0Natanael Copa2017-02-241-1/+1
|
* main/xtables-addons-grsec: rebuild against kernel 4.9.12-r0Natanael Copa2017-02-241-1/+1
|
* main/spl-grsec: rebuild against kernel 4.9.12-r0Natanael Copa2017-02-241-1/+1
|
* main/drbd9-grsec: rebuild against kernel 4.9.12-r0Natanael Copa2017-02-241-1/+1
|
* main/devicemaster-linux-grsec: rebuild against kernel 4.9.12-r0Natanael Copa2017-02-241-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 4.9.12-r0Natanael Copa2017-02-241-1/+1
|
* community/virtualbox-guest-modules-grsec: rebuild against kernel 4.9.12-r0Natanael Copa2017-02-241-1/+1
|
* main/linux-grsec: upgrade to 4.9.12Natanael Copa2017-02-241-4/+4
|
* community/zoneminder: fix secfix syntaxKaarle Ritvanen2017-02-241-1/+1
|
* community/zoneminder: declare secfixesKaarle Ritvanen2017-02-241-0/+5
|
* main/py-phonenumbers: upgrade to 8.3.1Kaarle Ritvanen2017-02-241-2/+2
|
* main/ruby-bundler: upgrade to 1.14.5Jakub Jirutka2017-02-241-3/+3
|
* community/tomcat-native: upgrade to 1.2.12Jakub Jirutka2017-02-241-5/+3
|
* main/hwdata: upgrade to 0.297Natanael Copa2017-02-231-6/+2
|
* testing/ustr: new aportNatanael Copa2017-02-232-0/+81
| | | | | String library, very low memory overhead, simple to import http://www.and.org/ustr/
* community/go: use any go-bootstrap, add s390xTimo Teräs2017-02-231-33/+18
| | | | | | Now that go-bootstrap can be the bootstrap package (for x86*) or the real go package, search for the right bootstrap go directory to use. This also adds s390x arch mapping.
* community/go: provide go-bootstrapTimo Teräs2017-02-231-1/+2
| | | | | | | This enables Go to compile itself with previous Go build. Should improve build times. More importantly, this is prerequisite to get the cross compilation makedependencies right. Support for cross-compiling Go to new arches is due out soon.