openwrt-mirror/package/utils
Zoltan HERPAI faef19c22c dns320l-mcu: fix compilation with GCC14
Bump version to fix compiling with GCC14.

This fixes the following compile problem:
```
dns320l-daemon.c: In function 'main':
dns320l-daemon.c:740:18: error: implicit declaration of function 'isprint' [-Wimplicit-function-declaration]
  740 |         else if (isprint (optopt))
      |                  ^~~~~~~
dns320l-daemon.c:50:1: note: include '<ctype.h>' or provide a declaration of 'isprint'
   49 | #include "dns320l-daemon.h"
  +++ |+#include <ctype.h>
   50 |
dns320l-daemon.c:799:5: error: implicit declaration of function 'umask' [-Wimplicit-function-declaration]
  799 |     umask(0);
      |     ^~~~~
dns320l-daemon.c:864:5: error: 'return' with no value, in function returning non-void [-Wreturn-mismatch]
  864 |     return;
      |     ^~~~~~
dns320l-daemon.c:691:5: note: declared here
  691 | int main(int argc, char *argv[])
      |     ^~~~
```

Link: https://github.com/openwrt/openwrt/pull/18688
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
2025-05-03 22:57:11 +02:00
..
adb adb: fix version for APK 2024-10-29 00:07:54 +01:00
audit audit: update to 3.1.5 2024-10-03 17:27:50 +02:00
bcm27xx-utils bcm27xx-utils: update to latest version 2025-03-16 08:03:28 +01:00
bcm4908img bcm4908img: detect Linksys images 2021-10-02 20:26:42 +02:00
bsdiff bsdiff: Add patches for CVEs 2023-10-09 23:42:37 +02:00
busybox busybox: use external libtirpc when using glibc 2025-04-07 01:00:45 +02:00
bzip2 bzip2: add linker option LDFLAGS 2019-10-19 12:49:11 +02:00
checkpolicy checkpolicy: update to 3.8.1 2025-05-02 19:15:42 +02:00
cli cli: add explicit option for pretty printing command result data 2025-04-30 11:04:14 +02:00
ct-bugcheck ct-bugcheck: use . for RELEASE 2024-09-12 11:49:43 +02:00
debugcc debugcc: Mark it nonshared 2024-11-17 12:30:16 +01:00
dns320l-mcu dns320l-mcu: fix compilation with GCC14 2025-05-03 22:57:11 +02:00
dtc dtc: Update to 1.7.1 2024-09-19 13:31:32 +02:00
e2fsprogs e2fsprogs: update to 1.47.2 2025-01-11 22:24:24 +01:00
f2fs-tools f2fs-tools: Add missing 'f2fslabel' symlink 2024-07-03 11:14:42 +02:00
fbtest packages/utils: fbtest fix Makefile 2020-05-28 11:22:22 +02:00
firmware-utils firmware-utils: update to Git HEAD (2024-10-16) 2024-10-19 23:52:45 +02:00
fitblk treewide: validate unified uImage.FIT images before flashing 2025-04-21 16:12:42 +01:00
fritz-tools fritz-tools: increase PKG_RELEASE 2025-01-20 13:08:38 +01:00
jboot-tools firmware: add JBOOT based devices config extractor 2018-03-18 22:22:38 +01:00
jsonfilter jsonfilter: update to Git HEAD (2025-04-18) 2025-04-18 17:50:26 +02:00
lua lua: fix CVE-2014-5461 2024-02-17 01:55:21 +01:00
lua5.3 lua5.3: backport CVE fix 2024-02-17 01:55:49 +01:00
mdadm mdadm: backport musl patch 2024-11-11 21:20:01 +01:00
mtd-utils mtd-utils: add ubihealthd to nand-utils 2024-11-18 15:18:39 +01:00
nvram bcm53xx: Linksys EA9200 nvram and 02_network fixes 2023-10-22 11:11:43 +02:00
omnia-eeprom omnia-eeprom: depend only on subtarget 2024-11-18 19:06:29 +01:00
omnia-mcutool packages: drop DEVICE specific dependency for omnia 2024-11-05 09:59:49 +01:00
osafeloader packages: mark packages depending on a target as nonshared 2017-01-24 09:45:05 +01:00
policycoreutils policycoreutils: update to 3.8.1 and fix build with GCC14 2025-05-02 19:15:42 +02:00
provision provision: add script for managing device provisioning data 2025-03-17 13:17:52 +01:00
px5g-mbedtls px5g-mbedtls: add subjectAltName and extendedKeyUsage to SSL certs 2024-08-13 21:07:13 +02:00
px5g-wolfssl px5g-wolfssl: Fix permission of private key 2023-11-07 21:55:55 +01:00
ravpower-mcu treewide: update PKG_MIRROR_HASH to zst 2024-04-06 11:24:18 +02:00
secilc secilc: update to 3.8.1 2025-05-02 19:15:42 +02:00
spidev_test spidev_test: fix version for APK 2024-11-11 12:35:00 +01:00
ucode ucode: update to Git HEAD (2025-03-24) 2025-03-25 11:07:24 +01:00
ucode-mod-bpf ucode-mod-bpf: add new package for a ucode libbpf binding 2023-01-09 11:35:20 +01:00
ucode-mod-pkgen ucode-mod-pkgen: fix refcounting issue 2025-03-05 08:25:43 +01:00
ucode-mod-uline ucode-mod-uline: fix crash on cleanup 2025-04-30 11:04:14 +02:00
uencrypt uencrypt: Fix mbedtls 3.6 compatibility 2024-04-28 21:42:18 +02:00
ugps treewide: update PKG_MIRROR_HASH to zst 2024-04-06 11:24:18 +02:00
usbgadget package: usbgadget: Fix subpackage dependencies 2025-04-10 09:37:34 +02:00
usbmode usbmode: add Huawei E5785 2024-05-23 22:49:25 +02:00
util-linux util-linux: add include linux/unistd.h patch 2025-04-20 18:33:54 +02:00
yafut yafut: update to a version that builds on macOS 2025-02-19 09:37:46 +01:00
zyxel-bootconfig treewide: rename ZyXEL to Zyxel 2024-08-25 15:08:25 +02:00