Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/fping: upgrade to 4.0 | Ivan Tham | 2017-05-03 | 1 | -2/+2 |
| | |||||
* | main/fping: upgrade to 3.16 | Natanael Copa | 2017-02-16 | 1 | -4/+2 |
| | |||||
* | main/fping: upgrade to 3.15. clean up APKBUILD | Łukasz Jendrysik | 2017-01-17 | 1 | -18/+7 |
| | |||||
* | main/fping: upgrade to 3.13 | Natanael Copa | 2016-04-04 | 3 | -55/+7 |
| | |||||
* | main/fping: enable suid root for fping6 | Natanael Copa | 2015-02-02 | 1 | -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 fping6 | Natanael Copa | 2015-02-02 | 3 | -5/+59 |
| | | | | we add workarounds for a couple of issues in musl libc | ||||
* | main/fping: Added suid option in APKBUILD | ScrumpyJack | 2014-11-06 | 1 | -0/+1 |
| | |||||
* | main/fping: enable fping6 | Natanael Copa | 2014-06-05 | 1 | -1/+2 |
| | |||||
* | main/fping: upgrade to 3.10 | Fabian Affolter | 2014-05-21 | 1 | -7/+6 |
| | |||||
* | main/fping: upgrade to 3.9 | Natanael Copa | 2014-04-01 | 1 | -6/+5 |
| | |||||
* | main/fping: upgrade to 3.8 | Natanael Copa | 2013-11-18 | 1 | -4/+4 |
| | |||||
* | main/fping: upgrade to 3.6 | Natanael Copa | 2013-10-13 | 1 | -4/+4 |
| | |||||
* | main/[various]: update config.sub (and remove charset.alias) | Timo Teräs | 2013-09-29 | 1 | -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 ./configure | Timo Teräs | 2013-07-30 | 1 | -2/+6 |
| | |||||
* | main/fping: upgrade to 3.5 | Bartłomiej Piotrowski | 2013-05-25 | 1 | -2/+4 |
| | |||||
* | main/fping: upgrade to 3.4 | Natanael Copa | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | main/fping: upgrade to 3.3 | Natanael Copa | 2012-09-02 | 1 | -2/+2 |
| | |||||
* | main/fping: upgrade to 3.2 | Natanael Copa | 2012-05-30 | 1 | -2/+2 |
| | |||||
* | main/fping: upgrade to 3.1 | Natanael Copa | 2012-05-13 | 1 | -2/+2 |
| | |||||
* | main/fping: upgrade to 3.0 | Natanael Copa | 2012-01-12 | 1 | -10/+6 |
| | |||||
* | main/fping: setuid root | Natanael Copa | 2011-08-25 | 1 | -3/+11 |
| | | | | ref #730 | ||||
* | main: mass-rebuild of packages missing arch in .PKGINFO | Natanael Copa | 2011-03-31 | 1 | -1/+1 |
| | | | | this is needed for apk-tools-2.1 migration | ||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/[various]: let abuild detect shared objects dependencies | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | moved extra/* to main/ | Natanael Copa | 2009-07-24 | 1 | -0/+23 |
and fixed misc build issues |