Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.1_8 07 Sep 2014 16:41:30 |
marino |
Remove three unstaged security/prelude-* ports |
1.0.1_8 21 Aug 2014 14:58:55 |
koobs |
security/libprelude: Take MAINTAINER'ship, STAGE & Modernize
- Take Maintainership
- Enable STAGE support
- Tweak MASTER_SITES https -> http (portlint)
- Add LICENSE and LICENSE_FILE
- Deprecate USE_AUTOTOOLS for libtool (-> USES)
- Sort USES and OPTIONS
- Use OPTIONS helpers as much as possible for now [1]
- Add --enable-static to CONFIGURE_ARGS to retain the static lib
- Assign and Use ETCDIR rather than hardcoding
- Use the install-strip install target
- Update pkg-plist, use @sample and other goodies
While I'm here, bump dependent ports since our SHLIB major version has
changed
[1] https://reviews.freebsd.org/D665
Approved by: portmgr (implicit, bump unstaged port) |
1.0.1_7 30 Jul 2014 03:57:24 |
pi |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
1.0.1_6 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.0.1_5 26 May 2014 12:50:41 |
miwi |
- Convert gmake, bzip2 to USES
Approved by: portmgr |
1.0.1_5 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
1.0.1_4 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.0.1_4 04 Jan 2014 23:40:44 |
antoine |
Convert the tree to USES=fam
Approved by: portmgr (bapt) |
1.0.1_4 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.0.1_4 29 Jun 2013 21:35:45 |
antoine |
- Do not modify charset.alias
- Add a directory created by the port to pkg-plist |
1.0.1_3 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
1.0.1_2 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
1.0.1_2 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
1.0.1_2 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.0.1_2 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
1.0.1_1 18 Dec 2012 23:09:07 |
bapt |
Chase icu, graphite2 and libexttextcat bump |
1.0.1 15 Dec 2012 22:22:38 |
pawel |
Update Prelude-IDS ports to 1.0.1 release
security/libprelude:
- Remove BROKEN, update to version 1.0.1 [1]
- Add missing deps, port requires pkg-config during build
security/libpreludedb:
- Update to version 1.0.1p1
- Add missing deps
- Make options deterministic and not dependent on what's installed
security/prelude-lml:
- Update to version 1.0.1
- Add missing deps, port requires pkg-config during build
- Convert to OptionsNG (Only the first 15 lines of the commit message are shown above ) |
10 Dec 2012 19:11:12
|
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
0.9.15_2 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
0.9.15_2 17 Jun 2012 10:08:30 |
dougb |
The submitter points out that this service doesn't start because it relies
on the database to be up first, which given the previous REQUIRE line could
only have happened by accident. So change the REQUIRE to LOGIN, which matches
how we like ports scripts to run generally, and add postgresql mysql.
While I'm here:
1. Add a $FreeBSD$
2. Add KEYWORD: shutdown
3. Sort the structure to be more standard
4. Move the obviously non-optional flags to command_args
Bump PORTREVISION to reflect these changes.
Submitted by: ÐаÑнаков ÐиÑилл
<kiril@varnakov.net> |
0.9.15_1 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
0.9.15 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.9.15 02 Aug 2011 16:22:15 |
bapt |
Fix master_site |
0.9.15 02 Aug 2011 09:22:42 |
bapt |
Deprecate unmaintained ports marked as BROKEN for more then 6 month |
0.9.15 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.9.15 01 Oct 2010 09:00:43 |
erwin |
Mark BROKEN: does not fetch |
0.9.15 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.9.15 23 Sep 2009 22:17:11 |
linimon |
Reset r.gruyters@snow.nl by request due to lack of time.
Feature safe: yes |
0.9.15 18 Sep 2009 13:00:01 |
pav |
- Update to 0.9.15
PR: ports/138372
Submitted by: Vladimir Korkodinov <viper@perm.raid.ru>
Approved by: maintainer timeout (17 days)
Feature safe: yes |
0.9.14 18 Feb 2009 23:36:25 |
amdmi3 |
- Update to 0.9.14
PR: 131287
Submitted by: Vladimir Korkodinov <viper at perm dot raid dot ru>
Approved by: Robin Gruyters <r dot gruyters at snow dot nl> (maintainer) |
0.9.12.2_2 30 Nov 2008 21:00:12 |
remko |
Restore previous maintainer, now with his new email address.
Approved by: wxs (diff not reviewed, ack'ed to commit) |
0.9.12.2_2 29 Nov 2008 23:21:13 |
pav |
- Chase libprelude update
Forgotten by: beech
Reported by: pointyhat |
0.9.12.2_1 28 Nov 2008 23:20:21 |
linimon |
Reset r.gruyters@yirdis.nl: email address bounces. |
0.9.12.2_1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.9.12.2_1 06 Jun 2008 14:01:07 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.9.12.2 13 May 2008 14:51:42 |
miwi |
- Update to 0.9.12.2
PR: 123207
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
0.9.11 15 Feb 2008 11:18:15 |
miwi |
- Update to 0.9.11
PR: 119855
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
0.9.10.1_1 05 Oct 2007 01:47:09 |
clsung |
- update dependency on libprelude
PR: ports/116110
Submitted by: maintainer (Robin Gruyters) |
0.9.10.1 12 Aug 2007 11:10:48 |
rafan |
- Update to 0.9.10.1
PR: ports/115341
Submitted by: Robin Gruyters <r.gruyters at yirdis.nl> (maintainer) |
0.9.10_1 06 Jun 2007 12:50:09 |
araujo |
- Update libprelude to 0.9.14.
- Update dependent ports accordingly.
- Bump PORTVERSION to force rebuild.
PR: ports/112703
Submitted by: Marcelo Araujo <araujo@FreeBSD.org>
Approved by: stas (mentor) |
0.9.10 30 May 2007 06:13:55 |
miwi |
- Update to 0.9.10
Changelog prelude-lml:
- Ability to use regular expressions in plugins.rules to define
monitored sources, this can be very useful when combined to file
globing.
- [SPEEDUP] When the "*" keyword is used, the data is passed to the
upper layer without trying to match anything.
- Fix NULL pointer dereference when a rule reference an existing,
but empty context (fix #226).
- Remove deprecated use of prelude_client_print_setup_error(),
directly handled via prelude_perror().
- Make the log parser more robust.
PR: 112835
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
0.9.8.1_1 29 Jan 2007 19:05:07 |
gabor |
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.
Approved by: portmgr (erwin), erwin (mentor) |
0.9.8.1_1 22 Dec 2006 08:51:41 |
miwi |
- Fix post installment for configuration files. (if not exists...)
- Bump PORTREVISION
PR: ports/107080
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
0.9.8.1 21 Dec 2006 19:14:20 |
miwi |
- Update to 0.9.8.1
Changelog prelude-lml-0.9.8.1:
- Compile and run under OS X.
- Various portability fixes.
PR: ports/107011
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
0.9.7 27 Nov 2006 01:16:41 |
clsung |
- Update to 0.9.11
- library version update of related ports
Changelog libprelude:
- Hook class comparison function. Accept NULL, equal, not equal operator.
- Introduce better error checking in the idmef-class API, which is now
considered public and might be used by external application. Rename
error code to reflect the API.
- Change to the way IDMEF listed element are handled. Specifying negative
number as the position of the element from the low level API now allow
to position the element at the specified (reversed) index. Using the
high level API a negative index permit to address a list of element
backward (replace an element).
- Build fixes for SWIG > 1.3.27.
- Modify idmef_value_match() so that it always unroll listed value
(do it for both val1 and val2. Remove assertion, and let
idmef_value_type_compare() return an error code in case there is an issue.
- Handle path using IDMEF_LIST_APPEND or IDMEF_LIST_PREPEND as
path using an undefined list index on idmef_path_get() call.
- Make criteria parser accept (*) list index.
- Implement comparison function for all IDMEF object.
PR: ports/104328
Submitted by: maintainer (Robin Gruyters)
Approved by: portmgr (pav) |
0.9.7 13 Sep 2006 14:59:21 |
miwi |
- Update to 0.9.7
Changelog prelude-lml-0.9.7:
- Fix reading from standard input.
- Fix OpenBSD getaddrinfo() problem.
- Add Cisco-CSS support.
- Add Cisco-Router IDS module support.
- Checkpoint ruleset is supported again.
- Support 'fork failure' grsecurity warning, fix 'terminal being sniffed'
match.
- NTsyslog ruleset audit.
- Fix WAP11 ruleset.
PR: ports/103220
Submitted by: Robin Gruyters <r.gruyters(at)yirdis.nl> (maintainer) |
0.9.6 11 Jul 2006 07:52:17 |
clsung |
- Update to 0.9.6
Prelude-LML Changes:
- Fix a bug where some rules marked silent would trigger an alert.
- Load Sonicwall and Spamassassin ruleset by default.
- Fix rule syntax problem in Sonicwall ruleset.
- Fix rule indexing problem in Squid ruleset.
- Postfix rule consistency fix.
PR: ports/100063
Submitted by: maintainer (Robin Gruyters) |
0.9.5 18 May 2006 20:20:33 |
erwin |
Update to 0.9.5
PR: 97418
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
0.9.4_2 05 May 2006 11:24:52 |
garga |
- Chase libprelude version
- Bump PORTREVISION
PR: ports/96758, ports/96759, ports/96760
Submitted by: maintainer |
0.9.4_1 24 Mar 2006 19:23:35 |
garga |
- Fix rc.d startup script
- Bump PORTREVISION
PR: ports/94900
Submitted by: maintainer |
0.9.4 21 Mar 2006 11:50:53 |
garga |
* security/libprelude: [1]
- Update to 0.9.7
- Bump libprelude.so version
* security/libpreludedb: [2]
- Update to 0.9.6
- Chase libprelude.so version
* security/prelude-lml: [3]
- Update to 0.9.4
- Chase libprelude.so version
- Add a rc.d startup script
* security/prelude-manager: [4]
- Update to 0.9.4
- Chase libprelude.so version
- Add a rc.d startup script
PR: ports/94402 [1], ports/94403 [2],
ports/94404 [3], ports/94405 [4]
Submitted by: maintainer [1] [2] [3] [4] |
0.9.3 02 Mar 2006 09:39:09 |
sergei |
- Update to 0.9.3 (unbreaks fething)
- Add .../old/ subdir to MASTER_SITES so the port is still fetchable even
when the Prelude project releases a new version
PR: ports/93710
Submitted by: Robin Gruyters (maintainer)
Approved by: portmgr (krion) |
0.9.2_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.9.2_1 20 Feb 2006 23:02:10 |
sergei |
- Fix run-time linking problems of the Prelude ports by installing libtool
archives (.la) files - switch to USE_LIBTOOL=libtool:15:inc
- Bump PORTREVISION
PR: ports/93501
Submitted by: Robin Gruyters (maintainer) |
0.9.2 15 Feb 2006 14:02:57 |
sergei |
- Transfer maintainership of the Prelude ports to the submitter,
who has kindly agreed to adopt them
PR: ports/93386
Submitted by: Robin Gruyters <r dot gruyters at yirdis dot nl> |
0.9.2 14 Feb 2006 15:21:31 |
sergei |
- Update to 0.9.2
- Chase libprelude shlib version bump
- Use @dirrmtry; sort pkg-plist |
0.9.1_1 22 Jan 2006 02:50:55 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.9.1_1 10 Jan 2006 17:09:32 |
sergei |
- Chase libprelude version bump (.2 -> .4)
- Bump PORTREVISION |
0.9.1 28 Nov 2005 16:37:30 |
sergei |
- Update to 0.9.1
- Move log metadata dir from ${PREFIX}/etc/prelude-lml/metadata to
/var/spool/prelude-lml (upstream changed to ${PREFIX}/var/lib/prelude-lml,
use slightly modified location to better adhere to hier(7))
Prompted by: edwin's script |
0.9.0 25 Nov 2005 14:05:38 |
sergei |
- Add SHA256 checksums to my ports |
0.9.0 18 Oct 2005 16:19:42 |
sergei |
- Update to 0.9.0
- Chase libprelude version bump
- Convert to USE_AUTOTOOLS, use libtool 1.5 |
0.8.6_2 26 Apr 2005 08:21:06 |
sergei |
- Take maintainership |
0.8.6_2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.8.6_2 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.8.6_2 25 Mar 2004 21:26:53 |
clement |
- Use CONFIGURE_TARGET instead of --program-prefix=""
Reminded by: -ports@ discussion |
0.8.6_2 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.8.6_2 29 Feb 2004 15:29:53 |
clement |
- Drop maintainership |
0.8.6_2 07 Feb 2004 17:16:21 |
clement |
- SIZEify distinfo |
0.8.6_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.8.6_1 13 Jan 2004 15:04:51 |
clement |
- Update my email address
Approved and reviewed by: erwin (mentor) |
0.8.6_1 17 Dec 2003 00:07:53 |
pav |
libprelude
- update to 0.8.10
- use NOPORTDOCS
prelude-lml
- chase shlib version, bump portrevision
prelude-manager
- update to 0.8.10
prelude-nids
- update to 0.8.6
PR: ports/60113
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) |
0.8.6 04 Nov 2003 03:06:36 |
foxfair |
PR: 58388
Submitted by: maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org>
Update prelude-lml to 0.8.6 |
0.8.5 06 Oct 2003 13:12:16 |
edwin |
[maintainer update] security/{libprelude,prelude-lil,prelude-nids}: update to
latest versions.
- update libprelude to 0.8.7
- update prelude-nids to 0.8.4
- update prelude-lml 0.8.5
PR: ports/57625
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
0.8.4 26 Sep 2003 22:30:58 |
naddy |
Update prelude ports to latest version:
libprelude: 0.8.5 -> 0.8.6
prelude-lml: 0.8.3 -> 0.8.4
prelude-manager: 0.8.7 -> 0.8.8
prelude-nids: 0.8.1 -> 0.8.3
PR: 57168
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
0.8.3 18 Jun 2003 02:45:20 |
foxfair |
PR: 53012
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Add prelude-lml 0.8.3, Log Monitoring Lackey for prelude Network
Intrusion Detection System. |