diff options
author | TBK <tbk@jjtc.eu> | 2020-02-24 21:15:36 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-24 17:29:37 -0300 |
commit | ff0ba778a6651a6d66c94171e62dd4644c239039 (patch) | |
tree | 1f7a224334d7f3544be1b764a6cdf24e87a16623 /main/cvs/cvs-1.12.12-rcs2log-coreutils.patch | |
parent | 90e64b894c1cd230b23b58685d08c4d4334c68e8 (diff) | |
download | aports-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-1.12.12-rcs2log-coreutils.patch')
-rw-r--r-- | main/cvs/cvs-1.12.12-rcs2log-coreutils.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main/cvs/cvs-1.12.12-rcs2log-coreutils.patch b/main/cvs/cvs-1.12.12-rcs2log-coreutils.patch new file mode 100644 index 0000000000..7dda3f0f17 --- /dev/null +++ b/main/cvs/cvs-1.12.12-rcs2log-coreutils.patch @@ -0,0 +1,14 @@ +X-Gentoo-bug: 144114 + +diff -Nuar cvs-1.12.12.orig/contrib/rcs2log.sh cvs-1.12.12/contrib/rcs2log.sh +--- cvs-1.12.12.orig/contrib/rcs2log.sh 2003-02-25 21:32:51.000000000 +0000 ++++ cvs-1.12.12/contrib/rcs2log.sh 2010-12-06 21:14:33.831532212 +0000 +@@ -620,7 +620,7 @@ + # Sort the log entries, first by date+time (in reverse order), + # then by author, then by log entry, and finally by file name and revision + # (just in case). +-sort -t"$SOH" +2 -4r +4 +0 | ++sort -t"$SOH" -k 3,4r -k 5 -k 1,2 | + + # Finally, reformat the sorted log entries. + $AWK -F"$SOH" ' |