- 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.

OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=24
This commit is contained in:
Matej Cepl 2022-02-20 02:01:24 +00:00 committed by Git OBS Bridge
parent dde4368528
commit ac456ecc88
5 changed files with 14 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c714b87056a3a78ecaeb70eaf86d526033fe688352222c9ada00f0f1c2b46ada
size 338542

3
dictd-1.13.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a00bfa802354217d355bef2846b69bf81628af9a137651da74a8366ef55ecc16
size 338581

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 20 01:51:47 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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 13:57:00 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@ -6,7 +6,6 @@ After=network.target
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
PrivateDevices=true
ProtectHostname=true
ProtectClock=true

View File

@ -1,7 +1,7 @@
#
# spec file for package dictd
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: dictd
Version: 1.13.0
Version: 1.13.1
Release: 0
Summary: DICT protocol (RFC 2229) server and command-line client
License: GPL-1.0-or-later AND Zlib AND MIT