aboutsummaryrefslogtreecommitdiffstats
path: root/main/fping
Commit message (Collapse)AuthorAgeFilesLines
* main/fping: upgrade to 4.0Ivan Tham2017-05-031-2/+2
|
* main/fping: upgrade to 3.16Natanael Copa2017-02-161-4/+2
|
* main/fping: upgrade to 3.15. clean up APKBUILDŁukasz Jendrysik2017-01-171-18/+7
|
* main/fping: upgrade to 3.13Natanael Copa2016-04-043-55/+7
|
* main/fping: enable suid root for fping6Natanael Copa2015-02-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 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.
* main/fping: fix fping6Natanael Copa2015-02-023-5/+59
| | | | we add workarounds for a couple of issues in musl libc
* main/fping: Added suid option in APKBUILDScrumpyJack2014-11-061-0/+1
|
* main/fping: enable fping6Natanael Copa2014-06-051-1/+2
|
* main/fping: upgrade to 3.10Fabian Affolter2014-05-211-7/+6
|
* main/fping: upgrade to 3.9Natanael Copa2014-04-011-6/+5
|
* main/fping: upgrade to 3.8Natanael Copa2013-11-181-4/+4
|
* main/fping: upgrade to 3.6Natanael Copa2013-10-131-4/+4
|
* main/[various]: update config.sub (and remove charset.alias)Timo Teräs2013-09-291-0/+5
| | | | | | for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required.
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main/fping: upgrade to 3.5Bartłomiej Piotrowski2013-05-251-2/+4
|
* main/fping: upgrade to 3.4Natanael Copa2012-09-101-2/+2
|
* main/fping: upgrade to 3.3Natanael Copa2012-09-021-2/+2
|
* main/fping: upgrade to 3.2Natanael Copa2012-05-301-2/+2
|
* main/fping: upgrade to 3.1Natanael Copa2012-05-131-2/+2
|
* main/fping: upgrade to 3.0Natanael Copa2012-01-121-10/+6
|
* main/fping: setuid rootNatanael Copa2011-08-251-3/+11
| | | | ref #730
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/[various]: let abuild detect shared objects dependenciesNatanael Copa2010-05-041-1/+1
|
* moved extra/* to main/Natanael Copa2009-07-241-0/+23
and fixed misc build issues