Commit graph

1759 commits

Author SHA1 Message Date
Rudi Heitbaum
87bed39305 cmake: update to 3.23.2 2022-05-28 09:44:49 +00:00
Rudi Heitbaum
280b285f63 fakeroot: update to 1.29 2022-05-28 09:44:38 +00:00
Rudi Heitbaum
261b0c2d85 automake: further fix race in parallel builds 2022-05-27 08:31:47 +00:00
Matthias Reichl
ef33355838 libbpf: update to 0.8.0
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-05-22 13:09:43 +02:00
Matthias Reichl
5e3eb3da9b
Merge pull request #6504 from lrusak/pipewire
Add Pipewire Support
2022-05-21 13:27:10 +02:00
CvH
5e1733b6e4
Merge pull request #6500 from lrusak/bpf-gcc
compile bpf programs from scratch
2022-05-21 09:37:22 +02:00
Lukas Rusak
72671ed3a6
binutils-bpf: add package 2022-05-17 13:57:23 -07:00
Lukas Rusak
4c3f264dc1
readline: fix static library linking via pkg-config 2022-05-17 11:22:13 -07:00
Rudi Heitbaum
84b92ef6b4 make: fails to execute extraordinarily long command lines - further fix 2022-05-14 06:55:26 +00:00
Rudi Heitbaum
fe51bc1092 automake: fix race in parallel builds
from:
- https://lists.gnu.org/archive/html/automake-patches/2018-07/msg00010.html
2022-05-07 04:20:50 +00:00
Rudi Heitbaum
ab6afc055f binutils-or1k: update to use binutils package source and version 2022-05-06 07:50:38 +00:00
Rudi Heitbaum
59d3829a30 binutils-aarch64: update to use binutils package source and version 2022-05-06 07:49:44 +00:00
Rudi Heitbaum
61c27f6b06 make: update command line patch not to touch configure.ac
as aclocal-1.16 may not be available on the build host as make has no
dependancies. remove patch to configure.ac. patch still works as the
required depends are still available.
2022-05-05 09:46:18 +00:00
Rudi Heitbaum
cf46d60968 make: fails to execute extraordinarily long command lines
patch from:
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688601
- https://savannah.gnu.org/bugs/?45763
2022-05-02 06:15:23 +00:00
Tomáš Kelemen (vudiq)
d901413d8a
Merge 'libreelec/master'
pull updates from upstream
2022-04-23 21:44:57 +02:00
CvH
44c8267750
Merge pull request #6383 from HiassofT/le11-glibc-ldso
glibc: drop broken ld.so symlinks
2022-04-15 11:50:35 +02:00
CvH
e313ad688f
Merge pull request #6386 from jernejsk/arm64-toolchain
[LE11] Switch from pre-built to self-build aarch64 gcc
2022-04-15 10:46:25 +02:00
Rudi Heitbaum
03a928198c cmake: update to 3.23.1 2022-04-15 06:47:33 +00:00
Jernej Skrabec
a87322995e binutils-or1k: Relax toolchain dependency 2022-04-14 23:19:41 +02:00
Jernej Skrabec
0e148fbe51 binutils-aarch64: Initial binutils package for aarch64 2022-04-14 19:52:37 +02:00
Matthias Reichl
5072f7b855 glibc: drop broken ld.so symlinks
These are relics of an ancient past and are no longer needed
nowadays - thus no one noticed the ld.so symlink was broken,
pointing to 'ld-*.so'.

So let's just get rid of it.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-04-14 14:13:32 +02:00
Matthias Reichl
2f2b008bfc
Merge pull request #6380 from jernejsk/or1k-gcc
LE11: Switch or1k gcc from pre-built to self-build
2022-04-14 00:10:37 +02:00
Jernej Skrabec
9b054862bd binutils-or1k: Initial binutils package for or1k arch 2022-04-13 23:08:22 +02:00
Matthias Reichl
25e9a7db05
Merge pull request #6353 from CvH/11.0/kodi_up0204
kodi: update to 2022-04-13
2022-04-13 23:04:53 +02:00
Tomáš Kelemen (vudiq)
8069eb0a09
Merge changes from LibreELEC master 2022-04-12 18:24:10 +02:00
CvH
e4e5d2a412
Merge pull request #5876 from antonlacon/le11-toolchain
Toolchain Updates
2022-04-09 17:32:16 +02:00
Tomáš Kelemen (vudiq)
a32d60c085
Merge branch 'librelec/master' 2022-04-07 09:52:13 +02:00
CvH
5a2d32a3c6 crossguid: switch to cmake 2022-04-03 16:48:02 +02:00
Rudi Heitbaum
1dc0b5bf3e heimdal: update to 5dd29ec 2022-03-22 (8.0pre)
This supports the build of required host cross compiler binaries:
- heimdal_asn1_compile
- heimdal_compile_et

