[packages] tinyproxy: update to 1.8.1

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21018 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2010-04-19 05:44:20 +00:00
parent d1902ac136
commit 6a8c97a99c
3 changed files with 12 additions and 21 deletions

View File

@ -1,5 +1,3 @@
diff --git a/Makefile.am b/Makefile.am
index 7de41f2..9d1f99b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,9 +2,7 @@ SUBDIRS = \
@ -12,8 +10,6 @@ index 7de41f2..9d1f99b 100644
# tools want this on a single line
ACLOCAL_AMFLAGS = -I m4macros
diff --git a/Makefile.in b/Makefile.in
index d0ec918..5be49d4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -221,9 +221,7 @@ SUBDIRS = \
@ -26,11 +22,9 @@ index d0ec918..5be49d4 100644
# tools want this on a single line
diff --git a/configure b/configure
index 01d6883..facfadd 100755
--- a/configure
+++ b/configure
@@ -9012,67 +9012,8 @@ $as_echo "$as_me: error: Your system's regexec() function is broken." >&2;}
@@ -9012,67 +9012,8 @@ $as_echo "$as_me: error: Your system's r
fi

View File

@ -10,7 +10,7 @@
{
struct addrinfo hints, *res, *ressave;
@@ -48,7 +47,7 @@ bind_socket (int sockfd, const char *addr, int family)
@@ -48,7 +47,7 @@ bind_socket (int sockfd, const char *add
assert (addr != NULL && strlen (addr) != 0);
memset (&hints, 0, sizeof (struct addrinfo));
@ -19,7 +19,7 @@
hints.ai_socktype = SOCK_STREAM;
/* The local port it not important */
@@ -106,14 +105,12 @@ int opensock (const char *host, int port, const char *bind_to)
@@ -106,14 +105,12 @@ int opensock (const char *host, int port
/* Bind to the specified address */
if (bind_to) {