summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorpettai <pettai>2014-03-13 22:27:33 +0000
committerpettai <pettai>2014-03-13 22:27:33 +0000
commit74e26024d51df6a4b10320297d43b802e27ae2f7 (patch)
tree6d93ee42d265dac95a001c9ffbc6558a48b9e15b /security
parent8cf78d06978cbe8c09823956c252f0f4d4b72ae3 (diff)
downloadpkgsrc-74e26024d51df6a4b10320297d43b802e27ae2f7.tar.gz
Version 2.14 (released 2013-09-27)
* Don't install internal header files. * Don't print debug info when the "debug" parameter is not given. * Use PBKDF2 to process expected reply for challenge-response mode. * Fixup memory leaks and leaks of privilege. * Let return values reflect whether the user wasn't found or other error.
Diffstat (limited to 'security')
-rw-r--r--security/pam-yubico/Makefile9
-rw-r--r--security/pam-yubico/PLIST4
-rw-r--r--security/pam-yubico/distinfo10
-rw-r--r--security/pam-yubico/patches/patch-Makefile_in10
4 files changed, 15 insertions, 18 deletions
diff --git a/security/pam-yubico/Makefile b/security/pam-yubico/Makefile
index f74d52c7142..00726fe12cc 100644
--- a/security/pam-yubico/Makefile
+++ b/security/pam-yubico/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2014/02/12 23:18:35 tron Exp $
+# $NetBSD: Makefile,v 1.9 2014/03/13 22:27:33 pettai Exp $
-DISTNAME= pam_yubico-2.13
+DISTNAME= pam_yubico-2.14
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 1
CATEGORIES= security
-MASTER_SITES= http://yubico-pam.googlecode.com/files/
+MASTER_SITES= http://opensource.yubico.com/yubico-pam/releases/
MAINTAINER= pettai@NetBSD.org
-HOMEPAGE= http://code.google.com/p/yubico-pam/
+HOMEPAGE= http://opensource.yubico.com/yubico-pam/
COMMENT= Pluggable Authentication Module for Yubikey validation
LICENSE= modified-bsd
diff --git a/security/pam-yubico/PLIST b/security/pam-yubico/PLIST
index 67562deca5e..f53d99b0f52 100644
--- a/security/pam-yubico/PLIST
+++ b/security/pam-yubico/PLIST
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/13 15:32:47 pettai Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/03/13 22:27:33 pettai Exp $
bin/ykpamcfg
-include/drop_privs.h
-include/util.h
lib/security/pam_yubico.la
man/man1/ykpamcfg.1
diff --git a/security/pam-yubico/distinfo b/security/pam-yubico/distinfo
index 79427389b83..b55298ca5cd 100644
--- a/security/pam-yubico/distinfo
+++ b/security/pam-yubico/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2013/03/16 20:19:02 pettai Exp $
+$NetBSD: distinfo,v 1.5 2014/03/13 22:27:33 pettai Exp $
-SHA1 (pam_yubico-2.13.tar.gz) = 63de5cc19aa89122709eede7f4f272a00945535d
-RMD160 (pam_yubico-2.13.tar.gz) = 9f9280a5c4aea20e6c8b0a66c8fba2ba8fc6365b
-Size (pam_yubico-2.13.tar.gz) = 375151 bytes
-SHA1 (patch-Makefile_in) = 7981018066034283ae7fb67c5d502b0ac89191b6
+SHA1 (pam_yubico-2.14.tar.gz) = 3dd6bddce69785c5d61ae0f64ba568e1a81498a1
+RMD160 (pam_yubico-2.14.tar.gz) = 898fbabdafa2279c56b24333ceff8e2af7ddf095
+Size (pam_yubico-2.14.tar.gz) = 380023 bytes
+SHA1 (patch-Makefile_in) = 1312fb660c479e96c07da4cdd54eb31ba03b5144
diff --git a/security/pam-yubico/patches/patch-Makefile_in b/security/pam-yubico/patches/patch-Makefile_in
index 96181c283dc..4c327a56e35 100644
--- a/security/pam-yubico/patches/patch-Makefile_in
+++ b/security/pam-yubico/patches/patch-Makefile_in
@@ -1,15 +1,15 @@
-$NetBSD: patch-Makefile_in,v 1.1 2012/06/16 23:21:14 dholland Exp $
+$NetBSD: patch-Makefile_in,v 1.2 2014/03/13 22:27:33 pettai Exp $
Fix MAKE_JOBS build.
---- Makefile.in~ 2012-02-10 12:40:35.000000000 +0000
+--- Makefile.in.orig 2013-09-23 06:17:47.000000000 +0000
+++ Makefile.in
-@@ -921,7 +921,7 @@ check-am: all-am
+@@ -951,7 +951,7 @@ check-am: all-am
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
check: check-am
--all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS)
-+all-am: Makefile $(LTLIBRARIES) .WAIT $(PROGRAMS) $(MANS) $(HEADERS)
+-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS)
++all-am: Makefile $(LTLIBRARIES) .WAIT $(PROGRAMS) $(MANS)
install-binPROGRAMS: install-libLTLIBRARIES
installdirs: