diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-09-25 15:19:51 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-09-25 15:19:51 -0400 |
commit | e8e731818928fcc822688a53d244a98ef5f02488 (patch) | |
tree | dd025f2d36a168ac2b6d658d1dc5a79b837541e6 | |
parent | b29ce7d47d8024151177113221bf87dbd07b9c41 (diff) | |
download | meta-security-e8e731818928fcc822688a53d244a98ef5f02488.tar.gz |
cryptmount: update to 6.0
LIC_FILES_CHKSUM changed do to yr change
Drop patch remove_linux_fs.patch
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/cryptmount/cryptmount_6.0.bb (renamed from recipes-security/cryptmount/cryptmount_5.3.3.bb) | 7 | ||||
-rw-r--r-- | recipes-security/cryptmount/files/remove_linux_fs.patch | 19 |
2 files changed, 3 insertions, 23 deletions
diff --git a/recipes-security/cryptmount/cryptmount_5.3.3.bb b/recipes-security/cryptmount/cryptmount_6.0.bb index 6741a5f..d712a61 100644 --- a/recipes-security/cryptmount/cryptmount_5.3.3.bb +++ b/recipes-security/cryptmount/cryptmount_6.0.bb | |||
@@ -1,13 +1,12 @@ | |||
1 | SUMMARY = "Linux encrypted filesystem management tool" | 1 | SUMMARY = "Linux encrypted filesystem management tool" |
2 | HOMEPAGE = "http://cryptmount.sourceforge.net/" | 2 | HOMEPAGE = "http://cryptmount.sourceforge.net/" |
3 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=4;md5=673a990de93a2c5531a0f13f1c40725a" | 3 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=4;md5=dae0772f0ff46fd927e7fdb08af51b71" |
4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
5 | 5 | ||
6 | SRC_URI = "https://sourceforge.net/projects/cryptmount/files/${BPN}/${BPN}-5.3/${BPN}-${PV}.tar.gz \ | 6 | SRC_URI = "https://sourceforge.net/projects/cryptmount/files/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ |
7 | file://remove_linux_fs.patch \ | ||
8 | " | 7 | " |
9 | 8 | ||
10 | SRC_URI[sha256sum] = "682953ff5ba497d48d6b13e22ca726c98659abd781bb8596bb299640dd255d9b" | 9 | SRC_URI[sha256sum] = "86528a9175e1eb53f60613e3c3ea6ae6d69dbfe5ac2b53b2f58ba0f768371e7e" |
11 | 10 | ||
12 | inherit autotools-brokensep gettext pkgconfig systemd | 11 | inherit autotools-brokensep gettext pkgconfig systemd |
13 | 12 | ||
diff --git a/recipes-security/cryptmount/files/remove_linux_fs.patch b/recipes-security/cryptmount/files/remove_linux_fs.patch deleted file mode 100644 index 304b853..0000000 --- a/recipes-security/cryptmount/files/remove_linux_fs.patch +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | # From glibc 2.36, <linux/mount.h> (included from <linux/fs.h>) and | ||
2 | # <sys/mount.h> (included from glibc) are no longer compatible: | ||
3 | # https://sourceware.org/glibc/wiki/Release/2.36#Usage_of_.3Clinux.2Fmount.h.3E_and_.3Csys.2Fmount.h.3E | ||
4 | |||
5 | Upstream-Status: Pending | ||
6 | Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||
7 | |||
8 | Index: cryptmount-5.3.3/cryptmount.c | ||
9 | =================================================================== | ||
10 | --- cryptmount-5.3.3.orig/cryptmount.c | ||
11 | +++ cryptmount-5.3.3/cryptmount.c | ||
12 | @@ -41,7 +41,6 @@ | ||
13 | #ifdef HAVE_SYSLOG | ||
14 | # include <syslog.h> | ||
15 | #endif | ||
16 | -#include <linux/fs.h> /* Beware ordering conflict with sys/mount.h */ | ||
17 | |||
18 | |||
19 | #include "armour.h" | ||