Next | Query returned 103 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-12-31 22:20:57 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
aspell: update to 0.60.8.1.

Changes 0.60.8 to 0.60.8.1 (December 19, 2023)

    Fix memory leak in suggestion code introduced in 0.60.8.
    Various documentation fixes.
    Fix various warnings when compiling with -Wall.
    Fix two buffer overflows found by Google’s OSS-Fuzz.
    Other minor updates.
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2021-05-11 03:26:25 by Rin Okuyama | Files touched by this commit (3) | Package updated
Log message:
aspell: Fix for recent regex(3) update for NetBSD. Bump revision.

Stop using GNU regex(3) extension \w.

XXX
Alternatively, should we build lang/perl5 with REG_GNU?
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-03-17 22:23:22 by Roland Illig | Files touched by this commit (1)
Log message:
textproc/aspell: remove unknown configure option --enable-doc-dir

The correct spelling of that option is --enable-docdir, and its default
value is $prefix/share/doc/aspell, thus there is no need to specify it at
all.
   2019-10-19 12:43:28 by Nia Alarie | Files touched by this commit (4)
Log message:
aspell: Update to 0.68.8

Please note that this version has the potential to break some applications
that use null-terminated UCS-2 and UCS-4 encoded strings in order to fix a
potentially unbounded buffer over-read.  Very few applications do this
however.  For additional information please see "Upgrading from Aspell \ 
0.60.7"
in the manual.
(http://aspell.net/man-html/Upgrading-from-Aspell-0_002e60_002e7.html)

Major changes from 0.60.7 to 0.68.8:

    * Prevent a potentially unbounded buffer over-read by no longer
      supporting null-terminated UCS-2 and UCS-4 encoded strings with the
      original C API.

    * Ensure that possible typos are listed before other suggestions when
      typo analysis is used.  Also fix a bug so that suggestions that
      split a word using a space or hyphen are not always first.

    * Add Markdown filter.

    * Add new 'wordlists' option, which is a list of UTF-8 files that
      contain additional words to accept.

    * Add new 'camel-case' option, which enables support for checking
      camelCase words.

    * Sort personal and replacement dictionaries.

    * Change 'ultra' suggestion mode to only find words that are within
      one-edit distance or have the same soundslike.

Other changes from 0.60.7:

    * Implement the 'aspell filter' command.
    * Fix a bug in 'AspellDocumentChecker' that prevented it from working
      with UCS-2 and UCS-4 encoded strings.
    * Remove unused 'sug-edit-dist' option.
    * 'AspellDocumentChecker' now expects the document a line at a time
      in order to work with the new Markdown filter.  If the document is
      split on white space characters instead, nothing will break, but
      new filters such as the Markdown filter may give incorrect results.
    * The 'clean' option and command will no longer split a word.
    * Various documentation improvements.
    * Removal of several outdated appendices that don't really belong in
      the main manual.  Parts that are still relevent may eventually be
      moved elsewhere, but for now they are available online at
      <http://aspell.net/0.60.7/man-html/>.
    * Fix various crashes and other problems found by Google's OSS-Fuzz.
   2019-09-15 08:53:36 by Maya Rashish | Files touched by this commit (6) | Package updated
Log message:
aspell: update to 0.60.7

Changes from 0.60.6.1 to 0.60.7 (July 29, 2019)

    Add partial support for recognizing the Unicode apostrophe (’) in words. \ 
In particular Aspell will accept the Unicode apostrophe when the language uses \ 
an ISO Latin charset that doesn’t already have a Unicode apostrophe. For now, \ 
Aspell will still use the ASCII version in suggestions.
    Detect when a dictionary compiled on a 32-bit machine is used on a 64-bit \ 
one (and vise versa), as due to an oversight, compiled dictionaries depend on \ 
more than the endianness. Also added a compile time option to remove this \ 
dependency, but at the cost of breaking compatibility with already compiled \ 
dictionaries on 64-bit systems.
    Fix a bug which caused Aspell to crash when passing in a null string to \ 
almost any of the C API functions. This should not happen if the size is also \ 
zero as the pointer should never be derefrenced.
    Fix a bug that caused Aspell to crash with a SEGFAULT when built with mingw-w64.
    In addition to outputting a warning when building with NDEBUG defined, also \ 
include NDEBUG in the version string.
    Various compile fixes for newer version of Gcc and Clang.
    Fix VPATH builds.
    Use utf-8 encoding for manual instead of iso-8859-1.
    Other minor updates and bug fixes.

Patch provided by Iku Iwasa in PR pkg/54548

Next | Query returned 103 messages, browsing 1 to 10 | Previous