From: Stephen Walker Date: Sat, 16 Jan 2010 07:10:45 +0000 (+0000) Subject: [packages] httping: update to 1.4.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f16794cecb1024eec02b244998bac993718d3ba1;p=openwrt%2Fsvn-archive%2Farchive.git [packages] httping: update to 1.4.1 SVN-Revision: 19164 --- diff --git a/net/httping/Makefile b/net/httping/Makefile index e7f272a112..e854627f36 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=httping -PKG_VERSION:=1.4.0 +PKG_VERSION:=1.4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://www.vanheusden.com/httping/ -PKG_MD5SUM:=d2bd46b12c6f2bcb5ec27bb44afd95b0 +PKG_MD5SUM:=bde1ff3c01343d2371d8f34fbf8a1d9a PKG_INSTALL:=1 diff --git a/net/httping/patches/002-version.patch b/net/httping/patches/002-version.patch index b04ffc0f7e..6974904b7d 100644 --- a/net/httping/patches/002-version.patch +++ b/net/httping/patches/002-version.patch @@ -4,7 +4,7 @@ #include "utils.h" #include "error.h" -+#define VERSION "1.4.0" ++#define VERSION "1.4.1" + static volatile int stop = 0; @@ -13,12 +13,12 @@ void version(void) { -- fprintf(stderr, "HTTPing v" VERSION ", (C) 2003-2009 folkert@vanheusden.com\n"); -+ fprintf(stderr, "HTTPing v%s (C) 2003-2009 folkert@vanheusden.com\n", VERSION); +- fprintf(stderr, "HTTPing v" VERSION ", (C) 2003-2010 folkert@vanheusden.com\n"); ++ fprintf(stderr, "HTTPing v%s (C) 2003-2010 folkert@vanheusden.com\n", VERSION); #ifndef NO_SSL fprintf(stderr, "SSL support included\n"); #endif -@@ -524,7 +526,7 @@ int main(int argc, char *argv[]) +@@ -525,7 +527,7 @@ int main(int argc, char *argv[]) if (useragent) sprintf(&request[strlen(request)], "User-Agent: %s\r\n", useragent); else