diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-09-20 07:33:20 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-09-20 07:33:20 +0000 |
commit | f025b838e67c696a3de58d6d7d1b4981cb2ffe43 (patch) | |
tree | a3d4c336b5bc71be7bf030c374a5d83663476eb6 /graphics/tiff/files/patch-tiff2pdf.1 | |
parent | - Update to 2.2.6 (diff) |
- add Security patches
- fix missign macro in manpages
- add regression test
Security: CVE-2006-2193
Security: CVE-2006-2327
Security: CVE-2006-2656
Security: CVE-2006-3459
Security: CVE-2006-3460
Security: CVE-2006-3461
Security: CVE-2006-3462
Security: CVE-2006-3463
Security: CVE-2006-3464
Security: CVE-2006-3465
Security: CVE-2008-2327
PR: 127434
Submitted by: <bf2006a@yahoo.com>
Obtained From: Gentoo,Debian
Approved by: portmgr (marcus)
Diffstat (limited to 'graphics/tiff/files/patch-tiff2pdf.1')
-rw-r--r-- | graphics/tiff/files/patch-tiff2pdf.1 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/tiff/files/patch-tiff2pdf.1 b/graphics/tiff/files/patch-tiff2pdf.1 new file mode 100644 index 000000000000..2a081a39e2e8 --- /dev/null +++ b/graphics/tiff/files/patch-tiff2pdf.1 @@ -0,0 +1,34 @@ +--- man/tiff2pdf.1.orig 2008-08-17 13:03:49.046994376 -0400 ++++ man/tiff2pdf.1 2008-08-17 13:03:52.522727821 -0400 +@@ -207,18 +207,14 @@ + The following example would generate the file output.pdf from input.tiff. + .PP + .RS +-.NF +-tiff2pdf -o output.pdf input.tiff +-.FI ++\f(CWtiff2pdf -o output.pdf input.tiff\fP + .RE + .PP + The following example would generate PDF output from input.tiff and write it + to standard output. + .PP + .RS +-.NF +-tiff2pdf input.tiff +-.FI ++\f(CWtiff2pdf input.tiff\fP + .RE + .PP + The following example would generate the file output.pdf from input.tiff, +@@ -227,9 +223,7 @@ + the "Fit Window" option. + .PP + .RS +-.NF +-tiff2pdf -p letter -j -q 75 -t "Document" -f -o output.pdf input.tiff +-.FI ++\f(CWtiff2pdf -p letter -j -q 75 -t "Document" -f -o output.pdf input.tiff\f) + .RE + .SH BUGS + Please report bugs via the web interface at |