added all security patches for xpdf 3.02 to the formula

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
alf 2010-04-13 16:16:18 +01:00 committed by Adam Vandenberg
parent 76a89a1c3c
commit 6a764ef81c
1 changed files with 7 additions and 2 deletions

View File

@ -12,8 +12,13 @@ class Xpdf <Formula
end
def patches
# latest security patch
["ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl3.patch"]
# security patches, applied sequentially
[
"ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl1.patch",
"ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl2.patch",
"ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl3.patch",
"ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl4.patch"
]
end
end