svn commit: r484369 - head/security/apache-xml-security-c

Palle Girgensohn girgen at FreeBSD.org
Tue Nov 6 23:51:58 UTC 2018


Author: girgen
Date: Tue Nov  6 23:51:57 2018
New Revision: 484369
URL: https://svnweb.freebsd.org/changeset/ports/484369

Log:
  Update to version 2.0.2
  
  This fixes a crach in upstream applications.
  See https://issues.apache.org/jira/browse/SANTUARIO-496 for details.

Modified:
  head/security/apache-xml-security-c/Makefile
  head/security/apache-xml-security-c/distinfo
  head/security/apache-xml-security-c/pkg-plist

Modified: head/security/apache-xml-security-c/Makefile
==============================================================================
--- head/security/apache-xml-security-c/Makefile	Tue Nov  6 23:49:56 2018	(r484368)
+++ head/security/apache-xml-security-c/Makefile	Tue Nov  6 23:51:57 2018	(r484369)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xml-security-c
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.2
 CATEGORIES=	security
 MASTER_SITES=	APACHE/santuario/c-library
 PKGNAMEPREFIX=	apache-

Modified: head/security/apache-xml-security-c/distinfo
==============================================================================
--- head/security/apache-xml-security-c/distinfo	Tue Nov  6 23:49:56 2018	(r484368)
+++ head/security/apache-xml-security-c/distinfo	Tue Nov  6 23:51:57 2018	(r484369)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533580535
-SHA256 (xml-security-c-2.0.1.tar.bz2) = e7e9ccb8fd9d67eb1b981b191c724112f0b45f5b601f5fcc64708ebd6906e791
-SIZE (xml-security-c-2.0.1.tar.bz2) = 659112
+TIMESTAMP = 1541343540
+SHA256 (xml-security-c-2.0.2.tar.bz2) = 39e963ab4da477b7bda058f06db37228664c68fe68902d86e334614dd06e046b
+SIZE (xml-security-c-2.0.2.tar.bz2) = 659543

Modified: head/security/apache-xml-security-c/pkg-plist
==============================================================================
--- head/security/apache-xml-security-c/pkg-plist	Tue Nov  6 23:49:56 2018	(r484368)
+++ head/security/apache-xml-security-c/pkg-plist	Tue Nov  6 23:51:57 2018	(r484369)
@@ -158,5 +158,5 @@ include/xsec/xkms/XKMSValidityInterval.hpp
 lib/libxml-security-c.a
 lib/libxml-security-c.so
 lib/libxml-security-c.so.20
-lib/libxml-security-c.so.20.0.1
+lib/libxml-security-c.so.20.0.2
 libdata/pkgconfig/xml-security-c.pc


More information about the svn-ports-all mailing list