diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-22 14:52:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-22 14:52:28 +0000 |
commit | f99a208b4fc439044160b1e3525c2cfa3fdc1fb8 (patch) | |
tree | eafcc9c1d77bd4a08fa66feda7527b15242f6659 /package | |
parent | 62244d73ae0eeea1427f37912e2f3bae5654b60e (diff) | |
download | upstream-f99a208b4fc439044160b1e3525c2cfa3fdc1fb8.tar.gz upstream-f99a208b4fc439044160b1e3525c2cfa3fdc1fb8.tar.bz2 upstream-f99a208b4fc439044160b1e3525c2cfa3fdc1fb8.zip |
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
Diffstat (limited to 'package')
-rw-r--r-- | package/uci/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile index 029e636157..ffc7c48425 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2011 OpenWrt.org +# Copyright (C) 2008-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,20 +7,20 @@ include $(TOPDIR)/rules.mk -UCI_VERSION=2013-01-04 +UCI_VERSION=2013-04-22 UCI_RELEASE=1 PKG_NAME:=uci PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE)) PKG_RELEASE:=1 -PKG_REV:=e4516d01a7d2b0a5a8def7b5791c7d4032138287 +PKG_REV:=ef12e67516d224e9cd2ca3fd293dbe5ab385c75a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=git://nbd.name/uci.git PKG_SOURCE_SUBDIR:=uci-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_PROTO:=git -PKG_MIRROR_MD5SUM:=c7c4fd6723b607ae7fa039a1078fe7d5 +PKG_MIRROR_MD5SUM:=6d240e8c48bc94f696b8080c0ce7659b PKG_LICENSE:=LGPLv2.1 GPLv2 PKG_LICENSE_FILES:= |