aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/ebtables/patches/100-musl_fix.patch
Commit message (Collapse)AuthorAgeFilesLines
* ebtables: update to latest git 2018-06-27Hans Dedecker2018-07-021-1/+1
| | | | | | | 48cff25 build: drop install -o/-g root 53d7e7a extensions: ebt_string: take action if snprintf discards data Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* ebtables: update to last commitAnsuel Smith2017-02-151-173/+2
| | | | | | Refreshed patches Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* ebtables: fix build with glibcFelix Fietkau2016-08-301-2/+3
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* ebtables: fix miscompilation on 64bit targetsFelix Fietkau2015-07-101-1/+131
| | | | | | | | | | | | | | | | | | The musl build "fix" introduced in r45108 removed all netinet/ether.h includes, which made the prototypes of ether_aton and ether_ntoa unavailable. As a result, the compiler assumed they return int instead of a pointer. This currupted the pointer on 64bit targets, causing ebtables to segfault in commands containing MAC addresses. Since r46161 made it possible to include both the kernel and the libc if_ether.h as long as the libc version is included first, this patch changes the fix to remove the linux/if_ether.h from the ebtables source (so the fixed version from the kernel is used) and ensures netinet/ether.h is included early. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 46292
* ebtables: fix musl build issuesFelix Fietkau2015-03-291-0/+50
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45108