aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | crtmpserver: import from packages, add myself as the maintainerThomas Heil2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Add no-outside-dependency guidelineSteven Barth2014-06-23
| | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | Merge pull request #50 from oskar456/aiccusbyx2014-06-23
|\ \ \ | | | | | | | | aiccu: import from oldpackages, integrate with netifd
| * | | aiccu: integrate with netifdOndřej Caletka2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | aiccu: add myself as maintainerOndřej Caletka2014-06-23
| | | | | | | | | | | | | | | | Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
| * | | aiccu: import from oldpackagesOndřej Caletka2014-06-23
| | | | | | | | | | | | | | | | Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
* | | | Merge pull request #49 from oskar456/taygasbyx2014-06-23
|\ \ \ \ | | | | | | | | | | tayga: import from oldpackages, fix broken checksum and add netifd support
| * | | | tayga: Add Netifd supportOndřej Caletka2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | tayga: fix broken ICMP checksum on big-endian machinesOndřej Caletka2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | tayga: add myself as maintainerOndřej Caletka2014-06-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
| * | | | tayga: import from oldpackagesOndřej Caletka2014-06-23
| |/ / / | | | | | | | | | | | | Signed-off-by: Ondrej Caletka <ondrej@caletka.cz>
* | | | Merge pull request #48 from heil/mastersbyx2014-06-23
|\ \ \ \ | | | | | | | | | | nginx: import from packages, add myself as the maintainer
| * | | | nginx: import from packages, add myself as the maintainerThomas Heil2014-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #51 from heil/haproxysbyx2014-06-23
|\ \ \ \ \ | |_|/ / / |/| | | | haproxy: fix OCSP response, remove crappy client side timeout patches
| * | | | haproxy: fix OCSP response, remove crappy client side timeout patchesThomas Heil2014-06-23
| |/ / / | | | | | | | | | | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | Merge pull request #47 from heil/mastersbyx2014-06-23
|\| | | | | | | | | | | memcached: import from packages, add myself as the maintainer
| * | | memcached: import from packages, add myself as the maintainerThomas Heil2014-06-23
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | libevent: import from oldpackagesSteven Barth2014-06-23
| | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | cshark: add new packageLuka Perkov2014-06-23
| | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | Merge pull request #46 from the2masters/smartmontools-rsyncsbyx2014-06-22
|\ \ \ | | | | | | | | smartmontools: remove stale dependency on rsync
| * | | smartmontools: remove stale dependency on rsyncStefan Hellermann2014-06-22
|/ / / | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #42 from equinox0815/uanytunNikos Mavrogiannopoulos2014-06-22
|\ \ \ | | | | | | | | import uanytun, upgrade to latest version
| * | | dropped gcrypt variant for nowChristian Pointner2014-06-22
| | | | | | | | | | | | | | | | | | | | | | | | now using libnettle for the default crypto library Signed-off-by: Christian Pointner <equinox@spreadspace.org>
| * | | fixed typo in descriptionChristian Pointner2014-06-21
| | | | | | | | | | | | | | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
| * | | upgrade uanytun to newest release 0.3.4Christian Pointner2014-06-20
| | | | | | | | | | | | | | | | | | | | | | | | the new package now makes use of build variants Signed-off-by: Christian Pointner <equinox@spreadspace.org>
| * | | import package uanytunChristian Pointner2014-06-20
| | | | | | | | | | | | | | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* | | | Merge pull request #44 from heil/mastersbyx2014-06-21
|\ \ \ \ | | |/ / | |/| | haproxy: fix targe avr32
| * | | haproxy: fix targe avr32Thomas Heil2014-06-21
|/ / / | | | | | | | | | | | | | | | | | | The avr32 target uses a old accept4 implementation, so i disabled it for this patform. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | p11-kit: install opensc.module if opensc is enabled.Nikos Mavrogiannopoulos2014-06-20
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | opensc: updated projects's web pageNikos Mavrogiannopoulos2014-06-20
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | Revert "Added opensc tools and libraries"Nikos Mavrogiannopoulos2014-06-20
| | | | | | | | | | | | This reverts commit bb34d6c7dc7177c17c9e4ec8f650fbd3cd413c74.
* | | Added opensc tools and librariesNikos Mavrogiannopoulos2014-06-20
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | gnutls: Allow enabling smart card support as option.Nikos Mavrogiannopoulos2014-06-20
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | Added p11-kitNikos Mavrogiannopoulos2014-06-20
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | gnutls: Added configuration option to use external libtasn1Nikos Mavrogiannopoulos2014-06-20
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | Backported and update the libtasn1 package.Nikos Mavrogiannopoulos2014-06-20
|/ / | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | Merge pull request #40 from heil/mastersbyx2014-06-20
|\ \ | | | | | | haproxy: add upstream bugfix, adapt Copyright
| * | haproxy: add upstream bugfix, adapt CopyrightThomas Heil2014-06-20
| | | | | | | | | | | | | | | | | | - [PATCH] BUG/MEDIUM: Consistently use 'check' in process_chk Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | Merge pull request #39 from heil/mastersbyx2014-06-19
|\| | | | | | | | haproxy: upgrade haproxy to version 1.5.0
| * | haproxy: upgrade haproxy to version 1.5.0Thomas Heil2014-06-19
| | | | | | | | | | | | | | | | | | | | | - includes support for SSL Termination, Compression Offloading, OCSP Stapling support and much more Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | Merge pull request #38 from salzmdan/mastersbyx2014-06-19
|\ \ \ | | | | | | | | Added Knot DNS server with utilities version 1.5.0-rc2.
| * | | Added User-space RCU library version 0.7.12.Daniel Salzman2014-06-19
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
| * | | Added Knot DNS server with utilities version 1.5.0-rc2.Daniel Salzman2014-06-19
|/ / / | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | Added Linux-PAM and updated description.Nikos Mavrogiannopoulos2014-06-18
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | luci-app-ocserv, luci-proto-openconnect: Added dependency on luci-lib-nixio.Nikos Mavrogiannopoulos2014-06-18
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | ocserv/openconnect: updated documentation on the luci componentsNikos Mavrogiannopoulos2014-06-18
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | Added luci protocol module for openconnect.Nikos Mavrogiannopoulos2014-06-18
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | Added luci app for ocserv.Nikos Mavrogiannopoulos2014-06-18
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | import irssi and update to latest versionPeter Wagner2014-06-18
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | gmp & nettle: moved to core repo as dnsmasq dependencySteven Barth2014-06-18
| | | | | | | | | | | | | | | | | | | | | See: https://dev.openwrt.org/changeset/41247 See: https://dev.openwrt.org/changeset/41248 Signed-off-by: Steven Barth <steven@midlink.org>