Commit graph

1201 commits

Author SHA1 Message Date
Nikos Mavrogiannopoulos
8661ebeefa openconnect: disabled the resolving code from ppp in netifd script
That code was causing netifd disabling openconnect with no way
to restart it.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-08-26 22:59:31 +02:00
Peter Wagner
d199f2c038 openssh: update to 7.1p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-08-26 18:58:14 +02:00
Yousong Zhou
db05302eab reaver: build without MIPS16.
Thanks hnyman for reporting it.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-26 21:13:35 +08:00
Steven Barth
094406cde8 Merge pull request #1708 from uweber/master
strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
2015-08-26 09:20:02 +02:00
Toke Høiland-Jørgensen
6ce677caf0 sqm-scripts: Bump to v1.0.2.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-08-26 00:18:29 +02:00
Karl Palsson
1943d0b44e mosquitto: fix crash on client disconnect
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>
2015-08-25 14:51:55 +00:00
Karl Palsson
eaedc37dda mosquitto: bump to version 1.4.3
Bugfix release, see http://mosquitto.org/2015/08/version-1-4-3-released/

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-08-25 14:51:55 +00:00
Ulrich Weber
2b3784cdb1 strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
Signed-off-by: Ulrich Weber <uw@ocedo.com>
2015-08-25 10:12:58 +02:00
Steven Barth
c08eb2c9be Merge pull request #1653 from yousong/xl2tpd-fix
Xl2tpd fix
2015-08-25 08:30:22 +02:00
heil
6cc0ad6ecd memcached: fix musl build
- 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>
2015-08-24 10:54:30 +02:00
heil
904a8b70d1 haproxy: fixes for upstream version 1.5.14
- [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>
2015-08-24 10:44:59 +02:00
Toke Høiland-Jørgensen
e4d0655f78 Merge pull request #1667 from plntyk/fix_gcc5_netperf
netperf: fix gcc5
2015-08-23 12:01:01 +01:00
Yousong Zhou
1e29676a8a reaver: import from oldpackages.
- 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>
2015-08-21 17:39:56 +08:00
Jonas Gorski
a94f520bcd znc: update to 1.6.1
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2015-08-20 12:17:23 +02:00
Yousong Zhou
fbf5c6c5b4 strongswan: split out libtls.so as a separate package.
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>
2015-08-20 10:21:15 +08:00
Rafał Miłecki
2872ed64cc lighttpd: backport a fix for running out of filedescriptors
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>
2015-08-19 17:19:22 +02:00
Dirk Neukirchen
1a80a07644 netperf: fix gcc5
default C standard changed in gcc5 so set old variant

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 11:22:29 +02:00
Steven Barth
baabb368f7 Merge pull request #1663 from hnyman/vsftpd303
vsftpd: update to 3.0.3
2015-08-18 07:58:38 +02:00
Luka Perkov
70246b923e Merge pull request #1596 from danielg4/master
squid: version bump and dependency fixes
2015-08-17 23:59:10 +02:00
Hannu Nyman
f1b60bac41 vsftpd: update to 3.0.3
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>
2015-08-17 22:21:23 +03:00
heil
1df699db40 apache: bump to version 2.2.31
Signed-off-by: heil <heil@terminal-consulting.de>
2015-08-17 14:34:29 +02:00
Toke Høiland-Jørgensen
423aad97e3 sqm-scripts: Bump to v1.0.1.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-08-17 12:24:11 +01:00
Noah Meyerhans
5885f21731 bind: update to version 9.9.7-p2
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2015-08-14 08:29:01 -07:00
Yousong Zhou
7955dbbc2d xl2tpd: switch to github devel branch.
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>
2015-08-14 12:16:27 +08:00
Yousong Zhou
18038a5043 xl2tpd: conditionally build with flags for more verbose log output.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
164b67cce5 xl2tpd: add new config option checkup_interval.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
4080689f02 xl2tpd: reword the comment on overriding OFLAGS in MAKE_FLAGS.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
27aafeb96a xl2tpd: tweak generating pppoptfile.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
23feea5814 xl2tpd: fix aliveness check for xl2tpd process.
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>
2015-08-14 12:16:27 +08:00
Yousong Zhou
e1a58c09b4 xl2tpd: tweak getting value of mtu config option.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
071b197304 xl2tpd: remove check for $ERROR.
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>
2015-08-14 12:16:27 +08:00
Toke Høiland-Jørgensen
4a51d6001e sqm-scripts: Fix dependency on tc.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-08-14 00:55:31 +02:00
Daniel Golle
2e2299192d gnunet: update source, add iptables dependency
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-08-13 10:29:53 +02:00
Daniel Golle
3741ec4945 gnurl: update source to 7.43.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-08-13 10:25:15 +02:00
Daniel Golle
8511e62ff0 xl2tpd: transfer maintainership to Yousong Zhou
@openwrt/owners : please invite @yousong to @openwrt/package-maintainers

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-08-12 17:24:05 +02:00
Nuno Goncalves
f5e6c1120b kplex: add init script
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-08-09 11:50:11 +01:00
Toke Høiland-Jørgensen
15547edba9 sqm-scripts: Bump to v1.0.
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>
2015-08-06 22:14:01 +02:00
Toke Høiland-Jørgensen
345cbdc10e Netperf: Remove musl compatibility patch.
Turns out that is not needed anymore for v2.7.0.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-08-05 15:36:33 +02:00
Steven Barth
90ae9b4ddf Merge pull request #1640 from commodo/ovs-upgrade
openvswitch: upgrade to version 2.4.0
2015-08-04 20:43:29 +02:00
Alexandru Ardelean
57e39052a8 openvswitch: upgrade to version 2.4.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-08-04 17:03:32 +03:00
Nicolas Thill
c893c7f147 pen: update to 0.29.0
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-08-04 02:53:42 +02:00
Nicolas Thill
8827380c37 ulogd: update to 2.0.5
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-08-04 02:47:06 +02:00
Hauke Mehrtens
0ffa81ea9e Merge pull request #1630 from hiviah/tor-0.2.6
tor: update to 0.2.6.10
2015-08-03 22:36:52 +02:00
Daniel Golle
a9258527c3 gnunet: update source, read config from UCI, add defaults
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-08-03 15:51:22 +02:00
Steven Barth
4d23d296ac Merge pull request #1566 from hauke/dhcpcd
dhcpcd: fix build with musl
2015-08-03 13:43:22 +02:00
Steven Barth
80bdd250b2 Merge pull request #1564 from hauke/kismet
kismet: fix build with musl
2015-08-03 13:43:00 +02:00
Steven Barth
3b3542cc5f Merge pull request #1615 from mhaas/stunnel-5.20
stunnel: Update from 5.14 to 5.20
2015-08-03 08:03:48 +02:00
Maxim Storchak
e32fceab45 transmission: add nice and ionice support, store persistent config, add transmission user and group
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2015-08-02 21:54:34 +03:00
Ondrej Mikle
521add59ca tor: bump to 0.2.6.10
Signed-off-by: Ondrej Mikle <ondrej.mikle@nic.cz>
2015-07-31 13:21:38 +02:00
Daniel Golle
76e84e8be9 gnunet: update source, enable local iperf and echo services
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-29 09:11:04 +02:00