Commit Graph

33694 Commits

Author SHA1 Message Date
Rudi Heitbaum
af2d56060f xz: update to 5.4.2
ann:
- https://www.mail-archive.com/xz-devel@tukaani.org/msg00635.html
2023-03-19 05:38:51 +00:00
Matthias Reichl
c77405ed55 Merge pull request #7640 from heitbaum/mesa
mesa: update to 23.0.0
2023-03-18 17:51:26 +01:00
Rudi Heitbaum
5df8050ef8 mesa: update to 23.0.0
release notes:
- https://gitlab.freedesktop.org/mesa/mesa/-/blob/staging/23.0/docs/relnotes/23.0.0.rst

release calendar:
- https://docs.mesa3d.org/release-calendar.html
2023-03-18 12:19:42 +00:00
Ian Leonard
787b30b24b busybox: createlog: no githash stored in /etc/issue
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2023-03-18 06:31:06 +00:00
Ian Leonard
462b767ce4 busybox: createlog: cleanup
Only create a logfile for the previous boot if persistent journal
is being used.

Also applies some changes for shellcheck warnings:

`...` to $(...)
Verifying variable is set ${var:?} before rm'ing
Useless use of cat
Command grouping when the commands redirect to the same file
Use of == in [...]
[ test1 -a test2 ] to [ test1 ] && [ test2 ]

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2023-03-18 06:30:34 +00:00
CvH
b464cc3196 Merge pull request #7614 from heitbaum/vulkan
vulkan: update to 1.3.243
2023-03-17 19:14:59 +01:00
CvH
c3c6ef3e01 Merge pull request #7618 from heitbaum/openssh
openssh: update to 9.3p1
2023-03-17 19:14:37 +01:00
CvH
7ed1612aa2 Merge pull request #7627 from heitbaum/sysutils
Sysutils package updates
2023-03-17 19:14:13 +01:00
CvH
158bd78378 Merge pull request #7624 from heitbaum/glib
glib: update to 2.76.0
2023-03-17 19:13:36 +01:00
CvH
28ff102d3e Merge pull request #7617 from heitbaum/cmake
cmake: update to 3.26.0
2023-03-17 19:13:18 +01:00
CvH
b13940db70 Merge pull request #7631 from heitbaum/gnutls
gnutls: update to 3.8.0
2023-03-17 19:12:34 +01:00
CvH
dea88c2152 Merge pull request #7625 from heitbaum/mold
mold: update to 1.11.0
2023-03-17 19:12:13 +01:00
CvH
6e4e4c544e Merge pull request #7630 from heitbaum/multimedia
Multimedia package updates
2023-03-17 19:11:36 +01:00
CvH
ec51060426 Merge pull request #7632 from heitbaum/python
Python package updates
2023-03-17 19:11:17 +01:00
CvH
b59a776188 Merge pull request #7635 from heitbaum/graphics
Graphics package updates
2023-03-17 19:10:56 +01:00
Peter Vicman
783f0c45e1 systemd: fix error in 70-local-keyboard.hwdb
introduced in https://github.com/LibreELEC/LibreELEC.tv/pull/7386

LibreELEC:~ # udevadm hwdb --update
/usr/lib/udev/hwdb.d/70-local-keyboard.hwdb:28: Property expected, ignoring record with no properties.
2023-03-17 18:34:27 +01:00
Rudi Heitbaum
4e960c73aa lcms2: update to 2.15
With the change "[RFC] add prefer_static built-in option" (9603)
from https://github.com/mesonbuild/meson
Also: 6697 and 6629

    It is now possible to have meson call pkg-config with the
    --static flag and bring in the Requires.private dependent
    libaries when linking. There is no further need to modify
    the .pc files (or the linker flags.)

    The use of the -Dprefer_static=true will cause the linker
    to prefer and use the static library if it is available,
    which might not be intended if the shared library is also
    available.

    This option will force the static linkage, whereas passing
    the libraries from pkg-config --static to ld would pick
    the shared libraries over the static libraries. With the
    linker options removing any unnecessary libraries:
      -Wl,--as-needed, -Wl,-dead_strip_dylibs

    The example below is how to force the linker to use the
    foo static library when a foo shared library is available.
      gcc main.o -Wl,-Bstatic -lfoo -Wl,-Bdynamic
    Which is what this meson option `prefer_static=true` will
    do for all static libaries that it finds (regardless of
    if shared libraries are available.)

    ref: https://stackoverflow.com/questions/71078862/prefer-static-libraries-but-fallback-to-shared-if-not-found
2023-03-17 13:54:44 +00:00
Rudi Heitbaum
727fdb8b72 cairo: update to 1.17.8 and meson
breaking changes in 1.17.8:
- migrate to meson
- drop GL and GLES drawing support

news:
- https://www.cairographics.org/news/cairo-1.17.8/
2023-03-17 13:54:44 +00:00
Rudi Heitbaum
1de182f5d8 pango: update to 1.50.14 2023-03-17 13:54:36 +00:00
Rudi Heitbaum
e642915733 libheif: update to 1.15.1 2023-03-17 13:54:36 +00:00
Rudi Heitbaum
7235c5585b harfbuzz: update to 7.1.0
log:
- https://github.com/harfbuzz/harfbuzz/releases/tag/7.0.0
- https://github.com/harfbuzz/harfbuzz/releases/tag/7.0.1
- https://github.com/harfbuzz/harfbuzz/releases/tag/7.1.0
2023-03-17 13:54:08 +00:00
Rudi Heitbaum
51d38c5217 libde265: update to 1.0.11 2023-03-17 13:53:10 +00:00
Rudi Heitbaum
f306a109c1 simplejson: update to 3.18.4 2023-03-17 13:28:55 +00:00
Rudi Heitbaum
d7a7cb1faf pycryptodome: update to 3.17.0
changelog:
- https://github.com/Legrandin/pycryptodome/blob/v3.17.0/Changelog.rst
2023-03-17 13:27:16 +00:00
Rudi Heitbaum
bd61f43fa7 fuse3: update to 3.14.0 2023-03-17 13:18:02 +00:00