aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | net/ipsec-tools: Update configure.ac to force HAVE_POLICY_FWD=true, which isNoah Meyerhans2014-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appropriate on Linux but not properly detected in the openwrt build currently. Signed-off-by: Noah Meyerhans <noahm@debian.org>
| * | | | net/ipsec-tools: Update ipsec-tools to 0.8.2Noah Meyerhans2014-08-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <noahm@debian.org>
| * | | | net/ipsec-tools: Import net/ipsec-tools from oldpackagesNoah Meyerhans2014-08-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <noahm@debian.org>
| * | | | xinetd: socket bind: Invalid argument (errno = 22) when using USERID on ipv6Christian Schoenebeck2014-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use right size of addresses in bind() call. Also use getpeername addresses when connecting to ident service to prevent address family mismatch between socket(), bind() and connect() calls. --- Christian Schoenebeck via github pull request #205: Reported for a long time in the web. Still exists in the current sources. Already reported and offert on TRAC Ticket #15821. You can find a lot of entries on "Google" about the reported problem. I got the same error on my WNDR3800 and von VirtualBox X86. I copied the patch to my local trunk build system and recompiled. The problem was fixed. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
| * | | | umurmur: Set PKG_LICENSEMartin Johansson2014-08-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Johansson <martin@fatbob.nu>
| * | | | mwan3: update to version 1.5-3Adze15022014-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better way of fixing the "icmp unreachable exits wrong interface" problem Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
| * | | | xinetd: Add PKG_LICENSE informationJonathan McCrohan2014-08-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
| * | | | wavemon: Add PKG_LICENSE informationJonathan McCrohan2014-08-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
| * | | | sslh: Add PKG_LICENSE informationJonathan McCrohan2014-08-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
| * | | | mtr: Add PKG_LICENSE informationJonathan McCrohan2014-08-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
| * | | | muninlite,mtr,sslh,wavemon,xinetd: s/MAINTAINER/PKG_&/Jonathan McCrohan2014-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace the MAINTAINER lines in packages that I maintain with PKG_MAINTAINER lines, to be consistent with the rest of the packages tree. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
| * | | | ntpclient: Import from oldpackages, update version, copyright and license ↵Ted Hess2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | info, add pkg maintainer. Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | | | Add smartsnmpd.Xiongfei Guo2014-08-13
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smartsnmpd is an implementation of SNMP Agent developed by Credo Semi. It use Lua as script language to write SNMP MIB nodes to improve the efficiency of developtment. This package add native support for OpenWrt. Include using ubus and uci to get status/info. And, it use uloop as low level event library. So it's some sort of desgin for OpenWrt. Website: https://github.com/credosemi/smartsnmp Signed-off-by: Leo Ma <leoma@credosemi.com> Signed-off-by: Xiongfei Guo <xfguo@credosemi.com>
| * | | mwan3: Update to version 1.5-2Adze15022014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue icmp unreachables go out wrong interface Remove unnecessary line Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
| * | | socat: Import from oldpackages, upgrade to 1.7.2.4, update copyright, ↵Ted Hess2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | license info, pkg maintainer. Fix cross built error Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | | Merge pull request #193 from chris5560/masterJonathan McCrohan2014-08-12
| |\ \ \ | | | | | | | | | | ddns-scripts: Set PKG_LICENSE
| | * | | ddns-scripts: Set PKG_LICENSEChristian Schoenebeck2014-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | Set PKG_LICENSE as written inside dynamic_dns_updater.sh and dynamic_dns_functions.sh. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
| * | | | haproxy: fix from upstreamThomas Heil2014-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH 4/4] BUG: config: error in http-response replace-header number Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
| * | | | net/mosquitto: Add PKG_LICENSE informationKarl Palsson2014-08-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Karl Palsson <karlp@remake.is>
| * | | | net/mosquitto: update readme with protocol versionsKarl Palsson2014-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mosquitto has supported v3.1.1 of the mqtt protocol since verson 1.3 Signed-off-by: Karl Palsson <karlp@remake.is>
| * | | | net/mosquitto: Bump to version 1.3.4Karl Palsson2014-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A minor point release. * Don’t ask client for certificate when require_certificate is false. * Fix incorrect handling of anonymous bridges on the local broker. * backout incomplete functionality incorrectly added in 1.3.2 Signed-off-by: Karl Palsson <karlp@remake.is>
| * | | | tinyproxy: fix CVE-2012-3505Steven Barth2014-08-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
| * | | | Merge pull request #186 from fatbob313/mastersbyx2014-08-11
| |\ \ \ \ | | | | | | | | | | | | Add package umurmur. Add myself as maintainer.
| | * | | | Add package umurmur. Add myself as maintainer.Martin Johansson2014-08-10
| | | | | |
| * | | | | dmapd: update to 0.0.70W. Michael Petullo2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | | | Copy dmapd package from old repositoryW. Michael Petullo2014-08-10
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | | Merge pull request #183 from Adze1502/mastersbyx2014-08-10
| |\ \ \ \ | | | | | | | | | | | | mwan3: Update to version 1.5-1
| | * | | | mwan3: Update to version 1.5-1Adze15022014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add iptables -w option, which increases stability, requires iptables v1.4.20. Code cleanup Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
| * | | | | freeradius2: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * | | | | opentracker: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * | | | | xl2tpd: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * | | | | Merge branch 'master' into license-updatesIan Leonard2014-08-10
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com> Conflicts: devel/patch/Makefile multimedia/minidlna/Makefile
| | * | | | Merge pull request #179 from arfett/mastersbyx2014-08-10
| | |\ \ \ \ | | | | | | | | | | | | | | mwan3-luci
| | | * | | | version bumped to 1.3-1Aedan ARFETT Renner2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shortened title so it fits on menuconfig screen added newline in description so no menuconfig side scrolling required Signed-off-by: Aedan Renner chipdankly@gmail.com
| | * | | | | Add license info for luabitop, luaposix, rsync, tgt, wget, acl, attr, ↵Maxim Storchak2014-08-09
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | haserl, smartmontools, tmux Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| | * | | | Upload of mwan3 LuCI package for OpenWrt feeds.Aedan ARFETT Renner2014-08-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aedan Renner chipdankly@gmail.com
| | * | | | ethtool: update to 3.15, add licensing informationMatthias Schiffer2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ixp4xx patch is removed as I couldn't find any information about a driver with this name, neither in the OpenWrt kernel nor upstream. If anybody knows that it was actually useful after all, please tell me... Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
| | * | | | libuecc, fastd: add licensing informationMatthias Schiffer2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
| | * | | | Add mwan3 to packages feedAdze15022014-08-08
| | | |_|/ | | |/| | | | | | | | | | | | Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
| | * | | netatalk: disable acl (fix the build)Etienne CHAMPETIER2014-08-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
| | * | | Add license info to ccrypt, haveged, rng-tools, vsftpdHannu Nyman2014-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I added license info to those packages that I have imported here. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
| | * | | freeradius2: disable PKG_CHECK_FORMAT_SECURITYEtienne CHAMPETIER2014-08-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
| | * | | netatalk: depend on attrW. Michael Petullo2014-08-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| | * | | Copy netatalk package from old repositoryW. Michael Petullo2014-08-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| | * | | sslh: upstream has added COPYING files which changed md5sumSteven Barth2014-08-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
| | * | | freeradius2: reenable ldap-module as openldap was mergedSteven Barth2014-08-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
| * | | | rsync: add licensing information.Ian Leonard2014-07-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | Added Emailrelay package - Version 1.9 (Signed-off-by: Federico Di Marco ↵fededim2014-08-28
| |/ / / |/| | | | | | | | | | | fededim@gmail.com)
* | | | nginx: fix leftover code that flood the logsThomas Heil2014-08-04
| | | | | | | | | | | | | | | | | | | | | | | | Stop flooding logs as stated at https://dev.openwrt.org/ticket/17317. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | Merge pull request #155 from rsmarples/mastersbyx2014-08-04
|\ \ \ \ | | | | | | | | | | Add dhcpcd-6.4.3, a DHCPv4/IPv4LL/IPv6RS/DHCPv6 quad stack client.