Luka Perkov
d4ff533bcc
rpcd: update to the latest version
...
This update adds a couple of file plugin enhancements, such as base64 support
and setting mode when files are written.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 46384
2015-07-15 08:23:28 +00:00
John Crispin
c18f603ba4
ubox: update to latest git HEAD
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 46356
2015-07-14 07:44:14 +00:00
John Crispin
8503f34ce8
fstools: fstab.init fix spelling
...
fix a very minor typo in warning message
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
SVN-Revision: 46273
2015-07-08 14:26:12 +00:00
John Crispin
7ab6409a89
ubus: bump to latest git HEAD
...
fixes a bug where gid was checked twice instead of the uid/gid combo
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 46246
2015-07-07 13:48:17 +00:00
Rafał Miłecki
9206a90a74
procd: update to the latest version, fix stdout logging
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46212
2015-07-07 10:22:25 +00:00
Felix Fietkau
f58c9613f7
ubus: update to the latest version, fixes a segfault on message retry
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46199
2015-07-06 16:44:45 +00:00
John Crispin
df1daa4692
ubus: update to latest git HEAD
...
this adds ACL support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 46040
2015-06-18 17:04:14 +00:00
Felix Fietkau
d494adc396
procd: update to the latest version, fixes umask handling for creating /dev/shm
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46023
2015-06-18 06:37:08 +00:00
Felix Fietkau
2d5a364e60
procd: update to the latest version, fixes /dev/shm permissions
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46013
2015-06-17 10:13:24 +00:00
Felix Fietkau
278add2ab1
opkg: fix duplicate check_signature line for smime variant ( #19863 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45999
2015-06-16 10:51:16 +00:00
Felix Fietkau
ffc033b26b
procd: update to the latest version, adds a few fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45972
2015-06-14 17:44:04 +00:00
Felix Fietkau
16fa80a8f1
procd: correct the order of respawn params in the comments.
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 45955
2015-06-14 17:41:07 +00:00
John Crispin
72eb909a0d
opkg: Fix --force-checksum when using SHA256
...
Allow installing packages with mismatching SHA256 checksums via
$ opkg install --force-checksum $PACKAGE
Signed-off-by: Florian Fieber <florian@florianfieber.de>
SVN-Revision: 45904
2015-06-05 14:12:45 +00:00
Felix Fietkau
9e233fb241
mtd: add missing <endian.h> include
...
trx.c in mtd would not include endian.h, so on systems that do not have
this header implicitly included from the other headers (like musl), both
__BYTE_ORDER and __BIG_ENDIAN would be undefined and thus 0, leading to
it always presuming a big-endian system. this would lead to issues when
running mtd fixtrx on little-endian systems, as it would never recognize
the TRX magic as result of the broken STORE32_LE() macro.
Signed-off-by: Shiz <hi@shiz.me>
Tested-by: Shiz <hi@shiz.me>
SVN-Revision: 45896
2015-06-05 09:00:02 +00:00
John Crispin
5fe5aeaa72
procd: work around a event race
...
there is a conceptual design flaw in our interface events. workaround this by
disabling duplicate message supression in procd. we need to fix this properly
for the next release
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45883
2015-06-03 13:59:08 +00:00
John Crispin
2b9ac1e0af
procd: add a 10 second delay to the interface triggers
...
this is an ugly hack that will be removed when the netifd maintainers
have time to look at the problem.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45876
2015-06-02 12:03:20 +00:00
John Crispin
157c9199b3
ca-certificates: update to version 20150426
...
update to version 20150426
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
SVN-Revision: 45858
2015-05-31 17:45:54 +00:00
Jo-Philipp Wich
3c5357d6ef
feeds: use common macro "FeedSourcesAppend" to populate opkg configurations
...
This introduces a common macro to assemble the correct url templates to
avoid code duplication and have the feed config handling in a central place.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45799
2015-05-28 09:47:37 +00:00
Felix Fietkau
85d5ada56f
fstools: update to the latest version, makes filesystem initialization state tracking more reliable ( #19564 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45751
2015-05-25 22:00:06 +00:00
Felix Fietkau
8450300079
ubus: update to the latest version, switch to git.openwrt.org, fixes a lua binding memory leak
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45750
2015-05-25 21:15:42 +00:00
John Crispin
09bf72ae05
ubox: various logd cleanups
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45721
2015-05-23 15:26:29 +00:00
John Crispin
86b573fa31
procd: make the jail code also work on arm
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45719
2015-05-23 15:26:09 +00:00
Jo-Philipp Wich
62b1ce098a
rpcd: unload package after uci reverts
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45695
2015-05-17 12:16:27 +00:00
Felix Fietkau
c43444aa1b
usign: update to the latest version, use libubox base64 code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45642
2015-05-08 12:37:26 +00:00
Jo-Philipp Wich
2a196a68cd
procd: fix uid/gid changing for service instances
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45611
2015-05-05 11:00:53 +00:00
John Crispin
a43bcc980e
Removed reference to imaginary procd_add_interface_reload in procd.sh
...
The last line of procd.sh has a reference to procd_add_interface_reload. procd_add_interface_reload
doesn't seem to exist. I've removed the reference of it to minimize confusion.
Signed-off-by: Eric Schultz <eschultz@prplfoundation.org>
SVN-Revision: 45487
2015-04-18 10:19:02 +00:00
Felix Fietkau
4d67af61be
opkg: fix md5 related #ifdef (thx, swalker)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45447
2015-04-14 22:10:40 +00:00
John Crispin
9d982afe5e
rpcd: update to latest git HEAD
...
adds support for reading md5 sums of files
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45442
2015-04-14 19:01:29 +00:00
John Crispin
88593747cc
fstools: update to latest git HEAD
...
fixes issues with semi-initialized overlay partitions during firstboot
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45440
2015-04-14 19:01:09 +00:00
John Crispin
cc9a392e49
opkg: drop md5 in favour of sha256
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45437
2015-04-14 19:00:14 +00:00
Jo-Philipp Wich
b0b95e0dd7
fstools: reject relative mount points
...
To prevent future confusion around '/overlay' vs. 'overlay' simply reject
relative path specifications as mount points since such paths result in
undefined behaviour anyway.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45404
2015-04-12 20:34:31 +00:00
John Crispin
8b5c250797
procd: fix compile error on x86_64
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45344
2015-04-10 08:28:21 +00:00
John Crispin
19b239d643
fstools: update to latest git HEAD
...
this fixes extroot on mvebu
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45341
2015-04-10 08:27:27 +00:00
Felix Fietkau
7b98f71f09
uci: update to the latest version, fixes a regression in handling empty/comment lines in uci batch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45340
2015-04-09 14:57:25 +00:00
John Crispin
093c341473
procd: add helper for starting NAND sysupgrade
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45339
2015-04-09 14:33:11 +00:00
John Crispin
eb099c5d6b
ubox: add log_trailer_null option to uci
...
this allow us to use syslog tcp with \0 trailer
instead of \n trailer (logread -0 option)
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
SVN-Revision: 45329
2015-04-09 10:32:18 +00:00
Felix Fietkau
beca028bd6
build: add integration for managing opkg package feed keys
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45286
2015-04-06 19:39:51 +00:00
Felix Fietkau
dde8214d16
opkg: add patch to circumvent signature checks on the command line
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45285
2015-04-06 19:39:22 +00:00
Felix Fietkau
3efd1303d8
opkg: add patch for supporting signature checking through usign
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45284
2015-04-06 19:38:37 +00:00
Felix Fietkau
a6cb86f48d
usign: add new package for generating/verifying verification (similar to signify)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45283
2015-04-06 19:38:07 +00:00
Felix Fietkau
f255bc4149
uci: update to the latest version, fixes savedir issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45254
2015-04-03 18:44:04 +00:00
Nicolas Thill
fe46689f10
packages: use $(LN) macro, make symlinks relative
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45250
2015-04-03 00:07:43 +00:00
John Crispin
a722ee6107
ubox: update to latest git HEAD
...
improve logging when using tcp
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45247
2015-04-02 16:15:35 +00:00
Felix Fietkau
91c8b109db
uci: update to the latest version, fixes delta path / savedir issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45189
2015-03-31 16:44:32 +00:00
John Crispin
fd91040704
rpcd: properly handle return codes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45152
2015-03-30 12:35:05 +00:00
John Crispin
d6af8e2175
ubox: properly handle return codes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45151
2015-03-30 12:34:56 +00:00
John Crispin
2268d15948
procd: properly handle return codes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45150
2015-03-30 12:34:42 +00:00
John Crispin
08b882fbae
fstools: properly handle return codes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45149
2015-03-30 12:33:05 +00:00
John Crispin
530e70c753
ubox: update to latest git HEAD
...
the return code of a pipe() was not checked properly
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45141
2015-03-29 15:38:21 +00:00
John Crispin
8d8f01088a
ubox: update to latest git HEAD
...
fixes log levels
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45139
2015-03-29 12:57:32 +00:00