diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-08-07 11:02:55 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-08-07 11:02:55 +0800 |
commit | ea8f949589966fd8e496b5a73da8126e1176ef0e (patch) | |
tree | 2e071ef701f0f4a14a3f9ab57503057b649290c3 /editors/jupp | |
parent | e23092dcec63bc811ad558341f1fd68bbb68c90c (diff) | |
download | freebsd-ports-gnome-ea8f949589966fd8e496b5a73da8126e1176ef0e.tar.gz freebsd-ports-gnome-ea8f949589966fd8e496b5a73da8126e1176ef0e.tar.zst freebsd-ports-gnome-ea8f949589966fd8e496b5a73da8126e1176ef0e.zip |
- Update to 3.1.21
Changelog:
* Fix use of uninitialized memory
* Do not underflow attribute buffer in syntax highlighting code
* Use automake version fixing CVE-2012-3386
PR: ports/170421
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by: eadler (mentor)
Diffstat (limited to 'editors/jupp')
-rw-r--r-- | editors/jupp/Makefile | 4 | ||||
-rw-r--r-- | editors/jupp/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/jupp/Makefile b/editors/jupp/Makefile index 983be44fe1a0..e9f179422a64 100644 --- a/editors/jupp/Makefile +++ b/editors/jupp/Makefile @@ -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 --git a/editors/jupp/distinfo b/editors/jupp/distinfo index bac46abdd396..4c41c52b83c9 100644 --- a/editors/jupp/distinfo +++ b/editors/jupp/distinfo @@ -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 |