Changelog for
dictd-devel-1.13.3+git.1731775346.2b21553-1.1.noarch.rpm :
* Sat Mar 01 2025 mceplAATTcepl.eu- Update to version 1.13.3+git.1731775346.2b21553:
* Update version to 1.13.3
* dictd: fix buffer overflow in first/last search strategies Thanks a lot to Matěj Cepl
for the report!
* Remove config.{sub,guess}
* Update version to 1.13.2
* Rename configure.in to configure.ac
* dictP.h: remove #include
* configure.in: fix obsolete code
* Fix compilation issues with gcc-14
* Update configure script and the like (autoconf-2.72)
* Wed Jan 29 2025 Matej Cepl - Add default /etc/dict.conf so that dict client works by default as it used to (rh#2342818).
* Mon Nov 18 2024 Matej Cepl - Update to 1.13.3: - dictd: fix buffer overflow in first/last search strategies (bsc#1233442).- Remove upstreamed index-buf-ovrflw.patch.
* Fri Nov 15 2024 Matej Cepl - Update to 1.13.2: - Remove config.{sub,guess} - Update version to 1.13.2 - Rename configure.in to configure.ac - dictP.h: remove #include - configure.in: fix obsolete code - Fix compilation issues with gcc-14 - Update configure script and the like (autoconf-2.72)- Remove upstreamed patches: - gcc-14.patch- Add index-buf-ovrflw.patch to fix a buffer overflow in index.c (courtesy of the upstream author).
* Sat Nov 02 2024 mceplAATTcepl.eu- 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/
* Thu Mar 07 2024 Matej Cepl - Fix License: tag (thank you, Fedora developers, for the research, https://src.fedoraproject.org/rpms/dictd/pull-request/5).- Clean up the SPEC file
* Sun Feb 20 2022 Matej Cepl - Add dictd-rpmlintrc ... potential bashismus is completely innocent (gh#cheusov/dictd#13).
* Sun Feb 20 2022 Matej Cepl - Update to 1.13.1: - 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.
* Mon Sep 13 2021 Johannes Segitz - Added hardening to systemd service(s) (bsc#1181400). Modified:
* dictd.service
* Mon Mar 30 2020 Matej Cepl - 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 AATTAWKAATT
* test/dictzip_test.in: avoid printing binary \\0. This fixes test on some systems