Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | community/bluefish: fix makedepends (intltool) | info@mobile-stream.com | 2018-11-26 | 1 | -2/+2 | |
| | ||||||
* | community/mousepad: add check() | Leonardo Arena | 2018-11-26 | 1 | -2/+6 | |
| | ||||||
* | community/mousepad: fix makedepends (intltool) | info@mobile-stream.com | 2018-11-26 | 1 | -2/+2 | |
| | ||||||
* | main/orc: disable tests on mips* | info@mobile-stream.com | 2018-11-26 | 1 | -1/+2 | |
| | | | | | | ORC generates MIPS DSP Module Rev2 code which is not supported by Alpine mips* definitions. Keep pkgrel intact since other architectures are unaffected by this change. | |||||
* | main/boost: enable build on mips* | info@mobile-stream.com | 2018-11-26 | 1 | -0/+1 | |
| | | | | | | Keep pkgrel intact cause this change 1) does not affect other architectures in any way; 2) follows the existing practice (e.g. commit 790837..) | |||||
* | community/gcompat: update to 0.3.0 | raschi.alex@gmail.com | 2018-11-26 | 1 | -3/+3 | |
| | | | | * fixes #9616 | |||||
* | community/fzf: enable on all arches | raschi.alex@gmail.com | 2018-11-26 | 1 | -1/+1 | |
| | | | | * fixes #9575 | |||||
* | main/cgdb: fix build on mips* (name collision) | info@mobile-stream.com | 2018-11-26 | 1 | -1/+3 | |
| | | | | | | | There is a variable called "mips" in the code that conflicts with the predefined "mips" macro. Add -std=c11 / -std=c++11 to CFLAGS / CXXFLAGS to force removal of all the non-underscored predefined macros. This is safe because README.md says the project is officially C11/C++11. | |||||
* | community/mumudvb: fix build against linux-headers-4.18.3 | info@mobile-stream.com | 2018-11-26 | 2 | -1/+38 | |
| | | | | This pulls upstream commit 596f7dbebd2590f7e77cf755af46952f340ddb97 | |||||
* | main/conky: do not use git during build | info@mobile-stream.com | 2018-11-26 | 1 | -2/+3 | |
| | | | | This enables the RELEASE mode as documented in cmake/ConkyBuildOptions.cmake | |||||
* | main/graphviz: fix build | info@mobile-stream.com | 2018-11-26 | 1 | -1/+2 | |
| | | | | | | | | graphviz uses custom feature-testing tool written in shell, ./iffe. On recent edge iffe generates somewhat incomplete ./FEATURE/sfio thus causing build to fail. Work-around this by using /bin/bash for the build time only. | |||||
* | community/ripmime: fix build with gcc8 (useful -Werror) | info@mobile-stream.com | 2018-11-26 | 2 | -2/+37 | |
| | | | | | | | Note the package builds its tnef/tnef.c assuming the platform is big-endian, e.g. on x86_64, line 22: http://build.alpinelinux.org/buildlogs/build-3-8-x86_64/community/ripmime/ripmime-1.4.0.10-r0.log This seems very wrong but this patch does not try to fix it. | |||||
* | community/upx: modernize, no test suite | Leonardo Arena | 2018-11-26 | 1 | -1/+2 | |
| | ||||||
* | community/upx: fix build with gcc8 (-Werror too strict) | info@mobile-stream.com | 2018-11-26 | 1 | -1/+2 | |
| | ||||||
* | community/libodfgen: upgrade to 0.1.7, modernize | info@mobile-stream.com | 2018-11-26 | 1 | -13/+5 | |
| | | | | | - essentially fix gcc8-related build failure (-Werror=parentheses); - remove update_config_sub since it is no longer necessary; | |||||
* | community/notmuch: fix checkdepends (perl) | info@mobile-stream.com | 2018-11-26 | 1 | -2/+2 | |
| | ||||||
* | community/pgimportdoc: upgrade to 0.1.3 | info@mobile-stream.com | 2018-11-26 | 1 | -2/+2 | |
| | | | | New version fixes build against PostgreSQL 11. | |||||
* | community/pgexportdoc: upgrade to 0.1.3 | info@mobile-stream.com | 2018-11-26 | 1 | -2/+2 | |
| | | | | New version fixes build against PostgreSQL 11. | |||||
* | community/remind: fix source URL | info@mobile-stream.com | 2018-11-26 | 1 | -3/+3 | |
| | | | | Also update the project's web site according to the notice on the old page. | |||||
* | main/arpon: fix build with gcc8 (useful -Werror) | info@mobile-stream.com | 2018-11-26 | 2 | -7/+40 | |
| | | | | | gcc8 reports one -Werror=pointer-compare case with the actual problem and several harmless -Werror=implicit-fallthrough so fix everything with a patch. | |||||
* | testing/hplip: update Debian patch in order to completely remove ↵ | Leonardo Arena | 2018-11-26 | 2 | -15/+45 | |
| | | | | libImageProcessor | |||||
* | testing/hplip: update checksums | Leonardo Arena | 2018-11-26 | 1 | -2/+2 | |
| | ||||||
* | testing/hplip: upgrade to 3.18.10 | Leonardo Arena | 2018-11-26 | 5 | -6/+170 | |
| | | | | | | Disable self-upgrade, remove closed-source parts Patches from Debian and Void | |||||
* | main/libsrtp: modernize, enable test | info@mobile-stream.com | 2018-11-26 | 3 | -11/+92 | |
| | | | | | | - use cracklib-words for test since there is no /usr/share/dict/words in Alpine (really?); - built-in test passes on x86_64 and mipsel at least; - the real motivation was to fix build on mips* (fix-name-collision.patch -- could be safely dropped); | |||||
* | main/llvm5: build fix for gcc8 | info@mobile-stream.com | 2018-11-26 | 2 | -2/+34 | |
| | | | | The patch is taken from Fedora. | |||||
* | testing/hplip: bump to rebuild against latest net-snnp-libs | Daniel Isaksen | 2018-11-25 | 1 | -1/+1 | |
| | ||||||
* | community/uncrustify: upgrade to 0.68.1 | André Klitzing | 2018-11-24 | 1 | -2/+2 | |
| | ||||||
* | testing/createrepo_c: upgrade to 0.11.1 | Paul Morgan | 2018-11-24 | 1 | -17/+5 | |
| | | | | | | | | | | | | | | | | | | | Changes in upstream since previous packaged version: - Fix "CR_DELTA_RPM_SUPPORT" redefined warnings - Set to build against Python 3 by default - Update README - Add mergerepo_c --repo-prefix-search and --repo-prefix-replace. - Fix missing packages in mergerepo_c in case multiple VR exists for single pkg in repo. - Enable support for processing legacy tags by default - Correctly identify Requires(missingok) dependencies as legacy Recommends - Change location of drpm code to new address in GitHub Note: Upstream git log says it defaults to Python3. Actually it detects the version of Python and builds accordingly. Therefore this package continues to provide Python2 bindings in the `py2-createrepo_c` subpackage to avoid churn. A future commit can convert the subpackage from Python2 to Python3. | |||||
* | community/php7-pecl-yaml: upgrade to 2.0.4 | Andy Postnikov | 2018-11-24 | 1 | -2/+2 | |
| | ||||||
* | community/duo_unix: upgrade to 1.11.0 | Paul Morgan | 2018-11-23 | 1 | -2/+2 | |
| | | | | | | | | Changes from 1.10.5 include: - Add support for GECOS field parsing based on user-supplied delimiter - Update README to include development/testing steps - Minor test infrastructure updates | |||||
* | main/valgrind: upgrade to 3.14.0 | Henrik Riomar | 2018-11-23 | 2 | -98/+3 | |
| | | | | valgrind-3.13.0-ld-separate-code.patch now in upstream | |||||
* | community/open-vm-tools: move from main | Natanael Copa | 2018-11-23 | 19 | -0/+0 | |
| | ||||||
* | main/open-vm-tools: fix reboot and halt | Henrik Riomar | 2018-11-23 | 2 | -1/+39 | |
| | ||||||
* | main/open-vm-tools: upgrade 10.3.5 | Henrik Riomar | 2018-11-23 | 16 | -8405/+191 | |
| | | | | | | Rebased the patches and skiped the ones that was fixed by upstream Added check() | |||||
* | community/alpine-make-rootfs: upgrade to 0.2.0 | Jakub Jirutka | 2018-11-23 | 1 | -4/+4 | |
| | ||||||
* | community/emscripten-fastcomp: build fix for gcc8 | info@mobile-stream.com | 2018-11-23 | 2 | -3/+36 | |
| | | | | The patch is taken from Fedora. | |||||
* | main/gnu-efi: disable build on mips* | info@mobile-stream.com | 2018-11-23 | 1 | -1/+1 | |
| | | | | | | Explicitly list supported architectures instead of using the bulky "all !..." logic (and assuming !armel was omitted by accident). Do not bump pkgrel since this change does not affect the produced apk in any way. | |||||
* | community/gitea upgrade to 1.6.0 | Bwko | 2018-11-23 | 1 | -2/+2 | |
| | ||||||
* | community/nextcloud: upgrade to 14.0.4 | Leonardo Arena | 2018-11-23 | 1 | -2/+2 | |
| | ||||||
* | testing/netdata: upgrade to 1.11.1 | Henrik Riomar | 2018-11-23 | 1 | -8/+37 | |
| | ||||||
* | community/z3: upgrade to 4.8.3 | Sören Tempel | 2018-11-22 | 1 | -3/+3 | |
| | ||||||
* | main/feh: upgrade to 3.1 | Sören Tempel | 2018-11-22 | 1 | -2/+2 | |
| | ||||||
* | main/openjpeg: security fix for CVE-2017-17480 | Natanael Copa | 2018-11-22 | 12 | -594/+86 | |
| | | | | | | also remove unused patches fixes #9679 | |||||
* | Revert "community/go: Fix the `cannot find runtime/cgo`-warning" | Natanael Copa | 2018-11-22 | 2 | -18/+7 | |
| | | | | | | | This change broke building of various packages, like docker and gomplate. This reverts commit 9686793792a2c40a872ebbb2b86fa537f22491ad. | |||||
* | community/uncrustify: upgrade to 0.68 | André Klitzing | 2018-11-22 | 1 | -3/+3 | |
| | ||||||
* | main/memcached: upgrade to 1.5.12 | André Klitzing | 2018-11-22 | 1 | -2/+2 | |
| | ||||||
* | main/uwsgi: upgrade to 2.0.17.1 | André Klitzing | 2018-11-22 | 1 | -3/+3 | |
| | ||||||
* | community/libmediainfo: rebuild against tinyxml2 7 | Natanael Copa | 2018-11-22 | 1 | -1/+1 | |
| | ||||||
* | main/encfs: rebuild against tinyxml2 7 | Natanael Copa | 2018-11-22 | 1 | -1/+1 | |
| | ||||||
* | main/tinyxml2: upgrade to 7.0.1 | André Klitzing | 2018-11-22 | 1 | -2/+2 | |
| |