| Commit message (Collapse) | Author | Age |
|\
| |
| | |
freeradius2: relax SSL version checks
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Merge upstream commit 5ae2a70a135062a025d8fabc104eeae3a2c53a7a to relax the
SSL library version check at runtime.
The objective is to avoid the need for rebuilding freeradius2 whenever we push
binary updates for libopenssl. See https://dev.openwrt.org/ticket/18169 for
reference.
Please backport this change to the for-14.07 branch as well.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
| |
| |
| |
| | |
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
|
| |
| |
| |
| |
| |
| |
| | |
When libncursesw is available, bmon uses it instead of libncurses. This
commit adapts the dependencies accordingly.
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- fixed postinst and prerm in Makefile
- implementation of provider specific update scripts into services and
services_ipv6 file.
first Provider "no-ip.com" - Thanks to DarkStarXxX for
request and testing
- finished uci/ddns wiki at http://wiki.openwrt.org/doc/uci/ddns
- rewritten retry management
- rewritten logging including following Issue 469
https://github.com/openwrt/packages/issues/469
- stop running sections on hotplug ifdown event (like start on ifup)
- implement trap detection
also kill "sleep" child processes
SIGHUP to reload configuration (not really reloading, simply
starting a new process)
/etc/init.d/ddns reload implemented
- code optimization
- new provider LoopiaDNS.se Issue 494
https://github.com/openwrt/packages/issues/494
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
Use INSTALL_BIN & INSTALL_DATA macros instead of cp
to ensure correct file permissions for the executable files.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Released version 1.5.8 with the following main changes :
- BUG/MAJOR: buffer: check the space left is enough or not
when input data in a buffer is wrapped
- BUG/BUILD: revert accidental change in the
makefile from latest SSL fix
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
| |
| |
| |
| | |
Signed-off-by: Steven Barth <steven@midlink.org>
|
| |
| |
| |
| |
| |
| | |
Apply mask for markings to enable co-existence with multiwan, mwan3 etc.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \
| | |
| | | |
openvswitch: add +kmod-vxlan dependency for kernels >= 3.12
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When OVS detects a kernel version >= 3.12 it does not build
it's own vxlan module and tries to use the kernel's, when building
the OVS kernel module.
I also pushed a patch to the OpenWRT trunk to add a +kmod-vxlan package.
This will add the kernel's vxlan.ko kernel module if it exists.
So, for kernel >= 3.12, this package should exist and be installed
when installing OVS.
Tested on OpenWRT trunk with kernel 3.14.18.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \
| |/ /
|/| | |
Import bmon from oldpackages
|
| | |
| | |
| | |
| | | |
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
|
|\ \ \
| | | |
| | | | |
openvswitch: add patch "datapath: Backport __ip_select_ident() function"
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
|
|\ \ \ \
| |/ / /
|/| | | |
openvswitch: fix build for gcc versions below 4.9
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Seems that while fixing the build for GCC 4.9
I broke the build for GCC 4.8, because that KCFLAG I added
causes a build error (since it's not recognized).
The fix is to add KCFLAG only when GCC 4.9 is used.
OpenVSwitch now builds successfully with GCC 4.8 and 4.9.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
kismet: new kismet wireless package
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Sebastian Wendel<packages@sourceindex.de>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
wget: update to v1.16
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The update fixes CVE-2014-4877 which allows malicious FTP servers
to modify local filesystem contents through specificially crafted
symlinks.
Please backport to for-14.07 too.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\ \ \
| | | |
| | | | |
Update snmpd.init - add support for disk config option
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
add support for "disk <partition> <size>" option
example for /etc/config/snmpd
===========
config disk
option partition '/'
option size '500'
===========
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
| | | |
| | | |
| | | |
| | | | |
This prevent detection of libidn when target arch = host arch.
|
| |_|/
|/| |
| | |
| | |
| | |
| | | |
The toolchain is fixed, so LTO can be enabled again.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Steven Barth <steven@midlink.org>
|
|\ \ \
| | | |
| | | | |
knot: Split utils subpackage
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
knot-utils consists of kdig, khost, knsec3hash and knsupdate. In order
to reduce the size of software installed on a device it is useful to
include a minimal collection of software and thus it should be possible
to install the utilities individually. bind also creates a subpackage
for each utility.
Signed-off-by: Matthias-Christian Ott <ott@mirix.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\ \ \
| | | |
| | | | |
sqm-scripts: Fix a minor bug, add copyrights, improve logging
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changes committed to the cerowrt original repo after the initial import here:
- Better license & copyright statements, as requested
- Fixed a minor bug in stopping sqm
- Logging improvements
- Dead code removed
- Typos corrected
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|