aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* unmaintained/secure-delete: move from testingJakub Jirutka2018-05-261-0/+0
| | | | Upstream is dead, freeworld.thc.org is unresolvable.
* testing/zbar: rebuild against current imagemagickJakub Jirutka2018-05-261-1/+1
| | | | Fixes #8934 (https://bugs.alpinelinux.org/issues/8934)
* testing/py-beautifulsoup4: improve abuildJakub Jirutka2018-05-261-4/+2
|
* testing/py-beautifulsoup4: add check and fix #8935Keith Maxwell2018-05-261-5/+24
| | | | | | | | | Adds a basic check (python -c "import bs4") Follows the multi-version package example from https://wiki.alpinelinux.org/wiki/APKBUILD_examples:Python Fixes #8935 (https://bugs.alpinelinux.org/issues/8935)
* testing/qt5-qtwebengine: disable on x86 due to build failureJakub Jirutka2018-05-261-1/+2
| | | | | | | | | | | [2/4378] CC obj/third_party/ffmpeg/ffmpeg_internal/autorename_libavutil_cpu.o FAILED: obj/third_party/ffmpeg/ffmpeg_internal/autorename_libavutil_cpu.o /usr/bin/gcc -MMD -MF obj/third_party/ffmpeg/ffmpeg_internal/autorename_libavutil_cpu.o.d -DHAVE_AV_CONFIG_H -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -DFF_API_CONVERGENCE_DURATION=0 -D_ISOC99_SOURCE -D_LARGEFILE_SOURCE -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DNO_TCMALLOC -DDISABLE_NACL -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../3rdparty/chromium/third_party/ffmpeg/chromium/config/Chromium/linux/ia32 -I../../3rdparty/chromium/third_party/ffmpeg -I../../3rdparty/chromium/third_party/ffmpeg/compat/atomics/gcc -Igen -I../../3rdparty/chromium -I../../3rdparty/chromium/third_party/opus/src/include -fPIC -fomit-frame-pointer -Wno-deprecated-declarations -w -std=c99 -pthread -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -funwind-tables -fPIC -pipe -pthread -m32 -msse2 -mfpmath=sse -mmmx -g0 -fvisibility=hidden -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-unused-parameter -O2 -fno-ident -fdata-sections -ffunction-sections -c ../../3rdparty/chromium/third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c -o obj/third_party/ffmpeg/ffmpeg_internal/autorename_libavutil_cpu.o In file included from ../../3rdparty/chromium/third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c:2:0: ../../3rdparty/chromium/third_party/ffmpeg/libavutil/cpu.c:47:24: fatal error: sys/sysctl.h: No such file or directory #include <sys/sysctl.h> ^ compilation terminated.
* main/curl: fix crashes due to LibreSSL/OpenSSL engines conflictsJakub Jirutka2018-05-252-2/+45
|
* community/syncthing13: removeNatanael Copa2018-05-254-76/+0
| | | | users should upgrade to syncthing by now
* testing/tengine: upgrade to 2.2.2, modernize, clarity licenseTBK2018-05-254-114/+63
|
* community/uncrustify: disable verbatim_strings test on s390xTuan M. Hoang2018-05-251-1/+2
| | | | | | verbatim_strings test checks the difference between tab character and '\t' in C#. The resulted test string is correct, cross-checked with x86*, but still show warning/error on s390x. Disable the test for now.
* community/php7: upgrade to 7.2.6Valery Kartel2018-05-251-2/+2
|
* main/snappy: fix runtime failure on armhf and re-enable checkJakub Jirutka2018-05-242-4/+20
| | | | Ref #8921 (https://bugs.alpinelinux.org/issues/8921)
* main/tiff: fix CVE-2018-8905prspkt2018-05-242-2/+57
|
* main/gtk+3.0: add -dbg subpackageMarcin Mielniczuk2018-05-241-2/+2
|
* main/gdk-pixbuf: add -dbg subpackageMarcin Mielniczuk2018-05-241-2/+2
|
* main/mkinitfs: fix the /boot/boot symlink to point at ., not /.Christopher Brannon2018-05-242-2/+2
| | | | | | If /boot is on the root partition, I.E., no separate /boot partition, then the /boot/boot symlink incorrectly pointed to /. Pointing /boot/boot to "." is correct in all situations.
* non-free/unifi: fix symbolic linkTBK2018-05-241-3/+9
|
* main/bmd-tools: upgrade to 1.0.2Timo Teräs2018-05-241-2/+2
|
* community/tor: upgrade to 0.3.3.6Sascha Paunovic2018-05-241-4/+3
|
* community/rng-tools: re-enable on ppc64leJakub Jirutka2018-05-241-2/+1
| | | | | The previous problem should be fixed by c9636886a383023c146a1a1cc3f469321509a9b8.
* main/musl: add additional features definitions for ppc64leBreno Leitao2018-05-242-1/+42
| | | | | | | This additional features would avoid FTFBS later as the one found on rngd_darn.c:208:31: error: 'PPC_FEATURE2_DARN' undeclared (first use in this function) if (!(getauxval(AT_HWCAP2) & PPC_FEATURE2_DARN)) {
* community/ghc: replace makedepend haskell-ghc with ghc-bootstrapJakub Jirutka2018-05-241-2/+1
| | | | | Related to 061af43096c5e86becce3336f30b57d990c5544b and 061af43096c5e86becce3336f30b57d990c5544b.
* testing/qt5-qtwebengine: disable on ppc64leJakub Jirutka2018-05-241-1/+2
| | | | | | QtWebEngine can only be built for x86, x86-64, ARM, Aarch64, and MIPSel architectures. QtWebEngine will not be built. make: Nothing to be done for 'first'.
* community/nextcloud: add commented-out config for Redis cachingJakub Jirutka2018-05-243-2/+16
|
* community/nextcloud: use recommended settings for OpCacheJakub Jirutka2018-05-242-2/+12
|
* main/speedtest-cli: upgrade to 2.0.1Francesco Colista2018-05-241-2/+2
|
* community/ghc: temporarily remove ghc-bootstrap from makedependsJakub Jirutka2018-05-241-2/+2
| | | | Fixes commit 3fae6aefc1545f895b1190ea88c769fcfcc1d0a3.
* testing/ocfs2-tools: fix build failure on ppc64leJakub Jirutka2018-05-242-0/+18
| | | | | | o2hbmonitor.c: In function 'get_device_name': o2hbmonitor.c:124:12: error: 'PATH_MAX' undeclared (first use in this function) char path[PATH_MAX];
* community/ghc: temporarily add haskell-ghc to makedependsJakub Jirutka2018-05-241-1/+2
| | | | | To be able to build it now (haskell-ghc is already provided by ghc aport, so we can use it instead of newly added ghc-bootstrap).
* community/ghc: add ghc-bootstrap to provides and makedependsJakub Jirutka2018-05-241-2/+9
| | | | | This is a hack to allow ghc depend on itself (read comment inside the abuild).
* main/mkinitfs: add support for s390x installerTuan M. Hoang2018-05-244-2/+275
| | | | backport from project mkinitfs
* community/zoneminder: update source url and checksumNatanael Copa2018-05-241-6/+6
|
* main/u-boot: build fix for armhfNatanael Copa2018-05-241-1/+1
| | | | needs swig
* community/rng-tools: disable on ppc64le due to build failureJakub Jirutka2018-05-241-1/+2
| | | | | | | | | rngd_darn.c: In function 'init_darn_entropy_source': rngd_darn.c:208:31: error: 'PPC_FEATURE2_DARN' undeclared (first use in this function) if (!(getauxval(AT_HWCAP2) & PPC_FEATURE2_DARN)) { ^~~~~~~~~~~~~~~~~ rngd_darn.c:208:31: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [Makefile:729: rngd-rngd_darn.o] Error 1
* main/qemu: build drivers as modulesNatanael Copa2018-05-243-76/+163
| | | | | | | | | | Build GTK and SDL user interfaces drivers, audio drivers and block drivers as modules and ship them in their subpackages. This is so we dont need make a special build for GTK. Backport patch to avoid link in libX11 to main binary. Also separate out ivshmem tools to its own subpackage.
* main/vte3: upgrade to 0.52.2Natanael Copa2018-05-241-4/+4
|
* main/vte3: move from communityNatanael Copa2018-05-243-0/+0
| | | | needed by qemu
* main/u-boot: upgrade to 2018.05Natanael Copa2018-05-241-10/+9
|
* main/qemu: enable seccompNatanael Copa2018-05-241-1/+3
| | | | seems like libvirt needs it
* main/man-pages: upgrade to 4.16Sascha Paunovic2018-05-241-2/+2
|
* community/lua-dromozoa-utf8: downgrade to 1.11Jakub Jirutka2018-05-242-12/+12
| | | | Upstream removed release 2.0 and continue with 1.x... >_<
* community/ddrescue: fix sourceSören Tempel2018-05-241-1/+1
|
* community/ripmime: don't lie, there's no test suiteJakub Jirutka2018-05-241-2/+2
|
* community/ripmime: fix url and sourceJakub Jirutka2018-05-241-2/+2
|
* community/xfce4-notifyd: remove unit filesJakub Jirutka2018-05-241-0/+3
|
* community/xfce4-notifyd: fix url, pkgdesc and modernize abuildJakub Jirutka2018-05-241-17/+10
|
* main/avahi: get rid of unit filesJakub Jirutka2018-05-241-2/+1
|
* main/avahi: remove avahi-discover.desktop (conflict with avahi-ui)Jakub Jirutka2018-05-241-0/+4
|
* main/avahi: rename py-avahi to py2-avahiJakub Jirutka2018-05-242-4/+6
|
* main/avahi: fix depends in py-avahi subpackageJakub Jirutka2018-05-241-1/+2
|
* main/avahi: improve abuildJakub Jirutka2018-05-241-10/+14
|