Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2012 19:26:20 GMT
From:      Grzegorz Blach <magik@roorback.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170421: editors/jupp: Update to 3.1.21
Message-ID:  <201208061926.q76JQKSZ098891@red.freebsd.org>
Resent-Message-ID: <201208061930.q76JU21m094028@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170421
>Category:       ports
>Synopsis:       editors/jupp: Update to 3.1.21
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 06 19:30:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        9.0-STABLE amd64
>Organization:
>Environment:
FreeBSD silver.nine 9.0-STABLE FreeBSD 9.0-STABLE #5 r238071: Tue Jul  3 19:48:48 CEST 2012     magik@silver.nine:/usr/obj/usr/src/sys/SILVER  amd64

>Description:
Port editors/jupp updated to 3.1.21

Changes:
* Fix use of uninitialised memory
* Do not underflow attribute buffer in syntax highlighting code
* Use automake version fixing CVE-2012-3386

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN editors/jupp/Makefile editors/jupp/Makefile
--- editors/jupp/Makefile	2012-07-08 11:36:52.000000000 +0200
+++ editors/jupp/Makefile	2012-08-06 21:02:46.000000000 +0200
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	jupp
-PORTVERSION=	3.1.20
+PORTVERSION=	3.1.21
 CATEGORIES=	editors
 MASTER_SITES=	http://www.mirbsd.org/MirOS/dist/jupp/ \
 		http://pub.allbsd.org/MirOS/dist/jupp/
-DISTNAME=	joe-3.1jupp20
+DISTNAME=	joe-${PORTVERSION:C/([0-9]+\.[0-9]+)\.([0-9]+)/\1${PORTNAME}\2/}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	magik@roorback.net
diff -ruN editors/jupp/distinfo editors/jupp/distinfo
--- editors/jupp/distinfo	2012-07-08 11:36:52.000000000 +0200
+++ editors/jupp/distinfo	2012-08-06 21:02:46.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (joe-3.1jupp20.tgz) = 8d74660b454b2dcabc2c8bfba8d980593cb1dde5ebbc3ab7bae4dafcb1412de7
-SIZE (joe-3.1jupp20.tgz) = 440346
+SHA256 (joe-3.1jupp21.tgz) = c557f7bd87caf8ac940f5d7cae008fbba2192778b87b0f19b4c508ef790e3a4b
+SIZE (joe-3.1jupp21.tgz) = 440602


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208061926.q76JQKSZ098891>