Commit Graph

174 Commits (44696a01c7df631945c64a87f61cae638c60f5d8)

Author SHA1 Message Date
Jonas Gorski 5636037cff busybox: remove two obsolete patches
They either work around missing implementations in uClibc 0.9.30 and
earlier and add already present functionality.

Closes #11210, #11211.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 35710
12 years ago
Jo-Philipp Wich 3afbe1669f busybox: add an upstream ntpd fix (#12841)
SVN-Revision: 35239
12 years ago
Felix Fietkau a1e2b2ebe8 busybox: (vconfig) do not attempt to open /proc/net/vlan/config for no good reason (fixes #12663)
SVN-Revision: 34872
12 years ago
Florian Fainelli 92fd6e6f1a busybox: fix arping applet building on musl
musl-libc is more strict about missing includes.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34311
12 years ago
Florian Fainelli 7c26e53d5d busybox: define musl specificities in platform.h
Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34309
12 years ago
Florian Fainelli bc8fe9b40f busybox: change the date -k patch to be more portable
Not all libcs have support for tm_gmtoff which is only available for BSD
compatibility, and guarded with __USE_BSD defines, use __tm_gmtoff otherwise.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34307
12 years ago
Felix Fietkau 68c7a40346 busybox: backport upstream fixes for ext2 related tools
SVN-Revision: 33662
12 years ago
Felix Fietkau 4fdea4ee6a busybox: refresh patches
SVN-Revision: 33661
12 years ago
Florian Fainelli 9e504b31a4 busybox: add support for CHECKSUM_PARTIAL to udhcpc
When running as KVM or Xen guest, packets may be received with
incomplete checksum[1].  Patch adopted from Fedora dhcp package.

[1]. http://article.gmane.org/gmane.linux.kernel/1003853

Signed-off-by: Alexey I. Froloff <raorn@raorn.name>

SVN-Revision: 33475
12 years ago
Florian Fainelli 93c28ea473 busybox: add patch to fix CVE-2011-2716 in udhcp.
SVN-Revision: 33404
12 years ago
Florian Fainelli 623169bc49 busybox: fix build with recent eglibc toolchains
SVN-Revision: 33395
12 years ago
Jo-Philipp Wich e2be7290b1 busybox: fix bad variable substitution on right hand side of I/O redirection, imported patch from upstream bug 5282
SVN-Revision: 32162
12 years ago
Jo-Philipp Wich 0a18161da1 busybox 1.19.4 update patch
This patch updates busybox to 1.19.4 and refreshes all patches.

Signed-off-by: Peter Wagner <tripolar@gmx.at>

SVN-Revision: 30985
12 years ago
Nicolas Thill be4f27f38b package/busybox: wget: URL-decode user:password before base64-encoding it into auth hdr (upstream fix)
SVN-Revision: 29299
13 years ago
Jo-Philipp Wich 5e36196651 busybox: add a "date -k" to set the kernel timezone from the current localtime utc offset
SVN-Revision: 29203
13 years ago
Jo-Philipp Wich d0f5b51a8b busybox: fix hexdump segmentation fault with an empty leading format unit
SVN-Revision: 29156
13 years ago
Nicolas Thill d9aa1e3c1b package/busybox: passwd: use MD5 hash by default (like it used to be)
SVN-Revision: 28885
13 years ago
Felix Fietkau 3a12bd8bce busybox: use bash for gen_build_files.sh to avoid printf argument list issues on some systems
SVN-Revision: 28849
13 years ago
Jo-Philipp Wich ef98919ff0 busybox: ntpd: indefinitely try to resolve peer addresses (#10361)
SVN-Revision: 28794
13 years ago
Nicolas Thill 89827e33ce package/busybox: update to 1.19.3
SVN-Revision: 28725
13 years ago
Felix Fietkau 5fa4348a70 busybox: fix a compile error on mac os x
SVN-Revision: 28578
13 years ago
Nicolas Thill d10b4495bc busybox: update to 1.19.2 (thanks to Peter Wagner)
SVN-Revision: 28513
13 years ago
Hauke Mehrtens b213493bda busybox: Fix insmod for linux 3.0
Insmod silently rejected being run on any non 2.x kernel. Make its version
check allow newer kernels (and reject 2.4- when not enabling the 2.4
feature).

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

SVN-Revision: 27189
13 years ago
Felix Fietkau 04d064a590 busybox: refresh patches
SVN-Revision: 26738
13 years ago
Felix Fietkau c4dbe835b4 busybox: fix issues with static routes and 6rd option parsing (thx, Florian Fuessl)
SVN-Revision: 26737
13 years ago
Florian Fainelli 03e30ae13f update busybox to 1.18.4, patch from Peter Wagner
SVN-Revision: 26455
13 years ago
Felix Fietkau fa74dadda8 busybox: remove the -static-libgcc flag, saves a few kb
SVN-Revision: 25802
14 years ago
Felix Fietkau de4ec6ce64 busybox: disable the check for the uclibc rpc config option
SVN-Revision: 25506
14 years ago
Jo-Philipp Wich 5b339e5fb2 busybox: implement ms static routes option in udhcpc (#6435)
SVN-Revision: 24779
14 years ago
Jo-Philipp Wich 56ae0b91e2 busybox: Comcast uses option 150 for 6RD DHCP announcements, cover it
SVN-Revision: 24245
14 years ago
Jo-Philipp Wich e3f13f0141 busybox: add 6RD prefix sanity checking as mandated by RFC5969, bump pkg revision
SVN-Revision: 23990
14 years ago
Jo-Philipp Wich 9efe60a464 busybox: implement support for 6RD (RFC5969 7.1.1, DHCP option 212) in udhcpc
SVN-Revision: 23989
14 years ago
Alexandros C. Couloumbis 0ee31ca22e package/busybox: include an upstream patch
SVN-Revision: 23630
14 years ago
Alexandros C. Couloumbis 4b16a5ba97 package/busybox: update to busybox-1.17.3
SVN-Revision: 23435
14 years ago
Alexandros C. Couloumbis ad41b53a74 package/busybox: fix endianes issue under FreeBSD 8.1
SVN-Revision: 23152
14 years ago
Alexandros C. Couloumbis 5510149e78 package/busybox: update to busybox-1.7.2, include upstream patches, refresh patches
SVN-Revision: 22953
14 years ago
Alexandros C. Couloumbis 28d879da88 package/busybox: fix macosx cross compile, closes #7775
SVN-Revision: 22666
14 years ago
Nicolas Thill 2c57634be3 package/busybox: add missing bits from 1.17.1 update (mostly config stuff), rename upstream patches so they're applied first
SVN-Revision: 22665
14 years ago
Alexandros C. Couloumbis da7c2e1d7d package/busybox: fix missing bit, refresh patches
SVN-Revision: 22660
14 years ago
Alexandros C. Couloumbis e0d13e77d0 package/busybox: update to busybox-1.7.1, include upstream patches
SVN-Revision: 22659
14 years ago
Jo-Philipp Wich 1d6d3d0d8a busybox: fix compilation on FreeBSD
SVN-Revision: 22348
14 years ago
Daniel Dickinson b86c99feb1 busybox: Fixed remote logging bug in which starting syslog before the network (and hence the remote host being available) results in failure to do any remote logging
SVN-Revision: 21961
14 years ago
Nicolas Thill 3dc2c3bb4d package/busybox: update to 1.16.2 (bug fix release)
SVN-Revision: 21813
14 years ago
Nicolas Thill cbdb520895 package/busybox: add upstream hush patch, bump release number
SVN-Revision: 21545
14 years ago
Nicolas Thill f7d97234e2 package/busybox: add upstream udhcp hostname truncation fix, bump release number
SVN-Revision: 21510
14 years ago
Nicolas Thill 14fe6e0238 package/busybox: add 2 upstream fixes (ash & cpio), bumb release number
SVN-Revision: 21186
14 years ago
Nicolas Thill d3c4f6f02f package/busybox: refresh patches
SVN-Revision: 21185
14 years ago
Alexandros C. Couloumbis bc676287b5 package/busybox: add upstream sed patch, bump release number
SVN-Revision: 21151
14 years ago
Nicolas Thill 6b9e04991d package/busybox: add 3 upstream fixes, bump release number
SVN-Revision: 20904
14 years ago
Nicolas Thill 8be628f50a busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner)
SVN-Revision: 20661
14 years ago