diff options
author | pettai <pettai@pkgsrc.org> | 2016-03-20 09:57:12 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2016-03-20 09:57:12 +0000 |
commit | a63c822f5329c3cb34be4a7dd03fdd5d1dcc1f74 (patch) | |
tree | f616c927f2f00193fba71a47a3462bff583bd342 /textproc | |
parent | 54b76f293b982eae2c72e0d07b198f8e779d4bdd (diff) | |
download | pkgsrc-a63c822f5329c3cb34be4a7dd03fdd5d1dcc1f74.tar.gz |
Release Notes - XMLTooling - C++ - Version 1.5.6
** Bug
* [CPPXT-105] - PKIX revocation checking calls OpenSSL's X509_verify_cert
in an unsupported way (breaks with OpenSSL 1.0.1p/1.0.2d and later)
Release Notes - XMLTooling - C++ - Version 1.5.5
** Bug
* [CPPXT-102] - BOOST autoconf macros break with gcc5
Release Notes - XMLTooling - C++ - Version 1.5.4
** Bug
* [CPPXT-97] - Segfault in HTTPResponse::setResponseHeader when used to
clear a header
* [CPPXT-99] - Slightly incorrect User-Agent string with libcurl requests
** Task
* [CPPXT-100] - Update Windows build to latest libraries
** Improvement
* [CPPXT-101] - Disable SSLv3 by default in SOAP client
This is part of fixing PR pkg/50354
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmltooling/Makefile | 7 | ||||
-rw-r--r-- | textproc/xmltooling/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/textproc/xmltooling/Makefile b/textproc/xmltooling/Makefile index c43a28a32c5..75bad038b91 100644 --- a/textproc/xmltooling/Makefile +++ b/textproc/xmltooling/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2016/03/05 11:29:33 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2016/03/20 09:57:12 pettai Exp $ -DISTNAME= xmltooling-1.5.3 -PKGREVISION= 9 +DISTNAME= xmltooling-1.5.6 CATEGORIES= textproc -MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/${PKGVERSION_NOREV}/ +MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/2.5.5/ MAINTAINER= pettai@NetBSD.org HOMEPAGE= http://shibboleth.net/ diff --git a/textproc/xmltooling/distinfo b/textproc/xmltooling/distinfo index bb75e0cf914..e7b1d5d45f5 100644 --- a/textproc/xmltooling/distinfo +++ b/textproc/xmltooling/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2015/11/04 02:00:16 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/03/20 09:57:12 pettai Exp $ -SHA1 (xmltooling-1.5.3.tar.gz) = b8498a8dafe18bf612a6651ab7af662add5c2a68 -RMD160 (xmltooling-1.5.3.tar.gz) = 2b8530f41576511b222f515a86e39981f34c2102 -SHA512 (xmltooling-1.5.3.tar.gz) = 25cc3b619aabb420d061e809388695ca31ae8ccb47e8f3c8a96d0f34e662f22f74fa02b7ba0a22ed552f66e60f066919ad8336ba161cc654b6e02a93c6316706 -Size (xmltooling-1.5.3.tar.gz) = 675350 bytes +SHA1 (xmltooling-1.5.6.tar.gz) = 45da82345758a9871cbf1200f6b2cdd0898722f2 +RMD160 (xmltooling-1.5.6.tar.gz) = 4bffdd47c8062c352c0aa5d26fc5bc588779514b +SHA512 (xmltooling-1.5.6.tar.gz) = 4fa247fd8e8c4354cf4c6d515847b891c6de4f631198dc220063c30d48cbccf9c3a9a66e660b04a2d37950929e76e649b3857391c0691c962e5a6a25fde13652 +Size (xmltooling-1.5.6.tar.gz) = 713425 bytes SHA1 (patch-xmltooling_Makefile.in) = 9c6764c89d0c81c46486283063e02791c22c37e2 SHA1 (patch-xmltooling_util_XMLHelper.cpp) = 2dc0915af93e4b2aeb0a946ea14f2de89050867f SHA1 (patch-xmltooling_util_XMLHelper.h) = 98c6c0552c81a8599c5337642bcdcaa9cdb76d80 |