aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #20227 from the2masters/dfu-programmerHannu Nyman2023-01-07
|\ \ \ \ | | | | | | | | | | dfu-programmer: update to 1.0.0
| * | | | dfu-programmer: update to 1.0.0Stefan Hellermann2023-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The project website http://dfu-programmer.github.io seams dead, but there are new releases on github. They just released 1.0.0, update to it. I removed docs, bash-completion and the fedora spec file from configure.ac to fix cross compilation problems. Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* | | | | Merge pull request #20178 from cotequeiroz/icecast_libxml2Hannu Nyman2023-01-07
|\ \ \ \ \ | | | | | | | | | | | | icecast: add libxml2 include directory
| * | | | | icecast: add libxml2 include directoryEneas U de Queiroz2022-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes this error: cfgfile.c:26:10: fatal error: libxml/xmlmemory.h: No such file or directory 26 | #include <libxml/xmlmemory.h> | ^~~~~~~~~~~~~~~~~~~~ Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | udphp-client: new packageAlmaz Gaifullin2023-01-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Almaz Gaifullin <gargargar@yandex.ru>
* | | | | | Merge pull request #20233 from aquilacooper/patch-1Hannu Nyman2023-01-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | getdns: Update to 1.7.3
| * | | | | | getdns: Update to 1.7.3Aquila Cooper2023-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog from upstream (https://github.com/getdnsapi/getdns/releases/tag/v1.7.3): * 2022-12-22: Version 1.7.3 * PR getdnsapi/getdns#532: Increase CMake required version 3.5 -> 3.20, because we need cmake_path for Absolute paths in pkg-config (See Issue getdnsapi/getdns#517) Thanks Gabriel Ganne * Updated to Stubby 0.4.3 quickfix release * 2022-08-19: Version 1.7.2 * Stubby updated to 0.4.2 quickfix release * 2022-08-19: Version 1.7.1 * Always send the `dot` ALPN when using DoT * Strengthen version determination for Libidn2 during cmake processing (thanks jpbion). * Fix for issue in UDP stream selection in case of timeouts. Thanks Shikha Sharma * Fix using asterisk in ipstr for any address. Thanks uzlonewolf. * Issue getdnsapi/stubby#295: rdata not correctly written for validation for certain RR type. Also, set default built type to RelWithDebInfo and expose CFLAGS via GETDNS_BUILD_CFLAGS define and via getdns_context_get_api_information() * Issue getdnsapi/getdns#524: Bug fixes from submodules' upstream? Thanks Johnnyslee * Issue getdnsapi/getdns#517: Allow Absolute path CMAKE_INSTALL_{INCLUDE,LIB}DIR in pkg-config files. Thanks Alex Shpilkin * Issue getdnsapi/getdns#512: Update README.md to show correct PGP key location. Thanks Katze Prior. Signed-off-by: Aquila Cooper <aquila@cpr.is>
* | | | | | | Merge pull request #20212 from gstrauss/lighttpd-1.4.68Hannu Nyman2023-01-07
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | lighttpd: update to lighttpd 1.4.68 release hash
| * | | | | | lighttpd: collect mods now built into lighttpd exeGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | | | | lighttpd: fix meson buildGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | | | | lighttpd: remove patch included upstreamGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | | | | lighttpd: update to lighttpd 1.4.68 release hashGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
| * | | | | | lighttpd: modify build cmd for type: feature optsGlenn Strauss2023-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modify build command for meson type: feature options remove -Dwith_libev=disabled (option no longer has any effect) Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | | | docker-compose: Update to version 2.15.0Javier Marcet2023-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | syncthing: update to 1.23.0Van Waholtz2023-01-05
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* | | | | | libwebsockets: update PKG_RELEASEJohn Crispin2023-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: df13b03e50 ("libwebsockets: fix uloop support") Signed-off-by: John Crispin <john@phrozen.org>
* | | | | | libmaxminddb: install pkgconfig fileRosen Penev2023-01-03
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | libtorrent-rasterbar: Update to 2.0.8Tianling Shen2023-01-03
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | Merge pull request #20166 from stangri/master-pbrStan Grishin2023-01-03
|\ \ \ \ \ | | | | | | | | | | | | pbr: add provides: pbr to variants
| * | | | | pbr: add provides: pbr to variantsStan Grishin2022-12-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | libwebsockets: fix uloop supportJohn Crispin2023-01-03
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit adding uloop support failed to actually install the .so and add the correct dependencies. [2022/12/26 18:19:38:1835] E: lws_create_context: failed to load evlib_uloop Fixes: 1557ac367a ("libwebsockets: enable built in uloop support") Signed-off-by: John Crispin <john@phrozen.org>
* | | | | libnetwork: Update to dcdf8f1 for Docker v20.10.22Gerard Ryan2023-01-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | containerd: Update to v1.6.13 for Docker v20.10.22Gerard Ryan2023-01-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | docker: Update to v20.10.22Gerard Ryan2023-01-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | dockerd: Update to v20.10.22Gerard Ryan2023-01-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | bind: start up with -4 if not listening on ipv6 addressesPhilip Prindeville2023-01-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | python-docker: Update to 6.0.1Javier Marcet2023-01-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | python-jsonschema: Update to 4.17.3Javier Marcet2023-01-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | python3-paramiko: update to version 2.12.0Javier Marcet2023-01-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | python3-texttable: update to version 1.6.7Javier Marcet2023-01-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | python-websocket-client: update to 1.4.2Javier Marcet2023-01-01
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | stubby: bump to 0.4.3Rudy Andram2022-12-31
| | | | | | | | | | | | Signed-off-by: Rudy Andram <rmandrad@gmail.com>
* | | | tree: bump to 2.1.0John Audia2022-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | Merge pull request #20182 from stintel/issue_16691Philip Prindeville2022-12-28
|\ \ \ \ | | | | | | | | | | strongswan: fix typo in strongswan-mod-nonce description
| * | | | strongswan: fix typo in strongswan-mod-nonce descriptionStijn Tintel2022-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #16691 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | bind: update to version 9.18.10Philip Prindeville2022-12-28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | Merge pull request #20165 from TDT-AG/pr/20221223-libgpiodMichael Heimpold2022-12-28
|\ \ \ \ \ | |/ / / / |/| | | | libgpiod: add missing kernel build options via KCONFIG
| * | | | libgpiod: add missing kernel build options via KCONFIGFlorian Eckert2022-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This library needs the kernel config option 'CONFIG_GPIO_CDEV_V1=y' to be set. If this is not set, the tool 'gpioinfo' produces the error message 'error creating line iterator'. Add the missing kernel config option to build CDEV with API Version 1 fixes this. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | golang: backport an upstream fix for non-retpoline-compatible errorTianling Shen2022-12-28
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the following build error: ``` Building targets runtime <autogenerated>:1: non-retpoline-compatible: 00200 (/home/username/works/openwrt/staging_dir/hostpkg/lib/go-cross/src/runtime/time.go:915) JMP (R15)(R12*8) <autogenerated>:1: non-retpoline-compatible: 00115 (/home/username/works/openwrt/staging_dir/hostpkg/lib/go-cross/src/runtime/type.go:614) JMP (AX)(SI*8) <autogenerated>:1: non-retpoline-compatible: 00028 (/home/username/works/openwrt/staging_dir/hostpkg/lib/go-cross/src/runtime/time.go:452) JMP (R11)(R10*8) <autogenerated>:1: non-retpoline-compatible: 00021 (/home/username/works/openwrt/staging_dir/hostpkg/lib/go-cross/src/runtime/error.go:261) JMP (DX)(CX*8) <autogenerated>:1: non-retpoline-compatible: 00050 (/home/username/works/openwrt/staging_dir/hostpkg/lib/go-cross/src/runtime/time.go:691) JMP (CX)(R12*8) <autogenerated>:1: non-retpoline-compatible: 00024 (/home/username/works/openwrt/staging_dir/hostpkg/lib/go-cross/src/runtime/debuglog.go:616) JMP (CX)(SI*8) <autogenerated>:1: non-retpoline-compatible: 00079 (/home/username/works/openwrt/staging_dir/hostpkg/lib/go-cross/src/runtime/time.go:617) JMP (R9)(R8*8) <autogenerated>:1: non-retpoline-compatible: 00025 (/home/username/works/openwrt/staging_dir/hostpkg/lib/go-cross/src/runtime/cgocall.go:453) JMP (R9)(DX*8) <autogenerated>:1: non-retpoline-compatible: 00018 (/home/username/works/openwrt/staging_dir/hostpkg/lib/go-cross/src/runtime/type.go:66) JMP (DX)(CX*8) <autogenerated>:1: non-retpoline-compatible: 00020 (/home/username/works/openwrt/staging_dir/hostpkg/lib/go-cross/src/runtime/alg.go:156) JMP (SI)(DX*8) <autogenerated>:1: too many errors ``` Fixes: #20026 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | v2ray-geodata: Update to latest versionTianling Shen2022-12-27
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | v2ray-core: Update to 5.2.0Tianling Shen2022-12-27
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | xray-core: Update to 1.7.0Tianling Shen2022-12-27
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | Merge pull request #20174 from ysc3839/natmapTianling Shen2022-12-27
|\ \ \ \ | | | | | | | | | | natmap: fix some issues and update to 20221225
| * | | | natmap: update to 20221225Richard Yu2022-12-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
| * | | | natmap: fix service not stopped when disabled in luciRichard Yu2022-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | luci removes `enable` option when disabled, fix by setting default value to 0. Signed-off-by: Richard Yu <yurichard3839@gmail.com>
| * | | | natmap: add Package/conffilesRichard Yu2022-12-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | Merge pull request #20170 from blocktrron/zyxel-resetDavid Bauer2022-12-26
|\ \ \ \ \ | |/ / / / |/| | | | zyxel-reset: add package
| * | | | zyxel-reset: add packageDavid Bauer2022-12-25
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the zyxel-reset package. This package allows to trigger a factory-reset for ZyXEL devices by sending a magic LLDP package while the device-to-reset is booting. This is useful for remote-resetting a ZyXEL device running stock firmware connected to a switch using OpenWrt. It also allows to reset devices which do not have a reset-button such as the NWA55AXE. Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | motion: refresh patchesRobert N2022-12-25
| | | | | | | | | | | | | | | | Signed-off-by: Robert N <nrobert13@gmail.com>
* | | | motion: update to 4.5.0Robert N2022-12-25
| | | | | | | | | | | | | | | | Signed-off-by: Robert N <nrobert13@gmail.com>