aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | Teach SQM hotplug tricksSebastian Moeller2015-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some interfaces like wan-pppoe go away, when the ppp connection is lost and get recreated once the link is established again. SQM now has its own hotplug script to re-enable itself on the interfae just hotplugged. SQM will not touch other instances of itself running on other interfaces if called by hotplug.d. The implementation now allows this functionality by calling run.sh like: /usr/lib/sqm/run.sh interface YOUR_INTERFACE_NAME_HERE e.g.: /usr/lib/sqm/run.sh interface ge00-pppoe If called with a specific interface SQM will only try to disable itself on that interface to clean up all left over state and the re-enable itself on just that interface. Hopefully that allows for better service with instable interfaces like pppoe. The current code passes a simple manual stop start test of the ge00-pppoe interface from the GUI and does seem to do the right thing, at least on cerowrt 3.10.50-1...
* | | | | | Upgrade socat to 1.7.3.0.John Szakmeister2015-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cross-compiling patch is no longer necessary. Also added librt as a dependency, since it is required. This also fixes an issue where support for linux/errqueue.h was not being detected correctly and causing a build failure with 3.18. Signed-off-by: John Szakmeister <john@szakmeister.net>
* | | | | | wget: update to 1.16.2Maxim Storchak2015-03-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | Merge pull request #938 from kissg1988/seafileSteven Barth2015-03-02
|\ \ \ \ \ \ | | |/ / / / | |/| | | | seafile: deleted outdated patch
| * | | | | seafile: deleted outdated patchGergely Kiss2015-02-20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | Merge pull request #873 from jow-/umurmur-autoconf-fixSteven Barth2015-03-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | umurmur: use generic autoreconf fixup
| * | | | | | umurmur: use generic autoreconf fixupJo-Philipp Wich2015-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the generic autoreconf facility to pickup proper variants of autoconf, automake and libtool. Remove the unneeded Build/Configure override. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | Merge pull request #965 from chris5560/masterTed Hess2015-02-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ddns-scripts: implements usage of nsupdate to direct update DNS servers
| * | | | | | | ddns-scripts: implements usage of nsupdate to direct update DNS serversChristian Schoenebeck2015-02-28
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * new service "bind-nsupdate" using nsupdate to directly updates a PowerDNS or Bind server via nsupdate. suggested by Jan Riechers (Pull #957) many thanks! * updated tld-names.dat Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | Merge pull request #941 from commodo/ovs-fixTed Hess2015-02-28
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | openvswitch: limit package to supported kernel versions
| * | | | | | openvswitch: limit package to supported kernel versionsAlexandru Ardelean2015-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | apcupsd: add driver modbus-usbOthmar Truniger2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | ibrdtn-tools: Updated to 1.0.1Johannes Morgenroth2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
* | | | | | | ibrdtnd: Updated to 1.0.1Johannes Morgenroth2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
* | | | | | | net: mosquitto: Fix libwebsockets detectionKarl Palsson2015-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch suggested from upstream. Bumping release and including the patch directly until a point release is available. Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | | | Merge pull request #950 from salzmdan/masterTed Hess2015-02-23
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | knot: update to 1.6.2
| * | | | | | knot: update to 1.6.2Daniel Salzman2015-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | | | Merge pull request #947 from MikePetullo/masterTed Hess2015-02-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | krb5: update to 1.13.1
| * | | | | | | krb5: update to 1.13.1W. Michael Petullo2015-02-22
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | pen: update to 0.27.1Nicolas Thill2015-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | Merge pull request #939 from morgenroth/Add-redsocksTed Hess2015-02-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | redsocks: add new package
| * | | | | | | redsocks: add new packageJohannes Morgenroth2015-02-22
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redsocks is a daemon running on the local system, that will transparently tunnel any TCP connection via a remote SOCKS4, SOCKS5 or HTTP proxy server. It uses the system firewall's redirection facility to intercept TCP connections, thus the redirection is system-wide, with fine-grained control, and does not depend on LD_PRELOAD libraries. Signed-off-by: Johannes Morgenroth <jm@m-network.de>
* | | | | | | Merge pull request #940 from tru7/apcupsdTed Hess2015-02-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | apcupsd: add cgi module
| * | | | | | | apcupsd: add cgi moduleOthmar Truniger2015-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | | mosquitto: don't depend on websocket for -nossl variantNicolas Thill2015-02-22
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | net: mosquitto: add missing libuuid dependencyKarl Palsson2015-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improper patch resolution when importing this from it's development repository :( Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | | | net: mosquitto: overhaul uci conversion scriptKarl Palsson2015-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support more options that came with mosquitto 1.4 Use more built in functions to make script simpler to read and easier to extend. Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | | | net: mosquitto: Bump to 1.4 releaseKarl Palsson2015-02-20
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Of particular note, this adds optional support for websockets. This defaults to enabled, as it's the biggest new feature in this release. A config item is provided to disable it for manual use. Full release notes: http://mosquitto.org/2015/02/version-1-4-released/ This also remove some build workarounds that are no longer required for newer versions of mosquitto. Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | | tgt: unquote 'device' and 'file' to make them keywords, not literalsMaxim Storchak2015-02-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | ocserv: updated to 0.9.2Nikos Mavrogiannopoulos2015-02-18
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | Merge pull request #919 from tru7/apcupsdTed Hess2015-02-17
|\ \ \ \ \ | | | | | | | | | | | | apcupsd: move from old packages and Makefile updated
| * | | | | apcupsd: move from old packages and Makefile updatedOthmar Truniger2015-02-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <Othmar Truniger github@truniger.ch>
* | | | | | openconnect: backup hook scripts as wellNikos Mavrogiannopoulos2015-02-17
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Resolves #882 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | Merge pull request #913 from mstorchak/tgtSteven Barth2015-02-17
|\ \ \ \ \ | | | | | | | | | | | | tgt: allow to export devices in addition to files; define reload_service as stop+start
| * | | | | tgt: allow to export devices in addition to files; define reload_service as ↵Maxim Storchak2015-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stop+start Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | pen: update to 0.27.0Nicolas Thill2015-02-17
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | Merge pull request #910 from chris5560/master-privoxySteven Barth2015-02-16
|\ \ \ \ \ | | | | | | | | | | | | privoxy: remove upgrade handling, conffile and initscript fixes
| * | | | | privoxy: remove upgrade handling, conffile and initscript fixesChristian Schoenebeck2015-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove upgrade handling for version 3.0.21 or older packages. Also fix #726 * added user.action, user.filter and user.trust files to conffiles (might be modified by user on running system) * move permission setting from Makefile (install) to initscript because permissions are overwritten during/inside buildroot Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | rsync: patch CVE-2014-9512Maxim Storchak2015-02-15
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | ulogd: backport upstream fixesDaniel Golle2015-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/908 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | ocserv: updated to 0.9.1Nikos Mavrogiannopoulos2015-02-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | haproxy: update to version 1.5.11 and pending patchesThomas Heil2015-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - BUG/MEDIUM: backend: correctly detect the domain when use_domain_only is used - MINOR: ssl: load certificates in alphabetical order - BUG/MINOR: checks: prevent http keep-alive with http-check expect - BUG/MEDIUM: Do not set agent health to zero if server is disabled in config - MEDIUM/BUG: Only explicitly report "DOWN (agent)" if the agent health is zero - BUG/MINOR: stats:Fix incorrect printf type. - DOC: add missing entry for log-format and clarify the text - BUG/MEDIUM: http: fix header removal when previous header ends with pure LF - BUG/MEDIUM: channel: fix possible integer overflow on reserved size computation - BUG/MINOR: channel: compare to_forward with buf->i, not buf->size - MINOR: channel: add channel_in_transit() - MEDIUM: channel: make buffer_reserved() use channel_in_transit() - MEDIUM: channel: make bi_avail() use channel_in_transit() - BUG/MEDIUM: channel: don't schedule data in transit for leaving until connected - BUG/MAJOR: log: don't try to emit a log if no logger is set - BUG/MINOR: args: add missing entry for ARGT_MAP in arg_type_names - BUG/MEDIUM: http: make http-request set-header compute the string before removal - BUG/MINOR: http: fix incorrect header value offset in replace-hdr/replace-value - BUG/MINOR: http: abort request processing on filter failure - BUG/MINOR: pattern: error message missing - BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | fakeidentd: import from oldpackagesDaniel Gimpelevich2015-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | ocserv: added option to use seccompNikos Mavrogiannopoulos2015-02-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | Merge pull request #904 from tru7/patch-2Steven Barth2015-02-14
|\ \ \ \ \ | | | | | | | | | | | | knxd: update Makefile to new version
| * | | | | knxd: update Makefile to new versionOthmar Truniger2015-02-13
| | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | Merge pull request #903 from tru7/patch-1Steven Barth2015-02-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | knxd: improve init script
| * | | | | | knxd: improve init scriptOthmar Truniger2015-02-13
| |/ / / / / | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | unbound: bump to version 1.5.1Heiner Kallweit2015-02-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>