]> git.pld-linux.org Git - packages/wget.git/blame - wget-home_etc.patch
- updated to 1.20.3 (solves CVE-2019-5953)
[packages/wget.git] / wget-home_etc.patch
CommitLineData
8c0087a8 1diff -Nru wget-1.8.2.orig/src/init.c wget-1.8.2/src/init.c
2--- wget-1.8.2.orig/src/init.c Sat Mar 1 12:06:06 2003
3+++ wget-1.8.2/src/init.c Mon Nov 3 10:31:43 2003
52d7144f
AM
4@@ -354,6 +354,7 @@
5 static char buf[PATH_MAX];
6 static char *home;
8c0087a8 7
52d7144f
AM
8+ home = getenv("HOME_ETC");
9 if (!home)
8c0087a8 10 {
52d7144f
AM
11 home = getenv ("HOME");
12
This page took 0.037238 seconds and 4 git commands to generate.