aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* snort: update to 2.9.19W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* snort3: update to 3.1.18.0W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libdaq3: update to 3.0.5W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* hwloc: update to 2.6.0W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer1: update to 1.18.5W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-ugly: update to 1.18.5W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-good: update to 1.18.5W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-base: update to 1.18.5W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-bad: update to 1.18.5W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-libav: update to 1.18.5W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* chrony: update to 4.2Miroslav Lichvar2021-12-16
| | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* file: update to 6.41Rosen Penev2021-12-16
| | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mblaze: update to 1.2Rosen Penev2021-12-16
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* podman: update to v3.4.4Oskari Rauta2021-12-16
| | | | | | | | | | | | | | | list of changes: https://github.com/containers/podman/releases Added patch for compiling with musl. Patch can be removed on next release as it is already merged to podman git but not on this release. Patch moves definition in source so definition is available before it is being used. Patch source: https://github.com/containers/podman/pull/12564 Patch re-created with quilt. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* conmon: update to v2.0.31Oskari Rauta2021-12-16
| | | | | | | - conmon: free userdata files before exec cleanup - logging: new mode -l passthrough Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* telegraf: Update package to version 1.21.0Jonathan Pagel2021-12-16
| | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* qemu: add libslirp dependencyTianling Shen2021-12-16
| | | | | | It has been integrated in QEMU to provide user mode networking. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* openvswitch: partially restore kmod-mpls dependencyStijn Tintel2021-12-16
| | | | | | | | | | | | | Enabling OPENVSWITCH in the kernel config selects MPLS. This exposes the MPLS_ROUTING symbol, which is missing if kmod-mpls is not enabled. On kernel 5.4 this problem doesn't show up, as the Open vSwitch package uses the in-tree kernel modules rather than the upstream ones. Restore the kmod-mpls dependency when using the upstream kernel modules to fix build. Reported-by: Matthew Hagan <mnhagan88@gmail.com> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* openvswitch: fix libunbound dependency checkMatthew Hagan2021-12-16
| | | | | | | | | | | The ifeq check for CONFIG_OPENVSWITCH_WITH_LIBUNBOUND does not evaluate correctly within the menuconfig, resulting in libunbound not being selected, resulting in a failing libunbound.so.8 dependency. Instead add this condition:dependency in the manner defined in the OpenWrt developer guide. Signed-off-by: Matthew Hagan <mathagan@fb.com>
* openvswitch: Change dependency from append to definitionMatthew Hagan2021-12-16
| | | | | | | | | | | | ovs_libovsdb_depends and ovs_libofproto_depends append the libatomic dependency. However in these cases these variables were not previously defined and thus a reader may search the Makefile for the definition. Therefore change the operator to explicitly define these dependency variables, rather than append. In addition add a space after operator to improve readability and conform to other dependency definitions in the Makefile. Signed-off-by: Matthew Hagan <mathagan@fb.com>
* openvswitch: merge dependency listsMatthew Hagan2021-12-16
| | | | | | | | Rather than defining dependencies, then appending the libatomic dependency on the following line, merge all into one definition. Simultaneously, sort by alphabetical order. Signed-off-by: Matthew Hagan <mathagan@fb.com>
* nano: update to version 6.0Hannu Nyman2021-12-15
| | | | | | | | | | Update nano editor to version 6.0 Version 6.0 enable toggling the display of the line numbers with the shortcut key M-N (Alt-n). Also the cmdline option "-l" works. Remove earlier patch regarding that. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #17333 from ysc3839/ddns-ns1Florian Eckert2021-12-15
|\ | | | | ddns-scripts: add ns1.com provider
| * ddns-scripts: add ns1.com providerRichard Yu2021-12-15
| | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | Merge pull request #17337 from TDT-AG/pr/20211214-libqmiFlorian Eckert2021-12-15
|\ \ | | | | | | libqmi: fix missing CONFIG_ prefix
| * | libqmi: fix missing CONFIG_ prefixFlorian Eckert2021-12-15
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | mandoc: update to 1.14.6W. Michael Petullo2021-12-14
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | libgpg-error: update to 1.43W. Michael Petullo2021-12-14
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | dnsproxy: Update to 0.39.13Tianling Shen2021-12-14
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #17300 from TDT-AG/pr/20211210-dbusFlorian Eckert2021-12-14
|\ \ \ | |/ / |/| | dbus: add debug option and move service to procd and update/fix compile CMAKE_OPTIONS
| * | dbus: remove dbus-update-activation-environment and add dbus-test-toolFlorian Eckert2021-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | The tool dbus-update-activiation-environment does not make sense there, we only use --system service. So this is not needed. But for debugging we need the tool dbus-test-tool. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | dbus: refactoring init for using procdFlorian Eckert2021-12-13
| | | | | | | | | | | | | | | | | | | | | The dbus service has not yet been started via the procd. This commit changes this. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | dbus: add debug compile optionFlorian Eckert2021-12-10
| | | | | | | | | | | | | | | | | | | | | | | | To simplify the debugging of dbus problems, the VERBOSE option for the dbus can now be switched on via make menuconfig. This is switched off by default. If this is switched on, the dbus package must be recompiled. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | dbus: add patch to fix cmake tmp session searchFlorian Eckert2021-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | The tmp file location cannot be set explicitly. It is set incorrectly by cmake. This patch only searches for this location if it is not specified via the build system. Without this change, the cross compile value is not correct set on target in the file /usr/share/dbus-1/session.conf. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | dbus: use default pif file location form cmakeFlorian Eckert2021-12-10
| | | | | | | | | | | | | | | | | | | | | Wo do not have to specify that. Instead, take the default value from the cmake. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | dbus: do not build XML DOCSFlorian Eckert2021-12-10
| | | | | | | | | | | | | | | | | | | | | Setting the variable DBUS_ENABLE_XML_DOCS to OFF will not build this documentation. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | dbus: fix cmake variable nameing for QTHELPFlorian Eckert2021-12-10
| | | | | | | | | | | | | | | | | | | | | The cmake variable ENABLE_QT_HELP does no exist. Use instead the variable DBUS_ENABLE_QTHELP_DOCS. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | nfs-kernel-server: fix build on macos arm64Sergey V. Lobanov2021-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. prctl() check is not required for host-compile on any OS due to prctl is not used in rpcgen which is only one is compiled during host-compile phase. prctl() check is disabled via HOST_CONFIGURE_VARS in OpenWrt makefile 2. __DARWIN_ONLY_64_BIT_INO_T is true on macos arm64 so struct stat64 and stat64() are not available. This patch defines stat64 as stat if __DARWIN_ONLY_64_BIT_INO_T is true Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | openldap: udpate to 2.6.0W. Michael Petullo2021-12-13
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | vips: update to 8.12.1W. Michael Petullo2021-12-13
| |/ |/| | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | krb5: update to 1.19.2W. Michael Petullo2021-12-13
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | libsoup: update to 2.74.2W. Michael Petullo2021-12-12
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | crowdsec-firewall-bouncer: update to 0.0.18Kerma Gérald2021-12-12
| | | | | | | | | | | | Update to upstream release 0.0.18 Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | Merge pull request #17309 from mhei/mmc-utils-updateMichael Heimpold2021-12-12
|\ \ | | | | | | mmc-utils: update to latest git head
| * | mmc-utils: update to latest git headMichael Heimpold2021-12-11
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #17307 from mhei/open-plc-utils-updateMichael Heimpold2021-12-12
|\ \ \ | | | | | | | | open-plc-utils: update to latest upstream version
| * | | open-plc-utils: update to latest upstream versionMichael Heimpold2021-12-11
| |/ / | | | | | | | | | | | | | | | This improves the chipset reporting in some command line tools. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #17296 from mhei/drop-php7Michael Heimpold2021-12-12
|\ \ \ | | | | | | | | php7/php7-pecl-*: drop PHP7 packages
| * | | php7: drop packageMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Active support for PHP 7.4 branch ended a few days ago. Since we have PHP 8.x in the repository for a while and we migrated all PECL extension packages already, let's focus on that newer version and drop support for 7.4. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | php7-pecl-propro: drop packageMichael Heimpold2021-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The functionality of this package - or at least similar one - was meanwhile included in PHP8. This package was mostly included as dependency for HTTP PECL package, so it is not needed anymore and thus can be dropped. Signed-off-by: Michael Heimpold <mhei@heimpold.de>