From owner-svn-ports-all@freebsd.org Wed Sep 6 18:34:47 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 82E5AE10629; Wed, 6 Sep 2017 18:34:47 +0000 (UTC) (envelope-from truckman@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 DB2A2834F1; Wed, 6 Sep 2017 18:34:46 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v86IYjaI089655; Wed, 6 Sep 2017 18:34:45 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v86IYjnx089652; Wed, 6 Sep 2017 18:34:45 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201709061834.v86IYjnx089652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 6 Sep 2017 18:34:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449354 - in head/graphics: atril atril-lite X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: in head/graphics: atril atril-lite X-SVN-Commit-Revision: 449354 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.23 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: Wed, 06 Sep 2017 18:34:47 -0000 Author: truckman Date: Wed Sep 6 18:34:45 2017 New Revision: 449354 URL: https://svnweb.freebsd.org/changeset/ports/449354 Log: Upgrade graphics/atril and graphics/atril-lite to version 1.18.1 to fix CVE-2017-1000083. Fix portlint warnings. PR: 221867 Submitted by: rkoberman@gmail.com MFH: 2017Q3 Security: 01a197ca-67f1-11e7-a266-28924a333806 Modified: head/graphics/atril-lite/Makefile head/graphics/atril/Makefile head/graphics/atril/distinfo Modified: head/graphics/atril-lite/Makefile ============================================================================== --- head/graphics/atril-lite/Makefile Wed Sep 6 18:34:03 2017 (r449353) +++ head/graphics/atril-lite/Makefile Wed Sep 6 18:34:45 2017 (r449354) @@ -1,16 +1,16 @@ # Created by: Adam Weinberger # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION?= 0 PKGNAMESUFFIX= -lite COMMENT= MATE multi-format document viewer OPTIONS_EXCLUDE= CAJA DBUS -MASTERDIR= ${.CURDIR}/../../graphics/atril -SLAVEPORT= lite +MASTERDIR= ${.CURDIR}/../../graphics/atril +SLAVEPORT= lite DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist +PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" Modified: head/graphics/atril/Makefile ============================================================================== --- head/graphics/atril/Makefile Wed Sep 6 18:34:03 2017 (r449353) +++ head/graphics/atril/Makefile Wed Sep 6 18:34:45 2017 (r449354) @@ -4,17 +4,19 @@ # Please update update atril-lite also PORTNAME= atril -PORTVERSION= 1.18.0 -PORTREVISION?= 1 +PORTVERSION= 1.18.1 +PORTREVISION?= 0 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org -COMMENT?= MATE multi-format document viewer +COMMENT= MATE multi-format document viewer -BUILD_DEPENDS= itstool:textproc/itstool +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib \ libsoup-2.4.so:devel/libsoup \ libfontconfig.so:x11-fonts/fontconfig \ Modified: head/graphics/atril/distinfo ============================================================================== --- head/graphics/atril/distinfo Wed Sep 6 18:34:03 2017 (r449353) +++ head/graphics/atril/distinfo Wed Sep 6 18:34:45 2017 (r449354) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491698614 -SHA256 (mate/atril-1.18.0.tar.xz) = c2284f17f7b683efa22615f00cf2768ea07667981d8304566e49c3d863de80fd -SIZE (mate/atril-1.18.0.tar.xz) = 1688144 +TIMESTAMP = 1503851121 +SHA256 (mate/atril-1.18.1.tar.xz) = 8504c0164faf9a0763118d444007dd2bc655dd0dcd0c6ecfff163080b61883f2 +SIZE (mate/atril-1.18.1.tar.xz) = 1695280