non port: security/p5-Crypt-OpenSSL-RSA/Makefile |
SVNWeb
|
Number of commits found: 45 |
Mon, 27 Sep 2021
|
[ 15:56 Po-Chuan Hsieh (sunpoet) ] 465313e
security/p5-Crypt-OpenSSL-RSA: Strip shared library
- Bump PORTREVISION for package change
|
Tue, 21 Sep 2021
|
[ 22:23 Po-Chuan Hsieh (sunpoet) ] 733f538
security/p5-Crypt-OpenSSL-RSA: Update to 0.32
Changes: https://metacpan.org/dist/Crypt-OpenSSL-RSA/changes
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 10 Oct 2018
|
[ 19:10 sunpoet ]
Update to 0.31
Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-RSA
|
Sat, 28 Jul 2018
|
[ 13:18 sunpoet ]
Fix *_DEPENDS: p5-Crypt-OpenSSL-RSA is a build dependency
- Bump PORTREVISION for dependency change
|
Fri, 29 Jun 2018
|
[ 18:30 pi ]
security/p5-Crypt-OpenSSL-RSA: update 0.28 -> 0.30
- first release after 2011
PR: 229412
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Relnotes: https://metacpan.org/source/TODDR/Crypt-OpenSSL-RSA-0.30/Changes
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Mon, 19 Jun 2017
|
[ 18:14 pi ]
security/p5-Crypt-OpenSSL-RSA: add functions to work with private keys
- new_private_key(privkey_string)
Create encrypted private RSA key from privkey_string
- new_private_key(privkey_string, password)
parse existed encrypted private RSA key from privkey_string
- get_enc_private_key_string(password)
- get_enc_private_key_string(password, cipher)
Encrypt and return encrypted PEM PKCS coded RSA private key
PR: 220136
Submitted by: Borodin Oleg <onborodin@gmail.com>
|
Sun, 16 Apr 2017
|
[ 11:08 sunpoet ]
Add LICENSE
- Use BROKEN_SSL
- Remove regression-test:
- Sort PLIST
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Tue, 29 Nov 2016
|
[ 18:46 mat ] (Only the first 10 of 55 ports in this commit are shown above. )
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Wed, 6 Nov 2013
|
[ 07:39 vanilla ] (Only the first 10 of 191 ports in this commit are shown above. )
Support STAGEDIR.
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Fri, 2 Aug 2013
|
[ 18:52 mat ] (Only the first 10 of 1871 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Tue, 13 Mar 2012
|
[ 16:15 pgollucci ] (Only the first 10 of 391 ports in this commit are shown above. )
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
|
Thu, 8 Mar 2012
|
[ 18:45 pgollucci ] (Only the first 10 of 403 ports in this commit are shown above. )
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
|
Sat, 27 Aug 2011
|
[ 11:05 sunpoet ]
- Update to 0.28
- Add BUILD_DEPENDS
Changes: http://search.cpan.org/dist/Crypt-OpenSSL-RSA/Changes
|
Sat, 16 Jul 2011
|
[ 06:00 sunpoet ]
- Update to 0.27
Changes: http://search.cpan.org/dist/Crypt-OpenSSL-RSA/Changes
|
Thu, 26 May 2011
|
[ 08:58 sunpoet ]
- Fix self test with Perl 5.14 [1]
- Add regression-test:
- Make portlint happier
- Bump PORTREVISION for RSA.pm change
PR: ports/157187 [1]
Submitted by: Mark Martinec <Mark.Martinec@ijs.si>
|
Tue, 4 May 2010
|
[ 10:49 nork ]
Fix build issue WITH_OPENSSL_PORT.
PR: ports/146286
Submitted by: Dan Lukes dan obluda cz
|
Mon, 23 Nov 2009
|
[ 15:22 mat ]
Update to 0.26
|
Thu, 17 Apr 2008
|
[ 14:30 araujo ] (Only the first 10 of 2168 ports in this commit are shown above. )
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)
|
Fri, 25 May 2007
|
[ 23:26 erwin ]
Update to 0.25
|
Wed, 22 Nov 2006
|
[ 07:41 clsung ]
- Update to 0.24
|
Fri, 5 May 2006
|
[ 13:19 garga ]
- Add security/p5-Crypt-OpenSSL-Bignum as a dependency
- Bump PORTREVISION
Approved by: tobez (perl@ hat at IRC)
|
Sat, 15 Apr 2006
|
[ 00:49 leeym ]
- update to 0.23
|
Sun, 25 Sep 2005
|
[ 13:32 tobez ]
Add a missing dependency.
Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk>
PR: 86556
|
Wed, 21 Sep 2005
|
[ 01:55 leeym ]
- update to 0.22
|
Fri, 13 Aug 2004
|
[ 15:21 nork ] (Only the first 10 of 16 ports in this commit are shown above. )
Change MAINTAINER to perl@.
I welcome bsd.port.mk introduced soon.
Inspired by: freebsd-perl@
|
Wed, 11 Aug 2004
|
[ 15:40 nork ]
Update to 0.21.
PR: ports/70257
Submitted by: skv
|
Mon, 3 May 2004
|
[ 18:46 nork ] (Only the first 10 of 11 ports in this commit are shown above. )
Whitespace cleanup.
PR: ports/65409
Submitted by: trevor
|
Fri, 24 Oct 2003
|
[ 12:05 ijliao ] (Only the first 10 of 1501 ports in this commit are shown above. )
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
Sun, 11 May 2003
|
[ 20:27 nork ]
Update to 0.19, and Unmark BROKEN on 4-STABLE(re-supported 5.005).
|
Tue, 8 Apr 2003
|
[ 16:28 nork ]
Mark BROKEN on 4-STABLE or earlier(perl 5.6 required).
Submitted by: Erwin Lansing <erwin@lansing.dk>
|
Fri, 4 Apr 2003
|
[ 18:51 nork ]
Update to 0.18.
|
Sat, 22 Feb 2003
|
[ 16:16 nork ] (Only the first 10 of 40 ports in this commit are shown above. )
De-pkg-comment.
|
Sun, 16 Feb 2003
|
[ 16:10 nork ]
Remove RESTRICTED tag with cryptography relation.
Pointed out by: kris
|
Tue, 11 Feb 2003
|
[ 15:58 nork ]
Update to 0.17.
|
Tue, 2 Jul 2002
|
[ 13:12 nork ]
Update to 0.16
Approved by: knu (mentor)
|
Sat, 11 May 2002
|
[ 20:28 nork ]
Update to 0.13
Approved by: knu (mentor)
|
Fri, 30 Nov 2001
|
[ 07:17 vanilla ]
Upgrade to 0.12, and fix pkg-plist.
|
Wed, 12 Sep 2001
|
[ 14:27 knu ]
Fix BUILD_DEPENDS.
|
Tue, 11 Sep 2001
|
[ 10:22 knu ]
Add p5-Crypt-OpenSSL-RSA, a Perl5 module to RSA encode and decode strings
using OpenSSL.
|
Number of commits found: 45 |