From f99a208b4fc439044160b1e3525c2cfa3fdc1fb8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 22 Apr 2013 14:52:28 +0000 Subject: 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 --- package/uci/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/uci') 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:= -- cgit v1.2.3