]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/cups
Programmupdate:
[ipfire-2.x.git] / lfs / cups
index 7320097936c752dda2b41c9e719b63c673a8cd85..8750936f2068e5dcf1ff0dfd2f914860cda69996 100644 (file)
--- a/lfs/cups
+++ b/lfs/cups
@@ -26,7 +26,7 @@
 
 include Config
 
-VER        = 1.1.23
+VER        = 1.2.2
 
 THISAPP    = cups-$(VER)-source
 DL_FILE    = $(THISAPP).tar.bz2
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 4ce09b1dce09b6b9398af0daae9adf63
+$(DL_FILE)_MD5 = 091de9109c9252cb37427859e90190ad
 
 install : $(TARGET)
 
@@ -77,7 +77,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && sed -i -e "s@pam/pam@security/pam@g" {config-scripts/cups-pam.m4,scheduler/auth.c,configure}
+#      cd $(DIR_APP) && sed -i -e "s@pam/pam@security/pam@g" {config-scripts/cups-pam.m4,scheduler/auth.c,configure}
 #      cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/patches/cups-1.1.23-testsuite_fix-1.patch
        cd $(DIR_APP) && ./configure --disable-nls --sysconfdir=/var/ipfire
        cd $(DIR_APP) && make