Port details |
- mod_auth_mysql_another Allows users to use MySQL databases for user authentication
- 3.0.0_5 www =14 3.0.0_5Version of this port present on the latest quarterly branch.
- Maintainer: apache@FreeBSD.org
- Port Added: 2002-04-27 13:53:50
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: phpMyAdmin-php81, nmap, wget, netcat, sendmail
- License: APACHE10
- WWW:
- https://modauthmysql.sourceforge.net/
- Description:
- This add-on module allows the apache web server to use a MySQL database
for user and/or group authentication. For large user lists this can offer
a significate speed up over apache's standard flat file format.
There is a different version of mod_auth_mysql in the ports tree with
different configuration. Unfortunatly this version has a bug if used on
a system which has more than one authentification databases. You may have
to look which version fits your requirements.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ap24-mod_auth_mysql_another>0:www/mod_auth_mysql_another
- To install the port:
- cd /usr/ports/www/mod_auth_mysql_another/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_auth_mysql_another
- pkg install ap24-mod_auth_mysql_another
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ap24-mod_auth_mysql_another
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mod_auth_mysql-3.0.0.tar.gz) = 56da2e386583548f2fd9976101633f028d5d4649b46f428ff1d0dd1639efbad4
SIZE (mod_auth_mysql-3.0.0.tar.gz) = 19257
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:
-
- apxs : www/apache24
- Runtime dependencies:
-
- apxs : www/apache24
- Library dependencies:
-
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ap24-mod_auth_mysql_another-3.0.0_5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_mod_auth_mysql_another
- USES:
- apache mysql
- 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 |
3.0.0_5 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
3.0.0_5 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
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) |
3.0.0_5 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 ) |
3.0.0_5 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
3.0.0_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.0_5 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
3.0.0_5 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.0.0_5 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
3.0.0_5 05 Nov 2017 12:55:03 |
brnrd |
www/mod_auth_mysql_another: Fix runtime error with ZTS php
- Linking regular libmysqlclient will segfault apache mod_php [1]
- Fix building with MariaDB 10.2
PR: 219445 [1]
Submitted by: amistry@am-productions.biz [1]
With hat: apache |
3.0.0_5 15 Jul 2015 17:51:26 |
pgollucci |
www/mod_auth_mysql_another: cleanup / apache24 fixes
- Bump PortREVISION
- Set LICENSE
- Allow apache 22+
- DAPACHE2 isn't needed anymore
- consolidate post-patch and patches into one
- unmute install command
- remove unused files/Makefiel
- handle remote_ip vs client_ip
PR: 193941
Submitted by: dan@sunsaturn.com (with mods)
With Hat: apache@ |
3.0.0_4 15 Dec 2013 22:11:21 |
ohauer |
- add stage support
- add license
- minor cleanups
with hat apache@ |
3.0.0_4 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
3.0.0_4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.0.0_4 22 Sep 2012 21:15:51 |
ohauer |
- USE_APACHE= s/22+/22/
- adopt new Makefile header
Port build fails on local exp-run with apache24 with
error: 'conn_rec' has no member named 'remote_ip'
or various other apache22 specific functions/parameters
with hat apache@ |
3.0.0_4 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
3.0.0_4 01 Mar 2012 03:05:34 |
pgollucci |
- Over to apache@ |
3.0.0_4 02 Jan 2012 04:39:12 |
tabthorpe |
- Reassign to the heap |
3.0.0_4 01 Jan 2012 16:47:41 |
ohauer |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
3.0.0_4 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
3.0.0_4 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
3.0.0_3 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
3.0.0_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.0.0_2 06 Jun 2010 04:48:05 |
pgollucci |
- WITH_APACHE2 is dead
PR: ports/146899
Submitted by: pgollucci@ (myself)
Approved by: maintainer timeout (mbr; 14 days) |
3.0.0_2 22 Aug 2009 00:38:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
3.0.0_2 21 May 2009 20:45:34 |
pgollucci |
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports) |
3.0.0_2 29 Jul 2007 12:11:07 |
pav |
- Fix build with Apache 2.2
PR: ports/111601
Submitted by: Patrick Powell <papowell@astart.com>
Approved by: maintainer timeout (mbr; 3 months) |
3.0.0_2 15 May 2006 13:26:01 |
mbr |
Bump port revision after the last fix for apache2 |
3.0.0_1 15 May 2006 13:24:49 |
mbr |
Change ap_pstrcat to apr_pstrcat for the apache22 case. |
3.0.0_1 13 May 2006 04:41:22 |
edwin |
Remove USE_REINPLACE from categories starting with W |
3.0.0_1 17 Apr 2006 20:55:38 |
linimon |
Restore mbr as maintainer at his request. It seems I lost his mail replying
to my request for status.
Hat: portmgr
Pointy hat: linimon |
3.0.0_1 15 Apr 2006 13:21:00 |
mbr |
Unbreak for apxs 1.2+ and apache 2+
Build for apache1.3 too.
Remove package list, we autobuild it. |
3.0.0 15 Apr 2006 06:26:48 |
linimon |
Reset mbr due to no answer to an email inquiry about his status, and
maintainer-timeouts.
Hat: portmgr |
3.0.0 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
3.0.0 04 Dec 2005 00:18:15 |
clement |
- prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus |
3.0.0 26 Nov 2005 14:08:51 |
flz |
- Update to 3.0.0.
PR: ports/88795
Submitted by: Ilya Pizik <polzun@scar.jinr.ru>
Approved by: maintainer timeout (2 weeks) |
2.9.0 25 Nov 2005 03:58:32 |
linimon |
Chase some URLs per the distfile survey.
hat: portmgr |
2.9.0 05 Apr 2005 08:23:53 |
mbr |
Upgrade to 2.9.0, remove obsoleted patches.
PR: 74686
Submitted by: ports@c0decafe.net |
2.0 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.0 11 Jan 2004 18:52:38 |
mbr |
Make mod_auth_mysql working with mysqld 4.1.x. Replace make_scrambled_password()
with hash_password().
PR: 54067 |
2.0 07 Nov 2003 09:12:58 |
marcus |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
2.0 30 Jun 2003 09:35:28 |
mbr |
Update to 2.0. Include Apache 2 support.
PR: 52436
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
1.0 07 Mar 2003 06:12:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.0 11 Sep 2002 12:51:34 |
mbr |
Unbreak port on stable. Apxs was hardcoded in the Makefile. |
1.0 22 May 2002 15:50:34 |
mbr |
Change LOCALBASE to PREFIX, and set -rpath, so the module can be installed
into PREFIX without setting LD_LIBRARY_PATH. |
1.0 27 Apr 2002 13:53:37 |
mbr |
Another version of mod_auth_mysql which works ok with more than one
Database too. |