The update to 5dd29ec 2022-03-22 (8.0pre) is required for Samba 4.16.0

add asn1c:host dependancy
2022-03-22 07:35:26 +00:00
Rudi Heitbaum
3303bb456a asn1c: initial package
asn1c is required for the build of heimdal
2022-03-22 07:35:23 +00:00
heitbaum
ee38028d7b autoconf-archive: update to 2022.02.11
Including patch for libffi build:
- https://savannah.gnu.org/patch/index.php?10186
2022-03-05 12:09:52 +00:00
Rudi Heitbaum
7dc00ab0b4 fakeroot: update to 1.28 2022-03-05 11:58:46 +00:00
Tomáš Kelemen (vudiq)
ee6140e55c
Merge 'libreelec/master' 2022-03-04 00:02:04 +01:00
CvH
bfee8843f3
Merge pull request #6194 from heitbaum/6194
package updates: support binaries and libraries
2022-02-05 10:24:52 +01:00
heitbaum
9c43d78de0 cmake: update to 3.22.2
update 3.22.1 (2021-12-08) to 3.22.2 (2021-01-26)

release notes:
- https://cmake.org/cmake/help/v3.22/release/3.22.html
- https://github.com/Kitware/CMake/blob/master/Help/release/3.22.rst

3.22.2:
- The OLD behavior of CMP0128 was fixed to add flags even when the
  specified standard matches the compiler default.
2022-02-05 04:36:29 +00:00
heitbaum
ef5ec37e17 readline: update to 8.1.2
update 8.1 (2020-12-06) to 8.1.2 (2022-01-05)

Patches:
Readline-8.1 Official patch 1
- https://lists.gnu.org/archive/html/bug-readline/2021-05/msg00000.html
- https://ftp.gnu.org/gnu/readline/readline-8.1-patches/readline81-001
Readline-8.1 Official patch 2
- https://ftp.gnu.org/gnu/readline/readline-8.1-patches/readline81-002
2022-02-05 04:04:34 +00:00
heitbaum
a3a041e9f0 libcap: update to 2.63
update 2.62 (2021-12-11) to 2.63 (2022-01-23)

log:
- https://git.kernel.org/pub/scm/libs/libcap/libcap.git/log/
2022-02-05 04:04:33 +00:00
CvH
36e3e621cf
Merge pull request #6179 from rpardini/bump-fakeroot-127
fakeroot: bump to 1.27 (from no-longer-existing 1.26)
2022-02-03 17:50:36 +01:00
Ricardo Pardini
f449283b25
fakeroot: bump to 1.27 (from no-longer-existing 1.26) 2022-01-31 15:01:26 +01:00
heitbaum
23198ec282 libirman: remove RPATH 2022-01-23 21:39:17 +00:00
heitbaum
9e70798218 gettext: remove RPATH from TARGET
bug raised with gettext:
- https://savannah.gnu.org/bugs/index.php?61769
2022-01-23 21:39:17 +00:00
heitbaum
6b960f1c88 libplist: remove RPATH 2022-01-23 21:39:17 +00:00
heitbaum
01f88a6e68 slang: remove RPATH 2022-01-23 21:39:17 +00:00
CvH
d70bc4d840 Revert "glibc (init): add gconv ANSI_X3 and IBM850 to init image"
This reverts commit 407f53aa07.
2022-01-23 18:09:34 +01:00
heitbaum
407f53aa07 glibc (init): add gconv ANSI_X3 and IBM850 to init image 2022-01-19 10:59:24 +00:00
heitbaum
de3b8a5a77 libcap: build with -fPIC
systemd v247 with updated libcap 2.54 fails to build with:
  libcap.a(cap_proc.o): requires unsupported dynamic reloc
  R_ARM_MOVW_ABS_NC; recompile with -fPIC

This change occured between 2.53 and 2.54 of libcap:
- https://sites.google.com/site/fullycapable/release-notes-for-libcap#h.okdn4r9me10
2022-01-03 02:43:55 +00:00
heitbaum
cde2407387 libcap: update to 2.62 and HSTS 2022-01-03 00:57:41 +00:00
heitbaum
a89d42ead4 libbpf: update to 0.6.1 2022-01-03 00:57:41 +00:00
heitbaum
1297cd7746 glib: update to 2.71.0 and PKG_URL and https
update 2.70.0 (2021-09-17) to 2.71.0 (2021-12-16)

release notes:
- https://gitlab.gnome.org/GNOME/glib/-/releases
2022-01-03 00:57:41 +00:00
heitbaum
0754828d17 fribidi: update to 1.0.11 2022-01-03 00:57:41 +00:00