From: Stephen Walker Date: Mon, 15 Aug 2011 03:37:19 +0000 (+0000) Subject: [packages] httping: update to 1.5.2, refresh patches X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=f1b38e31120dcd035e3c6b58a0e6b56d21ae45ab [packages] httping: update to 1.5.2, refresh patches SVN-Revision: 27985 --- diff --git a/net/httping/Makefile b/net/httping/Makefile index 61b098d9a6..a2c6118196 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=httping -PKG_VERSION:=1.5.1 +PKG_VERSION:=1.5.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://www.vanheusden.com/httping -PKG_MD5SUM:=aeecd67cf90015e50cb03356f89d3c2c +PKG_MD5SUM:=49f72b124afb8a60f152ec674a162ad6 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL:=1 diff --git a/net/httping/patches/002-version.patch b/net/httping/patches/002-version.patch index 556e53c34d..23c12e9380 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.5.1" ++#define VERSION "1.5.2" + static volatile int stop = 0; @@ -13,12 +13,12 @@ void version(void) { -- 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); +- fprintf(stderr, "HTTPing v" VERSION ", (C) 2003-2011 folkert@vanheusden.com\n"); ++ fprintf(stderr, "HTTPing v%s (C) 2003-2011 folkert@vanheusden.com\n", VERSION); #ifndef NO_SSL fprintf(stderr, "SSL support included\n"); #endif -@@ -637,7 +639,7 @@ int main(int argc, char *argv[]) +@@ -639,7 +641,7 @@ int main(int argc, char *argv[]) if (useragent) sprintf(&request[strlen(request)], "User-Agent: %s\r\n", useragent); else