diff options
| -rw-r--r-- | Library/Formula/xpdf.rb | 9 |
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 |
