- 12 Apr, 2022 8 commits
-
-
Michał Adamski authored
-
This prevents logrotate from erroring out in the cron job if one of the syslog logs is missing from /var/log (e.g. boot.log).
-
-
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
- 11 Apr, 2022 32 commits
-
-
alice authored
apparently very unusable on ancient hardware, and i don't feel like making more subpackages
-
Michał Polański authored
-
Michał Polański authored
-
-
-
-
-
-
-
-
Natanael Copa authored
help build order resolver to find openssl so it can be built before busybox. The openssl1.1-compat-dev provides is only known after the package is built so build order resolver cannot know that it should be built before busybox. Fix this by use the openssl-dev dependency.
-
Patrycja Rosa authored
-
Natanael Copa authored
fix the build error: sysinfo.go:6606:7: error: redefinition of 'SYS_SECCOMP' 6606 | const SYS_SECCOMP = _SYS_SECCOMP | ^ sysinfo.go:6600:7: note: previous definition of 'SYS_SECCOMP' was here 6600 | const SYS_SECCOMP = _SYS_seccomp | ^ Upstream report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105225
-