Skip to content

Commit

Permalink
Import sources from Cumulus Linux version 1.4.3-cl5.1.0u5
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Apr 29, 2024
1 parent d3f3c33 commit 0d38f9b
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 22 deletions.
31 changes: 16 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file added config/.placeholder
Empty file.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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-*)
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
15 changes: 11 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
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
Expand All @@ -15,33 +17,38 @@ 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
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

2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libpam-tacplus
Copyright (C) 2010, Pawel Krawczyk <[email protected]>
and Jeroen Nijhof <[email protected]>.

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
Expand Down
1 change: 0 additions & 1 deletion debian/source/format
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
1.0

0 comments on commit 0d38f9b

Please sign in to comment.