From 56dbcd92f059937167d4e56479bfeb423a3eda47 Mon Sep 17 00:00:00 2001 From: Stephen Walker Date: Mon, 15 Aug 2011 03:37:19 +0000 Subject: [PATCH] httping: update to 1.5.2, refresh patches SVN-Revision: 27985 --- net/httping/Makefile | 4 ++-- net/httping/patches/002-version.patch | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/httping/Makefile b/net/httping/Makefile index 61b098d9a..a2c611819 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 556e53c34..23c12e938 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 -- 2.30.2