pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul 13 13:24:43 UTC 2021

Modified Files:
        pkgsrc/editors/abiword: Makefile Makefile.common distinfo
        pkgsrc/editors/abiword-plugins: Makefile

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 pkgsrc/editors/abiword/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/editors/abiword/Makefile.common
cvs rdiff -u -r1.81 -r1.82 pkgsrc/editors/abiword/distinfo
cvs rdiff -u -r1.123 -r1.124 pkgsrc/editors/abiword-plugins/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/abiword/Makefile
diff -u pkgsrc/editors/abiword/Makefile:1.205 pkgsrc/editors/abiword/Makefile:1.206
--- pkgsrc/editors/abiword/Makefile:1.205       Wed Apr 21 13:24:10 2021
+++ pkgsrc/editors/abiword/Makefile     Tue Jul 13 13:24:43 2021
@@ -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}

Index: pkgsrc/editors/abiword/Makefile.common
diff -u pkgsrc/editors/abiword/Makefile.common:1.50 pkgsrc/editors/abiword/Makefile.common:1.51
--- pkgsrc/editors/abiword/Makefile.common:1.50 Wed Nov 27 16:01:09 2019
+++ pkgsrc/editors/abiword/Makefile.common      Tue Jul 13 13:24:43 2021
@@ -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

Index: pkgsrc/editors/abiword/distinfo
diff -u pkgsrc/editors/abiword/distinfo:1.81 pkgsrc/editors/abiword/distinfo:1.82
--- pkgsrc/editors/abiword/distinfo:1.81        Thu Mar 26 02:36:02 2020
+++ pkgsrc/editors/abiword/distinfo     Tue Jul 13 13:24:43 2021
@@ -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

Index: pkgsrc/editors/abiword-plugins/Makefile
diff -u pkgsrc/editors/abiword-plugins/Makefile:1.123 pkgsrc/editors/abiword-plugins/Makefile:1.124
--- pkgsrc/editors/abiword-plugins/Makefile:1.123       Wed Apr 21 13:24:35 2021
+++ pkgsrc/editors/abiword-plugins/Makefile     Tue Jul 13 13:24:43 2021
@@ -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}



Home | Main Index | Thread Index | Old Index