Bug 110583 - [MAINTAINER] security/libpreludedb: update to 0.9.12
Summary: [MAINTAINER] security/libpreludedb: update to 0.9.12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-20 12:40 UTC by Robin Gruyters
Modified: 2007-03-21 07:50 UTC (History)
0 users

See Also:


Attachments
libpreludedb-0.9.12.patch (1.30 KB, patch)
2007-03-20 12:40 UTC, Robin Gruyters
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Gruyters 2007-03-20 12:40:03 UTC
- Update to 0.9.12

Changelog libpreludedb-0.9.12:
- [sqlite3] Provide case-insensitive regex.
- [preludedb-admin] Loading of multiple file and improved reporting.
- Provide substring match for AdditionalData value.
- Fix insertion issue for ProcessArg and File Linkage.
- Fix a bug when retrieving an empty time field (following retrieved fields
  where not the one expected).
- When a given SQL function is not implemented by the driver, return a
  detailed error message with information concerning the missing function.
- Implement Python only get_values, get_heartbeat_idents, get_alert_idents.
  Return the number of rows as well as the rows in a tupple.
- Make sure we have an exception to process: fix a crash with Python
  bindings upon signal reception. Fix #200. 

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-20 14:01:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-21 07:48:55 UTC
clsung      2007-03-21 07:48:50 UTC

  FreeBSD ports repository

  Modified files:
    security/libpreludedb Makefile distinfo 
  Log:
  - Update to 0.9.12
  
  Changelog libpreludedb-0.9.12:
  - [sqlite3] Provide case-insensitive regex.
  - [preludedb-admin] Loading of multiple file and improved reporting.
  - Provide substring match for AdditionalData value.
  - Fix insertion issue for ProcessArg and File Linkage.
  - Fix a bug when retrieving an empty time field (following retrieved fields
    where not the one expected).
  - When a given SQL function is not implemented by the driver, return a
    detailed error message with information concerning the missing function.
  - Implement Python only get_values, get_heartbeat_idents, get_alert_idents.
    Return the number of rows as well as the rows in a tupple.
  - Make sure we have an exception to process: fix a crash with Python
    bindings upon signal reception. Fix #200.
  
  PR:             ports/110583
  Submitted by:   maintainer (Robin Gruyters)
  
  Revision  Changes    Path
  1.24      +1 -1      ports/security/libpreludedb/Makefile
  1.17      +3 -3      ports/security/libpreludedb/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-21 07:48:59 UTC
State Changed
From-To: open->closed

Committed. Thank You.