head	1.3;
access;
symbols
	pkgsrc-2026Q3:1.3.0.24
	pkgsrc-2026Q3-base:1.3
	pkgsrc-2026Q2:1.3.0.22
	pkgsrc-2026Q2-base:1.3
	pkgsrc-2026Q1:1.3.0.20
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.18
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.3.0.16
	pkgsrc-2025Q3-base:1.3
	pkgsrc-2025Q2:1.3.0.14
	pkgsrc-2025Q2-base:1.3
	pkgsrc-2025Q1:1.3.0.12
	pkgsrc-2025Q1-base:1.3
	pkgsrc-2024Q4:1.3.0.10
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.3.0.8
	pkgsrc-2024Q3-base:1.3
	pkgsrc-2024Q2:1.3.0.6
	pkgsrc-2024Q2-base:1.3
	pkgsrc-2024Q1:1.3.0.4
	pkgsrc-2024Q1-base:1.3
	pkgsrc-2023Q4:1.3.0.2
	pkgsrc-2023Q4-base:1.3
	pkgsrc-2023Q3:1.2.0.24
	pkgsrc-2023Q3-base:1.2
	pkgsrc-2023Q2:1.2.0.22
	pkgsrc-2023Q2-base:1.2
	pkgsrc-2023Q1:1.2.0.20
	pkgsrc-2023Q1-base:1.2
	pkgsrc-2022Q4:1.2.0.18
	pkgsrc-2022Q4-base:1.2
	pkgsrc-2022Q3:1.2.0.16
	pkgsrc-2022Q3-base:1.2
	pkgsrc-2022Q2:1.2.0.14
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.12
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.10
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.8
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.6
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.4
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.2
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.1.0.22
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.20
	pkgsrc-2020Q2-base:1.1
	pkgsrc-2020Q1:1.1.0.16
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.18
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.14
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.12
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.10
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.8
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.6
	pkgsrc-2018Q3-base:1.1
	pkgsrc-2018Q2:1.1.0.4
	pkgsrc-2018Q2-base:1.1
	pkgsrc-2018Q1:1.1.0.2
	pkgsrc-2018Q1-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2023.11.14.13.22.29;	author jperkin;	state Exp;
branches;
next	1.2;
commitid	tUO5bTaqCdyO0AME;

1.2
date	2020.12.04.12.15.41;	author jperkin;	state Exp;
branches;
next	1.1;
commitid	UohbZ9sG05AObqyC;

1.1
date	2018.02.16.07.20.56;	author fhajny;	state Exp;
branches;
next	;
commitid	sK51CCCPDZkTp3rA;


desc
@@


1.3
log
@duo-unix: Update to 2.0.2.

duo_unix-2.0.2:
- `make check` now works correctly on Solaris
- Added support for Fedora 37 and Fedora 38
- Added support for Debian 12
- Removed support for Ubuntu 18.04
- Removed support for Debian 9

duo_unix-2.0.1:
- The support script collects a few additional files for troubleshooting
- Duo API calls now use SHA512 instead of SHA1 as the HMAC algorithm

duo_unix-2.0.0:
- Changed the behavior of `su` when the target user is not root.  The target
  user will need to complete 2FA rather than the original user.
- login_duo resets the SIGPIPE handler when it closes its connection.
- Added logging when Duo is invoked, to assist troubleshooting.
- Updated package signing to SHA512

duo_unix-1.12.1:
- Updated Unity to 2.5.2
- Added support for Fedora 34
- Removed support for Centos 8
- Added support for Centos Stream 8
- Added support for Centos Stream 9
- Added support for Ubuntu 22.04

duo_unix-1.12.0:
- Switched from BSON to JSON as a data interchange format
- Switched from Cram to python `unittest` for testing

duo_unix-1.11.5:
- Added support for Debian 11
- Removed support for Debian 8
- Removed support for CentOS 6
- Fixed MOTD display for non-interactive sessions
- The support tool now also collects the sudo PAM configuration file
- Updated pinned certificates
@
text
@@@comment $NetBSD: PLIST,v 1.2 2020/12/04 12:15:41 jperkin Exp $
include/common_ini_test.h
include/duo.h
include/duo_private.h
include/shell.h
include/unity.h
include/util.h
lib/pkgconfig/libduo.pc
${PLIST.pam}lib/security/pam_duo.la
man/man3/duo.3
man/man8/login_duo.8
${PLIST.pam}man/man8/pam_duo.8
sbin/login_duo
share/examples/duo-unix/login_duo.conf
${PLIST.pam}share/examples/duo-unix/pam_duo.conf
@


1.2
log
@duo-unix: Update to 1.11.4.

Changes since 1.10.4:

duo_unix-1.11.4 - May 18, 2020
  Added support for Ubuntu 20.04.
  Added support tool to collect information (e.g. logs and PAM stacks) you can
  send to Duo Support when troubleshooting issues.
  Ubuntu 12.04 no longer supported.
  Updated GPG public key for downloading distribution packages.

duo_unix-1.11.3 - October 2019
  Support for CentOS 8, Red Hat 8, and Debian 10.
  Improved validation of BSON messages.
  Updated GPG public key for downloading distribution packages.

duo_unix-1.11.2 - June 2019
  Published a guide to recommended Kerberos configuration for Duo Unix. Thanks
  to Neal Poole at Facebook for bringing expertise and attention to this topic.
  Updated SELinux policy to allow local logins to use the pam_duo PAM module
  and made sshd configurable. This requires installation of
  selinux-policy-devel on CentOS and RHEL 7 as a prerequisite.
  Added support for spaces in group names when escaped with backslashes in
  pam_duo.conf and login_duo.conf
  Debian 7 no longer supported.

duo_unix-1.11.1 - November 2018
  Fixed bug causing console login to fail on certain systems.
  Debian 7 support is deprecated and will be removed in the next release.

duo_unix-1.11.0 - October 2018
  Added configuration options for parsing the Duo username out of the GECOS
  field: gecos_username_pos and gecos_delim.
  Support for Debian 9 (Stretch).
  CentOS 5 no longer supported.

duo_unix-1.10.5 - September 2018
  CentOS 5 Support is deprecated and will be removed in the next release.
  Fixed a bug that caused a segfault on systems where the hostname wasn't
  retrievable.
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST,v 1.1 2018/02/16 07:20:56 fhajny Exp $
a13 5
share/doc/duo_unix/AUTHORS
share/doc/duo_unix/CHANGES
share/doc/duo_unix/CONTRIBUTING.md
share/doc/duo_unix/LICENSE
share/doc/duo_unix/README.md
@


1.1
log
@Import duo_unix 1.10.1 as security/duo_unix.

Duo two-factor authentication for Unix systems.
@
text
@d1 2
a2 1
@@comment $NetBSD$
d4 1
d6 1
d16 1
d18 1
a18 1
share/doc/duo_unix/README
@

