Skip to content

Commit da8d11a

Browse files
committed
pam-yubico: update to 2.27.
* Version 2.27 (released 2021-04-09) ** Add always_prompt configuration option. ** Add client certificate support for ldap. ** Add starttls support for ldap. ** Add ldap_bind_as_user support. ** Parsing, cleanliness and string fixes. ** Documentation and spelling fixes. * Version 2.26 (released 2018-04-20) ** Make sure to close authfile (CVE-2018-9275). ** Fix compiler warnings. ** Open file descriptors with O_CLOEXEC. ** Use mkostemp() instead of mkstemp(). * Version 2.25 (released 2018-03-27) ** Documentation updates. ** Only do OTP validation if it's a token that might be valid. ** Return early in case user has no valid tokens. ** Ldap, compare values only with yubi_attr attributes. ** Add nullok parameter. * Version 2.24 (released 2016-11-25) ** Debug mode changed, allows file output with debug_file. ** Fixup returning user-unknown correctly. * Version 2.23 (released 2016-06-15) ** Fix an issue where a failure to set permissions was wrongly outputted. * Version 2.22 (released 2016-05-23) ** Documentation improvements. ** Retain ownership and permission of challenge files (issue #92). ** Make dependency on yubico-c-client 2.15 clearer. * Version 2.21 (released 2016-02-19) ** Add proxy support for yubico-c-client. ** Check that conv is set before trying to use it fixes a crash bug with the osx loginwindow. ** Add building of a mac installer. * Version 2.20 (released 2015-09-22) ** Add cainfo option to allow usage of a cabundle instead of path. ** Support comments in authfile. ** For challenge response with system-wide directory, write the files as root instead of the user. * Version 2.19 (released 2015-03-23) ** Add new ldap functionality ldap_bind_user and ldap_bind_password for authenticated binds ldap_filter for using subtree search and a filter ldap_cacertfile to use a specific cacert for ldaps * Version 2.18 (released 2015-02-12) ** Fix a memory leak of the pam response data. ** Add more tests. ** Add version flag to ykpamcfg.
1 parent aa38d4a commit da8d11a

3 files changed

Lines changed: 15 additions & 26 deletions

File tree

security/pam-yubico/Makefile

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
1-
# $NetBSD: Makefile,v 1.34 2022/10/26 10:31:57 wiz Exp $
1+
# $NetBSD: Makefile,v 1.35 2023/03/12 14:15:50 wiz Exp $
22

3-
DISTNAME= pam_yubico-2.17
3+
DISTNAME= pam_yubico-2.27
44
PKGNAME= ${DISTNAME:S/_/-/}
5-
PKGREVISION= 22
65
CATEGORIES= security
7-
MASTER_SITES= http://opensource.yubico.com/yubico-pam/releases/
6+
MASTER_SITES= ${MASTER_SITE_GITHUB:=Yubico/}
7+
GITHUB_PROJECT= yubico-pam
8+
GITHUB_TAG= ${PKGVERSION_NOREV}
89

910
MAINTAINER= pettai@NetBSD.org
1011
HOMEPAGE= http://opensource.yubico.com/yubico-pam/
1112
COMMENT= Pluggable Authentication Module for Yubikey validation
12-
1313
LICENSE= modified-bsd
1414

15+
TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
16+
1517
GNU_CONFIGURE= yes
16-
USE_TOOLS+= pkg-config
18+
USE_TOOLS+= pkg-config autoconf automake autoreconf
1719
USE_LIBTOOL= yes
1820

21+
pre-configure:
22+
cd ${WRKSRC} && autoreconf -fiv
23+
1924
.include "../../security/libyubikey/buildlink3.mk"
2025
.include "../../security/ykclient/buildlink3.mk"
2126
.include "../../security/ykpers/buildlink3.mk"

security/pam-yubico/distinfo

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
$NetBSD: distinfo,v 1.9 2021/10/26 11:17:35 nia Exp $
1+
$NetBSD: distinfo,v 1.10 2023/03/12 14:15:50 wiz Exp $
22

3-
BLAKE2s (pam_yubico-2.17.tar.gz) = 6ec2bf498d54cad9702f9c42b2d69fa5d6f219bdb61b4d31cd4b1c7d5a0b193b
4-
SHA512 (pam_yubico-2.17.tar.gz) = ee2a1527c2f2b29ca601588700cc76edc688e58d305ef44d311db3c5f184513a5bdc3d9052cefd85b11de96c6999daeca3d22986e93f588c9d64e5c301c37ee8
5-
Size (pam_yubico-2.17.tar.gz) = 391559 bytes
6-
SHA1 (patch-Makefile_in) = 1312fb660c479e96c07da4cdd54eb31ba03b5144
3+
BLAKE2s (pam_yubico-2.27.tar.gz) = f4ab41bcf05df439117f79def3277ee1440326968dab4110de41ae9ff3bce698
4+
SHA512 (pam_yubico-2.27.tar.gz) = 7d341e18f884216fc3372bdb837491c637235737dc04029fea30d7451718ab917ea99dd4a1249cbb4d10fb64b6bb6753b84a02e9bffbce2223d224d7420aeced
5+
Size (pam_yubico-2.27.tar.gz) = 81374 bytes

security/pam-yubico/patches/patch-Makefile_in

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)