pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/aspell



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 16 10:58:09 UTC 2026

Modified Files:
        pkgsrc/textproc/aspell: Makefile distinfo
Removed Files:
        pkgsrc/textproc/aspell/patches:
            patch-modules_speller_default_vector__hash-t.hpp

Log Message:
aspell: update to 0.60.8.2.

Changes from 0.60.8.1 to 0.60.8.2 (January 27, 2026)

    Improved compiler compatibility: Fixed Clang -Wstrict-prototypes warnings for C interface, fixed new Clang warnings, fixed GCC 15 build issues, and added MSYS2 + MINGW64 compile fixes.
    Enhanced testing infrastructure with newer compiler versions, including snapshots from both GCC and Clang, to catch future problems before they make their way into distros.
    Fixed bug that caused aspell_speller_store_replacement to return random values.
    Fixed typo in Texinfo filter option file.
    Various documentation updates and fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/textproc/aspell/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/textproc/aspell/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/textproc/aspell/patches/patch-modules_speller_default_vector__hash-t.hpp

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

Modified files:

Index: pkgsrc/textproc/aspell/Makefile
diff -u pkgsrc/textproc/aspell/Makefile:1.81 pkgsrc/textproc/aspell/Makefile:1.82
--- pkgsrc/textproc/aspell/Makefile:1.81        Mon May  6 08:33:53 2024
+++ pkgsrc/textproc/aspell/Makefile     Mon Feb 16 10:58:09 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2024/05/06 08:33:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.82 2026/02/16 10:58:09 wiz Exp $
 
-DISTNAME=              aspell-0.60.8.1
+DISTNAME=              aspell-0.60.8.2
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GNU:=aspell/}
 

Index: pkgsrc/textproc/aspell/distinfo
diff -u pkgsrc/textproc/aspell/distinfo:1.36 pkgsrc/textproc/aspell/distinfo:1.37
--- pkgsrc/textproc/aspell/distinfo:1.36        Tue Apr 15 12:31:30 2025
+++ pkgsrc/textproc/aspell/distinfo     Mon Feb 16 10:58:09 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.36 2025/04/15 12:31:30 tnn Exp $
+$NetBSD: distinfo,v 1.37 2026/02/16 10:58:09 wiz Exp $
 
-BLAKE2s (aspell-0.60.8.1.tar.gz) = f1adcb82ff9069159ba4347a385d550875e63cce02fcb4ab32be8477f1501a1c
-SHA512 (aspell-0.60.8.1.tar.gz) = 80fa9d7f5f4b8bf66388825ae28403713a2e3eda81fc31f2f452c3e2fe8349cd0fa8f0e4d0d3f8cffe215817229af25aa7be2dba358cb9cdc97e9d2834ba5ca7
-Size (aspell-0.60.8.1.tar.gz) = 3567205 bytes
+BLAKE2s (aspell-0.60.8.2.tar.gz) = fe1f67f52c4631846dcda811c88ad8e69ac5a5f5d5096d2ce2a6a84b1ef26108
+SHA512 (aspell-0.60.8.2.tar.gz) = 6a51bcf31079058c9fa9c977e784ae77aea67e9c4ec316e23b1dffb46f337212efe5005b03c7ecd6852ca1396e4c60d896925cb0161a3583468001f2f1bb99e4
+Size (aspell-0.60.8.2.tar.gz) = 3582264 bytes
 SHA1 (patch-ab) = 615a676128dab7d79e697f56330c8aaa6c901d3f
 SHA1 (patch-ac) = e748877b22ca116454155d3659c16efaf02e7963
 SHA1 (patch-ad) = 5e525ed1e91b3271567f4255729e94159be86f58
@@ -13,6 +13,5 @@ SHA1 (patch-ai) = 4fbb25e3f09aa97bdcb12f
 SHA1 (patch-an) = 687cf83ad9be083da0a53e7a7b5cbaefe88f63a5
 SHA1 (patch-interfaces_cc_aspell.h) = f824d0bb1e3c55faaf6ecae10b44169d91b41517
 SHA1 (patch-modules_filter_modes_perl.amf) = b41aec9fcd8f9d4aef3e69622425c243279687eb
-SHA1 (patch-modules_speller_default_vector__hash-t.hpp) = ce1c3829b683a38ba912ee5fde489790fa51aac4
 SHA1 (patch-prog_aspell.cpp) = 9bc6537cd0b9040fef56be202f0c5f6ab64fdf85
 SHA1 (patch-prog_checker__string.hpp) = b070e776a0998f17e4ff30cd004179585f70f3df



Home | Main Index | Thread Index | Old Index