File oidentd.changes of Package oidentd
-------------------------------------------------------------------
Mon Feb 26 12:44:46 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Apr 6 03:25:06 UTC 2023 - Samu Voutilainen <smar@smar.fi>
- Replaced patch oidentd-3.0.0-configure_zstd.patch with
oidentd-3.1.0-configure_zstd.patch to fix compilation on 15.4
-------------------------------------------------------------------
Thu Mar 16 15:34:07 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 3.1.0
* Allow using masquerading without IPv6 support on Linux.
* Remove `-S` (`--nosyslog`) from systemd unit files.
* Warn about missing logs if forking with NOSYSLOG set.
-------------------------------------------------------------------
Fri Oct 21 09:43:58 UTC 2022 - Andrea Manzini <andrea.manzini@suse.com>
- Add patch oidentd-3.0.0-configure_zstd.patch to fix compilation under <= SP15.4
-------------------------------------------------------------------
Fri Oct 21 08:20:21 UTC 2022 - Andrea Manzini <andrea.manzini@suse.com>
- Add patch to fix compilation under <= SP15.4
-------------------------------------------------------------------
Sun Oct 16 16:37:59 UTC 2022 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 3.0.0
* Fail on non-zero EUID if NEED_ROOT is set.
* Drop support for very old FreeBSD versions.
* Drop NAT support for DragonFly BSD.
* Drop NAT support for FreeBSD.
* Create separate kernel module for DragonFly BSD.
* Remove '--forward-last' flag (renamed to '--masquerade-first').
* Remove libudb support (deprecated).
* Remove '\e' escape sequence for strings in configuration files (deprecated).
* Remove support for legacy kernels (deprecated).
* Remove Linux MASQFILE support (deprecated).
* Remove Linux IPCONNTRACK support (deprecated).
* Update default configuration file to hide root connections.
* Compile with ENABLE_DEBUGGING by default.
-------------------------------------------------------------------
Thu Oct 14 09:10:39 UTC 2021 - Samu Voutilainen <smar@smar.fi>
- Remove unsupported hardening flags when using old version
with old systemd.
- Removed harden_oidentd@.service.patch as this package is using own
service instead of upstream one, which also has same security switches.
-------------------------------------------------------------------
Wed Oct 13 06:34:00 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_oidentd@.service.patch
Modified:
* oidentd@.service
-------------------------------------------------------------------
Tue Jan 26 09:36:28 UTC 2021 - Wang Jun <jgwang@suse.com>
- Update to version 2.5.0
* Add '--reply-all' option.
* Clarify behavior of user configuration files.
* Import documentation from website.
* Revert deprecation of '--disable-masq' configure flag.
* Remove default CFLAGS -fstack-protector -fPIE.
* Updated signing key file "oidentd.keyring"
-------------------------------------------------------------------
Sat Nov 23 07:41:42 UTC 2019 - Samu Voutilainen <smar@smar.fi>
- Updated signing key to a new version used to sign the package
-------------------------------------------------------------------
Sat Nov 23 07:38:00 UTC 2019 - Samu Voutilainen <smar@smar.fi>
- Updated systemd files from upstream
-------------------------------------------------------------------
Sat Nov 23 07:31:28 UTC 2019 - Samu Voutilainen <smar@smar.fi>
- Version bump to 2.4.0
Changes in version 2.4.0
* Linux: removed optional dependency on libcap-ng.
* Deprecated '\e' escape sequence in configuration files.
* Fixed incorrect username in log message when spoofing fails.
* Implemented XDG Base Directory specification
* ~/.config/oidentd.conf takes precedence over ~/.oidentd.conf
* Rewrote all manual pages, now licensed under GFDL v1.3+.
* Prevent overflow when too many replies are specified in the
system-wide configuration file.
* Rewrote INSTALL and README files.
* Improved PRNG interface.
* Changed project description.
* Deprecated support for MASQFILE and IPCONNTRACK on Linux.
* Users of recent kernels are unaffected by this change.
* Minor bugfixes, cleanups, and improvements.
* Deprecated support for Darwin.
* Deprecated support for FreeBSD 1-3.
* Deprecated support for FreeBSD 4.
* Deprecated support for NetBSD 1-4.
* Deprecated support for OpenBSD 2.0-2.3.
* Deprecated support for OpenBSD 2.4-2.8.
* Deprecated support for OpenBSD 2.9.
* Deprecated support for Solaris 2.4.
* Deprecated support for Solaris 2.5.
* Deprecated support for Solaris 2.6-2.7.
* Deprecated support for Solaris 2.8.
Changes in version 2.3.2
* Option `--forward` now implies `--masquerade`.
* Added a warning when the connection limit is exceeded.
* Added systemd services and a socket file.
* Added compile-time configuration to `--version` output.
* Linux: fixed incorrect buffer lengths when compiled with `--disable-ipv6`.
* Deprecated libudb (user database library) support.
* Linux: fixed incorrect byte order in libnetfilter_conntrack queries.
* Linux: fixed a null dereference with libnetfilter_conntrack on kernels
without a connection tracking file.
* Build as a position-independent executable and with stack protection.
* Fixed an invalid comment style in the default oidentd_masq.conf file.
Changes in version 2.3.1
* Fixed build with libnetfilter_conntrack on Linux.
Changes in version 2.3.0
* Added a forwarding capability.
* Added Linux IPv6 masquerading support.
* Added build information to `--version` output.
* Always use libnetfilter_conntrack when available.
* Fixed signed/unsigned bit shifting on Linux.
* Minor bugfixes.
-------------------------------------------------------------------
Tue May 29 11:40:22 UTC 2018 - astieger@suse.com
- fix source URLs and some spec cleanup
-------------------------------------------------------------------
Tue May 29 09:39:55 UTC 2018 - smar@smar.fi
- Version bump to 2.2.3
- Added bison and flex as build dependencies as upstream changed
the project to generate the files at the build time
- Removed TODO as it is not present an more
- Changed service file to oidentd@.service, so each opened socket
can be given own instance.
FWIW, instead of this, oidentd could be run as a traditional
daemon, by removing oidentd.socket and flag --stdio from the
service. For some reason, to resolve boo#953608 @ was removed,
which prevents using oidentd at least on Leap 15.0.
-------------------------------------------------------------------
Thu Nov 23 13:46:36 UTC 2017 - rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
-------------------------------------------------------------------
Sat Jan 9 14:47:57 UTC 2016 - p.drouand@gmail.com
- Rename oidentd@.service to oidentd.service and hardcode variables;
(boo#953608)
- Add back support for sysconfig in the service file
-------------------------------------------------------------------
Sun Nov 8 20:10:47 UTC 2015 - lmuelle@suse.com
- Really install the service and socket unit configuration files; (boo#953608).
-------------------------------------------------------------------
Mon Jun 8 15:18:29 UTC 2015 - schwab@suse.de
- Force gnu89 inline semantics
-------------------------------------------------------------------
Fri Jul 18 14:16:55 UTC 2014 - p.drouand@gmail.com
- Use systemd instead of sysvinit for openSUSE >= 12.1
- Do not copy the INSTALL file in package documentation; user doesn't
install from sources
- Get rid of depreciated stuff
-------------------------------------------------------------------
Fri Dec 2 16:24:38 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Tue Nov 24 11:56:44 UTC 2009 - lmuelle@suse.de
- Package the init script with 0755 permissions; (bnc#557358).
-------------------------------------------------------------------
Mon Aug 28 14:23:05 CEST 2006 - lmuelle@suse.de
- Update to version 2.0.8.
+ Removed spaces between commas and colons from responses.
+ Pulled in patches for Linux from Debian.
+ Open masquerading options before dropping permissions on linux.
-------------------------------------------------------------------
Wed Jan 25 21:38:57 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Sep 30 10:04:57 CEST 2004 - mc@suse.de
- Add missing PreReq (#46479)
-------------------------------------------------------------------
Wed Mar 17 12:39:56 CET 2004 - lmuelle@suse.de
- inital SuSE RPM