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

25805 Commits

Author SHA1 Message Date
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
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
sbyx
80cd200d2a Merge pull request #44 from heil/master
haproxy: fix targe avr32
2014-06-21 16:29:12 +00: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
Nikos Mavrogiannopoulos
6308984c48 p11-kit: install opensc.module if opensc is enabled.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-20 20:27:47 +02:00
Nikos Mavrogiannopoulos
74200f07a1 opensc: updated projects's web page
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-20 20:26:46 +02:00
Nikos Mavrogiannopoulos
8130bd4197 Revert "Added opensc tools and libraries"
This reverts commit bb34d6c7dc.
2014-06-20 20:14:24 +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
Nikos Mavrogiannopoulos
bb34d6c7dc Added opensc tools and libraries
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-20 18:42:47 +02:00
Nikos Mavrogiannopoulos
f87135adb3 gnutls: Allow enabling smart card support as option.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-20 17:56:15 +02:00
Nikos Mavrogiannopoulos
f8a16b14f2 Added p11-kit
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-20 17:52:31 +02:00
Christian Pointner
4e682f03ef import package uanytun
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-06-20 17:49:52 +02:00
Nikos Mavrogiannopoulos
82d693b82b gnutls: Added configuration option to use external libtasn1
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-20 17:33:05 +02:00
Nikos Mavrogiannopoulos
3a025deb84 Backported and update the libtasn1 package.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-20 17:33:05 +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
sbyx
3cf9d54c19 Merge pull request #38 from salzmdan/master
Added Knot DNS server with utilities version 1.5.0-rc2.
2014-06-19 15:02:09 +02:00
Daniel Salzman
193ecfb5c0 Added User-space RCU library version 0.7.12.
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2014-06-19 13:29:11 +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
7257e863d7 Added Linux-PAM and updated description.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-18 23:55:33 +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