Port details |
- libnss-mysql NSS module using a MySQL database for backend
- 1.5_6 net
=3 1.5_5Version of this port present on the latest quarterly branch. - Maintainer: fluffy@FreeBSD.org
 - Port Added: 2003-08-30 06:50:07
- Last Update: 2024-11-05 18:06:15
- Commit Hash: fe377bb
- People watching this port, also watch:: p5-Geo-IPfree, libwmf, p5-MIME-Tools, aide, p5-Convert-UUlib
- License: not specified in port
- WWW:
- https://libnss-mysql.sourceforge.net/
- Description:
- libNSS-MySQL allows you to authenticate UNIX groups and users using a MySQL
database. It uses the NSS API which provides an abstraction layer between
the UNIX authentication API and the related data. NSS-MySQL currently supports
the passwd and groups services.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libnss-mysql>0:net/libnss-mysql
- To install the port:
- cd /usr/ports/net/libnss-mysql/ && make install clean
- To add the package, run one of these commands:
- pkg install net/libnss-mysql
- pkg install libnss-mysql
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libnss-mysql
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libnss-mysql-1.5.tar.gz) = a2d66cf27c61ac910e5747c642276ce70b79006f8820a90f12f27614a39e245c
SIZE (libnss-mysql-1.5.tar.gz) = 333385
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_libnss-mysql
- USES:
- libtool 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 |
1.5_6 05 Nov 2024 18:06:15
    |
Dima Panov (fluffy)  Author: Max Khon |
net/libnss-mysql: WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed
in a future version (+)
PR: 280862 |
1.5_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 |
1.5_5 01 Feb 2023 12:08:25
    |
Dima Panov (fluffy)  |
net/libnss-mysql: unbreak build with mysql80/maria105+ (+)
Transfer maintainership vd => fluffy
PR: 269130
Approved by: vd |
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) |
1.5_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 ) |
1.5_5 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.5_5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.5_5 15 Nov 2019 10:12:08
  |
tobik  |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
1.5_5 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.5_5 02 Aug 2015 15:03:20
  |
tijl  |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
1.5_4 10 Jul 2014 15:08:07
  |
tijl  |
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Replace a patch with post-patch and post-install and use @sample |
1.5_3 31 Jan 2014 07:04:20
  |
miwi  |
- Stage support
- Convert to USES |
1.5_3 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.5_3 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.5_3 19 Mar 2011 13:15:34
 |
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
1.5_2 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
1.5_2 22 Aug 2009 00:32:25
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
1.5_2 02 Aug 2009 19:36:34
 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.5_2 06 Jan 2009 17:59:31
 |
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
1.5_2 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.5_2 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.5_2 29 Jan 2007 23:51:55
 |
kris  |
Use libtool port instead of included version to avoid a.out objformat botch |
1.5_2 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.5_1 22 Jan 2006 21:24:05
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.5_1 20 Jan 2006 06:12:05
 |
vd  |
Change my email address to the @FreeBSD one
Approved by: garga (mentor) |
1.5_1 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.5_1 19 Oct 2005 17:14:52
 |
garga  |
- Change --with-mysql-lib and --with-mysql-inc to --with-mysql
PR: ports/87556
Submitted by: maintainer |
1.5 10 Sep 2005 21:50:10
 |
pav  |
- Update to 1.5
PR: ports/85915
Submitted by: Vasil Dimov <vd@datamax.bg> (maintainer) |
1.4_1 01 Aug 2005 09:17:25
 |
clement  |
- Pass maintainership to Vasil Dimov <vd _at_ datamax _dot_ bg> |
1.4_1 30 Jul 2005 21:48:56
 |
clement  |
- Fix connection to mysql server via tcp
PR: ports/82731
Submitted by: Vasil Dimov <vd@datamax.bg> |
1.4 22 May 2005 13:14:09
 |
clement  |
- Update to 1.4 |
1.3 14 Nov 2004 10:26:48
 |
clement  |
- Update to 1.3 |
1.2 30 Mar 2004 11:40:01
 |
clement  |
- Update to 1.2
This release fixes euid change detection (which broke privsep sshd)
and an "initcmd" configuration parameter. |
1.1 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.1 08 Mar 2004 10:59:44
 |
clement  |
- Update to 1.1
From Changelog:
FreeBSD users should take note of the new samples provided for security reasons. |
1.0 07 Feb 2004 17:16:21
 |
clement  |
- SIZEify distinfo |
1.0 13 Jan 2004 15:04:51
 |
clement  |
- Update my email address
Approved and reviewed by: erwin (mentor) |
1.0 16 Oct 2003 08:48:06
 |
linimon  |
Fix typo in maintainer address (note the fact that the originator
is correctly typed). |
1.0 30 Aug 2003 06:48:11
 |
edwin  |
net/libnss-mysql (NSS module using a MySQL database for backend)
libNSS-MySQL allows you to authenticate UNIX groups and
users using a MySQL database. It uses the NSS API which
provides an abstraction layer between the UNIX authentication
API and the related data. NSS-MySQL currently supports the
passwd and groups services. Version 1.0 has native FreeBSD
suppport.
PR: ports/54423
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |