Florian Fainelli [Sun, 28 Aug 2011 12:08:35 +0000 (12:08 +0000)]
[package] usb-modeswitch: update to 1.1.9
patch from Alexander Khryukin.
SVN-Revision: 28104
Florian Fainelli [Sun, 28 Aug 2011 12:08:33 +0000 (12:08 +0000)]
[package] usb-modeswitch-data: bump to
20110805
The update is required as the old filename
usb-modeswitch-data-
20110705.tar.bz2 is no longer hosted on
http://www.draisberghof.de/usb_modeswitch/
BTW, the two openwrt.org backup servers do not hold either the old
usb-modeswitch-data-
20110705.tar.bz2 nor the new
usb-modeswitch-data-
20110805.tar.bz2
In effect there is a dependency on one external server. If they decide
to change to a new version and not continue hosting the old, the
compilation breaks. The sources on the openwrt,org servers should
therefore be urgently updated.
Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com>
SVN-Revision: 28103
Florian Fainelli [Sun, 28 Aug 2011 12:08:31 +0000 (12:08 +0000)]
[package] ipsec-tools: update to 0.8.0, add init script
Signed-off-by: Artem Makhutov <artem@makhutov.org>
SVN-Revision: 28102
Florian Fainelli [Sun, 28 Aug 2011 12:08:30 +0000 (12:08 +0000)]
[package] ffmpeg: fix typo in Makefile
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
SVN-Revision: 28101
Florian Fainelli [Sun, 28 Aug 2011 12:08:28 +0000 (12:08 +0000)]
[package] axtls: updae to 1.4.3
I'm the developer of axTLS. I've got an update to use the latest
version. Hopefully nothing too dramatic here.
Signed-off-by: Cameron Rich <camster444@gmail.com>
SVN-Revision: 28100
Florian Fainelli [Sun, 28 Aug 2011 12:08:27 +0000 (12:08 +0000)]
[package] libosip2: minor fix for libosip2 package
Remove unneeded configure flags and add support for parallel build.
No need to bump the PKG_RELEASE.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 28099
Florian Fainelli [Sun, 28 Aug 2011 12:08:25 +0000 (12:08 +0000)]
[package] openvpn: update to 2.2.1, reorganize makefile
Upgrade to new version, add menu, refresh patches and reorganize
Makefile.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 28098
Florian Fainelli [Sun, 28 Aug 2011 12:08:23 +0000 (12:08 +0000)]
[package] reorganize siproxd package
Reorganize siproxd package, add better plugins support and revert to
shared plugins.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 28097
Stephen Walker [Sat, 27 Aug 2011 19:13:44 +0000 (19:13 +0000)]
[packages] paris-traceroute: add paris-traceroute
SVN-Revision: 28092
Stephen Walker [Sat, 27 Aug 2011 19:12:45 +0000 (19:12 +0000)]
[packages] ditg: update to 2.8.0-rc1, remove obsolete patch
SVN-Revision: 28091
Jonathan McCrohan [Fri, 26 Aug 2011 21:10:48 +0000 (21:10 +0000)]
[package] lcd4linux: fix new plugins that were added during bump to r1158
SVN-Revision: 28090
Jonathan McCrohan [Thu, 25 Aug 2011 22:56:41 +0000 (22:56 +0000)]
[package] lcd4linux: bump to r1158
SVN-Revision: 28088
Florian Fainelli [Thu, 25 Aug 2011 10:10:38 +0000 (10:10 +0000)]
[package] Fix mysql dependencies
Trying to fix some issues with php5 I discoverd that php5's mysql extension doesn't load:
<snip>
root@OpenWrt:/tmp# php-cli -m
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/mysql.so' - File not found in Unknown on line 0
[PHP Modules]
Core
ctype
curl
date
ereg
gettext
json
openssl
pcntl
pcre
posix
Reflection
session
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
zlib
[Zend Modules]
</snap>
After installing uclibcxx, the extension loads fine:
<snip>
root@OpenWrt:/tmp# opkg install uclibcxx
Installing uclibcxx (0.2.2-3) to root...
Downloading http://192.168.1.2:8081/brcm47xx/packages/uclibcxx_0.2.2-3_brcm47xx.ipk.
Configuring uclibcxx.
root@OpenWrt:/tmp# php-cli -m
[PHP Modules]
<...>
mysql
<...>
[Zend Modules]
</snap>
So the mysqlclient library needs uclibcxx, not only mysql-server. But since
mysql-server is depended of the mysqlclient library we can shorten its dependencies.
I also cross-checked that e.g. a mysql-enabled lighttpd shows the same behaviour
when uclibcxx is not installed.
<snip>
root@OpenWrt:/tmp/log/lighttpd# lighttpd -f /etc/lighttpd/lighttpd.conf
1970-01-01 05:07:30: (plugin.c.169) dlopen() failed for: /usr/lib/lighttpd/mod_mysql_vhost.so File not found
1970-01-01 05:07:30: (server.c.650) loading plugins finally failed
</snap>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 28083
Jo-Philipp Wich [Mon, 22 Aug 2011 22:50:16 +0000 (22:50 +0000)]
[package] wide-dhcpv6: improve user DUID handling
- values containing exactly six octets are treated as type 3 (DUID-LL)
- values containing seven and more octets get the length tag added in native endianess
- all other values are treated as invalid
SVN-Revision: 28079
Hans Zandbelt [Mon, 22 Aug 2011 11:26:02 +0000 (11:26 +0000)]
[packages] asterisk-1.8.x: refresh patches
SVN-Revision: 28072
Hans Zandbelt [Mon, 22 Aug 2011 11:25:37 +0000 (11:25 +0000)]
[packages] asterisk-1.8.x: fix chan_gtalk (#9976)
SVN-Revision: 28071
Hans Zandbelt [Mon, 22 Aug 2011 11:24:32 +0000 (11:24 +0000)]
[packages] asterisk-1.8.x: add chan_skinny (#9756) fix voicemail res_smdi inclusion (#9748)
SVN-Revision: 28070
Jan Willies [Mon, 22 Aug 2011 06:48:56 +0000 (06:48 +0000)]
[packages] pulseaudio: use PKG_CONFIG_LIBDIR
SVN-Revision: 28068
Jan Willies [Mon, 22 Aug 2011 06:48:53 +0000 (06:48 +0000)]
[packages] libsndfile: fix large file support (#9955), thanks jow for tracking this down
SVN-Revision: 28067
Marek Lindner [Sun, 21 Aug 2011 23:45:09 +0000 (23:45 +0000)]
batman-adv: upgrade package to latest release (2011.3.0)
Also split init script into lib and init script as suggested by
Filippo Sallemi to allow including the lib from a hotplug script.
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 28066
Jan Willies [Sun, 21 Aug 2011 14:41:10 +0000 (14:41 +0000)]
[packages] libsndfile: update to 1.0.25
SVN-Revision: 28065
Florian Fainelli [Sat, 20 Aug 2011 12:15:37 +0000 (12:15 +0000)]
[package] vips: update to 7.26.1 (#9666)
SVN-Revision: 28064
Florian Fainelli [Sat, 20 Aug 2011 11:27:00 +0000 (11:27 +0000)]
[package] ffmpeg: 0.8.2 Version Bump (#8831)
FFmpeg 0.8.2 Version Bump (#8831)
Dropped configure options:
--disable-ipv6: IPv6 is no longer a separate switch. It's network aware or isn't.
--disable-libfaad: This switch isn't listed as part of ./configure --help.
--disable-vhook: vhook is no longer a part of ffmpeg.
Added configure options:
--disable-doc: Disables documentation
--disable-dxva2: Disables Microsoft's DirectX Video Acceleration v2
--enable-version3: Builds GPLv3 code
--disable-filters: Disables audio/video stream processing filters
--disable-hwaccels: Disables hardware video playback acceleration
--disable-ffplay: FFplay is a SDL(?) based media player.
Dropped formats:
oss is not listed in ./configure --list-muxers
mpeg4aac is not listed in ./configure --list-decoders
Configure options were reordered to roughly be:
Generic program configure switches
Libav* feature options
Binary selection
All of the libav* feature disabling was done at once. This is to keep from second guessing FFmpeg's internal dependency checking when we start enabling options.
Added options to keep from mass disabling encoders/muxers and decoders/demuxers. This should address #8831's issue.
Added option to build FFprobe. FFprobe is a command line media identification tool, very similar to the output of a bare ffmpeg -i.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
SVN-Revision: 28063
Florian Fainelli [Sat, 20 Aug 2011 11:26:58 +0000 (11:26 +0000)]
[package] vips: update to 7.24.5
This updates to VIPS 7.24.5 and includes the im_bufjpeg2vips function,
backported from Git master.
Signed-off-by: W. Michael Petullo <mike at flyn.org>
SVN-Revision: 28062
Florian Fainelli [Sat, 20 Aug 2011 11:26:57 +0000 (11:26 +0000)]
[package] coova-chilli: update to 1.2.8
Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com>
SVN-Revision: 28061
Florian Fainelli [Sat, 20 Aug 2011 11:26:55 +0000 (11:26 +0000)]
[package] shorewall6-lite: fix typo in category name
SVN-Revision: 28060
Florian Fainelli [Sat, 20 Aug 2011 11:26:54 +0000 (11:26 +0000)]
[package] shorewall6-lite: remove ip6tables-utiles dependency after r27961
SVN-Revision: 28059
Florian Fainelli [Sat, 20 Aug 2011 11:26:49 +0000 (11:26 +0000)]
[package] shorewall6-lite: update to 4.4.22.2
Signed-off-by: Edy Corak info@loenshotel.de
SVN-Revision: 28058
Jo-Philipp Wich [Fri, 19 Aug 2011 23:35:30 +0000 (23:35 +0000)]
[packages] hplib: ship SANE configuration (#9964)
SVN-Revision: 28055
Jan Willies [Fri, 19 Aug 2011 09:35:06 +0000 (09:35 +0000)]
[packages] pulseaudio: always build pulseaudio-tools sans dbus (#9956)
SVN-Revision: 28046
Jan Willies [Thu, 18 Aug 2011 21:03:34 +0000 (21:03 +0000)]
[packages] pulseaudio: fix VARIANT building (#9952)
SVN-Revision: 28045
Jan Willies [Thu, 18 Aug 2011 13:44:20 +0000 (13:44 +0000)]
rework pulseaudio package:
- split pulseaudio into pulseaudio-daemon and pulseaudio-daemon-avahi
- cleanup dependencies (remove OSS, libsamplerate, manpages)
- add conffiles section
- rename pa-tools to pulseaudio-tools
- add pulseaudio-profiles package
- refresh patches
SVN-Revision: 28044
Stephen Walker [Thu, 18 Aug 2011 09:04:27 +0000 (09:04 +0000)]
[packages] uftp: add uftp, a multicast ftp client, server & proxy
SVN-Revision: 28037
Stephen Walker [Thu, 18 Aug 2011 09:03:54 +0000 (09:03 +0000)]
[packages] nuttcp: add nuttcp, a network perf tool
SVN-Revision: 28036
Daniel Dickinson [Thu, 18 Aug 2011 08:57:52 +0000 (08:57 +0000)]
[packages] utils/boxbackup: Corrected refresh (delete, touch) before rebuild of the raidfile configuration. It was happening for every set instead of only before the first set.
SVN-Revision: 28035
Jan Willies [Thu, 18 Aug 2011 08:27:29 +0000 (08:27 +0000)]
Version Bump Minidlna 1.0.21
Adjust minidlna for inotify becoming part of the default kernel.
minidlna.init: stop forcing a rescan (-R) of the media library on startup. Users will need to run it once after installing.
040-configuration-tweak.patch: enable use of inotify in the default configuration
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
SVN-Revision: 28034
Florian Fainelli [Wed, 17 Aug 2011 14:37:25 +0000 (14:37 +0000)]
[package] elfutils: rename libelf to libelf1
SVN-Revision: 28032
Florian Fainelli [Wed, 17 Aug 2011 10:13:21 +0000 (10:13 +0000)]
[package] minidlna: update to 1.0.21
010-genconfig-checks.patch adjusts two configure checks to use ICONV_PREFIX and INTL_PREFIX. These changes were already made previously elsewhere in the build process and looks like it was just overlooked here.
040-configuration-tweak.patch was to rebase.
Minidlna's changes were primarily bug fixes and compatibility with newer ffmpeg.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
SVN-Revision: 28031
Florian Fainelli [Wed, 17 Aug 2011 10:13:20 +0000 (10:13 +0000)]
[package] add fwknopd
Signed-off-by; Jonathan Bennett <jbscience87@gmail.com>
SVN-Revision: 28030
Florian Fainelli [Wed, 17 Aug 2011 10:13:19 +0000 (10:13 +0000)]
[package] siproxd: update to 0.8.1
Upgrade siproxd, fix init script, link statically with libosip2 (size)
and add description.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 28029
Florian Fainelli [Wed, 17 Aug 2011 10:13:17 +0000 (10:13 +0000)]
[package] elfutils: add back libelf, package is marked BROKEN
SVN-Revision: 28028
Stephen Walker [Wed, 17 Aug 2011 09:32:11 +0000 (09:32 +0000)]
[packages] dbus: remove empty patches directory
SVN-Revision: 28027
Daniel Dickinson [Tue, 16 Aug 2011 22:10:23 +0000 (22:10 +0000)]
[packages] utils/boxbackup: Added boxbackup. Currently only the server is fully integrated (init script and uci), but it compiles and the server works.
SVN-Revision: 28023
Jan Willies [Tue, 16 Aug 2011 21:10:55 +0000 (21:10 +0000)]
[packages] remove json-c, its in trunk already
SVN-Revision: 28020
Jan Willies [Tue, 16 Aug 2011 21:10:51 +0000 (21:10 +0000)]
[packages] pulseaudio: change json dependency
SVN-Revision: 28019
Florian Fainelli [Tue, 16 Aug 2011 20:34:24 +0000 (20:34 +0000)]
[package] autossh: increase reliability of connection behavior
patch from Paul Geraedts
SVN-Revision: 28018
Florian Fainelli [Tue, 16 Aug 2011 20:34:22 +0000 (20:34 +0000)]
[package] strongswan4: add af-alg plugin
* Add kernel crypto user-space interface plugin (strongswan4-mod-af-alg)
* Requires kmod-crypto-user
Signed-off-by: Lars Hjersted <lars@hjersted.com>
SVN-Revision: 28017
Florian Fainelli [Tue, 16 Aug 2011 20:34:20 +0000 (20:34 +0000)]
[package] strongswan4: update to 4.5.3
Private libraries moved from /usr/lib to /usr/lib/ipsec.
Signed-off-by: Lars Hjersted <lars@hjersted.com>
SVN-Revision: 28016
Florian Fainelli [Tue, 16 Aug 2011 20:34:19 +0000 (20:34 +0000)]
[package] dbus: update to 1.4.14
This bumps dbus in the packages repository to 1.4.14.
It also requires librt now due to clock function usage.
It also supports systemd and launchd now.
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
SVN-Revision: 28015
Florian Fainelli [Tue, 16 Aug 2011 20:34:17 +0000 (20:34 +0000)]
[package] bind: update to 9.8.0-P4
Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>
SVN-Revision: 28014
Florian Fainelli [Tue, 16 Aug 2011 20:34:12 +0000 (20:34 +0000)]
[package] ipv6: add tayga
TAYGA is an out-of-kernel stateless NAT64 implementation for
Linux. It uses the TUN driver to exchange packets with the
kernel, which is the same driver used by OpenVPN and QEMU/KVM.
Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>
SVN-Revision: 28013
Florian Fainelli [Tue, 16 Aug 2011 20:34:10 +0000 (20:34 +0000)]
[package] xl2tpd: update to 1.3.0 (#9921)
SVN-Revision: 28012
Florian Fainelli [Tue, 16 Aug 2011 20:34:08 +0000 (20:34 +0000)]
[package] openl2tp: fix pppd version (#9940)
SVN-Revision: 28011
Jan Willies [Tue, 16 Aug 2011 14:12:48 +0000 (14:12 +0000)]
[packages] pulseaudio: update to 1.0-rc2
SVN-Revision: 28009
Jan Willies [Tue, 16 Aug 2011 14:12:47 +0000 (14:12 +0000)]
[packages] add json-c
SVN-Revision: 28008
Jan Willies [Mon, 15 Aug 2011 14:54:15 +0000 (14:54 +0000)]
[packages] mosquitto: [PATCH] Add support for the mosquitto MQTT message broker, tools and library. Signed-off-by: Karl Palsson<karlp@tweak.net.au>
SVN-Revision: 28001
Stephen Walker [Mon, 15 Aug 2011 05:04:20 +0000 (05:04 +0000)]
[packages] remove empty patches directories
SVN-Revision: 27987
Stephen Walker [Mon, 15 Aug 2011 03:38:32 +0000 (03:38 +0000)]
[packages] time: add the GNU time utility
SVN-Revision: 27986
Stephen Walker [Mon, 15 Aug 2011 03:37:19 +0000 (03:37 +0000)]
[packages] httping: update to 1.5.2, refresh patches
SVN-Revision: 27985
Jan Willies [Sun, 14 Aug 2011 07:29:18 +0000 (07:29 +0000)]
[packages] tmux: fix librt dependency (#9938)
SVN-Revision: 27981
Gabriel Kerneis [Mon, 8 Aug 2011 13:23:37 +0000 (13:23 +0000)]
[package] babeld: upstream release 1.1.3
New option: -u (keep unfeasible routes), called "keep_unfeasible" in UCI.
SVN-Revision: 27933
Gabriel Kerneis [Mon, 8 Aug 2011 13:23:35 +0000 (13:23 +0000)]
[package] ahcpd: upstream release 0.52
INCOMPATIBLE CHANGE: client mode configuration cannot be done in
/etc/config/network anymore (at least for this release). It will
be added back in the near future.
SVN-Revision: 27932
Mazi Lo [Mon, 8 Aug 2011 02:20:17 +0000 (02:20 +0000)]
added modules: codecs/mod_opus, endpoints/mod_skypopen, and event_handlers/mod_snmp. NOTE: mod_skypopen requires a Skype client for the platform to function. Additional information can be found on wiki.freeswitch.org/wiki/Mod_skypopen
SVN-Revision: 27928
Hauke Mehrtens [Sat, 6 Aug 2011 12:17:56 +0000 (12:17 +0000)]
openswan: Update Openswan to upstream 2.6.34
OpenWRT's bulid process currently uses Openswan v2.6.33, which does not build against the 2.6.39 kernel.
This patch updates the OpenWRT build process to build Openswan v2.6.34, released 2011-06-08.
hauke:
* use Openswan v2.6.35
Signed-off-by: Stephen Oberholtzer <oliverklozoff@gmail.com>
SVN-Revision: 27922
Vasilis Tsiligiannis [Fri, 5 Aug 2011 15:32:23 +0000 (15:32 +0000)]
[packages] olsrd: Remove 'destination == gateway' routes workaround - should be fixed with new Quagga patch
SVN-Revision: 27914
Vasilis Tsiligiannis [Fri, 5 Aug 2011 15:32:18 +0000 (15:32 +0000)]
[packages] quagga: Fix installing of OLSR host routes
SVN-Revision: 27913
Jonas Gorski [Thu, 4 Aug 2011 18:51:41 +0000 (18:51 +0000)]
[packages] at: revert r27801
SVN-Revision: 27898
Florian Fainelli [Thu, 4 Aug 2011 10:46:22 +0000 (10:46 +0000)]
[package] elfutils: mark as broken for now
SVN-Revision: 27892
Jonas Gorski [Wed, 3 Aug 2011 21:08:39 +0000 (21:08 +0000)]
[packages] upgrade libosip2 package
Upgrade to new version and refresh patches.
Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net >
SVN-Revision: 27886
Hamish Guthrie [Wed, 3 Aug 2011 12:57:49 +0000 (12:57 +0000)]
[packages] pyclips: Add new package pyclips
SVN-Revision: 27884
Felix Fietkau [Tue, 2 Aug 2011 09:26:55 +0000 (09:26 +0000)]
ruby: add missing dependency on librt (#9867)
SVN-Revision: 27873
Florian Fainelli [Mon, 1 Aug 2011 18:16:00 +0000 (18:16 +0000)]
[package] elfutils: do not package nor stage libelf for now
This is clashing with libs/libelf, and only 'perf' is using this version, so
until we resolve that clashing, do not build libelf from elfutils.
SVN-Revision: 27866
Stephen Walker [Mon, 1 Aug 2011 02:19:07 +0000 (02:19 +0000)]
[packages] owfs: update to 2.8p13 (#9862)
* drop unrecognized configure options
* use MAKE_FLAGS
SVN-Revision: 27858
Stephen Walker [Mon, 1 Aug 2011 02:17:57 +0000 (02:17 +0000)]
[packages] httping: update to 1.5.1
* add nossl variant
* drop unused extra_flags patch
* refresh patches
SVN-Revision: 27857
Jo-Philipp Wich [Mon, 1 Aug 2011 00:34:09 +0000 (00:34 +0000)]
[PATCH] #9863: don't export target $PROFILE into postgresql
PROFILE is overloaded by postgresql versus how target's define it.
Fixes: https://dev.openwrt.org/ticket/9863
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27856
Stephen Walker [Sun, 31 Jul 2011 19:48:33 +0000 (19:48 +0000)]
[packages] tmux: correct the 1.5 platform renaming
SVN-Revision: 27854
Jan Willies [Sun, 31 Jul 2011 15:19:53 +0000 (15:19 +0000)]
[packages] tmux: change dependency to libevent2
SVN-Revision: 27848
Jan Willies [Sun, 31 Jul 2011 15:19:51 +0000 (15:19 +0000)]
[packages] tmux: update to 1.5
SVN-Revision: 27847
Jonas Gorski [Sun, 31 Jul 2011 12:46:00 +0000 (12:46 +0000)]
[packages] madwimax: fix detection for big endian systems
closes #7510.
SVN-Revision: 27845
Jo-Philipp Wich [Sat, 30 Jul 2011 22:18:04 +0000 (22:18 +0000)]
[packages] freeswitch: fix ZeroMQ download location
SVN-Revision: 27842
Michael Heimpold [Sat, 30 Jul 2011 08:21:58 +0000 (08:21 +0000)]
[packages] php5: fix dependencies for apc and sqlite3 (closes #9368)
When using CONFIGURE_LIBS the php binary itself depends on these libs,
so the opkg depends also reflected this. But in this case it was
required to install those libs even when they were never planned to use.
SVN-Revision: 27839
Michael Heimpold [Sat, 30 Jul 2011 06:38:53 +0000 (06:38 +0000)]
[packages] php5: PECL: include support for libevent
SVN-Revision: 27838
Michael Heimpold [Fri, 29 Jul 2011 21:59:03 +0000 (21:59 +0000)]
[packages] php5: fix compile with older gcc
This fix work around the membar_producer link error which
can be seen on backfire for brcm-2.4.
SVN-Revision: 27834
Jo-Philipp Wich [Fri, 29 Jul 2011 12:40:09 +0000 (12:40 +0000)]
[packages] irssi: use PKG_INSTALL, make headers available in staging_dir
SVN-Revision: 27829
Michael Heimpold [Wed, 27 Jul 2011 22:18:29 +0000 (22:18 +0000)]
[packages] php5: add PECL dio extension
SVN-Revision: 27802
Luka Perkov [Wed, 27 Jul 2011 21:51:33 +0000 (21:51 +0000)]
fix compile issue
somebody please close #9808
SVN-Revision: 27801
Jonas Gorski [Wed, 27 Jul 2011 14:38:28 +0000 (14:38 +0000)]
znc: Hide fixfreenode module
This module isn't needed anymore and will be get removed in the next release.
SVN-Revision: 27799
Jonas Gorski [Wed, 27 Jul 2011 14:27:32 +0000 (14:27 +0000)]
[packages] znc: Fix a memory leak in CChan::AddNick()
Backport upstream fix reported by Olipro. Thanks!
SVN-Revision: 27798
Stephen Walker [Wed, 27 Jul 2011 07:21:31 +0000 (07:21 +0000)]
[packages] sispmctl: update to 3.0 (#9815), thanks Robert, use PKG_INSTALL
SVN-Revision: 27796
Stephen Walker [Wed, 27 Jul 2011 07:20:42 +0000 (07:20 +0000)]
[packages] tinc: update to 1.0.16 (#9801)
SVN-Revision: 27795
Jo-Philipp Wich [Tue, 26 Jul 2011 21:46:59 +0000 (21:46 +0000)]
[packages] quagga, quagga-old: use "cat" as default pager and "head -n" as pager for limited amount of lines (#9814)
SVN-Revision: 27790
Jan Willies [Tue, 26 Jul 2011 12:41:43 +0000 (12:41 +0000)]
[packages] pulseaudio: remove optional gdbm dependency, bump PKG_RELEASE
SVN-Revision: 27782
Jan Willies [Tue, 26 Jul 2011 10:41:39 +0000 (10:41 +0000)]
[packages] pulseaudio: disable avai
SVN-Revision: 27778
Michael Heimpold [Sun, 24 Jul 2011 22:21:34 +0000 (22:21 +0000)]
[packages] php5: fix cross compiling issue with -ldl
Php5's configure script seems to be a little bit buggy as
it disables dynamic library support during cross-compiling.
See also http://www.apachefriends.org/f/viewtopic.php?f=6&t=32367
For now, fix this by preventing the configure script overriding
the previously detected value.
SVN-Revision: 27763
Felix Fietkau [Sun, 24 Jul 2011 09:10:01 +0000 (09:10 +0000)]
USB/IP: Add missing dependency to kmod-usb-core
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27746
Felix Fietkau [Sun, 24 Jul 2011 09:09:59 +0000 (09:09 +0000)]
USB/IP: Fix building for linux 3.0
The config symbol and module names were changed for 3.0.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27745
Felix Fietkau [Sun, 24 Jul 2011 08:22:54 +0000 (08:22 +0000)]
clearsilver: selecting zlib from one place is enough
SVN-Revision: 27741
Felix Fietkau [Sun, 24 Jul 2011 08:22:53 +0000 (08:22 +0000)]
opennhrp: enable CONFIG_ARPD if selected (fixes #9751)
SVN-Revision: 27740
Stephen Walker [Fri, 22 Jul 2011 20:08:40 +0000 (20:08 +0000)]
[packages] mocp: delete multimedia remnant
SVN-Revision: 27729
Stephen Walker [Fri, 22 Jul 2011 20:04:10 +0000 (20:04 +0000)]
[packages] mocp: move to sound, add upstream url
SVN-Revision: 27728