From 8c29b57243e3f992f1f2468b6880cf7f6437495f Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 2 May 2023 19:18:05 +0000 Subject: Tue May 2 19:18:05 UTC 2023 a/cpio-2.14-x86_64-1.txz: Upgraded. a/hwdata-0.370-noarch-1.txz: Upgraded. a/mt-st-1.7-x86_64-1.txz: Upgraded. a/sysvinit-3.07-x86_64-1.txz: Upgraded. a/upower-1.90.0-x86_64-2.txz: Rebuilt. hwdb.d and rules.d belong in /lib/udev, not /usr. Thanks to oneforall. kde/kid3-3.9.3-x86_64-3.txz: Rebuilt. Rebuilt using -DWITH_NO_MANCOMPRESS=ON. Thanks to marav. l/gnu-efi-3.0.17-x86_64-1.txz: Upgraded. l/libiodbc-3.52.16-x86_64-1.txz: Upgraded. l/libusb-compat-0.1.8-x86_64-1.txz: Upgraded. l/opus-1.4-x86_64-1.txz: Upgraded. x/ibus-hangul-1.5.5-x86_64-1.txz: Upgraded. --- source/l/cryfs/cryfs.SlackBuild | 3 +++ source/l/cryfs/cryfs.gcc13.diff | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 source/l/cryfs/cryfs.gcc13.diff (limited to 'source/l/cryfs') diff --git a/source/l/cryfs/cryfs.SlackBuild b/source/l/cryfs/cryfs.SlackBuild index 019ce0f7a..b50e3f90e 100755 --- a/source/l/cryfs/cryfs.SlackBuild +++ b/source/l/cryfs/cryfs.SlackBuild @@ -95,6 +95,9 @@ zcat $CWD/27587ea1acec5f939a31217f1c43953378f18821.patch.gz | patch -p1 --verbos # Boost 1.77.0 fix: zcat $CWD/041b5baea5a4efceff33df2f316646b47a1cd7c0.patch.gz | patch -p1 --verbose || exit 1 +# Fix for gcc13 in case we're still using this since we don't want conan ;-) +zcat $CWD/cryfs.gcc13.diff.gz | patch -p1 --verbose || exit 1 + # Configure, build, and install: mkdir cmake-build cd cmake-build diff --git a/source/l/cryfs/cryfs.gcc13.diff b/source/l/cryfs/cryfs.gcc13.diff new file mode 100644 index 000000000..ec50e92c2 --- /dev/null +++ b/source/l/cryfs/cryfs.gcc13.diff @@ -0,0 +1,10 @@ +--- ./src/cpp-utils/thread/LeftRight.h.orig 2021-04-02 12:08:08.000000000 -0500 ++++ ./src/cpp-utils/thread/LeftRight.h 2023-05-02 13:45:16.074519135 -0500 +@@ -4,6 +4,7 @@ + #include + #include + #include ++#include + + namespace cpputils { + -- cgit v1.2.3-79-gdb01