Bug 119854 - [PATCH] security/libpreludedb: update to 0.9.14.1
Summary: [PATCH] security/libpreludedb: update to 0.9.14.1
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-21 12:50 UTC by Robin Gruyters
Modified: 2008-02-15 11:20 UTC (History)
0 users

See Also:


Attachments
libpreludedb-0.9.14.1.patch (2.36 KB, patch)
2008-01-21 12:50 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 2008-01-21 12:50:00 UTC
- Update to 0.9.14.1
- updated pkg-plist

Changelog libpreludedb:
- Improved thread safety: all query are now mutex protected, and the
  mutex won't be released until the transaction is over.
- Use TEXT in place of VARCHAR for alert.assessment.impact.description (fix #265).
- Fix OpenBSD compilation issue, thanks Alexandre Anriot
  <aanriot@atlantilde.com>
  for pointing out this (fix #227).
- [preludedb-admin] Make it possible to specify an offset with no limit.
- [mysql] Prevent MySQL session from timing out after 8 hours of inactivity.
- [pgsql] Fix PostgreSQL warning when inserting binary data.
- [preludedb-admin] Fix a problem handling the offset option with the
  load command.
- [preludedb-admin] Fix possible wraparound in statistics computation
  code.
- Allow Python threads to run while executing libpreludedb C function.
- Fix PostgreSQL upgrade script (fix #271).


Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-21 12:50:09 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-01-21 16:34:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-15 11:17:26 UTC
miwi        2008-02-15 11:17:20 UTC

  FreeBSD ports repository

  Modified files:
    security/libpreludedb Makefile distinfo pkg-plist 
  Log:
  - Update to 0.9.14.1
  
  PR:             119854
  Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
  
  Revision  Changes    Path
  1.27      +1 -1      ports/security/libpreludedb/Makefile
  1.19      +3 -3      ports/security/libpreludedb/distinfo
  1.12      +4 -1      ports/security/libpreludedb/pkg-plist
_______________________________________________
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 4 Martin Wilke freebsd_committer freebsd_triage 2008-02-15 11:18:31 UTC
State Changed
From-To: open->closed

Committed. Thanks!