aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/alsa-lib: linux-headers build fixNatanael Copa2015-04-091-0/+1
|
* main/gnutls: upgrade to 3.3.14Natanael Copa2015-04-091-4/+4
|
* main/libtasn1: upgrade to 4.4Natanael Copa2015-04-091-4/+4
|
* main/alsa-lib: upgrade to 1.0.29Natanael Copa2015-04-091-4/+4
|
* main/firefox: fix paxmark usageTimo Teräs2015-04-091-2/+2
|
* main/valgrind: use paxmarkTimo Teräs2015-04-091-4/+3
|
* main/quassel: use paxmarkTimo Teräs2015-04-091-3/+3
|
* main/qemu: upgrade to 2.1.3, and use paxmarkTimo Teräs2015-04-091-7/+7
|
* main/python: use paxmarkTimo Teräs2015-04-091-3/+3
|
* testing/python3: add linux-headers to makedependsBartłomiej Piotrowski2015-04-091-2/+2
| | | | | As headers were unavailable, some modules (such as sockets) were not build.
* main/*: cleanup: remove pkgconfig from makedependsNatanael Copa2015-04-09147-147/+147
| | | | it should be pulled in automatically
* main/*: remove libiconv-dev from makedependsNatanael Copa2015-04-0951-58/+44
|
* main/oscam: use paxmarkTimo Teräs2015-04-091-3/+3
|
* main/nodejs: use paxmarkTimo Teräs2015-04-091-4/+4
|
* main/midori: use paxmarkTimo Teräs2015-04-091-3/+3
|
* main/luajit: use paxmarkTimo Teräs2015-04-091-3/+3
|
* main/v4l-utils: remove -liconvNatanael Copa2015-04-091-1/+1
|
* main/lua-xctrl: fix url, remove -liconvNatanael Copa2015-04-091-3/+2
|
* main/glade3: use paxmarkTimo Teräs2015-04-091-5/+3
|
* main/glade: use paxmarkTimo Teräs2015-04-091-4/+3
|
* main/openjdk7: use paxmark, and use musl iconvTimo Teräs2015-04-094-84/+4
|
* main/lua-iconv: add Lua 5.2/5.3 supportNatanael Copa2015-04-091-17/+38
|
* main/dosfstools: linux headers build fix and remove -liconvNatanael Copa2015-04-091-2/+2
|
* main/awesome: remove -liconvNatanael Copa2015-04-091-2/+0
|
* main/afpfs-ng: remove unused libiconv and fix build with linux-headersNatanael Copa2015-04-091-6/+3
|
* main/firefox: upgrade to 31.6.0 esr, and fix compile with fortifyTimo Teräs2015-04-092-5/+20
|
* main/znc: remove unused libiconvNatanael Copa2015-04-092-18/+1
|
* main/*: remove !libiconv-dev from makedependsNatanael Copa2015-04-095-5/+5
|
* main/libiconv: remove. the musl internal should be usedNatanael Copa2015-04-091-43/+0
| | | | | The package is only a dummy and musl variant will always be used. Remove the package to force clean up of APKBUILDs that uses libiconv-dev
* testing/stfl: upgrade to 0.24Natanael Copa2015-04-092-15/+24
|
* main/nginx-lua: update to nginx 1.6.3, nginx-lua 0.9.15 and paxmarkTimo Teräs2015-04-091-10/+10
|
* main/xmlindent: moved from testingTimo Teräs2015-04-091-1/+0
|
* main/firefox: use paxmarkTimo Teräs2015-04-091-4/+4
|
* main/pcsc-lite: fix sysfs access under grsec kernelsTimo Teräs2015-04-091-3/+7
| | | | | by granting dac_read_search to pcscd and hardening it's acl ref #3280
* main/abuild: preseve all xattrsTimo Teräs2015-04-092-4/+34
|
* main/asterisk: security upgrade to 13.3.2Timo Teräs2015-04-091-1/+4
| | | | AST-2015-003: TLS Certificate Common name NULL byte exploit
* testing/oniguruma: new aportCarlo Landmeter2015-04-091-0/+51
|
* testing/asoundconf: new aportCarlo Landmeter2015-04-081-0/+43
|
* testing/python3: upgrade to 3.4.3Bartłomiej Piotrowski2015-04-081-13/+16
|
* main/uwsgi: use paxmarkTimo Teräs2015-04-081-3/+3
|
* main/phpmyadmin: upgrade to 4.4.1.1Natanael Copa2015-04-081-4/+4
|
* main/nginx: upgrade to 1.6.3Natanael Copa2015-04-081-5/+5
|
* main/gtk+3.0: upgrade to 3.16.1Natanael Copa2015-04-081-4/+4
|
* testing/tor: upgrade to 0.2.6.7Natanael Copa2015-04-081-4/+4
|
* main/abuild: upgrade to git snapshot 20150408Natanael Copa2015-04-084-72/+736
| | | | with xattr support for new paxmarking style
* main/apk-tools: fix issue found by fortifyTimo Teräs2015-04-082-4/+35
|
* testing/newsbeuter: build fix. needs perlNatanael Copa2015-04-081-1/+1
|
* testing/python3: bump pkgrelNatanael Copa2015-04-081-1/+1
| | | | so pbuilder pick up last python3 fix
* testing/newsbeuter: new aportNatanael Copa2015-04-081-0/+45
| | | | | | | Configurable text-based feed reader http://newsbeuter.org/ fixes #1774
* Move pyconfig.h from python3-dev to python3 packageVlad2015-04-081-0/+8
| | | | | | | | | | | Here is the related commit in python (python2) package: https://github.com/alpinelinux/aports/commit/01a80be974d3c4034414bdfde057ca2ecd96601d The lack of `pyconfig.h` breaks distutils (`/usr/lib/python3.4/distutils/sysconfig.py`): ```bash $ pip3 install -U pip ``` Please, note that I have added suffix 'm' as since Python 3.2 it is configured with enabled `--with-pymalloc` option by default, which adds suffix 'm' (/usr/include/python3.4m/).