Jo-Philipp Wich
fe920d01bb
treewide: replace LEDE_GIT with PROJECT_GIT
...
Remove LEDE_GIT references in favor to the new name-agnostic
PROJECT_GIT variable.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years ago
Jo-Philipp Wich
f089b1fda2
libubox: fix package bump
...
The previous commit was incorrectly rebased and referred to a not
yet existing PROJECT_GIT variable.
Fixes: d86a269c1f
libubox: update to latest git HEAD
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years ago
Jo-Philipp Wich
d86a269c1f
libubox: update to latest git HEAD
...
1c08e80 jshn: properly support JSON "null" type
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years ago
John Crispin
bd60c9063d
bubox: update to latest git HEAD
...
729f47f jshn: read and write 64-bit integers
Signed-off-by: John Crispin <john@phrozen.org>
7 years ago
Hans Dedecker
470b13975d
libubox: bump to git HEAD version
...
632688e utils: nuke bitfield functions and macros
f714be1 uloop: make SIGCHLD signal handling optional
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
7 years ago
Hans Dedecker
47f3645930
libubox: fix uloop race condition
...
7a10576 uloop: Fix race condition in SIGCHLD handling
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
7 years ago
Felix Fietkau
98634205fd
libubox: update to the latest version, fixes a runqueue use-after-free bug
...
7237302 md5: add "const" qualifier to the "file" argument
fa9937c json_script: enable custom expr handler callback
368fd26 uloop: allow specifying a timeout for uloop_run()
6a7fb7d runqueue: fix use-after-free bug
4bc3dec uloop: fix a regression in timeout handling
fd57eea uloop: allow passing 0 as timeout to uloop_run
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Ted Hess
23dff07148
libubox: Update to latest version
...
9d6305a utils: Change calloc_a() to return size_t aligned pointers
Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years ago
Felix Fietkau
315498c163
libubox: fix host build on macOS
...
Use the defaults instead of a custom non-portable Host/Install section
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Jo-Philipp Wich
84ceca5148
libubox: add host build
...
Our opkg fork requires libubox to build, so add a host build for it.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
8 years ago
Felix Fietkau
da93c15fd2
libubox: update to the latest version
...
Adds the following changes:
de3f14b uloop: add uloop_cancelling function
3b6181b utils: fix build on Mac OS X 10.12
7f671b1
blobmsg: add support for double
0fe1374 utils: add helper functions useful for allocating a ring buffer
8fc1c30 libubox: replace strtok with _r version.
4a9f74f libubox: allow reading out the pid of uloop process in lua
372e1e6 uloop: remove useless epoll data assignment
f9db1cb libubox: allow reading out the remaining time of a uloop timer in Lua
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau
c7c1cf5618
treewide: clean up and unify PKG_VERSION for git based downloads
...
Also use default defintions for PKG_SOURCE_SUBDIR, PKG_SOURCE
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau
720b99215d
treewide: clean up download hashes
...
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau
a2e197d972
libubox: update to the latest version
...
- Improves C++ compatibility
- Adds static initializers for the kvlist API
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Daniel Engberg
9edfe7dd13
source: Switch to xz for packages and tools where possible
...
* Change git packages to xz
* Update mirror checksums in packages where they are used
* Change a few source tarballs to xz if available upstream
* Remove unused lines in packages we're touching, requested by jow- and blogic
* We're relying more on xz-utils so add official mirror as primary source, master site as secondary.
* Add SHA256 checksums to multiple git tarball packages
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
8 years ago
Felix Fietkau
11d47e615b
libubox: update to the latest version, adds a few utility functions
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
John Crispin
1a06dc6dc2
libubox: update to latest git HEAD
...
Signed-off-by: John Crispin <john@phrozen.org>
8 years ago
Felix Fietkau
a3cde627f8
libubox: update to the latest version, fixes an uloop signal handling race condition
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
9 years ago
John Crispin
62dc9831d3
package/*: update git urls for project repos
...
Signed-off-by: John Crispin <john@phrozen.org>
9 years ago
Felix Fietkau
7eeb254cc4
treewide: replace nbd@openwrt.org with nbd@nbd.name
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
9 years ago
Felix Fietkau
c115058669
libubox: update to the latest version
...
adds a SIGCHLD handling fix and jshn performance improvements
Signed-off-by: Felix Fietkau <nbd@nbd.name>
9 years ago
John Crispin
3aceb54a3b
libubox: update to latest git HEAD
...
adds isdir support to json_script
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48798
9 years ago
Jo-Philipp Wich
39852286e9
libubox: properly handle "null" values in blobmsg_add_json_element()
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48687
9 years ago
Felix Fietkau
30a8ab5726
libubox: update to the latest version, adds usock_inet_timeout() with RFC6555 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48523
9 years ago
Felix Fietkau
5bd5c3282b
libubox: update to the latest version, adds lua/ustream fixes and extends usock
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48255
9 years ago
Felix Fietkau
9cd6162b63
packages: use OPENWRT_GIT to point at the main openwrt git repo
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48118
9 years ago
Felix Fietkau
d965d94b22
libubox: update to the latest version, adds a small json_script feature
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47418
9 years ago
John Crispin
c35420c6a5
libubox: update to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 46937
9 years ago
Steven Barth
6d48dcb8d5
libubox: fix MD5 for musl on big-endian platforms
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46145
10 years ago
Felix Fietkau
0c66367e3f
libubox: update to the latest version, adds a few fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45959
10 years ago
Felix Fietkau
e79506709f
libubox: update to the latest version, adds a base64 implementation
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45641
10 years ago
John Crispin
752fc0c8d3
libubox: update to latest git HEAD
...
fix a bug the made uloop_end() not work when called from within a uloop_process
callback handler
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44945
10 years ago
Jo-Philipp Wich
e0f48f8d30
libubox: implement ulog_close() and call it on ulog_open()
...
This is required to properly update syslog idents when switching between
log modes.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44546
10 years ago
Jo-Philipp Wich
948483f93c
libubox: introduce generic logging api
...
Update to git head in order to introduce the new ulog() logging api which
supports early boot logging to dmesg.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44542
10 years ago
John Crispin
43b0486a1d
libubox: update to latest git HEAD
...
adds "ignore SIGPIPE by default"
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44178
10 years ago
Felix Fietkau
e10da3edbf
libubox: update to the latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44080
10 years ago
Rafał Miłecki
e171dc4cf5
libubox: update to the latest commit with JSON and usock fixes
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44052
10 years ago
Felix Fietkau
2ff709e38f
libubox: fix a variable handling regression in jshn
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43351
10 years ago
Felix Fietkau
e4d207542e
libubox: update to the latest version, adds some jshn optimizations
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43350
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
John Crispin
ea74a1119e
libubox: update to latest git
...
this adds a new helper for setting/overriding the signal handlers
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42917
10 years ago
John Crispin
db657af409
libubox: update to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42230
10 years ago
Felix Fietkau
0af20bbfc8
libubox: update to the latest version, fixes a jshn parsing error ( #17128 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41674
10 years ago
John Crispin
64d0d18a4e
libubox: update to latest git head
...
this adds 5 lua fixes to the tree
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41328
11 years ago
John Crispin
18e8ae6b2c
libubox: update to latest git
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41123
11 years ago
Felix Fietkau
8174c12c23
libubox: update to the latest version, adds static vlist initializer macros
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41013
11 years ago
Felix Fietkau
af116a5ec3
libubox: update to latest version, fixes a segfault on json_script cleanup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40861
11 years ago
Felix Fietkau
7991b5ad66
libubox: update to the latest version, adds minor enhancements/fixes for uloop, blobmsg, kvlist and json_script
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40739
11 years ago