aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main/libmspack: security upgrade to 0.8_alphaNatanael Copa2018-11-271-5/+6
| | | | | | CVE-2018-18584, CVE-2018-18585, CVE-2018-18586 fixes #9663
* community/z3: fix ppc64le build break to skip use of immintrin.hMike Sullivan2018-11-272-1/+15
|
* community/erlang: remove the two CORBA applications i somehow missedWilliam Pitcock2018-11-261-2/+0
|
* community/elixir: upgrade to 1.7.4William Pitcock2018-11-261-2/+2
|
* main/py-django-haystack: fix dependenciesKaarle Ritvanen2018-11-261-3/+2
|
* community/erlang: upgrade to 21.1William Pitcock2018-11-262-35/+4
|
* main/arpon: disable werror fixing ppc64le strncpy build errorMike Sullivan2018-11-262-1/+20
|
* main/apr: upgrade to 1.6.5Natanael Copa2018-11-261-3/+3
|
* testing/vault: bump to 0.11.5Joe Holden2018-11-261-2/+2
| | | | https://github.com/hashicorp/vault/blob/v0.11.5/CHANGELOG.md
* community/php7-pecl-event: upgrade to 2.4.2Andy Postnikov2018-11-261-3/+3
|
* main/acf-core: update lua-json4 dependsNatanael Copa2018-11-261-2/+2
| | | | | | | | | | | commit 66573786035d (main/lua-json4: install into lua/common, remove subpkgs, add rock_manifest) renamed the lua5.x-json4 packages and added a provides for backwards compatibility. But the build time dependencies does not resolve the provides so builder will fail figure out the build time order. We work aorund this by adding an explicit depend of lua-json4, without the lua version, so we no longer depend on proper provides resolving.
* testing/linux-amlogic: new aportHe Yangxuan2018-11-2637-0/+14563
| | | | | | | This kernel package add support for Amlogic S9xxx device. Supported devices include many android box and some SBC like Odroid C2, Khadas Vim, Nanopi K2. This package based on mainline kernel, and apply some patches from mainline amlogic developer.
* testing/dmg2img: added missing patchFrancesco Colista2018-11-261-0/+219
|
* testing/dmg2img: new aportFrancesco Colista2018-11-261-0/+28
|
* main/u-boot: update licenseLeonardo Arena2018-11-261-3/+3
|
* main/u-boot: add odroidc2 (aarch64) supportHe Yangxuan2018-11-261-1/+2
|
* main/sdl2: upgrade to 2.0.9Alexandre Oliveira2018-11-263-66/+4
| | | | The previously required patches were added upstream
* community/libstaroffice: upgrade to 0.0.6, modernizeinfo@mobile-stream.com2018-11-262-7/+20
| | | | | | | | | | Another package that suffers from stricter -Werror in gcc8. Instead of trying to fix massive -Werror=parentheses case with upstream commit abf19de1ad394523ccb8825e49d719063b2ea27f (35 changed files, 972 additions/deletions), just upgrade to the next version and shut up a single -Werror=maybe-uninitialized failure. Test still passes on x86_64 and mipsel at least.
* community/bluefish: fix makedepends (intltool)info@mobile-stream.com2018-11-261-2/+2
|
* community/mousepad: add check()Leonardo Arena2018-11-261-2/+6
|
* community/mousepad: fix makedepends (intltool)info@mobile-stream.com2018-11-261-2/+2
|
* main/orc: disable tests on mips*info@mobile-stream.com2018-11-261-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.com2018-11-261-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.0raschi.alex@gmail.com2018-11-261-3/+3
| | | | * fixes #9616
* community/fzf: enable on all archesraschi.alex@gmail.com2018-11-261-1/+1
| | | | * fixes #9575
* main/cgdb: fix build on mips* (name collision)info@mobile-stream.com2018-11-261-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.3info@mobile-stream.com2018-11-262-1/+38
| | | | This pulls upstream commit 596f7dbebd2590f7e77cf755af46952f340ddb97
* main/conky: do not use git during buildinfo@mobile-stream.com2018-11-261-2/+3
| | | | This enables the RELEASE mode as documented in cmake/ConkyBuildOptions.cmake
* main/graphviz: fix buildinfo@mobile-stream.com2018-11-261-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.com2018-11-262-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 suiteLeonardo Arena2018-11-261-1/+2
|
* community/upx: fix build with gcc8 (-Werror too strict)info@mobile-stream.com2018-11-261-1/+2
|
* community/libodfgen: upgrade to 0.1.7, modernizeinfo@mobile-stream.com2018-11-261-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.com2018-11-261-2/+2
|
* community/pgimportdoc: upgrade to 0.1.3info@mobile-stream.com2018-11-261-2/+2
| | | | New version fixes build against PostgreSQL 11.
* community/pgexportdoc: upgrade to 0.1.3info@mobile-stream.com2018-11-261-2/+2
| | | | New version fixes build against PostgreSQL 11.
* community/remind: fix source URLinfo@mobile-stream.com2018-11-261-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.com2018-11-262-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 Arena2018-11-262-15/+45
| | | | libImageProcessor
* testing/hplip: update checksumsLeonardo Arena2018-11-261-2/+2
|
* testing/hplip: upgrade to 3.18.10Leonardo Arena2018-11-265-6/+170
| | | | | | Disable self-upgrade, remove closed-source parts Patches from Debian and Void
* main/libsrtp: modernize, enable testinfo@mobile-stream.com2018-11-263-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 gcc8info@mobile-stream.com2018-11-262-2/+34
| | | | The patch is taken from Fedora.
* testing/hplip: bump to rebuild against latest net-snnp-libsDaniel Isaksen2018-11-251-1/+1
|
* community/uncrustify: upgrade to 0.68.1André Klitzing2018-11-241-2/+2
|
* testing/createrepo_c: upgrade to 0.11.1Paul Morgan2018-11-241-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.4Andy Postnikov2018-11-241-2/+2
|
* community/duo_unix: upgrade to 1.11.0Paul Morgan2018-11-231-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.0Henrik Riomar2018-11-232-98/+3
| | | | valgrind-3.13.0-ld-separate-code.patch now in upstream
* community/open-vm-tools: move from mainNatanael Copa2018-11-2319-0/+0
|