Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/linux-rpi: upgrade to 4.14.49 | Natanael Copa | 2018-06-13 | 1 | -4/+4 | |
| | ||||||
* | main/linux-rpi: upgrade to 4.14.44 and multiple changes | Carlo Landmeter | 2018-06-13 | 8 | -10984/+138 | |
| | | | | | | | - base config on upstream defconfig - apply changes by using kernels scripts/config tool - remove markdt as its no longer needed - add aarch64 support | |||||
* | main/alpine-conf: upgrade to 3.8.0_rc2 | Natanael Copa | 2018-06-13 | 1 | -2/+2 | |
| | ||||||
* | scripts/mkimg.standard.sh: add grub to extended efi | Natanael Copa | 2018-06-13 | 1 | -1/+1 | |
| | | | | fixes #8879 | |||||
* | scripts/mkimg.netboot.sh: create symlink to directory | Natanael Copa | 2018-06-13 | 1 | -1/+2 | |
| | | | | | | create a symlink to latest netboot release. This is to make it easy to create urls without version numbers like: http://dl-cdn.alpinelinux.org/alpine/latest-release/releases/x86_64/netboot | |||||
* | main/aports-build: remove rsync limit when uploading releases | Natanael Copa | 2018-06-13 | 2 | -4/+4 | |
| | ||||||
* | main/mercurial: upgrade to 4.6.1 | prspkt | 2018-06-13 | 1 | -2/+2 | |
| | ||||||
* | main/nodejs: security upgrade to 8.11.3 | Jakub Jirutka | 2018-06-13 | 1 | -2/+6 | |
| | ||||||
* | community/tomcat-native: upgrade to 1.2.17 | Jakub Jirutka | 2018-06-13 | 1 | -3/+3 | |
| | ||||||
* | community/ruby-ox: upgrade to 2.9.3 | Jakub Jirutka | 2018-06-13 | 2 | -5/+4 | |
| | ||||||
* | main/samba: replace /var/run with /run | Jakub Jirutka | 2018-06-13 | 2 | -5/+5 | |
| | ||||||
* | main/samba: fix logrotate, use init script to reload samba | Jakub Jirutka | 2018-06-13 | 2 | -9/+9 | |
| | ||||||
* | main/freetype: upgrade to 2.9.1 | Sören Tempel | 2018-06-13 | 2 | -44/+5 | |
| | | | | | | | | | | | This is in accordance with the discussion on #alpine-devel: > 14:41 < nmeum> ncopa: is there any reason against just pushing the CVE fix for now [...]? > 14:42 <@ncopa> will make it more difficult to upgrade to a future 2.9.2 security upgrade freetype-config was made optional in 2.9.1 but we still enable it since we don't know for sure if there are any packages out there which actually use it. | |||||
* | main/freetype: security fix (CVE-2018-6942) | Leonardo Arena | 2018-06-13 | 2 | -1/+43 | |
| | | | | Fixes #8987 | |||||
* | main/perl: security fix (CVE-2018-12015) | Leonardo Arena | 2018-06-13 | 2 | -2/+47 | |
| | | | | Fixes #8982 | |||||
* | community/etckeeper: upgrade to 1.18.8 | Henrik Riomar | 2018-06-13 | 2 | -108/+4 | |
| | ||||||
* | community/youtube-dl: upgrade to 2018.06.11 | Roberto Oliveira | 2018-06-13 | 1 | -2/+2 | |
| | ||||||
* | testing/csync2: add missing dependency | Roberto Oliveira | 2018-06-13 | 1 | -1/+2 | |
| | | | | csync2-compare command requires bash to execute | |||||
* | main/py-idna: upgrade to 2.7 | Francesco Colista | 2018-06-13 | 1 | -2/+2 | |
| | ||||||
* | community/gns3-gui: upgrade to 2.1.7 | Francesco Colista | 2018-06-13 | 1 | -2/+2 | |
| | ||||||
* | community/gns3-server: upgrade to 2.1.7 | Francesco Colista | 2018-06-13 | 1 | -2/+2 | |
| | ||||||
* | ==== release 3.8.0_rc2 ====v3.8.0_rc2 | Natanael Copa | 2018-06-12 | 1 | -1/+1 | |
| | ||||||
* | main/u-boot: fix update-u-boot for cubiboard | Natanael Copa | 2018-06-12 | 2 | -3/+3 | |
| | | | | fixes #8980 | |||||
* | main/binutils: install libiberty.a | Natanael Copa | 2018-06-12 | 1 | -4/+2 | |
| | | | | fixes #8992 | |||||
* | main/openrc: misc fixes for firstboot | Natanael Copa | 2018-06-12 | 2 | -15/+4 | |
| | | | | | | | - disable ssh_pass option - sshd service is enabled form initramfs so remove depends - remove firstboot from all runlevels. This should only run once - remove http and ftp support. Require https. | |||||
* | main/alpine-conf: upgrade to 3.8.0_rc1 | Natanael Copa | 2018-06-12 | 4 | -123/+3 | |
| | ||||||
* | main/mkinitfs: upgrade to 3.3.0_rc1 | Natanael Copa | 2018-06-12 | 9 | -421/+4 | |
| | ||||||
* | scripts/mkimg.netboot.sh: add armhf, ppc64le and x86 | Natanael Copa | 2018-06-12 | 1 | -1/+1 | |
| | ||||||
* | testing/perl-cairo: disable on s390x | Natanael Copa | 2018-06-12 | 1 | -1/+1 | |
| | | | | tests fails | |||||
* | testing/vault: disable on s390x | Natanael Copa | 2018-06-12 | 1 | -1/+1 | |
| | | | | | build fails with: src/github.com/hashicorp/vault/vendor/github.com/SAP/go-hdb/internal/protocol/session.go:788:18: undefined: archEndian | |||||
* | testing/py-setuptools-git: fix check | Natanael Copa | 2018-06-12 | 1 | -0/+1 | |
| | | | | | the builders does not have git configured so we need provide username and email | |||||
* | testing/csync2: disable on ppc64le due to build failure | Jakub Jirutka | 2018-06-12 | 1 | -1/+2 | |
| | | | | | | | | | | | rsync.c:52:15: error: static declaration of 'strlcpy' follows non-static declaration static size_t strlcpy(char *d, const char *s, size_t bufsize) ^~~~~~~ In file included from csync2.h:33:0, from rsync.c:21: /usr/include/string.h:84:8: note: previous declaration of 'strlcpy' was here size_t strlcpy (char *, const char *, size_t); ^~~~~~~ | |||||
* | testing/rhythmbox: fix typo | Natanael Copa | 2018-06-12 | 1 | -1/+1 | |
| | ||||||
* | testing/py-setuptools-git: add check | Roberto Oliveira | 2018-06-12 | 1 | -1/+6 | |
| | ||||||
* | testing/py-setuptools-git: upgrade to 1.2 and modernize | Roberto Oliveira | 2018-06-12 | 1 | -21/+7 | |
| | ||||||
* | testing/csync2: new aport | Jakub Jirutka | 2018-06-12 | 2 | -0/+50 | |
| | | | | | http://oss.linbit.com/csync2/ Cluster synchronization tool | |||||
* | testing/py-pyramid-layout: upgrade to 1.0 and modernize | Roberto Oliveira | 2018-06-12 | 1 | -21/+8 | |
| | ||||||
* | testing/py-bottle-werkzeug: upgrade to 0.1.1 and modernize | Roberto Oliveira | 2018-06-12 | 1 | -20/+8 | |
| | ||||||
* | main/nfs-utils: rewrite some init scripts to be more declarative | Jakub Jirutka | 2018-06-12 | 5 | -66/+21 | |
| | ||||||
* | main/mariadb: upgrade to 10.2.15 | TBK | 2018-06-12 | 2 | -6/+22 | |
| | ||||||
* | main/mariadb-connector-c: upgrade to 3.0.4 | TBK | 2018-06-12 | 2 | -11/+11 | |
| | ||||||
* | main/ncurses: upgrade to 6.1 | TBK | 2018-06-12 | 1 | -8/+6 | |
| | ||||||
* | main/libdrm: Upgrade to 2.4.92 | Taner Tas | 2018-06-12 | 2 | -218/+4 | |
| | ||||||
* | main/sqlite: upgrade to 3.24.0 | Andy Postnikov | 2018-06-12 | 1 | -2/+2 | |
| | ||||||
* | community/ghc: build fix. use GNU cpio | Natanael Copa | 2018-06-12 | 1 | -1/+1 | |
| | ||||||
* | testing/hub: upgrade to 2.4.0 and take maintainership | Roberto Oliveira | 2018-06-12 | 1 | -10/+10 | |
| | ||||||
* | main/postfix: add support for lmdb | Natanael Copa | 2018-06-12 | 1 | -14/+18 | |
| | | | | fixes #8937 | |||||
* | main/lmdb: move from community due to postfix | Natanael Copa | 2018-06-12 | 2 | -0/+0 | |
| | ||||||
* | community/cfengine: build with dynamic lmdb | Natanael Copa | 2018-06-12 | 1 | -1/+1 | |
| | ||||||
* | community/lmdb: claim maintainership, build dynamic lib | Natanael Copa | 2018-06-12 | 3 | -25/+103 | |
| | | | | and install pkg-config file |