aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/swig: new upstream version 3.0.10Christian Kampka2016-07-041-4/+4
|
* main/lvm2: build uses fmt (coreutils)Carlo Landmeter2016-07-041-1/+1
|
* main/lvm2: new upstream version 2.02.158Christian Kampka2016-07-041-4/+4
|
* main/owncloud: upgrade to 9.0.3Leonardo Arena2016-07-011-14/+14
|
* main/expat: upgrade to 2.2.0Christian Kampka2016-07-012-763/+5
|
* main/redis: new upstream version 3.2.1Christian Kampka2016-07-011-4/+4
|
* main/nano: new upstream version 2.6.1Christian Kampka2016-07-011-4/+4
|
* main/libsndfile: new upstream version 1.0.27Christian Kampka2016-07-011-4/+4
|
* main/libgsf: new upstream version 1.14.39Christian Kampka2016-07-011-4/+4
|
* main/iw: new upstream version 4.7Christian Kampka2016-07-011-5/+5
|
* main/bash: new upstream version 4.3.46Christian Kampka2016-07-011-4/+16
|
* main/ffmpeg: upgrade to 3.1Francesco Colista2016-07-011-5/+5
|
* main/kamailio: fix kamdbctl.baserob dux2016-06-303-68/+62
| | | | stringify parameter expansions
* main/conky: upgrade to 1.10.3Francesco Colista2016-06-301-4/+4
|
* main/apache2-mod-wsgi: upgrade to 4.5.3Francesco Colista2016-06-301-4/+4
|
* main/glib: upgrade to 2.48.1Natanael Copa2016-06-301-5/+5
|
* main/gparted: fix sscanf use and add ntfs-3g-progs as depNatanael Copa2016-06-302-14/+255
| | | | | | the sscanf modifier %Ld is invalid. use %lld instead https://bugzilla.gnome.org/show_bug.cgi?id=768239
* main/glib: fix gquarkNatanael Copa2016-06-302-4/+60
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=768215
* main/haproxy: Bump pkgrel.Przemyslaw Pawelczyk2016-06-291-1/+1
|
* main/haproxy: Modernize APKBUILD.Przemyslaw Pawelczyk2016-06-291-20/+33
| | | | | | * APKBUILD: - Use builddir (no _). - Reformat build(), package() and wrapper() to make them more readable.
* main/haproxy: Fix default haproxy.cfg not working since upgrade to 1.6.Przemyslaw Pawelczyk2016-06-292-4/+5
| | | | | | | | | | You could read following messages when starting haproxy: 'frontend' cannot handle unexpected argument '*:5000'. please use the 'bind' keyword for listening addresses. * haproxy.cfg: Use bind for listening addresses. * APKBUILD: Update checksums.
* main/{haproxy,squid}: Replace .pre-upgrade with link to .pre-install.Przemyslaw Pawelczyk2016-06-292-21/+2
| | | | | .pre-upgrade content was the same as .pre-install, so no change in .apk, thus no pkgrel bump.
* main/apache2: Bump pkgrel.Przemyslaw Pawelczyk2016-06-291-1/+1
|
* main/apache2: Reorder install entries in APKBUILD.Przemyslaw Pawelczyk2016-06-291-1/+1
| | | | Just for consistency with what's in other packages's APKBUILDs.
* main/apache2: Unify .pre-upgrade with .pre-install.Przemyslaw Pawelczyk2016-06-291-6/+1
| | | | | | | | | | | | apache2.pre-upgrade now links to apache2.pre-install. It's not something we want to do for all packages in master (edge). apache2 already had .pre-upgrade script (ensuring www-data group existence and making apache user a member of it), which is what existing .pre-install script also does, so this kind of unification is fine here. In most other cases linking .pre-upgrade to .pre-install should happen only in 3.4-stable branch.
* main/python: security upgrade to 2.7.12Natanael Copa2016-06-291-5/+5
| | | | | | | | | | | CVE-2016-0772: smtplib StartTLS stripping attack. CVE-2016-5636: Heap overflow in zipimporter module . CVE-2016-5699: HTTP header injection in urrlib2/urllib/httplib/http.client. ref #5798
* main/kamailio: version bump to 4.4.2Nathan Angelacos2016-06-291-4/+4
|
* main/mosquitto: upgrade to 1.4.9Francesco Colista2016-06-291-5/+5
|
* main/py-pygments: security fix for CVE-2015-8557Natanael Copa2016-06-282-5/+43
| | | | fixes #5815
* main/py-django: upgrade to 1.8.12Kaarle Ritvanen2016-06-281-4/+4
|
* main/musl: fix pthread_exit code to match kernel behaviorNatanael Copa2016-06-272-1/+74
| | | | https://github.com/dotnet/coreclr/issues/5872
* main/haproxy: security upgrade to 1.6.6 (CVE-2016-5360)Natanael Copa2016-06-271-4/+4
| | | | fixes #5811
* main/bind: rebuild with libxml2. Fixes #5711Francesco Colista2016-06-271-3/+3
|
* main/linux-rpi: upgrade to 4.4.14Natanael Copa2016-06-271-4/+4
|
* main/busybox-initscripts: fix tun/tap, change their group to netdevJakub Jirutka2016-06-272-6/+6
| | | | | | | | | tun/tap devices are created inside /dev/net by default, so tun[0-9]* and tap[0-9]* doesn't match them. When you run qemu as an unprivileged user, that user must have write permission on the tun device. The group netdev seems to be appropriate for this and it's already included in the baselayout's groups.
* main/nsd: upgrade to 4.1.10Andrew Hsu2016-06-271-4/+4
|
* main/qemu-openrc: create user qemuJakub Jirutka2016-06-273-1/+12
|
* main/qemu: add subpackage -docJakub Jirutka2016-06-271-8/+7
|
* main/qemu: install /etc/qemu/bridge.confJakub Jirutka2016-06-272-4/+20
|
* main/qemu: improve abuild, simplify splitting of subsystems etc.Jakub Jirutka2016-06-271-15/+19
|
* main/qemu: fix chown/chmod for qemu-bridge-helper and gid of qemu groupJakub Jirutka2016-06-272-4/+4
| | | | gid 35 is already reserved for group "games"
* main/libnet: fixed correct detection of link-layer methodFrancesco Colista2016-06-271-2/+3
|
* main/zfs-grsec: rebuild against kernel 4.4.14-r0Natanael Copa2016-06-271-1/+1
|
* main/xtables-addons-grsec: rebuild against kernel 4.4.14-r0Natanael Copa2016-06-271-1/+1
|
* main/spl-grsec: rebuild against kernel 4.4.14-r0Natanael Copa2016-06-271-1/+1
|
* main/open-vm-tools-grsec: rebuild against kernel 4.4.14-r0Natanael Copa2016-06-271-1/+1
|
* main/ipfw-grsec: rebuild against kernel 4.4.14-r0Natanael Copa2016-06-271-1/+1
|
* main/drbd9-grsec: rebuild against kernel 4.4.14-r0Natanael Copa2016-06-271-1/+1
|
* main/devicemaster-linux-grsec: rebuild against kernel 4.4.14-r0Natanael Copa2016-06-271-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 4.4.14-r0Natanael Copa2016-06-271-1/+1
|