8053 Commits

Author SHA1 Message Date
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
jow
f44fb45149 [packages] vsftpd: override LDFLAGS as well to avoid -fpic requirement, refresh patches (#11263)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31241 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 14:54:07 +00:00
obsy
0dd954b2ce [packages] vsftpd: update to 3.0.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31239 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 13:57:26 +00:00
obsy
c81b8843a5 [packages] transmission: update to 2.51
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 13:57:00 +00:00
jow
8cd7354ba7 [packages] quagga: explicitely disable linking against libcap
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31237 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 13:48:55 +00:00
zioproto
3ffbf6cb1b [packages] tinc: version bump to 1.0.18
* Fixed IPv6 in switch mode by turning off DecrementTTL by default.
 * Allow a port number to be specified in BindToAddress, which also allows tinc to listen on multiple ports.
 * Add support for multicast communication with UML/QEMU/KVM.

This version of tinc is compatible with 1.0pre8, 1.0 and later, but not
with earlier version of tinc.



git-svn-id: svn://svn.openwrt.org/openwrt/packages@31235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 12:13:17 +00:00
jow
2b176f75db [packages] gawk: prevent duplicate packaging of gawk executable (#11260)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31234 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 11:37:29 +00:00
jow
b6e09c5007 [packages] firmwarehotplug: remove sdcc prereq
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31227 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-09 15:23:58 +00:00
jow
18b369cf5d Upgrade nginx to 1.0.14
Upgrade nginx to 1.0.14.

Changelog: http://nginx.org/en/CHANGES-1.0

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

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-09 14:59:19 +00:00
mirko
75b770d1d4 [devel/electric-fence] package 'electric-fence', a memory alloc/dealloc debugger - build shared object which can be used with LD_PRELOAD at runtime
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31220 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-08 19:52:38 +00:00
swalker
adac27c0ac [packages] srtp: remove empty directory
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31215 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-06 20:07:56 +00:00
acinonyx
88f9cf42c6 [packages] ddns-scripts: Retry domain resolving with each iteration
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-06 09:35:52 +00:00
juhosg
2ae2fffaed packages/minidlna: add uci configuration support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31211 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-06 06:51:20 +00:00
juhosg
99386178ac packages: move 4th to the languages section
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31210 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-06 06:51:19 +00:00
florian
d0b63ae892 [package] quagga: add upstream patches fixing memory leaks
Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31190 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-04 14:13:50 +00:00
florian
90e44215ea [package] add luasoap
Patch from Viktar Palstsiuk

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31189 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-04 14:13:49 +00:00
florian
62337a66df [package] libs: add packages for fftw3f and fftw3l
fftw3f is compiled with single precision
fftw3l is compiled witch long-double precision

Signed-off-by: Christoph Gysin <christoph.gysin@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31188 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-04 14:13:48 +00:00
florian
5a65f01d90 [package] dsniff: fix decoding of POP data
Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31187 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-04 14:13:47 +00:00
florian
7b9859cfc8 [package] mksh: update to 40d
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31186 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-04 14:13:46 +00:00
florian
d1a7b7bc4c [package] add ISC DHCP4 4.2.3-P1
Patch from Oliver Smith

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31185 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-04 14:13:44 +00:00
florian
7b4de02e7c [package] collectd: update to 4.10.6
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31184 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-04 14:13:42 +00:00
jow
fd90d0f7a8 [packages] avahi: fix autoreconf with automake v1.11.3
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 20:50:04 +00:00
jow
225f473a9d [packages] rrdtool: fix autoreconf with automake v1.11.3
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31180 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 20:34:03 +00:00
florian
c3bef2edd6 [package] add tunslip6
this adds a package for utility tool called tunslip6 from the Contiki OS for
estabilishing a SLIP connection over USB to an attached Contiki device for
6LoWPAN connectivity.

Signed-off-by: Markus Becker <mab@comnets.uni-bremen.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31165 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:20:06 +00:00
florian
0d80796377 [package] add unixodbc
Signed-off-by: Jiri Slachta <jiri@slachta.eu>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31164 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:20:04 +00:00
florian
d234cdcc86 [package] freeradius: remove
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31163 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:20:01 +00:00
florian
f9e5e04092 [package] shell-fm: add libao support
- remove madplay dependency
- enable libao support (we already depend on it)
- disable external command in default configuration
- add symlink for .libao
   To configure libao, the library looks for a .libao configuration file in
   the users home directory.
   To allow configuring libao for shell-fm running as a daemon, we symlink
   /etc/libao.conf to the temporary HOME for shell-fm.

[florian: added missing libmad dependency]

Signed-off-by: Christoph Gysin <christoph.gysin@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31162 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:20:00 +00:00
florian
05074dd92a [package] add haveged
I've checked the haveged makefile now, it only relies on librt, so the
attached patch should have no issues under any platform.

Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31161 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:19:59 +00:00
florian
33feb82b77 [package] freeradius2: add sqllog package
Patch from Andreas Kraxner

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31160 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:19:58 +00:00
florian
0000d52f48 [package] libffi: update to 3.0.10
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:19:55 +00:00
mirko
6ada3c9117 [packages/python] Python 2.7.3 got released meanwhile - level up, package python-readline
- thanks again to Cybjit

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31152 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-30 13:24:08 +00:00