Skip to content

Instantly share code, notes, and snippets.

@drscream
Created March 31, 2016 07:35
Show Gist options
  • Save drscream/42ac8d5590431828d7a15f3f1117b03d to your computer and use it in GitHub Desktop.
Save drscream/42ac8d5590431828d7a15f3f1117b03d to your computer and use it in GitHub Desktop.
diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile
index b38fe63..7d3bf7b 100644
--- a/security/ykpers/Makefile
+++ b/security/ykpers/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.14 2015/03/15 14:17:00 tnn Exp $
#
-DISTNAME= ykpers-1.16.1
+DISTNAME= ykpers-1.17.3
CATEGORIES= security
MASTER_SITES= http://yubico.github.io/yubikey-personalization/releases/
@@ -11,7 +11,7 @@ COMMENT= Yubico's YubiKey re-programming toolkit
LICENSE= modified-bsd
GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
+USE_TOOLS+= pkg-config gmake
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ykpers-1.pc.in
diff --git a/security/ykpers/distinfo b/security/ykpers/distinfo
index ac215a3..2413875 100644
--- a/security/ykpers/distinfo
+++ b/security/ykpers/distinfo
@@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.14 2015/11/04 01:18:12 agc Exp $
-SHA1 (ykpers-1.16.1.tar.gz) = ff7cf92551ee06da198a2cccd29d55b388ce172b
-RMD160 (ykpers-1.16.1.tar.gz) = 43aab1130d562a57ab9b8f3bd4292b48cc3c77fe
-SHA512 (ykpers-1.16.1.tar.gz) = dad856d0817e00ac371f9370f0ac4385cf4e0e6d7eec05bfb834e6196900a79b4e26b5fdba810ba09591ee6d123aeffb4e3995401245deeb6a6ba166f058df2e
-Size (ykpers-1.16.1.tar.gz) = 501365 bytes
-SHA1 (patch-Makefile_in) = 78b1667f52367d3ccc9ee637fb2cb40ebd5b2f02
+SHA1 (ykpers-1.17.3.tar.gz) = 38e38f3d5ce6b3a38fc18a7a1aa3025f6c545020
+RMD160 (ykpers-1.17.3.tar.gz) = 4911eae83b45cd8ee0a6582b1e3f73fa7dcc7cdf
+SHA512 (ykpers-1.17.3.tar.gz) = 96be2344c0f913996807dfb58efa9fb48797c9ce1e1dc6218639135df4edd5837124a552cabd4b9367ac85fafdda6bc3cd1ade537b304702b5ba51be88133585
+Size (ykpers-1.17.3.tar.gz) = 504549 bytes
diff --git a/security/ykpers/patches/patch-Makefile_in b/security/ykpers/patches/patch-Makefile_in
deleted file mode 100644
index f26887a..0000000
--- a/security/ykpers/patches/patch-Makefile_in
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-Makefile_in,v 1.1 2012/03/19 03:07:55 dholland Exp $
-
-- Makefile is not MAKE_JOBS_SAFE as shipped.
-
---- Makefile.in~ 2011-12-15 14:29:10.000000000 +0000
-+++ Makefile.in
-@@ -1004,7 +1004,7 @@ distcleancheck: distclean
- exit 1; } >&2
- check-am: all-am
- check: check-recursive
--all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS)
-+all-am: Makefile $(LTLIBRARIES) .WAIT $(PROGRAMS) $(MANS) $(DATA) $(HEADERS)
- install-binPROGRAMS: install-libLTLIBRARIES
-
- installdirs: installdirs-recursive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment