git » wolfssl.git » commit 0449907

wolfssl 5.8.0

author Urja (ARMLFS builder)
2025-05-03 16:49:43 UTC
committer Urja (ARMLFS builder)
2025-05-03 16:49:43 UTC
parent 6dc76417446094c059d8a9af65249a06f86c87a5

wolfssl 5.8.0

.SRCINFO +1 -0
.gitignore +2 -0
PKGBUILD +2 -1

diff --git a/.SRCINFO b/.SRCINFO
index 4db8195..2a08ae4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = wolfssl
 	pkgrel = 1
 	url = https://www.wolfssl.com/
 	arch = x86_64
+	arch = armv7h
 	license = GPL-2.0-or-later
 	makedepends = cmake
 	depends = glibc
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 321f7bb..76b2432 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=wolfssl
 pkgver=5.8.0
 pkgrel=1
 pkgdesc="Lightweight, portable, C-language-based SSL/TLS library"
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url="https://www.wolfssl.com/"
 license=(GPL-2.0-or-later)
 depends=(glibc)
@@ -32,6 +32,7 @@ build() {
     -D WOLFSSL_CURVE448=ON
     -D WOLFSSL_ED25519=ON
     -D WOLFSSL_ED448=ON
+    -D WOLFSSL_SHA3=ON
     -D WOLFSSL_REPRODUCIBLE_BUILD=ON
     -D WOLFSSL_SNI=ON
     -D WARNING_C_FLAGS="$CFLAGS"