mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 18:03:06 +02:00
Update cups to 1.3.9 (security fixes)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
6
lfs/cups
6
lfs/cups
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.3.7
|
||||
VER = 1.3.9
|
||||
|
||||
THISAPP = cups-$(VER)
|
||||
DL_FILE = $(THISAPP)-source.tar.bz2
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/cups-$(VER)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = cups
|
||||
PAK_VER = 2
|
||||
PAK_VER = 3
|
||||
|
||||
DEPS = "ghostscript cyrus-sasl"
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = db4a45a17104f10f3ee599d88267c9e5
|
||||
$(DL_FILE)_MD5 = cf63f451c356e6cabb08972d4d11c365
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user