* Sun Mar 24 2024 Trevor Batley <trevor@batley.id.au> 0.28-1

- Specfile autogenerated by cpanspec 1.78.
master
Jean-Philippe Pialasse 2 months ago
parent 185714c3a7
commit 30bad8471c

1
.gitattributes vendored

@ -1 +1,2 @@
*. filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text

Binary file not shown.

@ -1,6 +1,4 @@
# Makefile for source rpm: daemontools
# $Id: Makefile,v 1.1 2016/02/04 12:24:52 vip-ire Exp $
NAME := daemontools
NAME := perl-Crypt-Password
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common

@ -1,9 +1,14 @@
# 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
## Description
## Documentation
https://metacpan.org/pod/Crypt::Password
## Bugs
CPAN bug report are [here](https://rt.cpan.org/Public/Dist/Display.html?Name=Crypt-Password)
<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 />
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
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.

@ -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)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::Manifest)
BuildRequires: perl(inc::Module::Install)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description

Loading…
Cancel
Save