All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libpcap: security bump version to 1.9.1
@ 2019-10-06 12:39 Bernd Kuhls
  2019-10-07 20:32 ` Thomas Petazzoni
  2019-10-28  9:45 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2019-10-06 12:39 UTC (permalink / raw)
  To: buildroot

Removed patch applied upstream.

Changelog: https://www.tcpdump.org/libpcap-changes.txt

Quoting changelog:
"Five CVE-2019-15161, CVE-2019-15162, CVE-2019-15163, CVE-2019-15164,
 CVE-2019-15165
 Fixes for CVE-2018-16301, errors in pcapng reading."

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 ...dd-missing-limits.h-for-musl-systems.patch | 26 -------------------
 package/libpcap/libpcap.hash                  |  2 +-
 package/libpcap/libpcap.mk                    |  2 +-
 3 files changed, 2 insertions(+), 28 deletions(-)
 delete mode 100644 package/libpcap/0001-pcap-usb-linux.c-add-missing-limits.h-for-musl-systems.patch

diff --git a/package/libpcap/0001-pcap-usb-linux.c-add-missing-limits.h-for-musl-systems.patch b/package/libpcap/0001-pcap-usb-linux.c-add-missing-limits.h-for-musl-systems.patch
deleted file mode 100644
index aabaef3383..0000000000
--- a/package/libpcap/0001-pcap-usb-linux.c-add-missing-limits.h-for-musl-systems.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From aafa3512b7b742f5e66a5543e41974cc5e7eebfa Mon Sep 17 00:00:00 2001
-From: maxice8 <thinkabit.ukim@gmail.com>
-Date: Sun, 22 Jul 2018 18:54:17 -0300
-Subject: [PATCH] pcap-usb-linux.c: add missing limits.h for musl systems.
-
-fix compilation on musl libc systems like Void Linux and Alpine.
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-[Retrieved from:
-https://github.com/the-tcpdump-group/libpcap/commit/aafa3512b7b742f5e66a5543e41974cc5e7eebfa]
----
- pcap-usb-linux.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/pcap-usb-linux.c b/pcap-usb-linux.c
-index 6f8adf65e..b92c05ea1 100644
---- a/pcap-usb-linux.c
-+++ b/pcap-usb-linux.c
-@@ -50,6 +50,7 @@
- #include <stdlib.h>
- #include <unistd.h>
- #include <fcntl.h>
-+#include <limits.h>
- #include <string.h>
- #include <dirent.h>
- #include <byteswap.h>
diff --git a/package/libpcap/libpcap.hash b/package/libpcap/libpcap.hash
index 19ce2adbe1..a24fba24de 100644
--- a/package/libpcap/libpcap.hash
+++ b/package/libpcap/libpcap.hash
@@ -1,5 +1,5 @@
 # Locally calculated after checking pgp signature
-sha256	2edb88808e5913fdaa8e9c1fcaf272e19b2485338742b5074b9fe44d68f37019	libpcap-1.9.0.tar.gz
+sha256	635237637c5b619bcceba91900666b64d56ecb7be63f298f601ec786ce087094	libpcap-1.9.1.tar.gz
 
 # Hash for license file:
 sha256	8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd	LICENSE
diff --git a/package/libpcap/libpcap.mk b/package/libpcap/libpcap.mk
index ebceca5273..476183555a 100644
--- a/package/libpcap/libpcap.mk
+++ b/package/libpcap/libpcap.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBPCAP_VERSION = 1.9.0
+LIBPCAP_VERSION = 1.9.1
 LIBPCAP_SITE = http://www.tcpdump.org/release
 LIBPCAP_LICENSE = BSD-3-Clause
 LIBPCAP_LICENSE_FILES = LICENSE
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/libpcap: security bump version to 1.9.1
  2019-10-06 12:39 [Buildroot] [PATCH 1/1] package/libpcap: security bump version to 1.9.1 Bernd Kuhls
@ 2019-10-07 20:32 ` Thomas Petazzoni
  2019-10-28  9:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-10-07 20:32 UTC (permalink / raw)
  To: buildroot

On Sun,  6 Oct 2019 14:39:01 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Removed patch applied upstream.
> 
> Changelog: https://www.tcpdump.org/libpcap-changes.txt
> 
> Quoting changelog:
> "Five CVE-2019-15161, CVE-2019-15162, CVE-2019-15163, CVE-2019-15164,
>  CVE-2019-15165
>  Fixes for CVE-2018-16301, errors in pcapng reading."
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  ...dd-missing-limits.h-for-musl-systems.patch | 26 -------------------
>  package/libpcap/libpcap.hash                  |  2 +-
>  package/libpcap/libpcap.mk                    |  2 +-
>  3 files changed, 2 insertions(+), 28 deletions(-)
>  delete mode 100644 package/libpcap/0001-pcap-usb-linux.c-add-missing-limits.h-for-musl-systems.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/libpcap: security bump version to 1.9.1
  2019-10-06 12:39 [Buildroot] [PATCH 1/1] package/libpcap: security bump version to 1.9.1 Bernd Kuhls
  2019-10-07 20:32 ` Thomas Petazzoni
@ 2019-10-28  9:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-10-28  9:45 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Removed patch applied upstream.
 > Changelog: https://www.tcpdump.org/libpcap-changes.txt

 > Quoting changelog:
 > "Five CVE-2019-15161, CVE-2019-15162, CVE-2019-15163, CVE-2019-15164,
 >  CVE-2019-15165
 >  Fixes for CVE-2018-16301, errors in pcapng reading."

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2019.02.x and 2019.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-28  9:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-06 12:39 [Buildroot] [PATCH 1/1] package/libpcap: security bump version to 1.9.1 Bernd Kuhls
2019-10-07 20:32 ` Thomas Petazzoni
2019-10-28  9:45 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.