include $(TOPDIR)/rules.mk
PKG_NAME:=cups
-PKG_VERSION:=1.3.7
-PKG_RELEASE:=5
+PKG_VERSION:=1.3.10
+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:=db4a45a17104f10f3ee599d88267c9e5
+PKG_MD5SUM:=84fffe96b8537c81a463faccead80026
PKG_BUILD_DEPENDS:=zlib
-diff -urN cups-1.3.7/Makefile cups-1.3.7.new/Makefile
---- cups-1.3.7/Makefile 2008-02-16 00:26:51.000000000 +0100
-+++ cups-1.3.7.new/Makefile 2008-07-13 16:46:01.000000000 +0200
-@@ -19,8 +19,8 @@
+--- a/Makefile
++++ b/Makefile
+@@ -19,8 +19,8 @@ include Makedefs
# Directories to make...
#
-DIRS = cups backend berkeley cgi-bin filter locale man monitor \
-- notifier $(PDFTOPS) scheduler systemv test \
+- notifier scheduler systemv test \
+DIRS = cups backend berkeley cgi-bin filter monitor \
+ notifier scheduler systemv \
$(PHPDIR) \
-diff -urN cups-1.3.7/systemv/Makefile cups-1.3.7.new/systemv/Makefile
---- cups-1.3.7/systemv/Makefile 2007-07-11 23:46:42.000000000 +0200
-+++ cups-1.3.7.new/systemv/Makefile 2008-07-13 16:15:46.000000000 +0200
-@@ -70,7 +70,7 @@
+--- a/systemv/Makefile
++++ b/systemv/Makefile
+@@ -70,7 +70,7 @@ install: all
$(INSTALL_BIN) lp $(BINDIR)
$(INSTALL_BIN) lpoptions $(BINDIR)
$(INSTALL_BIN) lpstat $(BINDIR)
---- cups-1.3.7/cups-config.in 2007-07-11 23:46:42.000000000 +0200
-+++ cups-1.3.7.new/cups-config.in 2008-07-13 17:17:00.000000000 +0200
-@@ -53,7 +53,7 @@
+--- a/cups-config.in
++++ b/cups-config.in
+@@ -53,7 +53,7 @@ else
CFLAGS="$CFLAGS -I$includedir"
fi
LDFLAGS="$LDFLAGS -L$libdir"
fi
fi
-diff -urN cups-1.3.7/config-scripts/cups-3264.m4 cups-1.3.7.new/config-scripts/cups-3264.m4
---- cups-1.3.7/config-scripts/cups-3264.m4 2007-07-11 23:46:42.000000000 +0200
-+++ cups-1.3.7.new/config-scripts/cups-3264.m4 2008-07-13 17:21:36.000000000 +0200
-@@ -108,7 +108,7 @@
+--- a/config-scripts/cups-3264.m4
++++ b/config-scripts/cups-3264.m4
+@@ -108,7 +108,7 @@ case "$uname" in
LIB64CUPSIMAGE="64bit/libcupsimage.so.2"
LIB64DIR="$exec_prefix/lib"
if test -d /usr/lib64; then
fi
UNINSTALL64="uninstall64bit"
fi
-diff -urN cups-1.3.7/config-scripts/cups-directories.m4 cups-1.3.7.new/config-scripts/cups-directories.m4
---- cups-1.3.7/config-scripts/cups-directories.m4 2007-09-18 22:39:31.000000000 +0200
-+++ cups-1.3.7.new/config-scripts/cups-directories.m4 2008-07-13 17:21:51.000000000 +0200
-@@ -107,7 +107,7 @@
+--- a/config-scripts/cups-directories.m4
++++ b/config-scripts/cups-directories.m4
+@@ -107,7 +107,7 @@ if test "$libdir" = "\${exec_prefix}/lib
;;
Linux*)
if test -d /usr/lib64; then
fi
;;
HP-UX*)
---- cups-1.3.7/configure 2008-04-01 23:59:43.000000000 +0200
-+++ cups-1.3.7.new/configure 2008-07-13 17:20:19.000000000 +0200
-@@ -9217,7 +9217,7 @@
+--- a/configure
++++ b/configure
+@@ -9254,7 +9254,7 @@ if test "$libdir" = "\${exec_prefix}/lib
;;
Linux*)
if test -d /usr/lib64; then
fi
;;
HP-UX*)
-@@ -9761,9 +9761,6 @@
+@@ -9792,9 +9792,6 @@ case "$uname" in
LIB32CUPS="32bit/libcups.so.2"
LIB32CUPSIMAGE="32bit/libcupsimage.so.2"
LIB32DIR="$exec_prefix/lib"
UNINSTALL32="uninstall32bit"
fi
-@@ -9773,9 +9770,6 @@
+@@ -9804,9 +9801,6 @@ case "$uname" in
LIB64CUPS="64bit/libcups.so.2"
LIB64CUPSIMAGE="64bit/libcupsimage.so.2"
LIB64DIR="$exec_prefix/lib"
---- cups-1.3.7/configure.old 2008-10-19 23:29:10.000000000 +0200
-+++ cups-1.3.7/configure 2008-10-19 23:31:10.000000000 +0200
-@@ -10115,59 +10115,6 @@
+--- a/configure
++++ b/configure
+@@ -10146,59 +10146,6 @@ if test -n "$GCC"; then
OPTIM="-fPIC $OPTIM"
fi
-
+
- # The -fstack-protector option is available with some versions of
- # GCC and adds "stack canaries" which detect when the return address
- # has been overwritten, preventing many types of exploit attacks.