aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | seafile: import seafile-server package and its dependenciesGergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | wget: add license fileMaxim Storchak2014-12-14
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | tgt: update to 1.0.53Maxim Storchak2014-12-14
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | rsync: add license fileMaxim Storchak2014-12-14
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | net/bind: add the bind user/groupNoah Meyerhans2014-12-13
| | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | Merge pull request #639 from fededim/masterSteven Barth2014-12-13
|\ \ | | | | | | net/lftp: upgrade to version 4.6.0
| * | net/lftp: upgrade to version 4.6.0Rupan2014-12-13
| | | | | | | | | | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | | ocserv: updated to 0.8.9Nikos Mavrogiannopoulos2014-12-12
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | net/ipsec-tools: Fix the racoon command line in /etc/init.d/racoonNoah Meyerhans2014-12-11
| | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | net/ipsec-tools: Install our own racoon.conf rather than using the one ↵Noah Meyerhans2014-12-11
| | | | | | | | | | | | | | | | | | provided upstream. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | wget: update to 1.16.1Peter Wagner2014-12-11
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | bind: Update to 9.9.6-P1 to address security issues CVE-2014-8500Noah Meyerhans2014-12-10
| | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | misc: Correct tag spelling PKG_LICENSE_FILESTed Hess2014-12-09
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | openssh: provide an avahi service fileMichael Heimpold2014-12-08
| | | | | | | | | | | | | | | | | | | | | As discussed in #543, we can announce the SFTP service via Avahi when sftp-server is installed. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | privoxy: moved to github and update to 3.0.22Steven Barth2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - moved from oldpackages to github - set maintainer - update pkg source to new version 3.0.22 - run privoxy as non root user privoxy:privoxy - using procd including network events to restart on changes - log start and stop to syslog, privoxy not using syslog Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | Merge pull request #595 from ffainelli/stokenNikos Mavrogiannopoulos2014-12-08
|\ \ \ | | | | | | | | Add stoken and update openconnect to use it
| * | | openconnect: add an option to support stokenFlorian Fainelli2014-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new build configuration option for openconnect and let it link against libstoken if instructed to. Two new uci configuration variables are introduced: "token_mode" and "token_secret" to allow openconnect to use those. Signed-off-by: Florian Fainelli <florian@openwrt.org>
* | | | prosody: update to 0.9.7Stefan Hellermann2014-12-08
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update prosody to 0.9.7 to get the latest fixes. Changelogs: http://blog.prosody.im/prosody-0-9-5-released/ http://blog.prosody.im/prosody-0-9-6-released/ http://blog.prosody.im/prosody-0-9-7-released/ Tested for a few days with a dozen clients Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* | | ddns-scripts: Update to version 2.1.0-3Christian Schoenebeck2014-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed special handling for dynamic_dns_helper.sh and url_escape.sed in Makefile/postinst - minor fixes in logging - allow retry_count of "0" to run infinite retrys on error -- https://dev.openwrt.org/ticket/18382 - changed naming of .dat and .err file to have one per section, not one per process - defer hotplug helper from 25-ddns to 95-ddns (according initscript START=95) -- https://github.com/openwrt/packages/issues/568 (#568) - fix commandline for busybox wget -- https://dev.openwrt.org/ticket/18411 -- https://dev.openwrt.org/ticket/18437 -- https://github.com/openwrt/packages/issues/605 (#605) - remove checking answer from ddns provider because there are to many different. Some providers do not follow API from dyndns.com Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | ipsec-tools: Use procd in racoon's init scriptNoah Meyerhans2014-12-06
| | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | bind: Use procd in /etc/init.d/namedNoah Meyerhans2014-12-06
| | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | openconnect: simplified cmdline appendingNikos Mavrogiannopoulos2014-12-05
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | ocserv: enable the X-CSTP-DynDNS headerNikos Mavrogiannopoulos2014-12-05
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | openconnect: added upstream patch for dynamic IPsNikos Mavrogiannopoulos2014-12-05
| | | | | | | | | | | | That requires an update to ocserv as well to advertise them.
* | | haproxy: update to version 1.9 patch 02Thomas Heil2014-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - BUILD: fix "make install" to support spaces in the install dirs - BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks - BUG/MEDIUM: ssl: fix bad ssl context init can cause segfault in case of OOM. - BUG/MINOR: samples: fix unnecessary memcopy converting binary to string. - BUG/MEDIUM: connection: sanitize PPv2 header length before parsing address information - BUG/MEDIUM: pattern: don't load more than once a pattern list. - BUG/MEDIUM: ssl: force a full GC in case of memory shortage - BUG/MINOR: config: don't inherit the default balance algorithm in frontends - BUG/MAJOR: frontend: initialize capture pointers earlier - BUG/MINOR: stats: correctly set the request/response analysers - DOC: fix typo in the body parser documentation for msg.sov - BUG/MINOR: peers: the buffer size is global.tune.bufsize, not trash.size - MINOR: sample: add a few basic internal fetches (nbproc, proc, stopping) - BUG/MAJOR: sessions: unlink session from list on out of memory - BUG/MEDIUM: patterns: previous fix was incomplete - BUG/MEDIUM: payload: ensure that a request channel is available Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | Merge pull request #592 from ageekymonk/chilli_proxyImre Kaloz2014-12-04
|\ \ \ | | | | | | | | coova-chilli: adding menuconfig option for enabling chilli proxy
| * | | Coova-chilli: Adding Menu option for enabling chilli proxy.Ramanathan Sivagurunathan2014-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chilli proxy is used when one does not want to setup AAA server but want to handle AAA through http. Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Ramanathan Sivagurunathan ramzthecoder@gmail.com
* | | | strongswan: correctly install plugin include configsSteven Barth2014-12-04
| | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | git: update to 2.2.0Peter Wagner2014-12-04
|/ / / | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | nmap: dont build zenmap by default.Nuno Goncalves2014-12-03
| | | | | | | | | | | | | | | | | | | | | Fixes https://dev.openwrt.org/ticket/18436. Closes #577. Signed-off-by: Nick Potts nicholas.potts@googles-email-system.com
* | | openvswitch: use EXTRA_CFLAGS instead of KCFLAGSAlexandru Ardelean2014-12-03
| | | | | | | | | | | | | | | | | | The patch we've switched requires EXTRA_CFLAGS to be set instead of KCFLAGS. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | openvswitch: switch patch with patch from ovs trunkAlexandru Ardelean2014-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After a few discussions with the guys working on OpenVSwitch they've recommended we use the EXTRA_CFLAGS env var for setting flags for the kernel module. They've updated the trunk with a patch to accomodate that. That patch is also in this commit, and replaces a patch that I proposed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Revert "aria2: enable bittorrent and metalink by default"Steven Barth2014-11-30
| | | | | | | | | | | | | | | | | | As per maintainer's request. Signed-off-by: Steven Barth <steven@midlink.org>
* | | coova-chilli: move to githubImre Kaloz2014-11-30
| | | | | | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
* | | ocsev: define _XOPEN_SOURCE when search for or using crypt()Nikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | | | | | | | Resolves #544 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | ocserv: updated to 0.8.8 and added dependency on libhttp-parserNikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | openconnect: when serverhash or cafile are present, set --no-system-trustNikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | openconnect: made server IP resolving on reconnection conditionalNikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | openconnect: updated to 7.00Nikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | opentracker: bump git codebase to 20141007Daniel Golle2014-11-27
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | freeradius2: bump to version 2.2.6Daniel Golle2014-11-27
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | aria2: enable bittorrent and metalink by defaultwidewing2014-11-26
| | | | | | | | | | | | Signed-off-by: Gavin Ni <gisngy@gmail.com>
* | | Merge pull request #563 from antonlacon/license-updatesSteven Barth2014-11-26
|\ \ \ | | | | | | | | License updates and metadata typo correction
| * | | ntpd: add SPDX license informationIan Leonard2014-11-25
| | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | lftp: add PKG_LICENSE SPDX informationIan Leonard2014-11-25
| | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | libv4l/tgt/hdparm/pciutils: disable MIPS16Steven Barth2014-11-25
|/ / / | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | ntpd: fix a small typo in the default descriptionMichael Heimpold2014-11-23
| | | | | | | | | | | | | | | | | | | | | Reported by amanual on IRC, thanks. While at, update copyright timestamp. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | znc: link to libstdc++ to fix performance issues on channel joinJonas Gorski2014-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZNC uses a map to cache channel memebers on join. Unfortunately uclibc++ uses a naive linked-list implementation with horrible performance, which can cause joins to take a few minutes on popular channels. Therefore Switch to libstdc++ which uses a much more performant hashmap. ZNC by itself is already rather large, so the added footprint of libstd++ vs uclibc++ does not matter that much anyway. Should fix #11778. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | haproxy: patches from upstreamThomas Heil2014-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [PATCH 1/6] BUILD: fix "make install" to support spaces in the - [PATCH 2/6] BUG/MEDIUM: ssl: fix bad ssl context init can cause - [PATCH 3/6] BUG/MEDIUM: ssl: force a full GC in case of memory - [PATCH 4/6] BUG/MEDIUM: checks: fix conflicts between agent checks - [PATCH 5/6] BUG/MINOR: config: don't inherit the default balance - [PATCH 6/6] BUG/MAJOR: frontend: initialize capture pointers earlier Signed-off-by: Thomas Heil <heil@terminal-consulting.de>