summaryrefslogtreecommitdiffstats
path: root/patches/portmap_6.0
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-11 17:57:54 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-12 08:49:28 +0100
commit1c1e01e5d7c851c4536def267519dfab25d56f1d (patch)
tree67b64bae49103ee6c96ad4606870b78e03d50dbb /patches/portmap_6.0
parent165f48dcf4b9727f6543ba3b3bd28f04a7498bb4 (diff)
downloadptxdist-1c1e01e5d7c851c4536def267519dfab25d56f1d.tar.gz
ptxdist-1c1e01e5d7c851c4536def267519dfab25d56f1d.tar.xz
[portmap] version bump 5beta -> 6.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/portmap_6.0')
-rw-r--r--patches/portmap_6.0/portmap_6.0-fix-disable-tcpwrapper.diff18
-rw-r--r--patches/portmap_6.0/series1
2 files changed, 19 insertions, 0 deletions
diff --git a/patches/portmap_6.0/portmap_6.0-fix-disable-tcpwrapper.diff b/patches/portmap_6.0/portmap_6.0-fix-disable-tcpwrapper.diff
new file mode 100644
index 000000000..9c5b4c4b1
--- /dev/null
+++ b/patches/portmap_6.0/portmap_6.0-fix-disable-tcpwrapper.diff
@@ -0,0 +1,18 @@
+---
+ pmap_check.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+Index: b/pmap_check.c
+===================================================================
+--- a/pmap_check.c
++++ b/pmap_check.c
+@@ -44,7 +44,9 @@
+ #include <netinet/in.h>
+ #include <rpc/rpcent.h>
+ #endif
++#ifdef HOSTS_ACCESS
+ #include <tcpd.h>
++#endif
+ #include <arpa/inet.h>
+ #include <grp.h>
+
diff --git a/patches/portmap_6.0/series b/patches/portmap_6.0/series
new file mode 100644
index 000000000..b26da3e09
--- /dev/null
+++ b/patches/portmap_6.0/series
@@ -0,0 +1 @@
+portmap_6.0-fix-disable-tcpwrapper.diff