Commit Graph

26218 Commits

Author SHA1 Message Date
Kerma Gérald 2f91e1c9c5 2to3: add package host tool
2to3 is a Python program that reads Python 2.x source code and applies a
  series of fixers to transform it into valid Python 3.x code. The standard
  library contains a rich set of fixers that will handle almost all code. 2to3
  supporting library lib2to3 is, however, a flexible and generic library, so it
  is possible to write your own fixers for 2to3. lib2to3 could also be adapted
  to custom applications in which Python code needs to be edited automatically.

This tool is necessary for fail2ban package because of issue
  https://github.com/openwrt/packages/issues/17311
  https://github.com/openwrt/packages/pull/17341

Simple 2to3.py script from Debian, thanks to Matthias Klose <doko@ubuntu.com>
From: https://salsa.debian.org/cpython-team/python3-defaults

Co-authored-by: Jeffery To <jeffery.to@gmail.com>
Signed-off-by: Kerma Gérald <gandalf@gk2.net>
2022-01-05 15:20:13 +01:00
Florian Eckert 01473316a5
Merge pull request #17389 from clayface/openldap
openldap: hide configurables when libopenldap is not enabled
2021-12-23 12:40:42 +01:00
Dirk Brenken 25dd0c63af
adblock: 4.1.3-4
* fix backup dir creation in raw mode

Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-12-22 13:19:40 +01:00
Matthew Hagan c815c9a94d geoipupdate: initial commit
Add MaxMind's geoipupdate utility. mmdb files are downloaded to /var/GeoIP
by default. The user should update /etc/GeoIP.conf with their API key and
DB choice, currently set to country only. So as not to exceed MaxMind's
download limitations, the user should manually run the utility or set up a
cron job.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2021-12-22 02:09:22 -08:00
Matthew Hagan 6c0f24d146 openldap: hide configurables when libopenldap is not enabled
When openldap is not enabled, the following configurables remain present
in the config:

CONFIG_OPENLDAP_DEBUG=y
\# CONFIG_OPENLDAP_CRYPT is not set
\# CONFIG_OPENLDAP_MONITOR is not set
\# CONFIG_OPENLDAP_DB47 is not set
\# CONFIG_OPENLDAP_ICU is not set

This patch adds a libopenldap dependency for these options, removing the
above from .config when libopenldap is not used. Further, move these
configurables to Config.in.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2021-12-22 09:41:45 +00:00
Kerma Gérald ffd97e173c crowdsec-firewall-bouncer: remove crowdsec package dependency
Remove un-necessary crowdsec package dependency, to be able to use
crowdsec-firewall-bouncer independently from crowdsec local installation.
(with remote API)

Fix issue: https://github.com/openwrt/packages/issues/17406

Description:
  using crowdsec-firewall-bouncer on many OpenWRT devices connected
  with my domain LAPI server (which collect many crowdsec machines,
  mostly nginx), it works great. Actually, crowdsec package is not
  mandatory for that usage, it would be great if it was not a dependency.

