Skip to content

Commit

Permalink
Improve packaging and update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Oct 19, 2021
1 parent 1d894a9 commit 54e612e
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 6 deletions.
33 changes: 33 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
Revision history for Perl extension Net::SAML2.

{{$NEXT}}

[Significant Changes since 0.40]

- COMPATABILITY WARNING: version 0.44 will likely make sha256 the default
- HTTP-Redirect now supports signing and verifying with more than rsa-sha1
- include HTTP-Post for SingleLogoutService in generated metadata
- Destination missing in LogoutRequest
- Added PingIdentity to the tested IdPs
- Most other changes related to the testapp Saml2Test (in git repo)

[Change Log]
- f694501 testapp: prevent app error if the are no slo_urls
- c2c9e4b testapp: revert previous change to sls-redirect-response
- c9532b3 Fixes #30 - Modules withou version and cleanup missing Abstract
- 9c5585b Merge pull request #37 from timlegge/testapp
- c51ba51 Tested compatiblity against PingIdentity
- b4d3fe9 Remove end of line spaces
- 41ef582 testapp: provide documentation on how to use the Saml2Test application
- 5a8ebb7 Fixes #36 testapp: metadata is rendered as text by the browser
- f1e2eca testapp: add .gitignore file testapp
- ca4b8bd Fixes #35: Metadata does not include HTTP-Post for SingleLogoutService
- 64008da testapp: Better org_name
- 22073bb Update certificates with 10 year expiration
- f215c40 testapp: add lightttpd.conf to proxy https traffic to testapp on port 3000
- f92ba77 testapp: provide lighttpd config to deliver a metatdata.xml file
- 2d671a4 Fixes #32: HTTP-Redirect should support more than sha1
- 5e2425a testapp: Make required settings configurable
- f70b0a5 Fixes #34: testapp: Dancer request_uri is not decoded
- 8c0d048 testapp: Fixes #33 Destination is not properly assigned
- 6e0a685 Fixes #31 Destination missing in LogoutRequest
- 652c763 testapp: support post for LogoutResponse

0.40 - 2021-07-26

[Significant Changes since 0.38]
Expand Down
25 changes: 19 additions & 6 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ contributor = Timothy Legge <[email protected]>
[ConfirmRelease]
[UploadToCPAN]

[GatherDir]
[Git::GatherDir]
exclude_filename = cpanfile
exclude_filename = Makefile.PL
exclude_filename = dev-bin/cpanm
Expand All @@ -46,10 +46,10 @@ match = ico

[CPANFile]

[CopyFilesFromBuild::Filtered]
copy = cpanfile
copy = Makefile.PL
copy = README
;[CopyFilesFromBuild::Filtered]
;copy = cpanfile
;copy = Makefile.PL
;copy = README

[CopyFilesFromRelease]
copy = cpanfile, Makefile.PL, README
Expand All @@ -75,5 +75,18 @@ web = https://github.com/perl-net-saml2/perl-Net-SAML2/issues
[Test::NoTabs]

[PodWeaver]
[VersionFromModule]
[NextRelease]
format = %v -- %{EEE MMM dd HH:mm:ss VVV yyyy}d
filename = Changes

[Git::NextVersion]
first_version = 0.001 ; this is the default
version_by_branch = 0 ; this is the default
version_regexp = ^(0.\d+)$ ; this is the default
[WriteVersion]
[Git::Tag]
tag_format = %V ; this is the default
tag_message = %V ; this is the default
[Git::Commit]
changelog = Changes ; this is the default
[Signature]

0 comments on commit 54e612e

Please sign in to comment.