Commit graph

465 commits

Author SHA1 Message Date
Michael Heimpold
bb5d39cc98 ntpd: fix a small typo in the default description
Reported by amanual on IRC, thanks.
While at, update copyright timestamp.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-11-23 20:30:11 +01:00
Jonas Gorski
1197194832 znc: link to libstdc++ to fix performance issues on channel join
ZNC uses a map to cache channel memebers on join. Unfortunately uclibc++
uses a naive linked-list implementation with horrible performance, which
can cause joins to take a few minutes on popular channels.

Therefore Switch to libstdc++ which uses a much more performant hashmap.
ZNC by itself is already rather large, so the added footprint of
libstd++ vs uclibc++ does not matter that much anyway.

Should fix #11778.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2014-11-21 13:30:07 +01:00
Thomas Heil
c950f48e7a haproxy: patches from upstream
- [PATCH 1/6] BUILD: fix "make install" to support spaces in the
 - [PATCH 2/6] BUG/MEDIUM: ssl: fix bad ssl context init can cause
 - [PATCH 3/6] BUG/MEDIUM: ssl: force a full GC in case of memory
 - [PATCH 4/6] BUG/MEDIUM: checks: fix conflicts between agent checks
 - [PATCH 5/6] BUG/MINOR: config: don't inherit the default balance
 - [PATCH 6/6] BUG/MAJOR: frontend: initialize capture pointers earlier

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-11-20 14:29:40 +01:00
Jonathan Bennett
8e0a71d47c Fwknop: Update to 2.6.4
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2014-11-17 19:50:48 -06:00
Christian Schoenebeck
ab2b229ad6 ddns-scripts: new Version 2.1.0-2
- moved /usr/lib/ddns/dynamic_dns_lucihelper.sh from luci-app-ddns into this package
	(Github openwrt/luci issue 251)
	(OpenWrt Trac tickets 18326 18347)
- fix: dynamic_dns_update.sh did not loop
	(OpenWrt Trac ticket 18336)
- add provider cloudflare.com IPv4 and IPv6 (Thanks to Paul for support and testing)
	(OpenWrt Trac ticket 12500)
