Ver código fonte

upgrading package: honeyd 0.5a -> 0.6

Thomas Lotterer 22 anos atrás
pai
commit
53540648ff
2 arquivos alterados com 32 adições e 2 exclusões
  1. 30 0
      honeyd/honeyd.patch
  2. 2 2
      honeyd/honeyd.spec

+ 30 - 0
honeyd/honeyd.patch

@@ -63,3 +63,33 @@
  # Contributed by grunby grunby@hades.ss.purchase.edu
  Fingerprint Microsoft NT 4.0 SP5-SP6
  TSeq(Class=RI%gcd=<6%SI=<DA16&>21A)
+--- interface.c.orig	Sat Jun 14 05:45:26 2003
++++ interface.c	Thu Jun 26 11:23:20 2003
+@@ -47,6 +47,7 @@
+ #include <syslog.h>
+ #include <unistd.h>
+ 
++#include <sys/time.h>
+ #include <event.h>
+ #include <pcap.h>
+ #include <dnet.h>
+--- arp.c.orig	Fri May 30 14:19:46 2003
++++ arp.c	Thu Jun 26 11:23:26 2003
+@@ -45,6 +45,7 @@
+ #include <syslog.h>
+ #include <unistd.h>
+ 
++#include <sys/time.h>
+ #include <event.h>
+ #include <pcap.h>
+ #include <dnet.h>
+--- gre.c.orig	Sat Jun 14 06:33:27 2003
++++ gre.c	Thu Jun 26 11:23:38 2003
+@@ -50,6 +50,7 @@
+ #undef timeout_pending
+ #undef timeout_initialized
+ 
++#include <sys/time.h>
+ #include <event.h>
+ 
+ #include "honeyd.h"

+ 2 - 2
honeyd/honeyd.spec

@@ -32,8 +32,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [EVAL]
 Group:        Language
 License:      BSD License
-Version:      0.5a
-Release:      20030624
+Version:      0.6
+Release:      20030626
 
 #   package options
 %option       with_fsl  yes