| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
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>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Requires python package.
Required by other openvswitch subpackages (like openvswitch-python).
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
An older version of nut is in oldpackages. This commit is based on that
package and bumps the version to the latest release along with unifying
the server and client packages. More build options are provided for any
custom configuration but the defaults provide a working client and
server install which only needs a UPS driver. Drivers still build as
individual packages to minimise bloat. SSL support has also been added.
Signed-off-by: Martin Rowe <cyanidium@users.noreply.github.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
|
| | | |
|