aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/gpsd: build fixinfo@mobile-stream.com2018-11-131-2/+2
|
* main/xen: disable on armv7 until fixed to build on gcc8Timo Teräs2018-11-131-1/+1
| | | | | See also: https://github.com/alpinelinux/aports/pull/5629
* main/qemu: build using python3Timo Teräs2018-11-131-1/+3
| | | | | | qemu needs python to build. Previously python2 was implicit dependency and it got picked automatically. All implicit dependencies are python3 now. Add it explicitly, and make configure pick it up.
* main/fcgiwrap: fix build with gcc8Timo Teräs2018-11-131-0/+1
|
* main/freeswitch: fix armv7 build (libvpx configure triplet)Timo Teräs2018-11-132-0/+13
|
* main/d-feet: makedepend on intltoolTimo Teräs2018-11-131-2/+2
|
* main/libvpx: fix armv7 configuration tripletTimo Teräs2018-11-133-18/+19
|
* main/acf-tcpproxy: move to unmaintainedTimo Teräs2018-11-131-25/+0
| | | | dependency tcpproxy is unmaintained
* main/gnokii: build fix for gcc8info@mobile-stream.com2018-11-131-1/+2
| | | | | | | | | | | | | | | This is yet another package that assumes GNU-style inline keyword handling and fails with the "undefined reference to `foo'" linker error where foo is some inline function (here local_atoi). Instead of fixing the source, pass -std=gnu89 in CFLAGS because 1) this is shorter and easier; 2) the project is actually written in GNU C89 dialect; 3) upstream is not active (the last release was in 2011). With this change in place gnokii-0.6.31-gcc5.patch can be removed, suggesting the -std=gnu89 approach is also more future-proof for any further changes in compiler's inliner implementation.
* main/weechat: disable check as it runs 'sudo make install'Timo Teräs2018-11-131-0/+1
|
* main/cegui06: fix build, modernizeTimo Teräs2018-11-132-17/+24
|
* main/polkit-gnome: makedepend on intltoolTimo Teräs2018-11-131-2/+2
|
* main/gconf: fix buildTimo Teräs2018-11-131-2/+2
| | | | seems libintl gets pulled in via dependencies and intltool binaries are needed then
* main/duplicity: upgrade to 0.7.18.2J0WI2018-11-131-2/+2
|
* main/ccache: upgrade to 3.5André Klitzing2018-11-131-2/+2
|
* main/openrc: upgrade to 0.39.2Jakub Jirutka2018-11-122-2/+22
|
* main/fail2ban: improve sshd filterHenrik Riomar2018-11-122-2/+4
|
* main/dovecot: upgrade to 2.3.3 and use opensslAndy Postnikov2018-11-121-6/+6
|
* main/ghostscript: security fixes (CVE-2018-17961, CVE-2018-18073, ↵J0WI2018-11-125-134/+1002
| | | | CVE-2018-18284)
* main/cups: upgrade to 2.2.9J0WI2018-11-121-3/+3
|
* main/pcre2: update to 10.32info@mobile-stream.com2018-11-121-3/+3
|
* main/nasm: build fix for gcc8info@mobile-stream.com2018-11-122-2/+37
| | | | This pulls the upstream commit and should be dropped for nasm-2.14.
* main/py-flask: upgrade to 1.0.2J0WI2018-11-121-3/+3
|
* main/py-flask-oauthlib: upgrade to 0.9.5J0WI2018-11-121-5/+3
|
* main/py-flask-script: upgrade to 2.0.6J0WI2018-11-121-5/+3
|
* main/py-flask-assets: upgrade to 0.12J0WI2018-11-121-5/+3
|
* main/py-backports_abc: upgrade to 0.5J0WI2018-11-121-5/+3
|
* main/lxterminal: upgrade to 0.3.2J0WI2018-11-122-33/+5
|
* main/py-openssl: upgrade to 18.0.0J0WI2018-11-121-2/+2
|
* main/py-openssl: upgrade to 17.5.0J0WI2018-11-121-2/+2
|
* main/py-pillow: upgrade to 5.3.0Fabian Affolter2018-11-121-2/+2
|
* main/py-sphinx: upgrade to 1.8.2Fabian Affolter2018-11-121-2/+2
|
* main/mosquitto: upgrade to 1.5.4Fabian Affolter2018-11-121-3/+3
|
* main/mcabber: fix colorsFabian Affolter2018-11-112-3/+94
| | | | Fixes #8757
* main/apk-tools: fix cross-build dependsTimo Teräs2018-11-111-2/+2
| | | | | The 'libressl' was left accidentally. In fact the dependency is to sign apk.static on the build host. So make it a makedepends_build for openssl.
* main/linux-rpi: upgrade to 4.14.79Natanael Copa2018-11-091-4/+4
|
* main/gpgme: fix checksumsLeonardo Arena2018-11-091-2/+2
|
* main/gpgme: disable failing testLeonardo Arena2018-11-092-3/+89
|
* main/postgresql: security upgrade to 11.1 - CVE-2018-16850Andy Postnikov2018-11-092-6/+8
|
* main/squid: build with opensslLeonardo Arena2018-11-091-3/+2
|
* main/squid: Update to latest 4.4Simon Frankenberger2018-11-092-19/+7
|
* main/ferm: add check, documentation, openrcChloe Kudryavtsev2018-11-093-9/+73
| | | | | | | | | | | - ferm has a test suite, which passes - ferm has multiple (generated) pieces of documentation - it makes sense to use ferm in-place of iptables-save This patch adds tests, packages docs, and adds an openrc init script that I've been using for about a month now. For well-behaved packages (`need firewall`, rather than `need iptables) it can be an in-place replacement (as it `provide firewall`).
* Revert "main/ferm: add check, documentation, openrc"Leonardo Arena2018-11-093-72/+9
| | | | This reverts commit 651f6f68959de397bb0de401c03f93cde67fef20.
* main/libxml2 Fix length-related XHTML parsing errorsPavlo Khudolieiev2018-11-092-2/+67
| | | | | | Fix from this commit https://github.com/GNOME/libxml2/commit/7a1bd7f6497ac33a9023d556f6f47a48f01deac0 Revert "Change calls to xmlCharEncInput to set flush false" This commit broke decoding of larger documents with ICU.
* main/ferm: add check, documentation, openrcChloe Kudryavtsev2018-11-093-9/+72
| | | | | | | | | | | - ferm has a test suite, which passes - ferm has multiple (generated) pieces of documentation - it makes sense to use ferm in-place of iptables-save This patch adds tests, packages docs, and adds an openrc init script that I've been using for about a month now. For well-behaved packages (`need firewall`, rather than `need iptables) it can be an in-place replacement (as it `provide firewall`).
* main/postgresql-pllua: fix s390x build, use proper lua binariesTimo Teräs2018-11-091-3/+3
|
* main/gpgme: use httpsSören Tempel2018-11-091-2/+2
|
* main/gpgme: add py3 subpackageMichael De La Rue2018-11-091-4/+12
|
* main/libtls-standalone: fix cross-compilingalpine-mips-patches2018-11-091-1/+2
|
* main/libbsd: fix cross-compilingalpine-mips-patches2018-11-091-1/+2
|