Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2007 07:56:08 +0200 (CEST)
From:      Robin Gruyters <r.gruyters@yirdis.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117471: [MAINTAINER] www/py24-prewikka: update to 0.9.13
Message-ID:  <200710250556.l9P5u8iZ039716@server.yirdis.net>
Resent-Message-ID: <200710250600.l9P603JN012564@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117471
>Category:       ports
>Synopsis:       [MAINTAINER] www/py24-prewikka: update to 0.9.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 25 06:00:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Robin Gruyters
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
Betronic Nederland B.V.
>Environment:
System: FreeBSD server.yirdis.net 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #4: Thu May 31 10:58:52 CEST 2007
>Description:
- Update to 0.9.13

Changelog Prewikka-0.9.13:
- Only perform additional database request when using Sensor localtime:
  this bring a performance improvement of about 36% on aggregated query,
  when using either frontend localtime (the default), or UTC time. 
- JQuery support: Port most of the javascript code to make use of JQuery.
  Add show/hide effect to CSS popup. More filtering functionality in the
  SensorListing view.  
- Cleanup the Authentication class, so that uper Prewikka layer can act
  depending whether the backend support user creation / deletion. Anonymous
  authentication is nowa plugin.
- Better integration of CGI authentication allowing user listing and
  deletion.
- Report template exception directly to the user.              
- Fix exception if an alert analyzer name is empty.
- Fix problem when adding new Prewikka users (#262).
- Fix exception when user has no permission set.
- When changing password, we didn't try to match an empty 'current password'
  (which is a minor issue since the user is already authenticated). Thanks
  to Helmut Azbest <helmut.azbest@gmail.com> for the fix.
- Fix a typo making mod_python use the parent method (patch from
  Helmut Azbest <helmut.azbest@gmail.com>).
- In the configuration file, recognize section even if there are whitespace
  at the beginning of the line. 
- Localization fixes, by Sebastien Tricaud <toady@gscore.org>, and
  Bjoern Weiland.


Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py24-prewikka-0.9.13.patch begins here ---
Index: Makefile
===================================================================
RCS file: /data3/Build/CVS/ports/www/py-prewikka/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	5 Oct 2007 01:50:11 -0000	1.16
+++ Makefile	25 Oct 2007 05:54:45 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	prewikka
-PORTVERSION=	0.9.12.1
-PORTREVISION=	1
+PORTVERSION=	0.9.13
 CATEGORIES=	www security python
 MASTER_SITES=	http://www.prelude-ids.org/download/releases/ \
 		http://www.prelude-ids.org/download/releases/old/
Index: distinfo
===================================================================
RCS file: /data3/Build/CVS/ports/www/py-prewikka/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo	15 Aug 2007 06:49:45 -0000	1.11
+++ distinfo	23 Oct 2007 08:00:48 -0000
@@ -1,3 +1,3 @@
-MD5 (prewikka-0.9.12.1.tar.gz) = d1cfea01e73570e98d6dc66e824585cd
-SHA256 (prewikka-0.9.12.1.tar.gz) = 41d95e6bc485d3273b98ca4cbb53187e3dbc20e5b0a6447394e244a9b007854d
-SIZE (prewikka-0.9.12.1.tar.gz) = 238691
+MD5 (prewikka-0.9.13.tar.gz) = 4b922ce76bb3ae87922f8a2e63e0aa5d
+SHA256 (prewikka-0.9.13.tar.gz) = 50e3ca25edd7bfead0196a9a5e48afefa499d5b3d33ffafb2571fbc8a6738cea
+SIZE (prewikka-0.9.13.tar.gz) = 250793
Index: pkg-plist
===================================================================
RCS file: /data3/Build/CVS/ports/www/py-prewikka/pkg-plist,v
retrieving revision 1.9
diff -u -r1.9 pkg-plist
--- pkg-plist	15 Aug 2007 06:49:45 -0000	1.9
+++ pkg-plist	23 Oct 2007 08:00:37 -0000
@@ -197,6 +197,7 @@
 %%DATADIR%%/htdocs/images/play.png
 %%DATADIR%%/htdocs/css/style.css
 %%DATADIR%%/htdocs/js/functions.js
+%%DATADIR%%/htdocs/js/jquery.js
 %%DATADIR%%/database/sqlite.sql
 %%DATADIR%%/database/sqlite-update-0.9.11.sql
 %%DATADIR%%/database/mysql.sql
--- py24-prewikka-0.9.13.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710250556.l9P5u8iZ039716>