diff options
| author | Julien "shaddai" Reveret | 2015-04-28 15:28:47 +0200 |
|---|---|---|
| committer | Julien "shaddai" Reveret | 2015-04-28 15:28:47 +0200 |
| commit | 94541be7c1083a13ba620f3d94ab899f81bab1b3 (patch) | |
| tree | 6796cd306284ff1d0ed7b55b4d78112bb02daed8 /package/debian | |
| parent | 3ac218cb3a4b33cc2d9a98860ed87480a307169e (diff) | |
new dependency, postinst added
Diffstat (limited to 'package/debian')
| -rw-r--r-- | package/debian/changelog | 7 | ||||
| -rw-r--r-- | package/debian/control | 6 | ||||
| -rw-r--r-- | package/debian/nbs-phpmalwarefinder.install | 2 |
3 files changed, 11 insertions, 4 deletions
diff --git a/package/debian/changelog b/package/debian/changelog index 9007528..2489d7a 100644 --- a/package/debian/changelog +++ b/package/debian/changelog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | nbs-phpmalwarefinder (0.1.1-1~deb##version+nbs20150428) wheezy; urgency=medium | ||
| 2 | |||
| 3 | * new dependecy on util-linux since the script is using ionice | ||
| 4 | * postinst script added to create diff folder | ||
| 5 | |||
| 6 | -- jre <jre@nbs-system.com> Tue, 28 Apr 2015 15:07:12 +0200 | ||
| 7 | |||
| 1 | nbs-phpmalwarefinder (0.1.1-1~deb##version+nbs20150414) wheezy; urgency=medium | 8 | nbs-phpmalwarefinder (0.1.1-1~deb##version+nbs20150414) wheezy; urgency=medium |
| 2 | 9 | ||
| 3 | * new signature to detect malware in footer and header | 10 | * new signature to detect malware in footer and header |
diff --git a/package/debian/control b/package/debian/control index 799848e..951d2b8 100644 --- a/package/debian/control +++ b/package/debian/control | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | Source: nbs-phpmalwarefinder | 1 | Source: nbs-phpmalwarefinder |
| 2 | Section: utils | 2 | Section: utils |
| 3 | Version: 1:0.1.1-1~deb##version+nbs20150414 | 3 | Version: 1:0.1.1-1~deb##version+nbs20150428 |
| 4 | Priority: optional | 4 | Priority: optional |
| 5 | Maintainer: Security team <secu@nbs-system.com> | 5 | Maintainer: Security team <secu@nbs-system.com> |
| 6 | Build-Depends: debhelper (>= 8) | 6 | Build-Depends: debhelper (>= 8) |
| @@ -10,6 +10,6 @@ Vcs-Browser: gitlab.nbs-system.com:packages/php-malware-finder.git | |||
| 10 | 10 | ||
| 11 | Package: nbs-phpmalwarefinder | 11 | Package: nbs-phpmalwarefinder |
| 12 | Architecture: any | 12 | Architecture: any |
| 13 | Depends: nbs-yara | 13 | Depends: nbs-yara, util-linux |
| 14 | Description: yara-based php webshell finder | 14 | Description: yara-based php webshell finder |
| 15 | PhpMalwareFinder is a webshell hunter using yara and signatures. | 15 | PhpMalwareFinder is a webshell hunter using yara and signatures. |
diff --git a/package/debian/nbs-phpmalwarefinder.install b/package/debian/nbs-phpmalwarefinder.install index 82f2fa2..0b9440a 100644 --- a/package/debian/nbs-phpmalwarefinder.install +++ b/package/debian/nbs-phpmalwarefinder.install | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | debian/build/malwares.yara etc/phpmalwarefinder | 1 | debian/build/malwares.yara etc/phpmalwarefinder |
| 2 | debian/build/phpmalwarefinder usr/bin/ \ No newline at end of file | 2 | debian/build/phpmalwarefinder usr/bin/ |
