Bug 105807 - [MAINTAINER] www/py-prewikka: update to 0.9.8
Summary: [MAINTAINER] www/py-prewikka: update to 0.9.8
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: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-24 08:20 UTC by Robin Gruyters
Modified: 2006-11-27 01:30 UTC (History)
0 users

See Also:


Attachments
py24-prewikka-0.9.8.patch (15.83 KB, patch)
2006-11-24 08:20 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 2006-11-24 08:20:11 UTC
- Update to 0.9.8

prewikka 0.9.8 Changelog:
- Save/load user configuration when using CGI authentication mode (#181).
- Show Prewikka version in the About page (#177).
- Use Python logging facility (available backend: stderr, file, smtp, syslog),
  multiple simultaneous handler supported (#113).
- Fix anonymous authentication.
- Fix external process going into zombie state (#178).
- Fix sqlite schema (#180).
- Display correct alertident for invalid CorrelationAlert analyzerid/messageid pair.
- prewikka-httpd should now log the source address.
- Thread safety fixes.

Also this port update requires libprelude-0.9.10 to be implemented:
http://www.freebsd.org/cgi/query-pr.cgi?pr=104328


Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-24 08:20:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants to have py- PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-27 01:22:01 UTC
clsung      2006-11-27 01:21:30 UTC

  FreeBSD ports repository

  Modified files:
    www/py-prewikka      Makefile distinfo pkg-plist 
  Log:
  - Update to 0.9.8
  
  prewikka 0.9.8 Changelog:
  - Save/load user configuration when using CGI authentication mode (#181).
  - Show Prewikka version in the About page (#177).
  - Use Python logging facility (available backend: stderr, file, smtp, syslog),
    multiple simultaneous handler supported (#113).
  - Fix anonymous authentication.
  - Fix external process going into zombie state (#178).
  - Fix sqlite schema (#180).
  - Display correct alertident for invalid CorrelationAlert analyzerid/messageid pair.
  - prewikka-httpd should now log the source address.
  - Thread safety fixes.
  
  PR:             ports/105807
  Submitted by:   maintainer (Robin Gruyters)
  
  Revision  Changes    Path
  1.9       +8 -3      ports/www/py-prewikka/Makefile
  1.6       +3 -3      ports/www/py-prewikka/distinfo
  1.5       +98 -108   ports/www/py-prewikka/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 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-11-27 01:22:30 UTC
State Changed
From-To: open->closed

Committed. Thank You.