* Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 0.28-1
- Specfile autogenerated by cpanspec 1.78.
This commit is contained in:
parent
185714c3a7
commit
30bad8471c
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1 +1,2 @@
|
|||||||
*. filter=lfs diff=lfs merge=lfs -text
|
*. filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Binary file not shown.
4
Makefile
4
Makefile
@ -1,6 +1,4 @@
|
|||||||
# Makefile for source rpm: daemontools
|
NAME := perl-Crypt-Password
|
||||||
# $Id: Makefile,v 1.1 2016/02/04 12:24:52 vip-ire Exp $
|
|
||||||
NAME := daemontools
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
|
|
||||||
define find-makefile-common
|
define find-makefile-common
|
||||||
|
15
README.md
15
README.md
@ -1,9 +1,14 @@
|
|||||||
# perl-Crypt-Password
|
# perl-Crypt-Password
|
||||||
|
|
||||||
3rd Party (Maintained by Koozali) git repo for perl-Crypt-Password smeserver
|
SMEServer Koozali local git repo for perl-Crypt-Password smeserver
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
https://metacpan.org/pod/Crypt::Password
|
||||||
|
|
||||||
|
## Bugs
|
||||||
|
CPAN bug report are [here](https://rt.cpan.org/Public/Dist/Display.html?Name=Crypt-Password)
|
||||||
|
|
||||||
|
Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=perl-Crypt-Password&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
This is just a wrapper for perl's crypt(), which can do everything you would probably want to do to store a password, but this is to make usage easier. The object stringifies to the return string of the crypt() function, which is (on Linux/glibc et al) in Modular Crypt Format.
|
||||||
<br />*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
|
|
||||||
*Once it has been checked, then this comment will be deleted*
|
|
||||||
<br />
|
|
||||||
|
@ -9,6 +9,8 @@ Source0: http://www.cpan.org/authors/id/D/DR/DRSTEVE/Crypt-Password-%{ver
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(ExtUtils::Manifest)
|
||||||
|
BuildRequires: perl(inc::Module::Install)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user