[packages] polipo: update to 1.0.4.1
authorkerneis <kerneis@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Feb 2010 14:24:08 +0000 (14:24 +0000)
committerkerneis <kerneis@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Feb 2010 14:24:08 +0000 (14:24 +0000)
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 <kerneis@pps.jussieu.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19599 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/polipo/Makefile

index 7b10d8c..7745ead 100644 (file)
@@ -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