aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-03-19 14:09:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-03-19 14:52:53 +0000
commit272bf54b9456624dded41fa316f4ae091fc4fcbb (patch)
tree061c9d99e0e7f6b48f33b3cc4247e19284bdb9de
parentb8542ece9fcd528fe1456553731e6576d1894a3b (diff)
community/wireshark: security upgrade to 2.4.5
-rw-r--r--community/wireshark/APKBUILD27
1 files changed, 25 insertions, 2 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD
index 92467d1dfd2..bfcf70c0db6 100644
--- a/community/wireshark/APKBUILD
+++ b/community/wireshark/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wireshark
-pkgver=2.4.4
+pkgver=2.4.5
pkgrel=0
pkgdesc="A network protocol analyzer - GTK version"
url="http://www.wireshark.org"
@@ -20,6 +20,29 @@ source="http://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz
builddir="$srcdir"/$pkgname-$pkgver
# secfixes:
+# 2.4.5-r0:
+# - CVE-2018-7320
+# - CVE-2018-7321
+# - CVE-2018-7322
+# - CVE-2018-7323
+# - CVE-2018-7324
+# - CVE-2018-7325
+# - CVE-2018-7326
+# - CVE-2018-7327
+# - CVE-2018-7328
+# - CVE-2018-7329
+# - CVE-2018-7330
+# - CVE-2018-7331
+# - CVE-2018-7332
+# - CVE-2018-7333
+# - CVE-2018-7334
+# - CVE-2018-7335
+# - CVE-2018-7336
+# - CVE-2018-7337
+# - CVE-2018-7417
+# - CVE-2018-7418
+# - CVE-2018-7419
+# - CVE-2018-7420
# 2.4.4-r0:
# - CVE-2018-5334
# - CVE-2018-5335
@@ -147,5 +170,5 @@ gtk() {
mv "$pkgdir"/usr/bin/wireshark-gtk "$subpkgdir"/usr/bin/
}
-sha512sums="b6625f860a10e10babd686820680a5e169594f171e7e176fc96325255ec096481da2e8a0fdff10b42cead82011740714a4331003dda0d48bf3b419da37834bdc wireshark-2.4.4.tar.xz
+sha512sums="2f2c201d6b8a37dcbe03bc9affbf97d632d8e40e4fe5b3a3e79cbd5cfbeb5b9111919850546ccae355fcb042def3456438eb1c4d73f7d56d373e7898311b42f3 wireshark-2.4.5.tar.xz
951677dd125b1e36b351cc87a98e8b8d0391d184c7695594dd4270334d86ada1dff5f14cd960da9c5d5d26fc801c42f0219b2db6269f3c526c841c7940d2f369 fix-udpdump.patch"