public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-nds/tac_plus/
@ 2017-11-26 23:23 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-11-26 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1ca0bc077ff7b0e1bd4ca5eaaeae9ce9317661a2
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 12:49:37 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:22:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca0bc07

net-nds/tac_plus: [QA] Consistent whitespace in metadata.xml

 net-nds/tac_plus/metadata.xml | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/net-nds/tac_plus/metadata.xml b/net-nds/tac_plus/metadata.xml
index 04eed53a210..d9a8fd6f07d 100644
--- a/net-nds/tac_plus/metadata.xml
+++ b/net-nds/tac_plus/metadata.xml
@@ -1,13 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-          <email>chainsaw@gentoo.org</email>
-          <name>Tony Vroon</name>
-  </maintainer>
-  <use>
-	  <flag name="finger">Adds support for checking user counts via fingering
-		  the NAS</flag>
-	  <flag name="maxsess">Enforce a limit on maximum sessions per user</flag>
-  </use>
+	<maintainer type="person">
+		<email>chainsaw@gentoo.org</email>
+		<name>Tony Vroon</name>
+	</maintainer>
+	<use>
+		<flag name="finger">Adds support for checking user counts via fingering the NAS</flag>
+		<flag name="maxsess">Enforce a limit on maximum sessions per user</flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/tac_plus/
@ 2020-02-24 17:21 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2020-02-24 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a050be76831bb9946e24f13261571f377faebc99
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 17:21:25 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 17:21:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a050be76

net-nds/tac_plus: Drop old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-nds/tac_plus/tac_plus-4.0.4.19-r3.ebuild | 54 ----------------------------
 1 file changed, 54 deletions(-)

diff --git a/net-nds/tac_plus/tac_plus-4.0.4.19-r3.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.19-r3.ebuild
deleted file mode 100644
index 0bb83adc782..00000000000
--- a/net-nds/tac_plus/tac_plus-4.0.4.19-r3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools base libtool
-
-MY_P="tacacs+-F${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="An updated version of Cisco's TACACS+ server"
-HOMEPAGE="http://www.shrubbery.net/tac_plus/"
-SRC_URI="ftp://ftp.shrubbery.net/pub/tac_plus/${MY_P}.tar.gz"
-
-LICENSE="HPND RSA GPL-2" # GPL-2 only for init script
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug finger maxsess tcpd skey static-libs"
-
-DEPEND="skey? ( >=sys-auth/skey-1.1.5-r1 )
-	tcpd? ( sys-apps/tcp-wrappers )
-	sys-libs/pam"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-parallelmake.patch" )
-
-src_prepare() {
-	base_src_prepare
-	AT_M4DIR="." eautoreconf
-	elibtoolize
-}
-
-src_configure() {
-	econf \
-		$(use_with skey) \
-		$(use_with tcpd libwrap) \
-		$(use_enable debug) \
-		$(use_enable finger) \
-		$(use_enable maxsess) \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	use static-libs || find "${D}" -name '*.la' -delete || die "Unable to remove spurious libtool archive"
-	dodoc CHANGES FAQ
-
-	newinitd "${FILESDIR}/tac_plus.init2" tac_plus
-	newconfd "${FILESDIR}/tac_plus.confd2" tac_plus
-
-	insinto /etc/tac_plus
-	newins "${FILESDIR}/tac_plus.conf2" tac_plus.conf
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/tac_plus/
@ 2021-03-30 21:45 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-03-30 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     591699ea45d46e23808c2286cc060c09e0a83c97
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 21:28:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 21:45:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591699ea

net-nds/tac_plus: install PAM configuration file

Thanks-to: Reuben Farrelly <reuben-gentoo-bugzilla <AT> reub.net>
Closes: https://bugs.gentoo.org/474860
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-nds/tac_plus/tac_plus-4.0.4.27a-r1.ebuild | 67 +++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)

