This patch update wifidog to the latest svn version
It correct a bufferoverflow and some segfaults
Tested on openwrt x86 kvm
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33790 3c298f89-4303-0410-b956-a3cf2f4a3e73
version bump of haveged.
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@33788 3c298f89-4303-0410-b956-a3cf2f4a3e73
Major changes since v0.15 currently in trunk
* SSL/TLS support across the board, broker, clients and client library
* TLS-PSK support if openssl version is new enough
* thread support in client library
* lots and lots of bug fixes
Because prior versions of mosquitto didn't have any SSL support,
I've made the openssl dependency optional (but on by default)
Includes basic UCI config support, originally from:
https://github.com/remakeelectric/owrt_pub_feeds/tree/master/luci-app-mosquitto
Tested with both all -nossl and all regular packages.
(Have to run a "make package/mosquitto/clean" between builds)
[Florian: fix for real variant building, remove check on backfire]
Signed-off-by: Karl Palsson <karlp@remake.is>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33787 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch updates the usb-modeswitch and usb-modeswitch-data packages to the
August 2012 version (from the January version.
Related ticket #12014: https://dev.openwrt.org/ticket/12014
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33786 3c298f89-4303-0410-b956-a3cf2f4a3e73
his patch updates fetchmail to 3.6.22
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33785 3c298f89-4303-0410-b956-a3cf2f4a3e73
Currently it is the only package in the 'Web' submenu. Move it
to 'Web Servers/Proxies', where all other packages are.
Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33784 3c298f89-4303-0410-b956-a3cf2f4a3e73
Add compilation support for arm11 CPUs (ie cns3xxx)
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33677 3c298f89-4303-0410-b956-a3cf2f4a3e73
his patch is to fix a long-standing problem with avahi builds:
if you change the configuration, sometimes the relevant packages are not
correctly rebuilt; see, for example, ticket #11110.
Background: avahi can be built in two modes: with or without D-BUS support.
If you switch builds from one mode to the other and then back again, the
packages will not
always be rebuilt as required. For example, if you choose to build avahi (1)
without D-BUS support,
then (2) with D-BUS support and then (3) without D-BUS support, the packages
will not
be rebuilt the third time, and you'll be left with the packages
from the second build -- packages that require D-BUS support.
The patch works by deleting the ".build" file belonging to the mode not
currently chosen, so
that if that mode is chosen again in the future, its packages will always be
rebuilt.
A few small corrections to the explanatory text are included.
Signed-off-by <mikebrady@eircom.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33472 3c298f89-4303-0410-b956-a3cf2f4a3e73