mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
httping: import from oldpackages and upgrade to version 2.5
Package version upgraded to 2.5 with patches: - Fixed compiler warnings - Fixed miscalculated response time - Reduced binary size by stripping unused code Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
This commit is contained in:
10
net/httping/patches/002-fix_compile_warnings.patch
Normal file
10
net/httping/patches/002-fix_compile_warnings.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/http.c
|
||||
+++ b/http.c
|
||||
@@ -4,6 +4,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
+#include <stdlib.h>
|
||||
#ifndef NO_SSL
|
||||
#include <openssl/ssl.h>
|
||||
#include "mssl.h"
|
||||
Reference in New Issue
Block a user