Go to file
Christian Schoenebeck 8eb8659e41 xinetd: socket bind: Invalid argument (errno = 22) when using USERID on ipv6
Use right size of addresses in bind() call. Also use getpeername addresses when
connecting to ident service to prevent address family mismatch between socket(),
bind() and connect() calls.

---
Christian Schoenebeck via github pull request #205:
Reported for a long time in the web. Still exists in the current sources.
Already reported and offert on TRAC Ticket #15821.

You can find a lot of entries on "Google" about the reported problem.
I got the same error on my WNDR3800 and von VirtualBox X86.
I copied the patch to my local trunk build system and recompiled.
The problem was fixed.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-08-16 17:47:08 +01:00
admin muninlite: Fix PKG_LICENSE information 2014-08-14 01:04:12 +01:00
devel Merge pull request #194 from bk138/gcc-signed-off 2014-08-12 17:25:44 +02:00
ipv6 Merge branch 'master' into license-updates 2014-08-10 01:09:06 -07:00
lang perl-dbi: Bump PKG_RELEASE 2014-08-14 17:14:23 +02:00
libs vips: disable PKG_CHECK_FORMAT_SECURITY 2014-08-12 23:07:01 +02:00
mail/dovecot dovecot: add PKG_LICENSE information 2014-08-02 02:04:52 -07:00
multimedia ffmpeg: patch to fix build with uClibc 0.9.33.2 2014-08-13 12:46:19 -04:00
net xinetd: socket bind: Invalid argument (errno = 22) when using USERID on ipv6 2014-08-16 17:47:08 +01:00
sound Merge branch 'master' into license-updates 2014-08-10 01:09:06 -07:00
utils add license 2014-08-14 09:30:25 -05:00
CONTRIBUTING.md CONTRIBUTING: update gaining commit access 2014-08-12 15:24:46 +02:00
LICENSE Add GPLv2 pro-forma license 2014-06-16 08:14:04 +02:00
README.md README.md: fix OpenWrt name in heading 2014-08-09 08:12:31 +02:00

README.md

OpenWrt packages feed

Description

This is the OpenWrt "packages"-feed containing community-maintained packages.

Usage

This feed is enabled by default. To install all its package definitions, run:

./scripts/feeds update packages
./scripts/feeds install -a -p packages

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.