This caught my eye, I think we should plan on removing this recipe, several other distros have moved to alternatives like firewalld etc. Looking into its uses in OE-core and meta-openembedded, most of places it is mentioned via packageconfig which means we can easily turn it off, one place where its being used as direct runtime dependency is rshd in inetutils and rshd is disabled in build, I think if there are other uses of libwrap we should look to disable them.
On Wed, Jun 19, 2024 at 2:00 AM Alexander Kanavin via lists.openembedded.org <[email protected]> wrote: > > From: Alexander Kanavin <[email protected]> > > Signed-off-by: Alexander Kanavin <[email protected]> > --- > .../tcp-wrappers-7.6/0001-Fix-build-with-clang.patch | 2 +- > .../0001-Fix-implicit-function-declaration-warnings.patch | 2 +- > .../tcp-wrappers-7.6/0001-Remove-fgets-extern-declaration.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/00_man_quoting.diff | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/01_man_portability.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/12_makefile_config.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/14_cidr_support.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/15_match_clarify.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/expand_remote_port.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/fix_warnings.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/fix_warnings2.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/have_strerror.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/ldflags.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/makefile-fix-parallel.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/man_fromhost.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/musl-decls.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/rename_strings_variable.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm.patch | 2 +- > meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rfc931.diff | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/safe_finger.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/sig_fix.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/siglongjmp.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch | 2 +- > .../tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped.patch | 2 +- > 30 files changed, 30 insertions(+), 30 deletions(-) > > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-build-with-clang.patch > > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-build-with-clang.patch > index 9d1e05d7f4e..9ca227d68d1 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-build-with-clang.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-build-with-clang.patch > @@ -6,7 +6,7 @@ Subject: [PATCH] Fix build with clang > Fix "error: non-void function 'fix_options' should return a value". > Add function prototype to tcpd.c and miscd.c. > > -Upstream-Status: Pending > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > Signed-off-by: Oleksiy Obitotskyy <[email protected]> > --- > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-implicit-function-declaration-warnings.patch > > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-implicit-function-declaration-warnings.patch > index 474703885d9..85031779261 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-implicit-function-declaration-warnings.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-implicit-function-declaration-warnings.patch > @@ -5,7 +5,7 @@ Subject: [PATCH] Fix implicit-function-declaration warnings > > These are seen with clang-15+ > > -Upstream-Status: Inappropriate [upstream is dead] > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > Signed-off-by: Khem Raj <[email protected]> > --- > hosts_access.c | 3 +++ > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Remove-fgets-extern-declaration.patch > > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Remove-fgets-extern-declaration.patch > index 88c8d9cae7f..f485fe3fb6d 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Remove-fgets-extern-declaration.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Remove-fgets-extern-declaration.patch > @@ -6,7 +6,7 @@ Subject: [PATCH] Remove fgets() extern declaration > These sources already include <stdio.h> which should bring the correct > declaration > > -Upstream-Status: Pending > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > Signed-off-by: Khem Raj <[email protected]> > --- > hosts_access.c | 1 - > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/00_man_quoting.diff > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/00_man_quoting.diff > index 16d6719cbc1..c5ba3af3067 100644 > --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/00_man_quoting.diff > +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/00_man_quoting.diff > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > diff -ruN tcp_wrappers_7.6.orig/hosts_access.5 > tcp_wrappers_7.6/hosts_access.5 > --- tcp_wrappers_7.6.orig/hosts_access.5 1995-01-30 19:51:47.000000000 > +0100 > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/01_man_portability.patch > > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/01_man_portability.patch > index 9a735bff6d1..fea8ab9d7af 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/01_man_portability.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/01_man_portability.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > diff -ruNp tcp_wrappers_7.6.orig/hosts_access.3 > tcp_wrappers_7.6/hosts_access.3 > --- tcp_wrappers_7.6.orig/hosts_access.3 2005-03-09 18:30:25.000000000 > +0100 > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching.patch > > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching.patch > index 9e188027fc0..525cd3531ba 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=17847 > > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname.patch > > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname.patch > index 725f4b59578..1f3f9e24acd 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > * Mon Feb 5 2001 Preston Brown <[email protected]> > - fix gethostbyname to work better with dot "." notation (#16949) > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6.patch > index 96d47c39f40..ea45777734d 100644 > --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6.patch > +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > diff -ruN tcp_wrappers_7.6.orig/fix_options.c tcp_wrappers_7.6/fix_options.c > --- tcp_wrappers_7.6.orig/fix_options.c 1997-04-08 02:29:19.000000000 > +0200 > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist.patch > index 226106f4ff8..77d5b423421 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > Path: news.porcupine.org!news.porcupine.org!not-for-mail > From: Wietse Venema <wietse@((no)(spam)(please))wzv.win.tue.nl> > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix.patch > index 260e8d31387..09a1e0527e3 100644 > --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix.patch > +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > diff -uN tcp_wrappers_7.6/hosts_access.c tcp_wrappers_7.6.new/hosts_access.c > --- tcp_wrappers_7.6/hosts_access.c Mon May 20 14:00:56 2002 > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/12_makefile_config.patch > > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/12_makefile_config.patch > index d473fb63429..895a72e6b4b 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/12_makefile_config.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/12_makefile_config.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > Index: tcp_wrappers_7.6/Makefile > =================================================================== > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym.patch > index bd1396bc795..9503fb3c881 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > diff -ruN tcp_wrappers_7.6.orig/Makefile tcp_wrappers_7.6/Makefile > --- tcp_wrappers_7.6.orig/Makefile 2004-05-02 15:37:59.000000000 +0200 > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/14_cidr_support.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/14_cidr_support.patch > index eb5685c5761..b6681df8ce4 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/14_cidr_support.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/14_cidr_support.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > diff -ruN tcp_wrappers_7.6.orig/hosts_access.5 > tcp_wrappers_7.6/hosts_access.5 > --- tcp_wrappers_7.6.orig/hosts_access.5 2003-08-21 03:15:36.000000000 > +0200 > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/15_match_clarify.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/15_match_clarify.patch > index 3ca6874119e..0c8594cac3a 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/15_match_clarify.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/15_match_clarify.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > diff -ruN tcp_wrappers_7.6.orig/hosts_access.5 > tcp_wrappers_7.6/hosts_access.5 > --- tcp_wrappers_7.6.orig/hosts_access.5 2004-04-25 12:17:59.000000000 > +0200 > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/expand_remote_port.patch > > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/expand_remote_port.patch > index 30873779760..0c54ba6d35b 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/expand_remote_port.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/expand_remote_port.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > diff -ruN tcp_wrappers_7.6.orig/eval.c tcp_wrappers_7.6/eval.c > --- tcp_wrappers_7.6.orig/eval.c 1995-01-30 19:51:46.000000000 +0100 > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings.patch > index 965544cc0bd..0fd2ca7b2b5 100644 > --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings.patch > +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings.patch > @@ -1,7 +1,7 @@ > Compile warning fixes from Debian > > Signed-off-by: Adrian Bunk <[email protected]> > -Upstream-Status: Inappropriate [upstream is dead] > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > --- a/options.c > +++ b/options.c > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings2.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings2.patch > index 27157a2e6dc..d9a6909db70 100644 > --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings2.patch > +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings2.patch > @@ -1,7 +1,7 @@ > Compile warning fixes from Debian > > Signed-off-by: Adrian Bunk <[email protected]> > -Upstream-Status: Inappropriate [upstream is dead] > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > --- a/clean_exit.c > +++ b/clean_exit.c > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/have_strerror.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/have_strerror.patch > index 4cc554fc380..9b1a3c0fa1a 100644 > --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/have_strerror.patch > +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/have_strerror.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > diff -ruN tcp_wrappers_7.6.orig/percent_m.c tcp_wrappers_7.6/percent_m.c > --- tcp_wrappers_7.6.orig/percent_m.c 1994-12-28 17:42:37.000000000 +0100 > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ldflags.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ldflags.patch > index 3ba214d241b..79b677f456c 100644 > --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ldflags.patch > +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ldflags.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > Index: tcp_wrappers_7.6.orig/Makefile > =================================================================== > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/makefile-fix-parallel.patch > > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/makefile-fix-parallel.patch > index 797352579b6..23762449ac4 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/makefile-fix-parallel.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/makefile-fix-parallel.patch > @@ -12,7 +12,7 @@ problem. > Also fixed: > Fatal error: can't create shared/hosts_access.o: No such file or directory > > -Upstream-Status: Pending > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > Signed-off-by: Robert Yang <[email protected]> > --- > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/man_fromhost.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/man_fromhost.patch > index 19bd7d3c0fa..30e74a1de11 100644 > --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/man_fromhost.patch > +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/man_fromhost.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > diff -ruN tcp_wrappers_7.6.orig/hosts_access.3 > tcp_wrappers_7.6/hosts_access.3 > --- tcp_wrappers_7.6.orig/hosts_access.3 2004-04-25 00:10:48.000000000 > +0200 > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/musl-decls.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/musl-decls.patch > index eee640e8a82..b998675aa0b 100644 > --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/musl-decls.patch > +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/musl-decls.patch > @@ -1,7 +1,7 @@ > __BEGIN_DECLS/__END_DECLS are BSD specific and not defined in musl > glibc and uclibc had sys/cdefs.h doing it. > > -Upstream-Status: Pending > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > Signed-off-by: Khem Raj <[email protected]> > > Index: tcp_wrappers_7.6/tcpd.h > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rename_strings_variable.patch > > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rename_strings_variable.patch > index 7650600ab53..f42b9d2799a 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rename_strings_variable.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rename_strings_variable.patch > @@ -1,6 +1,6 @@ > STRINGS name conflicts with variable for strings tools (e.g. > i586-oe-linux-strings) > > -Upstream-Status: Pending > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > Signed-off-by: Martin Jansa <[email protected]> > > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm.patch > index 5875b81b2fc..a864e381298 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > diff -ruN tcp_wrappers_7.6.orig/rfc931.c tcp_wrappers_7.6/rfc931.c > --- tcp_wrappers_7.6.orig/rfc931.c 2004-08-29 18:40:08.000000000 +0200 > diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rfc931.diff > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rfc931.diff > index 723f4f136a8..2d0f548f89f 100644 > --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rfc931.diff > +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rfc931.diff > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > diff -ruNp tcp_wrappers_7.6.orig/scaffold.c tcp_wrappers_7.6/scaffold.c > --- tcp_wrappers_7.6.orig/scaffold.c 2005-03-09 18:22:04.000000000 +0100 > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.patch > index fc2afeef15d..b6543fc92e5 100644 > --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.patch > +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > --- tcp-wrappers-7.6-ipv6.1.orig/safe_finger.c > +++ tcp-wrappers-7.6-ipv6.1/safe_finger.c > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/sig_fix.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/sig_fix.patch > index 9d7ea042b26..843063fd7cf 100644 > --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/sig_fix.patch > +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/sig_fix.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > * Mon Feb 10 2003 Harald Hoyer <[email protected]> 7.6-29 > - added security patch tcp_wrappers-7.6-sig.patch > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/siglongjmp.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/siglongjmp.patch > index 76dd6340b21..d4a1146594c 100644 > --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/siglongjmp.patch > +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/siglongjmp.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > diff -ruNp tcp_wrappers_7.6.orig/rfc931.c tcp_wrappers_7.6/rfc931.c > --- tcp_wrappers_7.6.orig/rfc931.c 2004-08-29 18:42:25.000000000 +0200 > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch > index cf4f993c1aa..fb64f93f1d1 100644 > --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch > +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch > @@ -7,7 +7,7 @@ Date: Tue Feb 12 09:53:50 2013 -0500 > Added support for socklen_t type to len argument passed to socket related > calls. This fixes a bug that causes tcp wrappers to fail when using sshd. > > -Upstream-Status: Pending > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > Signed-off-by: farrah rashid <[email protected]> > > diff --git a/fix_options.c b/fix_options.c > diff --git > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped.patch > > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped.patch > index be29bdcfaa8..2e3b1719fd3 100644 > --- > a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped.patch > +++ > b/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped.patch > @@ -1,4 +1,4 @@ > -Upstream-Status: Backport > +Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs > anywhere] > > diff -ruN tcp_wrappers_7.6.orig/tcpdchk.c tcp_wrappers_7.6/tcpdchk.c > --- tcp_wrappers_7.6.orig/tcpdchk.c 2003-08-21 02:50:37.000000000 +0200 > -- > 2.39.2 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#201049): https://lists.openembedded.org/g/openembedded-core/message/201049 Mute This Topic: https://lists.openembedded.org/mt/106757096/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
