aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* spawn-fcgi: fix install stepJohn Crispin2015-03-29
| | | | | | the makefile trues to copy a file that does not exist Signed-off-by: John Crispin <blogic@openwrt.org>
* Merge pull request #1082 from smoofra/bindNoah Meyerhans2015-03-31
|\ | | | | bind: build fix: remove autoconf AR cruft
| * bind: build fix: remove autoconf AR cruftLawrence D'Anna2015-03-27
| | | | | | | | | | | | | | | | This patch removes some autoconf goo which is causing bind to use the host's ar instead the ar from the toolchain. If they're both elf platforms this is fine, but it's no good if host is darwin. Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
* | Revert "new package: noip"Steven Barth2015-03-31
| |
* | Merge pull request #1083 from smoofra/noipSteven Barth2015-03-31
|\ \ | | | | | | new package: noip
| * | new package: noipLawrence D'Anna2015-03-27
| |/ | | | | | | | | | | This is the client program for noip.com, which is a dynamic dns provider. Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
* | Merge pull request #1089 from obsy/masterSteven Barth2015-03-31
|\ \ | | | | | | transmission: fix build problem with fallocate64
| * | transmission: fix build problem with fallocate64Cezary Jackiewicz2015-03-29
| | |
* | | prosody: bump to 0.9.8Thomas Heil2015-03-30
| | | | | | | | | | | | | | | | | | | | | | | | - Ensure only valid UTF-8 is passed to libidn. It was found (CVE-2015-2059) that libidn can read beyond the boundaries of the provided buffer when an input string contains invalid UTF-8 sequences. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | spawn-fcgi: import from oldpackagesDaniel Golle2015-03-29
| | | | | | | | | | | | | | | | | | | | | also bump version, use new download URL and add myself as maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | openconnect: list the defaultroute optionNikos Mavrogiannopoulos2015-03-29
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | xl2tpd: fix build with muslDaniel Golle2015-03-29
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | transmission: fix build with muslDaniel Golle2015-03-29
|/ / | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* / wget: update to 1.16.3Maxim Storchak2015-03-28
|/ | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* sqm-scripts: clean up interface selection for hotpluggingSebastian Moeller2015-03-25
| | | | | | | | | | | | | The initial conversion to restart sqm on interfaces it is configured for in case of (transient) dis- and reappearance was half finished. These changes clean up the handling of exlicitly passed interfaces in run.sh: no second argument defaults to all configured interfaces the alternative is an individual interface name passed as 2nd argument to run.sh. The first argument either is start or stop. No argument at all will behave as if start was passed. Survives light testing... Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
* sqm-scripts: change default for qdisc target parameterSebastian Moeller2015-03-25
| | | | | | | | | | | | | | | | | | | | | | Alan Jenkins noted a bug in the smq luci GUI that effectively erased several configuration paramters if two checkboxes were deselected. This behaviour seems consistent in luci but certainly has the potential to confuse users. While confusion can not really be avoided generally it seems wise to change the default interpretation for empty or non-existent itarget and etarget variables from the qdisc's default (5ms in the case of one of the codels) to automatic determination of tghis variable dependent on the configured bandwidth, as codels target variable should be large enough to contain at least one full packet. With this change sqm-scripts will do the right thing by default, but will yet allow the user to specify over-ridding values (as long as the user does not un-check the entry-field exposing check boxes). Survives light testing... This change set also changes the sqm-scripts luci gui to note the user of the change. For compatibility with existing setups sqm-scripts will still honor "auto" as an alternative explicit way of requesting automatic target selection. This might turn into a warning in the future and might be phased out... Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
* Merge pull request #1066 from ollie27/sftpdepsSteven Barth2015-03-24
|\ | | | | openssh: strip openssh-sftp-server dependencies again
| * openssh: strip openssh-sftp-server dependencies againOliver Middleton2015-03-23
| | | | | | | | | | | | Reapply 99c6c3d830156ce13f415c698343353c477cd9f9 Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
* | mdnsresponder: bump to 567Steven Barth2015-03-23
|/ | | | Signed-off-by: Steven Barth <steven@midlink.org>
* dmapd: update to 0.0.71W. Michael Petullo2015-03-22
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* tor: remove optional dependency on libsspStijn Tintel2015-03-20
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* openssh: remove optional dependency on libsspStijn Tintel2015-03-20
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* ethtool: remove optional dependency on libsspStijn Tintel2015-03-20
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* linknx: fix dependencyOthmar Truniger2015-03-19
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* Merge pull request #879 from ZeroChaos-/ethtool-ssp-supportMatthias Schiffer2015-03-19
|\ | | | | ethtool: fix Makefile to support SSP
| * ethtool: add optional libssp depZero_Chaos2015-03-19
| | | | | | | | | | | | | | | | Package ethtool is missing dependencies for the following libraries: libssp.so.0 Makefile:45: recipe for target '/home/zero/development/openwrt/bin/ar71xx/packages/packages/ethtool_3.18-1_ar71xx.ipk' failed Signed-off-by: Rick Farina (Zero_Chaos) <zerochaos@gentoo.org>
* | openssh: update to 6.8p1Peter Wagner2015-03-19
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | Merge pull request #920 from stintel/snmpd_procdJo-Philipp Wich2015-03-19
|\ \ | | | | | | net-snmp: cleanup and use procd
| * | net-snmp: monitor ifindex changesStijn Tintel2015-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | When an ifindex for an interface changes, some monitoring tools can no longer find the interface and send alerts. Monitor all network interfaces via the procd netdev parameter, so that /etc/init.d/snmpd reload will restart snmpd if any ifindex changed. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | net-snmp: cosmetic changes in snmpd init scriptStijn Tintel2015-02-18
| | | | | | | | | | | | | | | | | | | | | | | | - Refactor RUN_C into CONFIGFILE, as used in dnsmasq and igmpproxy init scripts. - Add a newline after each function definition. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | net-snmp: convert snmpd to procdStijn Tintel2015-02-18
| | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | net-snmp: remove /etc/default/snmpd DebianismStijn Tintel2015-02-18
| | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | Merge pull request #1017 from mhaas/stunnel-5.10champtar2015-03-18
|\ \ \ | | | | | | | | | | | | | | | | stunnel: bring back stunnel compile tested for ar71xx
| * | | stunnel: Bring it back at v5.10Michael Haas2015-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: Michael Haas <haas@computerlinguist.org> * init script no longer creates certificates (consider client mode as use case) * patches/010_fix_getnameinfo.patch: Fix getnameinfo signature * patches/011_disable_ssp_linking.patch: Disable -fstack-protector as it is not always available in OpenWRT * old patches (in oldpackages) no longer necessary * remove libwrap dependency * remove libpthread dependency * respect CONFIG_IPV6 * init script uses procd * sample stunnel.conf runs in client mode - prevents start failure, does not require cert Possible enhancement: automatically generate certificate as done in uhttpd. However, as client mode is a possible use case, I'd rather not. Additionally, stunnel may use several certs with user-defined locations and we can't easily set a cert location via command-line args. The package is based on https://sites.google.com/site/twisteroidambassador/openwrt/stunnel Signed-off-by: Michael Haas <haas@computerlinguist.org>
* | | | snort: bump to 2.9.7.2Mario Halambek2015-03-18
| | | | | | | | | | | | | | | | Signed-off-by: Mario Halambek <mario.halambek@sartura.hr>
* | | | Merge pull request #1046 from arfett/masterSteven Barth2015-03-18
|\ \ \ \ | | | | | | | | | | mwan3-luci: update to 1.4-2
| * | | | version updated to 1.4-2 (mwan3 1.6 compatible)Aedan Renner2015-03-09
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | new mwan3 1.6 rule options added: -sticky -timeout -ipset
* | | | Merge pull request #1047 from Adze1502/masterSteven Barth2015-03-18
|\ \ \ \ | | | | | | | | | | mwan3: update to version 1.6-1
| * | | | mwan3: update to version 1.6-1Adze15022015-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ipset support (ipset version >6.22 with ipmark required) Add stickiness feature Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | | | | Merge remote-tracking branch 'tru7/linknx'Michael Heimpold2015-03-17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | | linknx: streamline makefileOthmar Truniger2015-03-17
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* / / / / knxd: tune Makefile, new upstream versionOthmar Truniger2015-03-17
|/ / / / | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | git: update to 2.3.3Peter Wagner2015-03-16
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | sslh: update to 1.17Jonathan McCrohan2015-03-15
| | | | | | | | | | | | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | git: add subpackage for http(s)/ftp(s) commandsLuiz Angelo Daros de Luca2015-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch add a new package, git-http, that contains all http related commands (and ftp as extra). All http/ftp depends on libcurl. Even without SSL suport in libcurl, git compiles and it returns an informative error only at runtime. The use of symlinks now are trigged using NO_INSTALL_HARDLINKS env and not based only on Makefile patch. imap-send was kept builtin and idependent of curl (just as it was before) Template files, which are not necessary, where removed. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | git: configure as cross compilingLuiz Angelo Daros de Luca2015-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, ./configure was running checking local system and not OpenWRT target. This would avoid any configure test about OpenWRT libraries. With a patch in configure, non cross-compiling-friend test are ignored and Makefile can use default configure. As side effect, git commands are now at /usr/lib/git-core and not /usr/libexec/git-core. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | openconnect: upgraded to 7.05Nikos Mavrogiannopoulos2015-03-14
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | cshark: update to latest git HEADLuka Perkov2015-03-13
| | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | wshaper: start wshaper on ifupStanislav German-Evtushenko2015-03-12
| | | |
* | | | Merge pull request #998 from mhei/knxdSteven Barth2015-03-10
|\ \ \ \ | |/ / / |/| | | knxd: streamline makefile