[packages] httping: update to 1.5.1

* add nossl variant
 * drop unused extra_flags patch
 * refresh patches


git-svn-id: svn://svn.openwrt.org/openwrt/packages@27857 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker
2011-08-01 02:17:57 +00:00
parent 0ae15bc58a
commit 36e2a8c8ce
3 changed files with 41 additions and 29 deletions

View File

@ -4,7 +4,7 @@
#include "utils.h"
#include "error.h"
+#define VERSION "1.4.4"
+#define VERSION "1.5.1"
+
static volatile int stop = 0;
@ -18,7 +18,7 @@
#ifndef NO_SSL
fprintf(stderr, "SSL support included\n");
#endif
@@ -606,7 +608,7 @@ int main(int argc, char *argv[])
@@ -637,7 +639,7 @@ int main(int argc, char *argv[])
if (useragent)
sprintf(&request[strlen(request)], "User-Agent: %s\r\n", useragent);
else