[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:
@ -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
|
||||
|
Reference in New Issue
Block a user