Commit graph

30 commits

Author SHA1 Message Date
tron
c64e9eb269 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +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
tron
19fd9a3b46 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +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
pettai
45d246ac5e 0.28 Thu Aug 25 2011 - Moritz Onken (PERLER)
- RT 56454 - Win32 compatibility patch (kmx@cpan.org)

0.27  Wed Jun 29 2011 - Todd Rinaldo (TODDR)
        - RT 65947 - Fix RSA.pm break with perl 5.14+
2012-05-08 21:17:17 +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
sno
d58b53fa67 Updating security/p5-Crypt-OpenSSL-RSA from 0.25nb3 to 0.26
Upstream changes:
0.26  Sun Nov 22 2009 11:01:13
        - Change subclassing test to generate a 512 bit key in order to
          work around an odd issue seen on some 64-bit redhat systems.
          (CPAN bug 45498)
2010-01-29 10:40:20 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
heinz
f6eb5e6f2a Set or updated LICENSE 2010-01-16 19:27:17 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").
2008-10-19 19:17:40 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
heinz
c4641b5471 Updated to version 0.25.
Pkgsrc changes:
  - A C compiler is necessary.
  - Added explicit license identification.
  - Removed patch-ab (fixed upstream).

Changes since version 0.24:
===========================
0.25  Sun May 20 2007 12:56:11
        - Add a LICENSE file.
        - Fix a bug (reported by many) in rsa.t - we were incorrectly counting
          the number of tests in situations where use_sha512_hash was
          not available.
2008-01-08 15:01:55 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
heinz
ead53f260a Updated to version 0.24.
Pkgsrc changes:
  - Package supports installation to DESTDIR.
  - Removed patch-aa (missing includes when using OpenSSL 0.9.8 were fixed).
  - patch-ab corrects wrong test count.

Changes since version 0.22:
=====================================
0.24  Mon Nov 13 2006 08:21:14
        - Fix a bug reported by Mark Martinec <Mark.Martinec@ijs.si>
          where encrypt could segfault if called with insufficient
          data; it now informatively croaks instead.
        - Fix a bug reported by Mark Martinec where check_key would
          segfault instead of croaking when called on a public key.
        - Fix decrypt and private_encrypt to croak instead of segfault when
          called on a public key.
        - Add an is_private method.
        - Silence a few compiler warnings about ignoring return values
          from certain BIO_* methods.

0.23  Wed Apr 12 2006 00:06:10
        - Provide 32 bytes of seeding in tests, up from 19.
        - Stop relying on implicit includes, which disappeared in the 0.98
          release of OpenSSL.
        - Apply patch from Jim Radford <radford@blackbean.org> to add support
          for SHA{224,256,384,512}
2007-05-17 16:40:18 +00:00
joerg
8a7fffb47c Fix build with OpenSSL 0.9.8. 2006-02-23 18:32:15 +00:00
heinz
e7c8a59547 Updated to version 0.22.
Pkgsrc changes:
  - Removed almost all warnings in MESSAGE.

Changes since version 0.21:
===========================
0.22  Mon Nov 15 2005 21:13:20
        - Add public_decrypt, private_encrypt methods, contributed
          by Paul G. Weiss <paul@weiss.name>
        - Some changes to help builds on Redhat9
        - Remove deprecated methods:
          * the no-arg new constructor - use new_from_public_key,
            new_from_private_key or Crypt::OpenSSL::RSA->generate_key instead
          * load_public_key - use new_from_public_key
          * load_private_key - use new_from_private_key
          * generate_key as an instance method - use it as a class constructor
            method instead.
          * set_padding_mode - use use_no_padding, use_pkcs1_padding,
            use_pkcs1_oaep_padding, or use_sslv23_padding instead.
          * get_padding_mode
        - Eliminate all(most all) memory leaks.
        - fix email address
        - Stop returning true from methods just to indicate success.
        - Change default public exponent from 65535 to 65537
2006-02-15 22:22:19 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
heinz
842e2c007e Convert to buildlink3.
Update to version 0.21.

Changes since 0.19:

0.21  Sun Feb 15 2004 21:13:45
        - Include t/format.t in the MANIFEST file, so that it is
          actually included in the distribution.

0.20  Sun Feb 15 2004 15:21:40
        - Finally add support for the public key format produced by
          "openssl rsa -pubout".
        - Add comment in readme about locating kerberos files on redhat systems
2004-02-18 21:57:35 +00:00
heinz
179e5e3653 Import of p5-Crypt-OpenSSL-RSA.
Crypt::OpenSSL::RSA is a XS Perl module designed to provide basic RSA
functionality by using the RSA functions in the OpenSSL library.
2003-12-03 22:03:22 +00:00