diff --git a/security/oath-toolkit/Makefile b/security/oath-toolkit/Makefile index 337420fc285b..1d9cefe55cbf 100644 --- a/security/oath-toolkit/Makefile +++ b/security/oath-toolkit/Makefile @@ -1,47 +1,47 @@ PORTNAME= oath-toolkit -PORTVERSION= 2.6.7 -PORTREVISION= 3 +PORTVERSION= 2.6.9 CATEGORIES= security MASTER_SITES= SAVANNAH MAINTAINER= ale@FreeBSD.org COMMENT= Library, tools, and PAM module for OATH authentication WWW= https://www.nongnu.org/oath-toolkit/ LICENSE= GPLv3+ LGPL20+ LICENSE_COMB= multi LIB_DEPENDS= libltdl.so:devel/libltdl GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} +CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ + --disable-pam-tests USES= gmake libtool pathfix pkgconfig USE_GNOME= libxslt USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= PSKC DOCS OPTIONS_DEFAULT=PSKC OPTIONS_SUB= yes PSKC_DESC= Portable Symmetric Key Container (RFC 6030) support PSKC_CONFIGURE_ENABLE= pskc PSKC_CONFIGURE_ON= --with-xml-prefix=${LOCALBASE} PSKC_LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libxmlsec1.so:security/xmlsec1 DOCS= AUTHORS ChangeLog NEWS README PORTDOCS= * post-install: .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${DOCSDIR}/ .endfor ${MKDIR} ${STAGEDIR}/${DOCSDIR}/pam_oath ${INSTALL_DATA} ${WRKSRC}/pam_oath/README \ ${STAGEDIR}/${DOCSDIR}/pam_oath/ .include diff --git a/security/oath-toolkit/distinfo b/security/oath-toolkit/distinfo index dc985d05f962..bd627e1dce41 100644 --- a/security/oath-toolkit/distinfo +++ b/security/oath-toolkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643620380 -SHA256 (oath-toolkit-2.6.7.tar.gz) = 36eddfce8f2f36347fb257dbf878ba0303a2eaafe24eaa071d5cd302261046a9 -SIZE (oath-toolkit-2.6.7.tar.gz) = 5625279 +TIMESTAMP = 1689066348 +SHA256 (oath-toolkit-2.6.9.tar.gz) = 333ac831c8f1a6dbd7feb897339bba453ff34d3b0f4cfaa6b5a20dba55c8e985 +SIZE (oath-toolkit-2.6.9.tar.gz) = 4693524 diff --git a/security/oath-toolkit/files/patch-pam__oath_Makefile.in b/security/oath-toolkit/files/patch-pam__oath_Makefile.in deleted file mode 100644 index 354c0a7078f9..000000000000 --- a/security/oath-toolkit/files/patch-pam__oath_Makefile.in +++ /dev/null @@ -1,58 +0,0 @@ ---- pam_oath/Makefile.in.orig 2022-02-01 11:49:49 UTC -+++ pam_oath/Makefile.in -@@ -149,7 +149,7 @@ am__uninstall_files_from_dir = { \ - am__installdirs = "$(DESTDIR)$(pammoddir)" - LTLIBRARIES = $(pammod_LTLIBRARIES) - pam_oath_la_DEPENDENCIES = ../liboath/liboath.la --am_pam_oath_la_OBJECTS = pam_oath.lo -+am_pam_oath_la_OBJECTS = pam_oath.lo pam_modutil.lo - pam_oath_la_OBJECTS = $(am_pam_oath_la_OBJECTS) - AM_V_lt = $(am__v_lt_@AM_V@) - am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -@@ -173,7 +173,8 @@ am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ - depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp - am__maybe_remake_depfiles = depfiles --am__depfiles_remade = ./$(DEPDIR)/pam_oath.Plo -+am__depfiles_remade = ./$(DEPDIR)/pam_modutil.Plo \ -+ ./$(DEPDIR)/pam_oath.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -414,7 +416,7 @@ AM_CPPFLAGS = -I$(builddir)/../liboath - EXTRA_DIST = README - pammoddir = $(PAMDIR) - pammod_LTLIBRARIES = pam_oath.la --pam_oath_la_SOURCES = pam_oath.c -+pam_oath_la_SOURCES = pam_oath.c pam_modutil.c pam_modutil.h - # XXX add -Wl,-x too? PAM documentation suggests it. - pam_oath_la_LIBADD = ../liboath/liboath.la - pam_oath_la_LDFLAGS = -module -avoid-version -@@ -516,6 +518,7 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_modutil.Plo@am__quote@ # am--include-marker - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_oath.Plo@am__quote@ # am--include-marker - - $(am__depfiles_remade): -@@ -896,7 +904,8 @@ clean-am: clean-generic clean-libtool clean-pammodLTLI - - distclean: distclean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) -- -rm -f ./$(DEPDIR)/pam_oath.Plo -+ -rm -f ./$(DEPDIR)/pam_modutil.Plo -+ -rm -f ./$(DEPDIR)/pam_oath.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-hdr distclean-libtool distclean-tags -@@ -944,7 +953,8 @@ installcheck-am: - maintainer-clean: maintainer-clean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf $(top_srcdir)/autom4te.cache -- -rm -f ./$(DEPDIR)/pam_oath.Plo -+ -rm -f ./$(DEPDIR)/pam_modutil.Plo -+ -rm -f ./$(DEPDIR)/pam_oath.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - diff --git a/security/oath-toolkit/files/patch-pam__oath_configure b/security/oath-toolkit/files/patch-pam__oath_configure deleted file mode 100644 index 154fc0917915..000000000000 --- a/security/oath-toolkit/files/patch-pam__oath_configure +++ /dev/null @@ -1,11 +0,0 @@ ---- pam_oath/configure.orig 2022-01-31 11:20:05 UTC -+++ pam_oath/configure -@@ -12156,8 +12156,6 @@ if test "x$ac_cv_header_security_pam_modutil_h" = xyes - #define HAVE_SECURITY_PAM_MODUTIL_H 1 - _ACEOF - --else -- as_fn_error $? "PAM header files not found, install libpam-dev." "$LINENO" 5 - fi - - done diff --git a/security/oath-toolkit/files/patch-pam__oath_pam__modutil.c b/security/oath-toolkit/files/patch-pam__oath_pam__modutil.c deleted file mode 100644 index aabd50957e26..000000000000 --- a/security/oath-toolkit/files/patch-pam__oath_pam__modutil.c +++ /dev/null @@ -1,85 +0,0 @@ ---- pam_oath/pam_modutil.c.orig 2022-01-31 11:03:40 UTC -+++ pam_oath/pam_modutil.c -@@ -0,0 +1,82 @@ -+#include -+ -+#ifndef HAVE_SECURITY_PAM_MODUTIL_H -+ -+#include "pam_modutil.h" -+ -+#ifdef HAVE_SECURITY_PAM_APPL_H -+#include -+#endif -+#ifdef HAVE_SECURITY_PAM_MODULES_H -+#include -+#endif -+ -+#include -+#include -+#include -+#include -+#include -+ -+#define PWD_INITIAL_LENGTH 0x400 -+#define PWD_ABSURD_PWD_LENGTH 0x4000 -+ -+void _pam_modutil_cleanup(pam_handle_t *pamh, void *data, int error_status) { -+ if (data) { -+ (void) free(data); -+ } -+} -+ -+struct passwd *pam_modutil_getpwnam(pam_handle_t *pamh, const char *user) { -+ void *buffer = NULL; -+ size_t length = PWD_INITIAL_LENGTH; -+ long sc_init_length = sysconf(_SC_GETPW_R_SIZE_MAX); -+ -+ if (sc_init_length != -1 && sc_init_length < PWD_ABSURD_PWD_LENGTH) { -+ length = (size_t) sc_init_length; -+ } -+ -+ do { -+ int status; -+ void *new_buffer; -+ struct passwd *result = NULL; -+ -+ new_buffer = realloc(buffer, sizeof(struct passwd) + length); -+ if (new_buffer == NULL) { -+ // out of memory -+ if (buffer) { -+ free(buffer); -+ } -+ return NULL; -+ } -+ buffer = new_buffer; -+ -+ status = getpwnam_r(user, buffer, -+ sizeof(struct passwd) + (char *) buffer, -+ length, &result); -+ if (!status && result) { -+ status = pam_set_data(pamh, "_pammodutil_getpwnam", result, -+ _pam_modutil_cleanup); -+ if (status == PAM_SUCCESS) { -+ return result; -+ } -+ // unable to set data item -+ free(buffer); -+ return NULL; -+ } -+ if (status != ERANGE) { -+ // no matching record found (if status == 0) -+ // or getpwnam_r encountered an error -+ free(buffer); -+ return NULL; -+ } -+ -+ length <<= 1; -+ } while (length < PWD_ABSURD_PWD_LENGTH); -+ -+ // exceeded maximum buffer size -+ free(buffer); -+ return NULL; -+} -+#else -+typedef int make_iso_compilers_happy; -+#endif /* HAVE_SECURITY_PAM_MODUTIL_H */ diff --git a/security/oath-toolkit/files/patch-pam__oath_pam__modutil.h b/security/oath-toolkit/files/patch-pam__oath_pam__modutil.h deleted file mode 100644 index 929a3951d5c4..000000000000 --- a/security/oath-toolkit/files/patch-pam__oath_pam__modutil.h +++ /dev/null @@ -1,20 +0,0 @@ ---- pam_oath/pam_modutil.h.orig 2022-01-31 11:03:40 UTC -+++ pam_oath/pam_modutil.h -@@ -0,0 +1,17 @@ -+#ifndef PAM_MODUTIL_H -+#define PAM_MODUTIL_H -+ -+#ifdef HAVE_SECURITY_PAM_MODUTIL_H -+#include -+#else -+ -+#ifdef HAVE_SECURITY_PAM_MODULES_H -+#include -+#endif -+ -+#include -+ -+struct passwd *pam_modutil_getpwnam(pam_handle_t *pamh, const char *user); -+ -+#endif -+#endif diff --git a/security/oath-toolkit/files/patch-pam__oath_pam__oath.c b/security/oath-toolkit/files/patch-pam__oath_pam__oath.c deleted file mode 100644 index 29aad9f52fa9..000000000000 --- a/security/oath-toolkit/files/patch-pam__oath_pam__oath.c +++ /dev/null @@ -1,20 +0,0 @@ ---- pam_oath/pam_oath.c.orig 2021-05-01 17:10:32 UTC -+++ pam_oath/pam_oath.c -@@ -21,6 +21,7 @@ - #include - - #include "oath.h" -+#include "pam_modutil.h" - - #include - #include -@@ -42,9 +43,6 @@ - - #ifdef HAVE_SECURITY_PAM_APPL_H - #include --#endif --#ifdef HAVE_SECURITY_PAM_MODUTIL_H --#include - #endif - #ifdef HAVE_SECURITY_PAM_MODULES_H - #include diff --git a/security/oath-toolkit/files/patch-pam__oath_tests_Makefile.in b/security/oath-toolkit/files/patch-pam__oath_tests_Makefile.in deleted file mode 100644 index 4912d58fdaf6..000000000000 --- a/security/oath-toolkit/files/patch-pam__oath_tests_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- pam_oath/tests/Makefile.in.orig 2022-01-31 12:02:54 UTC -+++ pam_oath/tests/Makefile.in -@@ -102,7 +102,7 @@ PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ --TESTS = test-pam_oath$(EXEEXT) $(am__append_1) -+TESTS = $(am__append_1) - @ROOT_TESTS_TRUE@am__append_1 = run-root-tests.sh - subdir = tests - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4