| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
CVE-2018-18584, CVE-2018-18585, CVE-2018-18586
fixes #9663
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
https://github.com/hashicorp/vault/blob/v0.11.5/CHANGELOG.md
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The previously required patches were added upstream
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Keep pkgrel intact cause this change
1) does not affect other architectures in any way;
2) follows the existing practice (e.g. commit 790837..)
|
|
|
|
| |
* fixes #9616
|
|
|
|
| |
* fixes #9575
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This pulls upstream commit 596f7dbebd2590f7e77cf755af46952f340ddb97
|
|
|
|
| |
This enables the RELEASE mode as documented in cmake/ConkyBuildOptions.cmake
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
- essentially fix gcc8-related build failure (-Werror=parentheses);
- remove update_config_sub since it is no longer necessary;
|
| |
|
|
|
|
| |
New version fixes build against PostgreSQL 11.
|
|
|
|
| |
New version fixes build against PostgreSQL 11.
|
|
|
|
| |
Also update the project's web site according to the notice on the old page.
|
|
|
|
|
| |
gcc8 reports one -Werror=pointer-compare case with the actual problem and
several harmless -Werror=implicit-fallthrough so fix everything with a patch.
|
|
|
|
| |
libImageProcessor
|
| |
|
|
|
|
|
|
| |
Disable self-upgrade, remove closed-source parts
Patches from Debian and Void
|
|
|
|
|
|
| |
- 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);
|
|
|
|
| |
The patch is taken from Fedora.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
valgrind-3.13.0-ld-separate-code.patch now in upstream
|
| |
|