Scott V. Kamp [Sat, 30 Oct 2010 12:20:39 +0000 (12:20 +0000)]
[patch-team] remove net/coova-chilli/patches/001-readd-macauth.patch Signed by: hanno.schupp@gmail.com
SVN-Revision: 23720
Scott V. Kamp [Sat, 30 Oct 2010 12:17:00 +0000 (12:17 +0000)]
[patch-team] update coova-chilli to version 1.2.5 Signed by: hanno.schupp@gmail.com
SVN-Revision: 23719
Michael Büsch [Fri, 29 Oct 2010 17:29:36 +0000 (17:29 +0000)]
firmwarehotplug: Parallel build fixes.
SVN-Revision: 23710
Michael Büsch [Thu, 28 Oct 2010 12:43:19 +0000 (12:43 +0000)]
xine-lib: We link to XShm and shape extensions. Add the dependency.
SVN-Revision: 23697
Michael Büsch [Thu, 28 Oct 2010 11:33:28 +0000 (11:33 +0000)]
znc: Strip arguments to module macro. This fixes build of autovoice module.
SVN-Revision: 23696
Michael Büsch [Wed, 27 Oct 2010 21:39:42 +0000 (21:39 +0000)]
minidlna: Disable parallel build due to broken internal deps
SVN-Revision: 23684
Jo-Philipp Wich [Wed, 27 Oct 2010 17:43:47 +0000 (17:43 +0000)]
[packages] kismet: force linking against libnl-tiny (#8138)
SVN-Revision: 23678
Michael Büsch [Wed, 27 Oct 2010 16:02:56 +0000 (16:02 +0000)]
Revert r23676
SVN-Revision: 23677
Michael Büsch [Wed, 27 Oct 2010 15:40:42 +0000 (15:40 +0000)]
linuxigd: Fix compile failure. The library is libip4tc. not libiptc.
SVN-Revision: 23676
Michael Büsch [Wed, 27 Oct 2010 14:28:33 +0000 (14:28 +0000)]
pure-ftpd-tls needs openssl
SVN-Revision: 23672
Michael Büsch [Wed, 27 Oct 2010 13:38:05 +0000 (13:38 +0000)]
Fixup python-sip and pyqt4 to use the internal host-python.
SVN-Revision: 23667
Michael Büsch [Wed, 27 Oct 2010 13:37:11 +0000 (13:37 +0000)]
Split python into a host and target build. Also add a HostPython macro to conveniently and safely invoke host python binary.
SVN-Revision: 23666
Alexandros C. Couloumbis [Wed, 27 Oct 2010 13:20:36 +0000 (13:20 +0000)]
net/quagga: honor configure.ac patch changes
SVN-Revision: 23665
Alexandros C. Couloumbis [Wed, 27 Oct 2010 13:13:05 +0000 (13:13 +0000)]
net/quagga: fix r23654
SVN-Revision: 23664
Michael Büsch [Wed, 27 Oct 2010 11:54:23 +0000 (11:54 +0000)]
xkbcomp: Enable parallel build
SVN-Revision: 23663
Michael Büsch [Wed, 27 Oct 2010 11:53:10 +0000 (11:53 +0000)]
xkbcomp links to libxkbfile. Add the dependency. This fixes compile failures.
SVN-Revision: 23662
Alexandros C. Couloumbis [Wed, 27 Oct 2010 10:34:32 +0000 (10:34 +0000)]
net/quagga: fix multipath detection. (closes #8136)
SVN-Revision: 23654
Michael Büsch [Tue, 26 Oct 2010 23:03:50 +0000 (23:03 +0000)]
samba: Pass required host configure flags. This fixes compile on my x64 box.
SVN-Revision: 23648
Scott V. Kamp [Tue, 26 Oct 2010 19:27:44 +0000 (19:27 +0000)]
[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>
SVN-Revision: 23645
Alexandros C. Couloumbis [Tue, 26 Oct 2010 11:55:34 +0000 (11:55 +0000)]
net/bird: update to version 1.2.5
SVN-Revision: 23638
Jo-Philipp Wich [Mon, 25 Oct 2010 20:20:49 +0000 (20:20 +0000)]
[packages] znc: simplify makefile
SVN-Revision: 23634
Scott V. Kamp [Mon, 25 Oct 2010 15:01:08 +0000 (15:01 +0000)]
[patch-team] ZNC: upate to 0.094 - Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com<jonas.gorski%2Bopenwrt@gmail.com>
SVN-Revision: 23632
Scott V. Kamp [Mon, 25 Oct 2010 14:13:19 +0000 (14:13 +0000)]
[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>
SVN-Revision: 23631
Alexandros C. Couloumbis [Mon, 25 Oct 2010 11:07:24 +0000 (11:07 +0000)]
net/quagga: include another upstream patch
SVN-Revision: 23629
Scott V. Kamp [Mon, 25 Oct 2010 02:02:29 +0000 (02:02 +0000)]
[patch-team] revert commit 23626 - needs fixing
SVN-Revision: 23627
Scott V. Kamp [Mon, 25 Oct 2010 01:10:58 +0000 (01:10 +0000)]
[patch-team] ZNC: upate to 0.094 - Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 23626
Florian Fainelli [Sun, 24 Oct 2010 20:44:51 +0000 (20:44 +0000)]
[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>
SVN-Revision: 23624
Michael Büsch [Sun, 24 Oct 2010 14:09:32 +0000 (14:09 +0000)]
temporarily disable python-dev check
SVN-Revision: 23620
Florian Fainelli [Sun, 24 Oct 2010 13:20:30 +0000 (13:20 +0000)]
[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>
SVN-Revision: 23618
Florian Fainelli [Sun, 24 Oct 2010 13:20:25 +0000 (13:20 +0000)]
[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>
SVN-Revision: 23617
Michael Büsch [Sun, 24 Oct 2010 11:34:41 +0000 (11:34 +0000)]
pwrtray: Compilefix on avr32
SVN-Revision: 23614
Florian Fainelli [Sun, 24 Oct 2010 11:13:18 +0000 (11:13 +0000)]
[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>
SVN-Revision: 23613
Florian Fainelli [Sun, 24 Oct 2010 11:13:16 +0000 (11:13 +0000)]
[package] update openssh to 5.6p1
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 23612
Florian Fainelli [Sun, 24 Oct 2010 11:13:13 +0000 (11:13 +0000)]
[package] update lm-sensors to 3.2.0
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 23611
Florian Fainelli [Sun, 24 Oct 2010 10:54:40 +0000 (10:54 +0000)]
[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>
SVN-Revision: 23610
Michael Büsch [Sun, 24 Oct 2010 10:24:09 +0000 (10:24 +0000)]
spandsp: PPC compile fix.
SVN-Revision: 23609
Michael Büsch [Sun, 24 Oct 2010 09:52:01 +0000 (09:52 +0000)]
xkeyboard-config: Add missing dependency to xkbcomp
SVN-Revision: 23608
Michael Büsch [Sun, 24 Oct 2010 09:49:23 +0000 (09:49 +0000)]
xkbdata: Add missing dependency to xkbcomp
SVN-Revision: 23607
Michael Büsch [Sun, 24 Oct 2010 09:28:15 +0000 (09:28 +0000)]
setserial: Compile fixes
SVN-Revision: 23606
Michael Büsch [Sun, 24 Oct 2010 09:12:47 +0000 (09:12 +0000)]
gpxview: Simplify install rule
SVN-Revision: 23605
Michael Büsch [Sat, 23 Oct 2010 20:31:21 +0000 (20:31 +0000)]
python-sip: Host need -fPIC
SVN-Revision: 23599
Michael Büsch [Sat, 23 Oct 2010 20:16:12 +0000 (20:16 +0000)]
python-sip: Check for python-dev prereq
SVN-Revision: 23597
Florian Fainelli [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>
SVN-Revision: 23595
Vasilis Tsiligiannis [Sat, 23 Oct 2010 15:44:51 +0000 (15:44 +0000)]
[packages] iodine: Bump copyright date from r22619
SVN-Revision: 23589
Mirko Vogt [Fri, 22 Oct 2010 21:40:52 +0000 (21:40 +0000)]
[vim] enable multibyte feature in vim-full package
SVN-Revision: 23587
Hans Zandbelt [Fri, 22 Oct 2010 19:45:39 +0000 (19:45 +0000)]
[packages] asterisk-1.6.x: add func_channel and func_blacklist
SVN-Revision: 23586
Jo-Philipp Wich [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>
SVN-Revision: 23585
Alexandros C. Couloumbis [Fri, 22 Oct 2010 13:59:29 +0000 (13:59 +0000)]
utils/smartmontools: fix a cross compile issue (thank you mbm)
SVN-Revision: 23584
Alexandros C. Couloumbis [Fri, 22 Oct 2010 11:58:01 +0000 (11:58 +0000)]
net/iperf: fix a typo
SVN-Revision: 23583
Alexandros C. Couloumbis [Fri, 22 Oct 2010 09:37:13 +0000 (09:37 +0000)]
utils/smartmontools: update package to version 5.40 (closes #8116)
SVN-Revision: 23582
Alexandros C. Couloumbis [Thu, 21 Oct 2010 13:03:12 +0000 (13:03 +0000)]
net/quagga: fix default options
SVN-Revision: 23569
Alexandros C. Couloumbis [Thu, 21 Oct 2010 09:57:57 +0000 (09:57 +0000)]
net/usbip: fix SDK compile issues
SVN-Revision: 23568
Alexandros C. Couloumbis [Thu, 21 Oct 2010 08:47:05 +0000 (08:47 +0000)]
tils/procps: fix a make compile issue
SVN-Revision: 23566
Vasilis Tsiligiannis [Thu, 21 Oct 2010 08:36:31 +0000 (08:36 +0000)]
[packages] bind: Update to version 9.7.2-P2 (#8093)
SVN-Revision: 23564
Vasilis Tsiligiannis [Thu, 21 Oct 2010 08:34:07 +0000 (08:34 +0000)]
[packages] alsa-utils: Update to version 1.0.23 (#8106)
SVN-Revision: 23562
Vasilis Tsiligiannis [Thu, 21 Oct 2010 08:32:54 +0000 (08:32 +0000)]
[packages] alsa-libs: Update to version 1.0.23 (#8104)
SVN-Revision: 23561
Alexandros C. Couloumbis [Thu, 21 Oct 2010 08:21:21 +0000 (08:21 +0000)]
utils/haserl: update to version 0.9.27
SVN-Revision: 23559
Alexandros C. Couloumbis [Wed, 20 Oct 2010 16:20:17 +0000 (16:20 +0000)]
net/click: update to today's git, add a fix patch.
SVN-Revision: 23550
Peter Wagner [Wed, 20 Oct 2010 11:52:00 +0000 (11:52 +0000)]
PKG_RELEASE++
SVN-Revision: 23547
Peter Wagner [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
SVN-Revision: 23546
Michael Büsch [Tue, 19 Oct 2010 10:57:21 +0000 (10:57 +0000)]
intltool: Check for Perl XML prereq
SVN-Revision: 23538
Alexandros C. Couloumbis [Tue, 19 Oct 2010 08:06:47 +0000 (08:06 +0000)]
net/usbip: cosmetic fix of r23514
SVN-Revision: 23537
Stephen Walker [Tue, 19 Oct 2010 07:56:16 +0000 (07:56 +0000)]
[packages] mt-daapd: replace dead upstream url
SVN-Revision: 23536
Stephen Walker [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
SVN-Revision: 23535
Stephen Walker [Tue, 19 Oct 2010 07:38:56 +0000 (07:38 +0000)]
[packages] miredo: replace dead upstream url
SVN-Revision: 23534
Michael Büsch [Mon, 18 Oct 2010 21:58:30 +0000 (21:58 +0000)]
spandsp: We start with PKG_RELEASE:=1
SVN-Revision: 23527
Michael Büsch [Mon, 18 Oct 2010 21:45:13 +0000 (21:45 +0000)]
spandsp: Enable parallel build
SVN-Revision: 23525
Michael Büsch [Mon, 18 Oct 2010 21:35:46 +0000 (21:35 +0000)]
From: Roman Yeryomin <leroi.lists@gmail.com>
add spandsp library package
SVN-Revision: 23523
Florian Fainelli [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>
SVN-Revision: 23522
Florian Fainelli [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>
SVN-Revision: 23520
Florian Fainelli [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>
SVN-Revision: 23519
Florian Fainelli [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>
SVN-Revision: 23518
Jo-Philipp Wich [Mon, 18 Oct 2010 18:37:41 +0000 (18:37 +0000)]
[packages] python: ship pyconfig.h (#8032)
SVN-Revision: 23515
Alexandros C. Couloumbis [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)
SVN-Revision: 23514
Michael Büsch [Sun, 17 Oct 2010 18:20:13 +0000 (18:20 +0000)]
xorg-server: Enable parallel build
SVN-Revision: 23512
Michael Büsch [Sun, 17 Oct 2010 18:15:51 +0000 (18:15 +0000)]
xorg-kdrive: Enable parallel build
SVN-Revision: 23511
Cezary Jackiewicz [Sun, 17 Oct 2010 18:15:35 +0000 (18:15 +0000)]
[packages] transmission: update to 2.11, remove dependency -daemon from -remote
SVN-Revision: 23510
Michael Büsch [Sun, 17 Oct 2010 18:14:48 +0000 (18:14 +0000)]
xorg-kdrive: Disable xsdl autoconf check
SVN-Revision: 23509
Michael Büsch [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.
SVN-Revision: 23506
Michael Büsch [Sun, 17 Oct 2010 12:50:14 +0000 (12:50 +0000)]
firmwarehotplug: Fix parallel build
SVN-Revision: 23496
Michael Büsch [Sun, 17 Oct 2010 12:21:37 +0000 (12:21 +0000)]
xsupplicant: Internal LEX deps are broken. Disable parallel build.
SVN-Revision: 23494
Michael Büsch [Sun, 17 Oct 2010 01:02:30 +0000 (01:02 +0000)]
gmediaserver links to uclibcxx and zlib. So add these deps.
SVN-Revision: 23493
Michael Büsch [Sun, 17 Oct 2010 00:55:10 +0000 (00:55 +0000)]
gmediaserver: Fix parallel build
SVN-Revision: 23492
Hans 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
SVN-Revision: 23491
Michael Büsch [Sat, 16 Oct 2010 21:50:11 +0000 (21:50 +0000)]
btrfs-progs: Enable parallel build
SVN-Revision: 23490
Michael Büsch [Sat, 16 Oct 2010 21:43:16 +0000 (21:43 +0000)]
Fixes #8086
SVN-Revision: 23489
Michael Büsch [Sat, 16 Oct 2010 21:36:34 +0000 (21:36 +0000)]
gnokii: Parallel build is broken
SVN-Revision: 23488
Michael Büsch [Sat, 16 Oct 2010 21:17:04 +0000 (21:17 +0000)]
gnokii: Fix whitespace
SVN-Revision: 23487
Michael Büsch [Sat, 16 Oct 2010 21:12:26 +0000 (21:12 +0000)]
maemo-kexec: Rename script to bootmaemo.
SVN-Revision: 23486
Michael Büsch [Sat, 16 Oct 2010 20:26:35 +0000 (20:26 +0000)]
python-sip: Compile with -fpic
SVN-Revision: 23484
Michael Büsch [Sat, 16 Oct 2010 20:08:05 +0000 (20:08 +0000)]
pwrtray: MIPS fixes
SVN-Revision: 23483
Michael Büsch [Sat, 16 Oct 2010 18:43:37 +0000 (18:43 +0000)]
Use PKG_BUILD_PARALLEL:=0 to force-disable parallel build
SVN-Revision: 23481
Michael Büsch [Sat, 16 Oct 2010 18:09:16 +0000 (18:09 +0000)]
mdnsreponder: Internal deps are broken. Force -j1
SVN-Revision: 23479
Florian Fainelli [Sat, 16 Oct 2010 17:15:27 +0000 (17:15 +0000)]
[package] add vips library (#7866)
SVN-Revision: 23478
Michael Büsch [Sat, 16 Oct 2010 17:08:36 +0000 (17:08 +0000)]
cdparanoia: Internal deps are broken. Force -j1
SVN-Revision: 23477
Michael Büsch [Sat, 16 Oct 2010 14:51:13 +0000 (14:51 +0000)]
xglamo: Depend on s3c24xx
SVN-Revision: 23476
Michael Büsch [Sat, 16 Oct 2010 14:08:11 +0000 (14:08 +0000)]
xine-lib: Fix compile. Configure/build may not include headers from the host.
SVN-Revision: 23475
Peter Wagner [Sat, 16 Oct 2010 11:23:19 +0000 (11:23 +0000)]
add maintainer to all of my packages
SVN-Revision: 23473
Gabor Juhos [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>
SVN-Revision: 23472
W. Michael Petullo [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
SVN-Revision: 23471