Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/libevdev: upgrade to 1.5.3 | Natanael Copa | 2016-08-26 | 1 | -4/+4 |
| | |||||
* | main/xfce4-notifyd: upgrade to 0.3.0 | Natanael Copa | 2016-08-26 | 1 | -6/+5 |
| | |||||
* | main/iso-codes: upgrade to 3.69 | Natanael Copa | 2016-08-26 | 1 | -4/+4 |
| | |||||
* | main/zeromq: upgrade to 4.1.5 | Natanael Copa | 2016-08-26 | 1 | -5/+6 |
| | |||||
* | main/lua-penlight: upgrade to 1.4.1 | Natanael Copa | 2016-08-26 | 1 | -4/+4 |
| | |||||
* | main/cups-filters: upgrade to 1.11.1 | Natanael Copa | 2016-08-26 | 2 | -81/+4 |
| | |||||
* | main/aria2: upgrade to 1.26.0 | Natanael Copa | 2016-08-26 | 1 | -4/+4 |
| | |||||
* | main/cgit: upgrade to 1.0 | Natanael Copa | 2016-08-26 | 1 | -8/+8 |
| | |||||
* | main/gtkman: upgrade to 1.0.1 | Natanael Copa | 2016-08-26 | 1 | -4/+4 |
| | |||||
* | main/spice: upgrade to 0.12.8 | Natanael Copa | 2016-08-26 | 1 | -5/+5 |
| | |||||
* | main/at-spi2-core: upgrade to 2.21.4 | Natanael Copa | 2016-08-26 | 1 | -5/+5 |
| | |||||
* | main/python2: add subpackage py2-tkinter | Jakub Jirutka | 2016-08-26 | 1 | -3/+11 |
| | |||||
* | main/python2: rename py-gdbm to py2-gdbm | Jakub Jirutka | 2016-08-26 | 1 | -4/+4 |
| | |||||
* | main/nghttp2: upgrade to 1.14.0 | Francesco Colista | 2016-08-26 | 1 | -4/+4 |
| | |||||
* | main/pkgconf: upgrade to 1.0.1 | Carlo Landmeter | 2016-08-26 | 1 | -5/+5 |
| | |||||
* | main/re2c: upgrade to 0.16 | Natanael Copa | 2016-08-25 | 1 | -4/+4 |
| | |||||
* | main/json-glib: upgrade to 1.2.2 | Natanael Copa | 2016-08-25 | 1 | -4/+4 |
| | |||||
* | main/conntrack-tools: upgrade to 1.4.4 | Natanael Copa | 2016-08-25 | 1 | -4/+4 |
| | |||||
* | main/libnetfilter_conntrack: upgrade to 1.0.6 | Natanael Copa | 2016-08-25 | 1 | -4/+4 |
| | |||||
* | main/libva-intel-driver: upgrade to 1.7.1 | Natanael Copa | 2016-08-25 | 1 | -4/+4 |
| | |||||
* | main/libgsf: upgrade to 1.14.40 | Natanael Copa | 2016-08-25 | 1 | -5/+5 |
| | |||||
* | main/pangomm: upgrade to 2.40.1 | Natanael Copa | 2016-08-25 | 1 | -4/+4 |
| | |||||
* | main/gnupg: upgrade to 2.1.15 | Natanael Copa | 2016-08-25 | 1 | -4/+4 |
| | |||||
* | main/memcached: upgrade to 1.4.31 | Natanael Copa | 2016-08-25 | 2 | -56/+5 |
| | |||||
* | main/ldoc: upgrade to 1.4.5 | Natanael Copa | 2016-08-25 | 1 | -4/+4 |
| | |||||
* | main/monit: upgrade to 5.19.0 | Natanael Copa | 2016-08-25 | 1 | -4/+4 |
| | |||||
* | main/parallel: upgrade to 20160822 | Natanael Copa | 2016-08-25 | 1 | -4/+4 |
| | |||||
* | main/mpc: upgrade to 0.28 | Natanael Copa | 2016-08-25 | 1 | -5/+5 |
| | |||||
* | main/util-linux: upgrade to 2.28.1 | Natanael Copa | 2016-08-25 | 1 | -5/+5 |
| | |||||
* | main/libmikmod: upgrade to 3.3.9 | Natanael Copa | 2016-08-25 | 1 | -4/+4 |
| | |||||
* | main/mosquitto: upgrade to 1.4.10 | Natanael Copa | 2016-08-25 | 1 | -4/+4 |
| | |||||
* | main/nginx: fix lua module on grsec, add $replaces and $provides | Jakub Jirutka | 2016-08-24 | 1 | -3/+11 |
| | |||||
* | main/gnu-efi: disable on armhf | Carlo Landmeter | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | main/bridge-utils: linux-headers build fix | Natanael Copa | 2016-08-23 | 1 | -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 Pawelczyk | 2016-08-22 | 3 | -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 kernel | Natanael Copa | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | main/spl-vanilla: upgrade to 4.4.19 kernel | Natanael Copa | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | main/zfs-grsec: rebuild against kernel 4.4.19-r0 | Natanael Copa | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | main/xtables-addons-grsec: rebuild against kernel 4.4.19-r0 | Natanael Copa | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | main/spl-grsec: rebuild against kernel 4.4.19-r0 | Natanael Copa | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | main/open-vm-tools-grsec: rebuild against kernel 4.4.19-r0 | Natanael Copa | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | main/ipfw-grsec: rebuild against kernel 4.4.19-r0 | Natanael Copa | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | main/drbd9-grsec: rebuild against kernel 4.4.19-r0 | Natanael Copa | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | main/devicemaster-linux-grsec: rebuild against kernel 4.4.19-r0 | Natanael Copa | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | main/dahdi-linux-grsec: rebuild against kernel 4.4.19-r0 | Natanael Copa | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | main/linux-grsec: ugprade to 4.4.19 | Natanael Copa | 2016-08-22 | 1 | -7/+7 |
| | |||||
* | main/linux-vanilla: upgrade to 4.4.19 | Natanael Copa | 2016-08-22 | 1 | -5/+5 |
| | |||||
* | main/ruby: enable on aarch64 | Carlo Landmeter | 2016-08-22 | 1 | -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 Colista | 2016-08-22 | 1 | -19/+29 |
| | | | | subpackages | ||||
* | main/py-asn1: added python3 support, added subpackages py2 and py3 | Francesco Colista | 2016-08-22 | 1 | -18/+27 |
| |