SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Template-Plugin-Digest-SHA1 rpm build for : OpenSuSE. For other distributions click perl-Template-Plugin-Digest-SHA1.

Name : perl-Template-Plugin-Digest-SHA1
Version : 0.05 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.3.1 Date : 2023-07-20 15:02:55
Group : Development/Libraries/Perl Source RPM : perl-Template-Plugin-Digest-SHA1-0.05-lp155.3.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : TT2 interface to the SHA1 Algorithm
Description :
The _Digest.SHA1_ Template Toolkit plugin provides access to the NIST SHA-1
algorithm via the \'Digest::SHA1\' module. It is used like a plugin but
installs filters and vmethods into the current context.

When you invoke

[% USE Digest.SHA1 %]

the following filters (and vmethods of the same name) are installed into
the current context:

* \'sha1\'

Calculate the SHA-1 digest of the input, and return it in binary form.
The returned string will be 20 bytes long.

* \'sha1_hex\'

Same as \'sha1\', but will return the digest in hexadecimal form. The
length of the returned string will be 40 and it will only contain
characters from this set: \'0\'..\'9\' and \'a\'..\'f\'.

* \'sha1_base64\'

Same as \'sha1\', but will return the digest as a base64 encoded string.
The length of the returned string will be 27 and it will only contain
characters from this set: \'A\'..\'Z\', \'a\'..\'z\', \'0\'..\'9\', \'+\' and \'/\'.

Note that the base64 encoded string returned is not padded to be a
multiple of 4 bytes long. If you want interoperability with other base64
encoded sha1 digests you might want to append the redundant string \"=\" to
the result.

As the filters are also available as vmethods the following are all
equivalent:

FILTER sha1_hex; content; END;
content FILTER sha1_hex;
content.sha1_base64;

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Template-Plugin-Digest-SHA1-0.05-lp155.3.1.noarch.rpm
     

Provides :
perl(Template::Plugin::Digest::SHA1)
perl-Template-Plugin-Digest-SHA1

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Digest::SHA1)
perl(Template) >= 2.0
perl(Template::Plugin) >= 2.0
perl(Template::Stash) >= 2.0
perl(Test::More) >= 0.7
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Template
/usr/lib/perl5/vendor_perl/5.26.1/Template/Plugin
/usr/lib/perl5/vendor_perl/5.26.1/Template/Plugin/Digest
/usr/lib/perl5/vendor_perl/5.26.1/Template/Plugin/Digest/SHA1.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Template-Plugin-Digest-SHA1
/usr/share/doc/packages/perl-Template-Plugin-Digest-SHA1/Changes
/usr/share/doc/packages/perl-Template-Plugin-Digest-SHA1/LICENSE
/usr/share/doc/packages/perl-Template-Plugin-Digest-SHA1/README
/usr/share/man/man3/Template::Plugin::Digest::SHA1.3pm.gz

 
ICM