FreeBSD Bugzilla – Attachment 183267 Details for
Bug 219825
security/rkhunter: Remove www/wget dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff -rN
rkhunter.diff (text/plain), 1.16 KB, created by
Helge Oldach
on 2017-06-06 16:36:33 UTC
(
hide
)
Description:
diff -rN
Filename:
MIME Type:
Creator:
Helge Oldach
Created:
2017-06-06 16:36:33 UTC
Size:
1.16 KB
patch
obsolete
>diff -rN /mnt/usr/ports/security/rkhunter/files/patch-files-rkhunter ./files/patch-files-rkhunter >0a1,21 >> --- files/rkhunter.orig 2014-03-12 21:54:55.000000000 +0100 >> +++ files/rkhunter 2017-06-06 13:46:43.292559000 +0200 >> @@ -7275,6 +7275,9 @@ >> rm -f "${OUTPUT_FILE}" >/dev/null 2>&1 >> >> case "${RKHWEBCMD_BASE}" in >> + fetch) >> + CMD="${RKHWEBCMD} ${RKHWEBCMD_OPTS} -q -o \"${OUTPUT_FILE}\" ${MIRROR}${URL} 2>/dev/null" >> + ;; >> wget) >> CMD="${RKHWEBCMD} ${RKHWEBCMD_OPTS} -q -O \"${OUTPUT_FILE}\" ${MIRROR}${URL} 2>/dev/null" >> ;; >> @@ -18557,7 +18560,7 @@ >> # List of commands used to download files from the web. This list is >> # used by the '--update' and '--versioncheck' options. Preferred commands >> # are listed first. This can be overridden by the config file. >> -WEBCMDLIST="wget curl elinks links lynx bget GET" >> +WEBCMDLIST="fetch wget curl elinks links lynx bget GET" >> >> RKHWEBCMD="" >> RKHWEBCMD_OPTS="" >diff -rN /mnt/usr/ports/security/rkhunter/Makefile ./Makefile >18,19c18 >< RUN_DEPENDS+= p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ >< ${LOCALBASE}/bin/wget:ftp/wget >--- >> RUN_DEPENDS+= p5-Digest-SHA1>=0:security/p5-Digest-SHA1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 219825
:
183267
|
183461