Update to version 1.13.1+git.1730572217.cccab00:
* dictd: listen to ipv6 and ipv4 by default
* remove use of deprecated inet_aton and inet_ntoa
* dictd: install dictd*.conf files to ${DATADIR}/examples/dictd by default
* Fix problems with DICT_CONFIG_PATH and other defined came from Makefile
* dict/Makefile: do not copy man page to ${BINDIR} :-)
* dict/Makefile: formatting
* dict: install samples dict.conf and dict2.conf to ${EGDIR}
* Move examples/dict1.conf to dict/
- Remove the last call of gethostbyname(3)
- Fixes by Huy-Ngo in dictfmt help message.
- Remove ProtectHome from the systemd service file, because data
files can be stored in $HOME and indexes need to written to.
OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=24
- Update to 1.13.0:
- dictd:
* add support for IPv6 (the default is IPv4)
- Add global configuration option "address_family" and
command line options --address-family
- Options "listen_to" and --listen-to accepts host name
in addition to IP address, "*" means "bind to all interfaces".
- dict:
* add support for IPv6.
- New command line options -4 and -6.
- dict + dict:// URL: add support for IPv6 address
surrounded by [ and ] symbols
- dictfmt:
* fix overlap of source and destination buffers in memcpy(3).
Use memmove(3) instead. This fixes failures on Linux/musl.
* DICTFMT_SORT environment variable may be used for
setting non-default sort(1)
- Fix build on recent Solaris/IllumOS (missing -lnsl at link
time)
- Remove support for --use-dictorg and socks5. Clean-ups for build
system.
- Remove support for non-utf8 dictionaries.
- tests:
* new test for dictd as a daemon
* always use @AWK@
* test/dictzip_test.in: avoid printing binary \0. This fixes test on
some systems
OBS-URL: https://build.opensuse.org/request/show/789765
OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=21
- Update to version 1.12.1+git.1579902294.78aa097:
* Replace inet_ntoa with gethostbyname for checking -lnsl library. It seems recent IssumOS has inet_ntoa in libc.
* test/dictzip_test.in: use @AWK@ instead of awk
* test/dictzip_test.in: avoid printing binary \0. This fixes test on some systems
* Fix test/dictzip_test regression test with broken busybox-1.30 AWK implementation. Use AWK set to ./configure script
* dictfmt: fix overlap of memcpy(3) (overlap of source and destination pointers) Use memmove(3) instead of memcpy(3). This fixes test fail on Linux/musl.
* Fix build on Solaris-10
OBS-URL: https://build.opensuse.org/request/show/776446
OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=19
- Remove --enable-dictorg from dict(1)
- Stop using obs_scm, it doesn't work, use tar_scm instead.
- Use tighter globs in %%files to make debuginfo generator happy.
- Clean up SPEC using spec-cleaner.
- Update to version 1.12.1+git.1555438032.190d8c6:
* Remove --enable-dictorg from dict(1)
* update config.sub and config.guess
* dictfmt: fix merge conflict
* dictfmt: fix compilation failure on Solaris (alloca)
* dictfmt: DICTFMT_SORT variable is used for setting sort(1)
* Support for --use-dictorg was removed
* Support for socks5 was removed
* Clean-ups for autocrap build system (headers and types)
* Use stable sort to ensure already-sorted input stays sorted.
* Revert "Update tables for is{space,alnum}__ (report by michael72)"
OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=16
* update config.sub and config.guess
* dictfmt: fix merge conflict
* dictfmt: fix compilation failure on Solaris (alloca)
* dictfmt: DICTFMT_SORT variable is used for setting sort(1)
* Support for --use-dictorg was removed
* Support for socks5 was removed
* Clean-ups for autocrap build system (headers and types)
* Clean-ups for autocrap build system (mbstate_t, wchar_t, wint_t, socklen_t, size_t, CODESET, alloca)
* Use stable sort to ensure already-sorted input stays sorted.
* Revert "Update tables for is{space,alnum}__ (report by michael72)"
OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=9
+ New script dict_lookup for translating words and phrases
+ dictfmt: Internal buffer size was increased from 10240 to
102400 bytes
+ dictfmt: superfluous spaces are removed not only from the beginng
and the end of a headword but also inside a multiword headwords.
+ dictfmt spawns sort command to sort the index. When there are
several entries for the same headword, they get sorted BY OFFSET
AND SIZE (in addition to headwords). As a result, the order of
identical headwords is messed up. To fix these problem -k1,3
option is replaced with -k1,1.
+ FIX: When search is handled by dict_search_bmh() function, the
first character from the first entry in the index file is
missing. Usually this is some of 00-database-* entries.
+ Other minor fixes and cleanups
- update libmaa to 1.3.1:
+ Build failure with gcc-4.6 was fixed
+ Only maa's symbols are exported from libmaa shared library
^^ INCLUDES ABI INCOMPATIBILITIES
+ For better conformance with POSIX/SUS xmalloc, xrealloc and
xcalloc functions take 'size_t' args, not 'unsigned int'.
- small init script beaufify
- split out devel package
OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=2