- 07 Mar, 2019 23 commits
-
-
A. Wilcox authored
-
Mira Ressel authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
This was causing build issues when sharing ~/abuild between arches.
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
- 05 Mar, 2019 4 commits
-
-
Natanael Copa authored
-
Oliver Smith authored
Link against the same libs as abuild-tar and fix the order of the CC arguments.
-
Andrei Belov authored
-
Mike Sullivan authored
-
- 25 Feb, 2019 1 commit
-
-
Carlo Landmeter authored
In some cases (ie drone ci) there is no tty available but its still possible to display colors in the webui.
-
- 22 Feb, 2019 1 commit
-
-
Natanael Copa authored
Fix issue when two -dev packages provides same pkg-config wil but with different versions. For example libressl-dev and openssl-dev both ships libssl.pc and libcrypto.pc, which resulted in automatic provides of pc:libssl and pc:libcrypto. apk would end up picking libressl-dev over openssl-dev for packages that had automatic pc:libssl depends (for example libssl2-dev), when openssl-dev was the one that was used during build. To fix this we add support for a pcprefix so we can set pcprefix="libressl:" in libressl APKBUILD which makes libressl-dev provide pc:libressl:libssl. This is similar to what we do with sonameprefix. We do not yet automatically detect when the prefixed variant should be used so for now we will have to explicitly add libressl-dev. ref #9959
-
- 23 Jan, 2019 1 commit
-
-
Natanael Copa authored
-
- 10 Jan, 2019 3 commits
-
-
Disassembler authored
-
Natanael Copa authored
-
Natanael Copa authored
openssl binary may be missing while migrating system from libressl to openssl. Make sure we can always sign the backage if either is there.
-
- 09 Jan, 2019 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
packages should never depend on themselves which does not make sense. This may happen if main package depends on a subpackage, then the subpackages will inherit the global depends and the subpackage ends up depend on itself. Fix abuild to avoid this.
-
- 02 Dec, 2018 1 commit
-
-
Carlo Landmeter authored
-
- 08 Nov, 2018 2 commits
-
-
Tiago Ilieve authored
The 'Compressing data' step takes a significant amount of time when packaging software with huge binaries, like Kubernetes. This can certainly be shortened using multithreaded compression, like 'pigz'.
-
Timo Teräs authored
-
- 11 Oct, 2018 1 commit
-
-
Sören Tempel authored
Symbolic links might point to files outside of the chroot and thus might delete files outside the chroot. This allows deletion of arbitrary directories on the host from a malicious APKBUILD. Following hard links shouldn't be a problem since hard links (usually) cannot refer to directories and since remove(3) removes the link, not the file it points to it shouldn't cause a problem. I noticed this because alpine-baselayout creates /var/run as a symlink to /run. Therefore causing /run to be deleted on the host when using abuild-rmtemp which in turn causes a bunch of software to no longer function properly (including OpenRC).
-
- 03 Oct, 2018 1 commit
-
-
Natanael Copa authored
-