Bug 116109 - [MAINTAINER] security/libpreludedb: update to 0.9.13
Summary: [MAINTAINER] security/libpreludedb: update to 0.9.13
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-09-05 10:50 UTC by Robin Gruyters
Modified: 2007-10-05 02:52 UTC (History)
0 users

See Also:


Attachments
libpreludedb-0.9.13.patch (2.77 KB, patch)
2007-09-05 10: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 2007-09-05 10:50:02 UTC
- Update to 0.9.13
- bump libprelude library

Changelog libpreludedb:
- Source and Target now use a 16 bits index (required for CorrelationAlert
  with large number of source/target). CorrelationAlert Alertident now use a
  32 bits index (required to link large number of Alert together).
- Fix compilation on system without ENOTSUP (fix #227):
  Include modified patch from Alexandre Anriot <aanriot@atlantilde.com>.
- [pgsql] Patch by Pierre Chifflier <chifflier@inl.fr>, that fixes type
  conversions preventing PostgreSQL to use indexes (fix #225).
- [preludedb-admin] Use separate alert / heartbeat command: this is done to
  have a coherent implementation of the --offset and --count command line
  options.
- [preludedb-admin] Fix --offset with the load command.
- [preludedb-admin] Give the delete table a decent size, should speedup the
  delete command.
- [documentation] preludedb-admin manpage (fix #230), by Pierre Chifflier
  <chifflier@inl.fr>.


Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-09-05 12:29:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-09-08 09:14:48 UTC
State Changed
From-To: open->feedback

how about add a missing line in post-install: ? 

${INSTALL_MAN} ${WRKSRC}/docs/manpages/*.1 ${MAN1PREFIX}/man/man1/
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-10-05 02:46:27 UTC
clsung      2007-10-05 01:46:14 UTC

  FreeBSD ports repository

  Modified files:
    security/libpreludedb Makefile distinfo pkg-plist 
  Log:
  - Update to 0.9.13
  - bump libprelude library
  
  Changelog libpreludedb:
  - Source and Target now use a 16 bits index (required for CorrelationAlert
    with large number of source/target). CorrelationAlert Alertident now use a
    32 bits index (required to link large number of Alert together).
  - Fix compilation on system without ENOTSUP (fix #227):
    Include modified patch from Alexandre Anriot <aanriot@atlantilde.com>.
  - [pgsql] Patch by Pierre Chifflier <chifflier@inl.fr>, that fixes type
    conversions preventing PostgreSQL to use indexes (fix #225).
  - [preludedb-admin] Use separate alert / heartbeat command: this is done to
    have a coherent implementation of the --offset and --count command line
    options.
  - [preludedb-admin] Fix --offset with the load command.
  - [preludedb-admin] Give the delete table a decent size, should speedup the
    delete command.
  - [documentation] preludedb-admin manpage (fix #230), by Pierre Chifflier
    <chifflier@inl.fr>.
  
  PR:             ports/116109
  Submitted by:   maintainer (Robin Gruyters)
  
  Revision  Changes    Path
  1.26      +5 -3      ports/security/libpreludedb/Makefile
  1.18      +3 -3      ports/security/libpreludedb/distinfo
  1.11      +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 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-10-05 02:52:15 UTC
State Changed
From-To: feedback->closed

Committed. Thank You.