Commit Graph

229 Commits

Author SHA1 Message Date
Etienne CHAMPETIER 36551d4c41 libowfat: fix a build error (havescope.h)
this fixes #63

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-30 13:28:56 +02:00
nbd168 1ac000b0d0 Merge pull request #57 from champtar/format
PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)
Merged before the changes to OpenWrt trunk in order to avoid regressions.
2014-06-30 10:19:11 +02:00
Peter Wagner bf27645121 etherwake: import from packages 2014-06-28 22:54:10 +02:00
Nikos Mavrogiannopoulos f5e6eced6e ocserv: install missing ocserv-script 2014-06-28 13:48:34 +02:00
Nikos Mavrogiannopoulos ec65ca6f58 gnutls: cryptodev option depends on cryptodev kmod. 2014-06-28 13:36:59 +02:00
Nikos Mavrogiannopoulos c0a60a5e3f gnutls: Added default options 2014-06-28 13:36:59 +02:00
Nikos Mavrogiannopoulos 6f50d60474 ocserv: updated to 0.8.1 2014-06-28 13:36:59 +02:00
Florian Fainelli dff066ee7d Merge pull request #60 from mstorchak/rsync_try2
rsync: import from packages, update to latest, add acl and xattr support
2014-06-27 12:44:21 -07:00
Maxim Storchak 174ee67042 rsync: add support for ACL and XATTR
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-06-27 13:19:53 +03:00
Maxim Storchak c9b56fef35 acl: add ACL tools and libs
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-06-27 13:19:50 +03:00
Maxim Storchak bbf5f89801 attr: add xattr tools and libs
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-06-27 13:19:46 +03:00
Maxim Storchak 43d63745a4 rsync: update to the latest, add myself as a maintainter
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-06-27 13:19:43 +03:00
Maxim Storchak 4145614571 rsync: import from packages
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-06-27 13:14:56 +03:00
sbyx 630ae414b2 Merge pull request #58 from cpatulea/master
openssh: fix openssh-sftp-server deps when SSP_SUPPORT
2014-06-26 19:56:23 +02:00
Catalin Patulea 35e2de06b0 openssh: fix openssh-sftp-server deps when SSP_SUPPORT 2014-06-26 13:53:19 -04:00
Steven Barth 23a9d85942 libevent: mark as legacy (trunk has libevent2)
Signed-off-by: Steven Barth <steven@midlink.org>
2014-06-26 09:07:55 +02:00
Thomas Heil 2d9af2967c haproxy: patches from upstream (ssl,counter,stick-table, track)
- BUG/MINOR: ssl: Fix external function in order not to return a pointer
   on an internal trash buffer
 - BUG/MINOR: counters: do not untrack counters before logging
 - BUG/MAJOR: sample: correctly reinitialize sample fetch context before
   calling sample_process()
 - MINOR: stick-table: make stktable_fetch_key() indicate why it failed
 - BUG/MEDIUM: counters: fix track-sc* to wait on unstable contents

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-26 06:22:41 +02:00
Álvaro Fernández Rojas bcd2e39bfa udpxy: Simplify configuration.
This fixes https://dev.openwrt.org/ticket/16863.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-06-26 03:09:13 +02:00
Etienne CHAMPETIER e598af5f99 PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-24 23:01:14 +02:00
Thomas Heil 11bf9384ed haproxy: upgrade to version 1.5.1
Bugs from 1.5.0 can cause file descriptor leak, results in the
impossibility to accept new connections after some time.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-24 19:39:47 +02:00
Thomas Heil 50862c6c3e nginx: fix dependence to NGINX_SSL
the upstream_check and proxyprotocol module need NGINX_SSL. So remove them
from default and add the according dependence.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-24 19:30:53 +02:00
Thomas Heil 17925c4e33 nginx: make depencies more stricter
This should fix isse #54. It should no not be possible to select an
nginx subpackage without the appropriate module.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-24 01:31:49 +02:00
Etienne CHAMPETIER af1fe70acb zabbix: fix zabbix-extra-wifi discovery rule
As it use ubus call you need to run zabbix as root for it to work

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-24 00:00:20 +02:00
Thomas Heil 58e6bd332b haproxy: upstream commit, properly initialize and count log
[PATCH 6/6] BUG/MINOR: logs: properly initialize and count log sockets

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-23 22:16:46 +02:00
Luka Perkov 2ef354d343 cshark: bump package
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-06-23 21:05:14 +02:00
Luka Perkov b5ea055991 cshark: fix build failure
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-06-23 20:59:08 +02:00
sbyx 1aaf4eb64a Merge pull request #52 from heil/crtmpserver
crtmpserver: import from packages, add myself as the maintainer
2014-06-23 19:25:47 +02:00
Steven Barth f36eafce64 Add no-outside-dependency guideline
Signed-off-by: Steven Barth <steven@midlink.org>
2014-06-23 18:59:59 +02:00
Thomas Heil e236613a49 crtmpserver: import from packages, add myself as the maintainer
This adds the crtmpserver package from the old svn package tree. I adopt
the licensing information and will maintain the package in the future. I
also updated the package to the latest version and ensure that is
building on x86_64, ar71xx and avr32.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-23 18:53:18 +02:00
sbyx eb435b2e55 Merge pull request #50 from oskar456/aiccu
aiccu: import from oldpackages, integrate with netifd
2014-06-23 18:52:49 +02:00
sbyx 2f696b43ba Merge pull request #49 from oskar456/tayga
tayga: import from oldpackages, fix broken checksum and add netifd support
2014-06-23 18:52:30 +02:00
sbyx 3251ba625d Merge pull request #48 from heil/master
nginx: import from packages, add myself as the maintainer
2014-06-23 18:52:09 +02:00
sbyx bdf769ea3c Merge pull request #51 from heil/haproxy
haproxy: fix OCSP response, remove crappy client side timeout patches
2014-06-23 18:50:23 +02:00
Thomas Heil 7e55100146 haproxy: fix OCSP response, remove crappy client side timeout patches
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-23 18:47:36 +02:00
Ondřej Caletka 449ad56fb5 aiccu: integrate with netifd
This patch integrates AICCU with netifd. Care was taken not to restart
aiccu without a reason as it triggers alert on SixXS infrastructure.
Example usage:

