The NetBSD Project

CVS log for pkgsrc/security/py-prewikka/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / security / py-prewikka

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.54, Mon Aug 22 22:59:10 2022 UTC (9 months, 1 week ago) by tnn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.53: +1 -1 lines
FILE REMOVED

prelude: remove from pkgsrc

prelude is unmaintained in pkgsrc since 2009 and is several major
versions behind. This makes it useless for it's intended purpose as an
intrusion detection system. Can be revived if/when there is an interested
maintainer. But it's probably easier to start from scratch given how stale
these packages were.

Revision 1.53 / (download) - annotate - [select for diffs], Thu Feb 3 23:54:36 2022 UTC (15 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.52: +2 -4 lines
Diff to previous 1.52 (colored)

py-prewikka: fix and sort PLIST

Revision 1.52 / (download) - annotate - [select for diffs], Mon Nov 4 21:13:00 2019 UTC (3 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.51: +5 -5 lines
Diff to previous 1.51 (colored)

security: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.51 / (download) - annotate - [select for diffs], Mon Sep 2 13:19:56 2019 UTC (3 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8

Revision 1.50 / (download) - annotate - [select for diffs], Thu May 23 19:23:16 2019 UTC (4 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.49: +4 -4 lines
Diff to previous 1.49 (colored)

all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.

Revision 1.49 / (download) - annotate - [select for diffs], Fri Apr 26 13:14:13 2019 UTC (4 years, 1 month ago) by maya
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.

Revision 1.48 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:35 2018 UTC (4 years, 11 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.

Revision 1.47 / (download) - annotate - [select for diffs], Tue Jul 3 05:03:32 2018 UTC (4 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

extend PYTHON_VERSIONS_ for Python 3.7

Revision 1.46 / (download) - annotate - [select for diffs], Sun Sep 3 08:37:00 2017 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

Comment out dead MASTER_SITES/HOMEPAGEs.

Revision 1.45 / (download) - annotate - [select for diffs], Wed Aug 16 20:45:44 2017 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 (colored)

Comment out dead sites.

Revision 1.44 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:24 2017 UTC (6 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored)

Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.43 / (download) - annotate - [select for diffs], Sun Jan 1 14:43:56 2017 UTC (6 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Add python-3.6 to incompatible versions.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Jul 9 13:04:05 2016 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Remove python33: adapt all packages that refer to it.

Revision 1.41 / (download) - annotate - [select for diffs], Sat Dec 5 21:25:57 2015 UTC (7 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Extend PYTHON_VERSIONS_INCOMPATIBLE to 35

Revision 1.40 / (download) - annotate - [select for diffs], Fri May 9 07:37:18 2014 UTC (9 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Jan 25 10:45:20 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.

Revision 1.38 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:20 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.37: +7 -6 lines
Diff to previous 1.37 (colored)

Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.37 / (download) - annotate - [select for diffs], Fri Jul 12 10:45:03 2013 UTC (9 years, 10 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored)

Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Feb 1 22:21:13 2013 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Reset MAINTAINER/OWNER (became observers)

Revision 1.35 / (download) - annotate - [select for diffs], Tue Oct 23 18:16:54 2012 UTC (10 years, 7 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.34: +1 -3 lines
Diff to previous 1.34 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Apr 8 19:09:12 2012 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.33: +1 -2 lines
Diff to previous 1.33 (colored)

Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.

Revision 1.33 / (download) - annotate - [select for diffs], Fri Apr 15 14:48:41 2011 UTC (12 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

Dependency doesn't support Python 2.4

Revision 1.32 / (download) - annotate - [select for diffs], Fri Oct 2 10:25:53 2009 UTC (13 years, 8 months ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored)

Update to 0.9.17.1. Fix PLIST. Fix dependency. Upstream changes since 0.9.17:

- Fix possible encoding error in the message summary view (#360).

Revision 1.31 / (download) - annotate - [select for diffs], Mon Aug 24 13:57:33 2009 UTC (13 years, 9 months ago) by hasso
Branch: MAIN
Changes since 1.30: +4 -5 lines
Diff to previous 1.30 (colored)

Update to 0.9.17. From Rumko via PR 41763. Upstream changes:

Changes in 0.9.17:
==================

- Do not provide an exhaustive list of unreachable linked alert, rather,
tell the user how many linked alert are not reachable any more.

- String encoding fixes, do not mix unicode and bytestring, and more
generally, use unicode for internal string storage. This fixes a lot
of possible exception with particular specific user input, or with
localization enabled.

- Inline filter didn't work as expected when viewing events starting
with a specific offset, because the offset keyword wasn't removed
from the generated link.

- Error handling improvement (back / retry button weren't always
working as expected).

- Fix exception when no protocol was available.

- Improve navigation button link (make the link cover the whole button).

Changes in 0.9.16:
==================

- Multiples advanced filter within the same column wouldn't display
correctly.

- Correctly restore input field when switching between advanced/simple
filter mode.

- Fix multiple bug that would results in inconsistant filtered "state"
and reset button.

- Using the classification simple filter now also trigger a search on
impact.completion.

- Fix multiple alert deletion checkbox, (#357).

- Various bug fixes.

Changes in 0.9.15:
==================

- Make it obvious when a column is filtered by replacing the old sober
star with a big "[filtered]" red marker. If the column filter is
saved, then the marker color will go from red to black.

- Once the user filtered a given field by clicking on it, deny further
click so that it is clear that the filter is currently active.

- Re-write the inline filter implementation using Cheetah + Jquery, in
place of generating an enormous amount of javascript code. This
drastically reduce the size of the events listing HTML page, and will
allow for much easier modification of the inline-filters.

- Only propose filter operator relevant to the selected path.

- Inline filter now present a single input field (with no path and
operator selection). Using this field, the user can filter on what is
seen in the associated column. For example, in the classification
column, the filter will trigger a search on classification.text,
classification.reference.name and classification.reference.origin.

There is also an [advanced] button allowing the user to specify both
the path and the operator.

- Implement a reset button in each inline filter column, that allow to
switch between different version of the filter: last saved filters,
default filters, or current filters.

- The user can now click an alert completion to set an inline filter on
the completion value.

- Clicking on a port / protocol now trigger a CSS menu allowing to
filter on the port and protocol information, or to get information
concerning this port / protocol.

- Clicking on a classification reference now trigger a CSS menu which
allow to filter on the reference, or to get more information
concerning it.

- Clicking on classification now add a filter on the selected
classification (previously, it would have unfolded aggregated alerts
for the selected entry, which is now done clicking the alert count).

- Until now, the default user that was automatically created by Prewikka
if there was no administrative user was "admin". As of now you can
define the initial administrative username and password from the
configuration file. (fix #289).

- Fix escaping for reference details URI parameters.

- Fix ModPython content-type handling.

- Invalid variable name, fix #339.

- Update to JQuery 1.3.2, and fit small JQuery API change.

- If the installed libprelude or libpreludedb version is too old,
Prewikka will require the user to upgrade. Currently, Prewikka depend
on libpreludedb 0.9.12, and libprelude 0.9.23.

- Fix IDMEFDatabase exception on empty criteria string (fixes #346).

- Analyzer retrieval fixes and speedup (fixes #350).

Revision 1.30 / (download) - annotate - [select for diffs], Thu Mar 5 18:51:31 2009 UTC (14 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.29: +1 -2 lines
Diff to previous 1.29 (colored)

Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Oct 19 19:18:47 2008 UTC (14 years, 7 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").

Revision 1.28 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:34 2008 UTC (14 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.27: +3 -1 lines
Diff to previous 1.27 (colored)

Add DESTDIR support.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Jun 16 15:34:30 2008 UTC (14 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

Add missing directory.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Apr 28 10:59:42 2008 UTC (15 years, 1 month ago) by shannonjr
Branch: MAIN
Changes since 1.25: +2 -3 lines
Diff to previous 1.25 (colored)

Update to 0.9.14. Changes:
- Let the user choose the type of sorting (default to time descending,
  available: time asc/desc, count asc/desc).
- Implement Prewikka Asynchronous DNS resolution in alert view
  as well as message summary (require twisted.names and twisted.internet),
  see the additional dns_max_delay settings parameters in prewikka.conf.
- In the alert summary view, handle portlist and ip_version service fields,
  and show alert messageid.
- Fix exception when rendering ToolAlert.
- Fix double classification escaping (could result in non working link
  for alert with classification containing escaped character).
- Improvement to heartbeat retrieval (heartbeat view speedup).
- Correct typo (fix #275), thanks Scott Olihovki <skippylou@gmail.com>
  for pointing this out.
- Polish translation, by Konrad Kosmowski <konrad@kosmosik.net>.
- Update to pt_BR translation, by Edelberto Franco Silva <edeunix@edeunix.com>
- Various bug fixes and cleanup.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Apr 25 20:39:12 2008 UTC (15 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.24: +1 -2 lines
Diff to previous 1.24 (colored)

Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Mar 6 14:53:54 2008 UTC (15 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Oct 29 21:59:00 2007 UTC (15 years, 7 months ago) by shannonjr
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Update to 0.9.13. Changes:
- 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.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Aug 4 09:27:35 2007 UTC (15 years, 10 months ago) by shannonjr
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.21: +2 -4 lines
Diff to previous 1.21 (colored)

Update to release 0.9.12.1. Changes:
- Implement an Auto-Refresh system (fix #231).  (including code from
  Paul Robert Marino <prmarino1@gmail.com>).
- Ability to filter on missing/offline/online/unknown agents. Make more easier
  to read each agent status in collapsed mode.
- Fix filter load/save/delete issue with translation.
- New 'My account' tabs, under the Settings section (fix #241).
- New messageid and analyzerid parameters, allowing link to a Prewikka alert
  from an external tool (previously required a database query in order to
  retrieve the database event id).
- Don't redirect to user listing once an user preference are recorded. Fix
  changing of another user language by an user with PERM_USER_MANAGEMENT.
  Display target user language rather than current user language.
- Improve the timeline control table layout.
- Fix translation of string possibly using plural.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jul 4 20:54:59 2007 UTC (15 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.20: +4 -1 lines
Diff to previous 1.20 (colored)

Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jun 5 05:37:35 2007 UTC (16 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Apr 17 13:15:08 2007 UTC (16 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored)

Needs msgfmt.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Apr 9 12:50:20 2007 UTC (16 years, 1 month ago) by shannonjr
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Update to 0.9.10. Changes:
- Allow filtering plugins to hook others filters plugins.
- Update reporting code to latest specification for the SNMPService class.
- Warn about Un-handled command line arguments.
- Properly dump IDMEF-XML output (fix #186).
- Various bug fixes.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Feb 23 15:25:00 2007 UTC (16 years, 3 months ago) by shannonjr
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Update to 0.9.9. Changes:
- Improve database performance by reducing the number of query. (Paul Robert Marino)
- Activate CleanOutput filtering (lot of escaping fixes).
- More action logging.
- Bug fixes with the error pages Back/Retry buttons.
- Fix error on group by user (#191).
- Fix template compilation error with Cheetah version 2 (#184).

Revision 1.16 / (download) - annotate - [select for diffs], Fri Nov 24 11:45:30 2006 UTC (16 years, 6 months ago) by shannonjr
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Update to Prewikka 0.9.8. Changes:
- 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).
- Display correct alertident for invalid CorrelationAlert analyzerid/messageid pair.
- prewikka-httpd should now log the source address.
- Thread safety fixes.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Oct 23 14:38:14 2006 UTC (16 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Remove another directory created by the package. Bump revision.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Oct 10 15:05:14 2006 UTC (16 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.13: +8 -2 lines
Diff to previous 1.13 (colored)

Fix config file handling by honouring PKG_SYSCONFDIR, installing the
configuration file to share/examples and using CONF_FILES.
It also stops the package from polluting /etc. Bump revision.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 1 15:13:22 2006 UTC (16 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.12: +5 -4 lines
Diff to previous 1.12 (colored)

Fixed some pkglint warnings.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Aug 23 18:51:56 2006 UTC (16 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored)

Add master site entry for times when pkgsrc doesn't have the completely
latest version.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Aug 23 10:30:02 2006 UTC (16 years, 9 months ago) by shannonjr
Branch: MAIN
Changes since 1.10: +8 -4 lines
Diff to previous 1.10 (colored)

Fixed bug in 0.9.7 release that prevented filters from working.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Aug 17 11:35:20 2006 UTC (16 years, 9 months ago) by shannonjr
Branch: MAIN
Changes since 1.9: +5 -4 lines
Diff to previous 1.9 (colored)

Update to 0.9.7. Changes:
- Use preludedb_delete_(alert|heartbeat)_from_list(). Require
  libpreludedb 0.9.9. Provide a deletion performance improvement
  of around 3000%.
- Handle multiple listed source/target properly. Separate
  source/target in the message listing.
- Make host command/Information link available from the Sensor
  listing.
- Always take care of the "external_link_new_window" configuration
  parameter.
- Make external command handling more generic. Allow to specify
  command line arguments.
- Allow to define unlimited number of external commands rather than
  only a defined subset (fix #134).
- Avoid toggling several popup at once in the HeartbeatListing.
- Only provide lookup capability for known network address type (fix #76).
- New address and node name lookup provided through prelude-ids.com service.
- Link to new prelude-ids.com port lookup instead of broken portsdb
  database (fix #162).
- Various bug fixes.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 13 14:52:30 2006 UTC (16 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

py-cheetah needs Python 2.2+

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jun 11 23:44:23 2006 UTC (16 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.7: +5 -2 lines
Diff to previous 1.7 (colored)

Rename to match Python naming convention. Depend on py-cheetah.
Fix PLIST. Conflict on old name.

Revision 1.7 / (download) - annotate - [select for diffs], Thu May 18 20:30:00 2006 UTC (17 years ago) by wiz
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 4 13:16:42 2006 UTC (17 years, 1 month ago) by shannonjr
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update to Prewikka 0.9.5. Changes:
- Replace patch with official fix 'Filter on Target' link (fix #148).
- Fix alert summary exception with alert including file permission (fix #149).
- Fix creation of an empty __init__.py file in lib/site-packages (#147).
- Print currently installed version on libpreludedb requirement error.
- Make sure /usr/bin/env is expanded.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 24 10:39:05 2006 UTC (17 years, 1 month ago) by shannonjr
Branch: MAIN
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

Update to  0.9.4. This is a bugfix release. Added patch to fix
'Filter on this Target' bug (re Prelude Trac ticket 148)

Revision 1.4 / (download) - annotate - [select for diffs], Sun Apr 23 00:12:42 2006 UTC (17 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.3: +5 -2 lines
Diff to previous 1.3 (colored)

Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 6 00:18:22 2006 UTC (17 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:46 2006 UTC (17 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jan 29 16:00:44 2006 UTC (17 years, 4 months ago) by shannonjr
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Prelude is a hybrid IDS consisting of multiple
sensors, managers, and a display console. This
is the display console.

This is one of several new Prelude packages.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 29 16:00:44 2006 UTC (17 years, 4 months ago) by shannonjr
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>