Update to login_duo to 1.10.1

This commit is contained in:
jturner 2017-08-30 13:32:51 +00:00
parent bd57baeb5b
commit dc96b7bf08
3 changed files with 4 additions and 18 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.15 2017/06/07 17:54:38 jturner Exp $
# $OpenBSD: Makefile,v 1.16 2017/08/30 13:32:51 jturner Exp $
COMMENT = two-factor authentication for unix systems
V = 1.9.21
V = 1.10.1
PKGNAME = login_duo-${V}
DISTNAME = duo_unix-${V}
CATEGORIES = sysutils

View File

@ -1,2 +1,2 @@
SHA256 (duo_unix-1.9.21.tar.gz) = WC6jtTPep7lcm+JMK+LoeSiOLzFflWIo1QS5qTFci1A=
SIZE (duo_unix-1.9.21.tar.gz) = 470168
SHA256 (duo_unix-1.10.1.tar.gz) = 4t8r5QU5xUyHzcSWT9/uD715o/Ff39gH6UlBKRtdYZc=
SIZE (duo_unix-1.10.1.tar.gz) = 472431

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-lib_https_c,v 1.1 2017/05/05 18:22:24 jturner Exp $
Index: lib/https.c
--- lib/https.c.orig
+++ lib/https.c
@@ -353,7 +353,7 @@ _establish_connection(struct https_request * const req
/* Provide implementations for HMAC_CTX_new and HMAC_CTX_free when
* building for OpenSSL versions older than 1.1.0
*/
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
+#if OPENSSL_VERSION_NUMBER <= 0x20000000L
static HMAC_CTX *
HMAC_CTX_new(void)
{