aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #13066 from neheb/hfs2Rosen Penev2020-08-10
|\ | | | | hfsprogs: fix compilation without sys/cdefs
| * hfsprogs: fix compilation without sys/cdefsRosen Penev2020-08-10
|/ | | | | | sys/cdefs.h does not come with musl. It's also deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #13060 from wodu/linuxptp_maintRosen Penev2020-08-10
|\ | | | | linuxptp: Update to version 3.0
| * linuxptp: Update to version 3.0Wojciech Dubowik2020-08-10
| | | | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
* | Merge pull request #13059 from aparcar/whichRosen Penev2020-08-10
|\ \ | | | | | | treewide: replace `which` with `command -v`
| * | treewide: replace `which` with `command -v`Paul Spooren2020-08-09
| |/ | | | | | | | | | | | | | | | | | | Fix shellcheck SC2230 > which is non-standard. Use builtin 'command -v' instead. Once applied to everything concerning OpenWrt we can disable the busybox feature `which` and save 3.8kB. Signed-off-by: Paul Spooren <mail@aparcar.org>
* / openvswitch: bump to version 2.13.1Yousong Zhou2020-08-10
|/ | | | | | The two backported patches are included in 2.13.1 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #13058 from guidosarducci/master-fix-gcc10-netperfToke Høiland-Jørgensen2020-08-09
|\ | | | | netperf: fix compilation with GCC10
| * netperf: fix compilation with GCC10Tony Ambardar2020-08-09
| | | | | | | | | | | | | | | | GCC10 defaults to -fno-common, which breaks compilation when there are multiple definitions of implicit "extern" variables. Remove the extra definitions. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
* | Merge pull request #13055 from micmac1/apa2446Rosen Penev2020-08-08
|\ \ | |/ |/| apache: security bump to 2.4.46
| * apache: security bump to 2.4.46Sebastian Kemper2020-08-08
|/ | | | | | | | | | | | | | | | | | | | | | From CHANGES_2.4: SECURITY: CVE-2020-11984 (cve.mitre.org) mod_proxy_uwsgi: Malicious request may result in information disclosure or RCE of existing file on the server running under a malicious process environment. [Yann Ylavic] SECURITY: CVE-2020-11993 (cve.mitre.org) mod_http2: when throttling connection requests, log statements where possibly made that result in concurrent, unsafe use of a memory pool. [Stefan Eissing] SECURITY: mod_http2: a specially crafted value for the 'Cache-Digest' header request would result in a crash when the server actually tries to HTTP/2 PUSH a resource afterwards. [Stefan Eissing, Eric Covener, Christophe Jaillet] Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Merge pull request #13028 from neheb/ldnsssRosen Penev2020-08-07
|\ | | | | ldns: fix compilation without deprecated APIs
| * ldns: fix compilation without deprecated APIsRosen Penev2020-08-04
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13025 from neheb/ulffRosen Penev2020-08-07
|\ \ | | | | | | libulfius: update to 2.6.8
| * | libulfius: update to 2.6.8Rosen Penev2020-08-07
| | | | | | | | | | | | | | | | | | Upstream fixed the libmicrohttp issue. Removed local patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | liborcania: update to 2.1.1Rosen Penev2020-08-07
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13029 from neheb/boincRosen Penev2020-08-07
|\ \ \ | | | | | | | | boinc: fix compilation without deprecated OpenSSL APIs
| * | | boinc: fix compilation without deprecated OpenSSL APIsRosen Penev2020-08-04
| | |/ | |/| | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13051 from ptpt52/miniupnpd-check-runningRosen Penev2020-08-07
|\ \ \ | | | | | | | | net/miniupnpd: check by /etc/init.d/miniupnpd running
| * | | net/miniupnpd: check by /etc/init.d/miniupnpd runningChen Minqiang2020-08-08
| | | | | | | | | | | | | | | | Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
* | | | Merge pull request #13049 from PolynomialDivision/dawn/bump_versionRosen Penev2020-08-07
|\ \ \ \ | |/ / / |/| | | dawn: bump version
| * | | dawn: bump versionNick Hainke2020-08-07
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test_storage: fix compilation with musl 1.2.0 datastorage/test: improve scalability and performance datastorage: fixed use of wrong client search general: add memory auditing memory auditing: bug fixes to memory auditing and hearing map datastorage: fixes to linked list handling tcpsocket: fix read callback function and arbitrary memory allocations tcpsocket: leave loop if we read 0 byte Furthermore, you can now dump the memory usage by sending a SIGHUP to dawn process. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | Merge pull request #13045 from EricLuehrsen/unbound_20200806Rosen Penev2020-08-07
|\ \ \ | | | | | | | | unbound: follow resolv.conf.auto to new location
| * | | unbound: follow resolv.conf.auto to new locationEric Luehrsen2020-08-07
|/ / / | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | Merge pull request #13039 from peter-stadler/django-rest-frameworkRosen Penev2020-08-06
|\ \ \ | | | | | | | | django-restframework: update to version 3.11.1
| * | | django-restframework: update to version 3.11.1Peter Stadler2020-08-05
| | | | | | | | | | | | | | | | | | | | | | | | update to newest version. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | Merge pull request #13042 from ja-pa/libssh-security-fixRosen Penev2020-08-06
|\ \ \ \ | | | | | | | | | | libssh: patch security issue
| * | | | libssh: patch security issueJan Pavlinec2020-08-06
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2020-16135 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #13020 from rittere/masterRosen Penev2020-08-06
|\ \ \ \ | |_|_|/ |/| | | tayga: Added 64:ff9b:1::/48 as well-known prefix for NAT64 (RFC 8215)
| * | | tayga: PKG_RELEASE increasedEike Ritter2020-08-05
| | | | | | | | | | | | | | | | Signed-off-by: Eike Ritter <git@rittere.co.uk>
| * | | tayga: Added 64:ff9b:1::/48 as well-known prefix for NAT64 (RFC 8215)Eike Ritter2020-08-04
| | | | | | | | | | | | | | | | Signed-off-by: Eike Ritter <git@rittere.co.uk>
* | | | Merge pull request #12811 from TDT-AG/pr/20200714-ntpdRosen Penev2020-08-05
|\ \ \ \ | | | | | | | | | | ntpd: add config include support
| * | | | ntpd: add config include supportFlorian Eckert2020-07-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #12976 from pprindeville/update-xtables-addons-3.10Rosen Penev2020-08-05
|\ \ \ \ \ | | | | | | | | | | | | xtables-addons: update for 3.10
| * | | | | xtables-addons: update for 3.10Philip Prindeville2020-08-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #13031 from neheb/erlRosen Penev2020-08-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | erlang: fix compilation without deprecated OpenSSL APIs
| * | | | | | erlang: fix compilation without deprecated OpenSSL APIsRosen Penev2020-08-04
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #13035 from ja-pa/python3-maxminddb-2.0.2Rosen Penev2020-08-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | python3-maxminddb: update to version 2.0.2
| * | | | | | python3-maxminddb: update to version 2.0.2Jan Pavlinec2020-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | Merge pull request #13033 from commodo/pynacl-fixRosen Penev2020-08-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-pynacl: fix build with new libsodium patch
| * | | | | | | python-pynacl: fix build with new libsodium patchAlexandru Ardelean2020-08-05
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/13016 Patch [1] broke compilation for python-pynacl. The fix is to patch PyNaCl to consider that PYNACL_HAS_CRYPTO_SCALARMULT_ED25519 is always available. [1] https://github.com/openwrt/packages/commit/3ef28a4ab0cb60877c4ec68f5ba8c276021a1ab6 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Merge pull request #13032 from neheb/freerRosen Penev2020-08-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | freeradius3: fix compilation without deprecated OpenSSL APIs
| * | | | | | | freeradius3: fix compilation without deprecated OpenSSL APIsRosen Penev2020-08-04
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #13026 from neheb/yarrRosen Penev2020-08-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | yara: fix compilation without deprecated OpenSSL APIs
| * | | | | | | yara: fix compilation without deprecated OpenSSL APIsRosen Penev2020-08-04
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12549 from neheb/extrRosen Penev2020-08-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libextractor: remove ffmpeg plugin
| * | | | | | | libextractor: make ffmpeg plugin depend on BUILD_PATENTEDRosen Penev2020-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FFMpeg has patented functionality. Make libextractor respect BUILD_PATENTED. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #13027 from neheb/inaRosen Penev2020-08-05
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | inadyn: update to 2.7
| * | | | | | | inadyn: update to 2.7Rosen Penev2020-08-04
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove pic hack. Fix license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #13024 from neheb/mottionRosen Penev2020-08-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | motion: fix old libmicrohttpd usage