aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/ympd: Reorder arguments in .pre-install as in da4e96aacef5.Przemyslaw Pawelczyk2016-06-201-1/+1
| | | | | | Somehow I overlooked this adduser call in mentioned commit. (cherry picked from commit 808e93110b5ceda87cc9561b5ac761042f2459df)
* main/{npre, postgrey}: Properly set primary group in .pre-install.Przemyslaw Pawelczyk2016-06-202-2/+2
| | | | | | | | Fixes the problem I unintentionally brought in commit ccc056dbf9d3: system user creation doesn't add same named group and uses nogroup as primary group unless explicitly specified via -G. (cherry picked from commit 3c1fa46624bd65849ace1212d16be85eea865699)
* main/dovecot: Properly set primary group in .pre-install.Przemyslaw Pawelczyk2016-06-201-2/+2
| | | | | | | | | | | | | Commit fb87e4fd6222 tried to fix problem I unintentionally brought in commit ccc056dbf9d3 - system user creation doesn't add same named group and uses nogroup as primary group unless explicitly specified via -G. Commit a593d306c92f has nothing to do with it, as it only sets GECOS. I cannot blame anyone (beside myself, obviously, for all this mess) as -g and -G can be easily misread without conuslting --help output. (cherry picked from commit 40521bdafd3cc0eb623df4d48d6658f32bccfdf1)
* main/rtmpdump: improve performance by adjusting outbound chunk sizeTimo Teräs2016-06-202-17/+45
| | | | | | | change outbound chunk size to server's chunk size. this improves performance significantly. (cherry picked from commit bf39fb1177ee77eee6c214a7393cc0054958ce08)
* main/alpine-conf: upgrade to 3.4.1Natanael Copa2016-06-173-117/+5
| | | | fixes #5719
* main/musl: fix error return code for getaddrinfoNatanael Copa2016-06-172-1/+38
| | | | | | | | | needed for fixing dns tests in nodejs test suite https://github.com/nodejs/node/pull/5099 fixes #5725 (cherry picked from commit c0bd1e49f2d9867f7d3747111423a959123e73ed)
* main/util-linux: backport libblkid cdrom probe patchNatanael Copa2016-06-172-1/+90
| | | | | | fixes #5697 (cherry picked from commit 39171d2dd47e48195dcd013893e4ff7323c5e0fe)
* main/util-linux: fix homepage urlNatanael Copa2016-06-171-2/+2
| | | | | | fixes #5698 (cherry picked from commit 6ff0d7a602686d7b807bfabb409993314e6acda1)
* main/xen: fix xorg segfaul in linux hvmNatanael Copa2016-06-172-1/+46
| | | | | | fixes #5679 (cherry picked from commit 76eb405243001ae8f8b49a1fd50cffe55acaa2c6)
* main/busybox-initscripts: support for disable gateway and dns in udhcpcdNatanael Copa2016-06-172-4/+10
| | | | | | fixes #5672 (cherry picked from commit 9e38486094b25e9577a6076530b4b293a3efb020)
* main/alpine-baselayout: fix warning on shutdownNatanael Copa2016-06-172-5/+5
| | | | | | | | | This fixes the warning on shutdown: "rc is deprecated, please use openrc instead." fixes #5689 (cherry picked from commit 48a669f23fbe328c072c2d8783cce95d125c470b)
* main/mkinitfs: upgrade to 3.0.5Natanael Copa2016-06-174-103/+5
| | | | fixes #5479
* main/roundcubemail: fix typoLeonardo Arena2016-06-171-2/+2
| | | | (cherry picked from commit a3045e70c73dac51e70554d18d446d9154a9cb87)
* main/roundcubemail: fix dependsLeonardo Arena2016-06-171-2/+2
| | | | (cherry picked from commit fce501893d4717a5515f7b06f243ae8ee693d12a)
* main/php5-pear-auth_sasl: new aportLeonardo Arena2016-06-171-0/+30
| | | | (cherry picked from commit a972f02dcd5f312f93b3c8b67a09a42c49829625)
* main/owncloud: update contacts to 0.0.0.91. Fixes #5702Leonardo Arena2016-06-141-7/+7
| | | | (cherry picked from commit e569af72eff34108755dd22efebf9f94986a9122)
* main/acf-openssh: upgrade to 0.11.1Ted Trask2016-06-101-4/+4
| | | | (cherry picked from commit 026a9ad1a5dce76d0715721da8c190f7aaf7f98d)
* main/mariadb: move mysql_config to -devNatanael Copa2016-06-061-1/+3
| | | | | http://lists.alpinelinux.org/alpine-devel/5358.html (cherry picked from commit 54b003740f1fa9014d6150e594c8a80750fb85ac)
* main/syslinux: fix backported gcc5 patchesNatanael Copa2016-06-061-17/+22
| | | | | | | | | | - prefix the patches with 'syslinux-' - make sure that they are actually applied - add upstream patch for cli cmdline parsing This should fix the issue where cmdline options are not added to kernel. (cherry picked from commit 07c598ae9867bc367aebb6547f1bdaa0fc9dac38)
* main/syslinux: add upstream fixes for gcc5Natanael Copa2016-06-061-5/+21
| | | | | | http://www.syslinux.org/archives/2015-September/024317.html http://www.syslinux.org/archives/2015-September/024318.html (cherry picked from commit 175af52e8f2343e54f3c5af08b11a8620e3da779)
* main/nginx: fix collision with deprecated package "nginx-initscripts"Valery Kartel2016-06-031-1/+2
| | | | fixes #5671
* main/mariadb: add libs subpackage for server libsNatanael Copa2016-06-031-3/+4
| | | | | | | | | | we rename current mariadb-libs to mariadb-client libs and let mariadb-libs have the server lib(s). This way we avoid pull in the 145MB mariadb server package with mariadb-dev. (cherry picked from commit 910011586e352662e691afcebd578829ec4f40b2)
* main/lighttpd: Fix lighttpd user's primary group.Przemyslaw Pawelczyk2016-06-032-2/+2
| | | | | | | | | | | | | | During mass .pre-install/upgrade init scripts changes there was a change not preserving status quo regarding group creation and user creation for 57 packages that weren't using -S option with adduser calls earlier. It led to not creating the group named like the user and changing primary user group from the same named to nogroup. It has been noticed thanks to lighttpd issue (refs #5666) and it has been partially fixed for lighttpd alone already. This patch completes the fix and is also an announcement for some mass changes coming later. (cherry picked from commit 1de4b02204f77ac1ecbc806105bbcd383e3f67f6)
* main/lighttpd: fix group creationNatanael Copa2016-06-022-1/+2
| | | | | | fixes #5666 (cherry picked from commit c2413a5fc628465890a7cfbaa95c3ae150f44e29)
* main/nginx: upgrade to 1.10.1 (CVE-2016-4450)Bartłomiej Piotrowski2016-06-011-4/+4
| | | | (cherry picked from commit c2b7b271e326df743f057bae203706af5b8efc92)
* ======== release 3.4.0 ========v3.4.0Natanael Copa2016-05-311-1/+1
|
* main/bluez: version upgrade and patches for bcm43xxScrumpyJack2016-05-315-7/+117
| | | | | Upgrades bluez from version 5.39 to 5.40 and adds patches from the Raspberry Pi Foundation to support the bcm43xx chip on the RPi3.
* main/busybox-initscripts: fix cron->crond rename when upgradeNatanael Copa2016-05-313-4/+19
| | | | fixes #5462
* main/alpine-baselayout: set default permissions for pingNatanael Copa2016-05-312-4/+6
| | | | | | we no longer do suid root ping. allow normal users to ping by default and create a special group called 'ping' to be allowed to ping by default.
* main/busybox: fix ping applet when upgradingNatanael Copa2016-05-312-1/+6
|
* main/rsyslog: update to 8.18.0, and apply a new musl fixAshley Sommer2016-05-313-11/+738
| | | | | | | This commit brings rsyslog up to the latest release that has some nice performance improvements and bug fixes. This commit also includes an upstream fix from 8.19.0 (unreleased) which fixes a segfault present in all current rsyslog versions on musl. Version 8.17 and later of rsyslog has a new dependency. It now needs libfastjson installed to run. I created the libfastjson package earlier this month, it is in the `testing` directory. I believe libfastjson will need to be promoted from `testing` to `edge`.
* main/libfastjson: move from testingNatanael Copa2016-05-312-0/+58
| | | | | fix pkgname-dbg typo remove redundant musl-dev makedepends
* main/postgresql: fix -dev packageNatanael Copa2016-05-311-1/+11
| | | | we need pgxs, egcs and pg_config in -dev
* main/xfce4-settings: fix bug that make screen not power onNatanael Copa2016-05-312-4/+60
| | | | | https://bugzilla.xfce.org/show_bug.cgi?id=12430 https://bugzilla.xfce.org/show_bug.cgi?id=11107
* main/cacti: security upgrade to 0.8.8h (CVE-2016-3659)Natanael Copa2016-05-301-5/+5
| | | | fixes #5371
* main/libxml2: security upgrade to 2.9.4Natanael Copa2016-05-301-4/+4
| | | | | | | | | | | | | | | | | | | Fixes: CVE-2016-1762 CVE-2016-1833 CVE-2016-1834 CVE-2016-1835 CVE-2016-1836 CVE-2016-1837 CVE-2016-1838 CVE-2016-1839 CVE-2016-1840 CVE-2016-2073 (NOTE: same fix as CVE-2016-1839) CVE-2016-3627 CVE-2016-3705 CVE-2016-4483 fixes #5440
* main/subversion: security upgrade to 1.9.4 (CVE-2016-2167,CVE-2016-2168)Natanael Copa2016-05-301-5/+5
| | | | fixes #5527
* main/libarchive: security upgrade to 3.2.0 (CVE-2016-1541)Natanael Copa2016-05-303-188/+5
| | | | fixes #5561
* main/hostapd: security fix for CVE-2016-4476Natanael Copa2016-05-302-1/+87
| | | | fixes #5645
* main/wpa_supplicant: security fix for CVE-2016-4476, CVE-2016-4477Natanael Copa2016-05-306-1/+348
| | | | fixes #5638
* main/lddtree: remove bashismNatanael Copa2016-05-302-4/+49
| | | | ref #5636
* main/curl: upgrade to 7.49.1Natanael Copa2016-05-301-4/+4
|
* main/python3: enable lzma supportZaar Hai2016-05-301-2/+2
| | | | fixes #5655
* main/linux-rpi: enable mt7601u driverSean Bartell2016-05-303-9/+11
|
* main/linux-rpi: enable zramSean Bartell2016-05-303-9/+19
| | | | settings taken from https://github.com/raspberrypi/linux/issues/894
* main/asciidoctor: upgrade to 1.5.4Jakub Jirutka2016-05-301-17/+9
|
* main/talloc: upgrade to 2.1.7Natanael Copa2016-05-301-4/+4
|
* main/libxkbcommon: upgrade to 0.6.1Natanael Copa2016-05-301-4/+4
|
* main/perl-carp-clan: upgrade to 6.06Natanael Copa2016-05-301-5/+7
|
* main/tcl: upgrade to 8.6.5Natanael Copa2016-05-302-9/+39
|