Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 9 15:36:39 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
|
|
|
|
- Cleanup changelog, don't add useless file to package
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 4 19:15:55 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
|
|
|
|
- updated to 2.0.0
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
|
|
|
|
|
|
|
|
2.0.0 2024-07-03
|
|
|
|
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
|
|
|
|
from @timlegge improving detection of OpenSSL libraries under
|
|
|
|
if not installed in standard locations
|
|
|
|
- I am changing the versioning scheme to be more in line with the
|
|
|
|
[Semantic Versioning](https://semver.org/) specification. I am
|
|
|
|
bumping the major version number to 2, since the version number
|
|
|
|
change might cause problems. See:
|
|
|
|
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
|
|
|
|
|
2023-07-11 13:13:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 20 03:07:30 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.915
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
|
|
|
|
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
1.9.15 2023-06-16
|
|
|
|
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
|
|
|
|
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
|
|
|
|
by @jonasbn
|
2023-07-11 13:13:05 +00:00
|
|
|
|
2022-05-06 14:07:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 4 03:06:09 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.914
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
|
|
|
|
|
2022-03-01 13:50:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 26 03:06:13 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.913
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
|
|
|
|
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
1.9.13 Sat Feb 26 00:36:28 CET 2022
|
|
|
|
- The distribution has changed distribution toolchain from
|
|
|
|
Module::Install to Dist::Zilla, thanks to @skaji for
|
|
|
|
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
|
|
|
|
and thanks to @timlegge for the review of the proposed changes
|
|
|
|
- The macOS CI jobs have been improved with
|
|
|
|
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
|
|
|
|
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
|
|
|
|
from @timlegge
|
|
|
|
1.9.13-TRIAL Sun Feb 20 21:31:44 CET 2022
|
2022-03-01 13:50:28 +00:00
|
|
|
- Release leading up to 1.9.13, see that release for details
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- This is a TRIAL release, in order to get some feedback from
|
|
|
|
CPAN-testers prior to making a proper public release, since the
|
|
|
|
changes to the build system has been quite significant. Additional
|
|
|
|
trial releases might follow, based on findings and feedback
|
2022-03-01 13:50:28 +00:00
|
|
|
|
2022-01-28 10:03:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 20 03:06:13 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.912
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
|
|
|
|
|
2021-08-03 08:47:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 2 03:06:18 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.910
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
|
|
|
|
|
|
|
|
1.9.10 Sun Aug 1 09:48:08 CEST 2021
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- MANIFEST was not updated with the latest contributions from 1.9.9
|
|
|
|
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
|
2021-08-03 08:47:29 +00:00
|
|
|
1.9.9 Sat Jul 31 17:58:56 CEST 2021
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Contribution by Patrick Cernko. The email method has been
|
|
|
|
extended to return multiple email addresses if available.
|
|
|
|
The addresses are concatenated using space (' ') as seperator
|
|
|
|
in order for consumers to extract the multiple email addresses
|
|
|
|
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
|
2021-08-03 08:47:29 +00:00
|
|
|
|
2021-05-20 09:27:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 14 03:07:34 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.908
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
|
|
|
|
|
|
|
|
1.9.8 Thu May 13 18:04:17 CEST 2021
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Addressed minor issue, via PR #87, with the implementation
|
|
|
|
added in 1.9.3 - Thanks Shoichi Kaji
|
2021-05-20 09:27:40 +00:00
|
|
|
|
2021-05-04 14:39:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 3 03:06:08 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.907
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
|
|
|
|
|
|
|
|
1.9.7 Sun May 2 19:36:24 CEST 2021
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Addressed minor issue with META.yml file not reporting correct
|
|
|
|
version, see issue #86
|
|
|
|
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
|
2021-05-04 14:39:17 +00:00
|
|
|
|
2021-04-29 15:07:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 25 03:06:07 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.906
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
|
|
|
|
|
|
|
|
1.9.6 Sat Apr 24 09:17:00 CEST 2021
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
|
|
|
|
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
|
|
|
|
I have now put this to use, raised a single warning
|
|
|
|
*** WARNING: Uses is_utf8_string_loclen, which may not be
|
|
|
|
portable below perl 5.9.3, even with 'ppport.h'
|
|
|
|
*** Uses 5 C++ style comments, which is not portable
|
|
|
|
Analysis completed (1 warning)
|
|
|
|
And provided as single patch, which has now been applied and
|
|
|
|
C++ style comments have been changed to C style comments
|
2021-04-29 15:07:02 +00:00
|
|
|
|
2021-04-24 12:29:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 23 03:06:48 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.905
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
|
|
|
|
|
|
|
|
1.9.5 Thu Apr 22 07:32:16 CEST 2021
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- I broke the build for Linux
|
|
|
|
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
|
|
|
|
The issue is that the change introduced in 1.9.4 introduces
|
|
|
|
an option, which is LLVM specific and is not understood by GCC.
|
|
|
|
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
|
|
|
|
I have rearranged the use of flags and try with a match on
|
|
|
|
the GCC version string, which can contain the substring LLVM
|
2021-04-24 12:29:26 +00:00
|
|
|
|
2021-04-22 15:33:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 22 03:07:31 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.904
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
|
|
|
|
|
|
|
|
1.9.4 Wed Apr 21 07:45:58 CEST 2021
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Made a minor change to the Makefile.PL addressing issue with
|
|
|
|
breaking builds on FreeBSD and OpenBSD
|
|
|
|
For Perl versions below or equal to 5.20, the error:
|
|
|
|
error: nonnull parameter 'pv' will evaluate to 'true' on
|
|
|
|
first encounter [-Werror,-Wpointer-bool-conversion]
|
|
|
|
if (pv && len > 1) {
|
|
|
|
Has been observed this is now suppressed with converting
|
|
|
|
the error handling into a warning
|
|
|
|
See CPAN testers reports:
|
|
|
|
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
|
|
|
|
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
|
|
|
|
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
|
2021-04-22 15:33:10 +00:00
|
|
|
|
2021-04-13 14:49:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 9 03:06:15 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.903
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
|
|
|
|
|
|
|
|
1.9.3 Thu Apr 8 07:43:10 CEST 2021
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Addressed issue #81 based on proposed patch from Shoichi Kaji
|
2021-04-13 14:49:47 +00:00
|
|
|
|
2020-11-13 12:02:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 13 03:07:13 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.902
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
|
|
|
|
|
|
|
|
1.9.2 Thu Nov 12 07:27:56 CET 2020
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Addressed issue #73 via PR #73 removing and excess use of free
|
2020-11-13 12:02:06 +00:00
|
|
|
|
2020-11-09 11:13:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 7 03:11:13 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.901
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
|
|
|
|
|
|
|
|
1.9.1 Fri Nov 6 19:53:21 CET 2020
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Corrected version number format to address issue #77 via PR #78
|
2020-11-09 11:13:22 +00:00
|
|
|
1.9 Thu Nov 5 21:38:43 CET 2020
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
|
|
|
|
- Changed from use vars definition to the more modern our PR: #75
|
|
|
|
Thanks to Todd Rinaldo
|
|
|
|
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
|
2020-11-09 11:13:22 +00:00
|
|
|
|
2019-10-27 14:22:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 25 10:34:12 UTC 2019 - Tina Mueller <tina.mueller@suse.com>
|
|
|
|
|
|
|
|
- Add manual dependencies to cpanspec
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 25 09:41:54 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.813
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
|
|
|
|
|
|
|
|
1.8.13 Thu Oct 24 21:23:46 CEST 2019
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Ensure /usr/local is ahead of /usr in include and lib searches
|
|
|
|
PR: #74
|
2019-10-27 14:22:15 +00:00
|
|
|
|
2019-07-22 09:38:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 22 09:02:59 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
|
|
|
|
|
|
|
- updated to 1.8.12
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
|
|
|
|
|
|
|
|
1.8.12 Thu Nov 22 19:54:37 CET 2018
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Applied patch from @eserte addressing issue (#71) with current
|
|
|
|
directory no longer included in @INC by default from Perl 5.26
|
|
|
|
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
|
2019-07-22 09:38:26 +00:00
|
|
|
1.8.11 Sun Oct 28 20:22:59 CET 2018
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
|
2019-07-22 09:38:26 +00:00
|
|
|
1.8.10 Sun Oct 28 16:52:50 CET 2018
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Maintenance release, corrected issue with MYMETA.* files included in
|
|
|
|
distribution, ref:
|
|
|
|
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
|
2019-07-22 09:38:26 +00:00
|
|
|
- Added test dependency perl(Test::Pod) >= 1.00
|
|
|
|
|
2018-10-07 09:07:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 7 09:00:11 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
|
|
|
|
- fix autogenerated changes to build again
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 31 05:12:47 UTC 2018 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.809
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
|
|
|
|
|
|
|
|
1.8.9 Tue May 30 2017
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Patch / PR from kmx improving detection of OpenSSL libraries under
|
|
|
|
strawberry Perl
|
2018-10-07 09:07:42 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 7 16:17:39 UTC 2018 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.808
|
|
|
|
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
|
|
|
|
|
|
|
|
1.8.8 Fri Nov 10 2017
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
|
|
|
|
to hash()
|
|
|
|
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
|
|
|
|
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
|
|
|
|
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
|
|
|
|
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
|
|
|
|
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
|
|
|
|
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
|
|
|
|
it working against openssl 1.0.2j
|
|
|
|
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
|
|
|
|
version since META.yml was not regenerated
|
2018-10-07 09:07:42 +00:00
|
|
|
1.8.7 Thu May 12 2016
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Patch from Bernhard M. Wiedemann to fix compilation errors.
|
2018-10-07 09:07:42 +00:00
|
|
|
1.8.6 Sat Jan 24 2015
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Patch from James Hunt to print OpenSSL version during tests.
|
|
|
|
- Various MANIFEST fixes.
|
2018-10-07 09:07:42 +00:00
|
|
|
1.8.5 Sat Nov 22 2014
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Patch from Uli Scholler to expose more SHA1 hash functions.
|
2018-10-07 09:07:42 +00:00
|
|
|
1.8.4 Sun Dec 1 2013
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Fix Github Issues #16, #29 & #30
|
|
|
|
- Possibly fix issue #31
|
2018-10-07 09:07:42 +00:00
|
|
|
1.8.3 Mon Aug 12 05:50:58 PDT 2013
|
Accepting request 1186445 from devel:languages:perl:autoupdate
- Cleanup changelog, don't add useless file to package
- updated to 2.0.0
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
2.0.0 2024-07-03
- Applied PR [#119](https://github.com/dsully/perl-crypt-openssl-x509/pull/119)
from @timlegge improving detection of OpenSSL libraries under
if not installed in standard locations
- I am changing the versioning scheme to be more in line with the
[Semantic Versioning](https://semver.org/) specification. I am
bumping the major version number to 2, since the version number
change might cause problems. See:
[perlhacks: Bumping Version Numbers](https://perlhacks.com/2016/12/version-numbers/)
- updated to 1.915
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.15 2023-06-16
- Applied patch for issue [#112](https://github.com/dsully/perl-crypt-openssl-x509/issues/112)
from @dakkar, via PR [#113]((https://github.com/dsully/perl-crypt-openssl-x509/pull/113)
by @jonasbn
- updated to 1.914
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.913
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
1.9.13
- The distribution has changed distribution toolchain from
Module::Install to Dist::Zilla, thanks to @skaji for
PR [#96](https://github.com/dsully/perl-crypt-openssl-x509/pull/96)
and thanks to @timlegge for the review of the proposed changes
- The macOS CI jobs have been improved with
PRs [#98](https://github.com/dsully/perl-crypt-openssl-x509/pull/98)
and [#99](https://github.com/dsully/perl-crypt-openssl-x509/pull/99)
from @timlegge
1.9.13-TRIAL
- Release leading up to 1.9.13, see that release for details
- This is a TRIAL release, in order to get some feedback from
CPAN-testers prior to making a proper public release, since the
changes to the build system has been quite significant. Additional
trial releases might follow, based on findings and feedback
- updated to 1.912
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes.md
- updated to 1.910
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.10
- MANIFEST was not updated with the latest contributions from 1.9.9
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/89
1.9.9
- Contribution by Patrick Cernko. The email method has been
extended to return multiple email addresses if available.
The addresses are concatenated using space (' ') as seperator
in order for consumers to extract the multiple email addresses
REF: https://github.com/dsully/perl-crypt-openssl-x509/pull/88
- updated to 1.908
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.8
- Addressed minor issue, via PR #87, with the implementation
added in 1.9.3 - Thanks Shoichi Kaji
- updated to 1.907
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.7
- Addressed minor issue with META.yml file not reporting correct
version, see issue #86
REF: https://github.com/dsully/perl-crypt-openssl-x509/issues/86
- updated to 1.906
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.6
- I fell over the CPAN release checklist at https://github.com/Tux/Release-Checklist/blob/master/Checklist.md
it mentions Devel::PPPort https://metacpan.org/pod/Devel::PPPort.
I have now put this to use, raised a single warning
*** WARNING: Uses is_utf8_string_loclen, which may not be
portable below perl 5.9.3, even with 'ppport.h'
*** Uses 5 C++ style comments, which is not portable
Analysis completed (1 warning)
And provided as single patch, which has now been applied and
C++ style comments have been changed to C style comments
- updated to 1.905
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.5
- I broke the build for Linux
- CPAN testers reports: http://matrix.cpantesters.org/?dist=Crypt-OpenSSL-X509+1.904
The issue is that the change introduced in 1.9.4 introduces
an option, which is LLVM specific and is not understood by GCC.
See also issue: #84, ref: https://github.com/dsully/perl-crypt-openssl-x509/issues/84
I have rearranged the use of flags and try with a match on
the GCC version string, which can contain the substring LLVM
- updated to 1.904
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.4
- Made a minor change to the Makefile.PL addressing issue with
breaking builds on FreeBSD and OpenBSD
For Perl versions below or equal to 5.20, the error:
error: nonnull parameter 'pv' will evaluate to 'true' on
first encounter [-Werror,-Wpointer-bool-conversion]
if (pv && len > 1) {
Has been observed this is now suppressed with converting
the error handling into a warning
See CPAN testers reports:
- http://www.cpantesters.org/cpan/report/119b4298-9e42-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/77bdcdd2-a0e7-11eb-84bc-edd243e66a77
- http://www.cpantesters.org/cpan/report/fd7e66b6-a14b-11eb-84bc-edd243e66a77
- updated to 1.903
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.3
- Addressed issue #81 based on proposed patch from Shoichi Kaji
- updated to 1.902
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.2
- Addressed issue #73 via PR #73 removing and excess use of free
- updated to 1.901
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.9.1
- Corrected version number format to address issue #77 via PR #78
1.9
- Bumped Perl minimum requirement from Perl 5.005 to 5.8 PR #76
- Changed from use vars definition to the more modern our PR: #75
Thanks to Todd Rinaldo
- Changed from DynaLoader to XSLoader PR: #75 Thanks to Todd Rinaldo
- Add manual dependencies to cpanspec
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
- updated to 1.8.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.12
- Applied patch from @eserte addressing issue (#71) with current
directory no longer included in @INC by default from Perl 5.26
ref: https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/
1.8.11
- Re-release of 1.8.10, with corrected version number indexer error from PAUSE
1.8.10
- Maintenance release, corrected issue with MYMETA.* files included in
distribution, ref:
https://weblog.bulknews.net/stop-shipping-mymeta-to-cpan-b92215a227f6
- Added test dependency perl(Test::Pod) >= 1.00
- fix autogenerated changes to build again
- updated to 1.809
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.9
- Patch / PR from kmx improving detection of OpenSSL libraries under
strawberry Perl
- updated to 1.808
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.8
- Patch from pi-rho exposing the Issuer's name hash; provide subject_hash() as an alias
to hash()
- Patch from stphnlyd X509_get0_signature() was introduced to openssl since 1.0.2.
See https://www.openssl.org/docs/man1.1.0/crypto/X509_get0_signature.html
- Patch from brandond fixing compilation on OpenSSL 1.0.1e
- Patch to support compilation on MacOS Homebrew installed libraries by jonasbn
- Patch from ppisar, patch redefines the accessors only with OpenSSL older than 1.1.0.
- Patch from Sebastian Andrzej Siewior fixing compilation against openssl 1.1.0 and keeping
it working against openssl 1.0.2j
- Patch from jonasbn reinitializing inc/ using Module::Install 1.16, fixed issue with META.yml
version since META.yml was not regenerated
1.8.7
- Patch from Bernhard M. Wiedemann to fix compilation errors.
1.8.6
- Patch from James Hunt to print OpenSSL version during tests.
- Various MANIFEST fixes.
1.8.5
- Patch from Uli Scholler to expose more SHA1 hash functions.
1.8.4
- Fix Github Issues #16, #29 & #30
- Possibly fix issue #31
1.8.3
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
- add 0001-fix-compilation-with-gcc5.patch
- update to 1.800.2:
* fix warnings under gcc 4.6
- initial version (1.800.1)
OBS-URL: https://build.opensuse.org/request/show/1186445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=21
2024-07-09 15:38:05 +00:00
|
|
|
- Fix Github Issues #2, 10, 15, 17, 22, 23, 24 & 25
|
2018-10-07 09:07:42 +00:00
|
|
|
|
|
|
|
Drop 0001-fix-compilation-with-gcc5.patch (upstream)
|
|
|
|
|
2015-08-28 07:00:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 27 18:21:26 UTC 2015 - bwiedemann@suse.com
|
|
|
|
|
|
|
|
- add 0001-fix-compilation-with-gcc5.patch
|
|
|
|
|
2011-05-08 10:06:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 08 09:56:02 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 1.800.2:
|
|
|
|
* fix warnings under gcc 4.6
|
|
|
|
|
2011-04-18 20:06:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 18 20:06:18 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- initial version (1.800.1)
|