mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
squid: bump to 3.5.27
Bump Squid to version 3.5.27 and fix broken menuconfig menu. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
This commit is contained in:
+7
-5
@@ -8,15 +8,17 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=squid
|
||||
PKG_VERSION:=3.5.12
|
||||
PKG_VERSION:=3.5.27
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
||||
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr>
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=http://www.squid-cache.org/Versions/v3/3.5/
|
||||
PKG_HASH:=8bc83f3869f7404aefb10883109e28443255cf6dde50a13904c7954619707a42
|
||||
PKG_SOURCE_URL:=http://www3.us.squid-cache.org/Versions/v3/3.5/ \
|
||||
http://www2.pl.squid-cache.org/Versions/v3/3.5/ \
|
||||
http://www.squid-cache.org/Versions/v3/3.5/
|
||||
PKG_HASH:=5ddb4367f2dc635921f9ca7a59d8b87edb0412fa203d1543393ac3c7f9fef0ec
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_INSTALL:=1
|
||||
@@ -28,11 +30,11 @@ define Package/squid/Default
|
||||
CATEGORY:=Network
|
||||
SUBMENU:=Web Servers/Proxies
|
||||
URL:=http://www.squid-cache.org/
|
||||
MENU:=1
|
||||
endef
|
||||
|
||||
define Package/squid
|
||||
$(call Package/squid/Default)
|
||||
MENU:=1
|
||||
DEPENDS:=+libopenssl +libpthread +librt +libltdl +libstdcpp
|
||||
TITLE:=full-featured Web proxy cache
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user