<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/main/fping, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>main/fping: upgrade to 4.2</title>
<updated>2019-05-30T15:31:28+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-05-08T03:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6022814d38d6ad1d3cc60bce55e5f8cb444518e7'/>
<id>6022814d38d6ad1d3cc60bce55e5f8cb444518e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/fping: upgrade to 4.1</title>
<updated>2018-12-25T13:49:58+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2018-12-25T10:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=14a0baf2750a41db0e2485792071cda7168e845d'/>
<id>14a0baf2750a41db0e2485792071cda7168e845d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/fping: upgrade to 4.0</title>
<updated>2017-05-03T13:58:55+00:00</updated>
<author>
<name>Ivan Tham</name>
<email>pickfire@riseup.net</email>
</author>
<published>2017-04-29T18:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e7d94305413ea582913331a5620ea58601492db5'/>
<id>e7d94305413ea582913331a5620ea58601492db5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/fping: upgrade to 3.16</title>
<updated>2017-02-16T12:16:06+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-02-16T11:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0f152750944eaad4b1a224bbb2c2c56d616006d2'/>
<id>0f152750944eaad4b1a224bbb2c2c56d616006d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/fping: upgrade to 3.15. clean up APKBUILD</title>
<updated>2017-01-17T00:11:32+00:00</updated>
<author>
<name>Łukasz Jendrysik</name>
<email>scadu@yandex.com</email>
</author>
<published>2017-01-15T12:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=60e59b866f2e44c2cab9db8c685bcc7310a2c854'/>
<id>60e59b866f2e44c2cab9db8c685bcc7310a2c854</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/fping: upgrade to 3.13</title>
<updated>2016-04-04T08:44:04+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-04-04T08:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=71e396004faa8cd5f1def549695b55f191920a64'/>
<id>71e396004faa8cd5f1def549695b55f191920a64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/fping: enable suid root for fping6</title>
<updated>2015-02-02T13:16:04+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2015-02-02T13:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d37ee34b7691ca0e2d59f39ec2dbc9484105c087'/>
<id>d37ee34b7691ca0e2d59f39ec2dbc9484105c087</id>
<content type='text'>
It should be possible to make ping work as normal user with recent
linux: https://lkml.org/lkml/2011/5/13/382

However, it appears that it requires relatively intrusive changes in the
ping utility. Its not just opening the socket as SOCK_DGRAM and think
everything is ok (like it appears to work on OSX)

Busybox tried to add support for it:
http://git.busybox.net/busybox/commit/networking/ping.c?id=72745632a13ccd12232127b31e1656f2f7ebcaff

But later reverted it:
http://git.busybox.net/busybox/commit/networking/ping.c?id=f0058b1b1fe9f7e69b415616096fb9347f599426

The patch for the normal ping utility is also relatively intrusive:
http://openwall.info/wiki/_media/segoon/iputils-ss020927-pingsock.diff

I could also not find anything that indicates that this works for ipv6
in kernel. There are no /proc/sys/net/ipv6/ping_group_range

So it looks like we need to set suid root for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It should be possible to make ping work as normal user with recent
linux: https://lkml.org/lkml/2011/5/13/382

However, it appears that it requires relatively intrusive changes in the
ping utility. Its not just opening the socket as SOCK_DGRAM and think
everything is ok (like it appears to work on OSX)

Busybox tried to add support for it:
http://git.busybox.net/busybox/commit/networking/ping.c?id=72745632a13ccd12232127b31e1656f2f7ebcaff

But later reverted it:
http://git.busybox.net/busybox/commit/networking/ping.c?id=f0058b1b1fe9f7e69b415616096fb9347f599426

The patch for the normal ping utility is also relatively intrusive:
http://openwall.info/wiki/_media/segoon/iputils-ss020927-pingsock.diff

I could also not find anything that indicates that this works for ipv6
in kernel. There are no /proc/sys/net/ipv6/ping_group_range

So it looks like we need to set suid root for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/fping: fix fping6</title>
<updated>2015-02-02T09:51:21+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2015-02-02T09:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=2abdc2eb07801022e8314da1b96378364a1d83f9'/>
<id>2abdc2eb07801022e8314da1b96378364a1d83f9</id>
<content type='text'>
we add workarounds for a couple of issues in musl libc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we add workarounds for a couple of issues in musl libc
</pre>
</div>
</content>
</entry>
<entry>
<title>main/fping: Added suid option in APKBUILD</title>
<updated>2014-11-05T23:12:34+00:00</updated>
<author>
<name>ScrumpyJack</name>
<email>scrumpyjack@me.com</email>
</author>
<published>2014-11-05T20:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a5982b417f7e015a6ce97ff1ede8c0bc7ff7f29d'/>
<id>a5982b417f7e015a6ce97ff1ede8c0bc7ff7f29d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/fping: enable fping6</title>
<updated>2014-06-05T14:01:05+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-06-05T14:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0772ad68c67cd44a305392d0344f3e8c16a438dd'/>
<id>0772ad68c67cd44a305392d0344f3e8c16a438dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
