- Feb 15, 2017
-
-
Ansuel Smith authored
Refreshed patches Signed-off-by:
Ansuel Smith <ansuelsmth@gmail.com>
-
- Dec 16, 2016
-
-
Felix Fietkau authored
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Jun 24, 2016
-
-
Jo-Philipp Wich authored
The ebtables code relies on the `-nostartfiles` linker argument to execute the extension modules' `_init()` functions automatically which is not working reliably across all supported targets and gcc versions. Running an ebtables executable linked this way just crashes with a segmentation fault at runtime on program startup, e.g. on ARM architectures. In order to fix the issue ... - remove the use of the -nostartfiles linker flag - rename the init procedures to a generic name without implicit semantics - explicitely annotate those init procedures as constructors The patch has been taken from the Alpine Linux distribution at http://git.alpinelinux.org/cgit/aports/tree/main/ebtables/fix-extension-init.patch Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Jul 10, 2015
-
-
Felix Fietkau authored
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
-
- Mar 09, 2015
-
-
Nicolas Thill authored
This reverts commit 9340723d70bce9d905c3f53b2bf415963153b34d. Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 44634
-
- Feb 11, 2015
-
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 44396
-
- Nov 03, 2014
-
-
John Crispin authored
turns out that r43155 adds duplicate info. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43167
-
John Crispin authored
Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155
-
- Nov 02, 2014
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43151
-
- Oct 10, 2012
-
-
Felix Fietkau authored
SVN-Revision: 33688
-
- Jun 11, 2012
-
-
Felix Fietkau authored
SVN-Revision: 32181
-
- Jan 30, 2012
-
-
Florian Fainelli authored
SVN-Revision: 29956
-
- Mar 12, 2011
-
-
Daniel Dickinson authored
artables ebtables iptables: Moved *tables to Firewall submenu of the Network package group because that's where all the feeds packages for firewalls now are. SVN-Revision: 26056
-
- May 21, 2010
-
-
Nicolas Thill authored
SVN-Revision: 21525
-
- Aug 01, 2009
-
-
Florian Fainelli authored
SVN-Revision: 17087
-
- May 04, 2009
-
-
Felix Fietkau authored
SVN-Revision: 15593
-
- Apr 17, 2009
-
-
Felix Fietkau authored
SVN-Revision: 15242
-
- Oct 03, 2008
-
-
Andy Boyett authored
SVN-Revision: 12833
-
- Oct 01, 2008
-
-
Florian Fainelli authored
SVN-Revision: 12818
-
- Sep 27, 2008
-
-
Florian Fainelli authored
SVN-Revision: 12735
-
- Aug 06, 2008
-
-
Gabor Juhos authored
SVN-Revision: 12214
-
- Jun 22, 2008
-
-
Andy Boyett authored
SVN-Revision: 11556
-
- Sep 07, 2007
-
-
Felix Fietkau authored
SVN-Revision: 8680
-
- Jul 31, 2007
-
-
Felix Fietkau authored
SVN-Revision: 8261
-
- Mar 16, 2007
-
-
Felix Fietkau authored
SVN-Revision: 6582
-
- Nov 23, 2006
-
-
Felix Fietkau authored
SVN-Revision: 5624
-