From owner-svn-ports-branches@freebsd.org Sun Feb 28 18:57:48 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75819AB7DB6; Sun, 28 Feb 2016 18:57:48 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 501C91094; Sun, 28 Feb 2016 18:57:48 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1SIvlCa028735; Sun, 28 Feb 2016 18:57:47 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SIvkuH028730; Sun, 28 Feb 2016 18:57:46 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201602281857.u1SIvkuH028730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sun, 28 Feb 2016 18:57:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409757 - in branches/2016Q1: security/shibboleth2-sp textproc/xerces-c3 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 18:57:48 -0000 Author: girgen Date: Sun Feb 28 18:57:46 2016 New Revision: 409757 URL: https://svnweb.freebsd.org/changeset/ports/409757 Log: MFH: r409756 Update xerces-c3 and shibboleth to latest versions The update in xerces fixes a buffer overflow security problem that exposes the possibility of a denial of service attack, and could conceivably result in remote code execution. Users of Shibboleth or any other service usingi the xerces-c3 xml library are recommended to upgrade promptly. URL: http://xerces.apache.org/xerces-c/secadv/CVE-2016-0729.txt Security: CVE-2016-0729 Approved by: ports-secteam (feld) Modified: branches/2016Q1/security/shibboleth2-sp/Makefile branches/2016Q1/security/shibboleth2-sp/distinfo branches/2016Q1/security/shibboleth2-sp/pkg-plist branches/2016Q1/textproc/xerces-c3/Makefile branches/2016Q1/textproc/xerces-c3/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/shibboleth2-sp/Makefile ============================================================================== --- branches/2016Q1/security/shibboleth2-sp/Makefile Sun Feb 28 18:55:43 2016 (r409756) +++ branches/2016Q1/security/shibboleth2-sp/Makefile Sun Feb 28 18:57:46 2016 (r409757) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= shibboleth-sp -PORTVERSION= 2.5.5 -PORTREVISION= 1 +PORTVERSION= 2.5.6 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ Modified: branches/2016Q1/security/shibboleth2-sp/distinfo ============================================================================== --- branches/2016Q1/security/shibboleth2-sp/distinfo Sun Feb 28 18:55:43 2016 (r409756) +++ branches/2016Q1/security/shibboleth2-sp/distinfo Sun Feb 28 18:57:46 2016 (r409757) @@ -1,2 +1,2 @@ -SHA256 (shibboleth-sp-2.5.5.tar.gz) = 30da36e0bba2ce4606a9effc37c05cd110dafdd6d3141468c4aa0f57ce4d96ce -SIZE (shibboleth-sp-2.5.5.tar.gz) = 1003433 +SHA256 (shibboleth-sp-2.5.6.tar.gz) = 024739a7b5190aebecac913d9445719912c6e4e401bfe256a25ca75ab4e67ad5 +SIZE (shibboleth-sp-2.5.6.tar.gz) = 987020 Modified: branches/2016Q1/security/shibboleth2-sp/pkg-plist ============================================================================== --- branches/2016Q1/security/shibboleth2-sp/pkg-plist Sun Feb 28 18:55:43 2016 (r409756) +++ branches/2016Q1/security/shibboleth2-sp/pkg-plist Sun Feb 28 18:57:46 2016 (r409757) @@ -93,7 +93,6 @@ include/shibsp/util/PropertySet.h include/shibsp/util/SPConstants.h include/shibsp/util/TemplateParameters.h include/shibsp/version.h -lib/libshibsp.so.6.0.5 lib/libshibsp.so.6 lib/libshibsp.so lib/shibboleth/adfs.so @@ -103,7 +102,6 @@ lib/shibboleth/plugins-lite.so lib/shibboleth/plugins.so %%WITH_APACHE_22%%lib/shibboleth/mod_shib_22.so %%WITH_APACHE_24%%lib/shibboleth/mod_shib_24.so -lib/libshibsp-lite.so.6.0.5 lib/libshibsp-lite.so.6 lib/libshibsp-lite.so sbin/shibd Modified: branches/2016Q1/textproc/xerces-c3/Makefile ============================================================================== --- branches/2016Q1/textproc/xerces-c3/Makefile Sun Feb 28 18:55:43 2016 (r409756) +++ branches/2016Q1/textproc/xerces-c3/Makefile Sun Feb 28 18:57:46 2016 (r409757) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xerces-c -PORTVERSION= 3.1.2 +PORTVERSION= 3.1.3 CATEGORIES= textproc MASTER_SITES= APACHE/xerces/c/3/sources PKGNAMESUFFIX= 3 Modified: branches/2016Q1/textproc/xerces-c3/distinfo ============================================================================== --- branches/2016Q1/textproc/xerces-c3/distinfo Sun Feb 28 18:55:43 2016 (r409756) +++ branches/2016Q1/textproc/xerces-c3/distinfo Sun Feb 28 18:57:46 2016 (r409757) @@ -1,2 +1,2 @@ -SHA256 (xerces-c-3.1.2.tar.gz) = 743bd0a029bf8de56a587c270d97031e0099fe2b7142cef03e0da16e282655a0 -SIZE (xerces-c-3.1.2.tar.gz) = 6959894 +SHA256 (xerces-c-3.1.3.tar.gz) = f3d4f73db7c981e16db2b16d9424b0c75d9fbd30ad81747cac047bc6170b5b49 +SIZE (xerces-c-3.1.3.tar.gz) = 9009575