pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/pam-yubico Version 2.14 (released 2013-09-27)
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ee7378a9b89
branches: trunk
changeset: 631804:8ee7378a9b89
user: pettai <pettai%pkgsrc.org@localhost>
date: Thu Mar 13 22:27:33 2014 +0000
description:
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:
security/pam-yubico/Makefile | 9 ++++-----
security/pam-yubico/PLIST | 4 +---
security/pam-yubico/distinfo | 10 +++++-----
security/pam-yubico/patches/patch-Makefile_in | 10 +++++-----
4 files changed, 15 insertions(+), 18 deletions(-)
diffs (71 lines):
diff -r f656fb0ce8bf -r 8ee7378a9b89 security/pam-yubico/Makefile
--- a/security/pam-yubico/Makefile Thu Mar 13 22:18:20 2014 +0000
+++ b/security/pam-yubico/Makefile Thu Mar 13 22:27:33 2014 +0000
@@ -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@localhost
-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 -r f656fb0ce8bf -r 8ee7378a9b89 security/pam-yubico/PLIST
--- a/security/pam-yubico/PLIST Thu Mar 13 22:18:20 2014 +0000
+++ b/security/pam-yubico/PLIST Thu Mar 13 22:27:33 2014 +0000
@@ -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 -r f656fb0ce8bf -r 8ee7378a9b89 security/pam-yubico/distinfo
--- a/security/pam-yubico/distinfo Thu Mar 13 22:18:20 2014 +0000
+++ b/security/pam-yubico/distinfo Thu Mar 13 22:27:33 2014 +0000
@@ -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 -r f656fb0ce8bf -r 8ee7378a9b89 security/pam-yubico/patches/patch-Makefile_in
--- a/security/pam-yubico/patches/patch-Makefile_in Thu Mar 13 22:18:20 2014 +0000
+++ b/security/pam-yubico/patches/patch-Makefile_in Thu Mar 13 22:27:33 2014 +0000
@@ -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:
Home |
Main Index |
Thread Index |
Old Index