Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/ccnet: upgrade to 4.2.6 | Natanael Copa | 2015-06-29 | 1 | -4/+4 |
| | |||||
* | main/libssh2: upgrade to 1.6.0 | Natanael Copa | 2015-06-29 | 1 | -4/+4 |
| | |||||
* | main/perl-uri: upgrade to 1.68 | Natanael Copa | 2015-06-29 | 1 | -4/+4 |
| | |||||
* | main/nsd: upgrade to 4.1.3 | Natanael Copa | 2015-06-29 | 1 | -4/+4 |
| | |||||
* | main/llvm: fix armhf triple | Natanael Copa | 2015-06-29 | 2 | -8/+8 |
| | |||||
* | main/llvm: attempt to fix running the llvm test suite under pax | Travis Tilley | 2015-06-29 | 1 | -9/+18 |
| | |||||
* | main/llvm: SSP by default, use -Wl,-z,now | Travis Tilley | 2015-06-29 | 3 | -1/+78 |
| | | | | | | | | | | | | | | | | | | | | | | | clang was already patched to do -Wl,-z,relro by default. now it also passes the equivalent of -Wl,-z,now. clang's normal behavior on linux defaults to using stack smashing protection whenever a function defines an 8 character or more local array. this is the equivalent of passing in -fstack-protector with no additional options in gcc. this release patches clang's default behavior to instead behave like -fstack-protector-strong was passed in, enabling the canary in many more conditions without the performance impact of adding it to ALL functions as is the case with -fstack-protector-all. these conditions include: local variable's address used as part of right hand side of assignment local variable's address used as function argument local variable is an array, regardless of array type or length same as above, but local variable is a union containing an array uses register local variables SSP can still be disabled by passing in -fno-stack-protector. You can still use -fstack-protector-all to add a canary to all functions. | ||||
* | main/llvm: add support for polly | Travis Tilley | 2015-06-29 | 1 | -7/+24 |
| | | | | | | | | | | additionally, to make it easier to take advantage of polly's functionality, it has been statically compiled into the tools themselves rather than as a plugin that needs to be manually loaded before use. polly's GPGPU codegen functionality has sadly been disabled in this build. it appears that things are supposed to work without CUDA available, but this doesn't seem to be true. | ||||
* | testing/py-django-oscar: remove deepcopy patches | Kaarle Ritvanen | 2015-06-29 | 3 | -75/+1 |
| | | | | root cause fixed in py-django-widget-tweaks version 1.4.1 | ||||
* | testing/py-django-widget-tweaks: upgrade to 1.4.1 | Kaarle Ritvanen | 2015-06-29 | 1 | -4/+4 |
| | |||||
* | main/pidgin: disable and split stuff | Natanael Copa | 2015-06-29 | 1 | -5/+42 |
| | | | | | | | | - disable audio/video, it does not work anyway - disable dbus support. no know application uses it and it can generate lots of events if you have many noisy chat channels - split avahi, ymsg, xmpp and others. To avoid installing stuff that will be unused. | ||||
* | testing/hiawatha: Using the system mbedtls version | Leo Unglaub | 2015-06-29 | 1 | -1/+2 |
| | |||||
* | testing/hiawatha: Update to 9.13 | Leo Unglaub | 2015-06-29 | 1 | -4/+5 |
| | | | | | This commit bumps the version to 9.13 and sets the suid option because the cgi-wrapper requires that bit. | ||||
* | main/freeswitch: enable -dbg | Natanael Copa | 2015-06-29 | 1 | -2/+2 |
| | |||||
* | main/xfce4-notes-plugin: Update to 1.8.1 | Leo Unglaub | 2015-06-29 | 1 | -4/+4 |
| | | | | | This release fixes some gtk-2.0 them issues and one issue with the panel deskbar mode. | ||||
* | testing/py-django-oscar: complete Finnish translation | Kaarle Ritvanen | 2015-06-28 | 2 | -5/+11 |
| | |||||
* | testing/py-django-oscar: compatibility with py-django-widget-tweaks 1.4 | Kaarle Ritvanen | 2015-06-28 | 3 | -6/+80 |
| | | | | | https://github.com/django-oscar/django-oscar/pull/1791 https://github.com/django-oscar/django-oscar/pull/1793 | ||||
* | testing/py-django-oscar: upgrade to 1.1 | Kaarle Ritvanen | 2015-06-27 | 2 | -57/+8 |
| | |||||
* | testing/py-django-widget-tweaks: new package | Kaarle Ritvanen | 2015-06-27 | 1 | -0/+37 |
| | |||||
* | testing/py-purl: upgrade to 1.1 | Kaarle Ritvanen | 2015-06-27 | 1 | -5/+5 |
| | |||||
* | main/py-unidecode: upgrade to 0.04.18 | Kaarle Ritvanen | 2015-06-27 | 1 | -4/+4 |
| | |||||
* | testing/py-django-compressor: upgrade to 1.5 | Kaarle Ritvanen | 2015-06-27 | 1 | -4/+4 |
| | |||||
* | testing/py-django-appconf: upgrade to 1.0.1 | Kaarle Ritvanen | 2015-06-27 | 1 | -4/+4 |
| | |||||
* | testing/py-django-treebeard: upgrade to 3.0 | Kaarle Ritvanen | 2015-06-27 | 1 | -4/+4 |
| | |||||
* | testing/mongodb: upgrade to 3.0.4 | Bartłomiej Piotrowski | 2015-06-27 | 1 | -4/+4 |
| | |||||
* | testing/mongodb: new aport | Filipp Andronov | 2015-06-27 | 11 | -0/+328 |
| | | | | | | | | | | | | | | | Things to be complete: 1. Build is only for x86_64, because I have to made a few hacks in code. Most critical one is __ELF_NATIVE_CLASS 2. No tc-malloc. It doesnt build, so system allocator instead. Im working on gpreftools package... 3. No heap usage statistics: always returns 0. It is broken in mongodb for 64bit architecture and also musl mallocinfo is not compatible with glibc. So I just comment out heap reporting code, see comments in APKBUILD 4. Use more system libs, yaml & boost are from the top of my mind. Boost make compilation fails, but should be easy to fix 5. Enable mongodb tests during build. Im just not sure how that should be done in Alpine, i.e _where_ in build lifecycle tests should run | ||||
* | testing/cpio: new aport | Stuart Cardall | 2015-06-26 | 6 | -0/+468 |
| | |||||
* | main/cython: update to 0.22.1 | Stuart Cardall | 2015-06-26 | 1 | -4/+4 |
| | |||||
* | testing/erlang: Fixing nteventlog dependency from os_mon | Marlus Saraiva | 2015-06-26 | 2 | -28/+24 |
| | |||||
* | testing/aurena: new aport | Carlo Landmeter | 2015-06-26 | 1 | -0/+56 |
| | |||||
* | main/perl-net-smtp-ssl: upgrade to 1.03 | Carlo Landmeter | 2015-06-26 | 1 | -4/+6 |
| | |||||
* | main/perl-net-http: upgrade to 6.09 | Carlo Landmeter | 2015-06-26 | 1 | -5/+5 |
| | |||||
* | main/perl-list-moreutils: upgrade to 0.412 | Carlo Landmeter | 2015-06-26 | 1 | -4/+4 |
| | |||||
* | main/perl-date-manip: upgrade to 6.50 | Carlo Landmeter | 2015-06-26 | 1 | -4/+4 |
| | |||||
* | main/syslinux: improve portability of update-extlinux | Natanael Copa | 2015-06-26 | 2 | -5/+5 |
| | | | | minor fix that makes it work with bash | ||||
* | main/mariadb: fix mysql compat package | Natanael Copa | 2015-06-26 | 1 | -5/+5 |
| | | | | ref #3843 | ||||
* | testing/spice-vdagent: update init script to #!/sbin/openrc-run | Stuart Cardall | 2015-06-26 | 2 | -5/+5 |
| | |||||
* | main/git: upgrade to 2.4.5 | Natanael Copa | 2015-06-26 | 1 | -4/+4 |
| | |||||
* | main/open-vm-tools-grsec: fix build for x86 | Natanael Copa | 2015-06-26 | 2 | -1/+18 |
| | |||||
* | main/open-vm-tools-grsec: disable for x86 for now | Natanael Copa | 2015-06-26 | 1 | -1/+1 |
| | | | | http://sourceforge.net/p/open-vm-tools/mailman/message/34016246/ | ||||
* | main/mpd: enable smbclient and nfs support, delegate to clandmeter | Natanael Copa | 2015-06-26 | 1 | -3/+5 |
| | |||||
* | main/linux-grsec: fix makedepends | Natanael Copa | 2015-06-26 | 1 | -1/+2 |
| | | | | we need more headers for gcc plugins | ||||
* | main/mpd: document the musl gcc fix | Natanael Copa | 2015-06-26 | 2 | -6/+21 |
| | | | | | | underlying problem has been reported upstream: http://bugs.musicpd.org/view.php?id=4387 http://bugs.musicpd.org/view.php?id=4110 | ||||
* | main/acf-freeswitch-vmail: upgrade to 0.6.0 | Ted Trask | 2015-06-26 | 1 | -4/+4 |
| | |||||
* | main/acf-jquery: upgrade to 0.4.1 | Ted Trask | 2015-06-26 | 1 | -4/+4 |
| | |||||
* | main/acf-provisioning-polycom: Revert to 4.0.8c and bump pkgrel | Ted Trask | 2015-06-25 | 1 | -6/+6 |
| | |||||
* | testing/zfs-grsec: rebuild against kernel 3.18.16-r0 | Natanael Copa | 2015-06-25 | 1 | -2/+2 |
| | |||||
* | testing/virtualbox-additions-grsec: rebuild against kernel 3.18.16-r0 | Natanael Copa | 2015-06-25 | 1 | -2/+2 |
| | |||||
* | testing/spl-grsec: rebuild against kernel 3.18.16-r0 | Natanael Copa | 2015-06-25 | 1 | -2/+2 |
| | |||||
* | testing/ipt-netflow-grsec: rebuild against kernel 3.18.16-r0 | Natanael Copa | 2015-06-25 | 1 | -2/+2 |
| |