Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/php7: upgrade to 7.2.6 | Valery Kartel | 2018-05-25 | 1 | -2/+2 |
| | |||||
* | main/snappy: fix runtime failure on armhf and re-enable check | Jakub Jirutka | 2018-05-24 | 2 | -4/+20 |
| | | | | Ref #8921 (https://bugs.alpinelinux.org/issues/8921) | ||||
* | main/tiff: fix CVE-2018-8905 | prspkt | 2018-05-24 | 2 | -2/+57 |
| | |||||
* | main/gtk+3.0: add -dbg subpackage | Marcin Mielniczuk | 2018-05-24 | 1 | -2/+2 |
| | |||||
* | main/gdk-pixbuf: add -dbg subpackage | Marcin Mielniczuk | 2018-05-24 | 1 | -2/+2 |
| | |||||
* | main/mkinitfs: fix the /boot/boot symlink to point at ., not /. | Christopher Brannon | 2018-05-24 | 2 | -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 link | TBK | 2018-05-24 | 1 | -3/+9 |
| | |||||
* | main/bmd-tools: upgrade to 1.0.2 | Timo Teräs | 2018-05-24 | 1 | -2/+2 |
| | |||||
* | community/tor: upgrade to 0.3.3.6 | Sascha Paunovic | 2018-05-24 | 1 | -4/+3 |
| | |||||
* | community/rng-tools: re-enable on ppc64le | Jakub Jirutka | 2018-05-24 | 1 | -2/+1 |
| | | | | | The previous problem should be fixed by c9636886a383023c146a1a1cc3f469321509a9b8. | ||||
* | main/musl: add additional features definitions for ppc64le | Breno Leitao | 2018-05-24 | 2 | -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-bootstrap | Jakub Jirutka | 2018-05-24 | 1 | -2/+1 |
| | | | | | Related to 061af43096c5e86becce3336f30b57d990c5544b and 061af43096c5e86becce3336f30b57d990c5544b. | ||||
* | testing/qt5-qtwebengine: disable on ppc64le | Jakub Jirutka | 2018-05-24 | 1 | -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 caching | Jakub Jirutka | 2018-05-24 | 3 | -2/+16 |
| | |||||
* | community/nextcloud: use recommended settings for OpCache | Jakub Jirutka | 2018-05-24 | 2 | -2/+12 |
| | |||||
* | main/speedtest-cli: upgrade to 2.0.1 | Francesco Colista | 2018-05-24 | 1 | -2/+2 |
| | |||||
* | community/ghc: temporarily remove ghc-bootstrap from makedepends | Jakub Jirutka | 2018-05-24 | 1 | -2/+2 |
| | | | | Fixes commit 3fae6aefc1545f895b1190ea88c769fcfcc1d0a3. | ||||
* | testing/ocfs2-tools: fix build failure on ppc64le | Jakub Jirutka | 2018-05-24 | 2 | -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 makedepends | Jakub Jirutka | 2018-05-24 | 1 | -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 makedepends | Jakub Jirutka | 2018-05-24 | 1 | -2/+9 |
| | | | | | This is a hack to allow ghc depend on itself (read comment inside the abuild). | ||||
* | main/mkinitfs: add support for s390x installer | Tuan M. Hoang | 2018-05-24 | 4 | -2/+275 |
| | | | | backport from project mkinitfs | ||||
* | community/zoneminder: update source url and checksum | Natanael Copa | 2018-05-24 | 1 | -6/+6 |
| | |||||
* | main/u-boot: build fix for armhf | Natanael Copa | 2018-05-24 | 1 | -1/+1 |
| | | | | needs swig | ||||
* | community/rng-tools: disable on ppc64le due to build failure | Jakub Jirutka | 2018-05-24 | 1 | -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 modules | Natanael Copa | 2018-05-24 | 3 | -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.2 | Natanael Copa | 2018-05-24 | 1 | -4/+4 |
| | |||||
* | main/vte3: move from community | Natanael Copa | 2018-05-24 | 3 | -0/+0 |
| | | | | needed by qemu | ||||
* | main/u-boot: upgrade to 2018.05 | Natanael Copa | 2018-05-24 | 1 | -10/+9 |
| | |||||
* | main/qemu: enable seccomp | Natanael Copa | 2018-05-24 | 1 | -1/+3 |
| | | | | seems like libvirt needs it | ||||
* | main/man-pages: upgrade to 4.16 | Sascha Paunovic | 2018-05-24 | 1 | -2/+2 |
| | |||||
* | community/lua-dromozoa-utf8: downgrade to 1.11 | Jakub Jirutka | 2018-05-24 | 2 | -12/+12 |
| | | | | Upstream removed release 2.0 and continue with 1.x... >_< | ||||
* | community/ddrescue: fix source | Sören Tempel | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | community/ripmime: don't lie, there's no test suite | Jakub Jirutka | 2018-05-24 | 1 | -2/+2 |
| | |||||
* | community/ripmime: fix url and source | Jakub Jirutka | 2018-05-24 | 1 | -2/+2 |
| | |||||
* | community/xfce4-notifyd: remove unit files | Jakub Jirutka | 2018-05-24 | 1 | -0/+3 |
| | |||||
* | community/xfce4-notifyd: fix url, pkgdesc and modernize abuild | Jakub Jirutka | 2018-05-24 | 1 | -17/+10 |
| | |||||
* | main/avahi: get rid of unit files | Jakub Jirutka | 2018-05-24 | 1 | -2/+1 |
| | |||||
* | main/avahi: remove avahi-discover.desktop (conflict with avahi-ui) | Jakub Jirutka | 2018-05-24 | 1 | -0/+4 |
| | |||||
* | main/avahi: rename py-avahi to py2-avahi | Jakub Jirutka | 2018-05-24 | 2 | -4/+6 |
| | |||||
* | main/avahi: fix depends in py-avahi subpackage | Jakub Jirutka | 2018-05-24 | 1 | -1/+2 |
| | |||||
* | main/avahi: improve abuild | Jakub Jirutka | 2018-05-24 | 1 | -10/+14 |
| | |||||
* | community/libreswan: fix build break because of missing ldns-dev dependancy | mksully22 | 2018-05-23 | 1 | -2/+2 |
| | |||||
* | community/aqbanking: fix build break by reordering plugin dependancies | mksully22 | 2018-05-23 | 2 | -1/+15 |
| | |||||
* | community/keepalived: upgrade to 1.4.4 | Jakub Jirutka | 2018-05-23 | 1 | -3/+3 |
| | |||||
* | main/drbd-utils: upgrade to 9.4.0 | Jakub Jirutka | 2018-05-23 | 1 | -2/+2 |
| | |||||
* | main/drbd-utils: improve abuild | Jakub Jirutka | 2018-05-23 | 1 | -4/+7 |
| | |||||
* | main/drbd-utils: fix $provides to versioned | Jakub Jirutka | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | main/drbd-utils: fix depends in -pacemaker | Jakub Jirutka | 2018-05-23 | 1 | -1/+2 |
| | | | | There's no package "drbd", that's old name of drbd-utils. | ||||
* | community/imagemagick6: upgrade to 6.9.9.47 | Jakub Jirutka | 2018-05-23 | 1 | -2/+2 |
| | |||||
* | testing/ocfs2-tools: add missing makedepend linux-headers | Jakub Jirutka | 2018-05-23 | 1 | -1/+1 |
| |