Update to libb2-0.98.1.

Various minor fixes, and addition of a pkg-config file.
This commit is contained in:
bket 2019-03-12 04:21:56 +00:00
parent 917ade36c5
commit c431582e36
4 changed files with 10 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2018/05/14 20:03:04 bket Exp $
# $OpenBSD: Makefile,v 1.3 2019/03/12 04:21:56 bket Exp $
COMMENT = library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
V = 0.98
V = 0.98.1
DISTNAME = libb2-${V}
EPOCH = 0

View File

@ -1,2 +1,2 @@
SHA256 (libb2-0.98.tar.gz) = 6Gngw6k7xW0QUuzL6c2SW4qMcwi0F1MoKacAzzdLA28=
SIZE (libb2-0.98.tar.gz) = 530982
SHA256 (libb2-0.98.1.tar.gz) = U2Jv3c51PEVKP+pYHLvH/pu88LxwQW1I/bv12H72xy4=
SIZE (libb2-0.98.1.tar.gz) = 534928

View File

@ -1,15 +1,15 @@
$OpenBSD: patch-configure_ac,v 1.1.1.1 2018/01/01 15:40:55 bcallah Exp $
$OpenBSD: patch-configure_ac,v 1.2 2019/03/12 04:21:56 bket Exp $
Do not hardcode optimization flags.
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -58,7 +58,6 @@ AC_HELP_STRING([--enable-native],
@@ -60,7 +60,6 @@ AC_HELP_STRING([--enable-native],
[enable_native=yes]
)
-AX_CHECK_COMPILE_FLAG([-O3], [CFLAGS=-O3])
dnl Not all architectures support -march=native
AX_CHECK_COMPILE_FLAG([-march=native], [], [enable_native=no])
if test $enable_native == "yes"; then
AX_CHECK_COMPILE_FLAG([-march=native], [], [enable_native=no])

View File

@ -1,5 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/01/01 15:40:55 bcallah Exp $
@comment $OpenBSD: PLIST,v 1.2 2019/03/12 04:21:56 bket Exp $
include/blake2.h
lib/libb2.a
lib/libb2.la
@lib lib/libb2.so.${LIBb2_VERSION}
lib/pkgconfig/libb2.pc