From owner-svn-ports-branches@freebsd.org Tue Feb 21 06:08:31 2017 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 75773CE7149; Tue, 21 Feb 2017 06:08:31 +0000 (UTC) (envelope-from riggs@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 44BD461; Tue, 21 Feb 2017 06:08:31 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1L68UMD006936; Tue, 21 Feb 2017 06:08:30 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1L68U5G006935; Tue, 21 Feb 2017 06:08:30 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201702210608.v1L68U5G006935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 21 Feb 2017 06:08:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434503 - in branches/2017Q1/multimedia/libass: . files 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.23 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: Tue, 21 Feb 2017 06:08:31 -0000 Author: riggs Date: Tue Feb 21 06:08:30 2017 New Revision: 434503 URL: https://svnweb.freebsd.org/changeset/ports/434503 Log: MFH: r434477 Fix stack alignment on i386, may cause runtime crashes PR: 216837 Submitted by: cpm Approved by: ports-secteam (junovitch) Added: branches/2017Q1/multimedia/libass/files/ - copied from r434477, head/multimedia/libass/files/ Modified: branches/2017Q1/multimedia/libass/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/multimedia/libass/Makefile ============================================================================== --- branches/2017Q1/multimedia/libass/Makefile Tue Feb 21 05:52:09 2017 (r434502) +++ branches/2017Q1/multimedia/libass/Makefile Tue Feb 21 06:08:30 2017 (r434503) @@ -2,6 +2,7 @@ PORTNAME= libass PORTVERSION= 0.13.6 +PORTREVISION= 1 CATEGORIES= multimedia devel MAINTAINER= multimedia@FreeBSD.org