This fixes buildah crashes when creating images.
Also it is up-to-date with dev branch of podman.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Final part of big container framework update.
Skopeo updated to version 1.5.2; built using master
branch of go-lang.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Part of big container framework update.
Buildah version updated to 1.23.1 to match podman; built
using master branch of go-lang.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Part of big container framework update.
Podman is updated to version 3.4.4. It is built using master
branch of go-lang.
Native overlay support is enabled by providing correct options
to overlay filesystem kernel module ('podman system reset -f'
and rebuilding all local images is required to use this feature).
Configuration files have been refreshed; mounts.conf has been
dropped.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Building module for kernel 5.15 requires the same patch as
for previous one (5.14), but at the same time it generates
a lot of warnings with gcc 11.2.
Remedy for these warnings is put atop existing 5.14 fix and
combined into one patch that makes compilation successful
and with no warnings at all.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
l/nvidia-driver and k/kmod-nvidia packages updated to 390.144.
Patch for kernel 5.13 is no longer needed.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
OptiPNG is a PNG optimizer that recompresses image files to a smaller
size, without losing any information. This program also converts
external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and
performs PNG integrity checks and corrections. Utility is widely
used by Minetest modders for texture processing.
URL: http://optipng.sourceforge.net/
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
QEMU updated to version 6.0.0.
Udev rules moved from /etc to /lib following latest Slackware
recommendations.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This is the io_uring library, liburing. liburing provides helpers
to setup and teardown io_uring instances, and also a simplified
interface for applications that don't need (or want) to deal with
the full kernel side implementation.
URL: https://github.com/axboe/liburing
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This is binary release of SpeedTest.net CLI from Ookla.
Speedtest CLI brings the trusted technology and global server network
behind Speedtest to the command line. With Speedtest CLI, you can easily
measure internet connection performance metrics like download, upload,
latency and packet loss.
URL: https://www.speedtest.net/apps/cli
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
The notes plugin for Xfce panel provides you a quick way
to write down a todo list, to paste a piece of code,
to leave a note to your friend, or whatever else you had
like to do with a Post-It note.
URL: https://gitlab.xfce.org/panel-plugins/xfce4-notes-plugin
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Nvidia legacy binary driver updated to version 390.143.
Affected packages:
l/nvidia-driver - no changes to build script, new package
provides newer versions of libraries included in 390.141
only.
k/kmod-nvidia - this kernel driver builds successfully for
kernels 5.11 with no patches required.
Performance and suspend/resume tested - works as expected.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
GNU poke is an interactive, extensible editor for binary data. Not
limited to editing basic entities such as bits and bytes, it provides
a full-fledged procedural, interactive programming language designed
to describe data structures and to operate on them.
URL: http://www.jemarch.net/poke
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Add patch to allow successful compilation with kernel version 5.11.
Build script logic improved to automatically select and apply kernel
version-specific patches located in patches/linux-X.Y directory.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
get_sources_gtk3.sh script added to fetch latest development GTK3 version
of claws-mail. Build script adapted to work with both (stable and devel)
sources.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Removes outdated inclusion of <sys/sysctl.h> which breaks build.
Following the big glibc-2.33 upgrade.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Nvidia legacy binary driver updated to version 390.141.
Affected packages:
l/nvidia-driver - no changes to build script, new package
provides newer versions of libraries included in 390.138
only.
k/kmod-nvidia - this kernel driver builds successfully for
kernels 5.10 with no patches required, so we going back to
vanilla module code and obsolete all 390.138 fixes for 5.10.
Performance and suspend/resume tested - works as expected.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
New package directory 'i3' created for i3 window manager and
applications, similar to other desktop environments (xfce, gnome, kde).
Following packages have been moved there: dmenu, rofi, i3-gaps, i3status,
i3blocks.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Final part of big container framework update.
Skopeo updated to version 1.2.0. Master (development) branch of go is used
since system gccgo fails to build go1.15.x.
Updates to build script and slack-desc are also included.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Part of big container framework update.
Buildah version updated to 1.18.0 to match podman. Master (development)
branch of go is used since system gccgo fails to build go1.15.x.
Updates to build script and slack-desc are also included.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Part of big container framework update.
Podman is updated to version 2.2.1. It is built using master
branch of go, since building go1.15.x with gccgo fails.
Also contains fixes to build script, doinst.sh and slack-desc.
Please note that libpod.conf is superseeded by containers.conf.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>