Package: openbsd-inetd
Version: 0.20050402-2
Severity: normal
Tags: patch

Hi,

I have an application that tries to do a UDP time call from port 37 on
the remote machine, which broke when I recently updated the server and
openbsd-inetd got dragged in.

This worked fine with netkit-inetd, and works fine with xinetd (so I
am told), and I don't really see a good reason for rejecting these
requests.

Can you please consider the attached patch to not reject these
requests?

Thanks,

-i

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages openbsd-inetd depends on:
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  libwrap0                     7.6.dbs-11  Wietse Venema's TCP wrappers libra
ii  netbase                      4.26        Basic TCP/IP networking system

openbsd-inetd recommends no packages.

-- no debconf information
--- ./openbsd-inetd-0.20050402/inetd.c  2006-09-28 15:37:29.000000000 +1000
+++ ./openbsd-inetd-0.20050402-new/inetd.c      2006-09-28 15:37:16.000000000 
+1000
@@ -639,9 +639,6 @@
                return 0;
        }
 
-       if (port < IPPORT_RESERVED || port == NFS_PORT)
-               goto bad;
-
        return (0);
 
 bad:

Reply via email to