diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2018-12-23 10:54:35 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2018-12-23 10:54:35 +0000 |
commit | c45391d0ee9124704ef46135e0db965842bb1d1c (patch) | |
tree | 273899dfc8d07c73f6be8f811055d370efe9e6ec /devel | |
parent | 352a01045782d3c975b5600dd4afd9e5359989af (diff) | |
download | ports-c45391d0ee9124704ef46135e0db965842bb1d1c.tar.gz ports-c45391d0ee9124704ef46135e0db965842bb1d1c.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/xmltooling/Makefile | 3 | ||||
-rw-r--r-- | devel/xmltooling/distinfo | 6 | ||||
-rw-r--r-- | devel/xmltooling/files/patch-xmltooling__security__impl__OpenSSLSupport.cpp | 28 | ||||
-rw-r--r-- | devel/xmltooling/pkg-plist | 4 |
4 files changed, 6 insertions, 35 deletions
diff --git a/devel/xmltooling/Makefile b/devel/xmltooling/Makefile index 93f089d587d9..5f95cfe93923 100644 --- a/devel/xmltooling/Makefile +++ b/devel/xmltooling/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xmltooling -PORTVERSION= 3.0.2 -PORTREVISION= 2 +PORTVERSION= 3.0.3 CATEGORIES= devel security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/3.0.0/ diff --git a/devel/xmltooling/distinfo b/devel/xmltooling/distinfo index 03d3412f40ca..85df43dc8737 100644 --- a/devel/xmltooling/distinfo +++ b/devel/xmltooling/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533581107 -SHA256 (xmltooling-3.0.2.tar.bz2) = 5709cf30c9d7cfc786599ac2433653fac8cc64d425781068af86019c8ce8d689 -SIZE (xmltooling-3.0.2.tar.bz2) = 596471 +TIMESTAMP = 1545314057 +SHA256 (xmltooling-3.0.3.tar.bz2) = 875b485eedd5d45010a1aab8d0bf937aba9af7198794426fe63b5c807331a6ca +SIZE (xmltooling-3.0.3.tar.bz2) = 608122 diff --git a/devel/xmltooling/files/patch-xmltooling__security__impl__OpenSSLSupport.cpp b/devel/xmltooling/files/patch-xmltooling__security__impl__OpenSSLSupport.cpp deleted file mode 100644 index 17ccf87949eb..000000000000 --- a/devel/xmltooling/files/patch-xmltooling__security__impl__OpenSSLSupport.cpp +++ /dev/null @@ -1,28 +0,0 @@ ---- xmltooling/security/impl/OpenSSLSupport.cpp.orig 2018-07-10 01:00:14 UTC -+++ xmltooling/security/impl/OpenSSLSupport.cpp -@@ -91,6 +91,7 @@ const BIGNUM *xmltooling::DSA_get0_privk - #endif - } - -+#if (OPENSSL_VERSION_NUMBER < 0x1010100fL) - const BIGNUM *xmltooling::RSA_get0_n(const RSA *rsa) - { - #if (OPENSSL_VERSION_NUMBER < 0x10100000L) -@@ -123,3 +124,4 @@ const BIGNUM *xmltooling::RSA_get0_d(con - return result; - #endif - } -+#endif ---- xmltooling/security/impl/OpenSSLSupport.h.bak 2018-10-12 08:58:16.782132000 +0200 -+++ xmltooling/security/impl/OpenSSLSupport.h 2018-10-12 08:59:14.767210000 +0200 -@@ -75,8 +75,9 @@ - const BIGNUM *DSA_get0_pubkey(const DSA *dsa); - const BIGNUM *DSA_get0_privkey(const DSA *dsa); - -+#if (OPENSSL_VERSION_NUMBER < 0x1010100fL) - const BIGNUM *RSA_get0_n(const RSA *rsa); - const BIGNUM *RSA_get0_d(const RSA *rsa); - const BIGNUM *RSA_get0_e(const RSA *rsa); -- -+#endif - } diff --git a/devel/xmltooling/pkg-plist b/devel/xmltooling/pkg-plist index 5ec18b4db2bf..adf5f43d4776 100644 --- a/devel/xmltooling/pkg-plist +++ b/devel/xmltooling/pkg-plist @@ -87,10 +87,10 @@ include/xmltooling/validation/ValidatorSuite.h include/xmltooling/version.h lib/libxmltooling-lite.so lib/libxmltooling-lite.so.8 -lib/libxmltooling-lite.so.8.0.2 +lib/libxmltooling-lite.so.8.0.3 lib/libxmltooling.so lib/libxmltooling.so.8 -lib/libxmltooling.so.8.0.2 +lib/libxmltooling.so.8.0.3 libdata/pkgconfig/xmltooling-lite.pc libdata/pkgconfig/xmltooling.pc share/xml/xmltooling/catalog.xml |