From: kerneis Date: Fri, 12 Feb 2010 14:24:08 +0000 (+0000) Subject: [packages] polipo: update to 1.0.4.1 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b2dc93c574cd73742b4fe5a4bd53adcd58326bcf;p=packages.git [packages] polipo: update to 1.0.4.1 31 January 2010: Polipo 1.0.4.1: Cherry-picked fixes from 1.0.5 * Fixed an integer overflow that may lead to a crash (http://secunia.com/advisories/37607/). Discovered by Jeremy Brown. (CVE-2009-4413) * Fixed a crash that occurs when a server sends a malformed Cache-Control: header (CVE-2009-3305). Patch from Stefan Fritsch. * Prevent an infinite loop when a bodyless 204 or 1xx response is encountered. * Don't crash when we get an error while waiting for 100 continue status. Signed-off-by: Gabriel Kerneis git-svn-id: svn://svn.openwrt.org/openwrt/packages@19599 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/polipo/Makefile b/net/polipo/Makefile index 7b10d8c09..7745eadb6 100644 --- a/net/polipo/Makefile +++ b/net/polipo/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=polipo -PKG_VERSION:=1.0.4 +PKG_VERSION:=1.0.4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/$(PKG_NAME)/ -PKG_MD5SUM:=defdce7f8002ca68705b6c2c36c4d096 +PKG_SOURCE_URL:=http://freehaven.net/~chrisd/polipo/ +PKG_MD5SUM:=bfc5c85289519658280e093a270d6703 include $(INCLUDE_DIR)/package.mk