aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | openssh: update to 7.1p1Peter Wagner2015-08-26
|/ / / / | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | reaver: build without MIPS16.Yousong Zhou2015-08-26
| | | | | | | | | | | | | | | | | | | | | | | | Thanks hnyman for reporting it. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #1708 from uweber/masterSteven Barth2015-08-26
|\ \ \ \ | | | | | | | | | | strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
| * | | | strongswan: dont overwrite ipsec.conf and ipsec.user during upgradeUlrich Weber2015-08-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ulrich Weber <uw@ocedo.com>
* | | | | sqm-scripts: Bump to v1.0.2.Toke Høiland-Jørgensen2015-08-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | mosquitto: fix crash on client disconnectKarl Palsson2015-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch backported from upstream. Was only noticed on musl and freebsd clients. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=475707 Fixes github issue #1692 Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | mosquitto: bump to version 1.4.3Karl Palsson2015-08-25
|/ / / / | | | | | | | | | | | | | | | | | | | | Bugfix release, see http://mosquitto.org/2015/08/version-1-4-3-released/ Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | Merge pull request #1653 from yousong/xl2tpd-fixSteven Barth2015-08-25
|\ \ \ \ | | | | | | | | | | Xl2tpd fix
| * | | | xl2tpd: switch to github devel branch.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several patches here and pull requests at the upstream github project page were merged into the devel branch. Switch to that until the next stable release. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | | xl2tpd: conditionally build with flags for more verbose log output.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | | xl2tpd: add new config option checkup_interval.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | | xl2tpd: reword the comment on overriding OFLAGS in MAKE_FLAGS.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | | xl2tpd: tweak generating pppoptfile.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | | xl2tpd: fix aliveness check for xl2tpd process.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change aims to address the following 2 issues - The control file was there yet xl2tpd process was not - The control file's existence prevented xl2tpd from start Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | | xl2tpd: tweak getting value of mtu config option.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * | | | xl2tpd: remove check for $ERROR.Yousong Zhou2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | L2TP with xl2tpd has no proto_task in the context of netifd and because of this there is no valid $ERROR to check for when doing tearing down. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | memcached: fix musl buildheil2015-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - thx to alpinelinux for the patch (http://git.alpinelinux.org/cgit/aports/plain/main/memcached/musl-includes.patch) - remove depency to libenvent and replace it libevent2 should fix issue #1542 Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | haproxy: fixes for upstream version 1.5.14heil2015-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [PATCH 1/4] BUG/MINOR: log: missing some ARGC_* entries in - [PATCH 2/4] DOC: usesrc root privileges requirements - [PATCH 3/4] BUILD: ssl: Allow building against libssl without SSLv3. - [PATCH 4/4] DOC/MINOR: fix OpenBSD versions where haproxy works Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | Merge pull request #1667 from plntyk/fix_gcc5_netperfToke Høiland-Jørgensen2015-08-23
|\ \ \ \ \ | | | | | | | | | | | | netperf: fix gcc5
| * | | | | netperf: fix gcc5Dirk Neukirchen2015-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default C standard changed in gcc5 so set old variant Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | | | | reaver: import from oldpackages.Yousong Zhou2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update copyright year. - Add PKG_LICENSE:=GPL-2.0 from the Google Code project page. - Add autoreconf as the PKG_FIXUP method. - Add myself as the package maintainer. - Add a patch to fix building with musl-libc. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | znc: update to 1.6.1Jonas Gorski2015-08-20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | | | | strongswan: split out libtls.so as a separate package.Yousong Zhou2015-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When only strongswan-minimal is selected, libtls.so will not be built yet package strongswan will still try to copy the file causing build failure. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | lighttpd: backport a fix for running out of filedescriptorsRafał Miłecki2015-08-19
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was breaking uploads of files 4 MiB+. This patch fixes: https://github.com/openwrt/packages/issues/1658 Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
* | | | | Merge pull request #1663 from hnyman/vsftpd303Steven Barth2015-08-18
|\ \ \ \ \ | | | | | | | | | | | | vsftpd: update to 3.0.3
| * | | | | vsftpd: update to 3.0.3Hannu Nyman2015-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update vsftpd to 3.0.3 released in July 2015. Changelog: https://security.appspot.com/vsftpd/Changelog.txt Release blog: http://scarybeastsecurity.blogspot.fi/2015/07/vsftpd-303-released-and-horrors-of-ftp.html - Increase VSFTP_AS_LIMIT to 200MB; various reports. - Make the PWD response more RFC compliant; report from Barry Kelly <barry@modeltwozero.com>. - Remove the trailing period from EPSV response to work around BT Internet issues; report from Tim Bishop <tdb@mirrorservice.org>. - Fix syslog_enable issues vs. seccomp filtering. Report from Michal Vyskocil <mvyskocil@suse.cz>. At least, syslogging seems to work on my Fedora now. - Allow gettimeofday() in the seccomp sandbox. I can't repro failures, but I probably have a different distro / libc / etc. and there are multiple reports. - Some kernels support PR_SET_NO_NEW_PRIVS but not PR_SET_SECCOMP, so handle this case gracefully. Report from Vasily Averin <vvs@odin.com>. - List the TLS1.2 cipher AES128-GCM-SHA256 as first preference by default. - Make some compile-time SSL defaults (such as correct client shutdown handling) stricter. - Disable Nagle algorithm during SSL data connection shutdown, to avoid 200ms delays. From Tim Kosse <tim.kosse@filezilla-project.org>. - Kill the FTP session if we see HTTP protocol commands, to avoid cross-protocol attacks. A report from Jann Horn <jann@thejh.net>. - Kill the FTP session if we see session re-use failure. A report from Tim Kosse <tim.kosse@filezilla-project.org>. (vsftpd-3.0.3pre1) - Enable ECDHE, Tim Kosse <tim.kosse@filezilla-project.org>. - Default cipher list is now just ECDHE-RSA-AES256-GCM-SHA384. - Minor SSL logging improvements. - Un-default tunable_strict_ssl_write_shutdown again. We still have tunable_strict_ssl_read_eof defaulted now, which is the important one to prove upload integrity. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | Merge pull request #1596 from danielg4/masterLuka Perkov2015-08-17
|\ \ \ \ \ \ | |/ / / / / |/| | | | | squid: version bump and dependency fixes
| * | | | | squid: version bump and dependency fixesDaniel Gimpelevich2015-07-20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
* | | | | | apache: bump to version 2.2.31heil2015-08-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | sqm-scripts: Bump to v1.0.1.Toke Høiland-Jørgensen2015-08-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | bind: update to version 9.9.7-p2Noah Meyerhans2015-08-14
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | sqm-scripts: Fix dependency on tc.Toke Høiland-Jørgensen2015-08-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | gnunet: update source, add iptables dependencyDaniel Golle2015-08-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | gnurl: update source to 7.43.0Daniel Golle2015-08-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | xl2tpd: transfer maintainership to Yousong ZhouDaniel Golle2015-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @openwrt/owners : please invite @yousong to @openwrt/package-maintainers Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | kplex: add init scriptNuno Goncalves2015-08-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | sqm-scripts: Bump to v1.0.Toke Høiland-Jørgensen2015-08-06
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | sqm-scripts and luci-app-sqm now live in the same Makefile and are built from the upstream git repository, rather than having the files included here. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | Netperf: Remove musl compatibility patch.Toke Høiland-Jørgensen2015-08-05
| | | | | | | | | | | | | | | | | | | | | | | | Turns out that is not needed anymore for v2.7.0. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | Merge pull request #1640 from commodo/ovs-upgradeSteven Barth2015-08-04
|\ \ \ \ | | | | | | | | | | openvswitch: upgrade to version 2.4.0
| * | | | openvswitch: upgrade to version 2.4.0Alexandru Ardelean2015-08-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | pen: update to 0.29.0Nicolas Thill2015-08-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | ulogd: update to 2.0.5Nicolas Thill2015-08-04
|/ / / / | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | Merge pull request #1630 from hiviah/tor-0.2.6Hauke Mehrtens2015-08-03
|\ \ \ \ | | | | | | | | | | tor: update to 0.2.6.10
| * | | | tor: bump to 0.2.6.10Ondrej Mikle2015-07-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ondrej Mikle <ondrej.mikle@nic.cz>
* | | | | gnunet: update source, read config from UCI, add defaultsDaniel Golle2015-08-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #1566 from hauke/dhcpcdSteven Barth2015-08-03
|\ \ \ \ \ | | | | | | | | | | | | dhcpcd: fix build with musl
| * | | | | dhcpcd: fix build with muslHauke Mehrtens2015-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not cast to caddr_t, but use a void * instead, the members are all void *. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | Merge pull request #1564 from hauke/kismetSteven Barth2015-08-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | kismet: fix build with musl
| * | | | | | kismet: fix build with muslHauke Mehrtens2015-07-12
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without these patches kismet does not build with musl. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | Merge pull request #1615 from mhaas/stunnel-5.20Steven Barth2015-08-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | stunnel: Update from 5.14 to 5.20