| Commit message (Collapse) | Author | Age |
|\
| |
| | |
lighttpd: update to 1.4.48
|
| |
| |
| |
| |
| |
| |
| | |
All of the bugs for which we had patches have been fixed upstream
in 1.4.46, so the patches can be dropped.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
| |
| |
| |
| | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| |
| |
| |
| | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
|\ \
| | |
| | | |
Shorewall(6)-lite: Reorder install section
|
| | |
| | |
| | |
| | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| | |
| | |
| | |
| | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
|\ \ \
| | | |
| | | | |
Shorewall(6): Set path
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
This pppd feature does not make sense in L2TP case because the
tunnel is already connected when xl2tpd launch pppd process. If
a dial-on-demand feature is to be implemented, trigger interface
would have to be provided by xl2tpd, not pppd.
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
|
| |
| |
| |
| |
| |
| | |
So that it matches LEDE's default PATH value.
Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
|
| |
| |
| |
| |
| |
| | |
So that it matches LEDE's default PATH value.
Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
|
|\ \
| | |
| | | |
cgi-io: support SHA256 checksums for file uploads
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Report SHA256 checksums in addition to the MD5 ones to make cgi-io suitable
for sysupgrade image verification.
Also allow stat(), md5sum and/or sha256sum to fail and respond with a JSON
null value instead, leaving it to the frontend to handle errors as needed.
Fixes #4790.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
TDT-AG/pr/20171211-net-stunnel-add-uci-enabled-param
net/stunnel: add enabled config option
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add an enabled option for the service section, so you could keep your
configuration in place without apply this section on startup or service reload.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \ \ \
| | | | |
| | | | | |
travelmate: release 1.0.0
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* limit sta interface selection/handling
to defined travelmate interface (trm_iface) only
* check eap capabilities and ignore enterprise uplinks
as long as eap support is not available
* documentation update
* cosmetics
* LuCI: various cleanups
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This also add a patch fixing builds with newer protobuf versions,
https://github.com/OpenLightingProject/ola/pull/1336.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
openconnect: fix compilation against libp11 >= 0.4.7
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
cifs-utils: Update to 6.7
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The arpa/nameser.h header of musl libc indirectly depends on the endian.h
header but fails to explicitely include it to properly define
`__BYTE_ORDER` and `__BIG_ENDIAN` prior to declaring the DNS `HEADER`
structure.
When both the appropriate `__BYTE_ORDER` and `__BIG_ENDIAN` defines are
unset, the `#if __BYTE_ORDER == __BIG_ENDIAN` condition in `nameser.h`
evaluates to true, causing it to declare a bad (big endian) DNS packet
header structure on little endian systems.
Work around this musl bug by forcibly passing `-include endian.h` through
the `osflags` file.
An upstream fix for musl libc has been submitted with
http://www.openwall.com/lists/musl/2017/12/04/3
This should solve iodine packet corruption on little endian musl systems
reported at
http://lists.infradead.org/pipermail/lede-dev/2017-November/010085.html
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update to latest Git HEAD in order to solve a number of issues.
- Improves MAC address lookup reliability
- Properly counts DNAT-ed connections (e.g. for port forwards)
- Fixes stack corruption when parsing netlink records
- Fixes deletion of gzipped databases
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
i2pd: Update to 2.17.0
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: David Yang <mmyangfl@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove build timestamp. Using currently proposed upstream patch.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Karl Palsson <karlp@etactica.com>
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Can't use DEPENDS:= +libname when libname is now a virtual package.
Switch to plain DEPENDS:= libname.
Fixes Github issue 4751
Signed-off-by: Karl Palsson <karlp@etactica.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add uci config support.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
ethtool: Update to 4.13
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Tested on ramips (mt7621)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
net/stunnel: Update to 5.44
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update stunnel to 5.44
* Disable FIPS
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
rsync: fix CVE-2017-15994 and CVE-2017-16548
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
tgt: update to 1.0.72
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
travelmate: update 0.9.6
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* fix incomplete bssid logic
* add missing package dependencies
* Turris omnia compability fixes (LuCI, separate PR)
* OpenWrt theme fixes (LuCI, separate PR)
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
danish: Add package net/danish
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add package Danish. A middle box implementation of RFC 6698 for HTTPS.
<https://github.com/smutt/danish>
This package installs /usr/sbin/danish(the Danish executable), /etc/init.d/danish and /etc/config/danish.
Tested with LEDE x86_64
Signed-off-by: Andrew McConachie <andrew@depht.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Build timestamps prevent reproducible builds [0].
SOURCE_DATE_EPOCH [1] can replace BUILD_DATE in a
determinisc way.
[0] https://reproducible-builds.org/docs/timestamps/
[1] https://reproducible-builds.org/specs/source-date-epoch/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Removed 010-update_install_sh.patch. Merged upstream.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Removed 010-update_install_sh.patch. Merged upstream.
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>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Shorewall multi sources
|