8195 Commits

Author SHA1 Message Date
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
jow
43ac9d946e [packages] samba36: update init script and config template (#11106)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31150 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-30 09:46:16 +00:00
swalker
5550c32586 [packages] tor-alpha: update to 0.2.3.13-alpha, drop obsolete patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31148 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-30 02:37:51 +00:00
swalker
e33811ac05 [packages] oww: update to 0.85.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-30 02:37:25 +00:00
mirko
5015286f7f [packages/python] partially revert commit 31092, apply changes for real now - stupid me..
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31140 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-29 14:11:26 +00:00
blogic
ff029ef59c [package] Upgrade openconnect to v3.15
This fixes a bunch of interoperability issues, and one or two crashes.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-29 09:00:33 +00:00
florian
0c0f62de36 [package] libmodbus: bump to 3.0.2
This patch updates libmodbus from version 2.0.3 to the latest stable
release 3.0.2

I needed modbus RTU and that seemed to be missing in the older version ?

Patch is also attached in case it is corrupt inline here!

Signed-off-by: Simon Gaynor <openwrt@simong.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31099 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 19:20:29 +00:00
florian
7ac41b2874 [package] wavemon: Bump to v0.7.4
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31098 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 19:20:28 +00:00
florian
f0cb47e731 [package] lighttpd: configure with OpenSSL support only if the user asks for it
SSL support adds a quite large dependency to lighttpd when compiled
in. On a 32 bit platform, libcrypto is roughly 1MB, to which one must
add the size of libssl (roughly 250KB). This is 2 to 5 times the size
of a typical lighttpd embedded installation.

SSL support is only needed if one enables the SSL engine in the
lighttpd.conf configuration file.

This patch introduces a configuration option that allows the user to
choose whether or not he wants to compile SSL support in. It defaults
to 'y' only if libopenssl is already selected (either by active
selection or because libopenssl is a dependency of another package).

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 19:20:26 +00:00