- 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 --- 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) -- 2.35.0