* [PATCH] kmod: Update to 26
@ 2020-02-27 14:53 Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-02-27 14:53 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1832 bytes --]
This patch links kmod against OpenSSL which is required to
decode the kernel modules' PKCS#7 signatures.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
config/rootfiles/common/kmod | 2 +-
lfs/kmod | 5 +++--
make.sh | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/common/kmod b/config/rootfiles/common/kmod
index 4c9b448f7..ff9cda26d 100644
--- a/config/rootfiles/common/kmod
+++ b/config/rootfiles/common/kmod
@@ -9,6 +9,6 @@ sbin/rmmod
#usr/lib/libkmod.la
#usr/lib/libkmod.so
usr/lib/libkmod.so.2
-usr/lib/libkmod.so.2.3.3
+usr/lib/libkmod.so.2.3.4
#usr/lib/pkgconfig/libkmod.pc
#usr/share/bash-completion/completions/kmod
diff --git a/lfs/kmod b/lfs/kmod
index 4ef2088fd..39e350c02 100644
--- a/lfs/kmod
+++ b/lfs/kmod
@@ -24,7 +24,7 @@
include Config
-VER = 25
+VER = 26
THISAPP = kmod-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 34f325cab568f842fdde4f8b2182f220
+$(DL_FILE)_MD5 = 1129c243199bdd7db01b55a61aa19601
install : $(TARGET)
@@ -75,6 +75,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--bindir=/bin \
--sysconfdir=/etc \
--disable-manpages \
+ --with-openssl \
--with-xz \
--with-zlib
diff --git a/make.sh b/make.sh
index 07c0f52c2..b434e7188 100755
--- a/make.sh
+++ b/make.sh
@@ -1111,7 +1111,6 @@ buildbase() {
lfsmake2 pkg-config
lfsmake2 make
lfsmake2 man
- lfsmake2 kmod
lfsmake2 net-tools
lfsmake2 patch
lfsmake2 psmisc
@@ -1133,6 +1132,7 @@ buildipfire() {
lfsmake2 backup
lfsmake2 openssl
[ "${BUILD_ARCH}" = "i586" ] && lfsmake2 openssl KCFG='-sse2'
+ lfsmake2 kmod
lfsmake2 popt
lfsmake2 libedit
lfsmake2 libusb
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] kmod: Update to 26
@ 2019-06-16 11:10 Stefan Schantl
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Schantl @ 2019-06-16 11:10 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 572 bytes --]
This is a major update to the latest stable version of kmod.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
kmod/kmod.nm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kmod/kmod.nm b/kmod/kmod.nm
index d14c49ea8..9a766e203 100644
--- a/kmod/kmod.nm
+++ b/kmod/kmod.nm
@@ -4,7 +4,7 @@
###############################################################################
name = kmod
-version = 25
+version = 26
release = 1
maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-27 14:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-27 14:53 [PATCH] kmod: Update to 26 Michael Tremer
-- strict thread matches above, loose matches on Subject: below --
2019-06-16 11:10 Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox