1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 03:43:53 +02:00
Commit Graph

23596 Commits

Author SHA1 Message Date
Rosen Penev
bc08b47fd9
Merge pull request #14709 from stangri/master-https-dns-proxy
https-dns-proxy: support for force DNS/DNS hijacking
2021-02-18 13:24:29 -08:00
Dirk Brenken
25eeb625ff
Merge pull request #14779 from dibdot/banip
banip: update to 0.7.2
2021-02-18 06:40:50 +01:00
Rosen Penev
d5cdc1e0bf
Merge pull request #14775 from ye-holmes/libs/zmq-openpgm-depend
zmq: add optional dependency on openpgm
2021-02-17 13:00:41 -08:00
Rosen Penev
4b3c558eb4
Merge pull request #14767 from jefferyto/python-config-macos
python3: Fix target python-config when building on macOS
2021-02-17 12:59:56 -08:00
Dirk Brenken
55d663d291
banip: update to 0.7.2
* 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>
2021-02-17 21:24:44 +01:00
Nick Hainke
cb286d0d75 owipcalc: change maintainer
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>
2021-02-17 17:17:50 +01:00
Ye Holmes
d959a09a47 zmq: add optional dependency on openpgm
And add a patch for CMakeList.txt to configure
correctly with openpgm enabled.

Signed-off-by: Ye Holmes <yeholmes@outlook.com>
2021-02-17 22:18:50 +08:00
Rosen Penev
22cd55d6f2
Merge pull request #14776 from br101/pingchcheck-PKG_SOURCE
pingcheck: Remove unnecessary PKG_SOURCE and _SUBDIR
2021-02-17 06:05:42 -08:00
Bruno Randolf
3f52393430 pingcheck: Remove unnecessary PKG_SOURCE and _SUBDIR
Adressing issue #14773

Signed-off-by: Bruno Randolf <br1@einfach.org>
2021-02-17 13:36:41 +00:00
Dobroslaw Kijowski
d208610b8d adguardhome: bump to 0.105.1
* Full changelog available at:
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.105.0
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.105.1
* Add node-yarn/host dependency as it is needed since [1].
* Adjust LDFLAGS to the new ones introduced in [2].
* Invoke targets from make instead of manually running npm and yarn.
* Replace GO_PKG_EXCLUDES with GO_PKG_BUILD_PKG as our intention is to
  build only one specific package (a cosmetic change).

[1]: 5e20ac7ed5 (diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R140)
[2]: 0d67aa251d (diff-82ef468ec5547f1ed424776755a7f87dfec4eba9838d2c2ac02c9881bb67d737R60)

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
2021-02-17 09:47:57 +01:00
Rosen Penev
82ceca2619
Merge pull request #14770 from nxhack/node_host_yarn
node-yarn: add new package - for building adguardhome
2021-02-16 18:59:36 -08:00
Rosen Penev
d2cfe5953c
Merge pull request #14769 from nxhack/node_host_icu
node: make hostpkg icu-enabled
2021-02-16 18:58:46 -08:00
Rosen Penev
94540bcb0d
Merge pull request #14729 from ye-holmes/libs/openpgm
openpgm: Add Pragmatic General Multicast library
2021-02-16 18:57:40 -08:00
Ye Holmes
20f05f8e58 openpgm: Add Pragmatic General Multicast library
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>
2021-02-17 10:08:20 +08:00
Hirokazu MORIKAWA
33c2a28aca node-yarn: add new package - for building adguardhome
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>
2021-02-17 10:47:06 +09:00
Hirokazu MORIKAWA
884761c4df node: make hostpkg icu-enabled
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>
2021-02-17 10:30:56 +09:00
Philip Prindeville
d053df65e9
Merge pull request #14758 from pprindeville/strongswan-drop-route-uid0
strongswan: fix local_gateway discovery
2021-02-16 15:19:14 -07:00
Philip Prindeville
ec72d3a9e4 strongswan: fix local_gateway discovery
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>
2021-02-16 13:32:26 -07:00
Philip Prindeville
441a7e5cd2
Merge pull request #14760 from pprindeville/libmaria-add-libcurl-dependency
libmariadb: add dependency on libcurl
2021-02-16 13:16:15 -07:00
Philip Prindeville
5b2d35a8d0 libmariadb: add dependency on libcurl
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2021-02-16 11:07:40 -07:00
Jeffery To
18330902a0
python3: Fix target python-config when building on macOS
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>
2021-02-17 00:01:41 +08:00
Felix Fietkau
eea050dab8 curl,fuse,lm-sensors: move BuildPackage line for libs above packges depending on it
Fixes ABI_VERSION handling issues

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2021-02-16 11:20:23 +01:00
Saverio Proto
7005d650cb
Merge pull request #14740 from ErwanMAS/tinc_bump_to_git_last_commit
Bump tinc to version 1.1 commit 3ee0d5dd
2021-02-16 08:42:23 +01:00
Rosen Penev
b360f25d6c python-requests: split up patches into two files
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>
2021-02-15 20:38:11 -08:00
Rosen Penev
2f6a8768c1
Merge pull request #14728 from neheb/boo
[RFC] boost: build context under MIPS64
2021-02-15 20:35:59 -08:00
Rosen Penev
aa3ec2a640
Merge pull request #14757 from jmarcet/python_docker_update
python-docker: Update to 4.4.2
2021-02-15 20:35:30 -08:00
Erwan MAS
e80d128925 tinc: new maintainer
Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
2021-02-15 23:34:42 -05:00
Rosen Penev
cd8b54f82b
Merge pull request #14761 from tofurky/try-tiny_relative_inc
perl-try-tiny: use relative include of perlmod.mk
2021-02-15 20:33:08 -08:00
Matt Merhar
52668b1e97 perl-try-tiny: use relative include of perlmod.mk
The $(TOPDIR) seemed to cause Makefile parsing issues with CI.

Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
2021-02-15 21:36:28 -05:00
Josef Schlehofer
0dfd76f478
Merge pull request #14756 from BKPepe/klish-add-nls
klish: add include for nls when BUILD_NLS is enabled
2021-02-16 00:22:21 +01:00
Javier Marcet
6d07d26a42 python-docker: Update to 4.4.2
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-02-15 21:33:47 +00:00
Josef Schlehofer
b5028ca6e3
klish: add include for nls when BUILD_NLS is enabled
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] d18692c926

