mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 0.9.13.2
Changelog libprelude-0.9.13.2: - Improve error reporting with the central option interface. - Fix a bug when comparing IDMEF object with optional fields. - Fix a problem with the logger, where large log entry wouldn't be logged. - Fix distclean target. PR: ports/111131 Submitted by: maintainer (Robin Gruyters)
This commit is contained in:
parent
8bc5d9e765
commit
e888c2e3a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188991
@ -4,7 +4,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libprelude
|
||||
PORTVERSION= 0.9.13.1
|
||||
PORTVERSION= 0.9.13.2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
|
||||
http://www.prelude-ids.org/download/releases/old/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libprelude-0.9.13.1.tar.gz) = 6eb7266faa2ba18d9cd438f09acc6d81
|
||||
SHA256 (libprelude-0.9.13.1.tar.gz) = 1b940bd7b59717bb017ba814aa4f0419b7dff8298f48842cebdbd42f73a3197d
|
||||
SIZE (libprelude-0.9.13.1.tar.gz) = 1903669
|
||||
MD5 (libprelude-0.9.13.2.tar.gz) = 6028d6e30782478c9e0a7ed5bc68f3f0
|
||||
SHA256 (libprelude-0.9.13.2.tar.gz) = 391c444b96cabee54ec00430be3a8033ad341a0389b5b096d2a090f192f9bbd7
|
||||
SIZE (libprelude-0.9.13.2.tar.gz) = 1903098
|
||||
|
@ -1,17 +1,17 @@
|
||||
--- Makefile.in.orig Tue Feb 20 14:15:56 2007
|
||||
+++ Makefile.in Thu Feb 22 13:47:30 2007
|
||||
@@ -430,8 +430,8 @@
|
||||
--- Makefile.in.orig Fri Mar 30 16:17:46 2007
|
||||
+++ Makefile.in Mon Apr 2 10:39:02 2007
|
||||
@@ -462,8 +462,8 @@
|
||||
target_vendor = @target_vendor@
|
||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --without-system-ltdl
|
||||
ACLOCAL_AMFLAGS = -I m4 -I libmissing/m4
|
||||
-@HAVE_SYSTEM_LIBLTDL_FALSE@SUBDIRS = libmissing m4 src prelude-adduser bindings docs
|
||||
-@HAVE_SYSTEM_LIBLTDL_TRUE@SUBDIRS = libltdl libmissing m4 src prelude-adduser bindings docs
|
||||
+@HAVE_SYSTEM_LIBLTDL_FALSE@SUBDIRS = libmissing m4 src prelude-adduser bindings
|
||||
+@HAVE_SYSTEM_LIBLTDL_TRUE@SUBDIRS = libltdl libmissing m4 src prelude-adduser bindings
|
||||
-@HAVE_SYSTEM_LIBLTDL_FALSE@SUBDIRS = libltdl libmissing m4 src prelude-adduser bindings docs
|
||||
-@HAVE_SYSTEM_LIBLTDL_TRUE@SUBDIRS = libmissing m4 src prelude-adduser bindings docs
|
||||
+@HAVE_SYSTEM_LIBLTDL_FALSE@SUBDIRS = libltdl libmissing m4 src prelude-adduser bindings
|
||||
+@HAVE_SYSTEM_LIBLTDL_TRUE@SUBDIRS = libmissing m4 src prelude-adduser bindings
|
||||
EXTRA_DIST = HACKING.README LICENSE.README client.conf global.conf idmef-client.conf tls.conf
|
||||
bin_SCRIPTS = $(top_builddir)/libprelude-config
|
||||
distuninstallcheck_listfiles = find . -type f -print | grep -v 'perl' | grep -v '3pm'
|
||||
@@ -953,61 +953,10 @@
|
||||
@@ -985,61 +985,10 @@
|
||||
$(INSTALL) -d -m 755 $(DESTDIR)$(prelude_config_dir);
|
||||
$(INSTALL) -d -m 755 $(DESTDIR)$(prelude_config_dir)/default;
|
||||
$(INSTALL) -d -m 755 $(DESTDIR)$(prelude_config_dir)/profile;
|
||||
|
Loading…
Reference in New Issue
Block a user