aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/valgrind: recompile with new binutilsTimo Teräs2015-07-011-1/+1
|
* main/lua-asn1: moved from testingTimo Teräs2015-07-011-0/+38
|
* testing/snappy: move to mainCarlo Landmeter2015-07-011-0/+44
|
* testing/libre2: move to mainCarlo Landmeter2015-07-011-0/+43
|
* main/acf-freeswitch-vmail: upgrade to 0.6.1Ted Trask2015-06-301-4/+4
|
* main/zeromq: upgrade to 4.1.2Natanael Copa2015-06-301-4/+5
|
* main/pianobar: upgrade to 2014.09.28Peter Bui2015-06-301-5/+7
|
* main/llvm: various arm fixesNatanael Copa2015-06-304-14/+201
|
* main/gst-libav1: use system ffmpeg and re-enable x86Natanael Copa2015-06-301-3/+4
|
* main/ffmpeg: enable avresample and avfilterNatanael Copa2015-06-301-1/+3
| | | | gst-libav1 needs it.
* main/gst-libav1: disable on x86 for nowNatanael Copa2015-06-301-1/+1
|
* main/freetype: disable harbuzz due to circular depNatanael Copa2015-06-301-2/+2
| | | | | harfbuzz depends on freetyp so we remove harfbuzz from freetype to avoid a circular dep.
* main/gst-plugins-ugly1: upgrade to 1.5.2Natanael Copa2015-06-301-4/+5
|
* main/gst-plugins-good1: upgrade to 1.5.2Natanael Copa2015-06-301-4/+5
|
* main/gst-plugins-bad1: upgrade to 1.5.2Natanael Copa2015-06-301-5/+6
|
* main/gst-libav1: upgrade to 1.5.2Natanael Copa2015-06-301-4/+5
|
* main/gst-plugins-base1: upgrade to 1.5.2Natanael Copa2015-06-301-4/+5
|
* main/gstreamer1: upgrade to 1.5.2Natanael Copa2015-06-301-4/+6
|
* main/gst-libav1: upgrade to 1.4.5Natanael Copa2015-06-291-4/+4
|
* main/v4l-utils: upgrade to 1.6.3Francesco Colista2015-06-291-5/+5
|
* main/perl-ldap: upgrade to 0.65Francesco Colista2015-06-291-6/+6
|
* main/mesa: upgrade to 10.6.1Natanael Copa2015-06-291-4/+4
|
* main/perl-test-script: upgrade to 1.10Francesco Colista2015-06-291-4/+6
|
* main/openrc: upgrade to 0.17Natanael Copa2015-06-291-4/+4
|
* main/xf86-input-vmmouse: upgrade to 13.1.0Natanael Copa2015-06-291-4/+6
|
* main/syncthing: upgrade to 0.11.11Natanael Copa2015-06-291-4/+4
|
* main/tzdata: upgrade to 2015eNatanael Copa2015-06-291-4/+4
|
* main/wavpack: upgrade to 4.75.0Natanael Copa2015-06-291-13/+7
|
* main/wine: upgrade to 1.7.45Natanael Copa2015-06-291-4/+4
|
* main/xf86-video-vesa: upgrade to 2.3.4Natanael Copa2015-06-292-46/+6
|
* main/xfce4-cpufreq-plugin: upgrade to 1.1.2Natanael Copa2015-06-291-5/+5
|
* main/dosfstools: upgrade to 3.0.28Natanael Copa2015-06-292-54/+17
|
* main/nss: upgrade to 3.19.2Natanael Copa2015-06-291-4/+4
|
* main/shorewall6: upgrade to 4.6.10.1Natanael Copa2015-06-291-4/+4
|
* main/shorewall: upgrade to 4.6.10.1Natanael Copa2015-06-291-4/+4
|
* main/shorewall-core: upgrade to 4.6.10.1Natanael Copa2015-06-291-4/+4
|
* main/nss-pam-ldapd: upgrade to 0.9.6Natanael Copa2015-06-291-5/+5
|
* main/seafile: upgrade to 4.2.6Natanael Copa2015-06-291-4/+4
|
* 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.
* 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.
* 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.
* main/py-unidecode: upgrade to 0.04.18Kaarle Ritvanen2015-06-271-4/+4
|