Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Jan 2021 17:02:17
1.2.6_1

|
rene  |
security/libprelude[db]: remove optional binding for expired Python 2.7
PR: 249763
PR: 249764
Submitted by: swills |
15 Nov 2019 10:12:08
1.2.6_1

|
tobik  |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
26 Jul 2019 20:46:57
1.2.6_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
08 Jul 2019 12:21:43
1.2.6

|
pkubaj  |
security/libpreludedb: fix build with GCC-based architectures
Since the switch to MySQL 5.7, C11-aware compiler is required:
/usr/bin/ld: cannot find -latomic
Approved by: mentors (implicit approval) |
07 Mar 2017 15:28:19
1.2.6

|
ak  |
- Remove empty directories
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr blanket |
25 Apr 2016 16:13:39
1.2.6

|
mat  |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
01 Apr 2016 14:25:18
1.2.6

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
27 Mar 2016 14:58:00
1.2.6

|
tijl  |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
03 Mar 2016 16:37:02
1.0.1p1_10

|
amdmi3  |
- Switch to options helpers |
12 Jan 2016 16:20:32
1.0.1p1_10

|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
02 Aug 2015 15:03:20
1.0.1p1_10

|
tijl  |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
15 May 2015 16:52:40
1.0.1p1_9

|
amdmi3  |
- Clarify LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist |
02 Jan 2015 18:46:34
1.0.1p1_9

|
pi  |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
26 Nov 2014 13:08:38
1.0.1p1_8

|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
17 Sep 2014 07:38:16
1.0.1p1_7

|
tijl  |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
31 Aug 2014 13:34:19
1.0.1p1_7

|
wg  |
security/libpreludedb: support stage
- Use options helpers
- Add LICENSE
- Install stripped libs
PR: 193164
Submitted by: Ports Fury |
21 Aug 2014 14:58:55
1.0.1p1_6

|
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) |
09 Aug 2014 15:44:28
1.0.1p1_5

|
mva  |
Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.
USE_PYTHON=yes becomes USES=python
USE_PYTHON=2.7+ becomes USES=python:2.7+
USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
...
A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;
PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK (Only the first 15 lines of the commit message are shown above ) |
30 Jul 2014 03:57:24
1.0.1p1_5

|
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) |
23 Jul 2014 09:54:02
1.0.1p1_4

|
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) |
14 Jul 2014 18:42:04
1.0.1p1_3

|
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
27 Jun 2014 17:21:07
1.0.1p1_3

|
miwi  |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
10 Jun 2014 12:14:14
1.0.1p1_2

|
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
26 May 2014 12:50:41
1.0.1p1_2

|
miwi  |
- Convert gmake, bzip2 to USES
Approved by: portmgr |
21 Jan 2014 23:40:23
1.0.1p1_2

|
bapt  |
Fix properties on pkg-plist |
20 Sep 2013 22:55:26
1.0.1p1_2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
03 Aug 2013 08:45:52
1.0.1p1_2

|
az  |
- Convert to new perl framework
- Trim Makefile header |
12 Jun 2013 17:45:03
1.0.1p1_2

|
az  |
- Fix build with new site_perl
Submitted by: olli hauer <ohauer@gmx.de> |
03 May 2013 16:36:41
1.0.1p1_2

|
ehaupt  |
Chase security/libgcrypt update |
27 Apr 2013 18:25:25
1.0.1p1_1

|
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 |
24 Apr 2013 18:10:32
1.0.1p1_1

|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
28 Mar 2013 16:29:01
1.0.1p1_1

|
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
05 Feb 2013 16:17:07
1.0.1p1_1

|
novel  |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
15 Dec 2012 22:22:38
1.0.1p1

|
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 ) |
07 Oct 2012 19:31:17
0.9.15.3_1

|
dougb  |
Restore option descriptions to what the maintainer actually put in the PR
Pointy hat to: eadler
PR: ports/172426
Submitted by: Michael Gmelin <freebsd@grem.de> (maintainer) |
07 Oct 2012 04:44:49
0.9.15.3_1

