packages.git
14 years agospandsp: PPC compile fix.
mb [Sun, 24 Oct 2010 10:24:09 +0000 (10:24 +0000)]
spandsp: PPC compile fix.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23609 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoxkeyboard-config: Add missing dependency to xkbcomp
mb [Sun, 24 Oct 2010 09:52:01 +0000 (09:52 +0000)]
xkeyboard-config: Add missing dependency to xkbcomp

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23608 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoxkbdata: Add missing dependency to xkbcomp
mb [Sun, 24 Oct 2010 09:49:23 +0000 (09:49 +0000)]
xkbdata: Add missing dependency to xkbcomp

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23607 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agosetserial: Compile fixes
mb [Sun, 24 Oct 2010 09:28:15 +0000 (09:28 +0000)]
setserial: Compile fixes

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23606 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agogpxview: Simplify install rule
mb [Sun, 24 Oct 2010 09:12:47 +0000 (09:12 +0000)]
gpxview: Simplify install rule

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23605 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agopython-sip: Host need -fPIC
mb [Sat, 23 Oct 2010 20:31:21 +0000 (20:31 +0000)]
python-sip: Host need -fPIC

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23599 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agopython-sip: Check for python-dev prereq
mb [Sat, 23 Oct 2010 20:16:12 +0000 (20:16 +0000)]
python-sip: Check for python-dev prereq

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23597 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] update avahi to 0.6.28
florian [Sat, 23 Oct 2010 19:05:45 +0000 (19:05 +0000)]
[package] update avahi to 0.6.28

This updates the avahi package from 0.6.25 to 0.6.28, which, according
to the avahi developers, incorporates bugfixes and fixes minor security
issues.

There seems to be an ongoing problem in certain situations where the
avahi-daemon stops working, e.g. see
http://www.mail-archive.com/avahi@lists.freedesktop.org/msg01512.html

It is not known if 0.6.28 fixes that, but at least we will be working
off the latest version.

Signed-off-by: Mike Brady <mikebrady@eircom.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23595 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[packages] iodine: Bump copyright date from r22619
acinonyx [Sat, 23 Oct 2010 15:44:51 +0000 (15:44 +0000)]
[packages] iodine: Bump copyright date from r22619

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23589 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[vim] enable multibyte feature in vim-full package
mirko [Fri, 22 Oct 2010 21:40:52 +0000 (21:40 +0000)]
[vim] enable multibyte feature in vim-full package

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23587 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[packages] asterisk-1.6.x: add func_channel and func_blacklist
zandbelt [Fri, 22 Oct 2010 19:45:39 +0000 (19:45 +0000)]
[packages] asterisk-1.6.x: add func_channel and func_blacklist

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23586 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[PATCH] php5: Php's sqlite3 module needs to be explicite linked to -lpthread with...
jow [Fri, 22 Oct 2010 16:47:43 +0000 (16:47 +0000)]
[PATCH] php5: Php's sqlite3 module needs to be explicite linked to -lpthread with uClibc.
Also add the required package dependencies. See also ticket #7237 for
reference.

A simple test case is the following php script:
<?php
  $db = new SQLite3("test.db");
?>

It hangs and triggers the max execution time without this patch.

