aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 2to3: add package host toolKerma Gérald2022-01-05
| | | | | | | | | | | | | | | | | | | 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>
* Merge pull request #17389 from clayface/openldapFlorian Eckert2021-12-23
|\ | | | | openldap: hide configurables when libopenldap is not enabled
| * openldap: hide configurables when libopenldap is not enabledMatthew Hagan2021-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | adblock: 4.1.3-4Dirk Brenken2021-12-22
| | | | | | | | | | | | * fix backup dir creation in raw mode Signed-off-by: Dirk Brenken <dev@brenken.org>
* | geoipupdate: initial commitMatthew Hagan2021-12-22
| | | | | | | | | | | | | | | | | | | | 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>
* | crowdsec-firewall-bouncer: remove crowdsec package dependencyKerma Gérald2021-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | gg: add new packageTianling Shen2021-12-21
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | xray-core: Update to 1.5.1Tianling Shen2021-12-21
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | minizip: update to 3.0.4Rosen Penev2021-12-21
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | zabbix: update to 5.0.18Sergey V. Lobanov2021-12-21
| | | | | | | | | | | | Updated to latest 5.0 LTS minor release Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | sqlite: update to v3.37 (2021-11-27)Marius Dinu2021-12-21
| | | | | | | | Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | knot: update to 3.1.5Jan Hák2021-12-21
| | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | Merge pull request #17404 from mhei/php8-updateMichael Heimpold2021-12-21
|\ \ | | | | | | php8: update to 8.1.1
| * | php8: update to 8.1.1Michael Heimpold2021-12-20
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | neon: update to 0.32.1Rosen Penev2021-12-20
| | | | | | | | | | | | | | | | | | Add patch to get rid of xmlto dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | python-lxml: update to version 4.7.1Alexandru Ardelean2021-12-20
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #17395 from ↵Alexandru Ardelean2021-12-20
|\ \ \ | | | | | | | | | | | | | | | | mhei/fix-issue-17332-php8-pecl-http-compile-failure php8-pecl-http: add compile-time hint about TLS13 ciphers (fixes #17332)
| * | | php8-pecl-http: add compile-time hint about TLS13 ciphers (fixes #17332)Michael Heimpold2021-12-19
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #17391 from clayface/logrotateAlexandru Ardelean2021-12-20
|\ \ \ | | | | | | | | logrotate: add logrotate.d to conffiles definition
| * | | logrotate: add logrotate.d to conffiles definitionMatthew Hagan2021-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | alsa-utils: update to 1.2.6Rosen Penev2021-12-20
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | alsa-ucm-conf: update to 1.2.6.2Rosen Penev2021-12-20
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | alsa-lib: update to 1.2.6.1Rosen Penev2021-12-20
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | tailscale: update to 1.18.2Wes Morgan2021-12-20
| | | | | | | | | | | | | | | | Signed-off-by: Wes Morgan <git@wesmorgan.me>
* | | | whois: update to 5.5.10Rosen Penev2021-12-20
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | freetype: update to 2.11.1Rosen Penev2021-12-20
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #17376 from neheb/20Alexandru Ardelean2021-12-20
|\ \ \ \ | | | | | | | | | | jsoncpp: update to 1.9.5
| * | | | jsoncpp: update to 1.9.5Rosen Penev2021-12-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #17378 from neheb/22Alexandru Ardelean2021-12-20
|\ \ \ \ \ | | | | | | | | | | | | davfs2: update to 1.6.1
| * | | | | davfs2: update to 1.6.1Rosen Penev2021-12-16
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | uvol: update to 0.6Daniel Golle2021-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | tgt: update to 1.0.81Maxim Storchak2021-12-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | Merge pull request #17330 from flyn-org/selinuxJosef Schlehofer2021-12-19
|\ \ \ \ \ | |_|_|/ / |/| | | | Update SElinux utilities
| * | | | semodule-utils: update to 3.3W. Michael Petullo2021-12-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | | python3-networkx: update to 2.6.3W. Michael Petullo2021-12-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | | python3-libselinux: update to 3.3W. Michael Petullo2021-12-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | telegraf: update package to version 1.21.1Jonathan Pagel2021-12-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | | | Merge pull request #17335 from mhei/migrate-bandwidthd-to-php8Michael Heimpold2021-12-19
|\ \ \ \ \ | |_|_|_|/ |/| | | | bandwidthd: migrate dependencies to php8 (fixes #17296)
| * | | | bandwidthd: migrate dependencies to php8 (fixes #17296)Michael Heimpold2021-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package was forgotten when all other packages were upgraded to PHP8. So let's upgrade the dependencies here as well. Thanks to @feckert, for pointing this out. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #17265 from TDT-AG/pr/20211203-modemmanagerFlorian Eckert2021-12-18
|\ \ \ \ \ | | | | | | | | | | | | modemmanager: refactoring procd init script
| * | | | | modemmanager: refactoring hotplug debug loggingFlorian Eckert2021-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The output of the hotplug is very chatty and floods the log with messages that are not necessary in functioning operation. So that the log can be filtered. A log level was added to each message as the first opiton on mm_log function call. In addition, the facility of the hotplug script has been set to daemon, which in my view fits better than user. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ModemManager: add service optionsFlorian Eckert2021-12-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ModemManager: refactoring procd init scriptFlorian Eckert2021-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The way the init script is written now, we get a bad output when calling the ubus service backend. ubus call service list "{'verbose':true,'name':'modemmanager'}" >{ > "modemmanager": { > "instances": { > "instance1": { > "running": true, > "pid": 20511, > "command": [ > "sh", > "-c", > ". >/usr/share/ModemManager/modemmanager.common; \t >mkdir -m 0755 -p /var/run/modemmanager; \t >mm_cleanup_interfaces; \t >( mm_report_events_from_cache ) >/dev/null 2>&1 & \t >/usr/sbin/ModemManager" > ], > "term_timeout": 5, > "respawn": { > "threshold": 3600, > "timeout": 5, > "retry": 5 > }, > "pidfile":"/var/run/modemmanager/modemmanager.pid" > } > } > } >}" I also get the output in the log that the PID file cannot be created. > daemon.err procd: Failed to remove pidfile: :No such file or directory The changes in this commit fixes this issues, by moving startup into a wrapper script. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | alpine: update to 2.25Rosen Penev2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | gptfdisk: remove myself from maintainerAlif M. Ahmad2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Returning package maintainership to OpenWrt developers. Feel free to adopt this package. Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* | | | | | libtorrent-rasterbar: update to 2.0.5Rosen Penev2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | atftp: update to 0.7.5Rosen Penev2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | shairport-sync: update to 3.3.9Rosen Penev2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | jose: remove libjoseRosen Penev2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It can be built statically as nothing else uses it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | nft-qos: bump PKG_RELEASEImran Khan2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Imran Khan <gururug@gmail.com>