svn commit: r488028 - head/x11/terminology

Grzegorz Blach gblach at FreeBSD.org
Fri Dec 21 22:35:13 UTC 2018


Author: gblach
Date: Fri Dec 21 22:35:12 2018
New Revision: 488028
URL: https://svnweb.freebsd.org/changeset/ports/488028

Log:
  Update to 1.3.2
  
  Fixes CVE-2018-20167: Incorrect escaping of crafted files results
  in code execution.
  
  PR:		234103
  Submitted by:	cem

Modified:
  head/x11/terminology/Makefile
  head/x11/terminology/distinfo
  head/x11/terminology/pkg-plist

Modified: head/x11/terminology/Makefile
==============================================================================
--- head/x11/terminology/Makefile	Fri Dec 21 22:02:57 2018	(r488027)
+++ head/x11/terminology/Makefile	Fri Dec 21 22:35:12 2018	(r488028)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	terminology
-PORTVERSION=	1.2.1
-PORTREVISION=	2
+PORTVERSION=	1.3.2
 CATEGORIES=	x11 enlightenment
 MASTER_SITES=	http://download.enlightenment.org/rel/apps/${PORTNAME}/
 

Modified: head/x11/terminology/distinfo
==============================================================================
--- head/x11/terminology/distinfo	Fri Dec 21 22:02:57 2018	(r488027)
+++ head/x11/terminology/distinfo	Fri Dec 21 22:35:12 2018	(r488028)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531153689
-SHA256 (enlightenment/terminology-1.2.1.tar.xz) = ac8673a129ed78ef669a8c04e7a136f5ca95226ce5ef375a451421bac41828c6
-SIZE (enlightenment/terminology-1.2.1.tar.xz) = 4858528
+TIMESTAMP = 1545391310
+SHA256 (enlightenment/terminology-1.3.2.tar.xz) = b5171181da42cc5f384238f71e43302c2c760938f6a8ab931647ccdad4ef94cd
+SIZE (enlightenment/terminology-1.3.2.tar.xz) = 4849832

Modified: head/x11/terminology/pkg-plist
==============================================================================
--- head/x11/terminology/pkg-plist	Fri Dec 21 22:02:57 2018	(r488027)
+++ head/x11/terminology/pkg-plist	Fri Dec 21 22:35:12 2018	(r488028)
@@ -7,8 +7,16 @@ bin/typop
 bin/tyq
 bin/tysend
 man/man1/terminology.1.gz
+man/man1/terminology-helpers.1.gz
+man/man1/tyalpha.1.gz
+man/man1/tybg.1.gz
+man/man1/tycat.1.gz
+man/man1/tyls.1.gz
+man/man1/typop.1.gz
+man/man1/tyq.1.gz
+man/man1/tysend.1.gz
 share/applications/terminology.desktop
-share/icons/terminology.png
+share/icons/hicolor/128x128/apps/terminology.png
 %%DATADIR%%/backgrounds/mystic.png
 %%DATADIR%%/backgrounds/texture_background.png
 %%DATADIR%%/fonts/10x20.pcf


More information about the svn-ports-all mailing list