diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:21:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:59:38 +0200 |
commit | 90bb07f461ad748211ccef22b2cbf30fa3c2433d (patch) | |
tree | cea1220c4f5cfd587f7873ed15d2f41ce02b6b95 /package/squid | |
parent | c3a452e2bcbe20c64ce661f67b25e3be75144808 (diff) |
update squid to latest stable version
Diffstat (limited to 'package/squid')
-rw-r--r-- | package/squid/Makefile | 4 | ||||
-rw-r--r-- | package/squid/patches/patch-lib_rfcnb_rfcnb-io_c | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/package/squid/Makefile b/package/squid/Makefile index 0fa1a2461..caed4a32d 100644 --- a/package/squid/Makefile +++ b/package/squid/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= squid -PKG_VERSION:= 3.5.4 +PKG_VERSION:= 3.5.5 PKG_RELEASE:= 1 -PKG_HASH:= dce615d08e349caf3975fc5d51ce4c3c69b9995fb83f51dc5d55ae873d8bf6a4 +PKG_HASH:= 23793da6b23871765188becae59a6f4b6c3672c256ba9be90743b46a3c7921cf PKG_DESCR:= web and cache proxy PKG_SECTION:= net/proxy PKG_DEPENDS:= libpthread librt libstdcxx libltdl diff --git a/package/squid/patches/patch-lib_rfcnb_rfcnb-io_c b/package/squid/patches/patch-lib_rfcnb_rfcnb-io_c deleted file mode 100644 index 17fd993a7..000000000 --- a/package/squid/patches/patch-lib_rfcnb_rfcnb-io_c +++ /dev/null @@ -1,11 +0,0 @@ ---- squid-3.5.2.orig/lib/rfcnb/rfcnb-io.c 2015-02-18 06:17:02.000000000 -0600 -+++ squid-3.5.2/lib/rfcnb/rfcnb-io.c 2015-02-20 00:33:21.015450265 -0600 -@@ -40,7 +40,7 @@ - #include <string.h> - #endif - #include <sys/uio.h> --#include <sys/signal.h> -+#include <signal.h> - - int RFCNB_Timeout = 0; /* Timeout in seconds ... */ - |