aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #14790 from Noltari/bcm27xx-eepromÁlvaro Fernández Rojas2021-02-19
|\ | | | | bcm27xx-eeprom: update to latest version
| * bcm27xx-eeprom: update to latest versionÁlvaro Fernández Rojas2021-02-19
| | | | | | | | | | | | New eeprom firmwares support recently added RPi 400 and CM4. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | Merge pull request #14786 from apple-etan/feature/ek/libnetfilter-queue/fixupRosen Penev2021-02-19
|\ \ | |/ |/| libnetfilter-queue: re-add PKG_FIXUP to fix build
| * libnetfilter-queue: re-add PKG_FIXUP to fix buildEtan Kissling2021-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently when trying to build this package a build error is produced: WARNING: 'automake-1.16' is missing on your system. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <https://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <https://www.gnu.org/software/autoconf> <https://www.gnu.org/software/m4/> <https://www.perl.org/> This error is due to an attempt to use the native host tools instead of the OpenWrt build system generated ones. By re-adding PKG_FIXUP it is ensured that the correct version of the host tools are used. Signed-off-by: Etan Kissling <etan_kissling@apple.com>
* | Merge pull request #14789 from zhaojh329/libuhttpdRosen Penev2021-02-18
|\ \ | | | | | | libuhttpd: Update to 3.9.0
| * | libuhttpd: Update to 3.9.0Jianhui Zhao2021-02-19
|/ / | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | Merge pull request #14750 from neheb/pyreqRosen Penev2021-02-18
|\ \ | | | | | | python-requests: split up patches into two files
| * | python-requests: split up patches into two filesRosen Penev2021-02-15
| | | | | | | | | | | | | | | | | | | | | | | | quilt cannot handle two patches in one file. It ends up merging them and removing the description from the second. To avoid this, split into two. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | bind: bump to 9.17.10Noah Meyerhans2021-02-18
| |/ |/| | | | | | | | | Add build dependency on libnghttp2 for DNS-over-HTTPS support Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | Merge pull request #14709 from stangri/master-https-dns-proxyRosen Penev2021-02-18
|\ \ | | | | | | https-dns-proxy: support for force DNS/DNS hijacking
| * | https-dns-proxy: support for force DNS/DNS hijackingStan Grishin2021-02-10
| | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | Merge pull request #14779 from dibdot/banipDirk Brenken2021-02-18
|\ \ \ | | | | | | | | banip: update to 0.7.2
| * | | banip: update to 0.7.2Dirk Brenken2021-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add scanning for suspicious nginx events * add a log counter to track the number of the failed requests or login repetitions of the same ip in the log before banning, defaults are: ssh (3), luci (3), nginx (5) * optimize the background service handling * add 'greensnow' as a new source * update readme and LuCI frontend regarding the new log count options Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #14775 from ye-holmes/libs/zmq-openpgm-dependRosen Penev2021-02-17
|\ \ \ \ | | | | | | | | | | zmq: add optional dependency on openpgm
| * | | | zmq: add optional dependency on openpgmYe Holmes2021-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And add a patch for CMakeList.txt to configure correctly with openpgm enabled. Signed-off-by: Ye Holmes <yeholmes@outlook.com>
* | | | | Merge pull request #14767 from jefferyto/python-config-macosRosen Penev2021-02-17
|\ \ \ \ \ | |_|/ / / |/| | | | python3: Fix target python-config when building on macOS
| * | | | python3: Fix target python-config when building on macOSJeffery To2021-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Python version of python-config is installed when building on macOS, rather than the shell script version when building on Linux. When run on macOS, the Python version of python-config will return values with Mac-specific customizations. This patches the python-config install recipe so that which version is installed can be controlled by the package makefile. When building on macOS, this installs the Python version for host Python and the shell script version for target Python. This also updates Host/Compile and Host/Install to use the default host build recipes, so that the various HOST_* variables are taken into account automatically. Fixes https://github.com/openwrt/packages/issues/14652 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | owipcalc: change maintainerNick Hainke2021-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested by others, I would like to take care of this tool. I am developing certain tools that rely on the library and also owipcalc. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | Merge pull request #14776 from br101/pingchcheck-PKG_SOURCERosen Penev2021-02-17
|\ \ \ \ \ | |_|/ / / |/| | | | pingcheck: Remove unnecessary PKG_SOURCE and _SUBDIR
| * | | | pingcheck: Remove unnecessary PKG_SOURCE and _SUBDIRBruno Randolf2021-02-17
|/ / / / | | | | | | | | | | | | | | | | | | | | Adressing issue #14773 Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | Merge pull request #14770 from nxhack/node_host_yarnRosen Penev2021-02-16
|\ \ \ \ | | | | | | | | | | node-yarn: add new package - for building adguardhome
| * | | | node-yarn: add new package - for building adguardhomeHirokazu MORIKAWA2021-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the necessary new package to build the latest version of adguardhome. See this thread : https://github.com/openwrt/packages/pull/14717 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #14769 from nxhack/node_host_icuRosen Penev2021-02-16
|\ \ \ \ \ | | | | | | | | | | | | node: make hostpkg icu-enabled
| * | | | | node: make hostpkg icu-enabledHirokazu MORIKAWA2021-02-17
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made the necessary changes to build the latest version of adguardhome. See this thread : https://github.com/openwrt/packages/pull/14717 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #14729 from ye-holmes/libs/openpgmRosen Penev2021-02-16
|\ \ \ \ \ | |/ / / / |/| | | | openpgm: Add Pragmatic General Multicast library
| * | | | openpgm: Add Pragmatic General Multicast libraryYe Holmes2021-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenPGM is a library implementing the PGM reliable multicast network protocol; The famous messaging library ZMQ has an optional dependency on OpenPGM, with OpenPGM enabled, we can foster the development of multicast network applications. Signed-off-by: Ye Holmes <yeholmes@outlook.com>
* | | | | Merge pull request #14758 from pprindeville/strongswan-drop-route-uid0Philip Prindeville2021-02-16
|\ \ \ \ \ | | | | | | | | | | | | strongswan: fix local_gateway discovery
| * | | | | strongswan: fix local_gateway discoveryPhilip Prindeville2021-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been observed by myself and @luizluca: ip route get is appending uid0 to the output, as seen from: root@OpenWrt2:~# ip route get 1.1.1.1 1.1.1.1 via 174.27.160.1 dev eth3 src 174.27.182.184 uid 0 cache root@OpenWrt2:~# so the fix is an anchored match, discarding all else. Also, using ip -o means never having to do multiline matches... Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #14760 from pprindeville/libmaria-add-libcurl-dependencyPhilip Prindeville2021-02-16
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | libmariadb: add dependency on libcurl
| * | | | | libmariadb: add dependency on libcurlPhilip Prindeville2021-02-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | curl,fuse,lm-sensors: move BuildPackage line for libs above packges ↵Felix Fietkau2021-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | depending on it Fixes ABI_VERSION handling issues Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | Merge pull request #14740 from ErwanMAS/tinc_bump_to_git_last_commitSaverio Proto2021-02-16
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Bump tinc to version 1.1 commit 3ee0d5dd
| * | | | | tinc: new maintainerErwan MAS2021-02-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
| * | | | | tinc: fix missing HASHErwan MAS2021-02-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
| * | | | | tinc: Bump to version 1.1 commit 3ee0d5ddErwan MAS2021-02-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
* | | | | | Merge pull request #14728 from neheb/booRosen Penev2021-02-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | [RFC] boost: build context under MIPS64
| * | | | | | boost: build context for mips64Rosen Penev2021-02-13
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out there's upstream support for it. A small patch is needed to fix softfloat support. Also added patch to fix boost-fiber on octeon+. Failure happens because the platform is based on an old MIPSr2 standard that lacks the pause instruction. It also turns out that MIPS64 builds are done with the wrong ABI. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14757 from jmarcet/python_docker_updateRosen Penev2021-02-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-docker: Update to 4.4.2
| * | | | | | python-docker: Update to 4.4.2Javier Marcet2021-02-15
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | Merge pull request #14761 from tofurky/try-tiny_relative_incRosen Penev2021-02-15
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | perl-try-tiny: use relative include of perlmod.mk
| * | | | | perl-try-tiny: use relative include of perlmod.mkMatt Merhar2021-02-15
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | The $(TOPDIR) seemed to cause Makefile parsing issues with CI. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
* | | | | Merge pull request #14756 from BKPepe/klish-add-nlsJosef Schlehofer2021-02-16
|\ \ \ \ \ | |/ / / / |/| | | | klish: add include for nls when BUILD_NLS is enabled
| * | | | klish: add include for nls when BUILD_NLS is enabledJosef Schlehofer2021-02-15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In recent commit for libxml2 [1], there was enabled support for iconv, but it relieves issue with klish that it does not compile as it fails with following output: checking for xmlNewDoc in -lxml2... no configure: error: cannot find libxml2 library make[2]: *** [Makefile:73: /foo/build/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/klish-2.2.0/.configured_68b329da9893e34099c7d8ad5cb9c940] Error 1 make[2]: Leaving directory '/foo/build/feeds/packages/utils/klish' [1] https://github.com/openwrt/packages/commit/d18692c92638cdc1e643554699cb21e893abf2e9 Suggested-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | prometheus-node-exporter-lua: fix wifiNick Hainke2021-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "get_wifi_interfaces" function is not returning the wifi interface names. This causes the bug #14625. Fix the "get_wifi_interfaces" function. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | Merge pull request #14743 from jefferyto/python-cffi-1.14.5Rosen Penev2021-02-15
|\ \ \ \ | | | | | | | | | | python-cffi: Update to 1.14.5
| * | | | python-cffi: Update to 1.14.5Jeffery To2021-02-15
| | |/ / | |/| | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #14753 from commodo/python-updates1Rosen Penev2021-02-15
|\ \ \ \ | | | | | | | | | | python-pytz,numpy: bump versions
| * | | | numpy: bump to version 1.20.1Alexandru Ardelean2021-02-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | python-pytz: bump to version 2021.1Alexandru Ardelean2021-02-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #14747 from neheb/oRosen Penev2021-02-15
|\ \ \ \ \ | | | | | | | | | | | | open-vm-tools: update to 11.2.5