SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for rarpd-debuginfo-s20161105-lp150.5.1.x86_64.rpm :

* Mon Apr 16 2018 jcaamanoAATTsuse.com- Backport license information from upstream (bnc#1082788): iputils-add-license-info.diff
* Fri Jan 05 2018 nmoreychaisemartinAATTsuse.com- Backport iputils-ping-fix-pmtu-for-ipv6.patch from upstream to fix PMTU discovery in ping6. (bsc#1072460)
* Mon Dec 11 2017 mpluskalAATTsuse.com- Install rdisc as rdisc, do not use in.rdisc anymore (xinetd which was using in.
* names is obsolete anyways)
* Mon Dec 11 2017 pvorelAATTsuse.cz- iputils: remove man pages of unused binaries: ninfod, pg3, rdisc (rdisc is in a separate package)
* Sat Dec 09 2017 mpluskalAATTsuse.com- Add systemd service for rarpd
* Thu Nov 30 2017 meissnerAATTsuse.com- mark ping also verify not caps, as these are changed by the permissions package. (bsc#1065835)
* Tue Nov 28 2017 mpluskalAATTsuse.com- Reintroduce rarpd as subpackage- Explicitly list content in filelist as we have two subpackages now
* Mon Nov 13 2017 mpluskalAATTsuse.com- Cleanup with spec-cleaner
* Thu Sep 07 2017 pvorelAATTsuse.cz- Update to version s20161105 (Changes taken from the RELNOTES file)
* ping: eliminate deadcode & simplify
* ping: do not allow oversized packets to root
* correctly initialize first hop
* ping: fix ping -6 -I
* arping,doc: fix documentation of -I
* ping: fix error message when getting EACCES from connect()
* renamed INSTALL to INSTALL.md
* (re)structured INSTALL.md and transformed into markdown; added hint that installation into prefix has to be done with DESTDIR make variable and that there\'s no prefix support in configure, close #21
* ping: Silence GCC warnings when building with -fstrict-aliasing
* tftpd: Drop supplementary groups for root
* libgcrypt: fix static linking
* doc: Inserted a missing word
* tracepath6: avoid redundant family variable
* tracepath: borrow everything good from tracepath6
* tracepath: switch to dual-stack operation
* tracepath: remove now redundant tracepath6
* docs: fix parallel build of manpages
* ping: remove assignments of values that are never read
* docs: remove references to ping6 and traceroute6
* ping: work with older kernels that don\'t support ping sockets
* Revert \"ping_common.c: fix message flood when EPERM is encountered in ping\"
* reorder -I option parsing (boo#1057664)
* ping: also bind the ICMP socket to the specific device- tracepath6 is now symlink to tracepath.
* Tue Jan 03 2017 mchandrasAATTsuse.de- Add ping6 symlink (boo#1017616)
* Tue May 24 2016 meissnerAATTsuse.com- do not install rarpd and rarpd.8 manpage (comes from rarpd rpm currently)
* Tue May 17 2016 mchandrasAATTsuse.de- Update to version s20160308 (Changes taken from the RELNOTES file)
* use syntax compatible with busybox date in Makefile
* \'admin prohibited\' should print !X not !S.
* Makefile: use #define as in previous code changes
* doc/Makefile: require bash, because we use pushd and popd
* doc: don\'t timestamp manpages by default
* ping: status() now returns received/transmitted instead of trans/recv
* ping: don\'t mess with internals of struct msghdr
* ping: ICMP error replies while errno < 0 is a hard error
* ping: always use POSIX locale when parsing -i
* ping: link against libm
* made ping functions protocol independent
* ping: perform dual-stack ping by default
* ping: remove obsolete preprocessor directives
* ping: avoid name clashes between IPv4 and IPv6 code
* ping: merge all ping header files into a single one
* ping: merge `ping6` command into `ping`
* ping: refactor ping options
* ping: refactor ping socket code
* ping: merge IPv4 and IPv6 `pr_addr()`
* ping: fix defines and libs in Makefile
* ping: handle single protocol systems
* iputils ping/ping6: Add a function to check if a packet is ours
* ping: Add to fix compilation error.
* ping6: Use GNUTLS API directly for MD5. (v2)
* ping6: Use libgcrypt instead of gnutls for MD5.
* Allow ping to use IPv6 addresses
* ping,ping6 doc: More description on CAP_NET_RAW usage.
* if IPv4 resolving fails fallback to ping6
* ping: in usage print the \'ping -6\' options as well
* ping: allow option -4 which forces IPv4
* combine sock and errno into a single structure
* This patch allows running ping and ping6 without root privileges on
* use better names for socket variables
* tracepath,doc: fix corrupted tag
* doc: ping: add missing options and remove ping6
* ninfod: remove unused variables
* ninfod: Regenerate configure by autoconf-2.69.
* ninfod: libgcrypt support.
* Fix building with musl
* travis.yml: install nettle-dev
* Allow using nettle instead of libgcrypt for MD5
* avoid compiler warning caused by snapshot.h
* make `getaddrinfo()` and `getnameinfo()` usage consistent
* enable IDN by default
* remove IPV4_TARGETS and IPV6_TARGETS
* Use svg instead of png to get better image quality
* spec: Configure before building ninfod.
* spec: Fix date in %changelog.
* make,spec: Add rpm target.- Refreshed patches
* iputils-ping-interrupt.diff
* iputils-sec-ping-unblock.diff- Remove ifenslave.c. It has been removed in the linux kernel commit b1098bbe1b24(\"bonding: remove ifenslave.c from kernel source\"). bonding can be done via iproute (netlink)- dropped iputils-ifenslave.diff- Append our CFLAGS to the upstream ones instead of overriding them.- Cleanup old make command since the upstream Makefile does things right it seems.- Use Provides: for old /{,s}bin utils to satisfy reverse dependencies.- Install utilities to /bin and /sbin until reverse dependencies are properly fixed.- Do not install tftp and traceroute to avoid conflicts with the tftp and traceroute packages. Stick to what iputils used to provide in the past.- Remove iputils-traceroute6-stdint.diff patch since we are not building the traceroute
* utilities.- Install tracepath to /usr/bin. (boo#795788)
* Tue Dec 01 2015 p.drouandAATTgmail.com- Update to version s20150815
* use syntax compatible with busybox date in Makefile
* Makefile: use #define as in previous code changes
* ping: status() now returns received/transmitted instead of trans/recv
* ping: don\'t mess with internals of struct msghdr
* tracepath,doc: fix corrupted tag
* made ping functions protocol independent
* Allow ping to use IPv6 addresses
* if IPv4 resolving fails fallback to ping6
* ping: in usage print the \'ping -6\' options as well
* ping: allow option -4 which forces IPv4
* combine sock and errno into a single structure
* This patch allows running ping and ping6 without root privileges on
* use better names for socket variables
* travis.yml: install nettle-dev
* Allow using nettle instead of libgcrypt for MD5
* avoid compiler warning caused by snapshot.h
* make `getaddrinfo()` and `getnameinfo()` usage consistent
* enable IDN by default
* ping: perform dual-stack ping by default
* remove IPV4_TARGETS and IPV6_TARGETS
* ping: remove obsolete preprocessor directives
* ping: avoid name clashes between IPv4 and IPv6 code
* ping: merge all ping header files into a single one
* ping: merge `ping6` command into `ping`
* ping: refactor ping options
* ping: refactor ping socket code
* ping: merge IPv4 and IPv6 `pr_addr()`
* Use svg instead of png to get better image quality
* iputils ping/ping6: Add a function to check if a packet is ours
* ping: Add to fix compilation error.
* ping6: Use GNUTLS API directly for MD5. (v2)
* ping6: Use libgcrypt instead of gnutls for MD5.
* ninfod: Regenerate configure by autoconf-2.69.
* ninfod: libgcrypt support.
* spec: Configure before building ninfod.
* spec: Fix date in %changelog.
* make,spec: Add rpm target.
* ping,ping6 doc: More description on CAP_NET_RAW usage.- Update patches
* iputils-s20101006-ping-interrupt.diff > iputils-ping-interrupt.diff
* iputils-s20101006-sec-ping-unblock.diff > iputils-sec-ping-unblock.diff
* iputils-remove-bogus-check-required-for-2.4.9-kernels.patch- Update home project page and download Url- Remove obsolete %clean section- Remove UsrMerge process; it has been done for more than two openSUSE releases now
* Mon Apr 20 2015 tiwaiAATTsuse.de- Fix a bogus kernel version check (boo#927831): iputils-remove-bogus-check-required-for-2.4.9-kernels.patch
* Tue Jan 28 2014 hareAATTsuse.de- Fixed ping segfaults (bnc#860616,bnc#860655)
* Removed iputils-pingnamelookuponce.diff
* Thu Jan 23 2014 hareAATTsuse.de- Update to upstream version s20121221 (FATE#316211) - See RELNOTES for full changelog- Removed merges patches:
* iputils-pingtypo.diff
* iputils-s20101006-capabilities.diff- Updated patches for apply- Remove libsysfs dependency (FATE#316211)
* Wed Nov 13 2013 meissnerAATTsuse.com- also do the usr move with the permissions handlers bnc#841533
* Tue Jul 23 2013 msAATTsuse.de- ping denpend on SIGALRM to exit sometime, so we mask it UNBLOCK (bnc #674304)
* Fri Mar 08 2013 crrodriguezAATTopensuse.org- Build everythiong with full RELRO here. SUID code around..
* Sat Mar 02 2013 cooloAATTsuse.com- update license to new format
* Fri Feb 17 2012 rschweikertAATTsuse.com- place binaries in /usr tree (UsrMerge project)
* Tue May 31 2011 msAATTsuse.de- fixed typo in ping output. Since 11.4 sequence tag is icmp_req instead of icmp_seq beause of that for example cacti ping script does not work anymore (bnc #696720)
* Fri Nov 19 2010 cooloAATTnovell.com- remove no longer needed patches
* Tue Nov 16 2010 lnusselAATTsuse.de- don\'t verify caps as that\'s done by chkstat as well- use new %set_permissions macro
* Mon Nov 08 2010 lnusselAATTsuse.de- fix capabilities patch: first switch uid then drop caps.
* Wed Nov 03 2010 lnusselAATTsuse.de- update to version s20100418
* ping,ping6: avoid gethostbyaddr during ping flood.
* arping: Set correct broadcast address.
* tracepath: Fix some small typos in tracepath.sgml.
* ping: Fix resource consumption triggered by specially crafted ICMP Echo Reply (CVE-2010-2529)- don\'t install fscaps, rely on /etc/permissions handling instead- compile using -fno-strict-aliasing- drop capabilities unconditionally (bnc#645423)- spec file cleanup
* Mon Oct 11 2010 reddwarfAATTopensuse.org- Use POSIX capabilities instead of SUID for ping
* Tue Sep 07 2010 ajAATTsuse.de- BuildRequire sysfsutils-devel
* Wed Jul 14 2010 msAATTsuse.de- fixed device broadcast setup (bnc #614389)- upstream maintainer has changed. new maintainer is YOSHIFUJI Hideaki. Along with this change the versioning of the package also changed. Current version is: s20100418 from 18-Apr-2010- many patches upstream now, reduced patch set
* Tue Jul 13 2010 msAATTsuse.de- reverted arping-infiniband.diff, it breaks arping (bnc #614389) and (bnc #610839)
* Thu Jul 08 2010 msAATTsuse.de- security fix: replies by a malicious system can make ping run into an endless loop (bnc #620837)
* Fri Jun 04 2010 msAATTsuse.de- fixed arping buffer overflow on Infiniband (bnc #610839)
* Fri Apr 23 2010 msAATTsuse.de- ifenslave: fixed detach/attach code of bonds (bnc #595474)- ifenslave: fixed output of the IP address - in hex: (bnc #595474)
* Tue Dec 22 2009 jengelhAATTmedozas.de- enable parallel build
 
ICM