[Buildroot] [git commit] package/aespipe: bump to version 2.4j
Julien Olivain
ju.o at free.fr
Thu Sep 18 19:46:43 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=e94b305e1e248cea18e2b44dfe45cdc8dd2b5a59
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
aespipe-v2.4i April 29 2025
- Added AES Crypto Extension opcodes for 64-bit arm64 on Linux.
- aes-armv8sca.S aes-armv8ce.S : add PAC/BTI branch protection
support. Patch from Emanuele Rocca <emanuele.rocca at arm.com>
aespipe-v2.4j September 2 2025
- Added configure script autodetection for 32-bit ARM -marm compile
flag. This option is needed with some compilers that default to
generating code in Thumb mode.
Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/aespipe/aespipe.hash | 8 ++++----
package/aespipe/aespipe.mk | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/aespipe/aespipe.hash b/package/aespipe/aespipe.hash
index cb60e7dc1e..f9a45b6e0c 100644
--- a/package/aespipe/aespipe.hash
+++ b/package/aespipe/aespipe.hash
@@ -1,5 +1,5 @@
-# From https://sourceforge.net/projects/loop-aes/files/aespipe/v2.4g/
-sha1 f1148f4aa82979755b13130b74643b449de55f6e aespipe-v2.4h.tar.bz2
-md5 6c4552f10771eda471c964b34b1fae4a aespipe-v2.4h.tar.bz2
+# From https://sourceforge.net/projects/loop-aes/files/aespipe/v2.4j/
+sha1 ba4d7cbaa0adbe924fa8d006d7f4e69c63f567a2 aespipe-v2.4j.tar.bz2
+md5 d0feebaa55a4a3aa5815492b8f096b09 aespipe-v2.4j.tar.bz2
# Locally computed:
-sha256 eab311fc26ea43289bc3adf660d6270492494960725d2026ec4917294a1aba49 aespipe-v2.4h.tar.bz2
+sha256 448fe1e58612c184951645ddd926fc5bdb64fc4f2f828c766c82aa1127e9a3e2 aespipe-v2.4j.tar.bz2
diff --git a/package/aespipe/aespipe.mk b/package/aespipe/aespipe.mk
index 054849a147..d23acbfc0a 100644
--- a/package/aespipe/aespipe.mk
+++ b/package/aespipe/aespipe.mk
@@ -4,7 +4,7 @@
#
################################################################################
-AESPIPE_VERSION = 2.4h
+AESPIPE_VERSION = 2.4j
AESPIPE_SOURCE = aespipe-v$(AESPIPE_VERSION).tar.bz2
AESPIPE_SITE = http://loop-aes.sourceforge.net/aespipe
AESPIPE_LICENSE = GPL
More information about the buildroot
mailing list