~dmitriis/ubuntu/+source/lasso:1833299-devel-paos-ecp-destination

Last commit made on 2019-07-11
Get this branch:
git clone -b 1833299-devel-paos-ecp-destination https://git.launchpad.net/~dmitriis/ubuntu/+source/lasso
Only Dmitrii Shcherbakov can upload to this branch. If you are Dmitrii Shcherbakov please log in for upload directions.

Branch merges

Branch information

Name:
1833299-devel-paos-ecp-destination
Repository:
lp:~dmitriis/ubuntu/+source/lasso

Recent commits

09eb392... by Dmitrii Shcherbakov

PAOS: Do not populate "Destination" attribute

When ECP profile (saml-ecp-v2.0-cs01) is used with PAOS binding Lasso
populates an AuthnRequest with the "Destination" attribute set to
AssertionConsumerURL of an SP - this leads to IdP-side errors because
the destination attribute in the request does not match the IdP URL.

The "Destination" attribute is mandatory only for HTTP Redirect and HTTP
Post bindings when AuthRequests are signed per saml-bindings-2.0-os
(sections 3.4.5.2 and 3.5.5.2). Specifically for PAOS it makes sense to
avoid setting that optional attribute because an ECP decides which IdP
to use, not the SP.

This patch was merged upstream: https://dev.entrouvert.org/issues/34409

New changelog entries:

* d/p/PAOS-Do-not-populate-Destination-attribute.patch: Do not populate
  "Destination" attribute (LP: #1833299)

b1f3ecd... by Matthias Klose

Import patches-unapplied version 2.6.0-2build1 to ubuntu/disco-proposed

Imported using git-ubuntu import.

Changelog parent: b6fc25fb1f28b10cece751386aab1b617f0349db

New changelog entries:
  * No-change rebuild to build without python3.6 support.

b6fc25f... by Frederic Peters <email address hidden>

Import patches-unapplied version 2.6.0-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 8380a3c1780f1d5f34b4d5e73baf786be9749677

New changelog entries:
  * d/compat: bump do debhelper level 9.
  * d/control, d/rules: add and use dh-autoreconf.
  * d/watch: add watch file.
  * d/control: bump Standards-Version to 4.1.4 after those changes.
  * d/liblasso3.symbols: add symbols file for liblasso3, imported from Ubuntu,
    thanks to Corey Bryant <email address hidden> (closes: #894296)
  * d/liblasso3.symbols: update for 2.6.0.
  * d/control: add Multi-Arch: same to liblasso-perl.
  * d/control: use proper capitalization for ${misc:Depends}.
  * d/control: bump versions in X-Python-Version and X-Python3-Version.

8380a3c... by Frederic Peters <email address hidden>

Import patches-unapplied version 2.6.0-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: e428684dc54d0c3d393db5a80669e381e400604c

New changelog entries:
  * New upstream release.
  * New upstream release candidate.
    - include support for SHA256 signatures (closes: #901411)
  * debian/patches/0001-perl-remove-quotes-from-PERL-V-ccflags-output.patch
    - dropped, released upstream
  * debian/patches/Use-INSTALLDIRS-vendor-for-the-Perl-bindings-as-per-.patch
    - dropped, released upstream

e428684... by Frederic Peters <email address hidden>

Import patches-unapplied version 2.5.0-5 to debian/sid

Imported using git-ubuntu import.

Changelog parent: c59edbf202ed97474d27d111e6c34a82569fc16b

New changelog entries:
  * d/: disable PHP support for now. (closes: #821547, #821683)

c59edbf... by Frederic Peters <email address hidden>

Import patches-unapplied version 2.5.0-4 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 5a6cfa5fc76a57162f1f21ef7f916c2cf7f209f1

New changelog entries:
  * d/control: add missing php5-common dependency. (closes: #811340)

5a6cfa5... by Frederic Peters <email address hidden>

Import patches-unapplied version 2.5.0-3 to debian/sid

Imported using git-ubuntu import.

Changelog parent: ddfebefff63cf057aa04a9a74317a2f508f4f42f

New changelog entries:
  * d/p/0001-perl-remove-quotes-from-PERL-V-ccflags-output.patch: new patch,
    make sure to remove quotes given by "perl -V::ccflags:" as they ultimately
    cause the 32bit builds to fail. (closes: #809759)
    * Thanks to Niko Tyni for the detailed diagnostic.
  * d/rules: enable verbose builds. (closes: #809760)

ddfebef... by Frederic Peters <email address hidden>

Import patches-unapplied version 2.5.0-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 8fe59b50a71131d98e1e51a7e3f7d7a8e35e36cd

New changelog entries:
  * Build against latest Perl release.

8fe59b5... by Frederic Peters <email address hidden>

Import patches-unapplied version 2.5.0-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 4996baca9fa6df1209c089edcbf55e70b748f429

New changelog entries:
  * New upstream release.
  * d/control, d/rules: add new package for Python 3 bindings.

4996bac... by Frederic Peters <email address hidden>

Import patches-unapplied version 2.4.1-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 26182f886fbf9973f0559df7846313c2c6cdfa98

New changelog entries:
  * New upstream release.
  * d/p/perl-get-required-CFLAGS-from-perl-V-ccflags.patch: merged upstream
  * d/p/Use-INSTALLDIRS-vendor-for-the-Perl-bindings-as-per-.patch: refreshed