diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-05 10:22:59 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-05 10:46:38 +0100 |
commit | 5a79ac80407d30eb70e522839252bf3b27fc59bd (patch) | |
tree | b694c26ccaafa09c696888b0d497bc8a778ff6a1 /recipes/gpdf/files/gpdf-2.10.0-gcc4-2.patch | |
parent | f3bf0f5e55a48dfb5ac34e750433a838c62e5dda (diff) |
gpdf: Remove all gpdf recipes from the repository
* gpdf contains an embedded copy of xpdf which has had several
security issues in the past.
* gpdf is not maintained for some years and the xpdf copy is not
updated.
* Remove the gpdf checksums and PREFERRED_VERSIONS
* Remove it from tasks and such.
Diffstat (limited to 'recipes/gpdf/files/gpdf-2.10.0-gcc4-2.patch')
-rw-r--r-- | recipes/gpdf/files/gpdf-2.10.0-gcc4-2.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes/gpdf/files/gpdf-2.10.0-gcc4-2.patch b/recipes/gpdf/files/gpdf-2.10.0-gcc4-2.patch deleted file mode 100644 index d45becb346..0000000000 --- a/recipes/gpdf/files/gpdf-2.10.0-gcc4-2.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -Naur gpdf-2.10.0.orig/xpdf/TextOutputDev.h gpdf-2.10.0/xpdf/TextOutputDev.h ---- gpdf-2.10.0.orig/xpdf/TextOutputDev.h 2005-08-23 21:59:57.000000000 +0000 -+++ gpdf-2.10.0/xpdf/TextOutputDev.h 2005-08-23 22:00:10.000000000 +0000 -@@ -166,6 +166,8 @@ - // TextLine - //------------------------------------------------------------------------ - -+class TextBlock; -+ - class TextLine { - public: - -@@ -223,6 +225,8 @@ - // TextBlock - //------------------------------------------------------------------------ - -+class TextPage; -+ - class TextBlock { - public: - -@@ -342,6 +346,8 @@ - // TextPage - //------------------------------------------------------------------------ - -+class TextLineFrag; -+ - class TextPage { - public: - |