Version: 2.5.0-bp154.1.19
* Thu Oct 14 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 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 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 2019 Samu Voutilainen <smar@smar.fi>
- Updated signing key to a new version used to sign the package
* Sat Nov 23 2019 Samu Voutilainen <smar@smar.fi>
- Updated systemd files from upstream
* Sat Nov 23 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 2018 astieger@suse.com
- fix source URLs and some spec cleanup
* Tue May 29 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.
Version: 2.0.8-bp150.2.4
* Thu Nov 23 2017 rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
* Sat Jan 09 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 08 2015 lmuelle@suse.com
- Really install the service and socket unit configuration files; (boo#953608).
* Mon Jun 08 2015 schwab@suse.de
- Force gnu89 inline semantics
* Fri Jul 18 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 02 2011 coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
* Tue Nov 24 2009 lmuelle@suse.de
- Package the init script with 0755 permissions; (bnc#557358).
* Mon Aug 28 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 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Sep 30 2004 mc@suse.de
- Add missing PreReq (#46479)
* Wed Mar 17 2004 lmuelle@suse.de
- inital SuSE RPM