mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/aespipe: bump to version 2.4j
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@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@amarulasolutions.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
2ad2eb4495
commit
e94b305e1e
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user