Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/aespipe: bump to version 2.4h
@ 2024-10-12 15:24 Dario Binacchi
  2024-10-12 15:24 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Dario Binacchi for aespipe Dario Binacchi
  2024-10-13 10:49 ` [Buildroot] [PATCH 1/2] package/aespipe: bump to version 2.4h Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 4+ messages in thread
From: Dario Binacchi @ 2024-10-12 15:24 UTC (permalink / raw)
  To: buildroot; +Cc: Dario Binacchi, linux-amarula

aespipe-v2.4h     May 14 2024
    - Added assembler implementations of AES for 32-bit arm and 64-bit arm64

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
 package/aespipe/aespipe.hash | 6 +++---
 package/aespipe/aespipe.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/aespipe/aespipe.hash b/package/aespipe/aespipe.hash
index 4fe7d0753baf..cb60e7dc1ed6 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  fb6b0108176d653f0e5b3be2385b132be791d800  aespipe-v2.4g.tar.bz2
-md5  c216c6c9e939fac69f859af0ad2fd8ef  aespipe-v2.4g.tar.bz2
+sha1  f1148f4aa82979755b13130b74643b449de55f6e  aespipe-v2.4h.tar.bz2
+md5  6c4552f10771eda471c964b34b1fae4a  aespipe-v2.4h.tar.bz2
 # Locally computed:
-sha256  bfb97e7de161e8d7ce113b163bda1d1a8ec77d2c1afab56dcc8153d7a90187fc  aespipe-v2.4g.tar.bz2
+sha256  eab311fc26ea43289bc3adf660d6270492494960725d2026ec4917294a1aba49  aespipe-v2.4h.tar.bz2
diff --git a/package/aespipe/aespipe.mk b/package/aespipe/aespipe.mk
index 4769536d2f9e..054849a14779 100644
--- a/package/aespipe/aespipe.mk
+++ b/package/aespipe/aespipe.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-AESPIPE_VERSION = 2.4g
+AESPIPE_VERSION = 2.4h
 AESPIPE_SOURCE = aespipe-v$(AESPIPE_VERSION).tar.bz2
 AESPIPE_SITE = http://loop-aes.sourceforge.net/aespipe
 AESPIPE_LICENSE = GPL
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] DEVELOPERS: add Dario Binacchi for aespipe
  2024-10-12 15:24 [Buildroot] [PATCH 1/2] package/aespipe: bump to version 2.4h Dario Binacchi
@ 2024-10-12 15:24 ` Dario Binacchi
  2024-10-13 10:49   ` Thomas Petazzoni via buildroot
  2024-10-13 10:49 ` [Buildroot] [PATCH 1/2] package/aespipe: bump to version 2.4h Thomas Petazzoni via buildroot
  1 sibling, 1 reply; 4+ messages in thread
From: Dario Binacchi @ 2024-10-12 15:24 UTC (permalink / raw)
  To: buildroot; +Cc: Dario Binacchi, linux-amarula

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
 DEVELOPERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 44b19474876b..5156302ddab1 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -795,6 +795,7 @@ F:	configs/imx8mn_bsh_smm_s2_defconfig
 F:	configs/imx8mn_bsh_smm_s2_pro_defconfig
 F:	configs/stm32f746_disco_sd_defconfig
 F:	configs/stm32f769_disco_sd_defconfig
+F:	package/aespipe
 F:	package/armadillo/
 F:	package/babeld/
 F:	package/iana-assignments/
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 1/2] package/aespipe: bump to version 2.4h
  2024-10-12 15:24 [Buildroot] [PATCH 1/2] package/aespipe: bump to version 2.4h Dario Binacchi
  2024-10-12 15:24 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Dario Binacchi for aespipe Dario Binacchi
@ 2024-10-13 10:49 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-13 10:49 UTC (permalink / raw)
  To: Dario Binacchi; +Cc: linux-amarula, buildroot

On Sat, 12 Oct 2024 17:24:16 +0200
Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:

> aespipe-v2.4h     May 14 2024
>     - Added assembler implementations of AES for 32-bit arm and 64-bit arm64
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
>  package/aespipe/aespipe.hash | 6 +++---
>  package/aespipe/aespipe.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 2/2] DEVELOPERS: add Dario Binacchi for aespipe
  2024-10-12 15:24 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Dario Binacchi for aespipe Dario Binacchi
@ 2024-10-13 10:49   ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-13 10:49 UTC (permalink / raw)
  To: Dario Binacchi; +Cc: linux-amarula, buildroot

On Sat, 12 Oct 2024 17:24:17 +0200
Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:

> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
>  DEVELOPERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 44b19474876b..5156302ddab1 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -795,6 +795,7 @@ F:	configs/imx8mn_bsh_smm_s2_defconfig
>  F:	configs/imx8mn_bsh_smm_s2_pro_defconfig
>  F:	configs/stm32f746_disco_sd_defconfig
>  F:	configs/stm32f769_disco_sd_defconfig
> +F:	package/aespipe

Final / was missing, so I added it when applying. Thanks a lot!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-13 10:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-12 15:24 [Buildroot] [PATCH 1/2] package/aespipe: bump to version 2.4h Dario Binacchi
2024-10-12 15:24 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Dario Binacchi for aespipe Dario Binacchi
2024-10-13 10:49   ` Thomas Petazzoni via buildroot
2024-10-13 10:49 ` [Buildroot] [PATCH 1/2] package/aespipe: bump to version 2.4h Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox