Revisions of oidentd

buildservice-autocommit accepted request 1151550 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 43)
baserev update by copy to link target
buildservice-autocommit accepted request 1077654 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 41)
baserev update by copy to link target
Andrea Manzini's avatar Andrea Manzini (amanzini) accepted request 1077615 from Samu Voutilainen's avatar Samu Voutilainen (Smar) (revision 40)
Fix build with SLE-15-SP4 and lower.
buildservice-autocommit accepted request 1072552 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 39)
baserev update by copy to link target
Andrea Manzini's avatar Andrea Manzini (amanzini) accepted request 1072444 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 38)
- 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.
buildservice-autocommit accepted request 1030353 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 37)
baserev update by copy to link target
Andrea Manzini's avatar Andrea Manzini (amanzini) accepted request 1030347 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 36)
- Add patch oidentd-3.0.0-configure_zstd.patch to fix compilation under <= SP15.4
Andrea Manzini's avatar Andrea Manzini (amanzini) accepted request 1030335 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 35)
- Add patch to fix compilation under <= SP15.4
Andrea Manzini's avatar Andrea Manzini (amanzini) accepted request 1030215 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 34)
Added patch to enable compilation on older OS
buildservice-autocommit accepted request 1029894 from Samu Voutilainen's avatar Samu Voutilainen (Smar) (revision 33)
baserev update by copy to link target
Samu Voutilainen's avatar Samu Voutilainen (Smar) accepted request 1011252 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 32)
- 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.
Samu Voutilainen's avatar Samu Voutilainen (Smar) accepted request 946526 from Olaf Hering's avatar Olaf Hering (olh) (revision 31)
undo previous change, bug is in systemd-rpm-macros
Samu Voutilainen's avatar Samu Voutilainen (Smar) accepted request 946264 from Olaf Hering's avatar Olaf Hering (olh) (revision 30)
- remove instance units from post scripts, they can not be reloaded
Samu Voutilainen's avatar Samu Voutilainen (Smar) committed (revision 29)
Adjust to upstream url change
Samu Voutilainen's avatar Samu Voutilainen (Smar) accepted request 925220 from Samu Voutilainen's avatar Samu Voutilainen (Smar) (revision 28)
- 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.

- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
  * harden_oidentd@.service.patch
  Modified:
  * oidentd@.service
buildservice-autocommit accepted request 867053 from Samu Voutilainen's avatar Samu Voutilainen (Smar) (revision 27)
baserev update by copy to link target
Samu Voutilainen's avatar Samu Voutilainen (Smar) accepted request 866798 from jun wang's avatar jun wang (jgwang) (revision 26)
Update to version 2.5.0
buildservice-autocommit accepted request 756876 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 25)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 750413 from Samu Voutilainen's avatar Samu Voutilainen (Smar) (revision 24)
- Updated signing key to a new version used to sign the package 
- Updated systemd files from upstream
- 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.
- fix source URLs and some spec cleanup
- 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.
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Rename oidentd@.service to oidentd.service and hardcode variables;
  (boo#953608)
- Add back support for sysconfig in the service file
- Really install the service and socket unit configuration files; (boo#953608).
- Force gnu89 inline semantics
- 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
- add automake as buildrequire to avoid implicit dependency
- Package the init script with 0755 permissions; (bnc#557358).
- 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.
- converted neededforbuild to BuildRequires
- Add missing PreReq (#46479)
- inital SuSE RPM
Displaying revisions 1 - 20 of 43
openSUSE Build Service is sponsored by