From owner-svn-ports-all@freebsd.org Sat Dec 30 22:24:38 2017 Return-Path: Delivered-To: svn-ports-all@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 7139DEAFAA7; Sat, 30 Dec 2017 22:24:38 +0000 (UTC) (envelope-from dbaio@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 48A84708CF; Sat, 30 Dec 2017 22:24:38 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBUMObgH067221; Sat, 30 Dec 2017 22:24:37 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBUMObBV067218; Sat, 30 Dec 2017 22:24:37 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201712302224.vBUMObBV067218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 30 Dec 2017 22:24:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457648 - head/www/otrs X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/www/otrs X-SVN-Commit-Revision: 457648 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 30 Dec 2017 22:24:38 -0000 Author: dbaio Date: Sat Dec 30 22:24:36 2017 New Revision: 457648 URL: https://svnweb.freebsd.org/changeset/ports/457648 Log: www/otrs: Update to 5.0.26, Fixes multiple security vulnerabilities Changes: https://www.otrs.com/release-notes-otrs-5s-patch-level-24/ https://www.otrs.com/release-notes-otrs-5s-patch-level-25/ https://www.otrs.com/release-notes-otrs-5s-patch-level-26/ PR: 224729 Submitted by: Vidar Karlsen Approved by: Mikhail Tsatsenko (maintainer) MFH: 2017Q4 Security: cebd05d6-ed7b-11e7-95f2-005056925db4 Modified: head/www/otrs/Makefile head/www/otrs/distinfo head/www/otrs/pkg-plist Modified: head/www/otrs/Makefile ============================================================================== --- head/www/otrs/Makefile Sat Dec 30 22:21:02 2017 (r457647) +++ head/www/otrs/Makefile Sat Dec 30 22:24:36 2017 (r457648) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= otrs -PORTVERSION= 5.0.23 +PORTVERSION= 5.0.26 CATEGORIES= www MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ ftp://ftp.samurai.com/pub/otrs/ \ Modified: head/www/otrs/distinfo ============================================================================== --- head/www/otrs/distinfo Sat Dec 30 22:21:02 2017 (r457647) +++ head/www/otrs/distinfo Sat Dec 30 22:24:36 2017 (r457648) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506472975 -SHA256 (otrs-5.0.23.tar.bz2) = 5e12affbccde0cae5738de1d0c7334e655b4c373ea668913ec54f31564b128c4 -SIZE (otrs-5.0.23.tar.bz2) = 20617459 +TIMESTAMP = 1514582654 +SHA256 (otrs-5.0.26.tar.bz2) = d4f765b8520f441588d4dbd6366f68ccbd0cf95cf3aab92ec33bc99bf164145a +SIZE (otrs-5.0.26.tar.bz2) = 20672840 Modified: head/www/otrs/pkg-plist ============================================================================== --- head/www/otrs/pkg-plist Sat Dec 30 22:21:02 2017 (r457647) +++ head/www/otrs/pkg-plist Sat Dec 30 22:24:36 2017 (r457648) @@ -927,6 +927,8 @@ otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ti otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket/SearchIndexModule.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ticket/StaticDBOrphanedRecords.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/TimeSettings.pm +otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/UI/AgentSkinUsage.pm +otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/UI/AgentThemeUsage.pm otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Version.pm otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/Apache/LoadedModules.pm otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/Apache/MPMModel.pm @@ -993,6 +995,7 @@ otrs/Kernel/System/Ticket/TicketSearch.pm otrs/Kernel/System/Time.pm otrs/Kernel/System/Type.pm otrs/Kernel/System/UnitTest.pm +otrs/Kernel/System/UnitTest/Driver.pm otrs/Kernel/System/UnitTest/Helper.pm otrs/Kernel/System/UnitTest/Selenium.pm otrs/Kernel/System/UnitTest/Selenium/WebElement.pm