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: 07-Dec-2006 09:14:15
Branch: HEAD Handle: 2006120708141400
Modified files:
openpkg-src/pound pound.patch pound.spec
Log:
upgrading package: pound 2.1.6 -> 2.1.7
Summary:
Revision Changes Path
1.3 +32 -17 openpkg-src/pound/pound.patch
1.65 +2 -2 openpkg-src/pound/pound.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pound/pound.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 pound.patch
--- openpkg-src/pound/pound.patch 28 Oct 2006 07:49:43 -0000 1.2
+++ openpkg-src/pound/pound.patch 7 Dec 2006 08:14:14 -0000 1.3
@@ -1,8 +1,35 @@
---- pound.h.orig 2005-09-28 15:54:27.468707000 +0200
-+++ pound.h 2005-09-28 17:52:20.687744806 +0200
-@@ -84,6 +84,12 @@
- #include "config.h"
+Index: Makefile.in
+--- Makefile.in.orig 2006-12-06 18:32:18 +0100
++++ Makefile.in 2006-12-07 09:12:24 +0100
+@@ -44,7 +44,7 @@
+ ${CC} @LDFLAGS@ -o pound $(OBJS) $(LIBS)
+
+ poundctl: poundctl.o
+- ${CC} -o poundctl poundctl.o $(LIBS)
++ ${CC} @LDFLAGS@ -o poundctl poundctl.o $(LIBS)
+
+ $(OBJS): pound.h
+
+Index: http.c
+--- http.c.orig 2006-12-06 18:32:18 +0100
++++ http.c 2006-12-07 09:12:24 +0100
+@@ -29,6 +29,10 @@
+
+ #include "pound.h"
+
++#ifndef SOL_TCP
++#define SOL_TCP SOL_SOCKET
++#endif
++
+ /* HTTP error replies */
+ static char *h500 = "500 Internal Server Error",
+ *h501 = "501 Not Implemented",
+Index: pound.h
+--- pound.h.orig 2006-12-06 18:32:18 +0100
++++ pound.h 2006-12-07 09:12:24 +0100
+@@ -31,6 +31,12 @@
#include <stdio.h>
+ #include <math.h>
+#if HAVE_PTHREAD_H
+#include <pthread.h>
@@ -13,7 +40,7 @@
#if HAVE_STDLIB_H
#include <stdlib.h>
#else
-@@ -100,12 +106,6 @@
+@@ -47,12 +53,6 @@
#include <getopt.h>
#endif
@@ -26,15 +53,3 @@
#if HAVE_STRING_H
#include <string.h>
#else
-Index: Makefile.in
---- Makefile.in.orig 2006-10-28 09:38:58 +0200
-+++ Makefile.in 2006-10-28 09:41:08 +0200
-@@ -44,7 +44,7 @@
- ${CC} @LDFLAGS@ -o pound $(OBJS) $(LIBS)
-
- poundctl: poundctl.o
-- ${CC} -o poundctl poundctl.o
-+ ${CC} @LDFLAGS@ -o poundctl poundctl.o $(LIBS)
-
- $(OBJS): pound.h
-
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/pound/pound.spec
============================================================================
$ cvs diff -u -r1.64 -r1.65 pound.spec
--- openpkg-src/pound/pound.spec 5 Nov 2006 08:26:28 -0000 1.64
+++ openpkg-src/pound/pound.spec 7 Dec 2006 08:14:14 -0000 1.65
@@ -32,8 +32,8 @@
Class: EVAL
Group: Web
License: GPL
-Version: 2.1.6
-Release: 20061105
+Version: 2.1.7
+Release: 20061207
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]