about summary refs log tree commit diff
path: root/pkgs/tools/security/ossec
AgeCommit message (Collapse)AuthorFilesLines
2024-07-03treewide: remove printed 'ls'Felix Buehler1-1/+0
2024-05-02pkgs/tools: remove licenses.gpl2Jussi Kuokkanen2-2/+2
2023-12-04ossec: split into server & agent; 2.6 -> unstable 2023-08-09happysalada4-186/+401
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2022-05-22ossec: add -fcommon workaroundSergei Trofimovich1-0/+6
Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: src/common/mgmt/pint-worker-external.po:(.data.rel.local+0x0): multiple definition of `PINT_worker_external_impl'; src/common/mgmt/pint-mgmt.po:(.bss+0x20): first defined here
2021-07-20Merge pull request #130756 from SuperSandro2000/SuperSandro2000-patch-1Sandro1-7/+8
ossec: convert to pname + version; cleanup
2021-07-20ossec: convert to pname + version; cleanupSandro1-7/+8
2021-07-20ossec: remove phasesFelix Buehler1-2/+0
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-11-16Treewide: fix URL permanent redirectsc0bw3b1-2/+2
Permanent redirects on homepages and/or source URLs as reported by Repology
2019-07-10treewide: fix redirect URLsRyan Mulligan1-1/+1
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2014-01-21Unmaintain a bunch of packagesShea Levy1-1/+0
Trying to take maintainership more seriously... Signed-off-by: Shea Levy <shea@shealevy.com>
2012-07-09Add initial attempt at ossecShea Levy2-0/+216
Note: This will almost certainly not work as-is, but at least it compiles. NixOS module to come.