Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-13 | coreutils: update to 9.0 | Waldemar Brodkorb | |
2021-11-13 | kexec-tools: update to 2.0.23 | Waldemar Brodkorb | |
2021-11-12 | rsync: update to 3.2.3 | Waldemar Brodkorb | |
2021-11-12 | gdk-pixbuf: fix build dependencies | Waldemar Brodkorb | |
2021-11-11 | gcr: needs libgtk3 | Waldemar Brodkorb | |
2021-11-11 | libffi: disable symbol versioning | Waldemar Brodkorb | |
2021-11-11 | meson: update to 0.60.1 | Waldemar Brodkorb | |
2021-11-11 | gstreamer: update to 1.19.3 | Waldemar Brodkorb | |
2021-11-11 | fix | Waldemar Brodkorb | |
2021-11-11 | libtiff: use autotools for correct *.pc generation | Waldemar Brodkorb | |
2021-11-11 | daq: update to 2.0.7 | Waldemar Brodkorb | |
2021-11-11 | icu4c: update to 70.1 | Waldemar Brodkorb | |
2021-11-04 | ppp: fix rp-pppoe plugin compile | Waldemar Brodkorb | |
2021-11-04 | wolfssl: update to 5.0.0 | Waldemar Brodkorb | |
2021-11-04 | qingy: fix gcc 10.x compile error | Waldemar Brodkorb | |
2021-11-04 | popt: update to 1.18 | Waldemar Brodkorb | |
2021-11-04 | p5-html-parser: update to 3.7.6 | Waldemar Brodkorb | |
2021-11-04 | tiff: update to 4.3.0 | Waldemar Brodkorb | |
2021-11-04 | libffi: update to 3.4.2 | Waldemar Brodkorb | |
2021-11-04 | curl: update to 7.79.1 | Waldemar Brodkorb | |
2021-11-04 | c-ares: update to 1.18.1 | Waldemar Brodkorb | |
2021-11-04 | directfb: update to 1.7.7 | Waldemar Brodkorb | |
2021-11-04 | mdadm: Add dependencies on kernel symbols | Phil Sutter | |
Without kernel support for MD RAID, mdadm is pretty useless. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | package: cryptsetup: Update to 2.4.1 | Phil Sutter | |
There is a new (optional) dependency libargon2 - a builtin fallback exists but is supposed to be slow. Add mandatory kernel modules for kernel crypto backend and the default cipher choice when creating new LUKS mappings. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | package: Port libargon2 package | Phil Sutter | |
This is an optional dependency of a more recent cryptsetup package. It replaces the bundled one and is supposed to be faster. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | lvm: Update to version 2.02.188 | Phil Sutter | |
Drop all patches while doing so, seems to work just fine without. New dependency is libaio. Also add a dependency on BLK_DEV_DM kernel symbol. Note the backported patch from upstream fixing for libc implementations without symbol versioning support which caused a segfault in cryptsetup due to recursive calls to dm_task_get_info_base(). Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | package: Port libaio | Phil Sutter | |
This is required by a more recent version of lvm package. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | samba: Update to version 4.13.2 | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | package: Port p5-parse-yapp | Phil Sutter | |
Host-build required by a more recent samba package. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | heimdal: Update to version 7.7.0 | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | perl: Update perl and perl-cross | Phil Sutter | |
Perl update avoids an "Attempt to free unreferenced scalar" error in miniperl when host building. Update perl-cross while being at it. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | nfs-utils: Update to version 2.5.2 | Phil Sutter | |
Also update patches. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | libtirpc: Update to version 1.3.1 | Phil Sutter | |
Fixes compiling with recent gcc. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | gdb: Fix libgmp dependency checks | Phil Sutter | |
Added checks for libgmp in configure scripts are not really portable, at least 'gdb' subdir configure used host's libgmp and consequently failed. At least there's 'host_configargs' to define additional arguments; use it to point sub-configure to the right location. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | zile: update to 2.6.2 | Waldemar Brodkorb | |
2021-11-04 | nano: update to 5.9 | Waldemar Brodkorb | |
2021-11-04 | libgc: update to 8.2.0 | Waldemar Brodkorb | |
2021-11-04 | vim: update to 8.2 | Waldemar Brodkorb | |
2021-11-04 | openkdap: update to 2.6.0 | Waldemar Brodkorb | |
2021-11-04 | mariadb: use distfiles.openadk.org | Waldemar Brodkorb | |
2021-11-02 | libdrm: update to 2.4.107, convert to meson | Waldemar Brodkorb | |
2021-11-02 | freeglut: update to 3.2.1, add buildroot patch to compile with gcc 10.x | Waldemar Brodkorb | |
2021-11-02 | systemd depends on glibc | Waldemar Brodkorb | |
2021-11-02 | cmake: fix hash | Waldemar Brodkorb | |
2021-11-01 | mk: Introduce KERNEL_MAKE variable | Phil Sutter | |
This combines the typical kernel make call idiom into a single variable reference. A side-effect is that parallel make is enabled (via added '-j' flag) in many cases, but that shouldn't cause harm. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-10-30 | sudo: update to 1.9.8p2 | Waldemar Brodkorb | |
2021-10-30 | strace: update to 5.14 | Waldemar Brodkorb | |
2021-10-30 | php: update to 7.4.25 | Waldemar Brodkorb | |
2021-10-30 | nginx: update to 1.21.3 | Waldemar Brodkorb | |
2021-10-30 | bind: update to 9.16.22 | Waldemar Brodkorb | |