diff options
author | zangrc <zangrc.fnst@fujitsu.com> | 2021-06-24 10:02:57 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-23 23:20:35 -0700 |
commit | 4449b3a7b6c17fbde40490f0f4b6079df0fd8d9e (patch) | |
tree | af2240d075702327dede8d4888f86b5aa9342a1e /meta-networking/recipes-connectivity/snort | |
parent | 471cc226a69d319f7d08711f0b9ebda7fd6d5722 (diff) | |
download | meta-openembedded-4449b3a7b6c17fbde40490f0f4b6079df0fd8d9e.tar.gz |
snort: upgrade 2.9.17.1 -> 2.9.18
Refresh the following patch:
configure.in-disable-tirpc-checking-for-fedora.patch
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/snort')
-rw-r--r-- | meta-networking/recipes-connectivity/snort/snort/configure.in-disable-tirpc-checking-for-fedora.patch | 6 | ||||
-rw-r--r-- | meta-networking/recipes-connectivity/snort/snort_2.9.18.bb (renamed from meta-networking/recipes-connectivity/snort/snort_2.9.17.1.bb) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort/configure.in-disable-tirpc-checking-for-fedora.patch b/meta-networking/recipes-connectivity/snort/snort/configure.in-disable-tirpc-checking-for-fedora.patch index 87fd05bfd..d8c945a48 100644 --- a/meta-networking/recipes-connectivity/snort/snort/configure.in-disable-tirpc-checking-for-fedora.patch +++ b/meta-networking/recipes-connectivity/snort/snort/configure.in-disable-tirpc-checking-for-fedora.patch | |||
@@ -52,9 +52,9 @@ index 8662cdd..0ff7e27 100644 | |||
52 | - fi | 52 | - fi |
53 | -fi | 53 | -fi |
54 | - | 54 | - |
55 | Z_LIB="" | 55 | ################################################## |
56 | AC_CHECK_HEADERS(zlib.h,, Z_LIB="no") | 56 | # Centos 8+ does not have inbuilt SunRPC support # |
57 | if test "x$Z_LIB" = "xno"; then | 57 | # in glibc and is separately availble in tirpc # |
58 | -- | 58 | -- |
59 | 2.7.4 | 59 | 2.7.4 |
60 | 60 | ||
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.17.1.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb index b5ff43099..cca18d726 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.17.1.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "https://www.snort.org/downloads/archive/snort/${BP}.tar.gz \ | |||
14 | file://disable-run-test-program-while-cross-compiling.patch \ | 14 | file://disable-run-test-program-while-cross-compiling.patch \ |
15 | file://configure.in-disable-tirpc-checking-for-fedora.patch \ | 15 | file://configure.in-disable-tirpc-checking-for-fedora.patch \ |
16 | " | 16 | " |
17 | SRC_URI[sha256sum] = "303d3d5dc5affecfeaad3a331d3163f901d48d960fdd6598cb55c6d1591eed82" | 17 | SRC_URI[sha256sum] = "d0308642f69e0d36f70db9703e5766afce2f44ff05b7d2c9cc8e3ac8323b2c77" |
18 | 18 | ||
19 | UPSTREAM_CHECK_URI = "https://www.snort.org/downloads" | 19 | UPSTREAM_CHECK_URI = "https://www.snort.org/downloads" |
20 | UPSTREAM_CHECK_REGEX = "snort-(?P<pver>\d+(\.\d+)+)\.tar" | 20 | UPSTREAM_CHECK_REGEX = "snort-(?P<pver>\d+(\.\d+)+)\.tar" |