Commit Graph

92 Commits

Author SHA1 Message Date
Etienne CHAMPETIER 5c6c766c4c etherwake: disable PKG_CHECK_FORMAT_SECURITY for now
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-30 19:55:18 +02:00
Peter Wagner 28d0f1d506 portmap: import from packages 2014-06-30 15:42:44 +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 6f50d60474 ocserv: updated to 0.8.1 2014-06-28 13:36:59 +02: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 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
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
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 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
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
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
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
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
Christian Pointner fc9d972e1d fixed typo in description
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-06-21 14:07:00 +02:00
Thomas Heil c7931f98b2 haproxy: fix targe avr32
The avr32 target uses a old accept4 implementation, so i disabled it for
this patform.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-21 13:45:32 +02:00
Christian Pointner 4d0bfa5371 upgrade uanytun to newest release 0.3.4
the new package now makes use of build variants

Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-06-20 18:46:00 +02:00
Christian Pointner 4e682f03ef import package uanytun
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-06-20 17:49:52 +02:00
sbyx 87d5136edf Merge pull request #40 from heil/master
haproxy: add upstream bugfix, adapt Copyright
2014-06-20 11:39:28 +00:00
Thomas Heil 9501ca562f haproxy: add upstream bugfix, adapt Copyright
- [PATCH] BUG/MEDIUM: Consistently use 'check' in process_chk

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-20 13:35:06 +02:00
sbyx 7d766208a8 Merge pull request #39 from heil/master
haproxy: upgrade haproxy to version 1.5.0
2014-06-19 21:54:51 +00:00
Thomas Heil d48626190c haproxy: upgrade haproxy to version 1.5.0
- includes support for SSL Termination, Compression Offloading, OCSP
	  Stapling support and much more

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-19 23:45:18 +02:00
Daniel Salzman fd2af5030f Added Knot DNS server with utilities version 1.5.0-rc2.
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2014-06-19 10:54:01 +02:00
Nikos Mavrogiannopoulos b37aa1c8c1 luci-app-ocserv, luci-proto-openconnect: Added dependency on luci-lib-nixio.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-18 23:45:56 +02:00
Nikos Mavrogiannopoulos d63b57f47c ocserv/openconnect: updated documentation on the luci components
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-18 21:32:05 +02:00
Nikos Mavrogiannopoulos b62d07991c Added luci protocol module for openconnect.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-18 21:32:05 +02:00
Nikos Mavrogiannopoulos c560ad9604 Added luci app for ocserv.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-18 21:32:05 +02:00
Peter Wagner a629191c5a import irssi and update to latest version
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-06-18 14:27:31 +02:00
Russell Senior 706b463115 sslh: fix build by correcting version and refreshing makefile patch
Signed-off-by: Russell Senior <russell@personaltelco.net>
2014-06-17 14:20:02 -07:00
Catalin Patulea 99c6c3d830 openssh: strip openssh-sftp-server dependencies, notably openssl
openssh-sftp-server is actually a tiny binary that has nearly no dependencies:
$ mips-openwrt-linux-objdump -x sftp-server | grep NEEDED
  NEEDED               libgcc_s.so.1
  NEEDED               libc.so.0

Stripping its DEPENDS allows building a system with SFTP support, without
pulling in OpenSSL.
2014-06-16 21:29:56 -04:00
Peter Wagner d5dd6b3c31 ntpd: import from packages
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-06-16 11:54:42 +02:00
Peter Wagner 4c89b9da1a rtorrent: import from packages and update to 0.9.4
libtorrent: import from packages and update to 0.13.4

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-06-16 11:53:44 +02:00
Peter Wagner fe62d146fa openssh: import from packages
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-06-16 11:45:34 +02:00
Peter Wagner 7fedc0c35b nfs-kernel-server: import from packages
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-06-16 11:45:28 +02:00
Peter Wagner 306378c90d git: import from packages
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-06-16 11:45:20 +02:00