5837 Commits

Author SHA1 Message Date
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
mb
2c3879aa75 intltool: Check for Perl XML prereq
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23538 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-19 10:57:21 +00:00
acoul
f4ea29b6ed net/usbip: cosmetic fix of r23514
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23537 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-19 08:06:47 +00:00
swalker
115e1eaba2 [packages] mt-daapd: replace dead upstream url
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23536 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-19 07:56:16 +00:00
swalker
9f29ad2dcc [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
2010-10-19 07:44:36 +00:00
swalker
2497be784d [packages] miredo: replace dead upstream url
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23534 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-19 07:38:56 +00:00
mb
19c7b1c813 spandsp: We start with PKG_RELEASE:=1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23527 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-18 21:58:30 +00:00
mb
5a75a818c4 spandsp: Enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23525 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-18 21:45:13 +00:00
mb
20ef1ff1fc 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
2010-10-18 21:35:46 +00:00
florian
963b961dec [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
2010-10-18 20:45:55 +00:00
florian
3f3837757c [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
2010-10-18 20:38:45 +00:00
florian
b8243fc599 [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
2010-10-18 20:38:42 +00:00
florian
026e785705 [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
2010-10-18 20:38:40 +00:00
jow
4e2ab7c6ae [packages] python: ship pyconfig.h (#8032)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23515 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-18 18:37:41 +00:00