diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-29 21:05:53 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-04-29 21:05:53 +0200 |
commit | 0d38f9bd36e85724a468fbbc1ae5dfaf4e2adbe4 (patch) | |
tree | 7dc497452585d0229f386e9c680b6c3bddb739f3 | |
parent | d3f3c33a28eed55181bbef0f540049bf0358ea46 (diff) | |
download | libpam-tacplus-0d38f9bd36e85724a468fbbc1ae5dfaf4e2adbe4.tar.gz libpam-tacplus-0d38f9bd36e85724a468fbbc1ae5dfaf4e2adbe4.zip |
-rw-r--r-- | .gitignore | 31 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | config/.placeholder | 0 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 15 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/source/format | 1 |
8 files changed, 43 insertions, 22 deletions
@@ -1,27 +1,28 @@ -debian/autoreconf.before -debian/libpam-tacplus-dev.debhelper.log -debian/libpam-tacplus.debhelper.log -debian/libtac-dev.debhelper.log -debian/libtac2-bin.debhelper.log -debian/libtac2.debhelper.log - Makefile.in aclocal.m4 autom4te.cache/ -confdefs.h config.h.in -config.log -config/ +config/compile +config/config.guess +config/config.sub +config/depcomp +config/install-sh +config/ltmain.sh +config/missing configure -conftest.c -conftest.err -debian/autoreconf.after +config/*.m4 +.deps/ +.libs/ Makefile config.h +config.log config.status -libtac.pc libtool pam_tacplus.spec stamp-h1 -tacc-tacc.o +*.o +*.lo +*.la +*.c.swp +*.h.swp diff --git a/Makefile.am b/Makefile.am index 1d706bb..fa55db3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,6 +84,8 @@ MAINTAINERCLEANFILES = Makefile.in config.h.in configure aclocal.m4 \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libtac.pc +$(bin_PROGRAMS) $(module_LTLIBRARIES): $(lib_LTLIBRARIES) + clean-generic: rm -rf autom4te*.cache rm -f *.rej *.orig *.lang diff --git a/config/.placeholder b/config/.placeholder new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/config/.placeholder diff --git a/configure.ac b/configure.ac index fae4809..ac725b9 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,6 @@ AM_PROG_CC_C_O dnl -------------------------------------------------------------------- dnl Checks for libraries, but don't use -lpam for everything AC_CHECK_LIB(pam, pam_start, HAVE_LIBPAM=1) -AC_CHECK_LIB(logwtmp) case "$host" in sparc-* | sparc64-*) diff --git a/debian/changelog b/debian/changelog index 2baea8f..37c8129 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +libpam-tacplus (1.4.3-cl5.1.0u5) RELEASED; urgency=medium + + * new build for 5.1.0 from original hash + 1b6c1f14cc288b71c6c7005a60d2d7d7b617f6a0 + + -- root <root@3da22e72fb7c> Tue, 01 Feb 2022 01:44:06 +0000 + +libpam-tacplus (1.4.3-cl4u1) RELEASED; urgency=medium + + * First 4.0 release + + -- dev-support <dev-support@cumulusnetworks.com> Mon, 30 Sep 2019 16:49:57 -0700 + libpam-tacplus (1.4.3-cl3u4) RELEASED; urgency=low * Closes: CM-23004 - local account password was allowed even when TACACS+ server could be reached and was authoritative for the accountname diff --git a/debian/control b/debian/control index 2e1d246..2e58c8c 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,11 @@ Priority: extra Build-Depends: debhelper (>= 9), libpam-dev, dh-autoreconf, autoconf-archive, libaudit-dev, libtacplus-map-dev, git, libssl-dev Maintainer: dev-support <dev-support@cumulusnetworks.com> -Standards-Version: 3.9.6 -#Homepage: https://github.com/jeroennijhof/pam_tacplus +Standards-Version: 3.9.8 Homepage: http://www.cumulusnetworks.com +XS-Build-Source: True +XS-Cumulus-Valid-Arch: amd64 armel +XBCS-Vcs-Hash: 1b6c1f14cc288b71c6c7005a60d2d7d7b617f6a0 Package: libpam-tacplus Architecture: any @@ -15,6 +17,7 @@ Description: PAM module for using TACACS+ as an authentication service This PAM module support authentication, authorization (account management) and accounting (session management) performed using TACACS+ protocol designed by Cisco. +XBCS-Vcs-Hash: 1b6c1f14cc288b71c6c7005a60d2d7d7b617f6a0 Package: libpam-tacplus-dev Section: libdevel @@ -22,26 +25,30 @@ Architecture: any Depends: ${misc:Depends}, libpam-tacplus (= ${binary:Version}), libc6-dev|libc-dev Description: Development files for PAM module for using TACACS+ authentication Provides header files for development with libpam-tacplus +XBCS-Vcs-Hash: 1b6c1f14cc288b71c6c7005a60d2d7d7b617f6a0 Package: libtac2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libaudit1 -Description: TACACS+ protocol library +Description: TACACS+ protocol library This library implemenents the fundamentls of the TACACS+ protocol and supports authentication, authorization (account management) and accounting (session management). +XBCS-Vcs-Hash: 1b6c1f14cc288b71c6c7005a60d2d7d7b617f6a0 Package: libtac2-bin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: TACACS+ client program Simple command-line client for TACACS+ testing and scripting +XBCS-Vcs-Hash: 1b6c1f14cc288b71c6c7005a60d2d7d7b617f6a0 Package: libtac-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, libtac2 (= ${binary:Version}), libc6-dev|libc-dev -Description: Development files for TACACS+ protocol library +Description: Development files for TACACS+ protocol library Contains C header files and development files for libtac, a TACACS+ protocol implementation. +XBCS-Vcs-Hash: 1b6c1f14cc288b71c6c7005a60d2d7d7b617f6a0 diff --git a/debian/copyright b/debian/copyright index 5c1c328..7432c4e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ libpam-tacplus Copyright (C) 2010, Pawel Krawczyk <pawel.krawczyk@hush.com> and Jeroen Nijhof <jeroen@jeroennijhof.nl>. - Copyright 2015, 2016, Cumulus Networks Inc. All rights reserved. + Copyright 2015, 2016, 2017, 2018 Cumulus Networks Inc. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/source/format b/debian/source/format index b9b0237..d3827e7 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1,2 +1 @@ 1.0 - |