From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/tcp-wrappers/tcp-wrappers_7.6.bb | 44 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'recipes/tcp-wrappers') diff --git a/recipes/tcp-wrappers/tcp-wrappers_7.6.bb b/recipes/tcp-wrappers/tcp-wrappers_7.6.bb index ebe8638b6e..6fea271b70 100644 --- a/recipes/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/recipes/tcp-wrappers/tcp-wrappers_7.6.bb @@ -14,28 +14,28 @@ FILES_tcp-wrappers = "${bindir}" FILES_tcp-wrappers-doc = "${mandir}/man8" SRC_URI = "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \ - file://00_man_quoting.diff;patch=1 \ - file://01_man_portability;patch=1 \ - file://05_wildcard_matching;patch=1 \ - file://06_fix_gethostbyname;patch=1 \ - file://10_usagi-ipv6;patch=1 \ - file://11_tcpd_blacklist;patch=1 \ - file://11_usagi_fix;patch=1 \ - file://12_makefile_config;patch=1 \ - file://13_shlib_weaksym;patch=1 \ - file://14_cidr_support;patch=1 \ - file://15_match_clarify;patch=1 \ - file://expand_remote_port;patch=1 \ - file://have_strerror;patch=1 \ - file://man_fromhost;patch=1 \ - file://restore_sigalarm;patch=1 \ - file://rfc931.diff;patch=1 \ - file://safe_finger;patch=1 \ - file://sig_fix;patch=1 \ - file://siglongjmp;patch=1 \ - file://size_t;patch=1 \ - file://tcpdchk_libwrapped;patch=1 \ - file://ldflags;patch=1 \ + file://00_man_quoting.diff;apply=yes \ + 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://rfc931.diff;apply=yes \ + 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://try-from.8 \ file://safe_finger.8" -- cgit 1.2.3-korg