Commit graph

19 commits

Author SHA1 Message Date
ryoon
543e538acd Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
wiz
11a1ff054a Updated p5-Crypt-ECB to 2.21.
v2.21, 23.09.2016
	- no code changes to ECB.pm
	- ecb.pl -l now prints module versions
	- ignoring Serpent in test suite as it is broken on many platforms
2016-09-30 11:01:51 +00:00
wiz
7a042f0169 Updated p5-Crypt-ECB to 2.20.
v2.20, 30.03.2016
	- made passing a custom padding method possible without specifying a cipher before
	- added verifying correct truncation of custom padding methods
	- added verifying padded bytes when truncating (for standard and zeroes padding)
	- added testing encrypt_hex and decrypt_hex function style
	- added testing start-crypt-finish
	- added testing usage of pre-existing cipher objects
	- updated eg/ecb.pl to recognize cipher modules in the Crypt::OpenSSL namespace
	- added option to eg/ecb.pl to print the Crypt::ECB version used
	- changed license again, to GPL or Artistic
2016-08-31 06:05:00 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wen
6d5401af2b Update to 2.15
Upstream changes:
v2.15, 14.03.2016
	- removing caching with v2.00 made Crypt::ECB ignorant of key changes
		within the same Crypt::ECB object. Fixed, changing the key now
		forces a new cipher object to be created.
	- added some notes on upgrading from versions before v2.00 to the README
2016-04-07 12:38:48 +00:00
wiz
933c8f489e Update p5-Crypt-ECB to 2.10:
v2.10, 07.03.2016
	- forgot another change in the v2.00 changelog...
	- changed license from GPL to Artistic
	- improved kwalitee:
		- added license information to meta files
		- removed test.pl
	- added eg/ecb.pl (command line en- and decryption)
	- added dummy cipher, so the test suite makes sense even if there are no block ciphers installed
	- refactored test data from test scripts
2016-03-13 16:53:30 +00:00
wiz
cdda6f8ae4 Update p5-Crypt-ECB to 2.05:
v2.05, 04.03.2016
	- make Crypt:ECB work under perl-5.8.* again
	- some changes actually made in v2.00 haven't been mentioned in the changelog
	- add some more block ciphers to the test suite
	- minor changes in test.pl
	- minor documentation update
2016-03-09 10:47:45 +00:00
wiz
1dcb4ae5d8 Update p5-Crypt-ECB to 2.00.
v2.00, 19.02.2016
	- better compatibility with current Crypt::CBC:
		- allow passing options like Crypt::CBC does (new and old styles)
		- allow passing an existing cipher object (RT bug 112020)
		- added padding styles, including custom padding
		- added methods for accessing keysize and blocksize of a cipher
	- remove caching; the feature did finally not seem to make much sense
	- use Test::More (thanks to Xavier Guimard for providing a patch, RT bug 82301)
	- changed internal attribute names (foo -> _foo and Foo -> foo)
	- much more internal code cleanup
	- updated documentation
2016-03-08 15:07:28 +00:00
agc
5293710fb4 Add SHA512 digests for distfiles for security category
Problems found locating distfiles:
	Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz
	Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz
	Package libidea: missing distfile libidea-0.8.2b.tar.gz
	Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2
	Package uvscan: missing distfile vlp4510e.tar.Z

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:17:40 +00:00
dsainty
dede27907c I'm not currently using this module, reset MAINTAINER. 2015-09-03 02:58:10 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
1a433eae91 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
9b0c7b655d Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:42:45 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
dsainty
2d9cb92e2c Import p5-Crypt-ECB-1.45:
This is Crypt::ECB, a Perl-only implementation of the ECB mode.  In
combination with a block cipher such as DES, IDEA or Blowfish, you can encrypt
and decrypt messages of arbitrarily long length.  Though for security reasons
other modes than ECB such as CBC should be preferred.  See textbooks on
cryptography if you want to know why.

In addition to this module you will need to install one or more of the
Crypt::DES, Crypt::IDEA, or Crypt::Blowfish modules.
2009-11-17 04:27:59 +00:00