Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
202302261244 01 Mar 2023 09:37:20
    |
Fernando Apesteguía (fernape)  Author: Andrey |
net/tacacs: update to 202302261244.
PR: 269850
Reported by: akuz84@gmail.com (maintainer) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
202206071936 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
202206071936 23 Jun 2022 15:48:05
    |
Li-Wen Hsu (lwhsu)  Author: Andrey |
net/tacacs: Update to 202206071936
While here:
- Sort pkg-plist
- Use https MASTER_SITES
- Pet portlint(1), portfmt(1), portclippy(1)
PR: 264845 |
202004081858 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
202004081858 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
202004081858 27 May 2020 14:55:03
  |
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). |
202004081858 19 Apr 2020 08:46:41
  |
pi  |
net/tacacs: update 201906100936 -> 202004081858, unbreak, make fetchable again
PR: 245729
Submitted by: akuz84@gmail.com (maintainer) |
201906100936 04 Apr 2020 20:51:41
  |
antoine  |
Deprecate ports broken for more than 6 months |
201906100936 06 Nov 2019 14:00:19
  |
antoine  |
Mark a few ports BROKEN (unfetchable) |
201906100936 29 Aug 2019 13:41:53
  |
tobik  |
net/tacacs: Do not set WRKSRC twice |
201906100936 14 Aug 2019 08:48:51
  |
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
201906100936 13 Aug 2019 18:49:10
  |
pi  |
New port: net/tacacs
tac_plus is a TACACS+ daemon. It provides Cisco Systems routers and
access servers with authentication, authorisation and accounting services.
This version is a major rewrite of the original Cisco source code.
Key features include:
- NAS specific host keys, prompts, enable passwords
- NAS- and ACL-dependent group memberships
- Flexible external backends for user profiles (e.g. via PERL scripts or C;
LDAP (including ActiveDirectory), RADIUS and others are included )
- Connection multiplexing (multiple concurrent NAS clients per process)
- Session multiplexing
- Scalable, no limit on users, clients or servers
- CLI context aware. At the time of writing this, no other TACACS+ daemon is.
- Both IPv4 and IPv6 are fully supported.
- Compliant to latest TACACS+ protocol specification (draft 1.78)
WWW: http://www.pro-bono-publico.de/projects/tac_plus.html
PR: 239755
Submitted by: akuz84@gmail.com |