svn commit: r457648 - head/www/otrs
Danilo G. Baio
dbaio at FreeBSD.org
Sat Dec 30 22:24:38 UTC 2017
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 <vidar at karlsen.tech>
Approved by: Mikhail Tsatsenko <m.tsatsenko at gmail.com> (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
More information about the svn-ports-head
mailing list