| Commit message (Collapse) | Author | Age |
|\
| |
| | |
openvswitch: remove dependency on kernel version
|
| |
| |
| |
| |
| |
| |
| |
| | |
For a while now OVS has been using the kernel's kmod.
So it doesn't make sense to limit the package build for a specific set of
kernels anymore.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|/
|
|
|
|
|
|
|
|
| |
libnatpmp was added as a dependancy to avoid built-in version.
Makefile went through a few adjustments to make it simpler.
CMake support is not happening since Travis is using a broken Ubuntu install.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
knot: update to 2.6.5
|
| |
| |
| |
| | |
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
|
|/
|
|
| |
Signed-off-by: Othmar Truniger <github@truniger.ch>
|
|
|
|
| |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
|
|
|
| |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
|
|
|
| |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
|
|
|
| |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
|
|
|
| |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
|
|
|
|
|
|
|
|
|
|
| |
pixiewps has its own CFLAGS setting and uses LDFLAGS from
environment variable. When PKG_ALSR_PIE was enabled, objects were not
compiled with -fPIC supplied from the build system and the final link
step would fail because of the -pie option
Fixes #5590
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\
| |
| | |
kadnode: update to version 2.1.0
|
| |
| |
| |
| | |
Signed-off-by: Moritz Warning <moritzwarning@web.de>
|
|/
|
|
|
|
|
| |
Refresh patches
Update upstream URLs
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
|
|
|
|
| |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
|
|
| |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\
| |
| | |
clamav: update to 0.99.3
|
| |
| |
| |
| | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \
| | |
| | | |
mwan3: add init script to enable/disable mwan3
|
| | |
| | |
| | |
| | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Move all shell commands which are executed during /lib/mwan3/mwan3.sh
sourceing into a seperate init function which must be called at first.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In some situation it is not enough to send a SIGTERM to mwan3track to
ask service to stop accurate. If this does not work send him a SIGKILL
to prevent mwan3track running more then once per interface.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adding a init script to "/etc/init.d/" introduce the possibility to
enable/disable mwan3 globally.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \ \
| | | |
| | | | |
i2pd: Update to 2.18.0, fix #5511
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: David Yang <mmyangfl@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
xtables-addons: don't forget database dir
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
Don't /usr/share/xt_geoip/ which is needed to build database into.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
transmission: Fix port test + other fixes.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Ran the transmission init script through shellcheck and fixed errors. Also cleaned up a bit.
Removed ionice support. Will reintroduce if procd adds support.
Removed config_overwrite debugging variable. No need for it.
Enabled TLS verify by default. Added a dependancy to ca-bundle as a result. This is a default in current trunk.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
Fix ipsec reload and extend uci
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The interface config option allows users to configure logical OpenWRT
interface names in the ipsec section; it allows StrongSwan to listen
and send traffic on specified interface(s). It translates to interfaces_use
StrongSwan option which is a comma sepearted list of network devices
that should be used by charon.
Since StrongSwan can only be started when one of the specified logical
OpenWRT interface is up procd interface triggers are installed to
trigger the reload script.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Based on the ipsec running state reload_service is either reloading ipsec
or starting ipsec. However in the latter case it calls ipsec start which
bypasses the procd start_service function which means the running ipsec
instance is not managed by procd.
Fix this by calling start in case ipsec is not running; at the same time
add service_running function which is used by procd provided running
function.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Notable changes since 3.1.2
afce1b3 eliminate timered delay between handshake and data stream #1572
539bf6e sni in redir removed and no disable_sni option #1876
1d94442..29ff5d3 udprelay fix (no idea what's the problem...) #1883
Now disable_sni=true is the default. Existing uci configs setting it
will be a nop
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\ \ \
| | | |
| | | | |
adblock: update 3.5.0
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* major performance boost: add a flexible 'Download Queue' to handle
downloads & list processing in parallel, default queue size is '4',
you can raise this e.g. to '8' or '16' to get it really fast
* replace former 'whitelist mode': the new 'Jail' option
builds an additional 'adb_list.jail' list in parallel
which can be used manually for guest wifi or kidsafe configurations
* regex parser & query function now fully support IDN domains
with non-ASCII characters
* add error handling in tld compression,
to handle OOM conditions better
* adblock.notify sends now html emails,
to get a better look & feel, even on mobile devices
* add czech regional blocklist maintained by turris omnia users
* LuCI: Support new 'Download Queue' & 'Jail' options
* LuCI: fix field width in "Runtime Information" section
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
transmission: Use external libminiupnpc instead of internal.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The original patch that forced internal usage hid an actual issue in the build system. Replace patch with upstream one.
Also reorganized the Makefile a bit and removed some cruft.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
(This daemon utilizes the getdns library)
Signed-off-by: David Mora <iamperson347+public@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
transmission: Update to 2.93 + fixes [v2]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
DNS rebinding protection introduced a new option. Use it to disable it as OpenWrt does not need it.
Adjusted Makefile to use the release instead of a git version. Also cleaned up and added LICENSE entries.
Eliminated useless patches. The syslog one actually doesn't log much. No need to mask the os release anymore either.
Added group entry to init script. Otherwise files end up being owned by user:root which is bogus.
v2: Previous maintainer relied on git version of Transmission for mbedtls support. Backport it to the stable instead.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 606f615048286f432175f5133cbeb14f9db9257f.
The commit broke the patches:
> Applying ./patches/020-use-internal-miniupnp.patch using plaintext:
> patching file configure.ac
> Hunk #1 succeeded at 378 (offset -8 lines).
>
> Applying ./patches/040-fix-for-mbedtls.patch using plaintext:
> patching file configure.ac
> Hunk #1 FAILED at 154.
> 1 out of 1 hunk FAILED -- saving rejects to file configure.ac.rej
|
|\ \ \ \
| | | | |
| | | | | |
krb5: update to 1.16 and samba4 fixes
|
| | | | |
| | | | |
| | | | | |
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|