Port details |
- pam-modules Collection of modules for PAM
- 2.5_1 security
=2 2.5_1Version of this port present on the latest quarterly branch. - Maintainer: cy@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2016-01-20 21:15:31
- Last Update: 2024-03-05 19:59:07
- Commit Hash: d4042ff
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://puszcza.gnu.org.ua/software/pam-modules/pam-modules.html
- Description:
- PAM-modules is a collection of useful PAM modules and command line
utilities for checking PAM authentication and other management groups.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pam-modules>0:security/pam-modules
- To install the port:
- cd /usr/ports/security/pam-modules/ && make install clean
- To add the package, run one of these commands:
- pkg install security/pam-modules
- pkg install pam-modules
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pam-modules
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1693212461
SHA256 (pam-modules-2.5.tar.gz) = 48509a2465a8a35cdcc000ac7dacf0ab3fc49369a6dcdbbda58b9d94d6434231
SIZE (pam-modules-2.5.tar.gz) = 704093
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pam-modules-2.5_1:
GROUPMEMBER=on: Build pam_groupmember
MYSQL=off: Build pam_mysql
NIS=off: Build pam_innetgr
PGSQL=off: Build pam_pgsql
REGEX=on: Build pam_regex
SYSLOG=on: Build pam_log
===> Use 'make config' to modify these settings
- Options name:
- security_pam-modules
- USES:
- libtool
- 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 |
2.5_1 05 Mar 2024 19:59:07
![commit hash: d4042fffbe7ca89488022602a5d86aa973f0b52f commit hash: d4042fffbe7ca89488022602a5d86aa973f0b52f](/images/git.png) ![commit hash: d4042fffbe7ca89488022602a5d86aa973f0b52f commit hash: d4042fffbe7ca89488022602a5d86aa973f0b52f](/images/codeberg.svg) ![commit hash: d4042fffbe7ca89488022602a5d86aa973f0b52f commit hash: d4042fffbe7ca89488022602a5d86aa973f0b52f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Cy Schubert (cy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/pam-modules: Move man pages |
2.5 04 Sep 2023 11:31:28
![commit hash: b437f97ec2cbdb27ca69fc8b09c7f3bb3014973e commit hash: b437f97ec2cbdb27ca69fc8b09c7f3bb3014973e](/images/git.png) ![commit hash: b437f97ec2cbdb27ca69fc8b09c7f3bb3014973e commit hash: b437f97ec2cbdb27ca69fc8b09c7f3bb3014973e](/images/codeberg.svg) ![commit hash: b437f97ec2cbdb27ca69fc8b09c7f3bb3014973e commit hash: b437f97ec2cbdb27ca69fc8b09c7f3bb3014973e](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Alexey Dokuchaev (danfe) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/pam-modules: redo previously committed incorrect build "fix"
The xgetname() function expecting `int (*)(char *, size_t)' was written
for gethostname() which matches this (per POSIX), but also used against
getdomainname() which does not (its `namelen' argument is int). Rather
than forcibly feeding non-matching function, create a thin wrapper with
correct types.
Fixes: 3a86f14adefa |
2.5 28 Aug 2023 16:35:26
![commit hash: 3a86f14adefaed32f83737b359f80d80f28eec53 commit hash: 3a86f14adefaed32f83737b359f80d80f28eec53](/images/git.png) ![commit hash: 3a86f14adefaed32f83737b359f80d80f28eec53 commit hash: 3a86f14adefaed32f83737b359f80d80f28eec53](/images/codeberg.svg) ![commit hash: 3a86f14adefaed32f83737b359f80d80f28eec53 commit hash: 3a86f14adefaed32f83737b359f80d80f28eec53](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Cy Schubert (cy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/pam-modules: Fix build with LLVM15, assume maintainership
Fix:
pam_innetgr.c:134:16: error: incompatible function pointer types passing 'int
(char *, int)' to parameter of type 'int (*)(char *, size_t)' (aka 'int (*)(char
*, unsigned long)') [-Wincompatible-function-pointer-types]
if (xgetname(getdomainname, &domainname)) {
^~~~~~~~~~~~~
pam_innetgr.c:65:16: note: passing argument to parameter 'getfn' here
xgetname(int (*getfn)(char *, size_t), char **storage)
^
1 warning and 1 error generated.
*** [pam_innetgr.lo] Error code 1
While at it assume maintainership. |
2.5 28 Aug 2023 09:02:59
![commit hash: d8073feba9e8db442c218b1e21273f0b609e23e6 commit hash: d8073feba9e8db442c218b1e21273f0b609e23e6](/images/git.png) ![commit hash: d8073feba9e8db442c218b1e21273f0b609e23e6 commit hash: d8073feba9e8db442c218b1e21273f0b609e23e6](/images/codeberg.svg) ![commit hash: d8073feba9e8db442c218b1e21273f0b609e23e6 commit hash: d8073feba9e8db442c218b1e21273f0b609e23e6](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Rodrigo Osorio (rodrigo) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/pam-modules: upate to 2.5
Major changes in 2.3
* New module pam_innetgr (NIS)
* The ldappubkey utility improved
Major changes in 2.3.1
* Add missing symbol (pam_innetgr lacked pam_sm_setcred)
Major changes in 2.4
* Major rewrite of memory allocation code
* Bugfixes
Major changes in 2.4.1
* Fix pam_mysql and pam_pgsql authentication
Major changes in 2.5:
* pam_fshadow: skip-password option
Full changelog: https://git.gnu.org.ua/pam-modules.git/tree/NEWS
Port changes:
* Fix mysql build (optional)
* Patch pam-modules to fix a naming collision with open ldap (fixed by
upstream for upcoming releases)
* Reorder Makefile to make linters happy |
2.2_1 20 Jul 2023 14:04:33
![commit hash: 1e21c258a72cab34f5949e65d7cb4ff584db6c4e commit hash: 1e21c258a72cab34f5949e65d7cb4ff584db6c4e](/images/git.png) ![commit hash: 1e21c258a72cab34f5949e65d7cb4ff584db6c4e commit hash: 1e21c258a72cab34f5949e65d7cb4ff584db6c4e](/images/codeberg.svg) ![commit hash: 1e21c258a72cab34f5949e65d7cb4ff584db6c4e commit hash: 1e21c258a72cab34f5949e65d7cb4ff584db6c4e](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mark Felder (feld) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Drop maintainership of ports
I cannot give these the attention they need right now. |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
2.2_1 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
2.2_1 20 Jul 2022 14:22:56
![commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe](/images/git.png) ![commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe](/images/codeberg.svg) ![commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.2_1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
2.2_1 15 Nov 2019 10:12:08
![Revision:517643 Revision:517643](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tobik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
2.2_1 10 Nov 2018 18:12:58
![Revision:484628 Revision:484628](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
2.2 19 Feb 2018 16:20:43
![Revision:462333 Revision:462333](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Don't abuse opt_VARS to add to USES.
Sponsored by: Absolight |
2.2 02 Jan 2018 16:13:26
![Revision:457909 Revision:457909](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
feld ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
security/pam-modules: Update to 2.2 |
2.0 20 Jan 2016 21:15:23
![Revision:406807 Revision:406807](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
feld ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
PAM-modules is a collection of useful PAM modules and command line
utilities for checking PAM authentication and other management groups.
WWW: http://puszcza.gnu.org.ua/software/pam-modules/pam-modules.html |