git: 973f319e3de1 - main - security/mate-pam-helper: new port at version 1.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jan 2022 23:39:41 UTC
The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=973f319e3de1db11fb3e1d502e695735b1862066 commit 973f319e3de1db11fb3e1d502e695735b1862066 Author: Eric Turgeon <ericbsd@FreeBSD.org> AuthorDate: 2022-01-18 23:36:28 +0000 Commit: Eric Turgeon <ericbsd@FreeBSD.org> CommitDate: 2022-01-18 23:36:28 +0000 security/mate-pam-helper: new port at version 1.3 This mate-pam-helper was create to replace pam_helper to fix the mate screen lock issue. --- security/Makefile | 1 + security/mate-pam-helper/Makefile | 17 +++++++++++++++++ security/mate-pam-helper/distinfo | 3 +++ security/mate-pam-helper/pkg-descr | 8 ++++++++ 4 files changed, 29 insertions(+) diff --git a/security/Makefile b/security/Makefile index 4921c6a0f0cc..b5473b2267b7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -365,6 +365,7 @@ SUBDIR += maltrail SUBDIR += manipulate_data SUBDIR += masscan + SUBDIR += mate-pam-helper SUBDIR += matrixssl SUBDIR += mbedtls SUBDIR += mcrypt diff --git a/security/mate-pam-helper/Makefile b/security/mate-pam-helper/Makefile new file mode 100644 index 000000000000..09c3cfdf9e60 --- /dev/null +++ b/security/mate-pam-helper/Makefile @@ -0,0 +1,17 @@ +PORTNAME= mate-pam-helper +PORTVERSION= 1.3 +CATEGORIES= security sysutils + +MAINTAINER= ericbsd@FreeBSD.org +COMMENT= MATE authenticate applications requiring PAM services + +LICENSE= BSD2CLAUSE + +USES= tar:bzip2 uidfix + +USE_GITHUB= yes +GH_ACCOUNT= GhostBSD + +PLIST_FILES= bin/mate_pam_helper + +.include <bsd.port.mk> diff --git a/security/mate-pam-helper/distinfo b/security/mate-pam-helper/distinfo new file mode 100644 index 000000000000..12a393792337 --- /dev/null +++ b/security/mate-pam-helper/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1642548474 +SHA256 (GhostBSD-mate-pam-helper-1.3_GH0.tar.gz) = c69b6b6ad402a7720952dce539b2f13481c8a8ad292190e35d29239e5d923117 +SIZE (GhostBSD-mate-pam-helper-1.3_GH0.tar.gz) = 2740 diff --git a/security/mate-pam-helper/pkg-descr b/security/mate-pam-helper/pkg-descr new file mode 100644 index 000000000000..b70a56248183 --- /dev/null +++ b/security/mate-pam-helper/pkg-descr @@ -0,0 +1,8 @@ +mate-pam-helper is replacement for pam_helper for the new mate-screensaver. +It is a small utility which allows non-PAM, or non-setuid applications to +make use of PAM's authentication services. It was mainly created to allow +gnome-screensaver to make use of PAM, but any application could use it. It +accepts two arguments, the PAM service name, and a username. It reads the +user's password from stdin. + +WWW: https://github.com/ghostbsd/mate-pam-helper