From owner-svn-ports-head@freebsd.org Wed Jun 28 15:42:33 2017 Return-Path: Delivered-To: svn-ports-head@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 9AADBDA4A3D; Wed, 28 Jun 2017 15:42:33 +0000 (UTC) (envelope-from sunpoet@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 696FC7DA37; Wed, 28 Jun 2017 15:42:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5SFgWbF078491; Wed, 28 Jun 2017 15:42:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5SFgWS9078489; Wed, 28 Jun 2017 15:42:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706281542.v5SFgWS9078489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Jun 2017 15:42:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444582 - head/archivers/unrar X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/unrar X-SVN-Commit-Revision: 444582 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2017 15:42:33 -0000 Author: sunpoet Date: Wed Jun 28 15:42:32 2017 New Revision: 444582 URL: https://svnweb.freebsd.org/changeset/ports/444582 Log: Update to 5.50 Beta 4 (5.5.5) This update fixed a security issue in VMSF_DELTA filter which allows arbitrary memory write. Submitted by: Tommy Scheunemann (via email) Reference: https://bugs.chromium.org/p/project-zero/issues/detail?id=1286&desc=6 MFH: 2017Q2 Modified: head/archivers/unrar/Makefile head/archivers/unrar/distinfo Modified: head/archivers/unrar/Makefile ============================================================================== --- head/archivers/unrar/Makefile Wed Jun 28 15:30:16 2017 (r444581) +++ head/archivers/unrar/Makefile Wed Jun 28 15:42:32 2017 (r444582) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= unrar -PORTVERSION= 5.50b1 -PORTREVISION= 1 +PORTVERSION= 5.50b4 PORTEPOCH= 5 CATEGORIES+= archivers MASTER_SITES= http://www.rarlab.com/rar/ \ LOCAL/sunpoet -DISTNAME= unrarsrc-5.5.3 +DISTNAME= unrarsrc-5.5.5 MAINTAINER?= sunpoet@FreeBSD.org COMMENT= Extract, view & test RAR archives Modified: head/archivers/unrar/distinfo ============================================================================== --- head/archivers/unrar/distinfo Wed Jun 28 15:30:16 2017 (r444581) +++ head/archivers/unrar/distinfo Wed Jun 28 15:42:32 2017 (r444582) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493557889 -SHA256 (unrarsrc-5.5.3.tar.gz) = d1d9ef4a9247db088f825666de8f8bb69006d8d8b0e004ff366b3e04c103a2b3 -SIZE (unrarsrc-5.5.3.tar.gz) = 219557 +TIMESTAMP = 1498658546 +SHA256 (unrarsrc-5.5.5.tar.gz) = a4553839cb2f025d0d9c5633816a83a723e3938209f17620c8c15da06ed061ef +SIZE (unrarsrc-5.5.5.tar.gz) = 220377