update cups to 1.4.4
authorFlorian Fainelli <florian@openwrt.org>
Sun, 21 Nov 2010 22:01:15 +0000 (22:01 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 21 Nov 2010 22:01:15 +0000 (22:01 +0000)
Update CUPS to current 1.4.4:
"CUPS 1.4.4 fixes several security, scheduler, printing, and conformance
issues."

Also remove PKG_BUILD_DEPENDS, since zlib is already a normal dependency.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 24067

net/cups/Makefile

index f453fa32f32437958c2e2cd7ccad26923d1f0852..1ab7769899814692ba15eb05385a9bd01a808243 100644 (file)
@@ -8,17 +8,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=cups
-PKG_VERSION:=1.4.2
-PKG_RELEASE:=2
+PKG_VERSION:=1.4.4
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-source.tar.bz2
 PKG_SOURCE_URL:= \
        http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/cups/$(PKG_VERSION) \
        ftp://ftp.easysw.com/pub/cups/$(PKG_VERSION) \
        ftp://ftp3.easysw.com/pub/cups/$(PKG_VERSION)
-PKG_MD5SUM:=d95e2d588e3d36e563027a963b117b1b
-
-PKG_BUILD_DEPENDS:=zlib
+PKG_MD5SUM:=8776403ad60fea9e85eab9c04d88560d
 
 TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib