diff options
Diffstat (limited to 'dev-vcs/cvs/files')
-rw-r--r-- | dev-vcs/cvs/files/cvs-1.12.12-getdelim.patch | 2 | ||||
-rw-r--r-- | dev-vcs/cvs/files/cvs-1.12.13.1-fix-gnulib-SEGV-vasnprintf.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/cvs/files/cvs-1.12.12-getdelim.patch b/dev-vcs/cvs/files/cvs-1.12.12-getdelim.patch index d27bcc04a681..04eb03ab600d 100644 --- a/dev-vcs/cvs/files/cvs-1.12.12-getdelim.patch +++ b/dev-vcs/cvs/files/cvs-1.12.12-getdelim.patch @@ -2,7 +2,7 @@ The function getdelim() behaves slightly different on FreeBSD, only appending to the *line buffer if line_size is 0. See: -http://savannah.nongnu.org/bugs/?29466 +https://savannah.nongnu.org/bugs/?29466 http://bugs.gentoo.org/314791 Already comitted upstream: diff --git a/dev-vcs/cvs/files/cvs-1.12.13.1-fix-gnulib-SEGV-vasnprintf.patch b/dev-vcs/cvs/files/cvs-1.12.13.1-fix-gnulib-SEGV-vasnprintf.patch index 4554b9ac912a..1dbaa51ec4c9 100644 --- a/dev-vcs/cvs/files/cvs-1.12.13.1-fix-gnulib-SEGV-vasnprintf.patch +++ b/dev-vcs/cvs/files/cvs-1.12.13.1-fix-gnulib-SEGV-vasnprintf.patch @@ -2,7 +2,7 @@ Attemt to use CVS leads to glibc crash: $ cvs up *** %n in writable segment detected *** -Fixes: http://savannah.nongnu.org/bugs/?35432 +Fixes: https://savannah.nongnu.org/bugs/?35432 Upstream gnulib commit: From 913c09becd9df89dbd9b9f386e7f35c240d5efe8 Mon Sep 17 00:00:00 2001 |