From owner-svn-ports-all@freebsd.org Sun Dec 23 10:54:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3393313569BF; Sun, 23 Dec 2018 10:54:37 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCD2C6E229; Sun, 23 Dec 2018 10:54:36 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF9A8C150; Sun, 23 Dec 2018 10:54:36 +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 wBNAsasU034295; Sun, 23 Dec 2018 10:54:36 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBNAsZrZ034289; Sun, 23 Dec 2018 10:54:35 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201812231054.wBNAsZrZ034289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sun, 23 Dec 2018 10:54:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488188 - in head: devel/xmltooling devel/xmltooling/files security/shibboleth-sp X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in head: devel/xmltooling devel/xmltooling/files security/shibboleth-sp X-SVN-Commit-Revision: 488188 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CCD2C6E229 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2018 10:54:37 -0000 Author: girgen Date: Sun Dec 23 10:54:35 2018 New Revision: 488188 URL: https://svnweb.freebsd.org/changeset/ports/488188 Log: Update to version 3.0.3 The update corrects a denial of service vulnerability. Security: 4f8665d0-0465-11e9-b77a-6cc21735f730 Deleted: head/devel/xmltooling/files/patch-xmltooling__security__impl__OpenSSLSupport.cpp Modified: head/devel/xmltooling/Makefile head/devel/xmltooling/distinfo head/devel/xmltooling/pkg-plist head/security/shibboleth-sp/Makefile head/security/shibboleth-sp/distinfo head/security/shibboleth-sp/pkg-plist Modified: head/devel/xmltooling/Makefile ============================================================================== --- head/devel/xmltooling/Makefile Sun Dec 23 10:50:58 2018 (r488187) +++ head/devel/xmltooling/Makefile Sun Dec 23 10:54:35 2018 (r488188) @@ -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/ Modified: head/devel/xmltooling/distinfo ============================================================================== --- head/devel/xmltooling/distinfo Sun Dec 23 10:50:58 2018 (r488187) +++ head/devel/xmltooling/distinfo Sun Dec 23 10:54:35 2018 (r488188) @@ -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 Modified: head/devel/xmltooling/pkg-plist ============================================================================== --- head/devel/xmltooling/pkg-plist Sun Dec 23 10:50:58 2018 (r488187) +++ head/devel/xmltooling/pkg-plist Sun Dec 23 10:54:35 2018 (r488188) @@ -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 Modified: head/security/shibboleth-sp/Makefile ============================================================================== --- head/security/shibboleth-sp/Makefile Sun Dec 23 10:50:58 2018 (r488187) +++ head/security/shibboleth-sp/Makefile Sun Dec 23 10:54:35 2018 (r488188) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= shibboleth-sp -PORTVERSION= 3.0.2 -PORTREVISION= 2 +PORTVERSION= 3.0.3 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ Modified: head/security/shibboleth-sp/distinfo ============================================================================== --- head/security/shibboleth-sp/distinfo Sun Dec 23 10:50:58 2018 (r488187) +++ head/security/shibboleth-sp/distinfo Sun Dec 23 10:54:35 2018 (r488188) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533580338 -SHA256 (shibboleth-sp-3.0.2.tar.bz2) = 7aab399aeaf39145c60e1713dbc29a65f618e9eca84505f5ed03cee63e3f31a3 -SIZE (shibboleth-sp-3.0.2.tar.bz2) = 805141 +TIMESTAMP = 1545262499 +SHA256 (shibboleth-sp-3.0.3.tar.bz2) = 805b6cf386bf4c08062c1ffa89f77a52d4236c6aa8f8dc0dc4a27eb49ebbc17a +SIZE (shibboleth-sp-3.0.3.tar.bz2) = 806450 Modified: head/security/shibboleth-sp/pkg-plist ============================================================================== --- head/security/shibboleth-sp/pkg-plist Sun Dec 23 10:50:58 2018 (r488187) +++ head/security/shibboleth-sp/pkg-plist Sun Dec 23 10:54:35 2018 (r488188) @@ -92,7 +92,7 @@ include/shibsp/util/TemplateParameters.h include/shibsp/version.h lib/libshibsp.so lib/libshibsp.so.8 -lib/libshibsp.so.8.0.2 +lib/libshibsp.so.8.0.3 lib/shibboleth/adfs.so lib/shibboleth/adfs-lite.so %%MEMCACHED%%lib/shibboleth/memcache-store.so @@ -104,7 +104,7 @@ lib/shibboleth/plugins.so %%FASTCGI%%lib/shibboleth/shibresponder lib/libshibsp-lite.so lib/libshibsp-lite.so.8 -lib/libshibsp-lite.so.8.0.2 +lib/libshibsp-lite.so.8.0.3 libdata/pkgconfig/shibsp-lite.pc libdata/pkgconfig/shibsp.pc sbin/shibd