Commit Graph

4775 Commits

Author SHA1 Message Date
mglae
5ce84781a5 ffmpeg-tools: update addon (1) 2024-06-15 18:34:33 +02:00
mglae
c268b3f442 ffmpeg-tools: don't copy libxcb* libs already included in X11 image 2024-06-15 18:34:31 +02:00
mglae
7ed1d32991 ffmpegx: allow dash demuxer by adding libxml2 2024-06-15 18:34:29 +02:00
Rudi Heitbaum
98b426ac21 alsa-plugins: update to 1.2.12 2024-06-11 13:56:41 +00:00
Rudi Heitbaum
7156962872 docker: server: fix version display and addon (3) 2024-06-09 13:11:13 +00:00
Rudi Heitbaum
6baaa74f20 moby: fix version display
nuc12:~ # docker version

was:

Server:
 Engine:
  Version:          library-import
  API version:      1.45 (minimum version 1.24)
  Go version:       go1.22.4
  Git commit:       library-import
  Built:            library-import
  OS/Arch:          linux/amd64
  Experimental:     true

is:

Server:
 Engine:
  Version:          26.1.4
  API version:      1.45 (minimum version 1.24)
  Go version:       go1.22.4
  Git commit:       de5c9cf0b96e4e172b96db54abababa4a328462f
  Built:            Sun Jun  9 13:03:48 UTC 2024
  OS/Arch:          linux/amd64
  Experimental:     true
2024-06-09 13:10:50 +00:00
Rudi Heitbaum
759c424d41 docker: update to 26.1.4 and addon (2)
- containerd: update to 1.7.18
- cli: update to 26.1.4
- go: update to 1.22.4
- moby: update to 26.1.4
2024-06-06 10:41:00 +00:00
Rudi Heitbaum
d4dfa86076 containerd: update to 1.7.18 2024-06-06 10:39:23 +00:00
Rudi Heitbaum
828a52ca1c cli: update to 26.1.4 2024-06-06 10:39:23 +00:00
Rudi Heitbaum
2ee5fee7c3 moby: update to 26.1.4 2024-06-06 10:39:23 +00:00
Rudi Heitbaum
79a6cf312d go: update to 1.22.4 2024-06-06 10:39:23 +00:00
Rudi Heitbaum
1153e9e936 mariadb: update to 11.4.2 and addon (2)
The MariaDB Foundation is pleased to announce the availability
of MariaDB 11.4.2, the first stable release in the MariaDB
11.4 long-term maintenance series, maintained for five years.

release notes and changelog:
- https://mariadb.com/kb/en/mdb-11-4-2-rn/
- https://mariadb.com/kb/en/mdb-11-4-2-cl/
2024-06-06 10:39:23 +00:00
Christian Hewitt
a2e90f3b51 system-tools: include tree to addon
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
2024-05-28 06:07:32 +00:00
Christian Hewitt
8a85f1ed0c tree: add initial package
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
2024-05-28 06:07:25 +00:00
Rudi Heitbaum
0b387bf222 lcdd: fix gcc-14 build 2024-05-23 09:30:23 +00:00
Rudi Heitbaum
efc9c7e4d1 unclutter: fix gcc-14 build 2024-05-23 09:30:23 +00:00
Rudi Heitbaum
4a91ccf9ff tslib: fix gcc-14 build
temporary fix until tslib can be updated

fixes missing header

src/ts_reconfig.c: In function 'ts_reconfig':
src/ts_reconfig.c:43:9: error: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
   43 |         memset(ts, 0, sizeof(struct tsdev));
      |         ^~~~~~
src/ts_reconfig.c:21:1: note: include '<string.h>' or provide a declaration of 'memset'
   20 | #include "tslib-private.h"
  +++ |+#include <string.h>
   21 |
src/ts_reconfig.c:43:9: warning:incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
   43 |         memset(ts, 0, sizeof(struct tsdev));
      |         ^~~~~~
src/ts_reconfig.c:43:9: note: include '<string.h>' or provide a declaration of 'memset'
2024-05-23 09:30:23 +00:00
CvH
738b75b8e0 Merge pull request #8871 from heitbaum/gcc14
gcc: update to 14.1
2024-05-21 10:47:11 +02:00
Rudi Heitbaum
c731707e9a ncftp: workaround gcc-14 error incompatible-pointer-types 2024-05-20 22:02:16 +00:00
Rudi Heitbaum
12ff911fb6 ncftp: define HAVE_STDLIB_H fixes gcc-14 missing header 2024-05-20 22:02:16 +00:00
Rudi Heitbaum
a8de4ec052 docker: update to 26.1.3 and addon (1) 2024-05-19 06:55:27 +00:00
Rudi Heitbaum
200dddd669 go: update to 1.22.3 2024-05-19 06:55:27 +00:00
Rudi Heitbaum
807bb3b79d containerd: update to 1.7.17 2024-05-19 06:55:27 +00:00
Rudi Heitbaum
2f0fb05bb2 cli: update to 26.1.3 2024-05-19 06:55:27 +00:00
Rudi Heitbaum
da3663aef9 moby: update to 26.1.3
release notes:
- https://github.com/moby/moby/releases/tag/v26.1.0
- https://github.com/moby/moby/releases/tag/v26.1.1
- https://github.com/moby/moby/releases/tag/v26.1.2
- https://github.com/moby/moby/releases/tag/v26.1.3
2024-05-19 06:55:27 +00:00