|
eadler  |
Convert to OptionsNG
PR: ports/172426
Submitted by: Michael Gmelin <freebsd@grem.de> |
02 Aug 2011 16:22:15
0.9.15.3_1
|
bapt  |
Fix master_site |
03 Jul 2011 14:03:52
0.9.15.3_1
|
ohauer  |
-remove MD5 |
19 Mar 2011 13:15:34
0.9.15.3_1
|
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
24 Sep 2009 20:15:13
0.9.15.3
|
pav  |
- Update to 0.9.15.3
PR: ports/139003
Submitted by: Vladimir Korkodinov <viper@perm.raid.ru>
Feature safe: yes |
23 Sep 2009 22:17:11
0.9.15.1_2
|
linimon  |
Reset r.gruyters@snow.nl by request due to lack of time.
Feature safe: yes |
19 Sep 2009 21:12:56
0.9.15.1_2
|
pav  |
- Chase libprelude update
Feature safe: yes |
18 Feb 2009 23:39:00
0.9.15.1_1
|
amdmi3  |
- Chase security/libprelude shlib version bump
PR: 131286, 131585 (partial)
Submitted by: Vladimir Korkodinov <viper at perm dot raid dot ru> |
30 Nov 2008 21:00:12
0.9.15.1
|
remko  |
Restore previous maintainer, now with his new email address.
Approved by: wxs (diff not reviewed, ack'ed to commit) |
28 Nov 2008 23:20:21
0.9.15.1
|
linimon  |
Reset r.gruyters@yirdis.nl: email address bounces. |
30 Sep 2008 04:32:14
0.9.15.1
|
beech  |
- Update to 0.9.15.1
- Rework OPTIONS to autodetect installed SQL libs and default their
tunables to "on"
- Fix portdocs handling
PR: ports/127340
Submitted by: Yarema <yds@CoolRat.org>
Approved by: maintainer timeout (> two weeks) |
21 Aug 2008 06:18:49
0.9.14.1_2
|
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 ) |
06 Jun 2008 14:01:07
0.9.14.1_2
|
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) |
13 May 2008 14:51:35
0.9.14.1_1
|
miwi  |
- Chase security/libprelude shlib version bump |
15 Feb 2008 11:17:20
0.9.14.1
|
miwi  |
- Update to 0.9.14.1
PR: 119854
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
05 Oct 2007 01:46:14
0.9.13
|
clsung  |
- 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) |
06 Jun 2007 12:50:09
0.9.12_1
|
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) |
21 Mar 2007 07:48:50
0.9.12
|
clsung  |
- Update to 0.9.12
Changelog libpreludedb-0.9.12:
- [sqlite3] Provide case-insensitive regex.
- [preludedb-admin] Loading of multiple file and improved reporting.
- Provide substring match for AdditionalData value.
- Fix insertion issue for ProcessArg and File Linkage.
- Fix a bug when retrieving an empty time field (following retrieved fields
where not the one expected).
- When a given SQL function is not implemented by the driver, return a
detailed error message with information concerning the missing function.
- Implement Python only get_values, get_heartbeat_idents, get_alert_idents.
Return the number of rows as well as the rows in a tupple.
- Make sure we have an exception to process: fix a crash with Python
bindings upon signal reception. Fix #200.
PR: ports/110583
Submitted by: maintainer (Robin Gruyters) |
08 Feb 2007 22:35:03
0.9.11.3
|
miwi  |
- Update to 0.9.11.3
Changelog:
- Fix invalid free() in the SQLite plugin.
- Fix preludedb-admin copy/move operations.
PR: 108923
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
29 Jan 2007 19:05:07
0.9.11.2
|
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) |
08 Jan 2007 15:21:07
0.9.11.2
|
clsung  |
- Update to 0.9.11.2
Changelog libpreludedb:
- Prevent binding generation error when using old SWIG version.
- Generate bindings for the error handling API.
- Small Perl/Python detection improvement. Fix #182.
- Fix bindings compilation when using make -j.
- New configure --with-perl-installdirs flags: might be used to override
default site perl installation.
- Various bug fixes.
- Fix make installation error when Perl bindings are disabled.
PR: ports/107678
Submitted by: maintainer (Robin Gruyters) |
21 Dec 2006 19:14:31
0.9.11
|
miwi  |
- Update to 0.9.11
Changelog libpreludedb-0.9.11:
- Avoid using GNU sed extension when generating postgresql/sqlite schema.
- Fix a Python binding memory leak upon alert list deletion.
- Compile and run on OS X.
- Various bugfixes.
- Various portability fixes.
PR: ports/107008
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) |
27 Nov 2006 01:16:41
0.9.10
|
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) |
09 Oct 2006 09:51:12
0.9.10
|
clsung  |
- Update to 0.9.10
libpreludedb Changelog:
- Fix PostgreSQL schema update version 5.
- Only export symbol starting with preludedb_.
- Verbose error reporting in case of libpreludedb initialization failure.
PR: ports/104201
Submitted by: maintainer (Robin Gruyters) |
14 Aug 2006 09:11:31
0.9.9
|
clsung  |
- Update to 0.9.9
Changelog libpreludedb:
- Implement an idea from Lex van Roon <r3boot@r3blog.nl.eu.org> providing
an alert/heartbeat deletion performance improvement in the order of
3000% (preludedb-admin already benefit from it, next Prewikka release
will benefit from it too).
- Fix --with-(perl|python|swig) detection path ordering.
- Verbose error reporting on logfile opening error.
- Various bug fixes.
PR: ports/101995
Submitted by: maintainer (Robin Gruyters) |
20 Jul 2006 21:10:21
0.9.8.1
|
rafan  |
- Update to 0.9.8.1
- OPTIONS'ify
Note that now MySQL is the default backend, which is also recommended
by Prelude team.
PR: ports/100530
Submitted by: maintainer |
07 Jun 2006 15:08:09
0.9.8
|
garga  |
- Update to 0.9.8
PR: ports/98589
Submitted by: maintainer |
05 May 2006 11:24:52
0.9.7.1_1
|
garga  |
- Chase libprelude version
- Bump PORTREVISION
PR: ports/96758, ports/96759, ports/96760
Submitted by: maintainer |
28 Apr 2006 04:25:40
0.9.7.1
|
mnag  |
- Update to 0.9.7.1
PR: 96354
Submitted by: maintainer |
28 Mar 2006 10:54:32
0.9.7
|
garga  |
- Update to 0.9.7
PR: ports/94993
Submitted by: maintainer |
21 Mar 2006 11:50:53
0.9.6
|
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] |
02 Mar 2006 09:38:29
0.9.5.1
|
sergei  |
- Update to 0.9.5.1 (unbreaks fething)
- Add .../old/ subdir to MASTER_SITES so the port is still fetchable even
when the Prelude project releases a new version
- Add missing LIB_DEPENDS when using WITH_SQLITE knob
PR: ports/93737
Submitted by: Robin Gruyters (maintainer)
Approved by: portmgr (krion) |
23 Feb 2006 10:40:45
0.9.4_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
20 Feb 2006 23:01:33
0.9.4_1
|
sergei  |
- Fix run-time linking problems of the dependent ports by installing libtool
archives (.la) files - switch to USE_LIBTOOL=libtool:15:inc
- Add WITH_SQLITE knob
- Fix typo in LDCONFIG_DIRS
- Bump PORTREVISION
PR: ports/93500
Submitted by: Robin Gruyters (maintainer) |
15 Feb 2006 14:02:57
0.9.4
|
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> |
14 Feb 2006 15:19:47
0.9.4
|
sergei  |
- Update to 0.9.4 (unbreaks fetching)
- Chase libprelude version bump
- Override LDCONFIG_DIRS to specify where we install shlibs [1]
- Sort pkg-plist
Obtained from: Frank van Vliet <frank@pine.nl> [1] |
22 Jan 2006 06:28:59
0.9.2_1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
19 Jan 2006 23:50:30
0.9.2_1
|
kris  |
BROKEN: Unfetchable |
10 Jan 2006 17:09:32
0.9.2_1
|
sergei  |
- Chase libprelude version bump (.2 -> .4)
- Bump PORTREVISION |
19 Dec 2005 10:24:14
0.9.2
|
sergei  |
- Update to 0.9.2 |
28 Nov 2005 16:34:13
0.9.1
|
sergei  |
- Update to 0.9.1
Thanks to: edwin's script |
25 Nov 2005 14:05:38
0.9.0
|
sergei  |
- Add SHA256 checksums to my ports |
14 Oct 2005 18:18:45
0.9.0
|
sergei  |
Add security/libpreludedb:
This library provides a framework for easy access to the Prelude database.
WWW: http://www.prelude-ids.org/ |