Suggested-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-02-15 22:29:08 +01:00
Nick Hainke
495cdbb39d prometheus-node-exporter-lua: fix wifi
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>
2021-02-15 08:39:09 -05:00
Jan Pavlinec
5514fca2b7
dnstap: update to version 0.4.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-02-15 13:52:59 +01:00
Rosen Penev
ac4cbab7d8
Merge pull request #14743 from jefferyto/python-cffi-1.14.5
python-cffi: Update to 1.14.5
2021-02-15 03:08:19 -08:00
Rosen Penev
ceb32dc42c
Merge pull request #14753 from commodo/python-updates1
python-pytz,numpy: bump versions
2021-02-15 02:30:03 -08:00
Rosen Penev
23e0bc9f9c
Merge pull request #14747 from neheb/o
open-vm-tools: update to 11.2.5
2021-02-15 02:26:47 -08:00
Rosen Penev
ebd43a9dc1
Merge pull request #14751 from neheb/rpcbind
rpcbind: clean up patches using quilt
2021-02-15 02:14:11 -08:00
Nick Hainke
686f919194 owipcalc: separate in client and lib
Separate owipcalc in client and lib part. Owipcalc brings a lot of nice
functionality with it, e.g. parsing and calculating prefixes.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-02-15 10:45:41 +01:00
Rosen Penev
aafbe8bcf1
Merge pull request #14693 from stangri/master-vpn-policy-routing
vpn-policy-routing: update to version 0.3
2021-02-15 00:50:14 -08:00
Rosen Penev
3fc29f4716
Merge pull request #14744 from jefferyto/python-cryptography-3.3.2
python-cryptography: Update to 3.3.2
2021-02-15 00:49:06 -08:00
Alexandru Ardelean
09214dec38 numpy: bump to version 1.20.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-02-15 10:42:16 +02:00
Rosen Penev
25217547b3 mc: update to 4.8.26
Refreshed patches and added one from alpine linux to fix musl
compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-14 23:41:39 -08:00
Alexandru Ardelean
ca45446f16 python-pytz: bump to version 2021.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-02-15 09:14:59 +02:00
Rosen Penev
e2ee9cf80f rpcbind: clean up patches using quilt
The second one was manually modified as quilt gets confused by the ***
and ends up removing the commit description.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-14 22:31:09 -08:00
Rosen Penev
65dfaba35f apk: update to 2.12.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-14 20:17:28 -10:00
Rosen Penev
ff00263330
Merge pull request #14748 from neheb/at
atftp: update to 0.7.4
2021-02-14 22:05:24 -08:00
Rosen Penev
50e664e2e0 atftp: update to 0.7.4
Remove upstreamed patches. Refresh others.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-14 21:58:00 -08:00
Rosen Penev
34ff9b538e open-vm-tools: update to 11.2.5
Work around a quilt bug where instead of showing a rename, it removes
and duplicates the file.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-14 21:56:35 -08:00
Srinivasan Raju
d931b2d208 sysrepo: fix plugind option for verbosity
sysrepo-plugind -d -v 0 : -v is the correction option for verbosity

Signed-off-by: Srinivasan Raju <srinir@outlook.com>
2021-02-15 10:30:37 +05:30