summaryrefslogtreecommitdiff
path: root/security/libprelude/patches
AgeCommit message (Collapse)AuthorFilesLines
2013-06-30Fix missing RPATH for security/libprelude-perl, bumping PKGREVISION 'causesno2-2/+19
it modifies resulting shared object and regardless it worked before or not, it should be rebuild.
2013-04-12Minor fallout from libtool update.joerg1-0/+18
2012-07-05make this build with gnutls-3, bump PKGREVdrochner2-0/+28
2011-07-08depend on libgcrypt explicitelydrochner1-0/+15
(gnutls used to pull it in for us, but this will be cleaned up) also remove an assumption about time_t size which fails on NetBSD-current
2009-12-18Remove removal of the hack which was needed for libtool 1.x.hasso1-19/+0
From Rumko <rumcic at gmail.com> via private mail.
2009-11-25Repeat after me, do not use bar/.libs/foo.la, use bar/foo.la.joerg2-0/+35
2009-09-11Explicitly include ctime early in the C++ binding, the macro games from ↵joerg1-0/+13
config.h break NetBSD system header.
2009-08-23Update to 0.9.24. No normal upstream changelog except git log. Splitted uphasso8-26/+115
the package to the base (with c++ bindings) and scripting languages bindings. All hard work done by Rumko <rumcic at gmail.com>.
2009-02-10DESTDIR support.joerg1-5/+5
2008-07-21Update to 0.9.18. Changes:shannonjr1-9/+9
- Add support for newer GnuTLS 2.2.0 session priority functions. When the option is available, the user might specify TLS settings through the "tls-options" configuration entry. - Workaround a GnuTLS issue where the client wouldn't be able to negotiate a supported compression protocol with the server (#299). - Implement variable substitution in Prelude configuration files. - Allow IDMEF criteria with multiples values for a single path, as can be seen in the following example: alert.classification.text = (A || B || C || D) - Implement negation of idmef-criteria, allowing to write criteria like: ! (alert.classification.text = A || alert.classification.text = B) - Fix an IDMEF-Criteria matching problem, where the match function would not attempt to match a OR after multiple consecutive AND that failed. Thanks Alexander Afonyashin <firm(at)iname.com> for pointing out the problem. - Never use non-pointer field, always use the "required" keyword. Fix API consistency issue, that could lead to unexpected behavior. - Fix multiples problem with prelude_read_multiline / prelude_read_multiline2, (fix a problem with prelude-manager idmef-criteria that wouldn't read external ruleset). - Error out if GnuTLS initialization fail.
2008-06-10RE: pkg/38922: security/libprelude fails to buildshannonjr1-2/+2
Applied Hasso Tepper recommended fix. Thank you.
2008-04-28New patch required for 0.9.17shannonjr1-0/+13
2008-04-28Update to 0.9.17. Changes:shannonjr1-35/+35
- Implement RFC 4122 UUIDv1 identifier generation, more resistant to duplicate than our previous implementation in case of clock skew, or multiple client with the same analyzerid sending alert in parallel. - You can now provide NULL value to idmef_path_set() in order to destroy existing value within an IDMEF message. - Unify memory handling of value retrieval through idmef_path_t. This allow the user to retrieve and keep any values, even through the associated IDMEF message is freed. - Build system cleanup, enable RELRO when possible. - Implement PRELUDE_CLIENT_FLAGS_AUTOCONFIG, which is set by default, but that applications might unset in order for their client not to read the default profile/global configuration. - Fix possible assertion when destroying un-started prelude-client. - Improvement to the prelude-io API, the user might now hook its own handling function. - Fix dumping of (not) NULL criteria operator to string. Remove gratuitous space insertion when dumping criteria. - Headers fixes for C++ build. - Fix printing and cloning of empty IDMEF string. - In IDMEF to string convertion code, print <invalid enum value> in place of NULL on invalid enumeration value. - Various bug fixes.
2008-03-03Update to 0.9.16.2. Changes:shannonjr1-23/+0
- Fix bindings for IDMEF 'get_next' functions. - Make sure we use no additional GnuLib compiler flags when building bindings, this fix bindings compilation failure on some architecture (Solaris).
2007-09-15Fix build issus on DragonFly with GNUlib and don't use d_reclen as thejoerg2-0/+36
assertion is ensured already by opendir.
2007-09-05Corrected my misunderstanding of CONF_FILESshannonjr1-16/+16
infrastrure. Fixed several configuration file installation problems.
2007-09-03Update to 0.9.15.1. Changes:shannonjr3-168/+96
- Fix build error on system that use native awk implementation in place of GNU awk (Pierre Chifflier <chifflier at inl.fr>), fix #256. - Avoid a prelude-string fatal assertion, by denying copy/cloning of an empty prelude-string. - Correction to the 'prelude-admin send' help message. - Convert prelude-string to use prelude_return_if_fail() in place of prelude_log().
2007-02-20Update to 0.9.13. Changes:shannonjr1-6/+6
- Fix a crash with Python bindings upon signal reception (Fix #200). - New --with-system-ltdl configure switch. The default is now to use the system wide ltdl library if it is available, unless specified otherwise (Fix #199). - Prevent NULL pointer dereference if no permission is specified after the permission type (Fix #197). - Upon IDMEFCriteria parsing error, recover from broken parser stater (Fix #195). - Detailed error reporting on IDMEFCriteria parsing error. - Fix string and possible criteria leak on IDMEFCriteria syntax error. - Prefer anonymous authentication rather than SRP. We do this because there are compatibility issue with SRP between different GnuTLS version (Should fix #187). - When dumping AdditionalData of type byte-string to string, encode the data using base64.
2006-10-11Update to 0.9.11. Changes:shannonjr1-31/+0
- Hook class comparison function. Accept NULL, equal, not equal operator. - Introduce better error checking in the idmef-class API, which is now considered public and might be used by external application. Rename error code to reflect the API. - Change to the way IDMEF listed element are handled. Specifying negative number as the position of the element from the low level API now allow to position the element at the specified (reversed) index. Using the high level API a negative index permit to address a list of element backward (replace an element). - Build fixes for SWIG > 1.3.27. - Modify idmef_value_match() so that it always unroll listed value (do it for both val1 and val2. Remove assertion, and let idmef_value_type_compare() return an error code in case there is an issue. - Handle path using IDMEF_LIST_APPEND or IDMEF_LIST_PREPEND as path using an undefined list index on idmef_path_get() call. - Make criteria parser accept (*) list index. - Implement comparison function for all IDMEF object.
2006-08-231) Fixed problem where 64-bit minimums are set using 32-bit arithmeticshannonjr1-0/+31
2) PLIST correction
2006-08-17Update to 0.9.10.1. Changes:shannonjr1-5/+5
- Fix checking for swig/perl/python when full path to the application is specified. - Fix OpenBSD getaddrinfo() AI_ADDRCONFIG issue (apply to some other system as well). - Fix workaround for system with broken libtool, that prevented the use of plugin (#168).
2006-04-12Use configuration file framework. Bump revision.joerg1-75/+55
2006-02-08Update to 0.9.5. Changes:shannonjr1-14/+0
- More TLS cleanup. - Application can now report error without using specific prelude_client error reporting function. - More work and improved verbose error reporting. - Fix compilation problem with prelude_error_is_verbose() (#130). Compilation problem on NetBSD 1.6 and OpenBSD has been fixed so patch-ad is deleted.
2006-02-05Fix build problem on NetBSD 1.6, and possibly other operating systems, whereshannonjr1-0/+14
ENOTSUP is not defined.
2006-01-29Prelude is a hybrid IDS consisting of multipleshannonjr3-0/+205
sensors, managers, and a display console. LibPrelude is the glue that binds all aspects of Prelude together. LibPrelude is a library which enables Prelude components to communicate in a standard IDMEF method. This is one of several new packages in the Prelude family.