OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-Apr-2004 08:55:22
Branch: HEAD Handle: 2004041507552200
Modified files:
openpkg-src/honeyd honeyd.patch honeyd.spec
Log:
upgrading package: honeyd 0.8 -> 0.8a
Summary:
Revision Changes Path
1.12 +28 -28 openpkg-src/honeyd/honeyd.patch
1.46 +4 -4 openpkg-src/honeyd/honeyd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/honeyd/honeyd.patch
============================================================================
$ cvs diff -u -r1.11 -r1.12 honeyd.patch
--- openpkg-src/honeyd/honeyd.patch 21 Jan 2004 13:01:54 -0000 1.11
+++ openpkg-src/honeyd/honeyd.patch 15 Apr 2004 06:55:22 -0000 1.12
@@ -1,6 +1,6 @@
Index: command.c
---- command.c.orig 2004-01-21 09:31:42.000000000 +0100
-+++ command.c 2004-01-21 13:58:27.000000000 +0100
+--- command.c.orig 2004-04-15 05:29:22.000000000 +0200
++++ command.c 2004-04-15 08:46:29.000000000 +0200
@@ -68,6 +68,9 @@
#include "udp.h"
#include "fdpass.h"
@@ -12,8 +12,8 @@
ssize_t atomicio(ssize_t (*)(), int, void *, size_t);
Index: compat/getopt.h
---- compat/getopt.h.orig 2004-01-21 09:31:42.000000000 +0100
-+++ compat/getopt.h 2004-01-21 13:58:27.000000000 +0100
+--- compat/getopt.h.orig 2004-04-15 05:29:22.000000000 +0200
++++ compat/getopt.h 2004-04-15 08:46:29.000000000 +0200
@@ -40,7 +40,11 @@
#ifndef _GETOPT_H_
#define _GETOPT_H_
@@ -27,9 +27,9 @@
/*
* GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
Index: config.h.in
---- config.h.in.orig 2004-01-21 06:57:25.000000000 +0100
-+++ config.h.in 2004-01-21 13:58:27.000000000 +0100
-@@ -189,6 +189,9 @@
+--- config.h.in.orig 2004-02-04 08:03:04.000000000 +0100
++++ config.h.in 2004-04-15 08:46:29.000000000 +0200
+@@ -198,6 +198,9 @@
/* Define if you have the `strtoul' function. */
#undef HAVE_STRTOUL
@@ -39,7 +39,7 @@
/* Define if your system defines struct sockaddr_storage */
#undef HAVE_STRUCT_SOCKADDR_STORAGE
-@@ -216,6 +219,9 @@
+@@ -228,6 +231,9 @@
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
@@ -50,18 +50,18 @@
#undef HAVE_SYS_WAIT_H
Index: configure
---- configure.orig 2004-01-21 06:57:27.000000000 +0100
-+++ configure 2004-01-21 13:59:02.000000000 +0100
-@@ -4143,7 +4143,7 @@
+--- configure.orig 2004-04-15 04:47:32.000000000 +0200
++++ configure 2004-04-15 08:47:28.000000000 +0200
+@@ -4258,7 +4258,7 @@
fi
--for ac_header in errno.h fcntl.h paths.h stdlib.h string.h time.h sys/ioctl.h
sys/param.h sys/socket.h sys/time.h sys/ioccom.h syslog.h unistd.h
-+for ac_header in errno.h fcntl.h paths.h stdlib.h string.h time.h sys/ioctl.h
sys/param.h sys/socket.h sys/time.h sys/ioccom.h sys/cdefs.h syslog.h unistd.h
+-for ac_header in stdarg.h errno.h fcntl.h paths.h stdlib.h string.h time.h
sys/ioctl.h sys/param.h sys/socket.h sys/time.h sys/ioccom.h syslog.h unistd.h
++for ac_header in stdarg.h errno.h fcntl.h paths.h stdlib.h string.h time.h
sys/ioctl.h sys/param.h sys/socket.h sys/time.h sys/ioccom.h syslog.h unistd.h
sys/cdefs.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
- echo "$as_me:4149: checking for $ac_header" >&5
-@@ -5105,7 +5105,7 @@
+ echo "$as_me:4264: checking for $ac_header" >&5
+@@ -5220,7 +5220,7 @@
fi
done
@@ -69,14 +69,14 @@
+for ac_func in dup2 fgetln gettimeofday memmove memset strcasecmp strchr strdup
strncasecmp strtoul strspn getaddrinfo getnameinfo freeaddrinfo setgroups sendmsg
recvmsg setregid setruid setenv
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
- echo "$as_me:5111: checking for $ac_func" >&5
+ echo "$as_me:5226: checking for $ac_func" >&5
Index: honeyd.c
---- honeyd.c.orig 2004-01-21 09:31:42.000000000 +0100
-+++ honeyd.c 2004-01-21 13:58:27.000000000 +0100
-@@ -88,6 +88,9 @@
- #include "gre.h"
- #include "log.h"
- #include "osfp.h"
+--- honeyd.c.orig 2004-04-15 05:29:22.000000000 +0200
++++ honeyd.c 2004-04-15 08:48:06.000000000 +0200
+@@ -91,6 +91,9 @@
+ #include "parser.h"
+ #include "ui.h"
+ #include "ethernet.h"
+#ifndef HAVE_SETENV
+#include "setenv.h"
+#endif
@@ -84,8 +84,8 @@
#ifdef HAVE_PYTHON
#include "pyextend.h"
Index: honeyd_overload.c
---- honeyd_overload.c.orig 2004-01-21 09:31:42.000000000 +0100
-+++ honeyd_overload.c 2004-01-21 13:58:27.000000000 +0100
+--- honeyd_overload.c.orig 2004-04-15 05:29:22.000000000 +0200
++++ honeyd_overload.c 2004-04-15 08:46:29.000000000 +0200
@@ -252,7 +252,7 @@
struct fd *nfd;
int pair[2];
@@ -150,8 +150,8 @@
}
+#endif /* !sun */
Index: personality.c
---- personality.c.orig 2004-01-21 09:31:42.000000000 +0100
-+++ personality.c 2004-01-21 13:58:27.000000000 +0100
+--- personality.c.orig 2004-04-15 05:29:22.000000000 +0200
++++ personality.c 2004-04-15 08:46:29.000000000 +0200
@@ -32,6 +32,9 @@
#include <sys/param.h>
@@ -163,8 +163,8 @@
#include "config.h"
Index: pf_osfp.c
---- pf_osfp.c.orig 2004-01-21 09:31:42.000000000 +0100
-+++ pf_osfp.c 2004-01-21 13:58:27.000000000 +0100
+--- pf_osfp.c.orig 2004-04-15 05:29:22.000000000 +0200
++++ pf_osfp.c 2004-04-15 08:46:29.000000000 +0200
@@ -50,6 +50,10 @@
# define DPFPRINTF(format, x...) ((void)0)
# endif /* PFDEBUG */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/honeyd/honeyd.spec
============================================================================
$ cvs diff -u -r1.45 -r1.46 honeyd.spec
--- openpkg-src/honeyd/honeyd.spec 7 Feb 2004 17:55:30 -0000 1.45
+++ openpkg-src/honeyd/honeyd.spec 15 Apr 2004 06:55:22 -0000 1.46
@@ -33,8 +33,8 @@
Class: EVAL
Group: Security
License: BSD
-Version: 0.8
-Release: 20040207
+Version: 0.8a
+Release: 20040415
# package options
%option with_fsl yes
@@ -61,8 +61,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, libdnet, libpcap, libevent, make
-PreReq: OpenPKG, openpkg >= 20040130, libdnet, libpcap, libevent
+BuildPreReq: OpenPKG, openpkg >= 20040130, libdnet, libpcap, libevent, libedit,
make
+PreReq: OpenPKG, openpkg >= 20040130, libdnet, libpcap, libevent, libedit
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl >= 1.2.0
PreReq: fsl >= 1.2.0
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]