summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tripwire: Fix build issue for armebjethroArmin Kuster2016-05-172-0/+19
| | | | | | | add config parama for armeb Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Armin Kuster <akuster@mvista.com>
* suricata: update to version 2.0.9Armin Kuster2015-11-021-0/+0
| | | | | | | | | | | | | | | | | | Changes Bug #1558: stream: retransmission not detected (2.0.x) Bug #1550: Segmentation Fault at detect-engine-content-inspection.c:438 Bug #1564: defrag: evasion issue Bug #1431: stream: last_ack update issue leading to stream gaps (2.0.x) Bug #1483: 2.0.x backport: Leading whitespace in flowbits variable names Bug #1490: http_host payload validation erroring on uppercase PCRE metacharacters Bug #1501: 2.0.x backport: Add HUP coverage to output json-log Bug #1510: 2.0.x: address var parsing issue Bug #1513: stream_size <= and >= modifiers function as < and > (equality is not functional) (2.0.x) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libhtp: update to version 0.5.18Armin Kuster2015-11-022-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes This is a minor bug-fix release: - Fixed [#120] Trigger request line parsing on incomplete request [Victor Julien] - Fixed [#119] Fix uninitialized htp_tx_t::is_last value in in htp_tx_res_process_body_data_ex() [Fedor Sakharov] - Fixed [#118] Coverity-identified missing break in switch [Sam Baskinger] - Fixed [#117] Coverity-identified issue of not checking malloc() return value [Sam Baskinger] - Fixed [#116] Fix coverity-identified leaked file descriptors in unit test [Sam Baskinger] - Fixed [#113] fix pkgconfig include dir [Eric Leblond] - Fixed [#111] Connect plain http [Victor Julien] - Fixed [#105] Do not invoke callbacks in htp_req_run_hook_body_data() when there is no tx running. [Sam Baskinger] - Fixed [#104] Modifiying HTTP methods to be rfc3253 compliant [Andreas Moe] - Fixed [#103] Fixes [Victor Julien] - Fixed [#101] Make including the autoconf config header safer [Brian Rectanus] Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ccs-tools: update to 1.8.4Armin Kuster2015-11-021-4/+5
| | | | | | change LIC_CHKSUM to COPYING.css where the license statement resides. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ccs-patch: Add ccs kernel patchesArmin Kuster2015-11-027-0/+20627
| | | | | | add 4.1 kernel support for css Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Fix an error when samhain -t checkLi Xin2015-11-022-1/+3
| | | | | | | | | | Fixes an error when "samhain -t check" is executed. The error is like this: 'ERROR: msg=<Record with bad version number in file signature database>, subroutine=<sh_dbIO_getdataent>, path=<(null)>' Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain: update to 4.1.0Armin Kuster2015-11-023-2/+2
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* clamav: Update source mirrorIoan-Adrian Ratiu2015-10-081-1/+1
| | | | | | | | The source archive was deleted from the debian mirror; get it from launchpad for now Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nmap: fix build issue.Armin Kuster2015-10-081-4/+2
| | | | | | | | | | ncat/ncat_lua.c:174: undefined reference to `lua_remove' ncat/ncat_lua.c:167: undefined reference to `lua_insert' use internal lua support Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libseccomp: update to latestArmin Kuster2015-10-081-14/+2
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* paxctl: add new recipeJagadeesh Krishnanjanappa2015-10-081-0/+20
| | | | | | | | | | | | paxctl is a tool that allows PaX flags to be modified on a per-binary basis. PaX is part of common security-enhancing kernel patches and secure distributions, such as GrSecurity or Adamantix and Hardened Gen- too, respectively. Your system needs to be running a properly patched and configured kernel for this program to have any effect. Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain-client: update to 4.0.0Armin Kuster2015-10-084-38/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tripwire: Fix path to nano in default twcfg.txtHaris Okanovic2015-08-311-1/+1
| | | | | | | | | | Nano is installed under /usr/bin/, not /bin/. Installed Tripwire on a Fido image and successfully ran `tripwire --update` to invoke text editor. Signed-off-by: Haris Okanovic <haris.okanovic@ni.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Corrects a typing error.Thomas Perrot2015-08-111-1/+1
| | | | | Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain-server: fix build warnBian Naimeng2015-07-201-1/+1
| | | | | | | WARNING: QA Issue: /etc/init.d/samhain-server_samhain-server contained in package samhain-server requires /bin/bash, but no providers found in its RDEPENDS [file-rdeps] Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* afflib: fix new build issueArmin Kuster2015-07-201-4/+4
| | | | | | cleanup PACKAGECONFIG Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libewf: update hashsArmin Kuster2015-06-251-2/+2
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* scapy: add new packageArmin Kuster2015-06-251-0/+17
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pycrypto: add new packageArmin Kuster2015-06-252-0/+56
| | | | | | | | adding crypto package for use by scampy. I will remove once it is moved to meta-python Signed-off-by: Armin Kuster <akuster808@gmail.com>
* aircrack-ng: add new packageArmin Kuster2015-06-252-0/+65
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libewf: update to version 20140608Armin Kuster2015-06-252-3/+23
| | | | | | | | drop ubuntu patches, never used them. Fix GCC 5.0 build. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* suricata: package update to 2.0.8Armin Kuster2015-06-251-3/+3
| | | | | | | | includes security fix CVE-2015-0971 include nss and nspr to build Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libhtp: update to use suricata 2.0.8Armin Kuster2015-06-252-4/+5
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* suricata: Fix QA warningsArmin Kuster2015-05-101-0/+2
| | | | | | | WARNING: QA Issue: suricata rdepends on nspr, but it isn't a build dependency? [build-deps] WARNING: QA Issue: suricata rdepends on nss, but it isn't a build dependency? [build-deps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libseccomp: add testsArmin Kuster2015-04-154-1/+55
| | | | | | | update busybox for extend head option for test suite remove seq -f option as it is not supported buy busybox Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libseccomp: add ppc supportArmin Kuster2015-04-1512-4/+2836
| | | | | | backport ppc patches Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samhain: update client and server to 3.1.5Armin Kuster2015-04-153-3/+3
| | | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> fix missing bash depends in server recipe
* clamav: fix ncurses configure optionHugo Vasconcelos Saldanha2015-04-091-1/+1
| | | | | Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libmspack: update to version 0.5Hugo Vasconcelos Saldanha2015-04-091-2/+2
| | | | | | | SRC_URI to version 0.4 was broken. Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* suricata: update to 2.0.7Armin Kuster2015-03-207-4/+6
| | | | | | | | this includes CVE-2015-0928 moved patches and files to more generic dir name Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libseccomp: update to version 2.2.0Armin Kuster2015-03-202-37/+23
| | | | | | | | | | | | | | | | | License is now LGPL sources come from github now dropped patches since alt solutions included now. Changes in the 2.2.0 release include: * Migrated the build system to autotools * Added support for the aarch64 architecture * Added support for the mips, mips64, and mips64n32 architectures * Added support for the new seccomp() syscall and thread sync * Added Python bindings * Updated the internal syscall tables to Linux v3.19 Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tomoyo: fix typos in scc fileArmin Kuster2015-03-201-2/+2
| | | | | | thanks to rday for pointing it out. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tripwire: Add aarch64 support to config.subArmin Kuster2015-02-142-0/+30
| | | | | | this fixes a build issue on arm64. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nmap: add aarch64 config supportArmin Kuster2015-02-142-1/+30
| | | | | | allow nmap to build for arm64 qemu machine. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libcap-ng: remove from layerArmin Kuster2015-02-132-76/+0
| | | | | | this package is not in meta-oe Signed-off-by: Armin Kuster <akuster808@gmail.com>
* sleuth: add sleuthkitArmin Kuster2015-02-132-0/+51
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libewf: add packageArmin Kuster2015-02-131-0/+26
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* afflib: new packageArmin Kuster2015-02-132-0/+48
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* suricata: update to 2.0.6Armin Kuster2015-02-137-23/+47
| | | | | | | fix new build issues with pcap-config cleanup configure selection Signed-off-by: Armin Kuster <akuster808@gmail.com>
* suricata: add new ids and pds engine for meta-securityArmin Kuster2015-02-134-0/+1426
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libhtp: add support lib for suricataArmin Kuster2015-02-132-0/+20
| | | | | | include common inc file Signed-off-by: Armin Kuster <akuster808@gmail.com>
* README: update layer informationArmin Kuster2015-02-131-0/+7
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* layer conf: update to include meta-networkingArmin Kuster2015-02-131-1/+1
| | | | | | suricata needs a package in meta-networking Signed-off-by: Armin Kuster <akuster808@gmail.com>
* packagegroup: remove libseccompArmin Kuster2015-02-131-1/+0
| | | | | | | libseccomp now includes COMPATIBLE_HOST so it will also negate the packagegroup Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libseccomp: add COMPATIBLE_HOSTArmin Kuster2015-02-131-0/+3
| | | | | | don't build for ppc, ppc64, mips or aarch64 Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nmap: fix QA issueArmin Kuster2015-02-012-50/+48
| | | | | | | | | | WARNING: QA Issue: nmap requires /usr/bin/python, but no providers in its RDEPENDS [file-rdeps] move nmap.inc back into recipe colapse ${BPN}-${PV} to ${BP} Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nmap: update to version 6.47Armin Kuster2015-02-012-7/+11
| | | | | | | | | for list of changes see: http://seclists.org/nmap-dev/2014/q3/335 use nmap.inc to house most code. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* clamav: remove interal libmspackArmin Kuster2015-02-011-11/+8
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* clamav: updated recipedArmin Kuster2015-02-0127-0/+63361
| | | | | | | | added packaged define and init scripts. patches are all debian Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libmspack: add new packageArmin Kuster2015-02-011-0/+16
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>