Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/serf: upgrade to 1.3.8 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/cmake: upgrade to 3.1.1 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/lxc: upgrade to 1.1.0 | Natanael Copa | 2015-02-03 | 4 | -320/+9 |
| | |||||
* | main/libass: upgrade to 0.12.1 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/gnutls: upgrade to 3.3.12 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/harfbuzz: upgrade to 0.9.38 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/perl-xml-parser: upgrade to 2.44 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/mpd: upgrade to 0.19.8 | Natanael Copa | 2015-02-03 | 1 | -5/+5 |
| | |||||
* | testing/pdns: rebuild with boost 1.57 | Natanael Copa | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | testing/namecoin: rebuild with boost 1.57 | Natanael Copa | 2015-02-03 | 1 | -2/+2 |
| | |||||
* | testing/mkvtoolnix: rebuild with boost 1.57 | Natanael Copa | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | testing/libtorrent-rasterbar: rebuild with boost 1.57 | Natanael Copa | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | testing/encfs: rebuild with boost 1.57 | Natanael Copa | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | testing/dsf2flac: rebuild with boost 1.57 | Natanael Copa | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | testing/akonadi: rebuild with boost-1.57 | Natanael Copa | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | testing/bitcoin: upgrade to 0.10.0_rc3 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/boost: upgrade to 1.57.0 | Natanael Copa | 2015-02-03 | 1 | -5/+5 |
| | |||||
* | main/memcached: remove perl dependency | Leonardo Arena | 2015-02-03 | 1 | -2/+2 |
| | |||||
* | main/linux-virt-grsec: rename into linux-virtgrsec. Fixes #3846 | Leonardo Arena | 2015-02-03 | 6 | -1/+1 |
| | |||||
* | main/libtool: build fix and clean up | Natanael Copa | 2015-02-03 | 1 | -0/+2 |
| | | | | remove static build and fix makedepends | ||||
* | main/mesa: upgrade to 10.4.3 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/libvdpau: upgrade to 0.9 | Natanael Copa | 2015-02-03 | 1 | -5/+4 |
| | |||||
* | main/linux-headers: upgrade to 3.18.5 | Natanael Copa | 2015-02-03 | 2 | -25/+11 |
| | |||||
* | main/curl: upgrade to 7.40.0 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/libtool: upgrade to 2.4.5 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/perl-module-implementation: upgrade to 0.09 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/liblogging: upgrade to 1.0.5 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/libxshmfence: upgrade to 1.2 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/syncthing: upgrade to 0.10.21 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/zenity: upgrade to 3.14.0 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/wayland: upgrade to 1.6.1 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/less: upgrade to 471 | Natanael Copa | 2015-02-03 | 1 | -4/+4 |
| | |||||
* | main/busybox: upgrade to 1.23.1 | Natanael Copa | 2015-02-03 | 5 | -341/+5 |
| | |||||
* | main/glew: fix -dev dependencies | Timo Teräs | 2015-02-02 | 1 | -2/+3 |
| | |||||
* | main/fping: enable suid root for fping6 | Natanael Copa | 2015-02-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | It should be possible to make ping work as normal user with recent linux: https://lkml.org/lkml/2011/5/13/382 However, it appears that it requires relatively intrusive changes in the ping utility. Its not just opening the socket as SOCK_DGRAM and think everything is ok (like it appears to work on OSX) Busybox tried to add support for it: http://git.busybox.net/busybox/commit/networking/ping.c?id=72745632a13ccd12232127b31e1656f2f7ebcaff But later reverted it: http://git.busybox.net/busybox/commit/networking/ping.c?id=f0058b1b1fe9f7e69b415616096fb9347f599426 The patch for the normal ping utility is also relatively intrusive: http://openwall.info/wiki/_media/segoon/iputils-ss020927-pingsock.diff I could also not find anything that indicates that this works for ipv6 in kernel. There are no /proc/sys/net/ipv6/ping_group_range So it looks like we need to set suid root for now. | ||||
* | testing/xmlindent: new aport | Timo Teräs | 2015-02-02 | 1 | -0/+40 |
| | | | | | An XML indenting utility http://xmlindent.sourceforge.net/ | ||||
* | main/grep: security fix for CVE-2015-1345 | Natanael Copa | 2015-02-02 | 2 | -6/+155 |
| | | | | ref #3864 | ||||
* | main/patch: security fix for CVE-2015-119 | Natanael Copa | 2015-02-02 | 2 | -3/+192 |
| | | | | ref #3854 | ||||
* | main/fping: fix fping6 | Natanael Copa | 2015-02-02 | 3 | -5/+59 |
| | | | | we add workarounds for a couple of issues in musl libc | ||||
* | main/acf-mariadb: Renamed from acf-mysql and bumped to 0.1.2 | Ted Trask | 2015-01-30 | 2 | -25/+26 |
| | |||||
* | main/strongswan: security upgrade to 5.2.2 (CVE-2014-9221) | Timo Teräs | 2015-01-30 | 1 | -5/+5 |
| | |||||
* | testing/otter-browser: update to 0.9.05-dev56 | Isaac Dunham | 2015-01-30 | 1 | -9/+7 |
| | |||||
* | testing/dfc: split -doc subpackage | Natanael Copa | 2015-01-30 | 1 | -1/+2 |
| | |||||
* | Initial APKBUILD of dfc | Pierre Carrier | 2015-01-30 | 1 | -0/+40 |
| | |||||
* | main/geany: fix vte emulation (with patch) | AmatCoder | 2015-01-30 | 2 | -7/+19 |
| | |||||
* | testing/heirloom-mailx: new aport | Isaac Dunham | 2015-01-30 | 7 | -0/+1375 |
| | | | | | | | | | | | | | | | | | | | | heirloom-mailx is a clone of System V "mailx", based on Berkeley Mail 8.1. It has been enhanced to provide all the command line options required by POSIX, as well as several other features: * support for MIME, S/MIME, and attachments * support for SMTP(S), POP3(S), and IMAP(S) * support for maildir-format email archives ... and much more. This is updated from CVS to get current OpenSSL compat. NSS could be used instead of OpenSSL. Some security fixes from Florian Weimer are included - see http://seclists.org/oss-sec/2014/q4/1066 krb5 is used for IMAP authentication over GSS; our libgss doesn't work (and might not be OK to link with openssl?) and using libgssglue will probably require some patching of the makefile. | ||||
* | main/linux-vanilla: upgrade to 3.14.31 | Natanael Copa | 2015-01-30 | 1 | -4/+4 |
| | |||||
* | main/linux-grsec: remove unused patch | Natanael Copa | 2015-01-30 | 1 | -126276/+0 |
| | |||||
* | main/krb5: security fixes for CVE-2014-5353, CVE-2014-5354 | Natanael Copa | 2015-01-30 | 3 | -1/+185 |
| | | | | ref #3799 | ||||
* | main/antiword: security fix for CVE-2014-8123 | Natanael Copa | 2015-01-30 | 2 | -5/+47 |
| | | | | ref #3784 |