Update to libnettle-2.7.
This commit is contained in:
parent
a11e7a85f3
commit
2b792359b2
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:41:25 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2013/05/07 06:39:41 ajacoutot Exp $
|
||||
|
||||
COMMENT= cryptographic library
|
||||
|
||||
DISTNAME= nettle-2.6
|
||||
DISTNAME= nettle-2.7
|
||||
PKGNAME= lib${DISTNAME}
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += hogweed 1.1 # 2.3
|
||||
SHARED_LIBS += nettle 1.1 # 4.5
|
||||
SHARED_LIBS += nettle 1.2 # 4.5
|
||||
|
||||
CATEGORIES= security devel
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (nettle-2.6.tar.gz) = YN9iT2O5l8gyyuKfSKua2pnfgVvNYNIxUmuD54a0sVY=
|
||||
SIZE (nettle-2.6.tar.gz) = 1385695
|
||||
SHA256 (nettle-2.7.tar.gz) = wpTqEzwFOCzC7/sXNNSfSr6xrYUVVDozPeSaEUIs1NY=
|
||||
SIZE (nettle-2.7.tar.gz) = 1557615
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.4 2013/01/18 10:41:00 ajacoutot Exp $
|
||||
--- Makefile.in.orig Mon Jan 14 22:44:12 2013
|
||||
+++ Makefile.in Fri Jan 18 11:28:10 2013
|
||||
@@ -327,11 +327,6 @@ install-dll-nettle:
|
||||
$OpenBSD: patch-Makefile_in,v 1.5 2013/05/07 06:39:41 ajacoutot Exp $
|
||||
--- Makefile.in.orig Wed Apr 24 15:26:53 2013
|
||||
+++ Makefile.in Tue May 7 08:25:03 2013
|
||||
@@ -408,11 +408,6 @@ install-dll-nettle:
|
||||
install-shared-nettle: $(LIBNETTLE_FORLINK) @IF_DLL@ install-dll-nettle
|
||||
$(MKDIR_P) $(DESTDIR)$(libdir)
|
||||
$(INSTALL_DATA) $(LIBNETTLE_FILE_SRC) $(DESTDIR)$(libdir)/$(LIBNETTLE_FILE)
|
||||
@ -13,7 +13,7 @@ $OpenBSD: patch-Makefile_in,v 1.4 2013/01/18 10:41:00 ajacoutot Exp $
|
||||
|
||||
install-dll-hogweed:
|
||||
$(MKDIR_P) $(DESTDIR)$(bindir)
|
||||
@@ -340,11 +335,6 @@ install-dll-hogweed:
|
||||
@@ -421,11 +416,6 @@ install-dll-hogweed:
|
||||
install-shared-hogweed: $(LIBHOGWEED_FORLINK) @IF_DLL@ install-dll-hogweed
|
||||
$(MKDIR_P) $(DESTDIR)$(libdir)
|
||||
$(INSTALL_DATA) $(LIBHOGWEED_FILE_SRC) $(DESTDIR)$(libdir)/$(LIBHOGWEED_FILE)
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2013/01/19 07:04:01 ajacoutot Exp $
|
||||
$OpenBSD: patch-configure,v 1.2 2013/05/07 06:39:41 ajacoutot Exp $
|
||||
|
||||
Fix relocation errors on (at least) sparc64.
|
||||
|
||||
--- configure.orig Sat Jan 19 07:57:58 2013
|
||||
+++ configure Sat Jan 19 07:57:49 2013
|
||||
@@ -4624,6 +4624,7 @@ else
|
||||
--- configure.orig Wed Apr 24 15:26:53 2013
|
||||
+++ configure Tue May 7 08:25:03 2013
|
||||
@@ -4895,6 +4895,7 @@ else
|
||||
bsdi4.*) CCPIC="-fPIC" ;;
|
||||
bsdi*) CCPIC="" ;;
|
||||
darwin*) CCPIC="-fPIC" ;;
|
||||
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2011/04/15 16:08:01 ajacoutot Exp $
|
||||
@lib lib/libhogweed.so.${LIBhogweed_VERSION}
|
||||
@lib lib/libnettle.so.${LIBnettle_VERSION}
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2013/01/18 10:41:00 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.6 2013/05/07 06:39:41 ajacoutot Exp $
|
||||
@bin bin/nettle-hash
|
||||
@bin bin/nettle-lfib-stream
|
||||
@bin bin/pkcs1-conv
|
||||
@ -21,6 +20,9 @@ include/nettle/ctr.h
|
||||
include/nettle/des-compat.h
|
||||
include/nettle/des.h
|
||||
include/nettle/dsa.h
|
||||
include/nettle/ecc-curve.h
|
||||
include/nettle/ecc.h
|
||||
include/nettle/ecdsa.h
|
||||
include/nettle/gcm.h
|
||||
include/nettle/gosthash94.h
|
||||
include/nettle/hmac.h
|
||||
@ -49,10 +51,13 @@ include/nettle/sha1.h
|
||||
include/nettle/sha2.h
|
||||
include/nettle/sha3.h
|
||||
include/nettle/twofish.h
|
||||
include/nettle/umac.h
|
||||
include/nettle/yarrow.h
|
||||
@info info/nettle.info
|
||||
lib/libhogweed.a
|
||||
@lib lib/libhogweed.so.${LIBhogweed_VERSION}
|
||||
lib/libnettle.a
|
||||
@lib lib/libnettle.so.${LIBnettle_VERSION}
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/hogweed.pc
|
||||
lib/pkgconfig/nettle.pc
|
||||
|
Loading…
Reference in New Issue
Block a user