--- a/pound/2.5/dynamic-backends.patch Thu May 12 10:34:58 2011 +0200
+++ b/pound/2.5/dynamic-backends.patch Thu May 12 11:03:31 2011 +0200
@@ -1,6 +1,6 @@
diff -r badbd0960f5b config.c
--- a/config.c Mon May 09 11:00:36 2011 +0200
-+++ b/config.c Thu May 12 10:27:43 2011 +0200
++++ b/config.c Thu May 12 10:36:12 2011 +0200
@@ -77,7 +77,7 @@
static regex_t Service, ServiceName, URL, HeadRequire, HeadDeny, BackEnd, Emergency, Priority, HAport, HAportAddr;
static regex_t Redirect, RedirectN, TimeOut, Session, Type, TTL, ID, DynScale;
@@ -69,13 +69,14 @@
exit(1);
diff -r badbd0960f5b debian/changelog
--- a/debian/changelog Mon May 09 11:00:36 2011 +0200
-+++ b/debian/changelog Thu May 12 10:27:43 2011 +0200
-@@ -1,3 +1,15 @@
++++ b/debian/changelog Thu May 12 10:36:12 2011 +0200
+@@ -1,3 +1,16 @@
+pound (2.5-1~bpo50+3) lenny-backports; urgency=low
+
+ * fixed manpage formatting
++ * fixed unterminated strings
+
-+ -- Matthias Förste <foerste@schlittermann.de> Wed, 11 May 2011 16:40:39 +0200
++ -- Matthias Förste <foerste@schlittermann.de> Thu, 12 May 2011 10:35:36 +0200
+
+pound (2.5-1~bpo50+2) lenny-backports; urgency=low
+
@@ -88,7 +89,7 @@
* Rebuild for lenny-backports.
diff -r badbd0960f5b http.c
--- a/http.c Mon May 09 11:00:36 2011 +0200
-+++ b/http.c Thu May 12 10:27:43 2011 +0200
++++ b/http.c Thu May 12 10:36:12 2011 +0200
@@ -773,6 +773,13 @@
pthread_exit(NULL);
break;
@@ -105,7 +106,7 @@
logmsg(LOG_WARNING, "(%lx) e503 backend %s socket create: %s", pthread_self(), buf, strerror(errno));
diff -r badbd0960f5b pound.8
--- a/pound.8 Mon May 09 11:00:36 2011 +0200
-+++ b/pound.8 Thu May 12 10:27:43 2011 +0200
++++ b/pound.8 Thu May 12 10:36:12 2011 +0200
@@ -682,6 +682,24 @@
.B Pound
uses the same address as the back-end server, but you may use a separate address
@@ -133,7 +134,7 @@
All configuration directives enclosed between
diff -r badbd0960f5b pound.h
--- a/pound.h Mon May 09 11:00:36 2011 +0200
-+++ b/pound.h Thu May 12 10:27:43 2011 +0200
++++ b/pound.h Thu May 12 10:36:12 2011 +0200
@@ -308,6 +308,10 @@
int alive; /* false if the back-end is dead */
int resurrect; /* this back-end is to be resurrected */
@@ -154,7 +155,7 @@
+int upd_addr(char *hostname, struct addrinfo *ai);
diff -r badbd0960f5b svc.c
--- a/svc.c Mon May 09 11:00:36 2011 +0200
-+++ b/svc.c Thu May 12 10:27:43 2011 +0200
++++ b/svc.c Thu May 12 10:36:12 2011 +0200
@@ -904,6 +904,9 @@
default:
continue;