pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
php-malware-finder : fixed samples directory location.
Module Name: pkgsrc-wip
Committed By: Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By: nils
Date: Tue Aug 9 09:14:01 2016 +0200
Changeset: 4cf12dabc3a8dac26bba6fbcd37b7c36fcde40b8
Modified Files:
php-malware-finder/Makefile
php-malware-finder/PLIST
Log Message:
php-malware-finder : fixed samples directory location.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4cf12dabc3a8dac26bba6fbcd37b7c36fcde40b8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
php-malware-finder/Makefile | 2 +-
php-malware-finder/PLIST | 43 +++++++++++++++++++++++--------------------
2 files changed, 24 insertions(+), 21 deletions(-)
diffs:
diff --git a/php-malware-finder/Makefile b/php-malware-finder/Makefile
index 641b109..d7ef3d8 100644
--- a/php-malware-finder/Makefile
+++ b/php-malware-finder/Makefile
@@ -60,6 +60,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/php-malware-finder/utils/mass_whitelist.py ${DESTDIR}${PREFIX}/share/php-malware-finder/utils/
${INSTALL_DATA} ${WRKSRC}/php-malware-finder/LICENSE ${DESTDIR}${PREFIX}/${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/${DOCDIR}
- cd ${WRKSRC}/php-malware-finder/samples && pax -rw -pm . ${DESTDIR}${PREFIX}/share/samples/
+ cd ${WRKSRC}/php-malware-finder/samples && pax -rw -pm . ${DESTDIR}${PREFIX}/share/php-malware-finder/samples
.include "../../mk/bsd.pkg.mk"
diff --git a/php-malware-finder/PLIST b/php-malware-finder/PLIST
index bad6552..3457f4c 100644
--- a/php-malware-finder/PLIST
+++ b/php-malware-finder/PLIST
@@ -14,26 +14,29 @@ share/examples/php-malware-finder/whitelists/phpmyadmin.yar
share/examples/php-malware-finder/whitelists/prestashop.yar
share/examples/php-malware-finder/whitelists/symfony.yar
share/examples/php-malware-finder/whitelists/wordpress.yar
+share/php-malware-finder/samples/artificial/bypasses.php
+share/php-malware-finder/samples/artificial/dodgy.php
+share/php-malware-finder/samples/artificial/obfuscated.php
+share/php-malware-finder/samples/classic/ajaxshell.php
+share/php-malware-finder/samples/classic/angel.php
+share/php-malware-finder/samples/classic/b374k.php
+share/php-malware-finder/samples/classic/c100.php
+share/php-malware-finder/samples/classic/c99.php
+share/php-malware-finder/samples/classic/cmdasp.asp
+share/php-malware-finder/samples/classic/cyb3rsh3ll.php
+share/php-malware-finder/samples/classic/r57.php
+share/php-malware-finder/samples/classic/simattacker.php
+share/php-malware-finder/samples/classic/sosyete.php
+share/php-malware-finder/samples/cpanel.php
+share/php-malware-finder/samples/freepbx.php
+share/php-malware-finder/samples/obfuscators/cipher_design.php
+share/php-malware-finder/samples/obfuscators/online_php_obfuscator.php
+share/php-malware-finder/samples/obfuscators/phpencode.php
+share/php-malware-finder/samples/real/sucuri_2014_04.php
share/php-malware-finder/utils/generate_whitelist.py
share/php-malware-finder/utils/mass_whitelist.py
-share/samples/artificial/bypasses.php
-share/samples/artificial/dodgy.php
-share/samples/artificial/obfuscated.php
-share/samples/classic/ajaxshell.php
-share/samples/classic/angel.php
-share/samples/classic/b374k.php
-share/samples/classic/c100.php
-share/samples/classic/c99.php
-share/samples/classic/cmdasp.asp
-share/samples/classic/cyb3rsh3ll.php
-share/samples/classic/r57.php
-share/samples/classic/simattacker.php
-share/samples/classic/sosyete.php
-share/samples/cpanel.php
-share/samples/freepbx.php
-share/samples/obfuscators/cipher_design.php
-share/samples/obfuscators/online_php_obfuscator.php
-share/samples/obfuscators/phpencode.php
-share/samples/real/sucuri_2014_04.php
-@pkgdir share/php-malware-finder/samples
+@pkgdir share/samples/real
+@pkgdir share/samples/obfuscators
+@pkgdir share/samples/classic
+@pkgdir share/samples/artificial
@pkgdir etc/phpmalwarefinder/whitelists
Home |
Main Index |
Thread Index |
Old Index