aboutsummaryrefslogtreecommitdiffstats
path: root/main/cvs/cvs-musl.patch
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-02-24 21:15:36 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-24 17:29:37 -0300
commitff0ba778a6651a6d66c94171e62dd4644c239039 (patch)
tree1f7a224334d7f3544be1b764a6cdf24e87a16623 /main/cvs/cvs-musl.patch
parent90e64b894c1cd230b23b58685d08c4d4334c68e8 (diff)
downloadaports-ff0ba778a6651a6d66c94171e62dd4644c239039.tar.bz2
aports-ff0ba778a6651a6d66c94171e62dd4644c239039.tar.xz
main/cvs: security upgrade to 1.12.12
Most distros uses 1.12.13 (https://repology.org/project/cvs/versions) but according to Gentoo it is usable, so following Gentoo (https://bugs.gentoo.org/124733) 1.12.12 is the way forward. CVEs: * CVE-2010-3846 - https://bugzilla.redhat.com/show_bug.cgi?id=642146 * CVE-2012-0804 - https://security-tracker.debian.org/tracker/CVE-2012-0804 * CVE-2017-12836 - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871810#10
Diffstat (limited to 'main/cvs/cvs-musl.patch')
-rw-r--r--main/cvs/cvs-musl.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/main/cvs/cvs-musl.patch b/main/cvs/cvs-musl.patch
deleted file mode 100644
index 313377dbdd..0000000000
--- a/main/cvs/cvs-musl.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- cvs-1.11.23.org/lib/getline.h 2013-09-16 18:28:13.026099577 +0000
-+++ cvs-1.11.23/lib/getline.h 2013-09-16 18:44:33.356064387 +0000
-@@ -12,8 +12,6 @@
- #define GETLINE_NO_LIMIT -1
-
- int
-- getline __PROTO ((char **_lineptr, size_t *_n, FILE *_stream));
--int
- getline_safe __PROTO ((char **_lineptr, size_t *_n, FILE *_stream,
- int limit));
- int
---- cvs-1.11.23.org/lib/getline.c 2013-09-16 18:28:13.021099577 +0000
-+++ cvs-1.11.23/lib/getline.c 2013-09-16 18:45:14.463062911 +0000
-@@ -154,12 +154,7 @@
- return ret;
- }
-
--int
--getline (lineptr, n, stream)
-- char **lineptr;
-- size_t *n;
-- FILE *stream;
--{
-+ssize_t getline(char ** lineptr, size_t * n, FILE *stream) {
- return getstr (lineptr, n, stream, '\n', 0, GETLINE_NO_LIMIT);
- }
-