| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
Adds init.d and config files for nbd-client. Each section holds
parameters of one block device, where section name (eg. nbd0) is NBD
device name.
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Network block device server allows to export a block device from router
to remote host. This is particularly useful if no network filesystem
server is feasible or direct access to a block device is needed.
It's been tested for nearly a month on ar71xx (TL-WR842ND) and proved to
be very stable and efficient solution.
The package comes with init.d script and conf.d file allowing to
configure most nbd-server options using standard uci interface.
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
|
|
|
|
| |
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
|
|
|
|
|
|
|
|
| |
Makes kmod-ipsec6 requirement dependent on IPv6 support for packages.
This allows to disable unnecessary IPv6 kernel modules, saving
considerable amount of space.
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
This brings IoTivity to version 0.9.2 in addition it does the following:
* split C and C++ Stack into two packages
* backport some patches which are adding missing dependencies to the shared libs
* remove patches merged upstream
* add some other patches fixing some problems, most of them are already merged upstream
* activate security and logging support
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
|
|\
| |
| | |
procps-ng: import version 3.3.11 & replace historical version, update seafile-server dependency
|
| |
| |
| |
| | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
|\ \
| | |
| | | |
e2guardian : typo into procd init script
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Without this, produces an error :
<code>/etc/rc.common: line 1: contentscannertimeout:uinteger: not found
validation failed
/etc/rc.common: line 1: contentscannertimeout:uinteger: not found</code>
Signed-off-by: Julien Paquit julien@databeille.com
|
| |/
|/|
| |
| | |
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
That code was causing netifd disabling openconnect with no way
to restart it.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|/
|
|
| |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|
|
|
|
|
| |
Thanks hnyman for reporting it.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\
| |
| | |
strongswan: dont overwrite ipsec.conf and ipsec.user during upgrade
|
| |
| |
| |
| | |
Signed-off-by: Ulrich Weber <uw@ocedo.com>
|
| |
| |
| |
| | |
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|/
|
|
|
|
| |
Bugfix release, see http://mosquitto.org/2015/08/version-1-4-3-released/
Signed-off-by: Karl Palsson <karlp@remake.is>
|
|\
| |
| | |
Xl2tpd fix
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- [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>
|
|\ \
| | |
| | | |
netperf: fix gcc5
|
| | |
| | |
| | |
| | |
| | |
| | | |
default C standard changed in gcc5 so set old variant
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|/ /
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
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>
|
|\ \ \
| |/ /
|/| | |
squid: version bump and dependency fixes
|
| | |
| | |
| | |
| | | |
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
|
| | |
| | |
| | |
| | | |
Signed-off-by: heil <heil@terminal-consulting.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
| |/
|/|
| |
| | |
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
|
| |
| |
| |
| | |
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |
| |
| |
| |
| |
| | |
@openwrt/owners : please invite @yousong to @openwrt/package-maintainers
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |
| |
| |
| | |
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| | |
Turns out that is not needed anymore for v2.7.0.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|