Skip to content

Commit

Permalink
security/unix-selfauth-helper: Update to 1.1
Browse files Browse the repository at this point in the history
Changes:
https://github.com/Zirias/unix-selfauth-helper/releases/tag/v1.1

Also remove the post-install script checking for FreeBSD versions with
unpatched pam_exec.so. 13.0 and 13.1 were affected, 13.0 is long since
EOL, 13.1 will be EOL in a few days and the issue was already fixed in
-p1.

Approved by:	tcberner (mentor, implicit)
  • Loading branch information
Zirias committed Jul 13, 2023
1 parent 3cd077f commit ca20c39
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 64 deletions.
14 changes: 6 additions & 8 deletions security/unix-selfauth-helper/Makefile
@@ -1,20 +1,18 @@
PORTNAME= unix-selfauth-helper
DISTVERSION= 1.0.1
DISTVERSIONPREFIX= v
DISTVERSION= 1.1
CATEGORIES= security
MASTER_SITES= ${WWW}/releases/download/v${DISTVERSION}/

MAINTAINER= zirias@FreeBSD.org
COMMENT= Local self-authentication for pam_exec
WWW= https://github.com/Zirias/unix-selfauth-helper
WWW= https://github.com/Zirias/${PORTNAME}

LICENSE= BSD2CLAUSE

USES= uidfix
USES= tar:xz

USE_GITHUB= yes
GH_ACCOUNT= Zirias

PLIST_FILES= libexec/unix-selfauth-helper \
PLIST_FILES= etc/pam.d/unix-selfauth \
libexec/unix-selfauth-helper \
man/man8/unix-selfauth-helper.8.gz

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions security/unix-selfauth-helper/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1659607930
SHA256 (Zirias-unix-selfauth-helper-v1.0.1_GH0.tar.gz) = 24d72c04cc6f42b198378926af0e3d3c0efd7d39e68616482c8b218d4732d261
SIZE (Zirias-unix-selfauth-helper-v1.0.1_GH0.tar.gz) = 3927
TIMESTAMP = 1689275552
SHA256 (unix-selfauth-helper-1.1.tar.xz) = a92c1269c5950425df4eee9cba3d96509807a68ac7973f430f3a7c2538a3ff29
SIZE (unix-selfauth-helper-1.1.tar.xz) = 3960
53 changes: 0 additions & 53 deletions security/unix-selfauth-helper/pkg-post-install.lua

This file was deleted.

0 comments on commit ca20c39

Please sign in to comment.