From c536c194975fab7f2c94d80f77948cd26c2efbda Mon Sep 17 00:00:00 2001
From: juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sat, 8 Dec 2007 19:17:11 +0000
Subject: [PATCH] [packages] libs/libdaemon: update to version 0.12

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9678 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 libs/libdaemon/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/libs/libdaemon/Makefile b/libs/libdaemon/Makefile
index 44642a8e8..07c83bdbd 100644
--- a/libs/libdaemon/Makefile
+++ b/libs/libdaemon/Makefile
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libdaemon
-PKG_VERSION:=0.10
+PKG_VERSION:=0.12
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://0pointer.de/lennart/projects/libdaemon/
-PKG_MD5SUM:=6812a5e4063b5016f25e9a0cebbd3dd9
+PKG_MD5SUM:=76596823cc1a6d1cdf7779b782ff0ee6
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
@@ -36,8 +36,8 @@ define Package/libdaemon/description
 	- An API for writing PID files
 	- An API for serializing UNIX signals into a pipe for usage with select() or poll()
 	- An API for running subprocesses with STDOUT and STDERR redirected to syslog
-	
-	APIs like these are used in most daemon software available. It is not that 
+
+	APIs like these are used in most daemon software available. It is not that
 	simple to get it done right and code duplication is not a goal.
 endef