mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
libkcapi: update to 1.1.0.
Closes #13411. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
4b49bcf993
commit
6d67943643
2 changed files with 16 additions and 25 deletions
|
@ -1,18 +1,15 @@
|
||||||
Source: Arch Linux
|
--- Makefile.am
|
||||||
Upstream: No, distro specific
|
+++ Makefile.am
|
||||||
Reason: avoids conflicts with coreutils binaries like md5sum
|
@@ -145,10 +145,10 @@ kcapi_hasher_links = sha1sum sha224sum sha256sum sha384sum sha512sum \
|
||||||
|
|
||||||
--- Makefile.am 2018-01-12 22:41:55.000000000 +0100
|
|
||||||
+++ Makefile.am 2018-01-25 15:34:35.649902674 +0100
|
|
||||||
@@ -131,8 +131,8 @@
|
|
||||||
|
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
(cd $(DESTDIR)$(bindir) && \
|
(cd $(DESTDIR)$(bindir) && \
|
||||||
- ($(foreach link, $(kcapi_hasher_links), ln -f kcapi-hasher $(link);)) && \
|
- ($(foreach link, $(kcapi_hasher_links), $(LN) -f kcapi-hasher $(link);)))
|
||||||
- ($(foreach link, $(kcapi_hasher_links), openssl sha256 -hmac orboDeJITITejsirpADONivirpUkvarP $(link) > .$(link).hmac;)))
|
+ ($(foreach link, $(kcapi_hasher_links), $(LN) -f kcapi-hasher $(link)-kcapi;)))
|
||||||
+ ($(foreach link, $(kcapi_hasher_links), ln -f kcapi-hasher $(link)-kcapi;)) && \
|
if HAVE_OPENSSL
|
||||||
+ ($(foreach link, $(kcapi_hasher_links), openssl sha256 -hmac orboDeJITITejsirpADONivirpUkvarP $(link)-kcapi > .$(link)-kcapi.hmac;)))
|
(cd $(DESTDIR)$(bindir) && \
|
||||||
|
- ($(foreach link, $(kcapi_hasher_links), $(OPENSSL) sha256 -hmac orboDeJITITejsirpADONivirpUkvarP $(link) > $(CHECK_PREFIX)$(link).$(CHECK_SUFFIX);)))
|
||||||
|
+ ($(foreach link, $(kcapi_hasher_links), $(OPENSSL) sha256 -hmac orboDeJITITejsirpADONivirpUkvarP $(link)-kcapi > $(CHECK_PREFIX)$(link).$(CHECK_SUFFIX);)))
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if ENABLE_KCAPI_RNGAPP
|
|
||||||
|
|
||||||
|
|
|
@ -1,24 +1,18 @@
|
||||||
# Template file for 'libkcapi'
|
# Template file for 'libkcapi'
|
||||||
pkgname=libkcapi
|
pkgname=libkcapi
|
||||||
version=1.0.3
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config autoconf automake libtool"
|
configure_args=" --enable-kcapi-speed --enable-kcapi-hasher
|
||||||
|
--enable-kcapi-rngapp --enable-kcapi-encapp --enable-kcapi-dgstapp
|
||||||
|
--enable-lib-asym --enable-lib-kpp"
|
||||||
|
hostmakedepends="automake libtool pkg-config"
|
||||||
short_desc="Kernel Crypto API User Space Interface Library"
|
short_desc="Kernel Crypto API User Space Interface Library"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-2.0-or-later, BSD-3-Clause"
|
license="GPL-2.0-or-later, BSD-3-Clause"
|
||||||
homepage="https://github.com/smuellerDD/libkcapi"
|
homepage="https://github.com/smuellerDD/libkcapi"
|
||||||
distfiles="https://github.com/smuellerDD/libkcapi/archive/v${version}.tar.gz"
|
distfiles="https://github.com/smuellerDD/libkcapi/archive/v${version}.tar.gz"
|
||||||
checksum=b9e61df09870084b910a9623284596857583918c0a39f0e37906f462b535ba78
|
checksum=fa43554ab8bac1be18a4f8e25def79658bf315e5f00ca66faf4718c4ac637f13
|
||||||
configure_args="
|
|
||||||
--enable-kcapi-speed \
|
|
||||||
--enable-kcapi-hasher \
|
|
||||||
--enable-kcapi-rngapp \
|
|
||||||
--enable-kcapi-encapp \
|
|
||||||
--enable-kcapi-dgstapp \
|
|
||||||
--enable-lib-asym \
|
|
||||||
--enable-lib-kpp
|
|
||||||
"
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|
Loading…
Add table
Reference in a new issue