Waldemar Brodkorb пре 1 месец
родитељ
комит
51d87c2b81

+ 2 - 2
package/libnettle/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		libnettle
-PKG_VERSION:=		3.10.2
+PKG_VERSION:=		4.0
 PKG_RELEASE:=		1
-PKG_HASH:=		fe9ff51cb1f2abb5e65a6b8c10a92da0ab5ab6eaf26e7fc2b675c45f1fb519b5
+PKG_HASH:=		3addbc00da01846b232fb3bc453538ea5468da43033f21bb345cb1e9073f5094
 PKG_DESCR:=		crypto library
 PKG_SECTION:=		libs/crypto
 PKG_DEPENDS:=		libgmp

+ 0 - 11
package/libnettle/patches/patch-Makefile_in

@@ -1,11 +0,0 @@
---- nettle-3.1.orig/Makefile.in	2015-04-07 14:00:08.000000000 -0500
-+++ nettle-3.1/Makefile.in	2015-05-13 17:12:36.605171868 -0500
-@@ -17,7 +17,7 @@ OPT_HOGWEED_OBJS = @OPT_HOGWEED_OBJS@
- 
- OPT_NETTLE_SOURCES = @OPT_NETTLE_SOURCES@
- 
--SUBDIRS = tools testsuite examples
-+SUBDIRS = tools testsuite
- 
- include config.make
- 

+ 0 - 15
package/libnettle/patches/patch-hogweed_pc_in

@@ -1,15 +0,0 @@
---- nettle-3.1.orig/hogweed.pc.in	2015-04-07 14:00:09.000000000 -0500
-+++ nettle-3.1/hogweed.pc.in	2015-05-14 02:43:51.148857825 -0500
-@@ -11,9 +11,9 @@ Name: Hogweed
- Description: Nettle low-level cryptographic library (public-key algorithms)
- URL: http://www.lysator.liu.se/~nisse/nettle
- Version: @PACKAGE_VERSION@
--Requires: @IF_NOT_SHARED@ nettle
-+Requires: nettle
- Requires.private: @IF_SHARED@ nettle
--Libs: -L${libdir} -lhogweed @IF_NOT_SHARED@ @LIBS@
--Libs.private: @IF_SHARED@ @LIBS@
-+Libs: -L${libdir} -lhogweed @LIBS@
-+Libs.private: @LIBS@
- Cflags: -I${includedir}
-