Changelog for
rpcbind-debugsource-0.2.3-5.9.2.x86_64.rpm :
* Fri Sep 06 2019 thomas.blumeAATTsuse.com- return correct IP address with multiple ip addresses in the same subnet (bsc#1142343) add 0001-rpcbind-look-for-an-exact-match-of-the-ip-address-fo.patch
* Mon Jun 03 2019 Thomas.BlumeAATTsuse.com- change rpcbind locking path from /var/run/rpcbind.lock to /run/rpcbind.lock (bsc#1134659) add 0001-change-lockingdir-to-run.patch- change the order of socket/service in the %postun scriptlet to avoid an error from rpcbind.socket when rpcbind is running during package update
* Fri Oct 12 2018 Thomas.BlumeAATTsuse.com- fix tool stack buffer overflow (bsc#969953) add 0001-rpcinfo-Fix-stack-buffer-overflow.patch
* Thu Nov 23 2017 rbrownAATTsuse.com- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)
* Wed Aug 16 2017 kukukAATTsuse.de- Add BuildRequires libnsl-devel (needed for obsoleting nsl in glibc)
* Wed May 17 2017 schwabAATTsuse.de- svc-freeargs.patch: always call svc_freeargs, even if svc_getargs failed (bsc#1037559, CVE-2017-8779)
* Tue May 02 2017 kukukAATTsuse.de- Adjust for new system user/group RPMs
* Tue Nov 22 2016 kukukAATTsuse.de- Add 0012-Move-default-state-dir-to-a-subdirectory-of-var-run.patch from upstream, replacing systemd tmpfile solution.
* Sat Nov 12 2016 kukukAATTsuse.de- Move /var/lib/rpcbind to /run/rpcbind, data should not survive reboot and this makes read-only root filesystem easier.
* Tue Jun 07 2016 fbuiAATTsuse.com- Do not rely on systemd.pc to find out where systemd unit dir is located (bsc#983167) systemd.pc is part of systemd main package now. Instead of build-requiring systemd, import systemd-rpm-macros which has the %{_unitdir} definition and much less dependencies than systemd and use it when configuring rpcbind so it won\'t try to find the unit dir by using pkg-config. Also replace BR libsystemd-daemon by libsystemd since the former is obsolete and is replaced by the later.
* Mon Mar 14 2016 kukukAATTsuse.de- pmap_set: use tirpc header files and link against libtirpc
* Fri Feb 19 2016 kukukAATTsuse.de- Add 0006-don-t-use-svc_fdset.patch: don\'t use the svc_fdset interface for libtirpc, which is limited to 1024 connections.
* Fri Feb 12 2016 kukukAATTsuse.de- Sync with current git: - Replace 0002-revert-auth.patch with 0002-handle_reply-Don-t-use-the-xp_auth-pointer-directly.patch - Add 0003-Delete-the-unix-socket-only-if-we-have-created-it.patch to fix problems with activation via sockets by systemd - Replace 0032-CVE-2015-7236.patch with 0004-Fix-memory-corruption-in-PMAP_CALLIT-code.patch - Add 0005-security.c-removed-warning.patch to fix compiler warnings- Temporary remove 099-poll.patch
* Wed Jan 27 2016 kukukAATTsuse.de- Disable 0030-systemd-fix-rmtcall.patch, needs the other disabled patches.- Submit for SLE12SP2 [FATE#320393]
* Tue Nov 17 2015 kukukAATTsuse.de- Add 0002-revert-auth.patch: revert old patch no longer working with libtirpc 1.0.1 (http://sourceforge.net/p/libtirpc/mailman/message/34585439/)
* Mon Sep 21 2015 okirAATTsuse.com- Add patch 0032-CVE-2015-7236.patch to fix a segfault on certain remote scans [CVE-2015-7236, bsc#940191, bsc#946204]
* Mon Jul 27 2015 okirAATTsuse.com- Document how to restrict addresses that rpcbind will listen on [bsc#935102] Added 0031-rpcbind-manpage.patch
* Tue Jul 14 2015 kukukAATTsuse.de- Add 099-poll.patch: use libtirpc with poll() implementation
* Wed May 27 2015 okirAATTsuse.com- Add patch 0030-systemd-fix-rmtcall.patch to fix rmtcall forwarding (bnc#932423)
* Thu Apr 30 2015 kukukAATTsuse.de- Update to rpcbind 0.2.3- Following patches were accepted upstream: - 0005-Remove-obsolete-function-in6_fillscopeid.patch - 0006-In-init_transport-move-creation-of-COTS-sockets-clos.patch - 0007-The-use-of-AI_NUMERICHOST-in-init_transport-is-broke.patch - 0019-rpcinfo-ip_ping-clean-up-client-ping-create-destroy.patch - 0020-rpcinfo-introduce-new-helper-function-ip_getclient.patch - 0021-rpcinfo-make-t-u-options-support-IPv6-addresses-too.patch - 0022-rpcinfo-remove-obsolete-function-clnt_com_create.patch - 0023-Make-rpcinfo-p-support-IPv6-addresses-too.patch - 0024-rpcinfo-remove-obsolete-function-get_inet_address.patch
* Thu Dec 18 2014 kukukAATTsuse.de- Update to current git, which contains the following patches: - 0002-rpcinfo_warmstart-no_warning_about_missing_file.patch - 0003-systemd-no-dualmode.patch - 0004-systemd-sd_notify.patch - 0018-configure-check-for-nss.h.patch
* Fri Dec 12 2014 jeffmAATTsuse.com- 0002-rpcinfo_warmstart-no_warning_about_missing_file.patch: fix merge issue causing segfaults on missing file (bnc#909619).
* Thu Dec 11 2014 kukukAATTsuse.de- Split off 0003-systemd-no-dualmode.patch from 0001-systemd-enhancements.patch for easier upstream submission.- Split off 0004-systemd-sd_notify.patch from 0001-systemd-enhancements.patch for easier upstream submission.- Rename 0001-systemd-enhancements.patch to 0001-systemd-unit-files.patch
* Tue Dec 09 2014 kukukAATTsuse.de- Update to latest rpcbind 0.2.2 upstream release.- Following patches are upstream: - 0001-Fix-building-one-systems-w-out-nss.h.patch - 0002-Rename-configure.in-to-configure.ac.patch - 0003-rpcbind-rpcuser-not-being-set-in-Makefile.am.patch - 0004-Silence-a-warning-about-setgroups-being-implicitly-d.patch- Adjust following patches: - 0005-Remove-obsolete-function-in6_fillscopeid.patch - 0006-In-init_transport-move-creation-of-COTS-sockets-clos.patch - 0018-configure-check-for-nss.h.patch- Obsolete patches: - 0015-When-using-systemd-activation-make-rpcbind-notify-sy.patch - 0016-Notify-systemd-unconditionally.patch - 0012-Support-systemd-activation.patch - 0013-socket-activation-Fix-rpcbind.service-to-use-separat.patch - 0017-Pull-the-sysconfig-file-into-rpcbind.service-and-use.patch - 0025-rpcinfo-warmstat_no-warning-about-missing-file.patch - 0026-systemd-no-default-dep - 0027-socket-before-service.patch - 0028-rpcbind-after-var-run.patch - 0029-rpcbind-sd-notify-stupid-errmsg.patch- New patches: - 0001-systemd-enhancements.patch - 0002-rpcinfo_warmstart-no_warning_about_missing_file.patch- Disabled patches: - 0008-First-part-of-init_transport-refactoring.patch - 0009-init_transport-move-the-registration-code-into-a-sep.patch - 0010-Fix-the-behavior-when-specifying-the-h-option.patch - 0011-Clean-up-the-way-we-handle-the-h-option-in-init_tran.patch - 0014-When-using-systemd-redirect-syslog-calls-to-the-syst.patch - 0024-rpcinfo-remove-obsolete-function-get_inet_address.patch
* Wed Nov 12 2014 kukukAATTsuse.de- Disable debug code, which else would fill up the log files [bnc#905042]