Port details |
- p5-RT-Authen-ExternalAuth RT42 extension to authenticate users against an external source
- 0.27 www
=2 0.27Version of this port present on the latest quarterly branch.
- Maintainer: matthew@FreeBSD.org
- Port Added: 2009-01-25 03:51:50
- Last Update: 2021-02-02 16:05:03
- SVN Revision: 563816
- People watching this port, also watch:: wanted-ports, pgbarman-py311, p5-RT44-RTx-Calendar
- Also Listed In: net perl5
- License: GPLv2
- WWW:
- https://metacpan.org/release/RT-Authen-ExternalAuth
- Description:
- RT::Authen::ExternalAuth RT Authentication using External Sources
A complete package for adding external authentication mechanisms to
RT. It currently supports LDAP via Net::LDAP and External Database
authentication for any database with an installed DBI driver.
It also allows for authenticating cookie information against an
external database through the use of the RT-Authen-CookieAuth
extension.
WWW: https://metacpan.org/release/RT-Authen-ExternalAuth
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-RT-Authen-ExternalAuth>0:www/p5-RT-Authen-ExternalAuth
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-RT-Authen-ExternalAuth
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1497559945
SHA256 (RT-Authen-ExternalAuth-0.27.tar.gz) = b001bfea5d06bea8aaaeb7434c94942785176cd35f081a8fed691906545b36c4
SIZE (RT-Authen-ExternalAuth-0.27.tar.gz) = 78045
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-perl-ldap>0 : net/p5-perl-ldap
- p5-DBI>0 : databases/p5-DBI
- p5-Net-SSLeay>0 : security/p5-Net-SSLeay
- rt : www/rt42
- perl5>=5.28.r1<5.29 : lang/perl5.28
- Runtime dependencies:
-
- p5-perl-ldap>0 : net/p5-perl-ldap
- p5-DBI>0 : databases/p5-DBI
- p5-Net-SSLeay>0 : security/p5-Net-SSLeay
- rt : www/rt42
- perl5>=5.28.r1<5.29 : lang/perl5.28
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.27 02 Feb 2021 16:05:03 |
rene |
Remove ports that are only compatible with expired www/rt42:
www/p5-RT-Authen-ExternalAuth
www/p5-RT-Extension-QuickAssign
www/p5-RT-Extension-SLA |
0.27 28 Mar 2019 19:25:43 |
matthew |
Modernize and flavourize RT Extension ports
Convert the RT{40,42,44} options to new rt42 and rt44 flavours.
Drop all references to www/rt40 -- no longer in ports
Default flavour is rt44, but several of these modules only support
rt42.
Ensure @rt42 flavour conflicts with www/rt44 port and vice-versa
Re-order various sections and re-roll one patch to placate portlint
Reviewed by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D17285 |
0.27 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.27 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.27 15 Jun 2017 22:09:06 |
matthew |
Security update to 0.27
Changes: http://cpansearch.perl.org/src/BPS/RT-Authen-ExternalAuth-0.27/CHANGES
Security: 7a92e958-5207-11e7-8d7c-6805ca0b3d42 |
0.26 03 Aug 2016 12:44:09 |
matthew |
Update to 0.26
This module has been folded into the core for rt-4.4, so remove the
RT44 option and make RT42 the default choice.
Remove patch-inc__Module__Install__RTx.pm -- upstream have applied the
fix. |
0.25_2 05 May 2016 20:07:27 |
matthew |
Add option to allow compiling for www/rt44, and make that the default.
(Except for www/p5-RT-Extension-SLA, as the SLA functionality is now
an integral part of rt44)
Refactor the option handling code. |
0.25_1 13 Apr 2016 10:36:15 |
jbeich |
Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}
This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD.
PR: 208294
Exp-run by: antoine
Approved by: portmgr (antoine), perl (mat)
Differential Revision: https://reviews.freebsd.org/D4158 |
0.25_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.25_1 03 May 2015 16:07:15 |
bapt |
Do not try to load rt configuration files before installing
This allows to package as a user |
0.25_1 03 May 2015 16:03:31 |
bapt |
Do not try to load rt configuration files before installing
This allows to package as a user |
0.25_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.25 13 Nov 2014 17:16:31 |
mat |
I'm not exactly sure why or what, but these ports do something at install time,
and it only works as root, so, mark them as NEED_ROOT.
Sponsored by: Absolight |
0.25 26 Oct 2014 10:54:01 |
matthew |
Update to 0.25
ChangeLog: http://cpansearch.perl.org/src/FALCONE/RT-Authen-ExternalAuth-0.25/CHANGES |
0.24 11 Oct 2014 17:39:57 |
matthew |
Update to 0.24
- Drop support for www/rt38
- Remove all the @dirrm* stuff from pkg-plist.
ChangeLog: http://cpansearch.perl.org/src/ALEXMV/RT-Authen-ExternalAuth-0.24/CHANGES |
0.23 14 Sep 2014 15:44:55 |
matthew |
Update to 0.23
ChangeLog: http://cpansearch.perl.org/src/ALEXMV/RT-Authen-ExternalAuth-0.23/CHANGES |
0.21 04 Jul 2014 05:32:09 |
matthew |
Update to 0.21
ChangeLog: http://cpansearch.perl.org/src/FALCONE/RT-Authen-ExternalAuth-0.21/ChangeLog |
0.20 10 Apr 2014 19:48:51 |
matthew |
Update to 0.20
Change
Log: http://cpansearch.perl.org/src/FALCONE/RT-Authen-ExternalAuth-0.20/ChangeLog |
0.18 08 Mar 2014 12:49:01 |
matthew |
Update to 0.18
ChangeLog: http://cpansearch.perl.org/src/FALCONE/RT-Authen-ExternalAuth-0.18/ChangeLog |
0.17_2 10 Dec 2013 19:47:43 |
bdrewery |
- Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.
With hat: portmgr |
0.17_1 08 Dec 2013 22:38:52 |
matthew |
Mark all my architecture independent ports using shell/perl/PHP as
NO_ARCH=yes
While here, fix a few other niggles:
net/phpldapadmin -- remove indefinite article from COMMENT
www/p5-RT* -- fix comments referencing the different versions of RT
x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the
install targets; rework the handling of ${FONTPATH} |
0.17_1 01 Dec 2013 17:51:43 |
matthew |
Update all the RT extension modules to work with www/rt42 and make
that the new default. |
0.17 02 Oct 2013 19:49:38 |
matthew |
Fix plist
Reported by: pkg-fallout |
0.17 30 Sep 2013 22:28:23 |
matthew |
Remove some test code accidentally included in previous commit. |
0.17 30 Sep 2013 21:53:56 |
matthew |
- stagify the last 4 remaining of my ports
- Add patch for a bug in Module::Import::RTx which doesn't take any
account of ${DESTDIR}. This is a known bug upstream which hasn't
been fixed in 7 years or so since it was first reported...
https://rt.cpan.org/Public/Bug/Display.html?id=12964 |
0.17 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.17 01 Aug 2013 22:04:02 |
matthew |
Convert all my perl-using ports to USES+=perl5
While here:
- add USES+=shebangfix to ports-mgmt/p5-FreeBSD-Portindex
- set $PERL in CONFIGURE_ENV to achieve equivalent to shebangfix
for www/rt40
- upgrade to 0.17 and fix pkg-plist for www/p5-RT-Authen-ExternalAuth
- trim Makefile header for www/p5-RTx-Calendar |
0.13 02 Feb 2013 23:06:12 |
matthew |
Upgrade to version 0.13
ChangeLog:
http://cpansearch.perl.org/src/TSIBLEY/RT-Authen-ExternalAuth-0.13/ChangeLog |
0.12 29 Dec 2012 18:00:53 |
matthew |
Update to 0.12
-- Remove MASTERSITE_SUBDIR, as this was preventing portscout
finding updates since the module was transferred to a different
maintainer on CPAN
ChangeLog
http://cpansearch.perl.org/src/TSIBLEY/RT-Authen-ExternalAuth-0.12/ChangeLog
Submitted by: joel@vnode.se |
0.11 15 Dec 2012 09:31:59 |
matthew |
Trim remaining untrimmed headers on my ports
Where BUILD_DEPENDS and RUN_DEPENDS have the same value, initialise
RUN_DEPENDS from BUILD_DEPENDS |
0.11 26 Jul 2012 17:46:52 |
matthew |
Security update to 0.11
ChangeLog:
0.11 2012-07-03 Alex Vandiver
* Obfuscate passwords in RT's System Configuration page
* Set an empty CurrentUser on failure, instead of removing it entirely
0.10_01 2012-02-23 Thomas Sibley
* Escape usernames in filter values so special characters don't die
0.10 2012-02-17 Thomas Sibley
* Silence confusing log messages when $ExternalInfoPriority is empty
0.09_03 2012-01-27 Thomas Sibley (Only the first 15 lines of the commit message are shown above ) |
0.09_2 07 Jun 2012 11:59:52 |
matthew |
- Don't use SITE_PERL in *_DEPENDS
- Update CONFLICTS [1]
Approved by: shaun (mentor)
Submitted by: [1] Sulev-Madis 'ketas' Silber |
0.09_2 04 Jun 2012 19:25:56 |
matthew |
- Convert all my remaining ports to OPTIONSng
Files affected:
databases/mysql-connector-java/Makefile
databases/phpmyadmin/Makefile
mail/sa-utils/Makefile
net/phpldapadmin/Makefile
security/apg/Makefile
textproc/sphinxsearch/Makefile
www/p5-RT-Authen-ExternalAuth/Makefile
www/p5-RT-Extension-LDAPImport/Makefile
www/p5-RT-Extension-SLA/Makefile
www/p5-RTx-Calendar/Makefile
www/rt40/Makefile
www/rt40/Makefile.cpan
x11-fonts/gentium/Makefile
x11-fonts/gentium-basic/Makefile
Approved by: shaun (mentor) |
0.09_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.09_1 09 Feb 2012 17:09:51 |
matthew |
Update maintainer address to matthew@FreeBSD.org
Approved by: shaun (mentor) |
0.09_1 18 Oct 2011 15:56:02 |
flo |
- Add support for www/rt40
- Add missing dependencies from Meta.yaml
- Add license
- Pet portlint
- Bump PORTREVISION
PR: ports/160953
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
0.09 26 Sep 2011 20:01:01 |
dougb |
Remove support for rt36 in preparation for its removal
Submitted by: maintainer |
0.09 26 Sep 2011 09:24:20 |
dougb |
Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)
Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports. |
0.09 28 May 2011 13:21:58 |
sunpoet |
- Update to 0.09
Changes: http://search.cpan.org/dist/RT-Authen-ExternalAuth/ChangeLog
PR: ports/157046
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
0.08_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.08_3 12 Feb 2011 09:30:23 |
az |
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.
Sponsored by: p5 namespace |
0.08_3 16 Dec 2010 02:34:07 |
glarkin |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
0.08_2 21 Jan 2010 20:36:49 |
miwi |
As reported by pointyhat: env(1) did not grow a '-u' option until
7.1-RELEASE, and we still need to support 6.4-RELEASE.
PR: ports/142940 ports/142941 ports/142942 ports/142943
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
0.08_2 14 Jan 2010 06:21:03 |
pgollucci |
* Switch to using bsd.port.options.mk
* Track PREFIX settings from the parent www/rt38 or www/rt36 port: has to match,
or it won't work.
* Minor fix to pkg-plist.rt38
PR: ports/142135
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
0.08_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.08_1 16 May 2009 02:33:03 |
pgollucci |
- Update to 2.12
- We busted something upstream and we need GMAKE now
- Bump PORTREVISIONS for p5-libapreq2 ports
b/c of shared lib bumps
PR: ports/133694
Approved by: maintainer timeout (skv; 1 month 2 days) |
0.08 13 Feb 2009 14:26:02 |
wxs |
- Update to 0.08 for rt38.
When using other RT versions it is still at 0.05.
PR: ports/131425
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
Approved by: m.seaman@infracaninophile.co.uk (maintainer) |
0.05 25 Jan 2009 03:51:23 |
beech |
RT::Authen::ExternalAuth RT Authentication using External Sources
A complete package for adding external authentication mechanisms to
RT. It currently supports LDAP via Net::LDAP and External Database
authentication for any database with an installed DBI driver.
It also allows for authenticating cookie information against an
external database through the use of the RT-Authen-CookieAuth
extension.
WWW: http://search.cpan.org/perldoc?RT::Authen::ExternalAuth
PR: ports/129783
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> |