config interface 'wan6'
        option 'proto'    'aiccu'
        option 'username' 'HANDLE-SIXXS/TID'
        option 'password' 'Password'
        option 'ip6prefix' '2001:db8:aabb::/48' #Delegated subnet
        option 'ip6addr' '2001:db8:aaaa:aaa::2/64' #Optional
        option 'verbose' 'true'

Tested with current trunk on TL-WR703N.

Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
2014-06-23 16:48:59 +02:00
Ondřej Caletka baed04bed0 aiccu: add myself as maintainer
Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
2014-06-23 16:48:59 +02:00
Ondřej Caletka 7bf4be7da8 aiccu: import from oldpackages
Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
2014-06-23 16:48:59 +02:00
Thomas Heil e9da522f68 nginx: import from packages, add myself as the maintainer
This adds the nginx package from the old svn package fee. I adopt
the licensing information and will maintain the package in the future.
This request also updates nginx to the last stable version 1.4.7. It further
adds support for
 - naxsi (the ngix web application firewall)
 - syslog module
 - http upstream check module
 - support for the haproxy Proxy Protocol (this way nginx can see the real
   ip address behind haproxy)
Building was tested with target x86_64, ar71xx and avr32.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-23 16:37:24 +02:00
Ondřej Caletka 545b84c547 tayga: Add Netifd support
This patch integrates tayga with netifd. Parametres are nearly same as
with the older scripts. Support for static mapping of IPv4<=>IPv6 addresses
is missing. Example configuration:

config interface 'nat64'
        option proto 'tayga'
        option prefix 64:ff9b::/96
        option dynamic_pool 10.128.0.0/24
        option ipv4_addr 10.128.0.1	#address of the TAYGA itself
        option ipv6_addr 2001:470:5990::64
        option ipaddr  192.168.1.1 #optional address of TUN interface
        option ip6addr 2001:db8::1

Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
2014-06-23 16:25:05 +02:00
Ondřej Caletka 8a90bbadd7 tayga: fix broken ICMP checksum on big-endian machines
This patches fixes wrong ICMP checksum of translated packets on
big-endian machines #16715
The patch is authored by upstream author
Nathan Lutchansky <lutchann@litech.org>
Source of the patch: http://forum.mikrotik.com/viewtopic.php?f=15&t=82329

Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
2014-06-23 15:47:29 +02:00
Ondřej Caletka ee7a6cd35b tayga: add myself as maintainer
Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
2014-06-23 15:46:38 +02:00
Ondřej Caletka db0236fb85 tayga: import from oldpackages
Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
2014-06-23 15:44:35 +02:00
sbyx 57b1ed6aa4 Merge pull request #47 from heil/master
memcached: import from packages, add myself as the maintainer
2014-06-23 15:31:56 +02:00
Steven Barth 6c0f9011d9 libevent: import from oldpackages
Signed-off-by: Steven Barth <steven@midlink.org>
2014-06-23 15:30:15 +02:00
Thomas Heil e273fef7a7 memcached: import from packages, add myself as the maintainer
This adds the memcached package from the old svn package fee. I adopt
the licensing information an will maintain the package in the future.
This request also updates memcached to the last stable version 1.4.20.
Building was testet with target x86_64, ar71xx and avr32

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-23 15:15:52 +02:00
Luka Perkov 63782c633d cshark: add new package
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-06-23 11:57:00 +02:00
sbyx e07ac05e65 Merge pull request #46 from the2masters/smartmontools-rsync
smartmontools: remove stale dependency on rsync
2014-06-22 16:23:10 +02:00
Stefan Hellermann 5b1470dc04 smartmontools: remove stale dependency on rsync
rsync is in no way related to smartmontools. Additionally rsync
is missing in the new github repo.

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
2014-06-22 16:20:23 +02:00
Nikos Mavrogiannopoulos b2d942a8ef Merge pull request #42 from equinox0815/uanytun
import uanytun, upgrade to latest version
2014-06-22 04:06:57 +02:00
Christian Pointner 1f60e90a9d dropped gcrypt variant for now
now using libnettle for the default crypto library

Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-06-22 02:57:51 +02:00