packages/utils
Florian Eckert af275ffc39 acpica-unix: backport pending patches to fix gcc12 build issue
Due to the compiler change of openwrt, from gcc version 11 to gcc
version 12, we have now the following build errors.

../../../source/components/utilities/utdebug.c: In function
'AcpiUtInitStackPtrTrace':
../../../source/components/utilities/utdebug.c:188:31: error: storing
the address of local variable 'CurrentSp' in 'AcpiGbl_EntryStackPointer'
[-Werror=dangling-pointer=]
  188 |     AcpiGbl_EntryStackPointer = &CurrentSp;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
../../../source/components/utilities/utdebug.c:185:29: note: 'CurrentSp'
declared here
  185 |     ACPI_SIZE               CurrentSp;
      |                             ^~~~~~~~~
In file included from ../../../source/include/acpi.h:173,
                 from
../../../source/components/utilities/utdebug.c:154:
../../../source/include/acglobal.h:335:41: note:
'AcpiGbl_EntryStackPointer' declared here
  335 | ACPI_GLOBAL (ACPI_SIZE *,
      AcpiGbl_EntryStackPointer);
      |
^~~~~~~~~~~~~~~~~~~~~~~~~
../../../source/include/acpixf.h:188:17: note: in definition of macro
'ACPI_GLOBAL'
  188 |     extern type name
      |                 ^~~~
cc1: all warnings being treated as errors
make[4]: *** [../Makefile.rules:20: obj/utdebug.o] Error 1

This is already issue opend in the the upstream project acpica.
https://github.com/acpica/acpica/issues/771

