diff options
author | Felix Janda <felix.janda@posteo.de> | 2016-10-21 20:17:27 -0400 |
---|---|---|
committer | Felix Janda <felix.janda@posteo.de> | 2016-10-22 20:05:16 -0400 |
commit | a06f6c599f999a9ae9b1e7ca448712ebfb31ad5f (patch) | |
tree | 30ffa23f68f10619cad6de668316065c879d9b0f /dev-vcs/cvs/files/cvs-1.12.12-hash-nameclash.patch | |
parent | dev-vcs/qgit: x86 stable (diff) | |
download | gentoo-a06f6c599f999a9ae9b1e7ca448712ebfb31ad5f.tar.gz gentoo-a06f6c599f999a9ae9b1e7ca448712ebfb31ad5f.tar.bz2 gentoo-a06f6c599f999a9ae9b1e7ca448712ebfb31ad5f.zip |
dev-vcs/cvs: security fix, QA fix and musl compilation fix
* add patch for CVE-2012-0804 (#402593)
* respect AR (#440270)
* fix format-security (#520508)
* fix compilation with musl libc
* modernize ebuild
Gentoo-Bug: https://bugs.gentoo.org/402593
Gentoo-Bug: https://bugs.gentoo.org/440270
Gentoo-Bug: https://bugs.gentoo.org/520508
Diffstat (limited to 'dev-vcs/cvs/files/cvs-1.12.12-hash-nameclash.patch')
-rw-r--r-- | dev-vcs/cvs/files/cvs-1.12.12-hash-nameclash.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/cvs/files/cvs-1.12.12-hash-nameclash.patch b/dev-vcs/cvs/files/cvs-1.12.12-hash-nameclash.patch index 0a33eea873ff..95fd61e0a51a 100644 --- a/dev-vcs/cvs/files/cvs-1.12.12-hash-nameclash.patch +++ b/dev-vcs/cvs/files/cvs-1.12.12-hash-nameclash.patch @@ -1,8 +1,8 @@ http://cvs.savannah.gnu.org/viewvc/cvs/ccvs/src/hash.h?r1=1.14.6.2&r2=1.14.6.3&pathrev=cvs1-11-x-branch fixed in cvs-1.11.23, cvs-HEAD after cvs-1.12.13a ---- src/hash.h.orig 2005-02-01 22:56:48 +0100 -+++ src/hash.h 2010-03-10 19:00:11 +0100 +--- a/src/hash.h.orig 2005-02-01 22:56:48 +0100 ++++ b/src/hash.h 2010-03-10 19:00:11 +0100 @@ -27,26 +27,26 @@ }; typedef enum ntype Ntype; |