[cpp-sp] 02/03: Add a NEWS.Debian entry for shibboleth2.xml updates

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:43:04 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.2.1+dfsg-2
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=35250f8b8e2bc28e2ca98b93063151d3010c6c35

commit 35250f8b8e2bc28e2ca98b93063151d3010c6c35
Author: Russ Allbery <rra at debian.org>
AuthorDate: Tue Sep 15 20:48:23 2009 -0700

    Add a NEWS.Debian entry for shibboleth2.xml updates
    
    * Add a NEWS.Debian entry for libapache2-mod-shib2 that explains the
      recommended configuration update for the 2.2 version.  Thanks, Scott
      Cantor and Kristof BAJNOK.
---
 debian/changelog                 |  5 ++++-
 debian/libapache2-mod-shib2.NEWS | 23 +++++++++++++++++++++++
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 316ec69..c3f2f84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
-shibboleth-sp2 (2.2.1+dfsg-2) UNRELEASED; urgency=low
+shibboleth-sp2 (2.2.1+dfsg-2) unstable; urgency=low
 
   * Change the libapache2-mod-shib2 section to httpd, matching override.
+  * Add a NEWS.Debian entry for libapache2-mod-shib2 that explains the
+    recommended configuration update for the 2.2 version.  Thanks, Scott
+    Cantor and Kristof BAJNOK.
 
  -- Russ Allbery <rra at debian.org>  Wed, 09 Sep 2009 12:15:08 -0700
 
diff --git a/debian/libapache2-mod-shib2.NEWS b/debian/libapache2-mod-shib2.NEWS
index d6ddedf..7a44615 100644
--- a/debian/libapache2-mod-shib2.NEWS
+++ b/debian/libapache2-mod-shib2.NEWS
@@ -1,3 +1,26 @@
+shibboleth-sp2 (2.2.1+dfsg-2) unstable; urgency=low
+
+  There are several changes to the configuration syntax and defaults in
+  Shibboleth 2.2, one of which produce deprecation warnings on startup
+  until /etc/shibboleth/shibboleth2.xml is updated.
+
+  The most significant change is that <Rule> tags in the <Policy> element
+  should be changed to <PolicyRule> and a new policy rule added:
+
+      <PolicyRule type="Conditions">
+          <PolicyRule type="Audience"/>
+          <!-- Enable Delegation rule to permit delegated access. -->
+          <!-- <PolicyRule type="Delegation"/> -->
+      </PolicyRule>
+
+  See:
+
+  https://spaces.internet2.edu/display/SHIB2/NativeSPConfigurationChanges
+
+  for all the details and further explanation.
+
+ -- Russ Allbery <rra at debian.org>  Tue, 15 Sep 2009 20:44:26 -0700
+
 shibboleth-sp2 (2.0.dfsg1-4) unstable; urgency=low
 
   With this release, the Apache module configuration fragments in

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list