aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/nginx: fix lua module on grsec, add $replaces and $providesJakub Jirutka2016-08-241-3/+11
|
* main/gnu-efi: disable on armhfCarlo Landmeter2016-08-241-1/+1
|
* main/bridge-utils: linux-headers build fixNatanael Copa2016-08-231-3/+4
| | | | | the make will return success even if it fails. so we also check if brctl was successfully built.
* main/openssh: Fix pid dir expectation in confd and initd files.Przemyslaw Pawelczyk2016-08-223-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Since commit 71eb72d62425082850604f526dbcbfdcf2808c31 (2016-03-13, pre-v3.4) openssh is build with pid dir explicitly set to /run. The change was not reflected in sshd.confd or sshd.initd, though, and sadly not even in the commit message. (Before it was set implicitly to /var/run.) /var/run and /run semantics are the same, but AL does not truly guarantee (at least yet) that the first is symlinked to the latter (which is a common practice among Linux distributions nowadays, where /run is tmpfs mounted very early - in AL openrc's init.sh does that). alpine-baselayout package simply has run and var/run directories and they are not related in any way from the package point of view. Unless you create such symlink yourself or it is created via openrc's boot service bootmisc (performing /var/run -> /run migration and some other stuff), you cannot use /var/run/ and /run/ paths interchangeably. The patch should be applied to 3.4-stable branch too (without changing pkgver used there and with proper pkgrel increment, of course). I was seeing false crashed state next to sshd in rc-status after upgrading AL from 3.3 to 3.4 on machine where bootmisc is not used. (I don't think it's a grave enough lack to warrant patch rejection.)
* main/zfs-vanilla: upgrade to 4.4.19 kernelNatanael Copa2016-08-221-1/+1
|
* main/spl-vanilla: upgrade to 4.4.19 kernelNatanael Copa2016-08-221-1/+1
|
* main/zfs-grsec: rebuild against kernel 4.4.19-r0Natanael Copa2016-08-221-1/+1
|
* main/xtables-addons-grsec: rebuild against kernel 4.4.19-r0Natanael Copa2016-08-221-1/+1
|
* main/spl-grsec: rebuild against kernel 4.4.19-r0Natanael Copa2016-08-221-1/+1
|
* main/open-vm-tools-grsec: rebuild against kernel 4.4.19-r0Natanael Copa2016-08-221-1/+1
|
* main/ipfw-grsec: rebuild against kernel 4.4.19-r0Natanael Copa2016-08-221-1/+1
|
* main/drbd9-grsec: rebuild against kernel 4.4.19-r0Natanael Copa2016-08-221-1/+1
|
* main/devicemaster-linux-grsec: rebuild against kernel 4.4.19-r0Natanael Copa2016-08-221-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 4.4.19-r0Natanael Copa2016-08-221-1/+1
|
* main/linux-grsec: ugprade to 4.4.19Natanael Copa2016-08-221-7/+7
|
* main/linux-vanilla: upgrade to 4.4.19Natanael Copa2016-08-221-5/+5
|
* main/ruby: enable on aarch64Carlo Landmeter2016-08-221-1/+2
| | | | add no-omit-frame-pointer to CPPFLAGS
* main/py-asn1-modules: upgrade to 16.0.0, added py3 support and py2/py3 ↵Francesco Colista2016-08-221-19/+29
| | | | subpackages
* main/py-asn1: added python3 support, added subpackages py2 and py3Francesco Colista2016-08-221-18/+27
|
* main/boost: improve abuildJakub Jirutka2016-08-221-91/+72
|
* main/php5: Upgrade to 5.6.25Andy Postnikov2016-08-221-4/+4
|
* main/lxc: upgrade to 2.0.4Jakub Jirutka2016-08-221-5/+5
|
* main/diffutils: upgrade to 3.5Daniel Sabogal2016-08-211-4/+4
|
* main/zfs-vanilla: disable on x86_64Carlo Landmeter2016-08-201-1/+1
|
* main/spl-vanilla: disable on x86_64Carlo Landmeter2016-08-201-2/+2
|
* main/zfs-vanilla: new aportCarlo Landmeter2016-08-2010-0/+945
|
* main/spl-vanilla: new aportCarlo Landmeter2016-08-201-0/+72
|
* main/mutt: upgrade to 1.7.0Sören Tempel2016-08-201-4/+4
|
* main/gnu-efi: add missing patchCarlo Landmeter2016-08-201-0/+16
|
* main/gummiboot: set arch to allCarlo Landmeter2016-08-202-19/+249
|
* main/gnu-efi: upgrade to 3.0.4 and enable all archCarlo Landmeter2016-08-201-19/+15
|
* main/zfs-grsec: rebuild against kernel 4.4.18-r0Natanael Copa2016-08-191-1/+1
|
* main/xtables-addons-grsec: rebuild against kernel 4.4.18-r0Natanael Copa2016-08-191-1/+1
|
* main/spl-grsec: rebuild against kernel 4.4.18-r0Natanael Copa2016-08-191-1/+1
|
* main/open-vm-tools-grsec: rebuild against kernel 4.4.18-r0Natanael Copa2016-08-191-1/+1
|
* main/ipfw-grsec: rebuild against kernel 4.4.18-r0Natanael Copa2016-08-191-1/+1
|
* main/drbd9-grsec: rebuild against kernel 4.4.18-r0Natanael Copa2016-08-191-1/+1
|
* main/devicemaster-linux-grsec: rebuild against kernel 4.4.18-r0Natanael Copa2016-08-191-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 4.4.18-r0Natanael Copa2016-08-191-1/+1
|
* main/linux-grsec: upgrade to 4.4.18Natanael Copa2016-08-191-7/+7
|
* main/linux-vanilla: upgrade to 4.4.18Natanael Copa2016-08-191-4/+4
|
* main/py-requests: upgrade to 2.11.1, added subpackages for py2 and py3Francesco Colista2016-08-191-23/+29
|
* main/gnupg1: security upgrade to 1.4.21Sören Tempel2016-08-191-4/+4
| | | | CVE-2016-6316
* main/tcpdump: rebuild to fix install_if for -doc subpackageSören Tempel2016-08-191-7/+7
| | | | Also cleanup the APKBUILD a bit.
* main/openrc: use cp to copy current font to RC_LIBEXECDIRSören Tempel2016-08-192-18/+16
|
* main/py-setuptools: bump pkgrelCarlo Landmeter2016-08-191-1/+1
|
* Revert "main/py-setuptools: add python3 support"Carlo Landmeter2016-08-191-26/+6
| | | | This reverts commit 1e7ce356eaf00a2fefbd608380335f6d357680e2.
* main/py-setuptools: add python3 supportCarlo Landmeter2016-08-191-6/+26
|
* main/llvm: backport upstream patches required by JuliaJakub Jirutka2016-08-186-1/+639
| | | | All of the patches are taken directly from the LLVM upstream, master branch.
* main/llvm: improve abuildJakub Jirutka2016-08-182-50/+52
|