aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/skalibs: upgrade to 2.5.1.1Natanael Copa2017-05-221-2/+2
|
* main/ffmpeg2.8: removeNatanael Copa2017-05-223-160/+0
| | | | we only support ffmpeg 3 now
* main/xen: add missing patchesCarlo Landmeter2017-05-222-0/+218
|
* main/xen: sec fixes XSA-213 XSA-214Carlo Landmeter2017-05-221-1/+9
| | | | fixes #7288
* main/samba: work around issue with NetAppNatanael Copa2017-05-222-1/+88
| | | | https://bugzilla.samba.org/show_bug.cgi?id=12776
* main/dropbear: upgrade to 2017.75Carlo Landmeter2017-05-221-13/+3
| | | | fixes #7298
* main/s6-networking: upgrade to 2.3.0.1Laurent Bercot2017-05-221-4/+5
| | | | Also enable the TLS tunnels, linked against libressl for now.
* main/s6-linux-utils: upgrade to 2.4.0.0Laurent Bercot2017-05-221-2/+2
|
* main/s6-portable-utils: upgrade to 2.2.1.0Laurent Bercot2017-05-221-2/+2
|
* main/s6-rc: upgrade to 0.2.0.1Laurent Bercot2017-05-221-2/+2
|
* main/mpd: upgrade to 0.20.8Carlo Landmeter2017-05-221-2/+2
|
* main/s6: upgrade to 2.5.1.0Carlo Landmeter2017-05-221-2/+2
|
* main/execline: upgrade to 2.3.0.1Carlo Landmeter2017-05-221-2/+2
|
* main/skalibs: upgrade to 2.5.1.0Carlo Landmeter2017-05-221-2/+2
|
* main/asterisk: security upgrade to 14.4.1Timo Teräs2017-05-221-3/+3
| | | | | | AST-2017-002: Buffer Overrun in PJSIP transaction layer AST-2017-003: Crash in PJSIP multi-part body parser AST-2017-004: Memory exhaustion on short SCCP packets
* main/pcsc-lite: upgrade to 1.8.21Timo Teräs2017-05-221-8/+4
|
* main/pkgconf: upgrade to 1.3.7William Pitcock2017-05-201-2/+2
|
* main/ruby: patch Rubygems to avoid fetching platform-specific gemsJakub Jirutka2017-05-192-3/+36
| | | | For more information see description in the patch file.
* main/multipath-tools: move back from communityNatanael Copa2017-05-195-0/+222
| | | | | we ship multipath-tools with alpine-xen iso image so we should have it in main.
* main/aports-build: remove release_formatsNatanael Copa2017-05-193-9/+3
| | | | new mkimage scripts decides the target format
* ==== release 3.6.0_rc1 ====Natanael Copa2017-05-191-1/+1
|
* main/mkinitfs: upgrade to 3.1.0_rc1Natanael Copa2017-05-192-36/+3
|
* Revert "main/paxctl: *plonk*"Natanael Copa2017-05-191-0/+30
| | | | | | | This reverts commit a20f500ad1f66daf24372a29d7bbcfcbe28d04d3. the utility may be useful in case extended attributes are not supported in filesystem
* main/alpine-conf: fix xfs support for /bootNatanael Copa2017-05-192-2/+38
|
* main/alpine-conf: tiny setup-keymap enhancementNatanael Copa2017-05-192-2/+40
| | | | add useful feature for people who runs it often
* main/kbd: provide bkeymaps for backwards compatNatanael Copa2017-05-192-1/+16
| | | | so we dont break scripts that tries to install bkeymaps
* main/alpine-conf: upgrade to 3.6.0_rc1Natanael Copa2017-05-194-96/+3
|
* main/kbd: generate (binary) keymaps from X.org keyboard-configShiz2017-05-193-84/+154
|
* main/xen: fix ifunc usage on qemu-xen domain modelWilliam Pitcock2017-05-182-1/+15
|
* main/zfs-vanilla: rebuild against kernel 4.9.28-r2Natanael Copa2017-05-181-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.9.28-r2Natanael Copa2017-05-181-1/+1
|
* main/linux-vanilla: fix config file for ppc64leRoberto Oliveira2017-05-182-10/+68
| | | | | | | | | | | vmlinuz 4.9.28 was not booting on ppc64le because some configurations was missing in ppc64le config file. The most important configurations that were missing are: CONFIG_PPC_OF_BOOT_TRAMPOLINE and CONFIG_PPC_PSERIES. Another configurations were consequently added because of these two configurations.
* main/py-pbr: upgrade to 3.0.1Francesco Colista2017-05-181-2/+2
|
* main/mpd: upgrade to 0.20.7 and add libmpdclient supportCarlo Landmeter2017-05-181-4/+5
|
* main/libmpdclient: upgrade to 2.11Carlo Landmeter2017-05-181-4/+2
|
* main/luajit: modernize abuild and add basic check()Jakub Jirutka2017-05-171-12/+20
|
* main/luajit: upgrade to 2.1.0_beta3Gustavo Romero2017-05-172-5/+5
|
* main/asterisk: fix imap supportNatanael Copa2017-05-171-1/+2
| | | | fixes #4840
* main/imap: include linkage.cNatanael Copa2017-05-171-1/+2
| | | | needed by asterisk. ref #4840
* main/py-setuptools: fix "provides" and modernize abuildJakub Jirutka2017-05-171-7/+8
|
* main/llvm4: add missing dependency py-setuptools to -test-utilsJakub Jirutka2017-05-171-2/+2
|
* main/llvm4: improve abuild's support for non-default LLVM usageJakub Jirutka2017-05-171-17/+26
| | | | | And also fix "replaces", it's inherited to subpackages, so all subpackages had replaces="llvm".
* main/llvm4: rename lit subpkg to -test-utils, move FileCheck and not hereJakub Jirutka2017-05-171-12/+17
| | | | | | | | | | | | | | | | | | | | | It seems that overriding pkgver for a subpackage really wasn't a good idea. I still don't know what the heck happened on the build servers, but for some unknown reason lit-*.apk was not uploaded to mirrors. Also builders rebuilt llvm4 twice, even when the previous build succeeded. Anyway, I'm even more convinced that it was just a bad idea. Upstream does not actually release lit, they release only llvm with bundled lit. It has some version number in setup.py, but what if they let it unchanged between two llvm releases, despite making some changes in the lit's codebase? It's true that it's wrong to call it lit-4.0.0 when its installed as a python module with version number 0.6.0. So I kinda workarounded it by renaming this subpackage to llvm4-test-utils with provides="lit-0.6.0-rX". :) And to not leave lit here alone, I've also moved FileCheck and not utils here, 'cause these are testing utils too and lit needs them.
* main/llvm4: rebuild after adding new subpkgJakub Jirutka2017-05-161-1/+1
|
* main/linux-pam: allow password-less su for rootShiz2017-05-162-24/+10
|
* main/abiword: upgrade to 3.0.2 and modernize abuildtmpfile2017-05-162-10/+42
|
* main/llvm4: add lit subpackageShiz2017-05-161-2/+19
|
* main/thin-provisioning-tools: update to 0.7.0-rc6William Pitcock2017-05-162-7/+19
|
* main/thin-provisioning-tools: move from testingWilliam Pitcock2017-05-161-0/+48
|
* main/librsync: backport fix for segfaultHenrik Riomar2017-05-162-3/+31
| | | | | When running rdiff-backup we get a segfault in librsync.so.2.0.0, backport upstream fix.