- modified detection, if dynamic_dns_fuctions are used by dynamic_dns_lucihelper.sh
- redirect stdout of wget,curl,host,nslookup,nc etc to /tmp/ddns_$$.dat and *.err instead of variables
- extended error detection in get_local_ip function
- modified verify of option ip_script to allow parameters, when calling
- add provider selfhost.de IPv4
- add provider no-ip.pl (nothing to do with no-ip.com)
	(Github openwrt/packages issue #542)
	IPv4 (tested) and also added for
	IPv6 (NOT tested) because client IP is autodetected be provider
- add getlocalip_sample.sh as sample script for usage of
	option ip_source 'script'  together with
	option ip_script '/usr/lib/ddns/getlocalip.sh -4'
- cleanup whitespaces at line ends

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-11-15 21:28:01 +01:00
Matthias Schiffer
a23e8f6bc1 fastd: update to v16
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-11-15 18:37:43 +01:00
Matthias Schiffer
619f2c1807 fastd: update to v15
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-11-12 03:17:35 +01:00
sbyx
f2884fa47f Merge pull request #448 from jow-/freeradius-ssl-version
freeradius2: relax SSL version checks
2014-11-11 09:06:21 +01:00
Baptiste Jonglez
3ceb389c6d bmon: Remove unrecognized configure flags
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
2014-11-10 17:11:26 +01:00
Baptiste Jonglez
57947e46df bmon: Fix libncursesw dependency
When libncursesw is available, bmon uses it instead of libncurses.  This
commit adapts the dependencies accordingly.

Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
2014-11-10 17:09:10 +01:00
Christian Schoenebeck
4192651448 ddns-scripts: Update to Version 2.1.0-1 see description
- 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>
2014-11-09 16:37:11 +01:00
Hannu Nyman
0f0b241d56 sqm-scripts: Modify installation step to ensure correct file permissions
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>
2014-11-09 10:23:54 +02:00
Thomas Heil
4846a203bb haproxy: bump to version 1.5.8
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>
2014-11-05 22:04:57 +01:00
Toke Høiland-Jørgensen
40b2a8bd1a Change default bcp38 interface to be eth1, don't enable by default. 2014-11-05 20:36:08 +01:00
Toke Høiland-Jørgensen
27a37bfbf9 Add luci-app-bcp38 package
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2014-11-05 08:34:30 +01:00
Toke Høiland-Jørgensen
bcc2ffc5e1 Make PKG_LICENSE for BCP38 SPDX compatible. 2014-11-05 08:27:56 +01:00
Toke Høiland-Jørgensen
0a38785592 Add BCP38 implementation package (from CeroWrt).
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2014-11-05 00:17:53 +01:00
Steven Barth
942a694238 mdnsresponder: add spdx tag
Signed-off-by: Steven Barth <steven@midlink.org>
2014-11-03 13:32:45 +01:00
Hannu Nyman
8001ca4c94 sqm-scripts: use masks with markings
Apply mask for markings to enable co-existence with multiwan, mwan3 etc.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-11-02 11:01:54 +02:00
champtar
91af216373 Merge pull request #488 from commodo/ovs-fix-kernel-3.12
openvswitch: add +kmod-vxlan dependency for kernels >= 3.12
2014-10-31 12:52:53 +01:00
sbyx
1c2f88003b Merge pull request #481 from zorun/master
Import bmon from oldpackages
2014-10-31 12:10:53 +01:00
Baptiste Jonglez
53182a65d1 bmon: Bump to 3.5 and add myself as maintainer
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
2014-10-31 12:01:54 +01:00
Baptiste Jonglez
a8a3a02596 bmon: Import from oldpackages
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
2014-10-31 12:01:31 +01:00
Alexandru Ardelean
194c0f608a 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>
2014-10-31 12:25:07 +02:00
champtar
f8f7c74f0c Merge pull request #486 from commodo/ovs-build-fix2
openvswitch: add patch "datapath: Backport __ip_select_ident() function"
2014-10-30 18:13:13 +01:00
champtar
dec433d68a Merge pull request #485 from commodo/ovs-build-fix
openvswitch: fix build for gcc versions below 4.9
2014-10-30 18:11:11 +01:00
Alexandru Ardelean
78f0bd7e45 openvswitch: add patch "datapath: Backport __ip_select_ident() function"
Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
2014-10-30 18:22:03 +02:00
sbyx
6f80d6fa68 Merge pull request #478 from sourceindex/added-new-kismet-package
kismet: new kismet wireless package
2014-10-30 13:42:49 +01:00
Jo-Philipp Wich
19e4a22dbe Merge pull request #483 from jow-/wget-1.16
wget: update to v1.16
2014-10-30 11:17:37 +01:00
Alexandru Ardelean
d16d96f52d 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>
2014-10-30 10:33:58 +02:00
Sebastian Wendel
0d41c5bf62 kismet: added missing PKG_LICENSE tag
Signed-off-by: Sebastian Wendel<packages@sourceindex.de>
2014-10-30 04:21:05 +01:00
Sebastian Wendel
48c5a070b7 kismet: added new version of the kismet wireless network system
Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
2014-10-30 04:20:46 +01:00
Nikos Mavrogiannopoulos
79e0842a65 luci-app-ocserv and luci-proto-openconnect were moved to openwrt/luci repo
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-29 23:24:04 +01:00
Jo-Philipp Wich
38d652a452 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>
2014-10-29 22:08:07 +01:00
Nikos Mavrogiannopoulos
6cbf21b65d openconnect: use SIGINT to bring down openconnect
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-28 12:31:48 +01:00
Nikos Mavrogiannopoulos
a412f2cc46 openconnect: forward SIGINT to app
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-28 11:58:52 +01:00
Alexandru Ardelean
6ba7c4721e openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-28 11:27:46 +02:00
Alexandru Ardelean
935e54417d openvswitch: add patch for adding KCFLAGS var to the OVS build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-28 11:27:25 +02:00
Álvaro Fernández Rojas
40b59d3468 udpxy: rework init script and add disabled/respawn configs.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-10-27 22:21:51 +01:00
Jo-Philipp Wich
2d56e60686 Merge pull request #422 from rcmcronny/patch-1
Update snmpd.init - add support for disk config option
2014-10-26 15:40:12 +01:00
Nikos Mavrogiannopoulos
a10f2201d6 ocserv: updated to 0.8.7
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-26 12:42:11 +01:00
Nicolas Thill
a31ad62a7b openconnect: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-10-25 09:40:56 +02:00
Nicolas Thill
06a201079e ocserv: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-10-25 09:40:56 +02:00
Nicolas Thill
0d93cb8973 nut: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-10-25 09:40:56 +02:00
Nicolas Thill
09287433fc lftp: disable libidn explicitely
This prevent detection of libidn when target arch = host arch.
2014-10-24 16:32:29 +02:00
Matthias Schiffer
5ab3b37710 fastd: re-enable link-time optimization
The toolchain is fixed, so LTO can be enabled again.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-10-21 02:55:30 +02:00
Jo-Philipp Wich
408b2e9dd6 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>
2014-10-20 17:40:27 +02:00
Steven Barth
774bb44494 strongswan: update to 5.2.1
Signed-off-by: Steven Barth <steven@midlink.org>
2014-10-20 09:16:44 +02:00
sbyx
93bda18b2a Merge pull request #443 from ott/master
knot: Split utils subpackage
2014-10-19 21:58:06 +02:00
Marty R
0ecfc499ce nut: Updated (c) notice
Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
2014-10-19 09:40:02 -07:00