5850 Commits

Author SHA1 Message Date
mb
59cb70ac2c Fixup python-sip and pyqt4 to use the internal host-python.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23667 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 13:38:05 +00:00
mb
83b35d28c8 Split python into a host and target build. Also add a HostPython macro to conveniently and safely invoke host python binary.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23666 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 13:37:11 +00:00
acoul
473826023c net/quagga: honor configure.ac patch changes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23665 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 13:20:36 +00:00
acoul
0f157e5bbc net/quagga: fix r23654
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 13:13:05 +00:00
mb
5518a263c7 xkbcomp: Enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 11:54:23 +00:00
mb
683ac0d7cd xkbcomp links to libxkbfile. Add the dependency. This fixes compile failures.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23662 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 11:53:10 +00:00
acoul
fc3147de24 net/quagga: fix multipath detection. (closes #8136)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23654 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 10:34:32 +00:00
mb
63b0ea2360 samba: Pass required host configure flags. This fixes compile on my x64 box.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-26 23:03:50 +00:00
dingo
1fe19523a0 [patch-team] Also build and package the extra modules and package the droproot module
with ZNC. This allows dropping the dependency to coreutils-su.

             Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@23645 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-26 19:27:44 +00:00
acoul
dc36002bbe net/bird: update to version 1.2.5
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23638 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-26 11:55:34 +00:00
jow
5868e47f37 [packages] znc: simplify makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23634 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 20:20:49 +00:00
dingo
0dd4c2cf74 [patch-team] ZNC: upate to 0.094 - Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com<jonas.gorski%2Bopenwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23632 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 15:01:08 +00:00
dingo
9eea81f60e [patch-team] update wing packge version to 20101023 - Split wing compilation into host and target - Signed-off-by: Roberto Riggio<roberto.riggio@create-net.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 14:13:19 +00:00
acoul
fcee0983f9 net/quagga: include another upstream patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23629 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 11:07:24 +00:00
dingo
ae4b15514e [patch-team] revert commit 23626 - needs fixing
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23627 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 02:02:29 +00:00
dingo
0c95da9c44 [patch-team] ZNC: upate to 0.094 - Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23626 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 01:10:58 +00:00
florian
d1159d300c [package] update monit from 5.0.3 to 5.1.1
I wanted to configure monit with a rule that checks a network
connection, restarts the connection if it fails, and eventually
reboots the entire router if the connection restarts don't work.

I wrote this in my rules:

  start "/sbin/ifup inet"
  stop "/sbin/ifdown inet"
  if failed icmp type echo count 3 timeout 10 seconds then restart
  if 3 restarts within 5 cycles then exec "/sbin/reboot"

When I tested these rules I found that monit 5.0.3 does not
support the phrase:

  ... then exec "/sbin/reboot"

But this phrase is supported by monit 5.1.1.

I patched the Makefile to upgrade to 5.1.1, rebuilt and reflashed,
and now my monit rule runs as intended.  So I have tested this on a
grand total of one machine (Linksys WAG354G, TI AR7).  Is this
enough to justify upgrading monit for everyone?

My changes to package/feeds/packages/monit/Makefile are below.
They were generated with svn diff.

Signed-off-by: Jon Hirst <openwrt@jonmail.co.uk>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 20:44:51 +00:00
mb
c8c559d95c temporarily disable python-dev check
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 14:09:32 +00:00
florian
cfc65b7052 [package] make initscript of fastcgi-php to use /etc/rc.common
currently the init.d script of fastcgi-php do not use the standard
rc.common methods. The attached patch fixes that.

Signed-off-by: Alexander Sulfrian <alexander@sulfrian.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23618 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 13:20:30 +00:00
florian
8fcbe6cb55 [package] update shorewall-lite to 4.4.12.2
This simply updates shorewall-lite to the (at least near) current
4.4.12.2

Signed-off-by: Brian J. Murrell <brian <at> interlinx.bc.ca>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23617 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 13:20:25 +00:00
mb
ef9e00ea83 pwrtray: Compilefix on avr32
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23614 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 11:34:41 +00:00
florian
14b1cba151 [package] stage krb5 headers and libs
This is needed for other packages to link against krb5.

Signed-off-by: Daniel Golle <daniel.golle@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23613 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 11:13:18 +00:00
florian
56320e431b [package] update openssh to 5.6p1
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 11:13:16 +00:00
florian
6b03d37999 [package] update lm-sensors to 3.2.0
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23611 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 11:13:13 +00:00
florian
51e506266c [package] fix libevent libtool fixup
The use of Hooks/InstallDev/Post is invalid and superseded by the PKG_FIXUP use

Signed-off-by: Nicolas Leonard <leonard.nicolas@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23610 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 10:54:40 +00:00
mb
fa8f19496a spandsp: PPC compile fix.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23609 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 10:24:09 +00:00
mb
d43d324d0c xkeyboard-config: Add missing dependency to xkbcomp
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23608 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 09:52:01 +00:00
mb
42f0fd99ed xkbdata: Add missing dependency to xkbcomp
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23607 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 09:49:23 +00:00
mb
5454e3bf8a setserial: Compile fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23606 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 09:28:15 +00:00
mb
ad25df12e8 gpxview: Simplify install rule
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23605 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 09:12:47 +00:00
mb
38d30dc1a0 python-sip: Host need -fPIC
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 20:31:21 +00:00
mb
8b012c8faa python-sip: Check for python-dev prereq
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23597 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 20:16:12 +00:00
florian
62be5cb5de [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
2010-10-23 19:05:45 +00:00
acinonyx
ac888fa28d [packages] iodine: Bump copyright date from r22619
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23589 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 15:44:51 +00:00
mirko
9199a8f514 [vim] enable multibyte feature in vim-full package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23587 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-22 21:40:52 +00:00
zandbelt
92a569c128 [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
2010-10-22 19:45:39 +00:00
jow
9b33ba0b6b [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
2010-10-22 16:47:43 +00:00
acoul
fa803d2967 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
2010-10-22 13:59:29 +00:00
acoul
3d6bf08cc6 net/iperf: fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23583 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-22 11:58:01 +00:00
acoul
08eaf829dd 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
2010-10-22 09:37:13 +00:00
acoul
6fc88664c1 net/quagga: fix default options
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23569 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 13:03:12 +00:00
acoul
97974f7713 net/usbip: fix SDK compile issues
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23568 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 09:57:57 +00:00
acoul
22881831e9 tils/procps: fix a make compile issue
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23566 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 08:47:05 +00:00
acinonyx
b799b62acc [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
2010-10-21 08:36:31 +00:00
acinonyx
e158801f4f [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
2010-10-21 08:34:07 +00:00
acinonyx
843a6d1147 [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
2010-10-21 08:32:54 +00:00
acoul
d1d13cfbad utils/haserl: update to version 0.9.27
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23559 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 08:21:21 +00:00
acoul
6db6a4345b 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
2010-10-20 16:20:17 +00:00
tripolar
dc853615cc PKG_RELEASE++
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23547 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 11:52:00 +00:00
tripolar
2b9eb3c66d 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
2010-10-20 11:35:23 +00:00