Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-06 | package: ca-certificates: Fix python3 path | Phil Sutter | |
Python is usually installed in /usr/bin. Actually this should use host-built python binary instead, but porting the dependencies seems non-trivial. Python packaging is such a mess. :( Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: python3-jinja2: Fix for including non-existent file | Phil Sutter | |
The included mk/python.mk was removed by commit 179b687e2f99d ("remove python2 dependencies and packages"). Including python3.mk might be the right alternative? Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: mdadm: Update to version 4.4 | Phil Sutter | |
The old one didn't compile for me anymore, probably due to gcc-12.4.0 being more picky than the one used previously. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: glib: glib-host to explicitly depend on zlib-host | Phil Sutter | |
This is required, make sure things won't break if a config is possible which does not already pull it in via some other dependency. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: libxml2: Also fix for wrong libxml2.pc content in host build | Phil Sutter | |
Just like with libffi package, HOST_STYLE=auto led to 'prefix=/usr' in host build libffi.pc. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: libffi: Fix for wrong libffi.pc content in host build | Phil Sutter | |
This would also contain 'prefix=/usr'. Not sure what this 'auto' HOST_STYLE is supposed to do, but in this case it breaks things. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: zlib: Fix for wrong zlib.pc content in host build | Phil Sutter | |
The file contained 'prefix=/usr' which led to glib host build trying to link against the host's libz.so instead of the built one. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: ffmpeg: Drop outdated synth_filter_vfp.S extra source | Phil Sutter | |
This file is present in ffmpeg sources since version 2.1 already and due to internal changes, it wont link anymore (undefined reference to ff_imdct_half_c). Just drop it. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: ffmpeg: Fix for build failure with newer binutils | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: ffmpeg: Do not mandatory depend on libressl | Phil Sutter | |
There is a package choice for libffmpeg to select the SSL backend library. It was buggy though, the build dependency was not recognized. Looks like the choice has to use PKG_LIBNAME to be recognized by depmaker. Fixes: b076cd3c45c85 ("ffmpeg: add choice for ssl") Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: samba: Fix for large files on 32bit target | Phil Sutter | |
Configure script incorrectly "detected" no flags are necessary. The odd result is that 'ls <largefile>' prints huge file size (16E) for files larger than 2GB while 'du <largefile>' is correct in mounted shares. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2024-12-15 | screen: update to 5.0.0 | Waldemar Brodkorb | |
2024-10-13 | imgtec-ci20: genimage config/ u-boot env | Waldemar Brodkorb | |
2024-10-13 | ltp: update to 20240930 | Waldemar Brodkorb | |
2024-10-11 | asterisk: update to 20.9.3 | Waldemar Brodkorb | |
2024-10-11 | add openssl choice | Waldemar Brodkorb | |
2024-10-11 | use openssl instead of libressl | Waldemar Brodkorb | |
2024-10-11 | use openssl instead of libressl | Waldemar Brodkorb | |
2024-10-11 | python3: update to 3.11.10 | Waldemar Brodkorb | |
2024-10-09 | git: update to 2.47 | Waldemar Brodkorb | |
2024-10-09 | wget: update to 1.24.5 | Waldemar Brodkorb | |
2024-09-30 | rpcbind: update to 1.2.7 | Waldemar Brodkorb | |
2024-09-30 | libtirpc: update to 1.3.5 | Waldemar Brodkorb | |
2024-09-30 | libgpg-error: fix riscv64 | Waldemar Brodkorb | |
2024-09-25 | nfs-utils: update to 2.7.1 | Waldemar Brodkorb | |
2024-09-24 | curl: update to 8.10.1 | Waldemar Brodkorb | |
2024-09-24 | iproute2: update to 6.11.0 | Waldemar Brodkorb | |
2024-09-23 | openssh: update to 9.9p1 | Waldemar Brodkorb | |
2024-09-23 | tcpdump: update to 4.99.5 | Waldemar Brodkorb | |
2024-09-23 | libpcap: update to 1.10.5 | Waldemar Brodkorb | |
2024-09-23 | strace: update to 6.11 | Waldemar Brodkorb | |
2024-09-22 | bind: update to 9.18.30 | Waldemar Brodkorb | |
2024-09-22 | firefox: update to 129.0.2 | Waldemar Brodkorb | |
2024-09-11 | libssh: update to 0.11.1 | Waldemar Brodkorb | |
2024-09-10 | mariadb: update to 10.11.9 | Waldemar Brodkorb | |
2024-09-10 | curl: update to 8.9.1 | Waldemar Brodkorb | |
2024-09-10 | php: switch to openssl | Waldemar Brodkorb | |
2024-09-10 | php: update to 8.3.11 | Waldemar Brodkorb | |
2024-09-05 | openssl: update to 3.3.2 | Waldemar Brodkorb | |
2024-08-29 | uclibc-ng-dev: install static archive dummies | Waldemar Brodkorb | |
2024-08-27 | freeradius-server: update to 3.2.6 | Waldemar Brodkorb | |
2024-08-27 | cyrus-sasl: use openssl instead of libressl | Waldemar Brodkorb | |
2024-08-27 | openldap: use openssl instead of libressl | Waldemar Brodkorb | |
2024-08-26 | libgpg-error: use https for download | Waldemar Brodkorb | |
2024-08-26 | weston: add dependencies | Waldemar Brodkorb | |
2024-08-26 | libseat: add seatd subpackage | Waldemar Brodkorb | |
2024-08-26 | weston: update to 13.0.3 | Waldemar Brodkorb | |
2024-08-26 | libjpeg-turbo: update to 3.0.3 | Waldemar Brodkorb | |
2024-08-26 | libdisplay-info: update to 0.2.0 | Waldemar Brodkorb | |
2024-08-26 | wayland: update to 1.23.0 | Waldemar Brodkorb | |