| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
| |
musl.h was included before _GNU_SOURCE in 101-musl-fixes patch
leading to compilation issue on gcc (RTLD_DEFAULT not being
defined in dlfcn.h due to __USE_GNU not being set).
As described in the feature test macro man page feature macro
can be defined in the source code but need to be defined before
including any headers.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
|
|\
| |
| | |
kismet: Update to 2016-07-R1 and new maintainer
|
| |
| |
| |
| |
| |
| | |
This is an update to the latest version of kismet
New maintainer.
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
|
|/
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|
|
|
| |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|
|
|
|
|
| |
This adds a Luci configuration app for the ACME certificate package.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes two issues with the freeradius package init scripts:
- The package installs libraries in /usr/lib/freeradius{2,3}, but the
musl dynamic linker won't find them there unless LD_LIBRARY_PATH is
set to include this directory. This adds an appropriate env statement
to the procd init setup.
- procd expects services to stay in the foreground, or it will be unable
to properly shut them down again. This adds the -f flag to radiusd to
achieve that.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
|
|
|
|
|
|
|
| |
This adds a package wrapping the acme.sh script from
https://github.com/Neilpang/acme.sh in Uci config and hooks to interact
correctly with uhttpd.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
|\
| |
| | |
addrwatch: new package
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Maintainer: Ondrej Caletka / @Oskar456
Compile tested: TurrisOS 3.1 (fork of OpenWRT Chaos Calmer), Trunk (both uClibC and musl)
Run tested: mpc85xx - Turris 1.0 - TurrisOS - no problems observed
Upstream: https://github.com/fln/addrwatch / @fln
Description:
This is a tool similar to arpwatch. It's main purpose is to monitor network
and log discovered ethernet/ip pairings.
The package has been UCIfied, care has been taken to reload the deamon
every time an interface goes up or down.
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
|
|\ \
| | |
| | | |
ddns-scripts: add service core-networks.de
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Added service core-networks.de
- Fixed typo for service dnshome.de
Signed-off-by: Michael Scholl <michael.scholl@core-networks.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
|
|\ \ \
| | | |
| | | | |
obfsproxy: new package
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
From the Tor project page:
obfsproxy is a tool that attempts to circumvent censorship, by
transforming the Tor traffic between the client and the bridge. This
way, censors, who usually monitor traffic between the client and the
bridge, will see innocent-looking transformed traffic instead of the
actual Tor traffic.
This depends on:
- pyptlib (#2053)
- twisted (#2052)
Also, txsocksx (#2058) is necessary to use an outgoing SOCKS proxy,
and having either gmpy2 (#2067) or gmpy (#2051) installed will help
speed up calculations.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: heil <heil@terminal-consulting.de>
|
|\ \ \ \
| | | | |
| | | | | |
apache: fix build without sslv3
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
SSLv3 support is deactivated in LEDE now, which causes a build problem
in apache.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
adblock: update 1.4.3
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* fix race condition in restricted mode
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Radsecproxy ucified
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
adblock: update 1.4.2
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ad broad blocklist source 'hphosts' https://hosts-file.net
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
tcpreplay: add first revision of package
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Tcpreplay is a suite of free Open Source utilities for editing and
replaying previously captured network traffic. Originally designed
to replay malicious traffic patterns to Intrusion Detection/Prevention
Systems, it has seen many evolutions including
capabilities to replay to web servers.
Pretty useful for testing stuff too.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
aria2: fix bugs and make some changes
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Fix aria2c failed to start after change daemon user, issue #2985;
* Change default download dir;
* Clear exist log file when aria2 start;
* Add log level option;
* Change dir owner when start.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
mini_snmpd: fix initscript to use l3_device for working out the interface name
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
for working out the interface name
Working:
ubus -S call network.interface dump|jsonfilter -e "@.interface[@.interface=\"wan\"].l3_device"
Broken:
ubus -S call network.interface dump|jsonfilter -e "@.interface[@.interface=\"wan\"].device"
Fix run tested:
root@wifi:/overlay/upper# ps |grep mini_snmpd
1404 root 980 S /usr/bin/mini_snmpd -n -c public -L Undisclosed -C VGB <admin@victimsofgaybullying.com> -t 1 -a -d /overlay,/tmp -i br-lan,pppoe-w
Before it wasn't using the pppoe interface it was using the parent
interface eth0 twice. Small 1 line fix. Merge at your convenience.
Signed-off-by: Luke McKee <hojuruku@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
wget: add missing zlib dependency
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: Russell Senior <russell@personaltelco.net>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also fix a new compilation error, due to upstream changes in the build
system. SUBDIRS= is deprecated when building external kernel modules, use
M= instead to fix compilation.
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
|
| |/ / /
|/| | |
| | | |
| | | | |
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
|
|\ \ \ \
| | | | |
| | | | | |
freeradius3: new package
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
freeradius-server version 2.x has been marked End-Of-Life.
This commit adds freeradius-server version 3.0.11 in a new package.
This commit also introduces the option "freeradius3-default"
which activate all modules needed to run radiusd with its default
configuration.
- rlm_digest (HTTP Digest Authentication) has been added
- rlm_unix (System Authentication) has been added
- rlm_attr_rewrite has been deleted
Note that SQL and LDAP support has been disabled.
Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
adblock: update 1.4.1
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* fix two possible overflows in adblock statistics
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Aria2 Update
|