mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pam-u2f: Update to 1.3.2.
This commit is contained in:
parent
e526a385ec
commit
665c94d519
2 changed files with 3 additions and 27 deletions
|
@ -1,24 +0,0 @@
|
||||||
diff --git b64.c b64.c
|
|
||||||
index 0649c1e..7788089 100644
|
|
||||||
--- a/b64.c
|
|
||||||
+++ b/b64.c
|
|
||||||
@@ -4,6 +4,7 @@
|
|
||||||
|
|
||||||
#include <openssl/bio.h>
|
|
||||||
#include <openssl/evp.h>
|
|
||||||
+#include <limits.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
diff --git util.c util.c
|
|
||||||
index 3ec4e71..5989c6c 100644
|
|
||||||
--- a/util.c
|
|
||||||
+++ b/util.c
|
|
||||||
@@ -9,6 +9,7 @@
|
|
||||||
#include <openssl/ec.h>
|
|
||||||
#include <openssl/obj_mac.h>
|
|
||||||
|
|
||||||
+#include <limits.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
#include <sys/stat.h>
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pam-u2f'
|
# Template file for 'pam-u2f'
|
||||||
pkgname=pam-u2f
|
pkgname=pam-u2f
|
||||||
version=1.1.0
|
version=1.3.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-pam-dir=/usr/lib/security"
|
configure_args="--with-pam-dir=/usr/lib/security"
|
||||||
hostmakedepends="automake libtool pkg-config asciidoc"
|
hostmakedepends="automake libtool pkg-config asciidoc"
|
||||||
|
@ -12,7 +12,7 @@ license="BSD-2-Clause"
|
||||||
homepage="https://developers.yubico.com/pam-u2f/"
|
homepage="https://developers.yubico.com/pam-u2f/"
|
||||||
#changelog="https://raw.githubusercontent.com/Yubico/pam-u2f/master/NEWS"
|
#changelog="https://raw.githubusercontent.com/Yubico/pam-u2f/master/NEWS"
|
||||||
distfiles="https://developers.yubico.com/pam-u2f/Releases/pam_u2f-${version}.tar.gz"
|
distfiles="https://developers.yubico.com/pam-u2f/Releases/pam_u2f-${version}.tar.gz"
|
||||||
checksum=0dc3bf96ebb69c6e398b5f8991493b37a8ce1af792948af71e694f695d5edc05
|
checksum=38be7d1897271cb3fee391d2383b35afc126ad431a91a9de6e99108c12cc9490
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue