FreeBSD Bugzilla – Attachment 200169 Details for
Bug 227837
security/rkhunter: Update to 1.4.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 1.4.6, install passwd, group and i18n files as samples
svn-diff-rkhunter-1.4.6_v3.diff (text/plain), 2.83 KB, created by
Lukasz Wasikowski
on 2018-12-16 23:49:51 UTC
(
hide
)
Description:
Update to 1.4.6, install passwd, group and i18n files as samples
Filename:
MIME Type:
Creator:
Lukasz Wasikowski
Created:
2018-12-16 23:49:51 UTC
Size:
2.83 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 487592) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= rkhunter >-PORTVERSION= 1.4.4 >+PORTVERSION= 1.4.6 > CATEGORIES= security > MASTER_SITES= SF > >@@ -49,4 +49,8 @@ > ${INSTALL_DATA} -m 640 ${WRKSRC}/files/programs_bad.dat ${STAGEDIR}${PREFIX}/var/lib/${PORTNAME}/db/programs_bad.dat.sample > ${INSTALL_DATA} -m 640 ${WRKSRC}/files/mirrors.dat ${STAGEDIR}${PREFIX}/var/lib/${PORTNAME}/db/mirrors.dat.sample > >+.for f in cn de en tr tr.utf8 zh zh.utf8 ja >+ ${INSTALL_DATA} -m 640 ${WRKSRC}/files/i18n/${f} ${STAGEDIR}${PREFIX}/var/lib/${PORTNAME}/db/i18n/${f}.sample >+.endfor >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 487592) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1499895990 >-SHA256 (rkhunter-1.4.4.tar.gz) = a8807c83f9f325312df05aa215fa75ad697c7a16163175363c2066baa26dda77 >-SIZE (rkhunter-1.4.4.tar.gz) = 297626 >+TIMESTAMP = 1539368101 >+SHA256 (rkhunter-1.4.6.tar.gz) = f750aa3e22f839b637a073647510d7aa3adf7496e21f3c875b7a368c71d37487 >+SIZE (rkhunter-1.4.6.tar.gz) = 302137 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 487592) >+++ pkg-plist (working copy) >@@ -7,14 +7,14 @@ > lib/rkhunter/scripts/stat.pl > man/man8/rkhunter.8.gz > var/lib/rkhunter/db/backdoorports.dat >-var/lib/rkhunter/db/i18n/cn >-var/lib/rkhunter/db/i18n/de >-var/lib/rkhunter/db/i18n/en >-var/lib/rkhunter/db/i18n/tr >-var/lib/rkhunter/db/i18n/tr.utf8 >-var/lib/rkhunter/db/i18n/zh >-var/lib/rkhunter/db/i18n/zh.utf8 >-var/lib/rkhunter/db/i18n/ja >+@sample var/lib/rkhunter/db/i18n/cn.sample >+@sample var/lib/rkhunter/db/i18n/de.sample >+@sample var/lib/rkhunter/db/i18n/en.sample >+@sample var/lib/rkhunter/db/i18n/tr.sample >+@sample var/lib/rkhunter/db/i18n/tr.utf8.sample >+@sample var/lib/rkhunter/db/i18n/zh.sample >+@sample var/lib/rkhunter/db/i18n/zh.utf8.sample >+@sample var/lib/rkhunter/db/i18n/ja.sample > @sample var/lib/rkhunter/db/mirrors.dat.sample > @sample var/lib/rkhunter/db/programs_bad.dat.sample > var/lib/rkhunter/db/signatures/RKH_BillGates.ldb >@@ -36,8 +36,10 @@ > var/lib/rkhunter/db/suspscan.dat > @postunexec rm -f %D/var/lib/rkhunter/db/rkhunter_prop_list.dat 2> /dev/null || true > @postunexec rm -f %D/var/lib/rkhunter/db/rkhunter.dat* 2> /dev/null || true >-var/lib/rkhunter/tmp/group >-var/lib/rkhunter/tmp/passwd >+@postexec cp /etc/passwd %D/var/lib/rkhunter/tmp/passwd 2> /dev/null || true >+@postunexec rm -f %D/var/lib/rkhunter/tmp/passwd 2> /dev/null || true >+@postexec cp /etc/group %D/var/lib/rkhunter/tmp/group 2> /dev/null || true >+@postunexec rm -f %D/var/lib/rkhunter/tmp/group 2> /dev/null || true > @dir(,,0750) lib/rkhunter/scripts > @dir(,,0750) lib/rkhunter > @dir(,,0750) var/lib/rkhunter/db/i18n
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:
lukasz
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 227837
:
198071
|
198176
| 200169