[1/1] package/aespipe: bump to version 2.4j

Message ID 20250918161306.2539341-1-dario.binacchi@amarulasolutions.com
State New
Headers show
Series
  • [1/1] package/aespipe: bump to version 2.4j
Related show

Commit Message

Dario Binacchi Sept. 18, 2025, 4:13 p.m. UTC
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>
---
 package/aespipe/aespipe.hash | 8 ++++----
 package/aespipe/aespipe.mk   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

'Rob Herring (Arm)' via Amarula Linux Sept. 18, 2025, 7:50 p.m. UTC | #1
On 18/09/2025 18:13, Dario Binacchi wrote:
> 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>

Applied to master, thanks.

To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.

Patch

diff --git a/package/aespipe/aespipe.hash b/package/aespipe/aespipe.hash
index cb60e7dc1ed6..f9a45b6e0cc2 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 054849a14779..d23acbfc0a13 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