]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
tcp-wrappers: mark all patches as inactive-upstream
authorAlexander Kanavin <alex@linutronix.de>
Wed, 19 Jun 2024 08:59:53 +0000 (10:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Jun 2024 11:43:38 +0000 (12:43 +0100)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
30 files changed:
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-build-with-clang.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-implicit-function-declaration-warnings.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Remove-fgets-extern-declaration.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/00_man_quoting.diff
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/01_man_portability.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/12_makefile_config.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/14_cidr_support.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/15_match_clarify.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/expand_remote_port.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings2.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/have_strerror.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ldflags.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/makefile-fix-parallel.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/man_fromhost.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/musl-decls.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rename_strings_variable.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rfc931.diff
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/sig_fix.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/siglongjmp.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch
meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped.patch

index 9d1e05d7f4e604d709c6b03dfccbd9cf1a9bdd53..9ca227d68d1f7d022ecb896cdd3db0e25bb74d1d 100644 (file)
@@ -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 <oobitots@cisco.com>
 ---
index 474703885d9b6adb31a43b4f225ad9dbf1368205..85031779261606494c4362995358a56bc6bdfb78 100644 (file)
@@ -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 <raj.khem@gmail.com>
 ---
  hosts_access.c | 3 +++
index 88c8d9cae7f28e34b1102625cbfd4c9826107e92..f485fe3fb6d56e8e91ee284c6b962e335e4f5f6d 100644 (file)
@@ -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 <raj.khem@gmail.com>
 ---
  hosts_access.c | 1 -
index 16d6719cbc1e2943f0eafe7cd4808f7e1af4ab4f..c5ba3af30679fc46bc2a2751b19bc256a10365ed 100644 (file)
@@ -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
index 9a735bff6d11a722ad6b18c579d4cda249df60ba..fea8ab9d7afb789d0e707a2b1bdf9ad41e36e180 100644 (file)
@@ -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
index 9e188027fc0c4d0bd086dda40af754d06c8cc5f8..525cd3531ba2bcce45195dc6f680aeab8e1d79d7 100644 (file)
@@ -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
 
index 725f4b59578f61a4daa7c0d38dc55425f4e29933..1f3f9e24acda8d19a0aa5ee4806835be1d4540bb 100644 (file)
@@ -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 <pbrown@redhat.com>
 - fix gethostbyname to work better with dot "." notation (#16949)
index 96d47c39f4048531f88e1b6527f5f418da9ce5fe..ea45777734d75cfb2a20b326f7dff8e226713049 100644 (file)
@@ -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
index 226106f4ff81c7135bdbbb8dc4bee3cea204afe8..77d5b42342173d0af0187a8ec5b41713e45bf230 100644 (file)
@@ -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>
index 260e8d31387ac1d38fac21886491c48359ced38d..09a1e0527e30dafa7b42aa483e5f9a50cc5556fc 100644 (file)
@@ -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
index d473fb634298d7501a8b2c99222a554f61f9e626..895a72e6b4bb13532e25439b2529085fed1a6650 100644 (file)
@@ -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
 ===================================================================
index bd1396bc795e30ec422b2ca6c074e43f7d46876c..9503fb3c881a8d00ee6cf0730622a48a665a29ac 100644 (file)
@@ -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
index eb5685c5761ec2181c684d333157e38438aa8da6..b6681df8ce46bfd49de87bac351eec7613042dac 100644 (file)
@@ -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
index 3ca6874119e07aff7351447a0667cd34f98eb782..0c8594cac3ae268eaa4baec0103ca6503b2302f6 100644 (file)
@@ -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
index 308737797602f54bf95013f3d51d107bf63c796f..0c54ba6d35ba1539a8c6c07d00251540e21e20d5 100644 (file)
@@ -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
index 965544cc0bdf6e9ff9f7d97e5964b66020c40301..0fd2ca7b2b56020d985d04651579b82360142e7b 100644 (file)
@@ -1,7 +1,7 @@
 Compile warning fixes from Debian
 
 Signed-off-by: Adrian Bunk <bunk@stusta.de>
-Upstream-Status: Inappropriate [upstream is dead]
+Upstream-Status: Inactive-Upstream [current release is from 1997; no vcs anywhere]
 
 --- a/options.c
 +++ b/options.c
index 27157a2e6dc24032de78ec8c7c288677c49a0773..d9a6909db7055da4d71c42e5636bebdea5724b08 100644 (file)
@@ -1,7 +1,7 @@
 Compile warning fixes from Debian
 
 Signed-off-by: Adrian Bunk <bunk@stusta.de>
-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
index 4cc554fc38075e13075a1085909d2ab33fb8dcb9..9b1a3c0fa1a7696d2fe234675999a0918b8f50fa 100644 (file)
@@ -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
index 3ba214d241b2f54db97cd48f8fce1a0e8268632e..79b677f456c4f5dda9d33aad689af32bc2cf86e5 100644 (file)
@@ -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
 ===================================================================
index 797352579b6a339d1be99f12152306b063fc4b7c..23762449ac456f23426e76e6754d225bb1b22381 100644 (file)
@@ -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 <liezhi.yang@windriver.com>
 ---
index 19bd7d3c0fa4b44bc8ce2ff6f39fbe3c57de6a13..30e74a1de1111915849717df5e06c8945c9eaf34 100644 (file)
@@ -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
index eee640e8a8242468e01176f8fc2b05f4cb4bb6a9..b998675aa0b42b75e6fabdafe96873d404ebb75a 100644 (file)
@@ -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 <raj.khem@gmail.com>
 
 Index: tcp_wrappers_7.6/tcpd.h
index 7650600ab53c789fa732f3fbecf1fcc163d4b9b5..f42b9d2799a5415abb48c3d567614ee8b32bc3b4 100644 (file)
@@ -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 <Martin.Jansa@gmail.com>
 
index 5875b81b2fcff7e0de9208b81508aa871afd68a8..a864e3812984ea4d9f72a7a0f1349b644e072a2c 100644 (file)
@@ -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
index 723f4f136a85c7e402e1e02fec674785690abc3f..2d0f548f89f04d8e71fcd44c33080fe26e581a99 100644 (file)
@@ -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
index fc2afeef15d81eed7b8d685904f1830c087585b1..b6543fc92e526cf846dd65401ff1913232fb5fe3 100644 (file)
@@ -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
index 9d7ea042b264ddb99af55ed3901fe62a512802e0..843063fd7cf9fda94f8cc09267c09dff1f78e8d5 100644 (file)
@@ -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 <harald@redhat.de> 7.6-29
 - added security patch tcp_wrappers-7.6-sig.patch
index 76dd6340b2118bbfd6281112c55f2d4ffac041b6..d4a1146594cacfc29e049122f36aed34e05abb10 100644 (file)
@@ -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
index cf4f993c1aaa3f042bd61f504efdcd6fb1294352..fb64f93f1d1dd900df96947cea7ff0f08a91c2f1 100644 (file)
@@ -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 <farrah.rashid@windriver.com>
 
 diff --git a/fix_options.c b/fix_options.c
index be29bdcfaa819eca51c0b03834ac719710f0cfb1..2e3b1719fd3af6becc1d120349ae237fcaf2f1e7 100644 (file)
@@ -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