1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 07:38:40 +02:00
Commit Graph

25995 Commits

Author SHA1 Message Date
Matthias Schiffer
baa93d58d5 fastd: update to v14
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-06-30 23:49:21 +02:00
Thomas Heil
ece8d3b51f haproxy: patches from upstream
- [PATCH 7/9] BUILD: remove TODO from the spec file and add READM
 - [PATCH 8/9] MINOR: log: make MAX_SYSLOG_LEN overridable at build time
 - [PATCH 9/9] MEDIUM: log: support a user-configurable max log line
    length

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-30 23:44:43 +02:00
Etienne CHAMPETIER
f567254fc2 patch: --disable-xattr (v2)
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-30 22:43:30 +02:00
Etienne CHAMPETIER
165e0afeaa patch: --disable-xattr
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-30 20:56:00 +02:00
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
Thomas Heil
eeab7d20fc libpcre: import from packages, add myself as the maintainer
This adds the pcre, aka libpcre package from the old svn tree. Ive
updated the package to the last version end checked that it builds with
various plattforms. The patch 750-pcre_config_cross.patch is not longer
necessary, so I removed him.

The old package needs to be removed from the svn package tree.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-30 18:59:31 +02:00
Etienne CHAMPETIER
79bdb90a66 opensc: fix compilation
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
2014-06-30 18:48:27 +02:00
Peter Wagner
1696bcef81 glib2: import from packages and update to the latest version 2014-06-30 15:56:56 +02:00
Peter Wagner
1be5d608eb libffi: import from packages and update to latest version 2014-06-30 15:49:02 +02:00
Peter Wagner
28d0f1d506 portmap: import from packages 2014-06-30 15:42:44 +02:00
Peter Wagner
48340d616f tcp_wrappers: import from packages 2014-06-30 15:35:29 +02:00
Peter Wagner
4b1fad86f8 pulseaudio: remove avahi support 2014-06-30 15:28:57 +02:00
Peter Wagner
5a6ac78c5a alsa-lib: import from packages 2014-06-30 15:28:40 +02:00
Peter Wagner
29a8acab1f speex: import from packages 2014-06-30 15:28:18 +02:00
Peter Wagner
aa69fde536 libsndfile: import from packages 2014-06-30 15:27:50 +02:00
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
Thomas Heil
7fbd2bd5ee prosody: import from packages, add myself as the maintainer
This adds the prosody package from the old svn tree. Ive updated
the licensing information and will maintain the package in the
future. This request also updates prosdoy to the latest version 0.9.4.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-06-23 19:19:11 +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