diff options
author | adam <adam@pkgsrc.org> | 2005-10-17 08:33:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-17 08:33:43 +0000 |
commit | cf3963bf43563c8b2b5417b9e2b041b6c5842415 (patch) | |
tree | 5885d2b1189ad5b7e0a7264ca65105fee0b2db4a /editors/abiword | |
parent | 3639acc33e1afc694e2cc13fffaf582be5c9bf4c (diff) | |
download | pkgsrc-cf3963bf43563c8b2b5417b9e2b041b6c5842415.tar.gz |
Changes 2.4.1:
* CAN-2005-2972: Fix several stack-based buffer overflows in the RTF importer
* Fix the BiDi direction in menu strings (Windows)
* Fix various crashers related to Equation editing
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile.common | 4 | ||||
-rw-r--r-- | editors/abiword/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index db1fd6c6380..b4ce360fb83 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.26 2005/10/04 09:55:05 adam Exp $ +# $NetBSD: Makefile.common,v 1.27 2005/10/17 08:33:57 adam Exp $ # Be sure to update PLIST and distinfo for editors/abiword-plugins when updating -ABIWORD_VERSION= 2.4.0 +ABIWORD_VERSION= 2.4.1 DISTNAME= abiword-${ABIWORD_VERSION} CATEGORIES= editors diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 6051030f6a4..f10587f063b 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.45 2005/10/04 09:55:06 adam Exp $ +$NetBSD: distinfo,v 1.46 2005/10/17 08:33:57 adam Exp $ -SHA1 (abiword-2.4.0.tar.bz2) = 900306f0acd2763f49684aa96b9a9c29aef3c596 -RMD160 (abiword-2.4.0.tar.bz2) = 1fb8931a7c707d00830fb16899a2bfdd5c1f93f9 -Size (abiword-2.4.0.tar.bz2) = 24616309 bytes +SHA1 (abiword-2.4.1.tar.bz2) = 825b0598bb14a4fb8e8580f780b38be3d159d434 +RMD160 (abiword-2.4.1.tar.bz2) = e2405283da61696fa966775d46a241bdeea6c668 +Size (abiword-2.4.1.tar.bz2) = 24630989 bytes SHA1 (patch-aa) = feed8a9f506279fd1873210ab967abd487eff85d SHA1 (patch-ab) = 61e52dd0597568a4e66f646cc1f35084c2326298 SHA1 (patch-ad) = c3191d8e0e510708d9ab22ee9c6d28a655e031c5 |