Tags

Tags give the ability to mark specific points in history as being important
  • debian/2.5.2+dfsg-2

    Debian release 2.5.2+dfsg-2
    
    Format: 1.8
    Date: Sun, 14 Jul 2013 11:27:40 -0700
    Source: shibboleth-sp2
    Binary: libapache2-mod-shib2 libshibsp6 libshibsp-dev libshibsp-doc shibboleth-sp2-schemas
    Architecture: source i386 all
    Version: 2.5.2+dfsg-2
    Distribution: unstable
    Urgency: low
    Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
    Changed-By: Russ Allbery <rra@debian.org>
    Description:
     libapache2-mod-shib2 - Federated web single sign-on system (Apache module)
     libshibsp-dev - Federated web single sign-on system (development)
     libshibsp-doc - Federated web single sign-on system (API docs)
     libshibsp6 - Federated web single sign-on system (runtime)
     shibboleth-sp2-schemas - Federated web single sign-on system (schemas)
    Closes: 666804 685069
    Changes:
     shibboleth-sp2 (2.5.2+dfsg-2) unstable; urgency=low
     .
       * Upload to unstable.
     .
     shibboleth-sp2 (2.5.2+dfsg-1) experimental; urgency=low
     .
       * New upstream release.
         - New shib-session and shib-user Require authentication types added,
           which should be used in preference to Require valid-user or Require
           user with Shibboleth authentication is desired.
         - New ShibCompatValidUser Apache directive, which works around the way
           that Shibboleth hooks into Require valid-user and Require user so
           that those directives will continue to work with non-Shibboleth
           authentication types.  This directive will be needed for servers
           that use Shibboleth and other authentication methods and want to use
           Require valid-user or Require user with non-Shibboleth methods.
         - Fix implementation of shib-metagen -l.
         - Fix AttributeExtractor handling of multiple logos.
         - Fix metadata attribute extraction with non-ASCII characters.
         - Fix problems with Apache subrequests during server-side include
           handling of unprotected pages.
         - Add character set to DiscoFeed page header.
         - Avoid leaking shibd sockets to child processes.
       * Add NEWS entry for the authentication directive changes.
       * Update README.Debian instructions to add AuthType None to the URLs
         that have to be available to everyone and to use Require shib-session
         instead of Require valid-user.
       * Create /var/cache/shibboleth on install and remove it on purge.
       * Link the FastCGI programs with libxmltooling-lite since they call one
         of its interfaces directly.  (This shows up as a build failure
         otherwise due to the Debian build rules use of --as-needed.)
     .
     shibboleth-sp2 (2.5.1+dfsg-1) experimental; urgency=low
     .
       * New upstream release.  (Closes: #685069)
         - Support for Apache 2.4.  Please note there are some configuration
           incompabilities between Apache 2.4 and Apache 2.2.  See the upstream
           documentation at
           https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApacheConfig
           for more information.  (Closes: #666804)
         - Disable the PKCS 1.5 algorithm for SAML assertion encryption by
           default for security reasons.  This can be re-enabled if necessary
           in the security-policy.xml configuration file.
         - The protocol between the Apache module and shibd has changed.  shibd
           will be restarted during upgrades, but if the module is configured
           to talk to a remote shibd over TCP, both the module and shibd must
           be upgraded at the same time.
         - Settings to limit redirections have been renamed from
           relayStateLimit and relayStateWhitelist to redirectLimit and
           redirectWhitelist respectively and the old names are deprecated (but
           still supported).
         - cookieProps has been simplified and warnings introduced if SSL
           restrictions are not enabled.
         - The <AttributeExtractor> element that loads the attribute-map.xml
           file now defaults to reloadChanges="false".  Restarting the SP when
           this file changes is recommended for security reasons.
         - Logging properties have been removed from the default configuration
           file and the absence of properties now indicates use of the default
           logging configuration files (shibd.logger and native.logger).
         - The native.log file is now created as root before Apache child
           initialization to minimize permission issues.
         - Files that persist across server restarts have been moved to
           /var/cache/shibboleth.
         - The example style sheet for error templates has been moved to a
           version-independent location in /usr/share/shibboleth.  A logo file
           is no longer included in the package to avoid accidental use of the
           Shibboleth logo on production sites.  If your existing error
           templates reference these files, you should correct this by copying
           files that you need to locations that you control.
         - The module should now be referenced as mod_shib.cpp in conditionals
           that want to reference a source file name.
         - Clients that bounce between IPv4 and IPv6 addresses should now be
           handled more smoothly.
         - SP initialization now fails if an external session cache is
           configured but cannot be opened.
       * Update libapache2-mod-shib2's README.Debian:
         - Use the Apache 2.4 authorization syntax.
         - Mention possibly having to grant access to /Shibboleth.sso.
         - The module is now enabled by default but still needs configuration.
         - Update the upstream configuration documentation URL.
         - The reason for switching native.logger to syslog is now obsolete
           (but the package still does that, possibly to be reconsidered
           later).
       * Remove the (undefined) warn_log destination from the default
         native.logger configuration file, restoring consistency with the
         Debian modification to log to syslog.  Since all native logs go to
         syslog, there's no need to have differentiated log destinations based
         on threshold.  The previous version of the file referenced a
         commented-out warn_log destination, which caused errors to be spammed
         to syslog.
       * Build with GSS-API support.
       * Build and install FastCGI programs in /usr/lib/<triplet>/shibboleth.
         For right now, these are still included in libapache2-mod-shib2, which
         makes them substantially less useful than they would be in their own
         package.  Further work is required to allow the FastCGI programs plus
         shibd to be installed independent of the Apache module.
       * Add build dependency on libboost-dev.
       * Use log4shib instead of log4cpp.
       * Force build dependencies and package dependencies on xml-security-c
         1.7 or later, xmltooling 1.5 or later, and opensaml2 2.5 or later to
         ensure everything is consistent.
       * Remove explicit build dependency on libtool.  This is now handled by
         dh-autoreconf.
       * Add Multi-Arch: same to libshibsp-dev and Multi-Arch: foreign to
         libshibsp-doc and shibboleth-sp2-schemas.
       * Remove Conflicts with libapache2-mod-shib.  lenny is dead.
       * Fix the libshibsp-doc package name in the Suggests on libshibsp-dev
         and remove the nonstandard version constraint.
       * Install the upstream doc/RELEASE.txt file as the upstream changelog.
         It's not exactly a changelog, but it has pointers to the upstream web
         documentation of changes, which is probably what people are looking for.
       * Drop postinst code to handle upgrades from the Shibboleth 1.x module,
         which was last included in lenny.
       * Switch to xz compression for the repackaged upstream
         source, *.debian.tar, and the *.deb packages.
       * Update upstream Homepage.
       * Canonicalize the URLs in the Vcs-Git and Vcs-Browser control fields.
       * Update standards version to 3.9.4.
         - Update debian/copyright to specify copyright-format 1.0.
    Checksums-Sha1:
     a300530d8c04353b0563ac9d8beeec1892d6f401 1731 shibboleth-sp2_2.5.2+dfsg-2.dsc
     d6ca8b3a54bf11783f36a4a553b7f3f34b345329 23580 shibboleth-sp2_2.5.2+dfsg-2.debian.tar.xz
     cfa304c26e1417a1383d0e75316d2d575f4ce8f5 257168 libapache2-mod-shib2_2.5.2+dfsg-2_i386.deb
     0201b4fa2ad839b525491de5a12f252b58280596 800358 libshibsp6_2.5.2+dfsg-2_i386.deb
     4ab8b5f9c7bb19ec19b11f9f6b329207488ac24f 50814 libshibsp-dev_2.5.2+dfsg-2_i386.deb
     174e1a37bf41e7e404b9c80a70323b025a00579a 269288 libshibsp-doc_2.5.2+dfsg-2_all.deb
     178753de0788f788cae69f11f592bb46d9c25025 26110 shibboleth-sp2-schemas_2.5.2+dfsg-2_all.deb
    Checksums-Sha256:
     f779657c6f54a72ce6d05f20980fb51e36c3fc2bb94ffb54a32b56df85cac471 1731 shibboleth-sp2_2.5.2+dfsg-2.dsc
     b046d837b2b2019fcc18fe7bd4a7d4689d6804e9340426be4e56b88f482607cd 23580 shibboleth-sp2_2.5.2+dfsg-2.debian.tar.xz
     e7927a6685d5ed0b876ac9891479ac7a9ecf4eb928b437497d17fecd55ba9fe1 257168 libapache2-mod-shib2_2.5.2+dfsg-2_i386.deb
     2237ddfafca9ca35cfbcab577c0cecb6c1362b7abb206f7727114996045e5770 800358 libshibsp6_2.5.2+dfsg-2_i386.deb
     68b2aef543297ceb183d947fa579746335457b7529b91adcdacb7e1466a23c3f 50814 libshibsp-dev_2.5.2+dfsg-2_i386.deb
     5a23c9308b0624bc06359b897cf282aab04d02e9866263320b966a94b997fd1c 269288 libshibsp-doc_2.5.2+dfsg-2_all.deb
     d6f6aa4042b6c6271a80600994b8bc428b3959029f56efacda32e2c790342d96 26110 shibboleth-sp2-schemas_2.5.2+dfsg-2_all.deb
    Files:
     9f5f32cbe93713f57efc7a13009bbada 1731 web extra shibboleth-sp2_2.5.2+dfsg-2.dsc
     0774fbc4eac15bd1b12fcd7a3d1a0f9e 23580 web extra shibboleth-sp2_2.5.2+dfsg-2.debian.tar.xz
     e701c682c1828c05d0ffc952e416f7f1 257168 httpd extra libapache2-mod-shib2_2.5.2+dfsg-2_i386.deb
     20417ca3cf5a3a4d2e343d38a14b1549 800358 libs extra libshibsp6_2.5.2+dfsg-2_i386.deb
     144b1df7b9cddccab61073685031e326 50814 libdevel extra libshibsp-dev_2.5.2+dfsg-2_i386.deb
     9cae7984447c9e40beb5eeda84150dc7 269288 doc extra libshibsp-doc_2.5.2+dfsg-2_all.deb
     954d3d44618aa6d3a35a5aca2d958288 26110 text extra shibboleth-sp2-schemas_2.5.2+dfsg-2_all.deb
    
    
  • debian/2.5.2+dfsg-1

    Debian release 2.5.2+dfsg-1
    
    Format: 1.8
    Date: Tue, 18 Jun 2013 16:42:34 -0700
    Source: shibboleth-sp2
    Binary: libapache2-mod-shib2 libshibsp6 libshibsp-dev libshibsp-doc shibboleth-sp2-schemas
    Architecture: source i386 all
    Version: 2.5.2+dfsg-1
    Distribution: experimental
    Urgency: low
    Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
    Changed-By: Russ Allbery <rra@debian.org>
    Description:
     libapache2-mod-shib2 - Federated web single sign-on system (Apache module)
     libshibsp-dev - Federated web single sign-on system (development)
     libshibsp-doc - Federated web single sign-on system (API docs)
     libshibsp6 - Federated web single sign-on system (runtime)
     shibboleth-sp2-schemas - Federated web single sign-on system (schemas)
    Changes:
     shibboleth-sp2 (2.5.2+dfsg-1) experimental; urgency=low
     .
       * New upstream release.
         - New shib-session and shib-user Require authentication types added,
           which should be used in preference to Require valid-user or Require
           user with Shibboleth authentication is desired.
         - New ShibCompatValidUser Apache directive, which works around the way
           that Shibboleth hooks into Require valid-user and Require user so
           that those directives will continue to work with non-Shibboleth
           authentication types.  This directive will be needed for servers
           that use Shibboleth and other authentication methods and want to use
           Require valid-user or Require user with non-Shibboleth methods.
         - Fix implementation of shib-metagen -l.
         - Fix AttributeExtractor handling of multiple logos.
         - Fix metadata attribute extraction with non-ASCII characters.
         - Fix problems with Apache subrequests during server-side include
           handling of unprotected pages.
         - Add character set to DiscoFeed page header.
         - Avoid leaking shibd sockets to child processes.
       * Add NEWS entry for the authentication directive changes.
       * Update README.Debian instructions to add AuthType None to the URLs
         that have to be available to everyone and to use Require shib-session
         instead of Require valid-user.
       * Create /var/cache/shibboleth on install and remove it on purge.
       * Link the FastCGI programs with libxmltooling-lite since they call one
         of its interfaces directly.  (This shows up as a build failure
         otherwise due to the Debian build rules use of --as-needed.)
    Checksums-Sha1:
     d2e2cbdf371a758ac438fbdf01f2c0d669c578da 1731 shibboleth-sp2_2.5.2+dfsg-1.dsc
     cf2eeec82133559f48cb56244f11f0be5a157332 567568 shibboleth-sp2_2.5.2+dfsg.orig.tar.xz
     9fa1de31c0b92bde95795e7ec3825a1ac74bfcfc 23560 shibboleth-sp2_2.5.2+dfsg-1.debian.tar.xz
     ad175864029f91a011bb11936c39d28d00263cd4 262532 libapache2-mod-shib2_2.5.2+dfsg-1_i386.deb
     a293fd19499dfafcfc3945e434d19a3da833fb4d 813672 libshibsp6_2.5.2+dfsg-1_i386.deb
     a6de32134bb48ebb75cd4e58f409d76b7344b417 50766 libshibsp-dev_2.5.2+dfsg-1_i386.deb
     858ec99d3ffe3a4d0b425d23e9a58b01c9e33b92 258742 libshibsp-doc_2.5.2+dfsg-1_all.deb
     417c2444436c96670d56c8013d11a9c830f588f5 26092 shibboleth-sp2-schemas_2.5.2+dfsg-1_all.deb
    Checksums-Sha256:
     bea564defab053ca40d6b8b51871060f367e25f76be15c171a0eded067ead7a9 1731 shibboleth-sp2_2.5.2+dfsg-1.dsc
     a6052082a34e825cf3e8952bb84098b6f9df05316dc571fe232aba920c74493e 567568 shibboleth-sp2_2.5.2+dfsg.orig.tar.xz
     fa82f1ae76f3e00bd276b9b5fdc0c84c919f09e53fe0334366073016d86d798a 23560 shibboleth-sp2_2.5.2+dfsg-1.debian.tar.xz
     40679886ce5b948aa12b8bbdc860a0fb0238d48cc0af0170a5b62c5ebc811fdb 262532 libapache2-mod-shib2_2.5.2+dfsg-1_i386.deb
     01324334ed255a97f737b93d7a53875519b82d58e27cee363823c34165d72e1f 813672 libshibsp6_2.5.2+dfsg-1_i386.deb
     723dd7f738b02b078ca60787ba074fd3bc26f40322f3e02d9c02d5a3435d4221 50766 libshibsp-dev_2.5.2+dfsg-1_i386.deb
     d7ce377314ae0349fb2797124be6dfb0974c603168da0e8db61c9f2990b99487 258742 libshibsp-doc_2.5.2+dfsg-1_all.deb
     07d798e1bcc2009c2decce5953df836cef24aa704a515133e83d418cffa2520f 26092 shibboleth-sp2-schemas_2.5.2+dfsg-1_all.deb
    Files:
     129e4a690d2cd249c0bc6edb83054921 1731 web extra shibboleth-sp2_2.5.2+dfsg-1.dsc
     98edbfbb63ef36bc732c79ebb4a65313 567568 web extra shibboleth-sp2_2.5.2+dfsg.orig.tar.xz
     6ced5a344bcc712c6059ae4ec77a74e3 23560 web extra shibboleth-sp2_2.5.2+dfsg-1.debian.tar.xz
     43f709789c1be83bad8224c0b6052364 262532 httpd extra libapache2-mod-shib2_2.5.2+dfsg-1_i386.deb
     a15f76a4a077593be5ec61ab50252a34 813672 libs extra libshibsp6_2.5.2+dfsg-1_i386.deb
     16d4045ee985e5779ed8269513af4a5e 50766 libdevel extra libshibsp-dev_2.5.2+dfsg-1_i386.deb
     fa5eee965442dae344791162e9057b99 258742 doc extra libshibsp-doc_2.5.2+dfsg-1_all.deb
     b37353b94119c9ae70f3050a895d68b1 26092 text extra shibboleth-sp2-schemas_2.5.2+dfsg-1_all.deb
    
  • upstream/2.5.2+dfsg

    Upstream version 2.5.2+dfsg
  • 2.5.2

    Tagging 2.5.2 release.
  • debian/2.5.1+dfsg-1

    Debian release 2.5.1+dfsg-1
    
    Format: 1.8
    Date: Fri, 31 May 2013 16:09:24 -0700
    Source: shibboleth-sp2
    Binary: libapache2-mod-shib2 libshibsp6 libshibsp-dev libshibsp-doc shibboleth-sp2-schemas
    Architecture: source i386 all
    Version: 2.5.1+dfsg-1
    Distribution: experimental
    Urgency: low
    Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
    Changed-By: Russ Allbery <rra@debian.org>
    Description:
     libapache2-mod-shib2 - Federated web single sign-on system (Apache module)
     libshibsp-dev - Federated web single sign-on system (development)
     libshibsp-doc - Federated web single sign-on system (API docs)
     libshibsp6 - Federated web single sign-on system (runtime)
     shibboleth-sp2-schemas - Federated web single sign-on system (schemas)
    Closes: 666804 685069
    Changes:
     shibboleth-sp2 (2.5.1+dfsg-1) experimental; urgency=low
     .
       * New upstream release.  (Closes: #685069)
         - Support for Apache 2.4.  Please note there are some configuration
           incompabilities between Apache 2.4 and Apache 2.2.  See the upstream
           documentation at
           https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApacheConfig
           for more information.  (Closes: #666804)
         - Disable the PKCS 1.5 algorithm for SAML assertion encryption by
           default for security reasons.  This can be re-enabled if necessary
           in the security-policy.xml configuration file.
         - The protocol between the Apache module and shibd has changed.  shibd
           will be restarted during upgrades, but if the module is configured
           to talk to a remote shibd over TCP, both the module and shibd must
           be upgraded at the same time.
         - Settings to limit redirections have been renamed from
           relayStateLimit and relayStateWhitelist to redirectLimit and
           redirectWhitelist respectively and the old names are deprecated (but
           still supported).
         - cookieProps has been simplified and warnings introduced if SSL
           restrictions are not enabled.
         - The <AttributeExtractor> element that loads the attribute-map.xml
           file now defaults to reloadChanges="false".  Restarting the SP when
           this file changes is recommended for security reasons.
         - Logging properties have been removed from the default configuration
           file and the absence of properties now indicates use of the default
           logging configuration files (shibd.logger and native.logger).
         - The native.log file is now created as root before Apache child
           initialization to minimize permission issues.
         - Files that persist across server restarts have been moved to
           /var/cache/shibboleth.
         - The example style sheet for error templates has been moved to a
           version-independent location in /usr/share/shibboleth.  A logo file
           is no longer included in the package to avoid accidental use of the
           Shibboleth logo on production sites.  If your existing error
           templates reference these files, you should correct this by copying
           files that you need to locations that you control.
         - The module should now be referenced as mod_shib.cpp in conditionals
           that want to reference a source file name.
         - Clients that bounce between IPv4 and IPv6 addresses should now be
           handled more smoothly.
         - SP initialization now fails if an external session cache is
           configured but cannot be opened.
       * Update libapache2-mod-shib2's README.Debian:
         - Use the Apache 2.4 authorization syntax.
         - Mention possibly having to grant access to /Shibboleth.sso.
         - The module is now enabled by default but still needs configuration.
         - Update the upstream configuration documentation URL.
         - The reason for switching native.logger to syslog is now obsolete
           (but the package still does that, possibly to be reconsidered
           later).
       * Remove the (undefined) warn_log destination from the default
         native.logger configuration file, restoring consistency with the
         Debian modification to log to syslog.  Since all native logs go to
         syslog, there's no need to have differentiated log destinations based
         on threshold.  The previous version of the file referenced a
         commented-out warn_log destination, which caused errors to be spammed
         to syslog.
       * Build with GSS-API support.
       * Build and install FastCGI programs in /usr/lib/<triplet>/shibboleth.
         For right now, these are still included in libapache2-mod-shib2, which
         makes them substantially less useful than they would be in their own
         package.  Further work is required to allow the FastCGI programs plus
         shibd to be installed independent of the Apache module.
       * Add build dependency on libboost-dev.
       * Use log4shib instead of log4cpp.
       * Force build dependencies and package dependencies on xml-security-c
         1.7 or later, xmltooling 1.5 or later, and opensaml2 2.5 or later to
         ensure everything is consistent.
       * Remove explicit build dependency on libtool.  This is now handled by
         dh-autoreconf.
       * Add Multi-Arch: same to libshibsp-dev and Multi-Arch: foreign to
         libshibsp-doc and shibboleth-sp2-schemas.
       * Remove Conflicts with libapache2-mod-shib.  lenny is dead.
       * Fix the libshibsp-doc package name in the Suggests on libshibsp-dev
         and remove the nonstandard version constraint.
       * Install the upstream doc/RELEASE.txt file as the upstream changelog.
         It's not exactly a changelog, but it has pointers to the upstream web
         documentation of changes, which is probably what people are looking for.
       * Drop postinst code to handle upgrades from the Shibboleth 1.x module,
         which was last included in lenny.
       * Switch to xz compression for the repackaged upstream
         source, *.debian.tar, and the *.deb packages.
       * Update upstream Homepage.
       * Canonicalize the URLs in the Vcs-Git and Vcs-Browser control fields.
       * Update standards version to 3.9.4.
         - Update debian/copyright to specify copyright-format 1.0.
    Checksums-Sha1:
     1b3e651a63c7bbb9264cc910ba541016f0e0f202 1731 shibboleth-sp2_2.5.1+dfsg-1.dsc
     87c0a142c73690c78cf9fcb56160b275f68a3e88 570464 shibboleth-sp2_2.5.1+dfsg.orig.tar.xz
     1cf0009c8e038735bce8ea92e61ec93923193fd2 22820 shibboleth-sp2_2.5.1+dfsg-1.debian.tar.xz
     d7f1f196dc5070984217abd7e98eed27865a1d46 260484 libapache2-mod-shib2_2.5.1+dfsg-1_i386.deb
     db6ca0bfd9d6d3bbffac5f1c18e1631daf2122d9 838192 libshibsp6_2.5.1+dfsg-1_i386.deb
     81d10e57bce6db3661724abb3c0c1d7989e61eda 50302 libshibsp-dev_2.5.1+dfsg-1_i386.deb
     c68d2117a3fe50feafb27c55379a9a85abb6f764 258242 libshibsp-doc_2.5.1+dfsg-1_all.deb
     1da92d514487bc11ed766a1e277481514fcf36b0 25592 shibboleth-sp2-schemas_2.5.1+dfsg-1_all.deb
    Checksums-Sha256:
     d9b5d3ac87dece909d1324284e7048070b4aab3995258833c88edbb6707582f6 1731 shibboleth-sp2_2.5.1+dfsg-1.dsc
     0da5c613b234701d1162940eac64a4c9d0d8b80ffde28d7a5a15502f74d42428 570464 shibboleth-sp2_2.5.1+dfsg.orig.tar.xz
     d5a2927569f884d6f2de2b79034872c551a2c6f7ac18d89f01fa10e47d580b18 22820 shibboleth-sp2_2.5.1+dfsg-1.debian.tar.xz
     c9268f418ebe54a583987d1873ac56beed754f65325f0127a60a6d7bf1426e89 260484 libapache2-mod-shib2_2.5.1+dfsg-1_i386.deb
     39d6fbb506a197b35cadd3228b604cf16aee1f375766caa1af51b940056270e4 838192 libshibsp6_2.5.1+dfsg-1_i386.deb
     cedf20d40f9ffb27c57346e42ab6c6b7f892a37814f5059b40b3df6a80607202 50302 libshibsp-dev_2.5.1+dfsg-1_i386.deb
     5d1c8fb83a134268cb31553b2e5efeb22f01a956f20f15e37f7e222b986d7cbc 258242 libshibsp-doc_2.5.1+dfsg-1_all.deb
     8e3a830e23035d0a2faecfe83e4ef5f0a9de91ac44eb47309a258cf15ba40be8 25592 shibboleth-sp2-schemas_2.5.1+dfsg-1_all.deb
    Files:
     57ba7ad86dc8b3e839122c5a9cc6ead1 1731 web extra shibboleth-sp2_2.5.1+dfsg-1.dsc
     c4be5599dfc7d7a6b5206c11e9437762 570464 web extra shibboleth-sp2_2.5.1+dfsg.orig.tar.xz
     33066ec85b723ff9d19b472c1bc4540e 22820 web extra shibboleth-sp2_2.5.1+dfsg-1.debian.tar.xz
     f621eeaae6f0a01414c5efc971cd7687 260484 httpd extra libapache2-mod-shib2_2.5.1+dfsg-1_i386.deb
     d49e2529374b620b68d188ec682c6590 838192 libs extra libshibsp6_2.5.1+dfsg-1_i386.deb
     ba2a21c0018b0a40bcec9b38f5ba7ec8 50302 libdevel extra libshibsp-dev_2.5.1+dfsg-1_i386.deb
     2eca1613dd8638710cd6a5c50aaf0445 258242 doc extra libshibsp-doc_2.5.1+dfsg-1_all.deb
     ec02e1b0b596ed21c014f954f0cf9e9d 25592 text extra shibboleth-sp2-schemas_2.5.1+dfsg-1_all.deb
    
  • upstream/2.5.1+dfsg

    Upstream version 2.5.1+dfsg
  • 2.5.1

    Tagging 2.5.1
  • 2.5.0

    fd986f46 · Adjust for final release ·
    Tagging 2.5.0
  • debian/2.4.3+dfsg-5

    Debian release 2.4.3+dfsg-5
    
    Format: 1.8
    Date: Thu, 16 Feb 2012 11:26:14 -0800
    Source: shibboleth-sp2
    Binary: libapache2-mod-shib2 libshibsp5 libshibsp-dev libshibsp-doc shibboleth-sp2-schemas
    Architecture: source i386 all
    Version: 2.4.3+dfsg-5
    Distribution: unstable
    Urgency: low
    Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
    Changed-By: Russ Allbery <rra@debian.org>
    Description:
     libapache2-mod-shib2 - Federated web single sign-on system (Apache module)
     libshibsp-dev - Federated web single sign-on system (development)
     libshibsp-doc - Federated web single sign-on system (API docs)
     libshibsp5 - Federated web single sign-on system (runtime)
     shibboleth-sp2-schemas - Federated web single sign-on system (schemas)
    Closes: 658408
    Changes:
     shibboleth-sp2 (2.4.3+dfsg-5) unstable; urgency=low
     .
       * Fix syntax error in the update-rc.d invocation for shibd, which was
         not visible on most Debian systems because of dependency-based boot.
         Thanks to Evan Broder and Steve Langasek for pointing me in the right
         direction.  (LP: #884402)
       * Add PIE to the hardening flags for the shibd binary.
       * Use memcached_last_error_message instead of the cached_errno member of
         the memcached_st struct, since the latter was removed in 1.0.  Thanks
         to Michael Fladischer for the patch.  Bump Build-Depends to require
         1.0 or later of libmemcached-dev.  (Closes: #658408)
       * Move single-debian-patch to local-options and patch-header to
         local-patch-header so that they only apply to the packages the team
         builds, and NMUs get regular version-numbered patches.
    Checksums-Sha1:
     7ff6e46e43d07ddb383aa0fefdcc06b6c274f6d1 1685 shibboleth-sp2_2.4.3+dfsg-5.dsc
     d42f8bb8795c5806e6e7f03d8535928222266840 23961 shibboleth-sp2_2.4.3+dfsg-5.debian.tar.gz
     4cf985f70b43ab5dd5a7fb97980b36736cbc8ee3 265152 libapache2-mod-shib2_2.4.3+dfsg-5_i386.deb
     b9ef314abb7afcd1cd3b3613bdc3aac1d241093d 1066236 libshibsp5_2.4.3+dfsg-5_i386.deb
     6f39fdc5e98961316dbdab11bd96cbf97fa6208e 50640 libshibsp-dev_2.4.3+dfsg-5_i386.deb
     5c5f906b8364827db80e32a1db91ab06bed310d7 2564938 libshibsp-doc_2.4.3+dfsg-5_all.deb
     4eeec0dadad64be31142d1489ab7e58b5d32aba7 23228 shibboleth-sp2-schemas_2.4.3+dfsg-5_all.deb
    Checksums-Sha256:
     1ca68f44cd718584dd6805d450b2a1489bed5783b2ce5a6fb7d4dcfa4582f30f 1685 shibboleth-sp2_2.4.3+dfsg-5.dsc
     c0ea25d143aab9a4f5a8f5a423247fdb1a2f1f1b94a06163441f231102d3e5ae 23961 shibboleth-sp2_2.4.3+dfsg-5.debian.tar.gz
     297c553b1a2170304ad0dd30f9b1dc1268ecb4e0a001e5da30a55f0b3824aa79 265152 libapache2-mod-shib2_2.4.3+dfsg-5_i386.deb
     b6f49db452772fae8d1c8844e97ab8a8d006a45b9e15d3be70885c648f3134c1 1066236 libshibsp5_2.4.3+dfsg-5_i386.deb
     6ca2f5b75fe6b18470063a59bd81be262701856e38a9944a600ae04bb4df763b 50640 libshibsp-dev_2.4.3+dfsg-5_i386.deb
     8172215b88ef38510e59e716cc944d36e35c138d1651eeb435b20fc2672d96c9 2564938 libshibsp-doc_2.4.3+dfsg-5_all.deb
     1f6662508ea03a6d757e12d482dd2fb6f90272c477f84f699f91b4c16eb545ee 23228 shibboleth-sp2-schemas_2.4.3+dfsg-5_all.deb
    Files:
     607429537973fa0c57c443f76a1f6e14 1685 web extra shibboleth-sp2_2.4.3+dfsg-5.dsc
     0b242eec1698b97ff2f0284c510d7884 23961 web extra shibboleth-sp2_2.4.3+dfsg-5.debian.tar.gz
     7db3e66ce334753e1ef4ee046e250c80 265152 httpd extra libapache2-mod-shib2_2.4.3+dfsg-5_i386.deb
     84057959caa6597cbb9495b18d6f81a4 1066236 libs extra libshibsp5_2.4.3+dfsg-5_i386.deb
     2082e20bf799d7582a96c4a52d727c38 50640 libdevel extra libshibsp-dev_2.4.3+dfsg-5_i386.deb
     610571b7f363680e938750be7d977bd6 2564938 doc extra libshibsp-doc_2.4.3+dfsg-5_all.deb
     4bfd85545187c3a5d35d044a40ed9f0a 23228 text extra shibboleth-sp2-schemas_2.4.3+dfsg-5_all.deb
    
  • debian/2.4.3+dfsg-4

    Debian release 2.4.3+dfsg-4
    
    Format: 1.8
    Date: Thu, 02 Feb 2012 00:05:55 -0800
    Source: shibboleth-sp2
    Binary: libapache2-mod-shib2 libshibsp5 libshibsp-dev libshibsp-doc shibboleth-sp2-schemas
    Architecture: source i386 all
    Version: 2.4.3+dfsg-4
    Distribution: unstable
    Urgency: low
    Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
    Changed-By: Russ Allbery <rra@debian.org>
    Description:
     libapache2-mod-shib2 - Federated web single sign-on system (Apache module)
     libshibsp-dev - Federated web single sign-on system (development)
     libshibsp-doc - Federated web single sign-on system (API docs)
     libshibsp5 - Federated web single sign-on system (runtime)
     shibboleth-sp2-schemas - Federated web single sign-on system (schemas)
    Closes: 656006
    Changes:
     shibboleth-sp2 (2.4.3+dfsg-4) unstable; urgency=low
     .
       * Update to debhelper compatibility level V9.
         - Enable hardening build flags.  (Closes: #656006)
         - Enable multiarch support.
       * Tighten shlibs for libshibsp5 since the plugin directory changed due
         to multiarch.
       * Rebuild the Autotools build system using dh-autoreconf instead of
         rolling our own version of the same thing.
       * Rewrite the shibd init script to use the LSB init script functions and
         implement the status action.
    Checksums-Sha1:
     9dfbb0df186421e1f69414e9b5efc15ce9d834f4 1676 shibboleth-sp2_2.4.3+dfsg-4.dsc
     3d6733b0ce9f2eedee202dbc2606bae330540722 23486 shibboleth-sp2_2.4.3+dfsg-4.debian.tar.gz
     36eba987281c2959d812f2844fd35a7d0cb0e415 263746 libapache2-mod-shib2_2.4.3+dfsg-4_i386.deb
     5be2a1e0fb6d62f340d6c1c28eaced5631959d9c 1065892 libshibsp5_2.4.3+dfsg-4_i386.deb
     ac78da77910435ac2fe34ff10ccc283d7ba8c2fd 50260 libshibsp-dev_2.4.3+dfsg-4_i386.deb
     65683076a1b867c1e8524d7b29ea3677323950b0 2565076 libshibsp-doc_2.4.3+dfsg-4_all.deb
     30847866d34d94e0f9e237a4b9d1f40aa0f548d4 22850 shibboleth-sp2-schemas_2.4.3+dfsg-4_all.deb
    Checksums-Sha256:
     895fb388e78dd424c4241f774aaeb18e4ba8ff51d3a67c39005529dd44f8ec76 1676 shibboleth-sp2_2.4.3+dfsg-4.dsc
     252428e9f71fe1adc1f85b3f4277916c84689b6cd8a54c098deb9f5415f46b41 23486 shibboleth-sp2_2.4.3+dfsg-4.debian.tar.gz
     1cba96c68e709aa8a244a9591121796608a156c1f8b1de82adec64010eaad455 263746 libapache2-mod-shib2_2.4.3+dfsg-4_i386.deb
     8b9f30ba63a9d185a17c2b9889a20dc2ef2647b70eb4e42e556adf71cec78556 1065892 libshibsp5_2.4.3+dfsg-4_i386.deb
     db9bdebaf75e0200f740c71dc28119bc6aed32f400239f88d62580c182909b15 50260 libshibsp-dev_2.4.3+dfsg-4_i386.deb
     e5eb8f56fd4bde482971e44d654690786efcd2001940a6d891203b8cba0fd558 2565076 libshibsp-doc_2.4.3+dfsg-4_all.deb
     81f95fd0ac00843b7db22565262dfc34cd4d94600673079a1d9b0947805a94cc 22850 shibboleth-sp2-schemas_2.4.3+dfsg-4_all.deb
    Files:
     77f346e86835b6c574fc5e4df656d21e 1676 web extra shibboleth-sp2_2.4.3+dfsg-4.dsc
     a616d904b9beed103c8627983f7a7d34 23486 web extra shibboleth-sp2_2.4.3+dfsg-4.debian.tar.gz
     1248dc10b87c8ebd2be78433cf444887 263746 httpd extra libapache2-mod-shib2_2.4.3+dfsg-4_i386.deb
     726857799caeb5be11b192465309443b 1065892 libs extra libshibsp5_2.4.3+dfsg-4_i386.deb
     0470ff712fd151bf2867c0bd9ffd30c6 50260 libdevel extra libshibsp-dev_2.4.3+dfsg-4_i386.deb
     c48f7d1b4a99cf9ba38dd535d7c782ea 2565076 doc extra libshibsp-doc_2.4.3+dfsg-4_all.deb
     374450118504c912f0e6592a47986bbf 22850 text extra shibboleth-sp2-schemas_2.4.3+dfsg-4_all.deb
    
  • debian/2.4.3+dfsg-3

    Debian release 2.4.3+dfsg-3
    
    Format: 1.8
    Date: Thu, 05 Jan 2012 10:18:47 -0800
    Source: shibboleth-sp2
    Binary: libapache2-mod-shib2 libshibsp5 libshibsp-dev libshibsp-doc shibboleth-sp2-schemas
    Architecture: source i386 all
    Version: 2.4.3+dfsg-3
    Distribution: unstable
    Urgency: low
    Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
    Changed-By: Russ Allbery <rra@debian.org>
    Description:
     libapache2-mod-shib2 - Federated web single sign-on system (Apache module)
     libshibsp-dev - Federated web single sign-on system (development)
     libshibsp-doc - Federated web single sign-on system (API docs)
     libshibsp5 - Federated web single sign-on system (runtime)
     shibboleth-sp2-schemas - Federated web single sign-on system (schemas)
    Closes: 654745
    Changes:
     shibboleth-sp2 (2.4.3+dfsg-3) unstable; urgency=low
     .
       * Remove the armel build dependency on g++-4.4 and the code in
         debian/rules to use it, since the g++ bug has been fixed.
         (Closes: #654745)
    Checksums-Sha1:
     9a354ae8832fbedd7bdf5f366d552861826ed68c 1696 shibboleth-sp2_2.4.3+dfsg-3.dsc
     b19535d036e98f5872a2b55604a6c497ffa40357 22561 shibboleth-sp2_2.4.3+dfsg-3.debian.tar.gz
     8cdc75723ec6ae24ba03e682af849a200a76384c 262870 libapache2-mod-shib2_2.4.3+dfsg-3_i386.deb
     537ae9f008e0ab2f5a8838486d63a5232bfcd049 1063944 libshibsp5_2.4.3+dfsg-3_i386.deb
     0d39a2fee99b1dd9ad365a0d4b95922d95b1ddf2 50042 libshibsp-dev_2.4.3+dfsg-3_i386.deb
     216ccc8f7e46ed6addf1c081184ce9409589fd9c 2564834 libshibsp-doc_2.4.3+dfsg-3_all.deb
     b3b561fb97181ce1b2cb03ed75c1492bb061a995 22658 shibboleth-sp2-schemas_2.4.3+dfsg-3_all.deb
    Checksums-Sha256:
     c0ae0e864cbd6e5ae59c8667fc6160296f290cb081939044c239e4ad6122ba92 1696 shibboleth-sp2_2.4.3+dfsg-3.dsc
     1d76723a3e974a84247b223211b52c5d8dfa3091f9f2e2ad607c45510b0ffaf7 22561 shibboleth-sp2_2.4.3+dfsg-3.debian.tar.gz
     3048436b29d3340290396081ae41160a037e28e02887e88a01500f886b38aace 262870 libapache2-mod-shib2_2.4.3+dfsg-3_i386.deb
     74c6abd40fc05404d224fef12d7e5f1ab20133b4845008709a5062190b2c565e 1063944 libshibsp5_2.4.3+dfsg-3_i386.deb
     a21bc1c75ff9c370974814cf5c00d96729da4583bfbb1ff7a515138f3336a120 50042 libshibsp-dev_2.4.3+dfsg-3_i386.deb
     524dda8da4244501d7db16ef094636ed74420b29eb95b9958baca8df1d01afde 2564834 libshibsp-doc_2.4.3+dfsg-3_all.deb
     50bb0f5e64dc834b803a68dc9fa07f919c33874368d9d04eb6fcd9533c77515f 22658 shibboleth-sp2-schemas_2.4.3+dfsg-3_all.deb
    Files:
     14d47ac2ea139159bedcca1e950adbdf 1696 web extra shibboleth-sp2_2.4.3+dfsg-3.dsc
     73083944950b57a7dbc415dcf2111563 22561 web extra shibboleth-sp2_2.4.3+dfsg-3.debian.tar.gz
     dd0224add6ec8f9d7df751b776b103bb 262870 httpd extra libapache2-mod-shib2_2.4.3+dfsg-3_i386.deb
     472f3c537919758dada5a6c2fa07c4d4 1063944 libs extra libshibsp5_2.4.3+dfsg-3_i386.deb
     66046d2999299d5ef59f97db740d10e9 50042 libdevel extra libshibsp-dev_2.4.3+dfsg-3_i386.deb
     100f279459482507f51cdf45a9975c17 2564834 doc extra libshibsp-doc_2.4.3+dfsg-3_all.deb
     949f27602481c989b3a4e27235d0f746 22658 text extra shibboleth-sp2-schemas_2.4.3+dfsg-3_all.deb
    
  • debian/2.4.3+dfsg-2

    Debian release 2.4.3+dfsg-2
    
    Format: 1.8
    Date: Sun, 25 Sep 2011 14:44:15 -0700
    Source: shibboleth-sp2
    Binary: libapache2-mod-shib2 libshibsp5 libshibsp-dev libshibsp-doc shibboleth-sp2-schemas
    Architecture: source i386 all
    Version: 2.4.3+dfsg-2
    Distribution: unstable
    Urgency: low
    Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
    Changed-By: Russ Allbery <rra@debian.org>
    Description:
     libapache2-mod-shib2 - Federated web single sign-on system (Apache module)
     libshibsp-dev - Federated web single sign-on system (development)
     libshibsp-doc - Federated web single sign-on system (API docs)
     libshibsp5 - Federated web single sign-on system (runtime)
     shibboleth-sp2-schemas - Federated web single sign-on system (schemas)
    Closes: 623263 638594
    Changes:
     shibboleth-sp2 (2.4.3+dfsg-2) unstable; urgency=low
     .
       * Build-depend on g++-4.4 on armel and build with that compiler since
         g++ 4.5 and 4.6 die with an internal compiler error even with no
         optimization.  Patch from Peter Green.  (Closes: #623263)
       * Change the default native.logger facility to 3 from 3 << 3, since the
         current log4cpp does indeed do the facility shift.  Thanks to Jeremy
         Maryott for the report.  (Closes: #638594)
       * Update the upstream download location in debian/copyright.
       * Fix some formatting issues in debian/copyright caught by Lintian.
    Checksums-Sha1:
     6a242dc79ca4b5a21b6c12913947cbc3e67c0a92 2253 shibboleth-sp2_2.4.3+dfsg-2.dsc
     96136fc0dfe7a8501d257fa2e2f540dc40b42851 22632 shibboleth-sp2_2.4.3+dfsg-2.debian.tar.gz
     9903b2ecf4f174c5ff098258346063622ea32e91 262614 libapache2-mod-shib2_2.4.3+dfsg-2_i386.deb
     d72be00aab72ad7f0d4115cb96a6beccc65a5414 1066760 libshibsp5_2.4.3+dfsg-2_i386.deb
     f677ed1559cc59032def1cd4ff8e060c52d80ff9 49958 libshibsp-dev_2.4.3+dfsg-2_i386.deb
     b57a6d73fd92afe95978415b590370f73b6d00a7 2962748 libshibsp-doc_2.4.3+dfsg-2_all.deb
     c0d38497c360313223397d2de1ec1e4ec8af6331 22574 shibboleth-sp2-schemas_2.4.3+dfsg-2_all.deb
    Checksums-Sha256:
     8b6fff9e5cb66d56ed8df85a4c42afd176a9ca4d407704ca55ba35dd9f3a719d 2253 shibboleth-sp2_2.4.3+dfsg-2.dsc
     6899ef26e726eafb9a7ab6da1117988fcbb2ad2af2ad3d139447663f9dcf6f21 22632 shibboleth-sp2_2.4.3+dfsg-2.debian.tar.gz
     e81b0770c609dbf0a1c0945c881ddbfa81be955135298e846288b0ade353268d 262614 libapache2-mod-shib2_2.4.3+dfsg-2_i386.deb
     d0431ef0cafd478b7886aa13ff76ade3f927ad0ff53923670d45e6a447cadef9 1066760 libshibsp5_2.4.3+dfsg-2_i386.deb
     0b971c2e9eaec75252d634d8a5239f68e174d5914011abebdc44ac576c5a12dc 49958 libshibsp-dev_2.4.3+dfsg-2_i386.deb
     a9ad3e56a68a4a54ba10943a094cb0cc5f8b834c7c4056cdf14e8a8a2c81a895 2962748 libshibsp-doc_2.4.3+dfsg-2_all.deb
     a5454829df34de11e4aecfd3e4349d929f3acf21ca07fb5dd90df2dc8c0471f1 22574 shibboleth-sp2-schemas_2.4.3+dfsg-2_all.deb
    Files:
     0045e9fd43e6efab8ac3bb01670d43be 2253 web extra shibboleth-sp2_2.4.3+dfsg-2.dsc
     1565c0549a9fc67d767e2ecfb9578ac6 22632 web extra shibboleth-sp2_2.4.3+dfsg-2.debian.tar.gz
     4f833a6e93d3e1b9e71e97ba6a1f556e 262614 httpd extra libapache2-mod-shib2_2.4.3+dfsg-2_i386.deb
     e51994a13331e37f4421c8ad975486c3 1066760 libs extra libshibsp5_2.4.3+dfsg-2_i386.deb
     4e9a6873d023f4e2ff1b3594e0d4e9f0 49958 libdevel extra libshibsp-dev_2.4.3+dfsg-2_i386.deb
     d4e08fbfd56f69130c474770794b0fb1 2962748 doc extra libshibsp-doc_2.4.3+dfsg-2_all.deb
     1a610858107d3c5652bb9c5d5b1ea7bf 22574 text extra shibboleth-sp2-schemas_2.4.3+dfsg-2_all.deb
    
  • debian/2.4.3+dfsg-1

    Debian release 2.4.3+dfsg-1
    
    Format: 1.8
    Date: Mon, 25 Jul 2011 17:27:23 -0700
    Source: shibboleth-sp2
    Binary: libapache2-mod-shib2 libshibsp5 libshibsp-dev libshibsp-doc shibboleth-sp2-schemas
    Architecture: source i386 all
    Version: 2.4.3+dfsg-1
    Distribution: unstable
    Urgency: low
    Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
    Changed-By: Russ Allbery <rra@debian.org>
    Description:
     libapache2-mod-shib2 - Federated web single sign-on system (Apache module)
     libshibsp-dev - Federated web single sign-on system (development)
     libshibsp-doc - Federated web single sign-on system (API docs)
     libshibsp5 - Federated web single sign-on system (runtime)
     shibboleth-sp2-schemas - Federated web single sign-on system (schemas)
    Changes:
     shibboleth-sp2 (2.4.3+dfsg-1) unstable; urgency=low
     .
       * New upstream release.
         - Expire redirects by default so that the browser doesn't cache them
           (turn off with ShibExpireRedirects off)
         - Make library init routines idempotent
         - <SSO>SAML2</SSO> now enables ECP support
         - Fix SELECT query in ODBC storage service plugin
         - Fix metagen to only create PAOS ACS elements once
         - Fix XML namespace in metagen-generated XML for HOSTS
         - DiscoFeed with no metadata provider returns an empty feed instead of
           throwing an exception
         - Fix calculation of time interval when maxTimeSinceAuthn is used and
           IdP time is ahead of SP time
         - Improve the IdP example metadata
       * Change update-rc.d invocation for the shibd init script to use the
         same run levels as the LSB headers, removing a warning during package
         installation.
       * Update debian/watch and debian/rules for the new upstream distribution
         location.
    Checksums-Sha1:
     e16aabc57b8f0a74f933a7a168b820ebe1e5476d 2050 shibboleth-sp2_2.4.3+dfsg-1.dsc
     4a0efe44edb4bfab482cd55d0809137a256bdd5e 885014 shibboleth-sp2_2.4.3+dfsg.orig.tar.gz
     92c62bf87c67deb044b0c1345cd71e7a0543d59c 22187 shibboleth-sp2_2.4.3+dfsg-1.debian.tar.gz
     7880acf0a7642b478293281594906c2981b8da56 262108 libapache2-mod-shib2_2.4.3+dfsg-1_i386.deb
     cca46ca495743c576b2774ab060b95b49ae4542e 1065838 libshibsp5_2.4.3+dfsg-1_i386.deb
     7516aaa09afbc86e8470de6da56d164f5256deaa 49752 libshibsp-dev_2.4.3+dfsg-1_i386.deb
     b0ed24e6b808a5ed1186cba43aa81d592181b8a2 2954458 libshibsp-doc_2.4.3+dfsg-1_all.deb
     ec2776e5a660968ccf57feb5c03d5c8569b4962b 22348 shibboleth-sp2-schemas_2.4.3+dfsg-1_all.deb
    Checksums-Sha256:
     81ba111bb1c0d2d56cc1db2e78d820eea3676299e8d96b4f826b0a60e0a3476d 2050 shibboleth-sp2_2.4.3+dfsg-1.dsc
     3e7c99add687e852f2460b875f174ec632d2bbe93e08b00bc603d1cde1fd496f 885014 shibboleth-sp2_2.4.3+dfsg.orig.tar.gz
     279d771eba9301cd6b927a50df27119310c0db5e07dde757f0282884b940baa7 22187 shibboleth-sp2_2.4.3+dfsg-1.debian.tar.gz
     eeacf8465e69a17b8bfc1169fe6b358b72a96e7ccd6e130a31aa2022af80fe49 262108 libapache2-mod-shib2_2.4.3+dfsg-1_i386.deb
     af5bf5c5c4d57f774afd766cce759cb883872490cdf7ee99137e5827944b11a1 1065838 libshibsp5_2.4.3+dfsg-1_i386.deb
     187b82705fd2f828cb8de1299002e2f969f22e7c89bf3741120c7c20a2cfcb95 49752 libshibsp-dev_2.4.3+dfsg-1_i386.deb
     d255279c6d8198a5316a82e08f97a5bdbe4a79119b217e1857a6295f90026998 2954458 libshibsp-doc_2.4.3+dfsg-1_all.deb
     5e9903af846b00492aeedf69ac801f9fe49f5f7ffd9cab12f06f57e3bc44dc12 22348 shibboleth-sp2-schemas_2.4.3+dfsg-1_all.deb
    Files:
     70dfbd71e82df32ecb51dda94ffd70ea 2050 web extra shibboleth-sp2_2.4.3+dfsg-1.dsc
     aa016236fb89efd068e98d679ab0ed42 885014 web extra shibboleth-sp2_2.4.3+dfsg.orig.tar.gz
     7ed961513a0a88ffaecafaaff6ba7f16 22187 web extra shibboleth-sp2_2.4.3+dfsg-1.debian.tar.gz
     5b652c9d699c536987474968d0b49f8c 262108 httpd extra libapache2-mod-shib2_2.4.3+dfsg-1_i386.deb
     4675aca5bae30806eb6fce99892287c5 1065838 libs extra libshibsp5_2.4.3+dfsg-1_i386.deb
     1bf19cbec238ce9e83acf8a747cd49db 49752 libdevel extra libshibsp-dev_2.4.3+dfsg-1_i386.deb
     12c46c4d46c8442d01131b6a55a84ede 2954458 doc extra libshibsp-doc_2.4.3+dfsg-1_all.deb
     65bd82b63d10f127adfb7e5c58205d90 22348 text extra shibboleth-sp2-schemas_2.4.3+dfsg-1_all.deb
    
  • upstream/2.4.3+dfsg

    Upstream version 2.4.3+dfsg
  • 2.4.3

    Tagging 2.4.3 release.
  • debian/2.4.2+dfsg-2

    Debian release 2.4.2+dfsg-2
    
    Format: 1.8
    Date: Sun, 15 May 2011 20:07:24 -0700
    Source: shibboleth-sp2
    Binary: libapache2-mod-shib2 libshibsp5 libshibsp-dev libshibsp-doc shibboleth-sp2-schemas
    Architecture: source i386 all
    Version: 2.4.2+dfsg-2
    Distribution: unstable
    Urgency: low
    Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
    Changed-By: Russ Allbery <rra@debian.org>
    Description:
     libapache2-mod-shib2 - Federated web single sign-on system (Apache module)
     libshibsp-dev - Federated web single sign-on system (development)
     libshibsp-doc - Federated web single sign-on system (API docs)
     libshibsp5 - Federated web single sign-on system (runtime)
     shibboleth-sp2-schemas - Federated web single sign-on system (schemas)
    Closes: 624877
    Changes:
     shibboleth-sp2 (2.4.2+dfsg-2) unstable; urgency=low
     .
       * Include stddef.h for offsetof in apache/mod_apache.cpp, fixing FTBFS
         with g++ 4.6.  (Closes: #624877)
       * Remove ${shlibs:Depends} from libshibsp-dev, which doesn't contain any
         binaries.
       * Update standards version to 3.9.2 (no changes required).
    Checksums-Sha1:
     c5e2287fbc79380e8d232849e6ce3782c54ce611 2050 shibboleth-sp2_2.4.2+dfsg-2.dsc
     e3d99e111eb74ab62e9bcad32663bbe5c2b87d25 22485 shibboleth-sp2_2.4.2+dfsg-2.debian.tar.gz
     39e328ab32dbe40a72e50feaf04e5e7b0e920441 260886 libapache2-mod-shib2_2.4.2+dfsg-2_i386.deb
     bba343d94e00aed63f2d1989472d7a3b0831c302 1065638 libshibsp5_2.4.2+dfsg-2_i386.deb
     1ef1dd79a5ef1d7a4ef546b50d020c14c46694e7 48742 libshibsp-dev_2.4.2+dfsg-2_i386.deb
     4314312ae0576e84824bbc313040fd2e23e672c2 2945592 libshibsp-doc_2.4.2+dfsg-2_all.deb
     7693c72f81a205736f197aada6738dbeb7944ac2 21844 shibboleth-sp2-schemas_2.4.2+dfsg-2_all.deb
    Checksums-Sha256:
     fb75bef42e2e9b5f8636f08ee1b071aa9dbdb75ce1e49121d7c16b8c83ab36b2 2050 shibboleth-sp2_2.4.2+dfsg-2.dsc
     b2cb475a046be44e42e02ad0f408b9d139cce82e0f7111c4f115fd75e666ba14 22485 shibboleth-sp2_2.4.2+dfsg-2.debian.tar.gz
     0bb70708f6f7b8dd1aa565a74cfade581b551ca72c10f709188a8febf757ff97 260886 libapache2-mod-shib2_2.4.2+dfsg-2_i386.deb
     00362da494a49839dd54d7ca9e77326402056530af6c21a13bb683cbfe1f1e0a 1065638 libshibsp5_2.4.2+dfsg-2_i386.deb
     34874ccae244e461ea2a270c2971e40e314998b1732bc303847aa602f7919a3b 48742 libshibsp-dev_2.4.2+dfsg-2_i386.deb
     038504106e257708728bd1979da40cd4e9f37ee88dc1b569edb60befe8a70cd5 2945592 libshibsp-doc_2.4.2+dfsg-2_all.deb
     e399a290b9b6f59b0e0a5564215b9761095bc376a1bf1427848ff745be48872d 21844 shibboleth-sp2-schemas_2.4.2+dfsg-2_all.deb
    Files:
     ea7cb31eb310681810bdf13256f59224 2050 web extra shibboleth-sp2_2.4.2+dfsg-2.dsc
     9a655cf6fa9246aa42cea07495a92995 22485 web extra shibboleth-sp2_2.4.2+dfsg-2.debian.tar.gz
     29d27ab5303b02dd1bb6a297436bd44e 260886 httpd extra libapache2-mod-shib2_2.4.2+dfsg-2_i386.deb
     6d1e0744a62d34cff198e81d3f69915a 1065638 libs extra libshibsp5_2.4.2+dfsg-2_i386.deb
     8dfbaca1d6d6ce0f1361109881b372cc 48742 libdevel extra libshibsp-dev_2.4.2+dfsg-2_i386.deb
     38241eee401f87dab2bf012f03891db7 2945592 doc extra libshibsp-doc_2.4.2+dfsg-2_all.deb
     09ae0e9343527dc6de8bbfea824087e2 21844 text extra shibboleth-sp2-schemas_2.4.2+dfsg-2_all.deb
    
  • debian/2.4.2+dfsg-1

    Debian release 2.4.2+dfsg-1
    
    Format: 1.8
    Date: Fri, 08 Apr 2011 13:01:21 -0700
    Source: shibboleth-sp2
    Binary: libapache2-mod-shib2 libshibsp5 libshibsp-dev libshibsp-doc shibboleth-sp2-schemas
    Architecture: source i386 all
    Version: 2.4.2+dfsg-1
    Distribution: unstable
    Urgency: low
    Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
    Changed-By: Russ Allbery <rra@debian.org>
    Description:
     libapache2-mod-shib2 - Federated web single sign-on system (Apache module)
     libshibsp-dev - Federated web single sign-on system (development)
     libshibsp-doc - Federated web single sign-on system (API docs)
     libshibsp5 - Federated web single sign-on system (runtime)
     shibboleth-sp2-schemas - Federated web single sign-on system (schemas)
    Closes: 606489 620774
    Changes:
     shibboleth-sp2 (2.4.2+dfsg-1) unstable; urgency=low
     .
       [ Ferenc Wagner ]
       * Fix watch file.  The 2.4 prerelease broke it.
     .
       [ Faidon Liambotis ]
       * Enable and ship memcache-store.
     .
       [ Russ Allbery ]
       * New upstream release.
         - Move <SecurityPolicies> default to a separate configuration file
         - Allow hard-coding the return URL after authentication
         - Allow restrictions on signing/digest algorithms to accept
         - New -o, -u, and -g flags to keygen
         - Add SessionIndex of an AuthnStatement to environment variables
         - Support for metadata extensions for algorithm support
         - New extension for decoding base64 encoded attributes
         - Allow configuration of XMLAccessControl rules in .htaccess
         - Support explicit filtering of NameID by qualifiers
         - New simplified configuration mechanism
         - Allow inheritance of RelyingParty definitions in ApplicationOverride
         - Provide more information in the status handler
         - New endpoint producing JSON data for Discovery Service
         - Generate the EntityDescriptor/ID via hashing for stability
         - Allow using a regex to generate a URL from the entityID in dynamic
           metadata plugin
         - Support for multibyte request paths
         - New session cache option to avoid storing complete assertions
         - Support MDX-style artifact lookup in dynamic MD plugin
         - Allow storing and retrieving the session key from an HTTP header
         - Support "unspecified" NameFormat without special configuration
         - Allow overriding listener details to permit use of a shared config
         - Add error information to attribute ResolutionContext
         - Set the correct variables for log4cpp libraries (Closes: #606489)
         - Multiple bug fixes
       * Rebuild with OpenSSL 1.0.0.  (Closes: #620774)
       * Change package names for the upstream SONAME change.
       * Update Debian man pages for upstream utility changes.
       * Build-depend on xmltooling 1.4 or later and OpenSAML 2.4 or later, and
         also update schema and development package dependencies.
       * Force build dependency on xml-security-c 1.6 or later for consistent
         build results.
       * Add build dependency on pkg-config, which upstream now uses to find
         the SSL libraries.
       * Add build dependency on graphviz for better API documentation.
       * Replace the version of jQuery installed by Doxygen in the
         documentation package with a symlink to the version supplied by the
         Debian package and add a dependency.
       * Drop the *.la files from /usr/lib/shibboleth.  Upstream does loading
         by *.so files and doesn't use libltdl, and Debian is dropping *.la
         files where possible.
       * Fix LSB Description keyword formatting in the shibd init script.
       * Empty the Default-Stop setting for the shibd init script.  Just
         killing the daemon as part of shutdown should be fine.
       * Ignore the plugins in /usr/lib/shibboleth when running dh_makeshlibs.
         They have SONAMEs but aren't actually libraries.
       * Update to debhelper compatibility level V8.
         - Use debhelper rule minimization.
       * Update debian/copyright to the current DEP-5 specification.
       * Change to Debian source format 3.0 (quilt).  Force a single Debian
         patch for simplicity since the packaging is maintained in Git using
         branches, and include a patch header explaining why.
       * Update standards version to 3.9.1 (no changes required).
    Checksums-Sha1:
     c2bd779db265f9b985edecf3d830961cb2dbbeb0 2050 shibboleth-sp2_2.4.2+dfsg-1.dsc
     f13a4accdff6999e2c40390ddb5d4262617ef68b 885060 shibboleth-sp2_2.4.2+dfsg.orig.tar.gz
     00de03b52f041bd34e110777a31b3b7c6bccd0cb 22075 shibboleth-sp2_2.4.2+dfsg-1.debian.tar.gz
     a58424ac220be6ec118b8ba43eb56d6a3ae3ee77 267864 libapache2-mod-shib2_2.4.2+dfsg-1_i386.deb
     60cb13b72b6de4106203826ca147d964cdc56332 1109548 libshibsp5_2.4.2+dfsg-1_i386.deb
     f4531fab38fc103dc55f1c3546b68e7bba590881 48630 libshibsp-dev_2.4.2+dfsg-1_i386.deb
     79dd1715edf4d870db9be8fdc23931786996ba40 2945150 libshibsp-doc_2.4.2+dfsg-1_all.deb
     ea6a1128409840a903c67639ba343ae78f83bcd9 21738 shibboleth-sp2-schemas_2.4.2+dfsg-1_all.deb
    Checksums-Sha256:
     e4e6d33a2566a50c84f85cbf8898e4690cfcf6ea6edad91eb6b99a27fcc117dd 2050 shibboleth-sp2_2.4.2+dfsg-1.dsc
     d8463da3f380ec7a0048c5267763cdfc3875d5453aee47a26b18286cd14737fd 885060 shibboleth-sp2_2.4.2+dfsg.orig.tar.gz
     302a04aafe4e69ccd57a07db05e5b219950bd121e9f4192551f414a5cb7701ac 22075 shibboleth-sp2_2.4.2+dfsg-1.debian.tar.gz
     2b0b2234f5fb5c14063fff16c5ea920c1163051d85813604d733b9941bfb4734 267864 libapache2-mod-shib2_2.4.2+dfsg-1_i386.deb
     58084a740af672d2a068ba886141b8c4d7d217f40e0608f09898ecb382814206 1109548 libshibsp5_2.4.2+dfsg-1_i386.deb
     096682c098adc20d6de6e6fb924d5638022158eca9a8ff93469ba3da1b9a1c13 48630 libshibsp-dev_2.4.2+dfsg-1_i386.deb
     566ef748fe9c6dfc79ecddd7ef4f74f21cb9ef0e8bd811804e0b4a312c9acb16 2945150 libshibsp-doc_2.4.2+dfsg-1_all.deb
     36fc27c03caeeb6ef563f8be2fe70c1680c06a48f1518f70dbfad212f6db6c3a 21738 shibboleth-sp2-schemas_2.4.2+dfsg-1_all.deb
    Files:
     aeb683b43ed4ac305c4fbae9f157639c 2050 web extra shibboleth-sp2_2.4.2+dfsg-1.dsc
     bd23cd226da13426c26db5ecc2305fd8 885060 web extra shibboleth-sp2_2.4.2+dfsg.orig.tar.gz
     26e7537978c341e749553b216d935fe4 22075 web extra shibboleth-sp2_2.4.2+dfsg-1.debian.tar.gz
     2d4b884daf91d91b5f6d60aa4decb788 267864 httpd extra libapache2-mod-shib2_2.4.2+dfsg-1_i386.deb
     1442744d7720ba84ca328124d6c7c52c 1109548 libs extra libshibsp5_2.4.2+dfsg-1_i386.deb
     57b030b7b10e9c10cd80e15ec73f9791 48630 libdevel extra libshibsp-dev_2.4.2+dfsg-1_i386.deb
     2a3fd31333f82be96cc1d3e65291c3b3 2945150 doc extra libshibsp-doc_2.4.2+dfsg-1_all.deb
     37eab7aca03fc00686c08f8518862259 21738 text extra shibboleth-sp2-schemas_2.4.2+dfsg-1_all.deb
    
  • upstream/2.4.2+dfsg

    Upstream version 2.4.2+dfsg
  • 2.4.2

    34f6272e · Remove version. ·
    Tagging 2.4.2 release.
  • 2.4.1

    9733ea3b · Update library version. ·
    Tagging 2.4.1 release.