diff --git a/net-nds/tac_plus/tac_plus-4.0.4.27a-r1.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.27a-r1.ebuild
new file mode 100644
index 00000000000..d1efa11dd8b
--- /dev/null
+++ b/net-nds/tac_plus/tac_plus-4.0.4.27a-r1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools pam
+
+MY_P="tacacs+-F${PV}"
+DESCRIPTION="An updated version of Cisco's TACACS+ server"
+HOMEPAGE="http://www.shrubbery.net/tac_plus/"
+SRC_URI="ftp://ftp.shrubbery.net/pub/tac_plus/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="HPND RSA GPL-2" # GPL-2 only for init script
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug finger maxsess tcpd skey static-libs"
+
+DEPEND="
+	net-libs/libnsl
+	sys-libs/pam
+	skey? ( >=sys-auth/skey-1.1.5-r1 )
+	tcpd? ( sys-apps/tcp-wrappers )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}/${P}-parallelmake.patch"
+	"${FILESDIR}/${P}-deansification.patch"
+)
+
+src_prepare() {
+	default
+
+	mv configure.in configure.ac || die "Unable to quiet autoconf deprecation warning"
+	AT_M4DIR="." eautoreconf
+
+}
+
+src_configure() {
+	econf \
+		$(use_with skey) \
+		$(use_with tcpd libwrap) \
+		$(use_enable debug) \
+		$(use_enable finger) \
+		$(use_enable maxsess) \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+
+	if use static-libs ; then
+		find "${ED}" -name '*.la' -delete || die "Unable to remove spurious libtool archive"
+	fi
+
+	dodoc CHANGES FAQ
+
+	newinitd "${FILESDIR}/tac_plus.init2" tac_plus
+	newconfd "${FILESDIR}/tac_plus.confd2" tac_plus
+
+	# bug #474860
+	pamd_mimic_system tac_plus auth account password session
+
+	insinto /etc/tac_plus
+	newins "${FILESDIR}/tac_plus.conf2" tac_plus.conf
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/tac_plus/
@ 2021-03-30 21:45 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-03-30 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c49495704d6cb88eceabfeedc467d144c10fb2c4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 21:25:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 21:45:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4949570

net-nds/tac_plus: add missing net-libs/libnsl dep

Fixes build with newer glibc.

Closes: https://bugs.gentoo.org/644236
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild | 1 +
 net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild
index 5d770f4652e..6f9e32eef0d 100644
--- a/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild
+++ b/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="amd64 ppc x86"
 IUSE="debug finger maxsess tcpd skey static-libs"
 
 DEPEND="
+	net-libs/libnsl
 	sys-libs/pam
 	skey? ( >=sys-auth/skey-1.1.5-r1 )
 	tcpd? ( sys-apps/tcp-wrappers )

diff --git a/net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild
index ca11e1018e3..d9a7bd98090 100644
--- a/net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild
+++ b/net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="debug finger maxsess tcpd skey static-libs"
 
 DEPEND="
+	net-libs/libnsl
 	sys-libs/pam
 	skey? ( >=sys-auth/skey-1.1.5-r1 )
 	tcpd? ( sys-apps/tcp-wrappers )


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/tac_plus/
@ 2021-05-31 17:49 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2021-05-31 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a19670276be4283947bae561925cc0df8eed22b8
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 17:48:51 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 31 17:48:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1967027

net-nds/tac_plus: drop inactive maintainer

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-nds/tac_plus/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-nds/tac_plus/metadata.xml b/net-nds/tac_plus/metadata.xml
index d9a8fd6f07d..e485335c3fa 100644
--- a/net-nds/tac_plus/metadata.xml
+++ b/net-nds/tac_plus/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>chainsaw@gentoo.org</email>
-		<name>Tony Vroon</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<use>
 		<flag name="finger">Adds support for checking user counts via fingering the NAS</flag>
 		<flag name="maxsess">Enforce a limit on maximum sessions per user</flag>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-nds/tac_plus/
@ 2022-04-11 19:13 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2022-04-11 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     5bba24e22989e0db951e0a04933ea5ecd739b9f8
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr 11 18:30:38 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 19:12:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bba24e2

net-nds/tac_plus: use https

Closes: https://github.com/gentoo/gentoo/pull/24996
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild  | 2 +-
 net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild | 4 ++--
 net-nds/tac_plus/tac_plus-4.0.4.27a-r3.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild
index 01b5ac9551ab..22217527ea78 100644
--- a/net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild
+++ b/net-nds/tac_plus/tac_plus-4.0.4.19-r5.ebuild
@@ -7,7 +7,7 @@ inherit autotools
 
 MY_P="tacacs+-F${PV}"
 DESCRIPTION="An updated version of Cisco's TACACS+ server"
-HOMEPAGE="http://www.shrubbery.net/tac_plus/"
+HOMEPAGE="https://www.shrubbery.net/tac_plus/"
 SRC_URI="ftp://ftp.shrubbery.net/pub/tac_plus/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 

diff --git a/net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild
index 09fda604c646..a5026cae2b98 100644
--- a/net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild
+++ b/net-nds/tac_plus/tac_plus-4.0.4.27a-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit autotools
 
 MY_P="tacacs+-F${PV}"
 DESCRIPTION="An updated version of Cisco's TACACS+ server"
-HOMEPAGE="http://www.shrubbery.net/tac_plus/"
+HOMEPAGE="https://www.shrubbery.net/tac_plus/"
 SRC_URI="ftp://ftp.shrubbery.net/pub/tac_plus/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 

diff --git a/net-nds/tac_plus/tac_plus-4.0.4.27a-r3.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.27a-r3.ebuild
index 1aefca883a29..ef68cb7a41cb 100644
--- a/net-nds/tac_plus/tac_plus-4.0.4.27a-r3.ebuild
+++ b/net-nds/tac_plus/tac_plus-4.0.4.27a-r3.ebuild
@@ -7,7 +7,7 @@ inherit autotools pam
 
 MY_P="tacacs+-F${PV}"
 DESCRIPTION="An updated version of Cisco's TACACS+ server"
-HOMEPAGE="http://www.shrubbery.net/tac_plus/"
+HOMEPAGE="https://www.shrubbery.net/tac_plus/"
 SRC_URI="ftp://ftp.shrubbery.net/pub/tac_plus/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-11 19:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-26 23:23 [gentoo-commits] repo/gentoo:master commit in: net-nds/tac_plus/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2020-02-24 17:21 Mikle Kolyada
2021-03-30 21:45 Sam James
2021-03-30 21:45 Sam James
2021-05-31 17:49 David Seifert
2022-04-11 19:13 Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox