OpenBSD CVS

CVS log for ports/security/p5-Crypt-OpenSSL-DSA/Makefile


[BACK] Up to [local] / ports / security / p5-Crypt-OpenSSL-DSA

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.29 / (download) - annotate - [select for diffs], Tue Mar 14 06:56:22 2023 UTC (14 months, 3 weeks ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.28: +1 -0 lines
Diff to previous 1.28 (unified)

p5-Crypt-OpenSSL-DSA: don't set dummy public key to 0

When the Richards added setters for DSA parameters to OpenSSL 1.1, they
added a check that disallows setting a private key without a corresponding
public key. This was incompatible with existing API surface of the Perl
bindings, so they added a hack. This hack no longer works since we added
a check to the DSA signing operation.

Set the public key to 2 instead, which is good enough to pass the new
checks. This workaround will have to be revisited soon, but it is good
enough for now.

Discussed at length with beck, bluhm, jsing
reported by and ok bluhm (maintainer)

Revision 1.28 / (download) - annotate - [select for diffs], Fri Mar 11 19:53:42 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.27: +0 -2 lines
Diff to previous 1.27 (unified)

drop RCS Ids

Revision 1.27 / (download) - annotate - [select for diffs], Wed Apr 28 19:45:32 2021 UTC (3 years, 1 month ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.26: +2 -3 lines
Diff to previous 1.26 (unified)

bugfix update to p5-Crypt-OpenSSL-DSA-0.20

Revision 1.26 / (download) - annotate - [select for diffs], Fri Jul 3 21:45:40 2020 UTC (3 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (unified)

bump for search.cpan.org->metacpan.org change

Revision 1.25 / (download) - annotate - [select for diffs], Fri Jul 12 20:49:07 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.24 / (download) - annotate - [select for diffs], Tue Mar 28 11:02:47 2017 UTC (7 years, 2 months ago) by benoit
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (unified)

Update to p5-Crypt-OpenSSL-DSA-0.19.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Nov 19 14:38:14 2016 UTC (7 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (unified)

update to p5-Crypt-OpenSSL-DSA-0.18
patch for OPENSSL_VERSION_NUMBER libressl issue (accessor functions)

Revision 1.22 / (download) - annotate - [select for diffs], Sun Mar 20 19:57:00 2016 UTC (8 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.21: +2 -4 lines
Diff to previous 1.21 (unified)

Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Mar 29 20:36:55 2015 UTC (9 years, 2 months ago) by benoit
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (unified)

Update to p5-Crypt-OpenSSL-DSA-0.15.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Jan 21 14:40:11 2015 UTC (9 years, 4 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (unified)

drop USE_GROFF, output checked with gmdiff

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jun 14 23:26:00 2014 UTC (9 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (unified)

@comment zero-byte perl .bs files

Revision 1.18 / (download) - annotate - [select for diffs], Wed Nov 6 09:05:25 2013 UTC (10 years, 7 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.17: +2 -9 lines
Diff to previous 1.17 (unified)

Update to 0.14 which includes our changes (no other code change).
While here:
- drop MAINTAINER per his request
- drop the unhelpful HOMEPAGE in favor of the default one coming with
  the cpan module
- install Crypt/OpenSSL/DSA/Signature.pod for symmetry between man(1)
  and perldoc(1)
- tests now use Digest::SHA which is in base
ok jasper@ (former maintainer)

Revision 1.17 / (download) - annotate - [select for diffs], Mon Mar 11 11:41:26 2013 UTC (11 years, 3 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.16: +2 -5 lines
Diff to previous 1.16 (unified)

PERMIT_* / REGRESS->TEST sweep

Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 23 15:52:47 2012 UTC (11 years, 9 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.15: +4 -3 lines
Diff to previous 1.15 (unified)

sync wantlib

Revision 1.15 / (download) - annotate - [select for diffs], Sat Nov 20 17:22:44 2010 UTC (13 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (unified)

new depends

Revision 1.14 / (download) - annotate - [select for diffs], Mon Oct 18 21:41:46 2010 UTC (13 years, 7 months ago) by espie
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (unified)

USE_GROFF=Yes

Revision 1.13 / (download) - annotate - [select for diffs], Fri Sep 24 15:32:34 2010 UTC (13 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (unified)

bump

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jul 13 20:14:22 2010 UTC (13 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (unified)

use REVISION

Revision 1.11 / (download) - annotate - [select for diffs], Wed Mar 4 20:19:15 2009 UTC (15 years, 3 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (unified)

- add a fix for Debian #511519, missing croak().... *ribbit*

Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 2 20:39:33 2008 UTC (15 years, 8 months ago) by simon
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (unified)

bump SHARED_ONLY ports so they get updated and work with the new perl

ok sthen@

Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 15 23:29:59 2007 UTC (16 years, 8 months ago) by merdely
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified)

Remove surrounding quotes in NO_REGRESS/COMMENT*/PERMIT_*

From Darrin Chandler

Revision 1.8 / (download) - annotate - [select for diffs], Thu Apr 12 18:59:36 2007 UTC (17 years, 2 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (unified)

unify my e-mail address and bump PKGNAMEs.

"looks good" sturm@

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 15 17:40:10 2007 UTC (17 years, 4 months ago) by simon
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.6: +3 -7 lines
Diff to previous 1.6 (unified)

cpanify, use SHARED_ONLY and set a few licenses

ok steven@

Revision 1.6 / (download) - annotate - [select for diffs], Thu Dec 22 07:32:03 2005 UTC (18 years, 5 months ago) by steven
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.5: +10 -10 lines
Diff to previous 1.5 (unified)

update to 0.13
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
with some additional fixes.
ok sturm@

Revision 1.5 / (download) - annotate - [select for diffs], Mon Dec 27 13:28:34 2004 UTC (19 years, 5 months ago) by alek
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (unified)

Add WANTLIB markers

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 26 07:35:09 2004 UTC (19 years, 11 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (unified)


set BUILD_DEPENDS= ${RUN_DEPENDS} not the opposite .. for obvious
reasons... okay pvalchev@.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 17 15:58:09 2004 UTC (20 years, 4 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (unified)

Don't attempt to build perl ports that load dynamic modules
on architectures that support static linking only.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 11 19:11:42 2004 UTC (20 years, 5 months ago) by wilfried
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (unified)

update to Crypt-OpenSSL-DSA-0.11, ok naddy@

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Oct 15 11:21:33 2002 UTC (21 years, 7 months ago) by wilfried
Branch: wilfried
CVS Tags: wilfried_2002-10-15, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Import of p5-Crypt-OpenSSL-DSA-0.10,
from Wesley Griffin <wgriffin@jtan.com>

This module implements the Digital Signature Algorithm (DSA) using
a thin XS wrapper to the DSA functions in OpenSSL.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 15 11:21:33 2002 UTC (21 years, 7 months ago) by wilfried
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.