Steven Barth
016d6acde5
ntp: add hotplug class for ntp-events
...
Based on a patch by Luiz Angelo Daros de Luca
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43421
10 years ago
Nicolas Thill
1fe7cd5ed9
busybox: add 2 upstream fixes
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43191
10 years ago
John Crispin
74a3a77bcd
license info - revert r43155
...
turns out that r43155 adds duplicate info.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43167
10 years ago
John Crispin
c10d97484a
Add more license tags with SPDX identifiers
...
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
10 years ago
Steven Barth
bec9d38fa4
Add a few SPDX tags
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43151
10 years ago
Jo-Philipp Wich
2ab0dae991
busybox: make high ASCII chars printable ( #7993 )
...
Currently busybox utils like "ls" fail to display filenames containing UTF-8
characters, replacing any special characters with "?".
Change libbb's printable_string() function to allow high ASCII characters so
that unicode filenames are displayed correctls.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43084
10 years ago
John Crispin
406d53c697
busybox: Fix pam_start link errors when PAM support is enabled
...
Patch to BusyBox Makefile to fix linker errors when PAM support is enabled by
CONFIG_BUSYBOX_CONFIG_PAM=y. Typical errors include:
login.c:(.text.login_main+0x122): undefined reference to `pam_start'
Signed-off-by: Stephen Parry <sgparry@mainscreen.com>
SVN-Revision: 42195
11 years ago
Felix Fietkau
b3b55de395
build: disable the PKG_CHECK_FORMAT_SECURITY check for the failing packages
...
The idea is to gradually fix the packages
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 41411
11 years ago
John Crispin
a51588a5f9
busybox: use ntp enabled config option
...
Even if enabled option is missing from ntp configuration we are still keeping
default behavior.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41355
11 years ago
Felix Fietkau
f4f553efa7
busybox: update to 1.22.1
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40852
11 years ago
Felix Fietkau
cc7b3e2465
busybox: add a reworked implementation of menuconfig support, this time with a guard option that keeps all symbols at default values until an extra option is activated
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39435
11 years ago
Jo-Philipp Wich
c85705ce8d
busybox: fix dependency on librpc ( #14636 )
...
SVN-Revision: 39434
11 years ago
Felix Fietkau
d2329f88f3
busybox: add back support for top-level menuconfig based config overrides (can be used by custom packages to alter the config)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39125
11 years ago
Jo-Philipp Wich
7a24db90aa
busybox: restore init scripts
...
Since the removal of the busybox menuconfig entries, the init scripts
for cron, telnet and ntp are not packaged anymore. Unconditionally
ship them from now on.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 39123
11 years ago
Felix Fietkau
7340bc73f2
busybox: add support for config overrides via env/busybox-config
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39107
11 years ago
Felix Fietkau
405b5c2b92
busybox: remove busybox menuconfig from top level menuconfig
...
This will help with avoiding bogus bug reports caused by stale configs
and bad cases of user tinkering :)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39106
11 years ago
Jo-Philipp Wich
c5b4d98d39
busybox: rename ntp init script back to sysntpd ( #13920 )
...
Renaming the init script to ntp broke LuCI time sync functionality and collides with other ntp packages
SVN-Revision: 37681
12 years ago
Luka Perkov
67f1d364b8
base-files/busybox: move ntpd init script from base-files to busybox
...
SVN-Revision: 37383
12 years ago
John Crispin
4ebf19b48f
packages: clean up the package folder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37007
12 years ago
John Crispin
f614f2915a
busybox: procd is now the init process
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36997
12 years ago
Felix Fietkau
e3bdc13980
busybox: fix disabling /sbin/init and logread if procd is used as init
...
SVN-Revision: 36054
12 years ago
John Crispin
16b84af05e
make init and logread depend on !PROCD_INIT
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36005
12 years ago
Jo-Philipp Wich
3afbe1669f
busybox: add an upstream ntpd fix ( #12841 )
...
SVN-Revision: 35239
12 years ago
Hamish Guthrie
81a3d9ba31
licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated.
...
The licensing metadata is put into the bin/<platform>/packages/Packages file
for later parsing. A script for that is on it's way!
SVN-Revision: 33861
12 years ago
Florian Fainelli
ed393422a0
busybox: remove reference to removed httpd init script
...
Patch from Daniel Harding.
SVN-Revision: 33765
12 years ago
Felix Fietkau
ed2bf29be5
build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems
...
SVN-Revision: 33523
13 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
13 years ago
Florian Fainelli
93c28ea473
busybox: add patch to fix CVE-2011-2716 in udhcp.
...
SVN-Revision: 33404
13 years ago
Florian Fainelli
fb2db91797
busybox: enable fsync applet by default
...
SVN-Revision: 33159
13 years ago
Florian Fainelli
5d37f15006
busybox: support V=c toplevel verboseness flag ( #11799 )
...
Signed-off-by: Gregory M. Turner <gmt@malth.us>
SVN-Revision: 33035
13 years ago
Felix Fietkau
6a11725d42
busybox: remove BUSYBOX_USE_LIBRPC
...
SVN-Revision: 32175
13 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
13 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
13 years ago
Jo-Philipp Wich
b8aead7f92
busybox: enable ps wide flag by default
...
SVN-Revision: 30812
13 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
cabbc9966c
busybox: fix empty password detection in telnetd init ( #10432 )
...
SVN-Revision: 29183
13 years ago
Jo-Philipp Wich
13839520bc
busybox: revert accidentally committed debugging flag
...
SVN-Revision: 29158
13 years ago
Jo-Philipp Wich
d0f5b51a8b
busybox: fix hexdump segmentation fault with an empty leading format unit
...
SVN-Revision: 29156
13 years ago
Imre Kaloz
7944b6fa32
enable and use shadow passwords by default
...
SVN-Revision: 28936
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
Nicolas Thill
e4a8f5abe6
package/busybox: use new service wrapper
...
SVN-Revision: 28836
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
Jo-Philipp Wich
219d772ce8
busybox: disable rdate, enable ntpd by default
...
SVN-Revision: 28613
13 years ago
Nicolas Thill
dba02bbacc
package/busybox: revert config defaults inadvertently changed in [28513] (thanks to Liu Yu Fei, Eric), bump release number
...
SVN-Revision: 28547
13 years ago
Nicolas Thill
d10b4495bc
busybox: update to 1.19.2 (thanks to Peter Wagner)
...
SVN-Revision: 28513
13 years ago
Florian Fainelli
ce50bb1636
busybox: update to 1.18.5, patch from Peter Wagner
...
SVN-Revision: 27288
14 years ago
Florian Fainelli
03e30ae13f
update busybox to 1.18.4, patch from Peter Wagner
...
SVN-Revision: 26455
14 years ago
Felix Fietkau
4717461455
busybox: simplify conditional dependency on librpc
...
SVN-Revision: 26430
14 years ago