diff --git a/package/x11/gv/CVE-2006-5864.patch b/package/x11/gv/CVE-2006-5864.patch deleted file mode 100644 index 55454aad0..000000000 --- a/package/x11/gv/CVE-2006-5864.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- ./src/ps.c.sec2 2006-11-09 17:31:34.000000000 +0000 -+++ ./src/ps.c 2006-11-09 17:37:07.000000000 +0000 -@@ -1423,6 +1423,8 @@ - quoted=1; - line++; - while (*line && !(*line == ')' && level == 0 )) { -+ if (cp - text >= PSLINELENGTH - 2) -+ break; - if (*line == '\\') { - if (*(line+1) == 'n') { - *cp++ = '\n'; -@@ -1477,8 +1479,11 @@ - } - } - } else { -- while (*line && !(*line == ' ' || *line == '\t' || *line == '\n')) -+ while (*line && !(*line == ' ' || *line == '\t' || *line == '\n')) { -+ if (cp - text >= PSLINELENGTH - 2) -+ break; - *cp++ = *line++; -+ } - } - *cp = '\0'; - if (next_char) *next_char = line; diff --git a/package/x11/gv/gv.desc b/package/x11/gv/gv.desc index fae44b715..01821078e 100644 --- a/package/x11/gv/gv.desc +++ b/package/x11/gv/gv.desc @@ -36,8 +36,8 @@ [L] GPL [S] Stable -[V] 3.6.2 +[V] 3.6.3 [P] X --?--5---9 162.900 -[D] 354645246 gv-3.6.2.tar.gz http://ftp.gnu.org/gnu/gv/ +[D] 2387515476 gv-3.6.3.tar.gz http://ftp.gnu.org/gnu/gv/