aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authoralf2010-04-13 16:16:18 +0100
committerAdam Vandenberg2010-04-13 09:07:50 -0700
commitbcd77aac12341f441935d3944745fd237e073462 (patch)
tree03fdb71f763e66aa797587d1be9d71382533c1a5 /Library/Formula
parentc76eda53025862c719dffffed09672867c9abc77 (diff)
downloadhomebrew-bcd77aac12341f441935d3944745fd237e073462.tar.bz2
added all security patches for xpdf 3.02 to the formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xpdf.rb9
1 files changed, 7 insertions, 2 deletions
diff --git a/Library/Formula/xpdf.rb b/Library/Formula/xpdf.rb
index db459ba8d..8db23031c 100644
--- a/Library/Formula/xpdf.rb
+++ b/Library/Formula/xpdf.rb
@@ -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 \ No newline at end of file