diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-26 09:53:08 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-26 09:56:42 -0700 |
commit | 5a12f03c680c41791f7036384fa821fb77991d33 (patch) | |
tree | 29db9b97976fa6e4fa6cfe27587386dbfcef51e2 /recipes/tcp-wrappers/tcp-wrappers_7.6.bb | |
parent | fea59d54134947c29e1a8967dd1f4e98d3062b81 (diff) |
tcp-wrappers: Add .patch extention to patch files.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/tcp-wrappers/tcp-wrappers_7.6.bb')
-rw-r--r-- | recipes/tcp-wrappers/tcp-wrappers_7.6.bb | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/recipes/tcp-wrappers/tcp-wrappers_7.6.bb b/recipes/tcp-wrappers/tcp-wrappers_7.6.bb index c640764cac..2ed951ccc4 100644 --- a/recipes/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/recipes/tcp-wrappers/tcp-wrappers_7.6.bb @@ -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" |