cvs commit: ports/security/libprelude Makefile distinfo pkg-plist ports/security/libpreludedb Makefile ports/security/prelude-manager Makefile ports/security/prelude-lml Makefile ports/security/snort Makefile ports/security/samhain Makefile

Cheng-Lung Sung clsung at FreeBSD.org
Sun Nov 26 17:16:47 PST 2006


clsung      2006-11-27 01:16:41 UTC

  FreeBSD ports repository

  Modified files:
    security/libprelude  Makefile distinfo pkg-plist 
    security/libpreludedb Makefile 
    security/prelude-manager Makefile 
    security/prelude-lml Makefile 
    security/snort       Makefile 
    security/samhain     Makefile 
  Log:
  - Update to 0.9.11
  - library version update of related ports
  
  Changelog libprelude:
  - 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.
  
  PR:             ports/104328
  Submitted by:   maintainer (Robin Gruyters)
  Approved by:    portmgr (pav)
  
  Revision  Changes    Path
  1.36      +4 -3      ports/security/libprelude/Makefile
  1.19      +3 -3      ports/security/libprelude/distinfo
  1.17      +2 -2      ports/security/libprelude/pkg-plist
  1.19      +1 -1      ports/security/libpreludedb/Makefile
  1.28      +1 -1      ports/security/prelude-lml/Makefile
  1.36      +1 -1      ports/security/prelude-manager/Makefile
  1.39      +1 -1      ports/security/samhain/Makefile
  1.74      +1 -1      ports/security/snort/Makefile


More information about the cvs-all mailing list