aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/xfce4-cpugraph-plugin: upgrade to 1.0.5Natanael Copa2012-07-111-2/+2
|
* main/shorewall-shell: fix redirect excludesNatanael Copa2012-07-112-2/+19
| | | | | | | | | | | | Fixes this error: Setting up Rules... Bad argument `10.12.96.1' Try `iptables -h' or 'iptables --help' for more information. ERROR: Command "/sbin/iptables -t nat -A D_96_dnat -p tcp -d ! 10.12.96.1 --dport 80 -j REDIRECT --to-port 8080" Failed on rule: REDIRECT:info D_96 8080 tcp 80 - !10.12.96.1
* main/ttf-linux-libertine: upgrade to 5.3.0Natanael Copa2012-07-111-13/+10
|
* main/mpg123: upgrade to 1.14.3Natanael Copa2012-07-111-2/+2
|
* main/ghostscript: upgrade to 9.05Natanael Copa2012-07-111-2/+2
|
* main/rsyslog: upgrade to 6.2.2Natanael Copa2012-07-111-2/+2
|
* testing/owncloud: new aportLeonardo Arena2012-07-112-0/+59
| | | | Your own WebDAV-based cloud service
* main/kamailio: enable parallel buildsNatanael Copa2012-07-111-2/+2
| | | | | | | | We really want parallel building for speeing up the building and use all cores available. If things break, try rebuild only the thing that breaks with -j1 and build as much as possible in parallel.
* main/kamailio/APKBUILD - upgrade to 3.3.0 versionNathan Angelacos2012-07-111-6/+15
|
* main/flashrom: 0.9.5.2 versionNathan Angelacos2012-07-111-2/+2
| | | | modified: main/flashrom/APKBUILD
* main/talloc: upgrade to 2.0.7Natanael Copa2012-07-111-3/+3
|
* main/fftw: upgrade to 3.3.2Natanael Copa2012-07-111-2/+2
|
* main/bzr: upgrade to 2.5.1Natanael Copa2012-07-111-2/+2
|
* main/asterisk: upgrade to 10.6.0Timo Teräs2012-07-111-2/+2
|
* testing/apache2-mod-perl: upgrade to 2.0.7Natanael Copa2012-07-101-3/+3
|
* testing/asterisk-dongle: explicitly link to libiconvTimo Teräs2012-07-101-2/+2
| | | | | | Seems that it assumed asterisk to be linked against libiconv which is not the case. Even then, we should have explicit linking for the library to avoid underlinking.
* testing/asterisk-dongle: add iconv to depsTimo Teräs2012-07-101-1/+1
| | | | (i wonder what else i missed)
* testing/asterisk-dongle: new aportTimo Teräs2012-07-102-0/+285
| | | | | asterisk dongle (usb gsm modem) channel driver http://code.google.com/p/asterisk-chan-dongle/
* main/inkscape: rebuild against libpoppler.so.25Natanael Copa2012-07-091-1/+1
|
* main/gc: disable getcontextNatanael Copa2012-07-092-3/+21
|
* testing/qt-creator: new aportNatanael Copa2012-07-092-0/+53
| | | | | Lightweight and cross-platform IDE for Qt http://developer.qt.nokia.com/wiki/Category:Tools::QtCreator
* testing/jailkit: new aportDean Takemori2012-07-094-0/+91
| | | | | Utilities for chroot jailing a user or process. http://olivier.sessink.nl/jailkit
* Initial APKBUILD for stunneldeant@hawaii.rr.com2012-07-091-0/+48
| | | | | | | | | | | | | | SSL wrapper for TCP connections. See http://www.stunnel.org/ TODO: needs Alpine style initscript. reasonable defaults in sample config file (is there a preferred directory for chroot jails?) commit 8f4bfc56164419ecd3e7b91c77cf6d587b0cc16b Author: Dean Takemori <deant@hawaii.rr.com> Date: Sat Jul 7 09:01:16 2012 -1000 Add APKBUILD for stunnel to testing
* main/pidgin: upgrade to 2.10.6Natanael Copa2012-07-091-2/+2
|
* Merge branch 'master' of git://git.alpinelinux.org/aportsBartłomiej Piotrowski2012-07-090-0/+0
|\
| * Merge git://github.com/Barthalion/aportsNatanael Copa2012-07-0912-33/+52
| |\
| * | main/libc0.9.32: backport posix_madviseNatanael Copa2012-07-093-20/+79
| | | | | | | | | | | | and rebase our posix_fallocate
| * | main/xfdesktop: fix use after free bugNatanael Copa2012-07-092-3/+70
| | | | | | | | | | | | https://bugzilla.xfce.org/show_bug.cgi?id=9059
| * | main/xorg-server: upgrade to 1.12.3Natanael Copa2012-07-091-2/+2
| | |
| * | Merge git://git.alpinelinux.org/fab/aportsNatanael Copa2012-07-093-2/+88
| |\ \ | | | | | | | | | | | | | | | | New aports: libcli, userspace-rcu Update: bcfg2 (upgrade to 1.2.3, fix for CVE-2012-3366)
| | * | testing/bcfg2: upgrade to 1.2.3, fix for CVE-2012-3366Fabian Affolter2012-07-071-2/+2
| | | |
| | * | testing/userspace-rcu: new aportFabian Affolter2012-07-071-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data structure accesses to detect grace periods after which memory reclamation is possible. liburcu-cds provides efficient data structures based on RCU and lock-free algorithms. Those structures include hash tables, queues, stacks, and doubly- linked lists. http://lttng.org/urcu/
| | * | testing/libcli: new aportFabian Affolter2012-07-071-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcli provides support for using the arrow keys for command-line editing. Up and Down arrows will cycle through the command history, and Left & Right can be used for editing the current command line. libcli also works out the shortest way of entering a command, so if you have a command "show users grep foobar" defined, you can enter "sh us g foobar" if that is the shortest possible way of doing it. https://github.com/dparrish/libcli
| * | | main/jwhois: enable cacheNatanael Copa2012-07-081-2/+3
| |/ / | | | | | | | | | fixes #1242
* | | main/xmlrpc-c: upgrade to 1.16.42Bartłomiej Piotrowski2012-07-091-2/+2
| | |
* | | main/xmlrpc-c: moved from testingBartłomiej Piotrowski2012-07-092-0/+0
| |/ |/|
* | testing/vnstat: miscellaneous fixesBartłomiej Piotrowski2012-07-094-7/+24
| | | | | | | | | | | | | | - fix path to vnstatd in daemon - add daemon configuration file - create vnstat user and group - unify indentation
* | testing/ufw: upgrade to 0.32Bartłomiej Piotrowski2012-07-091-6/+5
| | | | | | | | - enable IPv6 by default
* | main/python: enable IPv6 supportBartłomiej Piotrowski2012-07-091-1/+2
| |
* | testing/ncmpcpp: upgrade to 0.5.10Bartłomiej Piotrowski2012-07-091-8/+7
| |
* | main/nginx: upgrade to 1.2.2Bartłomiej Piotrowski2012-07-091-7/+9
| | | | | | | | | | - enable PCRE-JIT - run workers as http user
* | main/pcre: upgrade to 8.31Bartłomiej Piotrowski2012-07-091-2/+3
| | | | | | | | - enable JIT
* | main/rtorrent: moved from testingBartłomiej Piotrowski2012-07-091-0/+0
| |
* | main/libtorrent: moved from testingBartłomiej Piotrowski2012-07-091-0/+0
| |
* | testing/gitolite: upgrade to 3.04Bartłomiej Piotrowski2012-07-091-2/+2
| |
* | main/libc0.9.32: backport posix_madviseNatanael Copa2012-07-093-20/+79
| | | | | | | | and rebase our posix_fallocate
* | main/xfdesktop: fix use after free bugNatanael Copa2012-07-092-3/+70
| | | | | | | | https://bugzilla.xfce.org/show_bug.cgi?id=9059
* | main/xorg-server: upgrade to 1.12.3Natanael Copa2012-07-091-2/+2
| |
* | testing/bcfg2: upgrade to 1.2.3, fix for CVE-2012-3366Fabian Affolter2012-07-091-2/+2
| |
* | testing/userspace-rcu: new aportFabian Affolter2012-07-091-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data structure accesses to detect grace periods after which memory reclamation is possible. liburcu-cds provides efficient data structures based on RCU and lock-free algorithms. Those structures include hash tables, queues, stacks, and doubly- linked lists. http://lttng.org/urcu/