Port details |
- pam_wrapper Preloadable wrapper to test PAM applications and PAM Modules
- 1.0.6_2 devel
=0 1.0.6_2Version of this port present on the latest quarterly branch. - Maintainer: timur@FreeBSD.org
 - Port Added: 2018-07-03 03:29:57
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- License: GPLv3
- Description:
- This tool allows you to either test your PAM application or module. For testing
PAM applications we have written a simple PAM module called pam_matrix
(see below). If you plan to test a PAM module you can use the pamtest library
we have implemented. It simplifies testing of modules. You can be combine it
with the cmocka unit testing framework or you can use the provided Python
bindings to write tests for your module in Python.
WWW: https://cwrap.org/pam_wrapper.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- pam_wrapper>0:devel/pam_wrapper
- For LIB depends:
- libpam_wrapper.so:devel/pam_wrapper
- libpamtest.so:devel/pam_wrapper
- To install the port:
- cd /usr/ports/devel/pam_wrapper/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pam_wrapper
- pkg install pam_wrapper
- PKGNAME: pam_wrapper
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1530578245
SHA256 (pam_wrapper-1.0.6.tar.gz) = 00a0ea065aa20c50eb54103fc8a62504114b07ebfd2bf0c86bb8be10f612581b
SIZE (pam_wrapper-1.0.6.tar.gz) = 86221
- 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:
-
- cmocka>=1.1.1 : sysutils/cmocka
- cmake : devel/cmake
- ninja : devel/ninja
- python3.8 : lang/python38
- Runtime dependencies:
-
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- devel/cwrap
- Configuration Options:
- ===> The following configuration options are available for pam_wrapper-1.0.6_2:
TEST=on: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- devel_pam_wrapper
- USES:
- cmake python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 1.0.6_2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.0.6_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Apr 2019 06:18:32
1.0.6_2
|
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
03 Jan 2019 12:20:31
1.0.6_1
|
antoine  |
Python 2.6 support was removed 5 years ago |
25 Dec 2018 20:25:40
1.0.6_1
|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
03 Jul 2018 13:09:10
1.0.6_1
|
timur  |
Incorporate mat@ cleanup suggrestions |
03 Jul 2018 03:29:43
1.0.6
|
timur  |
Add a Cwrap suit - set of preloadable wrappers that allow to test different
aspects of the application in a transparent manner.
Sponsored by: iXsystems Inc. |
Number of commits found: 7
|