فهرست منبع

squid: update to 7.5

Waldemar Brodkorb 2 ماه پیش
والد
کامیت
3697c800d1
2فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 3 3
      package/squid/Makefile
  2. 1 0
      package/squid/files/squid.conf

+ 3 - 3
package/squid/Makefile

@@ -4,9 +4,9 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		squid
-PKG_VERSION:=		6.13
+PKG_VERSION:=		7.5
 PKG_RELEASE:=		1
-PKG_HASH:=		9b33de09d733b5933f6c2b54ebe0be51a9fa4751f183f3aead90b3c5d930aa72
+PKG_HASH:=		1ad20bd49425ca9d57c7f710c87a8dc1c1e559076a98dd63f45d84477474ad68
 PKG_DESCR:=		web and cache proxy
 PKG_SECTION:=		net/proxy
 PKG_DEPENDS:=		libltdl libxcrypt
@@ -14,7 +14,7 @@ PKG_BUILDDEP:=		libtool
 PKG_BUILDDEP_GLIBC:=	libxcrypt
 PKG_NEEDS:=		threads c++
 PKG_URL:=		http://www.squid-cache.org/
-PKG_SITES:=		https://github.com/squid-cache/squid/releases/download/SQUID_6_13/
+PKG_SITES:=		https://github.com/squid-cache/squid/releases/download/SQUID_7_5/
 
 DISTFILES:=		$(PKG_NAME)-$(PKG_VERSION).tar.gz
 

+ 1 - 0
package/squid/files/squid.conf

@@ -7,6 +7,7 @@ pid_filename /var/run/squid.pid
 access_log syslog:err
 cache_store_log none
 cache_log /var/log/squid-cache.log
+cache_dir ufs /var/squid/cache 100 16 256
 # security
 cache_effective_user squid
 cache_effective_group squid