|
@@ -1,5 +1,5 @@
|
1
|
1
|
#
|
2
|
|
-# Copyright (C) 2007-2011 OpenWrt.org
|
|
2
|
+# Copyright (C) 2007-2014 OpenWrt.org
|
3
|
3
|
#
|
4
|
4
|
# This is free software, licensed under the GNU General Public License v2.
|
5
|
5
|
# See /LICENSE for more information.
|
|
@@ -9,13 +9,14 @@ include $(TOPDIR)/rules.mk
|
9
|
9
|
|
10
|
10
|
# Make sure to also update the dbus-x package
|
11
|
11
|
PKG_NAME:=dbus
|
12
|
|
-PKG_VERSION:=1.8.6
|
|
12
|
+PKG_VERSION:=1.8.8
|
13
|
13
|
PKG_RELEASE:=1
|
14
|
14
|
|
15
|
15
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
16
|
16
|
PKG_SOURCE_URL:=http://dbus.freedesktop.org/releases/dbus/
|
17
|
|
-PKG_MD5SUM:=6a08ba555d340e9dfe2d623b83c0eea8
|
|
17
|
+PKG_MD5SUM:=b9f4a18ee3faa1e07c04aa1d83239c43
|
18
|
18
|
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
|
|
19
|
+PKG_LICENSE:=AFL-2.1
|
19
|
20
|
|
20
|
21
|
PKG_FIXUP:=autoreconf
|
21
|
22
|
PKG_INSTALL:=1
|