From 1c1e01e5d7c851c4536def267519dfab25d56f1d Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 11 Jan 2010 17:57:54 +0100 Subject: [portmap] version bump 5beta -> 6.0 Signed-off-by: Michael Olbrich --- .../portmap_6.0-fix-disable-tcpwrapper.diff | 18 ++++++++++++++++++ patches/portmap_6.0/series | 1 + 2 files changed, 19 insertions(+) create mode 100644 patches/portmap_6.0/portmap_6.0-fix-disable-tcpwrapper.diff create mode 100644 patches/portmap_6.0/series (limited to 'patches/portmap_6.0') 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 + #include + #endif ++#ifdef HOSTS_ACCESS + #include ++#endif + #include + #include + 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 -- cgit v1.2.3