p11-kit: Update to version 0.24.1

Message ID 20220128130800.3417536-1-adolf.belka@ipfire.org
State Accepted
Commit 0778de9200f8529bda6f0ab19ea18640a6857eae
Headers
Series p11-kit: Update to version 0.24.1 |

Commit Message

Adolf Belka Jan. 28, 2022, 1:08 p.m. UTC
  - Update from 0.24.0 to 0.24.1
- Update of rootfile not required
- Changelog
   0.24.1 (stable)
    * rpc: Support protocol version negotiation [PR#371, PR#385]
    * proxy: Support copying attribute array recursively [PR#368]
    * Link libp11-kit so that it cannot unload [PR#383]
    * Translation improvements [PR#381]
    * Build fixes [PR#372, PR#373, PR#375, PR#377, PR#384, PR#407]

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/p11-kit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Peter Müller Jan. 28, 2022, 1:12 p.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> - Update from 0.24.0 to 0.24.1
> - Update of rootfile not required
> - Changelog
>    0.24.1 (stable)
>     * rpc: Support protocol version negotiation [PR#371, PR#385]
>     * proxy: Support copying attribute array recursively [PR#368]
>     * Link libp11-kit so that it cannot unload [PR#383]
>     * Translation improvements [PR#381]
>     * Build fixes [PR#372, PR#373, PR#375, PR#377, PR#384, PR#407]
> 
> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
> ---
>  lfs/p11-kit | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/p11-kit b/lfs/p11-kit
> index df3f51df1..1d0e38e8b 100644
> --- a/lfs/p11-kit
> +++ b/lfs/p11-kit
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 0.24.0
> +VER        = 0.24.1
>  
>  THISAPP    = p11-kit-$(VER)
>  DL_FILE    = $(THISAPP).tar.xz
> @@ -42,7 +42,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 8ccf11c4a2e2e505b8e516d8549e64a5
> +$(DL_FILE)_MD5 = 67b2539bdca6b4bedaeecc12864d2796
>  
>  install : $(TARGET)
>
  

Patch

diff --git a/lfs/p11-kit b/lfs/p11-kit
index df3f51df1..1d0e38e8b 100644
--- a/lfs/p11-kit
+++ b/lfs/p11-kit
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 0.24.0
+VER        = 0.24.1
 
 THISAPP    = p11-kit-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -42,7 +42,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8ccf11c4a2e2e505b8e516d8549e64a5
+$(DL_FILE)_MD5 = 67b2539bdca6b4bedaeecc12864d2796
 
 install : $(TARGET)