summaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* testing/py-flake8-quotes: new aportFabian Affolter2014-04-131-0/+41
| | | | | Extension for flake8 which lint for double quotes http://github.com/zheller/flake8-quotes/
* testing/py-flake8-blind-except: new aportFabian Affolter2014-04-131-0/+41
| | | | | Extension for flake8 which checks for blind except: statements https://github.com/elijahandrews/flake8-blind-except
* testing/py-flake8-docstrings: upgrade to 0.2.0Fabian Affolter2014-04-131-4/+4
|
* testing/py-sphinxcontrib-mercurial: new aportFabian Affolter2014-04-131-0/+41
| | | | | Sphinx mercurial extension http://bitbucket.org/cointoss1973/sphinxcontrib-mercurial
* testing/py-sphinxcontrib-git: new aportFabian Affolter2014-04-131-0/+41
| | | | | Sphinx git changelog extension https://github.com/OddBloke/sphinx-git
* testing/py-wbdata: new aportFabian Affolter2014-04-131-0/+41
| | | | | A library to access World Bank data https://github.com/oliversherouse/wbdata
* testing/py-itsdangerous: upgrade to 0.24Fabian Affolter2014-04-131-4/+4
|
* testing/docker: new aportEivind Uggedal2014-04-112-0/+86
|
* testing/go: new aportEivind Uggedal2014-04-114-0/+188
|
* testing/xf86-video-modesetting: upgrade to 0.8.1Natanael Copa2014-04-071-6/+6
|
* main/mailcap: moved from testingKaarle Ritvanen2014-04-041-36/+0
|
* /testing/openvswitch - version bump to 2.1.0Stuart Cardall2014-04-042-43/+5
| | | | | | Openvswitch version bump to 2.1.0 (from 2.0.1) Removed 8 byte patch no longer needed
* main/lua-ossl: moved from testingNatanael Copa2014-04-022-1804/+0
|
* testing/lua-ossl: backport fixes from upstream gitNatanael Copa2014-04-022-6/+1768
|
* testing/zfs-grsec: rebuild against kernel 3.13.8-r0Natanael Copa2014-04-021-1/+1
|
* testing/virtualbox-additions-grsec: rebuild against kernel 3.13.8-r0Natanael Copa2014-04-021-1/+1
|
* testing/spl-grsec: rebuild against kernel 3.13.8-r0Natanael Copa2014-04-021-1/+1
|
* testing/ipt-netflow-grsec: rebuild against kernel 3.13.8-r0Natanael Copa2014-04-021-1/+1
|
* testing/thin-provisioning-tools: disable for uclibcNatanael Copa2014-04-021-0/+1
|
* testing/lua-ossl: new aportNatanael Copa2014-04-021-0/+42
| | | | | comprehensive OpenSSL Lua module http://25thandclement.com/~william/projects/luaossl.html
* testing/thin-provisioning-tools: new aportCarlo Landmeter2014-04-022-0/+83
|
* testing/nginx-lua: add paxctl as makedependsTimo Teräs2014-04-021-1/+1
|
* testing/nginx-lua: new aportTimo Teräs2014-04-028-0/+271
| | | | | | nginx with luajit support http://www.nginx.org http://wiki.nginx.org/HttpLuaModule
* testing/luajit: fix bashism, no rebuild neededTimo Teräs2014-04-021-1/+1
|
* testing/luajit: upgrade to 2.0.3, pax mark the binaryTimo Teräs2014-04-021-3/+9
|
* testing/xapian-bindings: fixes php build setting the right modules pathFrancesco Colista2014-04-011-4/+4
|
* testing/xapian-core: bump-pkgrelFrancesco Colista2014-04-011-1/+1
|
* testing/xapian-omega: bump pkgrelFrancesco Colista2014-04-011-1/+1
|
* testing/xapian-bindings: upgrade to 1.2.17Francesco Colista2014-03-311-6/+6
|
* testing/xapian-omega: upgrade to 1.2.17Francesco Colista2014-03-311-6/+6
|
* testing/xapian-core: upgrade to 1.2.17Francesco Colista2014-03-311-6/+6
|
* testing/sphinx: upgrade to 2.1.7Francesco Colista2014-03-311-4/+4
|
* /testing/PSAD - version bump to 2.2.3Stuart Cardall2014-03-311-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version bump to PSAD 2.2.3 ChangeLog psad-2.2.3 (03/01/2014): - Added compatibility with 'upstart' init daemons with assistance from Tim Kramer. This change adds a new config variable 'ENABLE_PSADWATCHD' that can be used to disable psadwatchd when deployed with upstart since it has built-in process monitoring and restarting capabilities. By default psadwatchd is not enabled anymore since this variable is set to "N". The reason for this change is that psad is extremely stable and so almost never needs to be restarted in practice, and process monitoring is better provided via other solutions (like upstart) anyway. In addition, a new init script located at init-scripts/upstart/psad.conf has been added that is compatible with upstart - this script is meant to be copied to the /etc/init/ directory. - (Wolfgang Breyha) Bug fix to allow VLAN interfaces and interface aliases in IGNORE_INTERFACES. This fixes issue #8 on github. - Bug fix to not modify /etc/hosts.deny permissions when removing tcpwrappers auto-block rules. This issue was reported as Debian bug #724267 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724267) and relayed via Franck Joncourt. Closes issue #7 on github. psad-2.2.2 (01/13/2014): - Added detection for Errata Security's "Masscan" port scanner that was used in an Internet-wide scan for port 22 on Sept. 12, 2013 (see: http://blog.erratasec.com/2013/09/we-scanned-internet-for-port-22.html). The detection strategy used by psad relies on the fact that masscan does not appear to set the options portion of the TCP header, and if the iptables LOG rules that generate log data for psad are built with the --log-tcp-options switch, then no options in a SYN scan can be seen. This is not to say that other scanning software always sets TCP options - Scapy seems to not set options by default when issuing a SYN scan like this either: http://www.secdev.org/projects/scapy/doc/usage.html#syn-scans There is a new psad.conf variable "EXPECT_TCP_OPTIONS" to assist with Masscan detection as well. When looking for Masscan SYN scans, psad requires at least one TCP options field to be populated within a LOG message (so that it knows --log-tcp-options has been set for at least some logged traffic), and after seeing this then SYN packets with no options are attributed to Masscan traffic. All usual psad threshold variables continue to apply however, so (by default) a single Masscan SYN packet will not trigger a psad alert. Masscan detection can be disabled altogether by setting EXPECT_TCP_OPTIONS to "N", and this will not affect any other psad detection techniques such as passive OS fingerprinting, etc. - RPM bug fix to include the protocols file.
* testing/py-appliancekit-ng: upgrade to 0.5.1William Pitcock2014-03-311-4/+4
|
* testing/py-appliancekit-ng: upgrade to 0.5.0William Pitcock2014-03-311-4/+4
|
* main/zoneminder: moved from testingKaarle Ritvanen2014-03-293-116/+0
|
* testing/zfs-grsec: force disableNatanael Copa2014-03-271-0/+1
|
* testing/spl-grsec: force disableNatanael Copa2014-03-271-0/+1
|
* testing/virtualbox-additions-grsec: rebuild against kernel 3.13.7-r0Natanael Copa2014-03-271-2/+2
|
* testing/spl,zfs-grsec: disable as it does not build with 3.13 kernelNatanael Copa2014-03-272-6/+6
|
* testing/ipt-netflow-grsec: rebuild against kernel 3.13.7-r0Natanael Copa2014-03-271-2/+2
|
* testing/bird: upgrade to 1.4.0Bartłomiej Piotrowski2014-03-262-4/+24
|
* main/uwsgi: moved from testingNatanael Copa2014-03-2513-891/+0
|
* testing/zfs-grsec: rebuild against kernel 3.12.8-r1Natanael Copa2014-03-191-2/+2
|
* testing/virtualbox-additions-grsec: rebuild against kernel 3.12.8-r1Natanael Copa2014-03-191-1/+1
|
* testing/spl-grsec: rebuild against kernel 3.12.8-r1Natanael Copa2014-03-191-1/+1
|
* testing/ipt-netflow-grsec: rebuild against kernel 3.12.8-r1Natanael Copa2014-03-191-1/+1
|
* main/lddtree: moved from testingNatanael Copa2014-03-191-39/+0
|
* testing/lddtree: replaces pax-utilsNatanael Copa2014-03-191-2/+3
|
* testing/lddtree: new aportNatanael Copa2014-03-191-0/+38
| | | | | List dynamic dependencies https://github.com/ncopa/lddtree