aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/snort
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-07-29 16:46:28 +0400
committerRoman I Khimov <khimov@altell.ru>2010-07-29 21:30:59 +0400
commit6425b4db0346139da62730f575bab99a0c44d526 (patch)
treee909607e9274d1146527263e2bb1842619fbea81 /recipes/snort
parent7e76202b53e756c560180b73bad64eb2426c64ae (diff)
downloadopenembedded-6425b4db0346139da62730f575bab99a0c44d526.tar.gz
barnyard/snort: switch to Gentoo mirrors for SRC_URI
snort.org changed source URLs to http://www.snort.org/downloads/116 alike that redirect somewhere to Amazon S3 with parameters added to the link that makes wget save files like "snort-version.tar.gz?lots-of-gibberish" which breaks build. Workaround that. Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/snort')
-rw-r--r--recipes/snort/snort_2.8.5.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/snort/snort_2.8.5.3.bb b/recipes/snort/snort_2.8.5.3.bb
index b0b2f045c4..5a34ce4470 100644
--- a/recipes/snort/snort_2.8.5.3.bb
+++ b/recipes/snort/snort_2.8.5.3.bb
@@ -6,7 +6,7 @@ RDEPENDS_${PN} = "libpcap libnet libpcre barnyard"
PR = "r2"
-SRC_URI = " http://dl.snort.org/snort-current/${P}.tar.gz;name=tarball \
+SRC_URI = " ${GENTOO_MIRROR}/${P}.tar.gz;name=tarball \
file://snort.fix.configure.in.HACK;apply=yes \
"
SRC_URI[tarball.md5sum] = "ef02aaad54746603f2cb3236fe962128"