diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-11-28 16:37:30 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-11-28 16:37:30 +0000 |
commit | 5ea8699631757716c5fc4d4ac38ab772c6036989 (patch) | |
tree | fe85ea2f4a23e9079156762521a446c2f5e19983 /security/prelude-lml | |
parent | 9de7244c6297a6806240ae299c8f1faaf20e7e92 (diff) | |
download | ports-5ea8699631757716c5fc4d4ac38ab772c6036989.tar.gz ports-5ea8699631757716c5fc4d4ac38ab772c6036989.zip |
Notes
Diffstat (limited to 'security/prelude-lml')
-rw-r--r-- | security/prelude-lml/Makefile | 2 | ||||
-rw-r--r-- | security/prelude-lml/distinfo | 12 | ||||
-rw-r--r-- | security/prelude-lml/files/patch-Makefile.in | 12 | ||||
-rw-r--r-- | security/prelude-lml/files/patch-configure | 11 | ||||
-rw-r--r-- | security/prelude-lml/pkg-plist | 2 |
5 files changed, 25 insertions, 14 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index 06c943bf7db8..082c0819eecd 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= prelude-lml -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ diff --git a/security/prelude-lml/distinfo b/security/prelude-lml/distinfo index ab146251c576..c241b38c25b9 100644 --- a/security/prelude-lml/distinfo +++ b/security/prelude-lml/distinfo @@ -1,6 +1,6 @@ -MD5 (prelude-lml-0.9.0.tar.gz) = ff875d0e654a89d54ec2200acc847d2d -SHA256 (prelude-lml-0.9.0.tar.gz) = 9dda7587a89bd1ac12a38e6b7c4be82964bb31e417c1f35d95bb8f1fdf73d19f -SIZE (prelude-lml-0.9.0.tar.gz) = 511210 -MD5 (prelude-lml-0.9.0.tar.gz.sig) = 2135997638d1f608c44db237250e0303 -SHA256 (prelude-lml-0.9.0.tar.gz.sig) = 4a00550482ffb9b602585c2bfdf1e156e06b34aaba1f9af97c5dc72e452d6f4a -SIZE (prelude-lml-0.9.0.tar.gz.sig) = 827 +MD5 (prelude-lml-0.9.1.tar.gz) = b7b1e51cfdebe4e0645394a821274559 +SHA256 (prelude-lml-0.9.1.tar.gz) = 57c396d862330aa1578dbd44d92e8686a29735b4480f6c4144b9c4be22275261 +SIZE (prelude-lml-0.9.1.tar.gz) = 515291 +MD5 (prelude-lml-0.9.1.tar.gz.sig) = 3e2ccfbe19f4abb1cacc31e185b106b8 +SHA256 (prelude-lml-0.9.1.tar.gz.sig) = e001e6211f320ce7be35bbf499594a057ac04856c32dbcc3a795e139a7cc11d3 +SIZE (prelude-lml-0.9.1.tar.gz.sig) = 827 diff --git a/security/prelude-lml/files/patch-Makefile.in b/security/prelude-lml/files/patch-Makefile.in index 64d405d82cd8..45a0011c6ef0 100644 --- a/security/prelude-lml/files/patch-Makefile.in +++ b/security/prelude-lml/files/patch-Makefile.in @@ -1,9 +1,9 @@ ---- Makefile.in.orig Mon Sep 22 10:08:39 2003 -+++ Makefile.in Mon Sep 22 15:21:05 2003 -@@ -593,28 +593,8 @@ +--- Makefile.in.orig Thu Nov 24 14:46:25 2005 ++++ Makefile.in Mon Nov 28 18:41:44 2005 +@@ -601,28 +601,8 @@ install-data-local: - $(INSTALL) -m 700 -d $(DESTDIR)$(configdir)/metadata; + $(INSTALL) -m 700 -d $(DESTDIR)$(metadata_dir) - @if test -f $(DESTDIR)$(configdir)/prelude-lml.conf; then \ - echo "********************************************************************************"; \ - echo; \ @@ -26,8 +26,8 @@ - else \ - $(INSTALL) -m 600 $(top_srcdir)/plugins.rules $(DESTDIR)$(configdir)/; \ - fi -+ $(INSTALL) -m 600 $(top_srcdir)/prelude-lml.conf $(DESTDIR)$(configdir)/prelude-lml.conf-dist; \ -+ $(INSTALL) -m 600 $(top_srcdir)/plugins.rules $(DESTDIR)$(configdir)/plugins.rules-dist; \ ++ $(INSTALL) -m 600 $(top_srcdir)/prelude-lml.conf $(DESTDIR)$(configdir)/prelude-lml.conf-dist ++ $(INSTALL) -m 600 $(top_srcdir)/plugins.rules $(DESTDIR)$(configdir)/plugins.rules-dist uninstall-local: rm -f $(DESTDIR)$(configdir)/prelude-lml.conf; \ diff --git a/security/prelude-lml/files/patch-configure b/security/prelude-lml/files/patch-configure new file mode 100644 index 000000000000..78d378ba670f --- /dev/null +++ b/security/prelude-lml/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Nov 28 19:10:33 2005 ++++ configure Mon Nov 28 19:11:21 2005 +@@ -30610,7 +30610,7 @@ _ACEOF + configdir=$sysconfdir/prelude-lml + prelude_lml_conf=$configdir/prelude-lml.conf + regex_conf=$configdir/plugins.rules +-metadata_dir=$localstatedir/lib/prelude-lml ++metadata_dir=/var/spool/prelude-lml + plugindir=$libdir/prelude-lml + log_plugin_dir=$plugindir + diff --git a/security/prelude-lml/pkg-plist b/security/prelude-lml/pkg-plist index ed7ecb16d717..da1772a00347 100644 --- a/security/prelude-lml/pkg-plist +++ b/security/prelude-lml/pkg-plist @@ -52,7 +52,7 @@ include/prelude-lml/prelude-lml.h lib/prelude-lml/debug.so lib/prelude-lml/pcre.so @unexec rmdir %D/etc/prelude-lml/ruleset 2>/dev/null || true -@unexec rmdir %D/etc/prelude-lml/metadata 2>/dev/null || true @unexec rmdir %D/etc/prelude-lml 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/etc/prelude-lml`` to remove any configuration files left." | fmt @dirrm include/prelude-lml @dirrm lib/prelude-lml +@unexec rmdir /var/spool/prelude-lml 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf /var/spool/prelude-lml`` to remove any logfile metadata files left." | fmt |