update to 0.12.0rc3

This commit is contained in:
sthen 2009-10-30 21:33:49 +00:00
parent f312a9d6fc
commit add11d9140
6 changed files with 7 additions and 63 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/03 18:54:44 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2009/10/30 21:33:49 sthen Exp $
COMMENT= IP accounting software
DISTNAME= pmacct-0.12.0rc2
DISTNAME= pmacct-0.12.0rc3
CATEGORIES= net
HOMEPAGE= http://www.pmacct.net/

View File

@ -1,5 +1,5 @@
MD5 (pmacct-0.12.0rc2.tar.gz) = r8sSWW1MyDHoMQArnmm9Ow==
RMD160 (pmacct-0.12.0rc2.tar.gz) = Nrjcvj/SL0SBQyUVPfsJZiMSRJ8=
SHA1 (pmacct-0.12.0rc2.tar.gz) = h7sN4FZF+Asg0ErB3gGtoYd1gvc=
SHA256 (pmacct-0.12.0rc2.tar.gz) = Mi2rGZvMXxK0VATxYCyNKA5vkwyasRKrHjsCFbZo6Vk=
SIZE (pmacct-0.12.0rc2.tar.gz) = 494638
MD5 (pmacct-0.12.0rc3.tar.gz) = NZNZxpqze1OMqEwj/WZx4A==
RMD160 (pmacct-0.12.0rc3.tar.gz) = AaVs+hpQ9XP40mFOVsU7LXHDMYU=
SHA1 (pmacct-0.12.0rc3.tar.gz) = XHfFK4/8hsMnaXg2rryRpNx8GlM=
SHA256 (pmacct-0.12.0rc3.tar.gz) = HZkGIdW5PmSsQxCKKFQ9GWvOMtu8W6f7A4jucamHtj0=
SIZE (pmacct-0.12.0rc3.tar.gz) = 506193

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_bgp_bgp_c,v 1.1.1.1 2009/10/03 18:54:44 sthen Exp $
- missing prototypes cause pointer truncation on 64-bit arch
--- src/bgp/bgp.c.orig Thu Sep 17 02:10:52 2009
+++ src/bgp/bgp.c Thu Sep 17 02:10:58 2009
@@ -25,6 +25,7 @@
/* includes */
#include "pmacct.h"
#include "bgp.h"
+#include "bgp_hash.h"
#include "thread_pool.h"
/* variables to be exported away */

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_net_aggr_c,v 1.1.1.1 2009/10/03 18:54:44 sthen Exp $
- missing prototypes cause pointer truncation on 64-bit arch
--- src/net_aggr.c.orig Thu Sep 17 02:08:51 2009
+++ src/net_aggr.c Thu Sep 17 02:09:00 2009
@@ -28,6 +28,7 @@
#include "plugin_hooks.h"
#include "net_aggr.h"
#include "jhash.h"
+#include "addr.h"
void load_networks(char *filename, struct networks_table *nt, struct networks_cache *nc)
{

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_nfprobe_plugin_nfprobe_plugin_c,v 1.1.1.1 2009/10/03 18:54:44 sthen Exp $
- missing prototypes cause pointer truncation on 64-bit arch
--- src/nfprobe_plugin/nfprobe_plugin.c.orig Thu Sep 17 02:11:05 2009
+++ src/nfprobe_plugin/nfprobe_plugin.c Thu Sep 17 02:11:37 2009
@@ -51,6 +51,7 @@
#include "treetype.h"
#include "pmacct-data.h"
+#include "print_plugin.h"
#include "plugin_hooks.h"
#include "net_aggr.h"
#include "ports_aggr.h"

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-src_sfprobe_plugin_sfprobe_plugin_c,v 1.1.1.1 2009/10/03 18:54:44 sthen Exp $
- missing prototypes cause pointer truncation on 64-bit arch
--- src/sfprobe_plugin/sfprobe_plugin.c.orig Thu Sep 17 02:16:29 2009
+++ src/sfprobe_plugin/sfprobe_plugin.c Thu Sep 17 02:16:37 2009
@@ -19,6 +19,7 @@
#include "sflow_api.h"
#include "pmacct-data.h"
+#include "print_plugin.h"
#include "plugin_hooks.h"
#include "net_aggr.h"
#include "ports_aggr.h"