Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/texmf-dist: needs xz to unpack | Leonardo Arena | 2017-11-02 | 1 | -2/+2 |
| | |||||
* | main/gtk-doc: fix build on ppc64le | Roberto Oliveira | 2017-11-02 | 1 | -2/+7 |
| | | | | | | | Run autoreconf in prepare to fix build error in ppc64le. It was failing with error: /bin/bash: line 4: 101512 Segmentation fault itstool -m "${mo}" ${d}/C/index.docbook ${d}/C/fdl-appendix.xml | ||||
* | testing/texmf-dist: new aport | Marian Buschsieweke | 2017-11-02 | 2 | -0/+47 |
| | | | | | | | | | | | | | | | | | | | | | TeX Live texmf core distribution http://tug.org/texlive/ The main package "texmf-dist" provides the core texmf-dist distribution. This allows texlive to work, as long as only the most basic LaTeX packages are used. The sub-package "texmf-dist-most" provides most of the texlive packages. It depends on texmf-dist, as it only adds packages not included in texmf-dist. This is the least afford way to get LaTeX working in Alpine Linux. Ideally, the texlive packages should be divided in multiple separate packages to reduce required network bandwidth on updates. As always with any LaTeX code and LaTeX related code, the trigger is a piece of cargo cult programming that happened to work... ref #4969 | ||||
* | testing/py3-hypothesis: new aport | Jean-Louis Fuchs | 2017-11-02 | 2 | -0/+35 |
| | |||||
* | testing/py3-attrs: new aport | Jean-Louis Fuchs | 2017-11-02 | 2 | -0/+39 |
| | |||||
* | testing/pptpclient: claim maintainership and cleanup | Natanael Copa | 2017-11-02 | 1 | -10/+8 |
| | |||||
* | main/python3: enable -dbg subpackage | Natanael Copa | 2017-11-02 | 1 | -2/+2 |
| | |||||
* | main/gnome-doc-utils: fix py2-libxml2 dependency | Natanael Copa | 2017-11-02 | 1 | -2/+2 |
| | |||||
* | itstool: use python3 | Natanael Copa | 2017-11-02 | 1 | -6/+11 |
| | |||||
* | main/libxml2: enable py3 module and -dbg subpackage | Natanael Copa | 2017-11-02 | 5 | -451/+54 |
| | |||||
* | testing/php7-yaml: new aport | Renoir Boulanger | 2017-11-02 | 2 | -0/+53 |
| | | | | | | | YAML PECL package, version 2.0.2 (stable), released 2017-07-29 https://pecl.php.net/package/yaml YAML-1.1 parser and emitter as a PHP PECL Extension | ||||
* | testing/netsurf: update to 3.7 | Cág | 2017-11-01 | 1 | -16/+10 |
| | |||||
* | testing/ffcall: disable on x86 due to segfault in test | Jakub Jirutka | 2017-11-01 | 1 | -1/+1 |
| | | | | | | | | gcc -Os -fomit-frame-pointer -x none minitests.o libvacall.a -Wl,--as-needed -o minitests i586-alpine-linux-musl-g++ -Os -fomit-frame-pointer -x none minitests-c++.o libvacall.a -Wl,--as-needed -o minitests-c++ ./minitests > minitests.out Segmentation fault make[1]: *** [Makefile:280: check] Error 139 | ||||
* | testing/fuse3: conflict with main/fuse | Sören Tempel | 2017-11-01 | 1 | -1/+2 |
| | | | | | At least for now. It is only necessary because the OpenRC script and the configuration file have the same name. | ||||
* | testing/mergerfs: add TODO note about unbundling libfuse | Jakub Jirutka | 2017-11-01 | 1 | -0/+1 |
| | |||||
* | testing/mergerfs: fix --version and build without -g | Jakub Jirutka | 2017-11-01 | 2 | -3/+21 |
| | | | | | Makefile sets mergerfs version based on git tag, but we're in aports repository... | ||||
* | testing/mergerfs: upgrade to 2.23.1 | Jakub Jirutka | 2017-11-01 | 2 | -28/+2 |
| | |||||
* | testing/mergerfs: improve abuild | Jakub Jirutka | 2017-11-01 | 2 | -7/+37 |
| | |||||
* | testing/fuse3: fix pkgname to fuse3 | Jakub Jirutka | 2017-11-01 | 1 | -3/+4 |
| | |||||
* | main/pgpool: upgrade to 3.6.7 | Jakub Jirutka | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | main/ruby-bundler: upgrade to 1.16.0 | Jakub Jirutka | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | main/lua-ossl: upgrade to 20171028 | Jakub Jirutka | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | community/gnuplot: upgrade to 5.2.1 | Sören Tempel | 2017-11-01 | 1 | -4/+4 |
| | |||||
* | community/gnuplot: add check | Sören Tempel | 2017-11-01 | 1 | -0/+4 |
| | |||||
* | community/gnuplot: modernize APKBUILD | Sören Tempel | 2017-11-01 | 1 | -5/+4 |
| | |||||
* | community/thttpd: fix serving of .gz and .Z files | Rich Felker | 2017-11-01 | 2 | -1/+172 |
| | | | | | | | | | | | | | | | | | | | thttpd erroneously treats these files as a compressed transfer encoding rather than as a content type. this causes conforming http clients to strip the compression and save a decompressed version when downloading. since this was historically a common httpd bug, some web browsers work around the problem by detecting the .gz extension and ignoring the server's reported transfer encoding, but others, including wget 1.19.2, save a decompressed file, breaking file integrity checking (based on a hash or signature of the original compressed file) and breaking scripts which pass the -z option to tar when extracting. add a patch which removes thttpd's support for extension-based content transfer encodings, and adds the missing mime types for gzip and compress. the patch has been written to be minimally invasive to the program logic, and thus leaves a for loop that breaks on the first iteration rather than rewriting it. | ||||
* | community/offlineimap: claim maintainership | Sören Tempel | 2017-11-01 | 1 | -3/+3 |
| | |||||
* | community/offlineimap: move from main | Sören Tempel | 2017-11-01 | 1 | -0/+0 |
| | |||||
* | Remove Peter Bui as a maintainer | Sören Tempel | 2017-11-01 | 25 | -50/+50 |
| | | | | He hasn't been active since 2015. | ||||
* | Remove Eivind Uggedal as a maintainer | Sören Tempel | 2017-11-01 | 30 | -60/+60 |
| | | | | He hasn't been active since 2015. | ||||
* | community/wiredtiger: upgrade to 2.9.3-mongodb-3.4.9 | Marc Vertes | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | community/perl-text-quoted: move to community | Leonardo Arena | 2017-11-01 | 1 | -0/+0 |
| | |||||
* | main/perl-text-quoted: modernize APKBUILD | Roberto Oliveira | 2017-11-01 | 1 | -19/+12 |
| | |||||
* | main/perl-text-quoted: fix make depends | Roberto Oliveira | 2017-11-01 | 1 | -2/+2 |
| | | | | | | Add perl-module-install as a make dependency to fix build error: Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) | ||||
* | community/py-raven: upgrade to 6.3.0 | Francesco Colista | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | main/pixman: disable openmp | Natanael Copa | 2017-11-01 | 1 | -6/+2 |
| | | | | apparently this works around s390x (an possibly ppc64le?) testcase hang | ||||
* | community/roundcubemail: upgrade to 1.3.2 | Leonardo Arena | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | community/sxiv: modernize APKBUILD | Sören Tempel | 2017-11-01 | 1 | -5/+6 |
| | |||||
* | community/sxiv: upgrade to 24 | Sören Tempel | 2017-11-01 | 1 | -6/+4 |
| | |||||
* | community/sxiv: claim maintainership | Sören Tempel | 2017-11-01 | 1 | -2/+2 |
| | | | | Eivind is no longer working on alpine. | ||||
* | community/sxiv: move from main | Sören Tempel | 2017-11-01 | 1 | -0/+0 |
| | |||||
* | main/speedtest-cli: upgrade to 1.0.7 | Francesco Colista | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | community/libre2: upgrade to 2017.11.01 | Francesco Colista | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | main/nghttp2: upgrade to 1.27.0 | Francesco Colista | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | testing/monero: upgrade to 0.11.1.0 | André Klitzing | 2017-11-01 | 1 | -2/+3 |
| | |||||
* | community/acsccid: upgrade to 1.1.5 | André Klitzing | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | testing/wireguard: version bump | Jason A. Donenfeld | 2017-11-01 | 3 | -8/+8 |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | main/dovecot: upgrade to 2.2.33.2 | TBK | 2017-11-01 | 1 | -4/+4 |
| | |||||
* | main/rsyslog: upgrade to 8.30.0; modernize | TBK | 2017-11-01 | 2 | -18/+17 |
| | |||||
* | main/weechat: add missing dependency | Roberto Oliveira | 2017-11-01 | 1 | -2/+2 |
| | | | | | | add zlib-dev as a dependency to fix build error: CMake Error at cmake/FindPackageHandleStandardArgs.cmake:91 (MESSAGE): Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) |