8083 Commits

Author SHA1 Message Date
nbd
45eedadf1f rp-pppoe: mark the client as broken to avoid further user confusion (#11338)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31538 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-29 21:37:32 +00:00
mirko
0a1deda126 [packages/*] remove special treatment when using glibc - support got dropped
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-28 22:24:20 +00:00
luka
e10a545e30 [packages] debootstrap: update to version 1.0.40
Signed-off-by: Daniel Golle <dgolle@allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31498 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-28 19:19:37 +00:00
juhosg
4f9a906674 packages: Update s-lang library to 2.2.4
See ftp://space.mit.edu/pub/davis/slang/v2.2/changes.txt for changes

Signed-Off-By: Jeroen van Bemmel <jbemmel@zonnet.nl>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31494 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-27 19:49:24 +00:00
juhosg
ce0f4785aa packages: Upgrade nginx to 1.0.15
Changelog: http://nginx.org/en/CHANGES-1.0

This upgrade includes a fix for a security vulnerability, CVE-2012-2089.

Signed-off-by: Mark Mentovai <mark@moxienet.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31493 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-27 19:49:18 +00:00
juhosg
d1707cd7dd packages/minidlna: fix config file installation
Reported-by: Gabor Varga <vargagab@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31487 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-27 05:30:08 +00:00
tripolar
c4ffa9d801 [packages/openssh] refresh 200-dscp-qos.patch too
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31483 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-26 12:44:26 +00:00
tripolar
c789089d48 [packages/openssh] update openssh to 6.0p1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31482 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-26 12:31:34 +00:00
jow
fc2ad79ba4 [packages] ipset: fix kernel architecture (#11345)
The buildsystem passes ARCH="$(ARCH)" by default, but when building kernel modules
we need to pass ARCH="$(LINUX_KARCH)" since Linux uses differet arch names in Kbuild.
Fixes ipset build on brcm47xx (mipsel -> mips) and likely others.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31468 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-24 14:36:02 +00:00
jow
549f19c776 [packages] openswan: update to v2.6.38, fixes compilation against Linux v3.3.x (#11316)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31389 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-21 02:17:06 +00:00
jogo
3b8a1a8475 packages: ZNC: update to 0.206
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31388 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-20 21:52:37 +00:00
jow
189382680b [packages] ipset: fix another compilation issue against Linux 3.3 and newer (ipv6_skip_exthdr() gained an additional argument) (#11310)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31384 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-20 17:37:44 +00:00
jow
5adfd6001c [packages] ipset: fix compilations against Linux v3.3 and newer (ipv6_addr_copy() got removed in favor to a direct structure copy) (#11310)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31383 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-20 17:20:04 +00:00
jow
7fa0a3500a Provide an init.d script for mosquitto MQTT broker
Use the service helper scripts to build a simple init script for the
mosquitto broker.  To make sure that the standard shipped config file
works, add a mosquitto user if not found.

Signed-off-by: Karl Palsson <karlp@remake.is>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31376 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-20 15:09:51 +00:00
jow
4ad049bc7f avahi: do not announce a specific front page
Announcing /index.html as frontpage is right when luci or x-wrt is installed
as web gui since both applications come with an /index.html which redirect afterwards.

However, when using an other front page, e.g. an /index.php then the announcement
is wrong and results in a 404 Not Found.
So I wonder/suggest whether the default avahi service could not announce
such a specific frontpage but only the generic "top level" directory.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31375 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-20 15:07:58 +00:00
florian
38f716f1a7 [package] uclibc++: update to 0.2.3
Allows us to get rid of some patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31369 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-20 13:26:18 +00:00
florian
d3add2a8cb [package] freetype: update to 2.4.8
Fixes CVE-2011-3439.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31368 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-20 13:26:17 +00:00
florian
703f1eefb6 [package] tiff: update to 4.0.1 and include CVE-2012-1173 patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31367 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-20 13:26:16 +00:00
florian
6039cccf10 [package] openl2tp: fix library path
When host is x86_64 other than Debian, the Makefile of openl2tp uses /usr/lib64
as SYS_LIBDIR instead of /usr/lib.
Aparently setting CROSS_COMPILE is the way the authors intended to handle this
situation correctly.

Signed-off-by: Daniel Golle <dgolle@allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31366 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-20 13:26:14 +00:00
marek
a755debaff batman-adv: make bat_load_module() compatible with pre-"lib-crc16" times
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@31334 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-17 12:09:15 +00:00
jogo
dbe9d91668 packages: igmpproxy: Add configuration of igmpproxy through uci
Signed-off-by: Viktar Palstsiuk <viktar.palstsiuk@promwad.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-17 11:47:56 +00:00
jogo
dcceba2a07 packages: igmpproxy: use monotonic clock
Prevents issues when time changes during runtime of igmpproxy.

Contributed by T-Labs, Deutsche Telekom Innovation Laboratories

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31332 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-17 11:47:54 +00:00
jogo
cc1aa25733 packages: igmpproxy: prevent leakage of e.g. UPnP servers to upstream
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-17 11:47:52 +00:00
jogo
5d1b631c72 packages: igmpproxy: change default inferface state to disabled
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31330 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-17 11:47:50 +00:00
jogo
12b4ca46e8 packages: igmpproxy: send IGMP packets with IP Router Alert Option
This is required by IGMPv2.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-17 11:47:47 +00:00
acinonyx
ad5d979d39 [packages] openvpn: Bump to v2.2.2 (#11293)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 23:26:18 +00:00
acinonyx
2eb7eeee25 [packages] miredo: Fix compiling with automake v1.11.3 (#11283)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31324 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 22:20:47 +00:00
acinonyx
cbdcdcb456 [packages] olsrd: Fix quagga plugin metric parsing
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 19:15:24 +00:00
acinonyx
947ea00753 [packages] netatalk: Fix typo in init script (#11287)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31318 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 19:12:51 +00:00
marek
3bbbb3c5f8 batman-adv: upgrade package to latest release 2012.1.0
Also fix hotplug scripts to load batman-adv module when necessary.

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@31317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 17:36:28 +00:00
jow
e807b47367 add klish package
The klish is a framework for implementing a CISCO-like CLI on a UNIX
systems. It is configurable by XML files. The KLISH stands for Kommand
Line Interface Shell.

klish is an active fork of the clish program created by Graeme
McKerrell.

Signed-off by: Emmanuel Deloget <logout@free.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31310 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 14:47:31 +00:00
jow
160ddcf22d package: Upgrade openconnect to 3.16
Some performance improvements here (memcpy elimination) which will be
useful on low-power boxes. And some memory leak fixes too.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31309 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 14:47:26 +00:00
acinonyx
3d692c88c1 [pacakges] collectd: Update to v4.10.7
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31308 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 12:35:17 +00:00
acinonyx
5ab6c8ccb6 [packages] libconfig: install pkgconfig data in staging dir
And while at it, include all symlinks for the library file in the package.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31304 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 11:44:16 +00:00
mhei
f102013966 [packages] php5: fix missing dependency for http module (fixes #11257)
Thanks ryzhov_al for spotting this out.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@31299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-15 19:55:55 +00:00
mhei
1070201e44 [packages] php5: build/enable shmop module
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-15 19:45:40 +00:00
mirko
8adc1a80c8 [packages/boost] level up, fix several issues
- level up to version 1.49.0
 - package boost-chrono
 - package boost-locale
 - package boost-random
 - package boost-timer
 - add myself as maintainer
 - add dependencies among themselves
 - fix python include path (python2.6 -> python2.7)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-15 19:19:59 +00:00
jow
17b8a69ba7 packages: update libmicrohttpd to 0.9.19
Also include all library symlinks in the package.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-14 20:09:31 +00:00
jow
b266c4c023 libmodbus: install/inlcude all symlinks in package
Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-14 20:09:29 +00:00
jogo
f2629b0847 packages: xtables-addons: update to 1.42
fixes compilation for 3.3 and 3.4.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-13 21:37:01 +00:00
jogo
25100c7a2a packages: xtables-addons: add missing dependency to kmod-ipt-ipp2p
kmod-ipt-ipp2p depends on kmod-ipt-xtables-compat.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31281 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-13 21:36:58 +00:00
mirko
6f464d30b1 [packages/electric-fence] also build and stage static library - depends on GLIBC||EGLIBC since 'sys_errlist' is undeclared in uclibc - add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31280 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-13 20:02:50 +00:00
swalker
99b06b25d3 [packages] oww: update to 0.86.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31254 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-12 00:50:02 +00:00
mirko
9c7721b066 [packages/dmalloc] undef macro 'strdup'
dmalloc defines its own prototypes of alloc/string-functions,
when compiling however with optimizations libc might turn 'strdup' into a macro which can't be overloaded that way anymore.
'undef strdup' before (re)defining.

gcc error: dmalloc.h:460:7: error: expected identifier or '(' before '__extension__'

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-11 21:22:25 +00:00
mirko
df636d662d [packages/dmalloc] dmalloc currently only compiles when using (e)glibc (missing headers with uclibc)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31252 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-11 21:21:58 +00:00
jow
85791391d1 [packages] samba3: apply security patch (CVE-2012-1182)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31247 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 20:10:02 +00:00
jow
39d2f109f7 [packages] samba36: update to v3.6.4 (CVE-2012-1182)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31246 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 19:56:40 +00:00
mirko
9038fc1901 [packages/boost] use '--without-*' instead of '--with-*'
When just selecting 'boost' - which only stages the header files - no '--with-*'-option is passed.
This however leads the configure script of boost to build the whole boost-suite which is not intended.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31245 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 19:02:26 +00:00
jow
7450b9a1a2 [packages] proftpd: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31243 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 14:59:34 +00:00
obsy
314f865a68 [packages] proftpd: update to 1.3.4a
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 14:57:10 +00:00