tcp-wrappers: Add .patch extention to patch files.
authorKhem Raj <raj.khem@gmail.com>
Wed, 26 May 2010 16:53:08 +0000 (09:53 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 26 May 2010 16:56:42 +0000 (09:56 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 files changed:
recipes/tcp-wrappers/tcp-wrappers-7.6/01_man_portability.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/01_man_portability with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6 with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/12_makefile_config.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/12_makefile_config with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/14_cidr_support.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/14_cidr_support with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/15_match_clarify.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/15_match_clarify with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/expand_remote_port.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/expand_remote_port with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/have_strerror.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/have_strerror with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/ldflags.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/ldflags with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/man_fromhost.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/man_fromhost with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/safe_finger.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/safe_finger with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/sig_fix.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/sig_fix with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/siglongjmp.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/siglongjmp with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/size_t.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/size_t with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped.patch [moved from recipes/tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped with 100% similarity]
recipes/tcp-wrappers/tcp-wrappers_7.6.bb

index c640764..2ed951c 100644 (file)
@@ -15,27 +15,27 @@ FILES_tcp-wrappers-doc = "${mandir}/man8"
 
 SRC_URI = "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \
            file://00_man_quoting.diff \
-           file://01_man_portability;apply=yes \
-           file://05_wildcard_matching;apply=yes \
-           file://06_fix_gethostbyname;apply=yes \
-           file://10_usagi-ipv6;apply=yes \
-           file://11_tcpd_blacklist;apply=yes \
-           file://11_usagi_fix;apply=yes \
-           file://12_makefile_config;apply=yes \
-           file://13_shlib_weaksym;apply=yes \
-           file://14_cidr_support;apply=yes \
-           file://15_match_clarify;apply=yes \
-           file://expand_remote_port;apply=yes \
-           file://have_strerror;apply=yes \
-           file://man_fromhost;apply=yes \
-           file://restore_sigalarm;apply=yes \
+           file://01_man_portability.patch \
+           file://05_wildcard_matching.patch \
+           file://06_fix_gethostbyname.patch \
+           file://10_usagi-ipv6.patch \
+           file://11_tcpd_blacklist.patch \
+           file://11_usagi_fix.patch \
+           file://12_makefile_config.patch \
+           file://13_shlib_weaksym.patch \
+           file://14_cidr_support.patch \
+           file://15_match_clarify.patch \
+           file://expand_remote_port.patch \
+           file://have_strerror.patch \
+           file://man_fromhost.patch \
+           file://restore_sigalarm.patch \
            file://rfc931.diff \
-           file://safe_finger;apply=yes \
-           file://sig_fix;apply=yes \
-           file://siglongjmp;apply=yes \
-           file://size_t;apply=yes \
-           file://tcpdchk_libwrapped;apply=yes \
-           file://ldflags;apply=yes \
+           file://safe_finger.patch \
+           file://sig_fix.patch \
+           file://siglongjmp.patch \
+           file://size_t.patch \
+           file://tcpdchk_libwrapped.patch \
+           file://ldflags.patch \
            \
            file://try-from.8 \
            file://safe_finger.8"