Hans Dedecker
a35a27e8ef
uci: update to the latest version
...
c4df32b file: remove redundant NULL check on return value of uci_realloc()
5d08b7f build: fix BUILD_STATIC
49ec6ef Fix skipping directories in uci_list_config_files
c203c2f Revert "mandatory anonymous section identifier"
0a1a2fc uci/lua: add explicit close() method
7daf942 uci/lua: add list_configs() function
fe45f97 test: adjust for auto-naming anonymous sections
2eb9c09 cli: remove now-defunct UCI_FLAG_EXPORT_NAME support
df72af4 mandatory anonymous section identifier
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
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
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
John Crispin
21fa645f7a
uci: update to latest git HEAD
...
Signed-off-by: John Crispin <john@phrozen.org>
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
Jo-Philipp Wich
3df4eaf22b
uci: commit through symlinks
...
Update to latest HEAD in order to not clobber symlinks in /etc/config on
uci commit.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
9 years ago
Felix Fietkau
9237cebfc7
uci: update to the latest version, fixes uci show output for anonymous sections ( #21781 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48617
9 years ago
Felix Fietkau
2f55804f13
uci: update to the latest version, adds a small optimization to uci commit
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48200
9 years ago
Felix Fietkau
9b41cc70fe
uci: move to git.openwrt.org
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48127
9 years ago
Felix Fietkau
92f679d3a3
uci: update to the latest version, adds various fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46738
9 years ago
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
10 years ago
Felix Fietkau
f255bc4149
uci: update to the latest version, fixes savedir issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45254
10 years ago
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
10 years ago
Felix Fietkau
137c0cc434
uci: update to the latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45040
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
38c4e4cc02
uci: fix import with not yet existing packages, preserve config permissions on commit, fix Lua detection in cmake
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40458
11 years ago
Felix Fietkau
27d9aa182c
uci: update to latest version, adds preparation for validation support and blobmsg int64 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39606
11 years ago
Felix Fietkau
c9902e141e
uci: update to the latest version, adds a small uci_to_blob fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38987
11 years ago
Luka Perkov
9eecccf652
uci: upgrade to latest git version
...
Fixes issues with UBIFS file system when due to unclean shutdown files would
end up with size 0. Furthermore, few style fixes are included too.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38410
11 years ago
Jo-Philipp Wich
2ff6d48319
uci: change uci_ptr checking order in uci_delete()
...
SVN-Revision: 38251
11 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
Felix Fietkau
361670c9d0
uci: update to fix excessive reorder delta entry duplication ( #13678 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36915
12 years ago
Felix Fietkau
69636a944a
uci: update to latest version, adds uci<->blobmsg conversion code from netifd
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36908
12 years ago
Jo-Philipp Wich
fe42794fe6
uci: update to git head ( #13348 , http://luci.subsignal.org/trac/ticket/572 )
...
- fixes overwriting list options with single-item lists in lua binding
SVN-Revision: 36730
12 years ago
Jo-Philipp Wich
89f9ce944f
uci: update to git head
...
- copy permission of config files to state files to allow access to state info by non root users
- properly handle empty string case when unsetting lists
SVN-Revision: 36518
12 years ago
Jo-Philipp Wich
f99a208b4f
uci: update to git head
...
- fixes memory leak in libuci when trying to open not existing configurations
- fixes memory leak in libuci-lua when querying not existing sections or options
- fixes handling of filenames with leading underscore
SVN-Revision: 36377
12 years ago
Felix Fietkau
3b4931ef4d
uci: update to latest version, adds list delete, removes unused plugin support
...
SVN-Revision: 35013
12 years ago
Felix Fietkau
fc760260dd
uci: disable parallel builds again, the lua<->libuci dependency is not safe
...
SVN-Revision: 34936
12 years ago
Felix Fietkau
662c1f16bb
uci: update to latest version (adds list delete support), enable parallel build
...
SVN-Revision: 34899
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
Felix Fietkau
37e89213fd
add myself as a maintainer for various packages
...
SVN-Revision: 33660
12 years ago
Felix Fietkau
15757646c5
uci: update to latest version, fixes return code of the cli on various failures
...
SVN-Revision: 31121
13 years ago
Jo-Philipp Wich
ed5b7b7392
uci: update to git head, reduces quotations in exported config files and fixes delta list handling in the Lua binding
...
SVN-Revision: 30711
13 years ago
Jo-Philipp Wich
43cd850faa
uci: update to latest git rev 7289b2d69aaffa9299b47aaaa0da1e9969ace6c1
...
SVN-Revision: 29111
13 years ago
Felix Fietkau
3fadea0d6f
uci: fix segfault on import of anonymous sections ( #10204 )
...
SVN-Revision: 28507
13 years ago
Felix Fietkau
f11ae11093
uci: update to latest version (includes several bugfixes)
...
SVN-Revision: 28504
13 years ago
Felix Fietkau
60d593c2d7
uci: fix one more unused-but-set issue ( #9731 )
...
SVN-Revision: 27698
14 years ago
Felix Fietkau
75d2ba7a5c
uci: update to fix more unused-but-set issues ( #9731 )
...
SVN-Revision: 27681
14 years ago
Felix Fietkau
226ad1d259
uci: update to 2011-07-18, fixes #9731
...
SVN-Revision: 27680
14 years ago
Jo-Philipp Wich
9ee12e3f62
uci: implement a uci_toogle_state() wrapper in the shell api which calls uci_revert_state() before uci_set_state()
...
SVN-Revision: 27614
14 years ago
Jo-Philipp Wich
c64e907639
uci: mark uci as unsafe for parallel building
...
SVN-Revision: 26470
14 years ago
Felix Fietkau
f16824c63f
uci: fix linking against libdl ( #9123 )
...
SVN-Revision: 26315
14 years ago
Felix Fietkau
860c1cc790
uci: update to fix lua plugin linker issue ( #9121 )
...
SVN-Revision: 26310
14 years ago
Felix Fietkau
d29154d5e4
uci: install libucimap to the staging dir
...
SVN-Revision: 26309
14 years ago
Felix Fietkau
e4c6bc70aa
remove ucitrigger, it is unused and will be replaced by something different in the future
...
SVN-Revision: 26308
14 years ago
Felix Fietkau
e8c9ebd052
uci: update to latest version, uses cmake now
...
SVN-Revision: 26307
14 years ago