aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #15182 from neheb/mupnpcRosen Penev2021-03-20
|\ | | | | miniupnpc: update to 2.2.2
| * miniupnpc: update to 2.2.2Rosen Penev2021-03-20
| | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #15180 from neheb/mjgRosen Penev2021-03-20
|\ \ | | | | | | mjpg-streamer: update to 1.0.0
| * | mjpg-streamer: update to 1.0.0Rosen Penev2021-03-20
| |/ | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Modify PKG_UNPACK instead of overriding Build/Prepare. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #15179 from neheb/prRosen Penev2021-03-20
|\ \ | | | | | | protobuf: update to 3.15.6
| * | protobuf: update to 3.15.6Rosen Penev2021-03-20
| |/ | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #15174 from neheb/uvRosen Penev2021-03-20
|\ \ | |/ |/| libuv: update to 1.41.0
| * libuv: update to 1.41.0Rosen Penev2021-03-20
|/ | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* nmap: bump to 7.91Konstantin Demin2021-03-20
| | | | | | | | | | | | changes: https://nmap.org/changelog#7.91 drop patches (applied upstream): - 010-Avoid-using-namespace-std-causing-name-conflicts.patch refresh patches: - 020-Python3-port-of-ndiff.patch - 030-libcxx.patch Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
* Merge pull request #15037 from neheb/btrRosen Penev2021-03-20
|\ | | | | btrfs-progs: update to 5.11
| * btrfs-progs: update to 5.11Rosen Penev2021-03-20
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #15161 from pprindeville/isc-dhcp-dyndns-ipv4Philip Prindeville2021-03-20
|\ | | | | isc-dhcp: add dynamic DNS as meta package
| * isc-dhcp: add dynamic DNS as meta packagePhilip Prindeville2021-03-18
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | Merge pull request #15169 from pprindeville/issue#14921Philip Prindeville2021-03-19
|\ \ | | | | | | treewide: fix places where $(FPIC) is unquoted
| * | treewide: fix places where $(FPIC) is unquotedPhilip Prindeville2021-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes part of issue #14921. When $(FPIC) gets added to TARGET_CFLAGS (for instance), we can count on $(TARGET_CFLAGS) in turn being quoted when it gets expanded. But there are a few places where $(FPIC) gets expanded directly into environment variables passed on the command line, such as when setting lt_cv_* variables as in this case. It's wrong to assume that the expansion of $(FPIC) won't require quoting (such as it containing spaces) if it has multiple compiler flags. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #15163 from gladiac1337/haproxy-2.2.11Rosen Penev2021-03-19
|\ \ \ | |/ / |/| | haproxy: Update HAProxy to v2.2.11
| * | haproxy: Update HAProxy to v2.2.11Christian Lachner2021-03-19
| | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | Merge pull request #15168 from dibdot/banIPDirk Brenken2021-03-19
|\ \ \ | |/ / |/| | banip: update 0.7.5-3
| * | banip: update 0.7.5-3Dirk Brenken2021-03-19
|/ / | | | | | | | | * fix iptables/chain creation in setups without IPv6 support Signed-off-by: Dirk Brenken <dev@brenken.org>
* | tmate: add new packageTianling Shen2021-03-18
| | | | | | | | | | | | | | Tmate is a fork of tmux. It provides an instant pairing solution. For more details, see https://tmate.io. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | msgpack-c: add new packageTianling Shen2021-03-18
| | | | | | | | | | | | This is needed by tmate. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #15148 from dhewg/mesonRosen Penev2021-03-18
|\ \ | | | | | | meson: update and fix 2 issue
| * | meson: reconfigure on incremental buildsAndre Heider2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | When toggling a package specific config knob, we need to pass --reconfigure to the meson setup command if an earlier build already exists. Fixes #15032. Signed-off-by: Andre Heider <a.heider@gmail.com>
| * | meson: fix host cpu settingAndre Heider2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | CONFIG_TARGET_SUBTARGET is bogus for this, it can contain values such as 'nand' or 'tiny', use the real cpu type instead. Fixes #14662. Signed-off-by: Andre Heider <a.heider@gmail.com>
| * | meson: update to 0.57.1Andre Heider2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v0.57 is the first version that requires at least python 3.6. Since commit 7379f8bd on the main repository we can now rely on this prerequisite. Switch to AUTORELEASE while at it. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | simple-adblock: jsonOps-related bugfixesStan Grishin2021-03-17
| | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | CI: use new `openwrt` Docker usernamePaul Spooren2021-03-17
| |/ |/| | | | | | | | | | | We now own `openwrtorg` and `openwrt`, where the latter replaces the former. Slowly migrate over. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | auc: bump to version 0.1.6Daniel Golle2021-03-18
| | | | | | | | | | | | Fixes running on release branches. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | net-snmp: bump to 5.9Stijn Tintel2021-03-17
| | | | | | | | | | | | | | | | | | | | | | Neither the configure option nor configure variable to disable linking against PCRE seem to work anymore, so simply drop both and add a dependency on libpcre. As net-snmp is unlikely to fit on devices with small flash anyway, the extra size requirement shouldn't be a problem. If it is, feel free to submit a patch to fix the broken upstream behaviour. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | uci2: update revisionJakov Petrina2021-03-17
| | | | | | | | Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr>
* | adguardhome: bump to 0.105.2Dobroslaw Kijowski2021-03-17
| | | | | | | | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.105.2 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* | Merge pull request #15105 from TDT-AG/pr/20210312-collectdFlorian Eckert2021-03-17
|\ \ | | | | | | collectd: enable smart plugin
| * | collectd: upate PKG_RELEASE numberFlorian Eckert2021-03-16
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | collectd: make compile time debug option configurableFlorian Eckert2021-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables the compiler option that collectd is compiled with debugging support. This is used at development stages to get more messages from the collectd during development. This option is default disabled. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | collectd: fix COLLECTD_PLUGINS_SELECTED end of lineFlorian Eckert2021-03-16
| | | | | | | | | | | | | | | | | | This removes the trailing back slash. This is not needed. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | collectd: fix smart disk detectionFlorian Eckert2021-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On my system the attribute DEVTYPE was not set. The plugin could not read any data and the function call blocked forever on this function and did not returned. By removing it, all block devices under `/sys/class/block` were checked. Block devices that do not support SMART were not evaluated. The collected displays the following message. smart plugin: checking SMART status of /dev/loop4. smart plugin: unable to open /dev/loop4. If you do not like this message, you could only enable device in the uci that does support SMART. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | collectd: enable collectd-mod-smartFlorian Eckert2021-03-16
| | | | | | | | | | | | | | | | | | Switching on compilation for collectd smart plugin. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | libatasmart: initial checkinFlorian Eckert2021-03-16
| | | | | | | | | | | | | | | | | | This library is required by the smart plugin of the collectd. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #15144 from ja-pa/tor-0.4.5.7Rosen Penev2021-03-16
|\ \ \ | | | | | | | | tor: update to version 0.4.5.7 (security fix)
| * | | tor: update to version 0.4.5.7Jan Pavlinec2021-03-16
| | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2021-28089 and CVE-2021-28090 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #15138 from mstorchak/haserlRosen Penev2021-03-16
|\ \ \ \ | |_|_|/ |/| | | haserl: update to 0.9.36
| * | | haserl: update to 0.9.36Maxim Storchak2021-03-16
| | |/ | |/| | | | | | | | | | | | | | | | | | | - refresh patches - switch to AUTORELEASE - remove myself as maintainer Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | sudo: update to version 1.9.6p1Alexandru Ardelean2021-03-16
| |/ |/| | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #14996 from TDT-AG/pr/20210302-mwan3Florian Eckert2021-03-16
|\ \ | |/ |/| mwan3: add connecting and disconnecting event to mwan3track
| * mwan3: add connecting and disconnecting event to mwan3trackFlorian Eckert2021-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | If the interface goes into failure state (is disconnecting) then with this change one hotplug.d event is generated. The same is true for the recovery state (is connecting), when the interface comes back from a failure state. In both cases, a hotplug.d event for the iface is triggered. Once with the $ACTION=disconnecting and once for the $ACTION=connecting. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #14857 from neheb/emRosen Penev2021-03-15
|\ \ | | | | | | emailrelay: update to 2.2
| * | emailrelay: update to 2.2Rosen Penev2021-03-12
| | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #15139 from dibdot/banIPDirk Brenken2021-03-15
|\ \ \ | | | | | | | | banip: update to 0.7.5-2
| * | | banip: update to 0.7.5-2Dirk Brenken2021-03-15
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | * refine the new dns resolving process * add a caching mechanism for the resolved IPs, the detached name lookup takes place only during 'restart' or 'reload' action, 'start' and 'refresh' actions are using an auto-generated backup instead. * update the readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | openpyxl: bump to version 3.0.7Alexandru Ardelean2021-03-15
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>