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>
2016-12-22 16:42:21 +01:00
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>
2016-12-16 22:39:22 +01:00
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>
2016-10-06 12:16:56 +02:00
John Crispin
21fa645f7a
uci: update to latest git HEAD
...
Signed-off-by: John Crispin <john@phrozen.org>
2016-07-05 22:59:14 +02:00
John Crispin
62dc9831d3
package/*: update git urls for project repos
...
Signed-off-by: John Crispin <john@phrozen.org>
2016-06-13 22:51:41 +02:00
Felix Fietkau
7eeb254cc4
treewide: replace nbd@openwrt.org with nbd@nbd.name
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-06-07 08:58:42 +02:00
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>
2016-03-31 02:09:53 +02:00
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
2016-02-02 17:14:47 +00:00
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
2016-01-11 12:29:59 +00:00
Felix Fietkau
9b41cc70fe
uci: move to git.openwrt.org
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48127
2016-01-04 15:13:03 +00:00
Felix Fietkau
92f679d3a3
uci: update to the latest version, adds various fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46738
2015-08-27 12:43: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
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
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
Felix Fietkau
137c0cc434
uci: update to the latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45040
2015-03-26 20:43:12 +00:00
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
2014-11-03 09:56:44 +00:00
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
2014-11-03 08:01:08 +00:00
Steven Barth
bec9d38fa4
Add a few SPDX tags
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43151
2014-11-02 12:20:54 +00:00
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
2014-04-11 16:14:09 +00:00
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
2014-02-18 12:27:11 +00:00
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
2013-12-02 13:08:17 +00:00
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
2013-10-15 11:32:28 +00:00
Jo-Philipp Wich
2ff6d48319
uci: change uci_ptr checking order in uci_delete()
...
SVN-Revision: 38251
2013-09-29 11:53:10 +00:00
John Crispin
4ebf19b48f
packages: clean up the package folder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37007
2013-06-21 16:54:37 +00:00