OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Oct-2006 10:37:14
Branch: HEAD Handle: 2006101609371400
Modified files:
openpkg-src/libevent libevent.patch libevent.spec
Log:
final release tarball is available
Summary:
Revision Changes Path
1.3 +2 -32 openpkg-src/libevent/libevent.patch
1.34 +1 -1 openpkg-src/libevent/libevent.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libevent/libevent.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 libevent.patch
--- openpkg-src/libevent/libevent.patch 15 Oct 2006 10:42:46 -0000
1.2
+++ openpkg-src/libevent/libevent.patch 16 Oct 2006 08:37:14 -0000
1.3
@@ -1,6 +1,6 @@
Index: event.h
---- event.h.orig 2005-12-06 04:16:01.000000000 +0100
-+++ event.h 2006-10-15 12:40:36.125816239 +0200
+--- event.h.orig 2006-10-04 05:34:38 +0200
++++ event.h 2006-10-16 10:35:45 +0200
@@ -76,6 +76,22 @@
}
#endif /* !RB_ENTRY */
@@ -24,33 +24,3 @@
struct event_base;
struct event {
TAILQ_ENTRY (event) ev_next;
-Index: event_tagging.c
---- event_tagging.c.orig 2005-09-09 09:03:32.000000000 +0200
-+++ event_tagging.c 2006-10-15 12:39:09.171109180 +0200
-@@ -39,7 +39,7 @@
- #include <sys/time.h>
- #endif
-
--#include <err.h>
-+#include "log.h"
- #include <errno.h>
- #include <stdio.h>
- #include <stdlib.h>
-@@ -57,7 +57,7 @@
- evtag_init()
- {
- if ((_buf = evbuffer_new()) == NULL)
-- err(1, "%s: malloc", __func__);
-+ event_err(1, "%s: malloc", __func__);
- }
-
- /*
-@@ -332,7 +332,7 @@
-
- *pstring = calloc(EVBUFFER_LENGTH(_buf) + 1, 1);
- if (*pstring == NULL)
-- err(1, "%s: calloc", __func__);
-+ event_err(1, "%s: calloc", __func__);
- evbuffer_remove(_buf, *pstring, EVBUFFER_LENGTH(_buf));
-
- return (0);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libevent/libevent.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 libevent.spec
--- openpkg-src/libevent/libevent.spec 15 Oct 2006 10:42:46 -0000
1.33
+++ openpkg-src/libevent/libevent.spec 16 Oct 2006 08:37:14 -0000
1.34
@@ -33,7 +33,7 @@
Group: Network
License: BSD
Version: 1.2
-Release: 20061015
+Release: 20061016
# list of sources
Source0: http://monkey.org/~provos/libevent-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]