mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] libp11: update engines directroy for openssl 1.1
@ 2019-04-17  9:49 Rouven Czerwinski
  2019-04-17  9:49 ` [ptxdist] [PATCH 2/2] libp11: version bump 0.4.9 → 0.4.10 Rouven Czerwinski
  0 siblings, 1 reply; 2+ messages in thread
From: Rouven Czerwinski @ 2019-04-17  9:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Rouven Czerwinski

Openssl 1.1 changes the default engines search directory to
/usr/lib/engines-1.1, change libp11 accordingly.

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
---
 rules/libp11.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/libp11.make b/rules/libp11.make
index 6a7c39e69..37eb8b60b 100644
--- a/rules/libp11.make
+++ b/rules/libp11.make
@@ -34,7 +34,7 @@ LIBP11_CONF_OPT		:= \
 	--disable-strict \
 	--disable-pedantic \
 	--disable-api-doc \
-	--with-enginesdir=/usr/lib/engines \
+	--with-enginesdir=/usr/lib/engines-1.1 \
 	--with-pkcs11-module=$(call ptx/ifdef,PTXCONF_LIBP11_PROXY_MODULE,p11-kit-proxy.so)
 
 $(STATEDIR)/libp11.targetinstall:
@@ -48,10 +48,10 @@ $(STATEDIR)/libp11.targetinstall:
 
 	@$(call install_lib,  libp11, 0, 0, 0644, libp11)
 	@$(call install_copy, libp11, 0, 0, 0644, -, \
-		/usr/lib/engines/pkcs11.so)
+		/usr/lib/engines-1.1/pkcs11.so)
 
 	@$(call install_link, libp11, pkcs11.so, \
-		/usr/lib/engines/libpkcs11.so)
+		/usr/lib/engines-1.1/libpkcs11.so)
 
 	@$(call install_finish, libp11)
 
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 2/2] libp11: version bump 0.4.9 → 0.4.10
  2019-04-17  9:49 [ptxdist] [PATCH 1/2] libp11: update engines directroy for openssl 1.1 Rouven Czerwinski
@ 2019-04-17  9:49 ` Rouven Czerwinski
  0 siblings, 0 replies; 2+ messages in thread
From: Rouven Czerwinski @ 2019-04-17  9:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Rouven Czerwinski

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
---
 rules/libp11.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libp11.make b/rules/libp11.make
index 37eb8b60b..bca8fa27f 100644
--- a/rules/libp11.make
+++ b/rules/libp11.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBP11) += libp11
 #
 # Paths and names
 #
-LIBP11_VERSION	:= 0.4.9
-LIBP11_MD5	:= 757b23242758a52599cb35f61de11ba2
+LIBP11_VERSION	:= 0.4.10
+LIBP11_MD5	:= 3464874bb5ca47b8e4c1d540758dcfe9
 LIBP11		:= libp11-$(LIBP11_VERSION)
 LIBP11_SUFFIX	:= tar.gz
 LIBP11_URL	:= https://github.com/OpenSC/libp11/releases/download/$(LIBP11)/$(LIBP11).$(LIBP11_SUFFIX)
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2019-04-17  9:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-17  9:49 [ptxdist] [PATCH 1/2] libp11: update engines directroy for openssl 1.1 Rouven Czerwinski
2019-04-17  9:49 ` [ptxdist] [PATCH 2/2] libp11: version bump 0.4.9 → 0.4.10 Rouven Czerwinski

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