aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-04-25 19:51:08 +0000
committerJohn Crispin <john@openwrt.org>2013-04-25 19:51:08 +0000
commitbc453a52b2c3b3da4dba056048cb83db195fe189 (patch)
treecf91f137b100f1f85df1c88e777273aba0eb2da2 /package
parent35b092272a4ec870fd58daa305b90a9297eb0ee9 (diff)
downloadupstream-bc453a52b2c3b3da4dba056048cb83db195fe189.tar.gz
upstream-bc453a52b2c3b3da4dba056048cb83db195fe189.tar.bz2
upstream-bc453a52b2c3b3da4dba056048cb83db195fe189.zip
procd: fix wrap around bug in logread time handling code
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36447
Diffstat (limited to 'package')
-rw-r--r--package/procd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/procd/Makefile b/package/procd/Makefile
index f7751b4efb..afe0d0a8bb 100644
--- a/package/procd/Makefile
+++ b/package/procd/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=procd
-PKG_VERSION:=2013-04-24
+PKG_VERSION:=2013-04-25
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=7edfbb45edcf275a855f5e1f5cc24cac81e382ff
+PKG_SOURCE_VERSION:=c28ba8c1947e1b31874bf5888742d1607ed7ae61
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1