Revisions of dictd

buildservice-autocommit accepted request 1158075 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 27)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 26)
- Fix License: tag (thank you, Fedora
  developers, for the research,
  https://src.fedoraproject.org/rpms/dictd/pull-request/5).
- Clean up the SPEC file
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 25)
- Add dictd-rpmlintrc ... potential bashismus is completely
  innocent (gh#cheusov/dictd#13).
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 24)
- 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.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 918927 from Johannes Segitz's avatar Johannes Segitz (jsegitz) (revision 23)
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
buildservice-autocommit accepted request 790579 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 22)
baserev update by copy to link target
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 789765 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 21)
- 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
buildservice-autocommit accepted request 776456 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 20)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 776446 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 19)
- 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
buildservice-autocommit accepted request 707943 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 18)
baserev update by copy to link target
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 707878 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 17)
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
  make the build dep chain cheaper by using systemd-mini.
- USe systemd_ordering instead of systemd_requires: only ask for
  systemd to be early in the transaction, but don't forcibly
  require systemd to be present.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 16)
- Update to 1.12.1+git.1555438032.190d8c6:
  - 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)"
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 668801 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 15)
initialized devel package after accepting 668801
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 671205 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 14)
- Trim filler wording from description.
- Retire old $RPM_* shell vars.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 13)
autopatch requires empty line
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 12)
That didn't work as expected
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 11)
Move also debuginfo files
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 10)
Make building work on platforms without separate _libdir
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 9)
- Update to version 1.12.1.git.1520674574.9a2f53e:
  * 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)"
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 8)
Remove dictd-1.9.15-ipv6.patch.WIP
Displaying revisions 1 - 20 of 27
openSUSE Build Service is sponsored by