diff options
author | Karel Kočí <cynerd@email.cz> | 2018-08-12 19:18:07 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-08-12 19:18:07 +0200 |
commit | a2111307ea7c50b0b77f0fb725bc9abc3aecbdd6 (patch) | |
tree | 4205ef16e3fcb03e1b03ce963ac403389791a203 /net-misc/vde/files/vde-2.3.2-format-security.patch | |
parent | 6ab2ede60dd64987ba50a8a7163699c938595167 (diff) | |
download | gentoo-personal-overlay-a2111307ea7c50b0b77f0fb725bc9abc3aecbdd6.tar.gz gentoo-personal-overlay-a2111307ea7c50b0b77f0fb725bc9abc3aecbdd6.tar.bz2 gentoo-personal-overlay-a2111307ea7c50b0b77f0fb725bc9abc3aecbdd6.zip |
Drop net-misc/vde
It is upstream package. But I seems to have done some hacking to it but
I have not idea why. Probably openssl 1.1 support and it seems to me
that I have not sent it to upstream. Let's see if I break something if I
remove it.
Diffstat (limited to 'net-misc/vde/files/vde-2.3.2-format-security.patch')
-rw-r--r-- | net-misc/vde/files/vde-2.3.2-format-security.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net-misc/vde/files/vde-2.3.2-format-security.patch b/net-misc/vde/files/vde-2.3.2-format-security.patch deleted file mode 100644 index d1cfaa5..0000000 --- a/net-misc/vde/files/vde-2.3.2-format-security.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/src/common/cmdparse.c 2017-09-20 18:47:31.662856695 -0400 -+++ b/src/common/cmdparse.c 2017-09-20 18:48:54.008852141 -0400 -@@ -284,13 +284,13 @@ - int i; - for (i=0;i<argc;i++) { - if (i) fprintf(mf," "); -- fprintf(mf,argv[i]); -+ fprintf(mf,"%s",argv[i]); - } - } else { - int num=atoi(t); - while (*t >='0' && *t <= '9') t++; - if (num < argc) -- fprintf(mf,argv[num]); -+ fprintf(mf,"%s",argv[num]); - } - } else - fprintf(mf,"%c",*t); |