Browse Source

libp11: update to 0.4.12

Waldemar Brodkorb 2 years ago
parent
commit
6f6d6788a5
2 changed files with 5 additions and 16 deletions
  1. 5 5
      package/libp11/Makefile
  2. 0 11
      package/libp11/patches/patch-ltmain_sh

+ 5 - 5
package/libp11/Makefile

@@ -4,15 +4,15 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		libp11
-PKG_VERSION:=		0.2.8
+PKG_VERSION:=		0.4.12
 PKG_RELEASE:=		1
-PKG_HASH:=		a4121015503ade98074b5e2a2517fc8a139f8b28aed10021db2bb77283f40691
+PKG_HASH:=		1e1a2533b3fcc45fde4da64c9c00261b1047f14c3f911377ebd1b147b3321cfd
 PKG_DESCR:=		library implementing a small layer on top of pkcs11 api
 PKG_SECTION:=		libs/crypto
-PKG_DEPENDS:=		libltdl libressl
-PKG_BUILDDEP:=		libtool libressl
+PKG_DEPENDS:=		libltdl libopenssl
+PKG_BUILDDEP:=		libtool openssl
 PKG_URL:=		https://github.com/OpenSC/libp11/wiki
-PKG_SITES:=		http://sourceforge.net/projects/opensc/files/libp11/
+PKG_SITES:=		https://github.com/OpenSC/libp11/releases/download/$(PKG_NAME)-$(PKG_VERSION)/
 PKG_OPTS:=		dev
 
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz

+ 0 - 11
package/libp11/patches/patch-ltmain_sh

@@ -1,11 +0,0 @@
---- libp11-0.2.7.orig/ltmain.sh	2009-10-20 14:38:20.000000000 +0200
-+++ libp11-0.2.7/ltmain.sh	2011-01-15 22:58:43.000000000 +0100
-@@ -4765,7 +4765,7 @@ func_mode_link ()
-       # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
-       # @file GCC response files
-       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
--      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
-+      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto)
-         func_quote_for_eval "$arg"
- 	arg="$func_quote_for_eval_result"
-         func_append compile_command " $arg"