pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/shibboleth-sp 2.4.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca365162e115
branches:  trunk
changeset: 590912:ca365162e115
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Thu Jul 28 23:16:24 2011 +0000

description:
2.4.3:

Bug:
* [SSPCPP-357] - Library init routines should be idempotent
* [SSPCPP-358] - OpenSUSE 11.4 RPM build can't handle warnings during mod_shib build
* [SSPCPP-363] - Windows Installer loops infinitely if the SP is deinstalled from the Control Panel
* [SSPCPP-368] - Fails to build with g++ 4.6 (missing stddef.h)
* [SSPCPP-370] - SSL_CHECK_SERVERHELLO_TLSEXT
* [SSPCPP-371] - <SSO>SAML2</SSO> does not enable ECP support
* [SSPCPP-372] - Bug in query in ODBC storage service plugin
* [SSPCPP-374] - metagen.sh creates PAOS ACS elements twice
* [SSPCPP-379] - DiscoFeed should return empty feed with no metadata provider
* [SSPCPP-380] - When maxTimeSinceAuthn is used, valid time interval is miscalculated when IdP time is a few seconds ahead of SP time

Improvement:
* [SSPCPP-359] - metagen.sh includes xmlns for NAKEDHOSTS
* [SSPCPP-381] - Option to expire redirects on Apache

New Feature:
* [SSPCPP-364] - Add <mdui> examples into the example metadata shipped with the SP

diffstat:

 www/shibboleth-sp/Makefile |  7 +++----
 www/shibboleth-sp/PLIST    |  7 ++++---
 www/shibboleth-sp/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (63 lines):

diff -r c2ae0311ed34 -r ca365162e115 www/shibboleth-sp/Makefile
--- a/www/shibboleth-sp/Makefile        Thu Jul 28 23:15:22 2011 +0000
+++ b/www/shibboleth-sp/Makefile        Thu Jul 28 23:16:24 2011 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2011/07/27 22:33:26 pettai Exp $
+# $NetBSD: Makefile,v 1.4 2011/07/28 23:16:24 pettai Exp $
 #
 
-DISTNAME=      shibboleth-sp-2.4.2
-PKGREVISION=   1
+DISTNAME=      shibboleth-sp-2.4.3
 CATEGORIES=    www
-MASTER_SITES=  http://www.shibboleth.net/downloads/service-provider/2.4.2/
+MASTER_SITES=  http://www.shibboleth.net/downloads/service-provider/${PKGVERSION_NOREV}/
 
 MAINTAINER=    pettai%NetBSD.org@localhost
 HOMEPAGE=      http://shibboleth.internet2.edu/
diff -r c2ae0311ed34 -r ca365162e115 www/shibboleth-sp/PLIST
--- a/www/shibboleth-sp/PLIST   Thu Jul 28 23:15:22 2011 +0000
+++ b/www/shibboleth-sp/PLIST   Thu Jul 28 23:16:24 2011 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/15 13:15:37 pettai Exp $
+@comment $NetBSD: PLIST,v 1.2 2011/07/28 23:16:24 pettai Exp $
 bin/mdquery
 bin/resolvertest
 bin/shib-metagen
@@ -32,6 +32,7 @@
 include/shibsp/binding/ArtifactResolver.h
 include/shibsp/binding/ProtocolProvider.h
 include/shibsp/binding/SOAPClient.h
+include/shibsp/config_pub.h
 include/shibsp/exceptions.h
 include/shibsp/handler/AbstractHandler.h
 include/shibsp/handler/AssertionConsumerService.h
@@ -59,11 +60,11 @@
 lib/libshibsp-lite.a
 lib/libshibsp-lite.so
 lib/libshibsp-lite.so.5
-lib/libshibsp-lite.so.5.0.2
+lib/libshibsp-lite.so.5.0.3
 lib/libshibsp.a
 lib/libshibsp.so
 lib/libshibsp.so.5
-lib/libshibsp.so.5.0.2
+lib/libshibsp.so.5.0.3
 lib/shibboleth/adfs-lite.la
 lib/shibboleth/adfs.la
 lib/shibboleth/mod_shib_22.la
diff -r c2ae0311ed34 -r ca365162e115 www/shibboleth-sp/distinfo
--- a/www/shibboleth-sp/distinfo        Thu Jul 28 23:15:22 2011 +0000
+++ b/www/shibboleth-sp/distinfo        Thu Jul 28 23:16:24 2011 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/03/15 13:15:37 pettai Exp $
+$NetBSD: distinfo,v 1.2 2011/07/28 23:16:24 pettai Exp $
 
-SHA1 (shibboleth-sp-2.4.2.tar.gz) = a93e64a6a6b46d79f177395aecbd67985247f5c4
-RMD160 (shibboleth-sp-2.4.2.tar.gz) = 16e2ead5e8279d900bcfba6961ce813c3e9a29c9
-Size (shibboleth-sp-2.4.2.tar.gz) = 854404 bytes
+SHA1 (shibboleth-sp-2.4.3.tar.gz) = f7cff91740ba61a4e537924b7572bd4faa204132
+RMD160 (shibboleth-sp-2.4.3.tar.gz) = e2a909f5ea49d6c295056cc3530708fc5534eb63
+Size (shibboleth-sp-2.4.3.tar.gz) = 854326 bytes
 SHA1 (patch-aa) = 904faee5523244854bb792b41719ec76adfe8558
 SHA1 (patch-ab) = f667e876e1ebd84e706433156eed2cd60e905372



Home | Main Index | Thread Index | Old Index