There is already a fix available, but it has not yet been merged.
https://github.com/acpica/acpica/pull/776

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-01-20 10:52:24 +08:00
..
acl packages: merge upstream 2021-06-15 17:47:11 +08:00
acpica-unix acpica-unix: backport pending patches to fix gcc12 build issue 2023-01-20 10:52:24 +08:00
acpid packages: sync to new packages 2020-07-08 14:18:52 +08:00
acsccid acsccid: fix compilation under macOS 2022-11-11 11:40:20 +08:00
antfs-mount antfs antfs-mount: disable on kernel 5.15 2022-03-02 18:55:41 +00:00
ap51-flash ap51-flash: update to version 2022.0 2022-03-30 09:47:58 +00:00
apk packages: merge upstream 2021-06-15 17:47:11 +08:00
apparmor python3: Add Py3Build/InstallBuildDepends recipe 2022-11-08 13:36:20 +08:00
at at: bump to version 3.2.2 2022-11-11 11:40:52 +08:00
atheepmgr packages: merge upstream 2021-06-15 17:47:11 +08:00
attendedsysupgrade-common attendedsysupgrade-common: update ASU CA pubkey 2022-11-11 11:41:49 +08:00
attr packages: merge upstream 2021-06-15 17:47:11 +08:00
auc packages: merge upstream 2021-06-15 17:47:11 +08:00
audit audit: remove host build 2022-05-21 15:03:25 +00:00
augeas treewide: change email 2022-04-15 18:06:47 +00:00
avrdude packages: merge upstream 2021-06-15 17:47:11 +08:00
bandwidthd treewide: remove rpath-link 2022-11-13 00:50:45 +08:00
banhosts banhosts: Call killall with the -s 2022-11-11 11:43:58 +08:00
bash bash: update to 5.1.16 2022-01-11 03:02:23 +00:00
bc packages: merge upstream 2021-06-15 17:47:11 +08:00
bcm27xx-eeprom bcm27xx-eeprom: update to v2022.04.26-138a1 2022-11-11 11:44:37 +08:00
beep beep: change git repository to fix CVE-2018-0492 and CVE-2018-1000532 2022-06-09 17:32:10 +00:00
bigclown bigclown-gateway: use Python's json lib 2022-11-11 11:45:32 +08:00
bluelog bluelog: fix build on macos 2022-11-11 11:45:50 +08:00
bluez bluez: Update to 5.64, update/refresh patches 2022-11-11 11:46:16 +08:00
bluez-tools bluez-tools: fix compile with BUILD_NLS 2022-11-11 11:46:32 +08:00
bluld bluld: Do not include kernel headers into user space application 2022-11-11 11:46:53 +08:00
bmx7-dnsupdate bmx7-dnsupdate: Call killall with the -s 2022-11-11 11:47:07 +08:00
bonnie++ treewide: remove PKG_INSTALL for meson projects 2022-06-16 12:49:10 +00:00
bottlerocket packages: merge upstream 2021-06-15 17:47:11 +08:00
btrfs-progs btrfs-progs: fix btrfs-progs not provide blk_zone 2022-02-16 05:30:48 +00:00
byobu packages: sync to new packages 2020-07-08 14:18:52 +08:00
cache-domains packages: merge upstream 2021-06-15 17:47:11 +08:00
canutils canutils: fix format strings for mips and powerpc 2022-11-11 11:49:10 +08:00
catatonit catatonit: add new package 2022-03-11 16:43:07 +00:00
ccid ccid: update to version 1.5.1 2022-12-23 13:59:58 +08:00
ccrypt packages: merge upstream 2021-06-15 17:47:11 +08:00
cgroupfs-mount packages: merge upstream 2021-06-15 17:47:11 +08:00
checksec checksec: update to version 2.5.0 2022-11-11 11:51:22 +08:00
cmdpad cmdpad: fix bad scanf format 2022-11-11 11:51:41 +08:00
cni cni: update to version 1.1.2 2022-12-23 14:00:12 +08:00
cni-plugins cni-plugins: update to version 1.1.1 2022-12-23 13:59:58 +08:00
cni-plugins-nft packages: merge upstream 2021-06-15 17:47:11 +08:00
collectd packages: merge upstream 2021-06-15 17:47:11 +08:00
conmon conmon: update to 2.1.5 2023-01-12 11:54:00 +08:00
containerd Revert "containerd: update to 1.6.8 (#521)" 2022-09-13 14:11:40 +08:00
coremark coremark: bump to 2022-07-27 2022-08-02 15:30:40 +00:00
coreutils coreutils: update to 9.1 2022-07-17 11:42:26 +00:00
crconf packages: sync to new packages 2020-07-08 14:18:52 +08:00
crelay packages: merge upstream 2021-06-15 17:47:11 +08:00
crun crun: update to 1.7.2 2023-01-12 11:54:15 +08:00
cryptsetup cryptsetup: update to version 2.6.0 2022-12-23 14:00:25 +08:00
ctop ctop: update to 0.7.7 2022-03-30 09:54:17 +00:00
dbus packages: merge upstream 2021-06-15 17:47:11 +08:00
device-observatory vim: remove vim/host 2022-11-11 13:45:13 +08:00
dfu-programmer first commit 2018-10-18 16:56:47 +08:00
dfu-util dfu-util: Upgrade to version 0.11 2022-11-11 13:45:26 +08:00
digitemp packages: merge upstream 2021-06-15 17:47:11 +08:00
dmidecode packages: sync to new packages 2020-07-08 14:18:52 +08:00
docker Revert "docker: Update to v20.10.18 (#517)" 2022-09-12 18:59:35 +08:00
docker-compose docker-compose: Update to version 2.14.2 2022-12-23 14:01:36 +08:00
dockerd Revert "dockerd: Update to v20.10.18 (#518)" 2022-09-13 13:57:11 +08:00
domoticz domoticz: fix compilation with GCC12 2022-11-11 13:46:19 +08:00
dosfstools dosfstools: fix PKG_SOURCE 2022-12-19 10:53:35 +08:00
dumb-init packages: merge upstream 2021-06-15 17:47:11 +08:00
dump1090 packages: merge upstream 2021-06-15 17:47:11 +08:00
dvtm first commit 2018-10-18 16:56:47 +08:00
ecdsautils ecdsautils: update to v0.4.1 2022-11-11 13:47:02 +08:00
evtest packages: merge upstream 2021-06-15 17:47:11 +08:00
exfatprogs exfatprogs: update to version 1.2.0 2022-12-23 14:01:48 +08:00
fakeuname fakeuname: add package 2022-02-06 15:19:04 +00:00
fft-eval packages: sync to new packages 2020-07-08 14:18:52 +08:00
findutils utils/findutils: update to 4.9.0 2022-02-04 14:29:38 +00:00
fio fio: update to 3.29 2022-03-31 06:49:25 +00:00
fish fish: update to 3.5.0 2022-11-18 13:15:24 +08:00
flashrom treewide: remove PKG_INSTALL for meson projects 2022-06-16 12:49:10 +00:00
flent-tools packages: sync to new packages 2020-07-08 14:18:52 +08:00
fontconfig treewide: remove PKG_INSTALL for meson projects 2022-06-16 12:49:10 +00:00
fuse fuse: fix compilation with recent glibc 2022-11-11 13:51:20 +08:00
fuse3 treewide: remove PKG_INSTALL for meson projects 2022-06-16 12:49:10 +00:00
gammu packages: merge upstream 2021-06-15 17:47:11 +08:00
gawk gawk: update to version 5.2.1 2022-12-23 14:01:56 +08:00
gddrescue gddrescue: update to 1.26 2022-11-11 13:52:15 +08:00
gkermit packages: merge upstream 2021-06-15 17:47:11 +08:00
gl-mifi-mcu packages: merge upstream 2021-06-15 17:47:11 +08:00
gnupg gnupg: compile with -fcommon 2022-11-25 10:11:36 +08:00
gnupg2 gnupg2: refresh GCC options in Makefile 2022-12-23 14:02:14 +08:00
gnuplot gnuplot: fix host lib leakage 2022-11-11 13:59:59 +08:00
gpsd gpsd: merge upstream (#436) 2022-05-07 20:33:18 +08:00
gptfdisk gptfdisk: fix some warnings treated as errors 2022-03-04 07:35:05 +00:00
grep grep: use libpcre2 2022-11-11 14:24:03 +08:00
gummiboot packages: merge upstream 2021-06-15 17:47:11 +08:00
gzip gzip: update to 1.11 2022-11-11 14:24:36 +08:00
hamlib packages: sync to new packages 2020-07-08 14:18:52 +08:00
haserl packages: merge upstream 2021-06-15 17:47:11 +08:00
hashdeep hashdeep: fix compilation with GCC11 2021-07-17 18:27:05 +00:00
haveged haveged: update to 1.9.18 2022-04-15 18:04:30 +00:00
hd-idle packages: sync to new packages 2020-07-08 14:18:52 +08:00
hdparm hdparm: Update to version 9.65 2022-11-11 14:24:58 +08:00
hexedit hexedit: Add new package 2022-05-14 15:34:06 +00:00
hfsprogs hfsprogs: remove unused libbsd 2022-11-11 14:25:18 +08:00
hplip hplip: add a patch to respect CFLAGS 2022-11-11 14:25:39 +08:00
hub-ctrl hub-ctrl: trim trailing spaces 2022-11-11 14:25:56 +08:00
hwdata hwdata: update to version 0.359 (#424) 2022-05-05 17:04:35 +08:00
hwinfo hwinfo: Backport build fix for glibc 2.36 2022-11-13 00:56:28 +08:00
i2c-tools i2c-tools: update to version 4.3 2022-11-11 14:26:34 +08:00
idevicerestore packages: sync to new packages 2020-07-08 14:18:52 +08:00
inotify-tools packages: merge upstream 2021-06-15 17:47:11 +08:00
io packages: sync to new packages 2020-07-08 14:18:52 +08:00
irqbalance irqbalance: sync with upstream (#621) 2022-12-08 21:46:59 +08:00
joe packages: merge upstream 2021-06-15 17:47:11 +08:00
jq jq: fix hash mismatch problem 2022-11-18 11:13:00 +08:00
jupp packages: merge upstream 2021-06-15 17:47:11 +08:00
kitty-terminfo kitty-terminfo: Fix license 2022-11-11 14:27:04 +08:00
klish klish: update to 2.2.3 2022-11-11 14:27:28 +08:00
kmod packages: merge upstream 2021-06-15 17:47:11 +08:00
lcd4linux packages: merge upstream 2021-06-15 17:47:11 +08:00
lcdproc lcdproc: don't enable LPT support on non-x86 architectures 2022-11-11 14:28:24 +08:00
less packages: merge upstream 2021-06-15 17:47:11 +08:00
libnetwork Revert "libnetwork: update for dockerd v20.10.18 (#519)" 2022-09-13 14:11:17 +08:00
lm-sensors lm-sensors: Add support for dev_name formatted like "a000000.wifi" 2022-11-20 00:31:00 +08:00
logrotate logrotate: add logrotate.d to conffiles definition 2022-11-11 14:29:26 +08:00
lrzsz lrzsz: fix various format warning 2022-11-11 14:29:46 +08:00
lsof packages: merge upstream 2021-06-15 17:47:11 +08:00
lvm2 lvm2: update LVM2 to 2.03.17 and DM to 1.02.187 2022-12-23 14:02:55 +08:00
lxc lxc: update maintainer email 2022-03-31 11:46:31 +00:00
macchanger packages: merge upstream 2021-06-15 17:47:11 +08:00
mandoc mandoc: fix build on macos 2022-11-18 13:17:00 +08:00
mariadb mariadb: fix compilation cmake issue 2021-10-17 16:25:09 +08:00
mariadb-common packages: merge upstream 2021-06-15 17:47:11 +08:00
mbtools treewide: remove rpath-link 2022-11-13 00:50:45 +08:00
mc mc: fix mksh subshell 2022-11-11 14:34:47 +08:00
mg mg: bump to 7.0 2021-12-28 12:22:10 +00:00
micrond packages: sync to new packages 2020-07-08 14:18:52 +08:00
minicom minicom: remove PKG_FIXUP:autoreconf 2022-11-11 14:35:14 +08:00
mksh mksh: resign as maintainer 2022-03-03 10:48:35 +00:00
mktorrent mktorrent: fix bad format for 64bit platforms 2022-11-11 14:35:29 +08:00
mmc-utils mmc-utils: update to latest upstream revision 2022-11-16 15:16:25 +08:00
moreutils packages: merge upstream 2021-06-15 17:47:11 +08:00
mpack packages: merge upstream 2021-06-15 17:47:11 +08:00
mqttled mqttled: update to 0.1.2 2022-11-11 14:36:11 +08:00
mt-st packages: merge upstream 2021-06-15 17:47:11 +08:00
mtools mtools: avoid picking libbsd dependency 2022-11-11 14:36:57 +08:00
nano nano: update to 7.1 2022-12-16 10:29:57 +08:00
ncdu ncdu: update to 1.17 and add blue option 2022-11-11 14:37:18 +08:00
netwhere packages: merge upstream 2021-06-15 17:47:11 +08:00
nnn nnn: update to version 4.4 2022-01-01 14:37:28 +00:00
nsutils nsutils: Update to latest version, switch to cmake 2022-11-11 14:37:51 +08:00
ntfs-3g ntfs-3g: update to 2022.5.17 (#464) 2022-06-06 00:40:17 +08:00
oath-toolkit packages: merge upstream 2021-06-15 17:47:11 +08:00
oci-runtime-tools packages: merge upstream 2021-06-15 17:47:11 +08:00
open2300 open2300: fix build on macos 2022-11-11 14:38:04 +08:00
open-plc-utils open-plc-utils: update to latest upstream version 2022-11-11 14:38:52 +08:00
open-vm-tools open-vm-tools: enable deploypkg plugin 2022-11-23 10:51:24 +08:00
openobex openobex: remove CXX patch 2022-11-11 14:38:19 +08:00
openocd openocd: enable bcm2835gpio on bcm27xx 2022-11-11 14:38:35 +08:00
opensc opensc: do not build man pages 2022-11-11 14:39:23 +08:00
openzwave openzwave: fix compilation with macOS 2022-11-11 14:42:05 +08:00
owfs treewide: remove rpath-link 2022-11-13 00:50:45 +08:00
parted parted: update Makefile 2022-07-17 01:45:33 +08:00
passh passh: updated per OpenWrt's common practice 2022-04-28 11:45:51 +00:00
pciutils packages: merge upstream 2021-06-15 17:47:11 +08:00
pcmciautils packages: merge upstream 2021-06-15 17:47:11 +08:00
pcsc-lite pcsc-lite: update to verion 1.9.9 2022-11-11 14:45:11 +08:00
pcsc-tools packages: merge upstream 2021-06-15 17:47:11 +08:00
picocom packages: merge upstream 2021-06-15 17:47:11 +08:00
pigz packages: merge upstream 2021-06-15 17:47:11 +08:00
podman podman: fix broken conffiles 2022-03-03 15:13:29 +00:00
poemgr poemgr: update to latest HEAD 2022-11-11 14:45:35 +08:00
powertop powertop: add gettext-version fixup 2022-11-11 14:46:00 +08:00
pps-tools packages: sync to new packages 2020-07-08 14:18:52 +08:00
procps-ng procps-ng: add missing InstallDev section 2022-11-11 14:46:17 +08:00
progress packages: merge upstream 2021-06-15 17:47:11 +08:00
prometheus prometheus: Update default tsdb directory handling 2022-11-11 14:46:54 +08:00
prometheus-node-exporter-lua packages: merge upstream 2021-06-15 17:47:11 +08:00
prometheus-statsd-exporter packages: merge upstream 2021-06-15 17:47:11 +08:00
pservice packages: sync to new packages 2020-07-08 14:18:52 +08:00
psmisc packages: merge upstream 2021-06-15 17:47:11 +08:00
pv packages: sync to new packages 2020-07-08 14:18:52 +08:00
qemu qemu: add libslirp dependency 2022-11-20 00:34:35 +08:00
quota quota: update to 4.09 2022-12-23 14:03:08 +08:00
readsb packages: merge upstream 2021-06-15 17:47:11 +08:00
relayctl packages: merge upstream 2021-06-15 17:47:11 +08:00
reptyr reptyr: fix build on macos 2022-11-11 14:47:22 +08:00
restic restic: update to 0.14.0 2022-11-11 14:49:54 +08:00
rng-tools rng-tools: drop unneeded dep 2022-03-02 17:19:24 +00:00
rpcd-mod-lxc packages: merge upstream 2021-06-15 17:47:11 +08:00
rrdtool1 rrdtool: update PKG_SOURCE_URL 2022-11-11 14:50:37 +08:00
rtklib rtklib: update to 2.4.3 b34; fix patches 2022-11-11 14:51:59 +08:00
rtl_433 rtl_433: Bump to release 21.12 2022-03-31 06:41:53 +00:00
rtl-ais packages: sync to new packages 2020-07-08 14:18:52 +08:00
rtl-sdr packages: merge upstream 2021-06-15 17:47:11 +08:00
rtty rtty: fix security issues by bumping all packages using libwolfssl 2022-11-11 14:53:34 +08:00
runc Revert "runc: update to 1.1.4 (#520)" 2022-09-13 14:11:29 +08:00
sane-backends packages: merge upstream 2021-06-15 17:47:11 +08:00
screen packages: merge upstream 2021-06-15 17:47:11 +08:00
sed sed: update GNU sed to v4.9 2022-11-16 15:17:13 +08:00
selinux-python packages: merge upstream 2021-06-15 17:47:11 +08:00
semodule-utils semodule-utils: update to 3.3 2022-11-11 14:56:42 +08:00
serialconsole packages: merge upstream 2021-06-15 17:47:11 +08:00
setools packages: merge upstream 2021-06-15 17:47:11 +08:00
setserial packages: merge upstream 2021-06-15 17:47:11 +08:00
sexpect sexpect: updated to 2.3.11 2022-11-11 14:56:58 +08:00
shadow packages: sync to new packages 2020-07-08 14:18:52 +08:00
shared-mime-info shared-mimo-info: fix compilation with BUILD_NLS 2022-02-19 15:56:10 +00:00
sipcalc packages: merge upstream 2021-06-15 17:47:11 +08:00
sispmctl packages: merge upstream 2021-06-15 17:47:11 +08:00
slide-switch slide-switch: Update to 1.0.0 2022-03-18 11:44:51 +00:00
smartmontools smartmontools: update to 7.3 2022-04-26 15:52:51 +00:00
smstools3 packages: merge upstream 2021-06-15 17:47:11 +08:00
sockread sockread: add missing header 2022-11-11 14:59:52 +08:00
spi-tools spi-tools: update to 1.0.0 2022-11-11 15:14:46 +08:00
squashfs-tools squashfs-tools: enable zstd compression by default 2022-11-11 15:15:11 +08:00
ssdeep treewide: change email 2022-04-15 18:06:47 +00:00
sshpass packages: merge upstream 2021-06-15 17:47:11 +08:00
stm32flash stm32flash: update to version 0.7 2022-04-26 15:56:22 +00:00
stoken packages: merge upstream 2021-06-15 17:47:11 +08:00
stress packages: merge upstream 2021-06-15 17:47:11 +08:00
stress-ng stress-ng: bump to version 0.15.00 2022-12-19 10:54:08 +08:00
sumo sumo: update to 1.12 2022-03-03 10:32:37 +00:00
swig swig: bump to 4.1.1 2022-12-09 10:29:36 +08:00
syncthing syncthing: update to 1.23.0 2023-01-12 11:54:40 +08:00
sysstat sysstat: bump to 12.4.5 2022-03-31 06:35:59 +00:00
tang tang: update directory 2022-11-11 15:39:59 +08:00
tar tar: add PKG_CONFIG_DEPENDS (#490) 2022-07-30 22:40:02 +08:00
taskwarrior packages: merge upstream 2021-06-15 17:47:11 +08:00
tcsh tcsh: fix build on macos 2022-11-11 15:40:35 +08:00
telegraf telegraf: Update to version 1.23.4 2022-11-11 15:41:24 +08:00
telldus-core telldus-core: add missing include 2022-11-11 15:42:27 +08:00
temperusb packages: sync to new packages 2020-07-08 14:18:52 +08:00
tessdata tessdata: uncompress tarball only once to speed up builds 2022-11-11 15:43:19 +08:00
tesseract tesseract: fix build on macos 2022-11-11 15:44:12 +08:00
tini packages: merge upstream 2021-06-15 17:47:11 +08:00
tintin tintin: add new package (#418) 2022-04-28 18:02:27 +08:00
tinyionice tinyionice: update to 1.0.1 2022-02-24 11:42:31 +00:00
tio packages: sync to new packages 2020-07-08 14:18:52 +08:00
tmux tmux: update to 3.3a 2022-11-11 15:44:35 +08:00
tracertools packages: merge upstream 2021-06-15 17:47:11 +08:00
tree tree: bump to 2.1.0 2023-01-05 11:50:48 +08:00
triggerhappy triggerhappy: don't build man pages 2022-11-11 15:44:51 +08:00
ttyd ttyd: fix ssl ca option init 2021-09-27 14:36:27 +00:00
uhubctl uhubctl: update to 2.5.0 2022-11-18 11:13:11 +08:00
uledd packages: merge upstream 2021-06-15 17:47:11 +08:00
unrar unrar: update to 6.1.3 2022-11-11 15:45:54 +08:00
unzip packages: merge upstream 2021-06-15 17:47:11 +08:00
usbmuxd packages: sync to new packages 2020-07-08 14:18:52 +08:00
usbutils usbutils: bump to 014 2022-11-11 15:59:23 +08:00
uvcdynctrl uvcdynctrl: compile with meson 2022-11-11 16:03:26 +08:00
uvol packages: merge upstream 2021-06-15 17:47:11 +08:00
vim vim: remove vim/host 2022-11-11 13:45:13 +08:00
watchcat packages: merge upstream 2021-06-15 17:47:11 +08:00
which packages: sync to new packages 2020-07-08 14:18:52 +08:00
whois whois: update to 5.5.10 2022-11-11 16:05:32 +08:00
wifitoggle packages: sync to new packages 2020-07-08 14:18:52 +08:00
wipe packages: merge upstream 2021-06-15 17:47:11 +08:00
xfsprogs packages: merge upstream 2021-06-15 17:47:11 +08:00
xxhash xxhash: add package for 0.8.1 2023-01-12 12:50:09 +08:00
xz xz: update to 5.2.9 2022-12-08 16:50:04 +08:00
yara yara: bump to 4.2.0 2022-03-31 06:38:55 +00:00
ykclient ykclient: remove pointless PKG_BUILD_DEPENDS 2022-11-11 16:05:52 +08:00
ykpers packages: merge upstream 2021-06-15 17:47:11 +08:00
yq yq: Update to 4.30.6 2022-12-26 15:03:07 +00:00
zile packages: sync to new packages 2020-07-08 14:18:52 +08:00
zoneinfo zoneinfo: updated to the latest release 2022-12-13 10:23:51 +08:00
zsh zsh: update to 5.9 2022-11-11 16:33:18 +08:00
zstd treewide: remove PKG_INSTALL for meson projects 2022-06-16 12:49:10 +00:00