pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors abiword: update to 3.0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6c28cb94bf8
branches:  trunk
changeset: 455885:c6c28cb94bf8
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 13 13:24:43 2021 +0000

description:
abiword: update to 3.0.5

Changes:
    Remove unneeded caret force draw (Hubert Figuière)
    Use shared_ptr for fl_PartOfBlock to avoid use-after-free crash.
    Cherry-pick (two patches) from master (Hubert Figuiere)
    Fix crash when IM is called before the document is ready (Hubert Figuière)
    Bug 13882 - Part 1: Enforce format overflow warning (Hubert Figuiere)
    Fix crash with cut and paste
    The exporter expects an file URI not a path
    See MR 7 (Hubert Figuière)
    Bug 13882 - Part 2: Ensure the clipping rect is owned by GR_Graphics (Hubert Figuiere)
    msword: Fix a potential buffer overrun in footnotes and endnotes (Hubert Figuière)
    Issue #3 - Define ASIO_ENABLE_BOOST when building collab plugin MR 3 (Julian Sikorski)
    gtk+TableWidget: fix display of the TableWidget
    Issue 13918 - Fix an incorrect check for null (Hubert Figuière)

diffstat:

 editors/abiword-plugins/Makefile |   3 +--
 editors/abiword/Makefile         |   3 +--
 editors/abiword/Makefile.common  |   4 ++--
 editors/abiword/distinfo         |  10 +++++-----
 4 files changed, 9 insertions(+), 11 deletions(-)

diffs (50 lines):

diff -r 9fe904c37a50 -r c6c28cb94bf8 editors/abiword-plugins/Makefile
--- a/editors/abiword-plugins/Makefile  Tue Jul 13 13:18:03 2021 +0000
+++ b/editors/abiword-plugins/Makefile  Tue Jul 13 13:24:43 2021 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.123 2021/04/21 13:24:35 adam Exp $
+# $NetBSD: Makefile,v 1.124 2021/07/13 13:24:43 nia Exp $
 
-PKGREVISION=   13
 .include       "../../editors/abiword/Makefile.common"
 DISTNAME=      abiword-${ABIVERSION}
 PKGNAME=       abiword-plugins-${ABIVERSION}
diff -r 9fe904c37a50 -r c6c28cb94bf8 editors/abiword/Makefile
--- a/editors/abiword/Makefile  Tue Jul 13 13:18:03 2021 +0000
+++ b/editors/abiword/Makefile  Tue Jul 13 13:24:43 2021 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.205 2021/04/21 13:24:10 adam Exp $
+# $NetBSD: Makefile,v 1.206 2021/07/13 13:24:43 nia Exp $
 
-PKGREVISION=   12
 .include       "Makefile.common"
 
 DISTNAME=      abiword-${ABIVERSION}
diff -r 9fe904c37a50 -r c6c28cb94bf8 editors/abiword/Makefile.common
--- a/editors/abiword/Makefile.common   Tue Jul 13 13:18:03 2021 +0000
+++ b/editors/abiword/Makefile.common   Tue Jul 13 13:24:43 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.50 2019/11/27 16:01:09 nia Exp $
+# $NetBSD: Makefile.common,v 1.51 2021/07/13 13:24:43 nia Exp $
 # used by editors/abiword-plugins/Makefile
 
-ABIVERSION=    3.0.4
+ABIVERSION=    3.0.5
diff -r 9fe904c37a50 -r c6c28cb94bf8 editors/abiword/distinfo
--- a/editors/abiword/distinfo  Tue Jul 13 13:18:03 2021 +0000
+++ b/editors/abiword/distinfo  Tue Jul 13 13:24:43 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.81 2020/03/26 02:36:02 joerg Exp $
+$NetBSD: distinfo,v 1.82 2021/07/13 13:24:43 nia Exp $
 
-SHA1 (abiword-3.0.4.tar.gz) = eb6c18e649fe8ca185c8d09f2c7869a27c9942db
-RMD160 (abiword-3.0.4.tar.gz) = cd7eaf6c89b44f094c70b1700158b3ef2844c5a4
-SHA512 (abiword-3.0.4.tar.gz) = 121708e010cef6722cab5622dc762f2f92c46e43b65b90b881b4f25ff32c1696fa2d281a3a6f2c04d5b9231bbbd0040281e9d4d7e594ec0ace6caae9c9021ec4
-Size (abiword-3.0.4.tar.gz) = 11064305 bytes
+SHA1 (abiword-3.0.5.tar.gz) = d6999f95eb270604c4c47966545a7a2d667836aa
+RMD160 (abiword-3.0.5.tar.gz) = 69cd7b59e6880c8e205d99165227879284be9f09
+SHA512 (abiword-3.0.5.tar.gz) = a2484268901ff47307c9d1f1928622e364f1006f22ce38257c585144df9411dfe3c2dea28c1f1f50a6e545e8cc579cce34117a89dfa771e20312e3ea1a9989d6
+Size (abiword-3.0.5.tar.gz) = 11084159 bytes
 SHA1 (patch-configure.ac) = 239c0635c2c616c7e0a986a5fd92428393af38b7
 SHA1 (patch-plugin-configure.m4) = 396c7ec04298b5af3807248f94f2c8630f3579ac
 SHA1 (patch-plugins_aiksaurus_Makefile.am) = 1529d5098b7fb798c428fe02cc50879374cb3e9d



Home | Main Index | Thread Index | Old Index