FreeBSD Bugzilla – Attachment 251152 Details for
Bug 279465
[new port] security/py-mkpasswd: Overfeatured front end to crypt(3)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-Add-security-py-mkpasswd.patch
0001-Add-security-py-mkpasswd.patch (text/plain), 2.12 KB, created by
Ricardo Branco
on 2024-06-02 10:36:22 UTC
(
hide
)
Description:
0001-Add-security-py-mkpasswd.patch
Filename:
MIME Type:
Creator:
Ricardo Branco
Created:
2024-06-02 10:36:22 UTC
Size:
2.12 KB
patch
obsolete
>From cb9a0a7249ea75492600b1faf3f6e649537f1cbb Mon Sep 17 00:00:00 2001 >From: Ricardo Branco <rbranco@suse.de> >Date: Sun, 2 Jun 2024 12:34:11 +0200 >Subject: [PATCH] Add security/py-mkpasswd > >--- > security/py-mkpasswd/Makefile | 34 ++++++++++++++++++++++++++++++++++ > security/py-mkpasswd/distinfo | 3 +++ > security/py-mkpasswd/pkg-descr | 1 + > 3 files changed, 38 insertions(+) > create mode 100644 security/py-mkpasswd/Makefile > create mode 100644 security/py-mkpasswd/distinfo > create mode 100644 security/py-mkpasswd/pkg-descr > >diff --git a/security/py-mkpasswd/Makefile b/security/py-mkpasswd/Makefile >new file mode 100644 >index 000000000000..90dbabc1fbe1 >--- /dev/null >+++ b/security/py-mkpasswd/Makefile >@@ -0,0 +1,34 @@ >+PORTNAME= mkpasswd >+DISTVERSIONPREFIX= v >+PORTVERSION= 2.1 >+CATEGORIES= python security >+ >+MAINTAINER= rbranco@suse.de >+COMMENT= Overfeatured front end to crypt(3) >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USE_GITHUB= yes >+GH_ACCOUNT= ricardobranco777 >+GH_PROJECT= mkpasswd >+ >+USES= python >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argon2-cffi>=21.1:security/py-argon2-cffi@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}passlib>=1.7.4:security/py-passlib@${PY_FLAVOR} >+ >+NO_ARCH= yes >+ >+PLIST_FILES= bin/mkpasswd >+ >+# Fix she-bang >+post-patch: >+ ${REINPLACE_CMD} -e '1s|^#!.*|#!${PYTHON_CMD}|' ${WRKSRC}/mkpasswd >+ >+do-build: >+ true >+ >+do-install: >+ ${INSTALL_SCRIPT} ${WRKSRC}/mkpasswd ${STAGEDIR}${PREFIX}/bin/mkpasswd >+ >+.include <bsd.port.mk> >diff --git a/security/py-mkpasswd/distinfo b/security/py-mkpasswd/distinfo >new file mode 100644 >index 000000000000..9392202c0aca >--- /dev/null >+++ b/security/py-mkpasswd/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1717322434 >+SHA256 (ricardobranco777-mkpasswd-v2.1_GH0.tar.gz) = 895ea5be46d9fe0d740cf953799b9f386f945f15ab6c992607734f5ca32e23eb >+SIZE (ricardobranco777-mkpasswd-v2.1_GH0.tar.gz) = 4053 >diff --git a/security/py-mkpasswd/pkg-descr b/security/py-mkpasswd/pkg-descr >new file mode 100644 >index 000000000000..235eda474791 >--- /dev/null >+++ b/security/py-mkpasswd/pkg-descr >@@ -0,0 +1 @@ >+mkpasswd encrypts the given password with the crypt(3) libc function, using the given salt. >-- >2.45.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rbranco
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 279465
: 251152