diff options
Diffstat (limited to 'package/libp11')
| -rw-r--r-- | package/libp11/Makefile | 10 | ||||
| -rw-r--r-- | package/libp11/patches/patch-ltmain_sh | 11 | 
2 files changed, 5 insertions, 16 deletions
| diff --git a/package/libp11/Makefile b/package/libp11/Makefile index 19681c0ba..1a6c3ddb0 100644 --- a/package/libp11/Makefile +++ b/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 diff --git a/package/libp11/patches/patch-ltmain_sh b/package/libp11/patches/patch-ltmain_sh deleted file mode 100644 index 409b69508..000000000 --- a/package/libp11/patches/patch-ltmain_sh +++ /dev/null @@ -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" | 