Signed-off-by: Michael Heimpold <mhei at heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23585 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoutils/smartmontools: fix a cross compile issue (thank you mbm)
acoul [Fri, 22 Oct 2010 13:59:29 +0000 (13:59 +0000)]
utils/smartmontools: fix a cross compile issue (thank you mbm)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23584 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonet/iperf: fix a typo
acoul [Fri, 22 Oct 2010 11:58:01 +0000 (11:58 +0000)]
net/iperf: fix a typo

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23583 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoutils/smartmontools: update package to version 5.40 (closes #8116)
acoul [Fri, 22 Oct 2010 09:37:13 +0000 (09:37 +0000)]
utils/smartmontools: update package to version 5.40 (closes #8116)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23582 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonet/quagga: fix default options
acoul [Thu, 21 Oct 2010 13:03:12 +0000 (13:03 +0000)]
net/quagga: fix default options

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23569 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonet/usbip: fix SDK compile issues
acoul [Thu, 21 Oct 2010 09:57:57 +0000 (09:57 +0000)]
net/usbip: fix SDK compile issues

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23568 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agotils/procps: fix a make compile issue
acoul [Thu, 21 Oct 2010 08:47:05 +0000 (08:47 +0000)]
tils/procps: fix a make compile issue

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23566 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[packages] bind: Update to version 9.7.2-P2 (#8093)
acinonyx [Thu, 21 Oct 2010 08:36:31 +0000 (08:36 +0000)]
[packages] bind: Update to version 9.7.2-P2 (#8093)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23564 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[packages] alsa-utils: Update to version 1.0.23 (#8106)
acinonyx [Thu, 21 Oct 2010 08:34:07 +0000 (08:34 +0000)]
[packages] alsa-utils: Update to version 1.0.23 (#8106)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23562 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[packages] alsa-libs: Update to version 1.0.23 (#8104)
acinonyx [Thu, 21 Oct 2010 08:32:54 +0000 (08:32 +0000)]
[packages] alsa-libs: Update to version 1.0.23 (#8104)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23561 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoutils/haserl: update to version 0.9.27
acoul [Thu, 21 Oct 2010 08:21:21 +0000 (08:21 +0000)]
utils/haserl: update to version 0.9.27

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23559 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonet/click: update to today's git, add a fix patch.
acoul [Wed, 20 Oct 2010 16:20:17 +0000 (16:20 +0000)]
net/click: update to today's git, add a fix patch.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23550 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoPKG_RELEASE++
tripolar [Wed, 20 Oct 2010 11:52:00 +0000 (11:52 +0000)]
PKG_RELEASE++

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23547 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agouse kill $(cat /var/run/sshd.pid) instead of killall sshd to
tripolar [Wed, 20 Oct 2010 11:35:23 +0000 (11:35 +0000)]
use kill $(cat /var/run/sshd.pid) instead of killall sshd to
avoid that the init script and all sshd instances are killed
when sshd is restarted
thanks  matt

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23546 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agointltool: Check for Perl XML prereq
mb [Tue, 19 Oct 2010 10:57:21 +0000 (10:57 +0000)]
intltool: Check for Perl XML prereq

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23538 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonet/usbip: cosmetic fix of r23514
acoul [Tue, 19 Oct 2010 08:06:47 +0000 (08:06 +0000)]
net/usbip: cosmetic fix of r23514

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23537 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[packages] mt-daapd: replace dead upstream url
swalker [Tue, 19 Oct 2010 07:56:16 +0000 (07:56 +0000)]
[packages] mt-daapd: replace dead upstream url

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23536 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[packages] click: store the git hash in the PKG_REV variable, add PKG_RELEASE, remove...
swalker [Tue, 19 Oct 2010 07:44:36 +0000 (07:44 +0000)]
[packages] click: store the git hash in the PKG_REV variable, add PKG_RELEASE, remove redundant PKG_CAT and PKG_BUILD_DIR

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23535 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[packages] miredo: replace dead upstream url
swalker [Tue, 19 Oct 2010 07:38:56 +0000 (07:38 +0000)]
[packages] miredo: replace dead upstream url

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23534 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agospandsp: We start with PKG_RELEASE:=1
mb [Mon, 18 Oct 2010 21:58:30 +0000 (21:58 +0000)]
spandsp: We start with PKG_RELEASE:=1

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23527 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agospandsp: Enable parallel build
mb [Mon, 18 Oct 2010 21:45:13 +0000 (21:45 +0000)]
spandsp: Enable parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23525 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoFrom: Roman Yeryomin <leroi.lists@gmail.com>
mb [Mon, 18 Oct 2010 21:35:46 +0000 (21:35 +0000)]
From:  Roman Yeryomin <leroi.lists@gmail.com>
add spandsp library package

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23523 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] change sigscheme lib installation directory
florian [Mon, 18 Oct 2010 20:45:55 +0000 (20:45 +0000)]
[package] change sigscheme lib installation directory

This patch installs the lib files for sigscheme (.scm files) in
/usr/share/sigscheme/lib instead of /usr/lib/sigscheme/lib.

If installed in another location, sigscheme can't find them and
refuses to start.

Another way to tackle the problem would be to make sigscheme look
for the .scm files in /usr/lib/sigscheme (the trailinig /lib seems
more than a bit superfluous), but that would require patching
configure.ac, which is probably more trouble than it's worth.

Signed-off-by: Andrea Bolognani <eof@kiyuko.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23522 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] install gsl headers in usr/include/gsl
florian [Mon, 18 Oct 2010 20:38:45 +0000 (20:38 +0000)]
[package] install gsl headers in usr/include/gsl

Signed-off-by: Rainer Poisel <rainer.poisel@fhstp.ac.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23520 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] update heyu to 2.9.1
florian [Mon, 18 Oct 2010 20:38:42 +0000 (20:38 +0000)]
[package] update heyu to 2.9.1

Signed-off-by: Raphael Huck <rhk@cksum.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23519 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] ruby: fix path to libiconv
florian [Mon, 18 Oct 2010 20:38:40 +0000 (20:38 +0000)]
[package] ruby: fix path to libiconv

This enables encoding of iconv.so.

Signed-off-by: Woojae, Park<nikescar at gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23518 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[packages] python: ship pyconfig.h (#8032)
jow [Mon, 18 Oct 2010 18:37:41 +0000 (18:37 +0000)]
[packages] python: ship pyconfig.h (#8032)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23515 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonet/usbip: add some upstream patches (sync to svn #152, may deal with issues of ...
acoul [Mon, 18 Oct 2010 18:33:43 +0000 (18:33 +0000)]
net/usbip: add some upstream patches (sync to svn #152, may deal with issues of #5590)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23514 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoxorg-server: Enable parallel build
mb [Sun, 17 Oct 2010 18:20:13 +0000 (18:20 +0000)]
xorg-server: Enable parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23512 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoxorg-kdrive: Enable parallel build
mb [Sun, 17 Oct 2010 18:15:51 +0000 (18:15 +0000)]
xorg-kdrive: Enable parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23511 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[packages] transmission: update to 2.11, remove dependency -daemon from -remote
obsy [Sun, 17 Oct 2010 18:15:35 +0000 (18:15 +0000)]
[packages] transmission: update to 2.11, remove dependency -daemon from -remote

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23510 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoxorg-kdrive: Disable xsdl autoconf check
mb [Sun, 17 Oct 2010 18:14:48 +0000 (18:14 +0000)]
xorg-kdrive: Disable xsdl autoconf check

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23509 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoxf86-video-glamo: Fails to compile on some arches. Make it depend on s3c24xx.
mb [Sun, 17 Oct 2010 16:47:37 +0000 (16:47 +0000)]
xf86-video-glamo: Fails to compile on some arches. Make it depend on s3c24xx.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23506 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofirmwarehotplug: Fix parallel build
mb [Sun, 17 Oct 2010 12:50:14 +0000 (12:50 +0000)]
firmwarehotplug: Fix parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23496 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoxsupplicant: Internal LEX deps are broken. Disable parallel build.
mb [Sun, 17 Oct 2010 12:21:37 +0000 (12:21 +0000)]
xsupplicant: Internal LEX deps are broken. Disable parallel build.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23494 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agogmediaserver links to uclibcxx and zlib. So add these deps.
mb [Sun, 17 Oct 2010 01:02:30 +0000 (01:02 +0000)]
gmediaserver links to uclibcxx and zlib. So add these deps.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23493 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agogmediaserver: Fix parallel build
mb [Sun, 17 Oct 2010 00:55:10 +0000 (00:55 +0000)]
gmediaserver: Fix parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23492 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[packages] asterisk-1.6.6: added app_alarmreceiver,app_setcallerid and app_verbose
zandbelt [Sat, 16 Oct 2010 22:50:22 +0000 (22:50 +0000)]
[packages] asterisk-1.6.6: added app_alarmreceiver,app_setcallerid and app_verbose

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23491 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agobtrfs-progs: Enable parallel build
mb [Sat, 16 Oct 2010 21:50:11 +0000 (21:50 +0000)]
btrfs-progs: Enable parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23490 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoFixes #8086
mb [Sat, 16 Oct 2010 21:43:16 +0000 (21:43 +0000)]
Fixes #8086

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23489 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agognokii: Parallel build is broken
mb [Sat, 16 Oct 2010 21:36:34 +0000 (21:36 +0000)]
gnokii: Parallel build is broken

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23488 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agognokii: Fix whitespace
mb [Sat, 16 Oct 2010 21:17:04 +0000 (21:17 +0000)]
gnokii: Fix whitespace

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23487 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomaemo-kexec: Rename script to bootmaemo.
mb [Sat, 16 Oct 2010 21:12:26 +0000 (21:12 +0000)]
maemo-kexec: Rename script to bootmaemo.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23486 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agopython-sip: Compile with -fpic
mb [Sat, 16 Oct 2010 20:26:35 +0000 (20:26 +0000)]
python-sip: Compile with -fpic

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23484 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agopwrtray: MIPS fixes
mb [Sat, 16 Oct 2010 20:08:05 +0000 (20:08 +0000)]
pwrtray: MIPS fixes

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23483 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoUse PKG_BUILD_PARALLEL:=0 to force-disable parallel build
mb [Sat, 16 Oct 2010 18:43:37 +0000 (18:43 +0000)]
Use PKG_BUILD_PARALLEL:=0 to force-disable parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23481 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agomdnsreponder: Internal deps are broken. Force -j1
mb [Sat, 16 Oct 2010 18:09:16 +0000 (18:09 +0000)]
mdnsreponder: Internal deps are broken. Force -j1

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23479 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] add vips library (#7866)
florian [Sat, 16 Oct 2010 17:15:27 +0000 (17:15 +0000)]
[package] add vips library (#7866)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23478 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agocdparanoia: Internal deps are broken. Force -j1
mb [Sat, 16 Oct 2010 17:08:36 +0000 (17:08 +0000)]
cdparanoia: Internal deps are broken. Force -j1

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23477 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoxglamo: Depend on s3c24xx
mb [Sat, 16 Oct 2010 14:51:13 +0000 (14:51 +0000)]
xglamo: Depend on s3c24xx

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23476 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoxine-lib: Fix compile. Configure/build may not include headers from the host.
mb [Sat, 16 Oct 2010 14:08:11 +0000 (14:08 +0000)]
xine-lib: Fix compile. Configure/build may not include headers from the host.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23475 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd maintainer to all of my packages
tripolar [Sat, 16 Oct 2010 11:23:19 +0000 (11:23 +0000)]
add maintainer to all of my packages

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23473 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix perl signal numbering for mips
juhosg [Sat, 16 Oct 2010 09:22:42 +0000 (09:22 +0000)]
fix perl signal numbering for mips

This is a followup to my 16 month old patch for perl signal numbering for mipsel:

  https://dev.openwrt.org/changeset/16539

This time for mips.  Tested on atheros (accton mr3201a).  Also
compared favorably to linux-2.6.git's arch/mips/include/asm/signals.h

The most obvious benefit is that forked children get reaped
appropriately in long-running perl processes.  Please apply.

http://www.personaltelco.net/~russell/mips-perl-signal.patch

Signed-off-by: Russell Senior <seniorr@aracnet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23472 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoReturn 001-krb5kdc-dir-to-etc.patch; move database from /var to /etc for persistence
flyn [Sat, 16 Oct 2010 06:14:27 +0000 (06:14 +0000)]
Return 001-krb5kdc-dir-to-etc.patch; move database from /var to /etc for persistence

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23471 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonfs-kernel-server: Fix parallel build
mb [Sat, 16 Oct 2010 01:12:55 +0000 (01:12 +0000)]
nfs-kernel-server: Fix parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23469 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agocollectd: Enable parallel build
mb [Sat, 16 Oct 2010 00:13:59 +0000 (00:13 +0000)]
collectd: Enable parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23468 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agocollectd: Fix build on 2.6.36
mb [Sat, 16 Oct 2010 00:13:23 +0000 (00:13 +0000)]
collectd: Fix build on 2.6.36

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23467 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoznc: Enable parallel build
mb [Fri, 15 Oct 2010 22:01:56 +0000 (22:01 +0000)]
znc: Enable parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23466 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoznc: Fix call to g++-uc
mb [Fri, 15 Oct 2010 21:57:03 +0000 (21:57 +0000)]
znc: Fix call to g++-uc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23465 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[packages] quagga{,-unstable}: Merge quagga-unstable package with quagga package
acinonyx [Fri, 15 Oct 2010 21:43:27 +0000 (21:43 +0000)]
[packages] quagga{,-unstable}: Merge quagga-unstable package with quagga package

 * Switch to quagga 0.99.x for stable version
 * Add menuconfig option to allow selection of old 0.98.6 version
 * Makefile cleanups

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23464 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[packages] btpd: Add default value for bool config options
acinonyx [Fri, 15 Oct 2010 21:39:30 +0000 (21:39 +0000)]
[packages] btpd: Add default value for bool config options

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23463 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoxmpp4r: Fix ruby library path
mb [Fri, 15 Oct 2010 21:23:53 +0000 (21:23 +0000)]
xmpp4r: Fix ruby library path

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23462 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoulogd: mysql config may introduce a stray -lgcc_s. Force remove it.
mb [Fri, 15 Oct 2010 19:58:59 +0000 (19:58 +0000)]
ulogd: mysql config may introduce a stray -lgcc_s. Force remove it.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23461 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoruby: Fix parallel build
mb [Fri, 15 Oct 2010 18:56:23 +0000 (18:56 +0000)]
ruby: Fix parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23460 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[packages] quagga-unstable: Enable OSPF6, ISIS and RIPng daemons
acinonyx [Fri, 15 Oct 2010 17:59:57 +0000 (17:59 +0000)]
[packages] quagga-unstable: Enable OSPF6, ISIS and RIPng daemons

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23459 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agosend: Internal dependencies are broken. Force -j1
mb [Fri, 15 Oct 2010 17:41:59 +0000 (17:41 +0000)]
send: Internal dependencies are broken. Force -j1

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23458 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agouclibc++: Also install .so to dev
mb [Fri, 15 Oct 2010 16:44:52 +0000 (16:44 +0000)]
uclibc++: Also install .so to dev

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23457 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonet/quagga-unstable: Enable parallel build
acoul [Thu, 14 Oct 2010 16:44:45 +0000 (16:44 +0000)]
net/quagga-unstable: Enable parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23450 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonet/quagga-unstable: fix a cross-compile issue. this need to go upstream. (thank...
acoul [Thu, 14 Oct 2010 16:42:52 +0000 (16:42 +0000)]
net/quagga-unstable: fix a cross-compile issue. this need to go upstream. (thank you Acinonyx)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23449 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonet/quagga-unstable: fix compile issue on FreeBSD 8.1
acoul [Thu, 14 Oct 2010 16:41:09 +0000 (16:41 +0000)]
net/quagga-unstable: fix compile issue on FreeBSD 8.1

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23448 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoosiris: Fix parallel build
mb [Thu, 14 Oct 2010 16:13:07 +0000 (16:13 +0000)]
osiris: Fix parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23447 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoopennhrp: Enable parallel build
mb [Thu, 14 Oct 2010 15:46:12 +0000 (15:46 +0000)]
opennhrp: Enable parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23444 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoopennhrp: Fix compile on 2.6.36
mb [Thu, 14 Oct 2010 15:42:25 +0000 (15:42 +0000)]
opennhrp: Fix compile on 2.6.36

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23443 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agopackages/zabbix: use common CONFIGURE_ARGS var, cleanup
nico [Thu, 14 Oct 2010 12:41:29 +0000 (12:41 +0000)]
packages/zabbix: use common CONFIGURE_ARGS var, cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23438 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agopackages/znc: remove redundant configure args
nico [Thu, 14 Oct 2010 12:40:04 +0000 (12:40 +0000)]
packages/znc: remove redundant configure args

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23437 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonet/quagga-unstable: add some upstream patches
acoul [Thu, 14 Oct 2010 09:22:39 +0000 (09:22 +0000)]
net/quagga-unstable: add some upstream patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23436 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoopenl2tp: Enable parallel build
mb [Wed, 13 Oct 2010 19:05:59 +0000 (19:05 +0000)]
openl2tp: Enable parallel build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23428 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoopenl2tp: Remove -Werror. Fixes compile on 2.6.36
mb [Wed, 13 Oct 2010 18:58:57 +0000 (18:58 +0000)]
openl2tp: Remove -Werror. Fixes compile on 2.6.36

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23427 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonginx: Try to fix openssl dependencies
mb [Wed, 13 Oct 2010 17:38:31 +0000 (17:38 +0000)]
nginx: Try to fix openssl dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23426 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agokeynote has broken internal dependencies. Force -j1 for now.
mb [Wed, 13 Oct 2010 16:58:33 +0000 (16:58 +0000)]
keynote has broken internal dependencies. Force -j1 for now.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23425 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonet/lsm: Upgrade to new upstream version 0.60. (thank you Brian J. Murrell)
acoul [Wed, 13 Oct 2010 09:09:43 +0000 (09:09 +0000)]
net/lsm: Upgrade to new upstream version 0.60. (thank you Brian J. Murrell)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23422 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agopackages/freetype: update to 2.3.12
nico [Tue, 12 Oct 2010 20:09:12 +0000 (20:09 +0000)]
packages/freetype: update to 2.3.12

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23418 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agopackages/gd: various fixes
nico [Tue, 12 Oct 2010 20:08:18 +0000 (20:08 +0000)]
packages/gd: various fixes
 * fix patch to tweak configure.ac instead of configure since autoreconf is used in Build/Configure
 * pass --force to libtoolize to actually update libtool
 * add a patch to properly deal with LIBICONV
 * install gdlib-config in $(STAGING_DIR) and a symlink in $(STAGING_DIR_HOST)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23417 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonet/udpxy: add udpxy package. (closes ticket #8077)
acoul [Tue, 12 Oct 2010 14:24:36 +0000 (14:24 +0000)]
net/udpxy: add udpxy package. (closes ticket #8077)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23413 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agonet/click: update to click-20101002 git (#8072)
acoul [Tue, 12 Oct 2010 13:26:27 +0000 (13:26 +0000)]
net/click: update to click-20101002 git (#8072)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23411 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years ago[package] babel: upgrade to version 1.0.2
kerneis [Tue, 12 Oct 2010 07:11:16 +0000 (07:11 +0000)]
[package] babel: upgrade to version 1.0.2

This version works around a gcc bug that would cause assertion failures
on MIPS.  Other than that, there are no user-visible changes.

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23408 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agopackages/chaosvpn: fix build, remove redundant vars
nico [Mon, 11 Oct 2010 20:00:44 +0000 (20:00 +0000)]
packages/chaosvpn: fix build, remove redundant vars

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23405 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agofix a typo in the patch
tripolar [Mon, 11 Oct 2010 18:49:51 +0000 (18:49 +0000)]
fix a typo in the patch

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23404 3c298f89-4303-0410-b956-a3cf2f4a3e73

14 years agoadd CVE-2009-1759 patch to ctorrent
tripolar [Mon, 11 Oct 2010 18:46:43 +0000 (18:46 +0000)]
add CVE-2009-1759 patch to ctorrent
for more info see
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1759

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23403 3c298f89-4303-0410-b956-a3cf2f4a3e73