Signed-off-by: Kerma Gérald <gandalf@gk2.net>
2021-12-22 06:18:48 +01:00
Tianling Shen 575bda1f63 gg: add new package
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-12-21 17:39:16 -08:00
Tianling Shen 6d56c80ff9 xray-core: Update to 1.5.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-12-21 17:37:53 -08:00
Rosen Penev 54c13e9b90 minizip: update to 3.0.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-21 17:37:18 -08:00
Sergey V. Lobanov 2d680d787f zabbix: update to 5.0.18
Updated to latest 5.0 LTS minor release

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2021-12-21 21:38:54 +01:00
Marius Dinu b2309dc25e sqlite: update to v3.37 (2021-11-27)
Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
2021-12-21 21:37:57 +01:00
Jan Hák 2a56e478f5 knot: update to 3.1.5
Signed-off-by: Jan Hák <jan.hak@nic.cz>
2021-12-21 17:18:16 +01:00
Michael Heimpold a5e4408bd7
Merge pull request #17404 from mhei/php8-update
php8: update to 8.1.1
2021-12-21 10:48:49 +01:00
Rosen Penev c24e28bd5e neon: update to 0.32.1
Add patch to get rid of xmlto dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-20 18:05:57 -08:00
Alexandru Ardelean b766794c05 python-lxml: update to version 4.7.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-12-20 20:58:58 +01:00
Michael Heimpold d4245496a0 php8: update to 8.1.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-12-20 16:43:13 +01:00
Alexandru Ardelean 9e9b9dc5a1
Merge pull request #17395 from mhei/fix-issue-17332-php8-pecl-http-compile-failure
php8-pecl-http: add compile-time hint about TLS13 ciphers (fixes #17332)
2021-12-20 11:36:18 +02:00
Alexandru Ardelean b574955ca5
Merge pull request #17391 from clayface/logrotate
logrotate: add logrotate.d to conffiles definition
2021-12-20 11:33:07 +02:00
Rosen Penev d94c788323 alsa-utils: update to 1.2.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-20 11:28:31 +02:00
Rosen Penev 2ad8695d33 alsa-ucm-conf: update to 1.2.6.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-20 11:28:31 +02:00
Rosen Penev 96af5b07c2 alsa-lib: update to 1.2.6.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-20 11:28:31 +02:00
Wes Morgan efb908b032 tailscale: update to 1.18.2
Signed-off-by: Wes Morgan <git@wesmorgan.me>
2021-12-20 11:27:50 +02:00
Rosen Penev cdb4ffede3 whois: update to 5.5.10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-20 11:27:30 +02:00
Rosen Penev dcc5d134c7 freetype: update to 2.11.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-20 11:27:05 +02:00
Alexandru Ardelean 6336c56ef5
Merge pull request #17376 from neheb/20
jsoncpp: update to 1.9.5
2021-12-20 11:26:19 +02:00
Alexandru Ardelean 3663b48186
Merge pull request #17378 from neheb/22
davfs2: update to 1.6.1
2021-12-20 11:26:02 +02:00
Daniel Golle f8f5960e76
uvol: update to 0.6
* auto-created meta volume
Automatically create volume '.meta' sized 0.01% of the total space
managed by uvol, the minimum size being 4 MiB.
This volume should be used to keep metadata about stored volumes, such
as container runtime configuration (in /var/run/uvol/.meta/uxc) or
the database of installed container packages.

 * configurable LVM volume group
Allow setting volume group to be used by uvol using UCI.
This is useful on devices which do not boot off the device which
should be used for uvol and hence cannot make use of autopart and
physical volume detection based on kernel cmdline.
Use option vg_name in uvol section of fstab UCI config package.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-12-20 01:42:58 +00:00
Maxim Storchak 6243a17250 tgt: update to 1.0.81
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-12-19 17:38:10 -08:00
Josef Schlehofer 613ef6a773
Merge pull request #17330 from flyn-org/selinux
Update SElinux utilities
2021-12-19 21:17:55 +01:00
Michael Heimpold 3083278fa9 php8-pecl-http: add compile-time hint about TLS13 ciphers (fixes #17332)
When cURL is built with OpenSSL as backend SSL/TLS library,
pecl_http's configure tries to detect whether TLS 1.3 ciphers
are enabled. This does not work when cross-compiling so let's
pass it based on OpenSSL build configuration.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-12-19 14:49:32 +01:00
Matthew Hagan 437bbb35a2 logrotate: add logrotate.d to conffiles definition
Currently the contents of logrotate.d is not kept across sysupgrades.
Add this directory to the conffiles definition to ensure its content is
maintained.

Bump the release as well.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2021-12-19 09:27:26 +00:00
Jonathan Pagel 364fb67103 telegraf: update package to version 1.21.1
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2021-12-19 10:17:59 +01:00
Michael Heimpold 8791bbd484
Merge pull request #17335 from mhei/migrate-bandwidthd-to-php8
bandwidthd: migrate dependencies to php8 (fixes #17296)
2021-12-19 07:37:49 +01:00
Florian Eckert 3d809e0482
Merge pull request #17265 from TDT-AG/pr/20211203-modemmanager
modemmanager: refactoring procd init script
2021-12-18 12:08:59 +01:00
Rosen Penev ff1c63cd5c alpine: update to 2.25
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 23:02:38 -08:00
Alif M. Ahmad 9d1bbd7949 gptfdisk: remove myself from maintainer
Returning package maintainership to OpenWrt developers.
Feel free to adopt this package.

Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
2021-12-17 23:02:27 -08:00
Rosen Penev 637ecf8c6a libtorrent-rasterbar: update to 2.0.5
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 21:13:33 -08:00
Rosen Penev 0ad6384b5f atftp: update to 0.7.5
Remove upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 14:09:50 -08:00
Rosen Penev 4787e0beec shairport-sync: update to 3.3.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 14:09:26 -08:00
Rosen Penev 02d6c8346c jose: remove libjose
It can be built statically as nothing else uses it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 14:08:20 -08:00
Imran Khan 726633301e nft-qos: bump PKG_RELEASE
Signed-off-by: Imran Khan <gururug@gmail.com>
2021-12-17 14:07:47 -08:00
Imran Khan 4f4f66fd17 nft-qos: fix monitor duplicates
nft command syntax is incorrect

rearrange parameter order

Signed-off-by: Imran Khan <gururug@gmail.com>
2021-12-17 14:07:47 -08:00
Imran Khan 6d095c479a nft-qos: fix include on image build service enable
Fixes: f88485f572 ("nft-qos: silence buildsystem errors")

Prefixing IPKG_INSTROOT to sourced includes is ineffective for this
package.

Source includes only when empty to avoid image make errors.

Signed-off-by: Imran Khan <gururug@gmail.com>
2021-12-17 14:07:47 -08:00
Rui Salvaterra cb9229870e sqm-scripts: drop redundant dependency
The kmod-sched-cake package already depends on kmod-sched-core, there's no need
for explicitly stating the dependency.

While at it, change PKG_RELEASE to $(AUTORELEASE).

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2021-12-17 18:33:42 +01:00
Daniel Golle 73d36738f8
Merge pull request #17377 from neheb/21
exfatprogs: update to 1.1.3
2021-12-17 11:23:02 +00:00
Rosen Penev c44b96078b bwm-ng: update to 0.63
Remove upstreamed patch.

Add autoreconf and fixup configure section. The tarball no longer ships
configure and Makefiles.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 02:55:39 -08:00
Rosen Penev 3ee221d016 bluez: update to 5.62
Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 02:55:28 -08:00
Rosen Penev a004e872ea canutils: update to 2021.08.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 01:03:29 -08:00
Rosen Penev e89dc610f0 tang: update to 11
Remove upstreamed patch.

Install tang-show-keys.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-17 00:58:19 -08:00
Rosen Penev 185a50af97 libexif: update to 0.6.24
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 21:53:58 -08:00