aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/ccnet: upgrade to 4.2.6Natanael Copa2015-06-291-4/+4
|
* main/libssh2: upgrade to 1.6.0Natanael Copa2015-06-291-4/+4
|
* main/perl-uri: upgrade to 1.68Natanael Copa2015-06-291-4/+4
|
* main/nsd: upgrade to 4.1.3Natanael Copa2015-06-291-4/+4
|
* main/llvm: fix armhf tripleNatanael Copa2015-06-292-8/+8
|
* main/llvm: attempt to fix running the llvm test suite under paxTravis Tilley2015-06-291-9/+18
|
* main/llvm: SSP by default, use -Wl,-z,nowTravis Tilley2015-06-293-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 pollyTravis Tilley2015-06-291-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 patchesKaarle Ritvanen2015-06-293-75/+1
| | | | root cause fixed in py-django-widget-tweaks version 1.4.1
* testing/py-django-widget-tweaks: upgrade to 1.4.1Kaarle Ritvanen2015-06-291-4/+4
|
* main/pidgin: disable and split stuffNatanael Copa2015-06-291-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 versionLeo Unglaub2015-06-291-1/+2
|
* testing/hiawatha: Update to 9.13Leo Unglaub2015-06-291-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 -dbgNatanael Copa2015-06-291-2/+2
|
* main/xfce4-notes-plugin: Update to 1.8.1Leo Unglaub2015-06-291-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 translationKaarle Ritvanen2015-06-282-5/+11
|
* testing/py-django-oscar: compatibility with py-django-widget-tweaks 1.4Kaarle Ritvanen2015-06-283-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.1Kaarle Ritvanen2015-06-272-57/+8
|
* testing/py-django-widget-tweaks: new packageKaarle Ritvanen2015-06-271-0/+37
|
* testing/py-purl: upgrade to 1.1Kaarle Ritvanen2015-06-271-5/+5
|
* main/py-unidecode: upgrade to 0.04.18Kaarle Ritvanen2015-06-271-4/+4
|
* testing/py-django-compressor: upgrade to 1.5Kaarle Ritvanen2015-06-271-4/+4
|
* testing/py-django-appconf: upgrade to 1.0.1Kaarle Ritvanen2015-06-271-4/+4
|
* testing/py-django-treebeard: upgrade to 3.0Kaarle Ritvanen2015-06-271-4/+4
|
* testing/mongodb: upgrade to 3.0.4Bartłomiej Piotrowski2015-06-271-4/+4
|
* testing/mongodb: new aportFilipp Andronov2015-06-2711-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 aportStuart Cardall2015-06-266-0/+468
|
* main/cython: update to 0.22.1Stuart Cardall2015-06-261-4/+4
|
* testing/erlang: Fixing nteventlog dependency from os_monMarlus Saraiva2015-06-262-28/+24
|
* testing/aurena: new aportCarlo Landmeter2015-06-261-0/+56
|
* main/perl-net-smtp-ssl: upgrade to 1.03Carlo Landmeter2015-06-261-4/+6
|
* main/perl-net-http: upgrade to 6.09Carlo Landmeter2015-06-261-5/+5
|
* main/perl-list-moreutils: upgrade to 0.412Carlo Landmeter2015-06-261-4/+4
|
* main/perl-date-manip: upgrade to 6.50Carlo Landmeter2015-06-261-4/+4
|
* main/syslinux: improve portability of update-extlinuxNatanael Copa2015-06-262-5/+5
| | | | minor fix that makes it work with bash
* main/mariadb: fix mysql compat packageNatanael Copa2015-06-261-5/+5
| | | | ref #3843
* testing/spice-vdagent: update init script to #!/sbin/openrc-runStuart Cardall2015-06-262-5/+5
|
* main/git: upgrade to 2.4.5Natanael Copa2015-06-261-4/+4
|
* main/open-vm-tools-grsec: fix build for x86Natanael Copa2015-06-262-1/+18
|
* main/open-vm-tools-grsec: disable for x86 for nowNatanael Copa2015-06-261-1/+1
| | | | http://sourceforge.net/p/open-vm-tools/mailman/message/34016246/
* main/mpd: enable smbclient and nfs support, delegate to clandmeterNatanael Copa2015-06-261-3/+5
|
* main/linux-grsec: fix makedependsNatanael Copa2015-06-261-1/+2
| | | | we need more headers for gcc plugins
* main/mpd: document the musl gcc fixNatanael Copa2015-06-262-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.0Ted Trask2015-06-261-4/+4
|
* main/acf-jquery: upgrade to 0.4.1Ted Trask2015-06-261-4/+4
|
* main/acf-provisioning-polycom: Revert to 4.0.8c and bump pkgrelTed Trask2015-06-251-6/+6
|
* testing/zfs-grsec: rebuild against kernel 3.18.16-r0Natanael Copa2015-06-251-2/+2
|
* testing/virtualbox-additions-grsec: rebuild against kernel 3.18.16-r0Natanael Copa2015-06-251-2/+2
|
* testing/spl-grsec: rebuild against kernel 3.18.16-r0Natanael Copa2015-06-251-2/+2
|
* testing/ipt-netflow-grsec: rebuild against kernel 3.18.16-r0Natanael Copa2015-06-251-2/+2
|