All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] libpjsip: security bump to 2.7.2
@ 2018-03-12  8:44 Adam Duskett
  2018-03-13 22:29 ` Peter Korsgaard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Adam Duskett @ 2018-03-12  8:44 UTC (permalink / raw)
  To: buildroot

fixes:
- Crash when receiving SDP with invalid fmtp attribute
- Crash when parsing SDP with an invalid media format description

Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
 package/libpjsip/libpjsip.hash | 6 +++---
 package/libpjsip/libpjsip.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/libpjsip/libpjsip.hash b/package/libpjsip/libpjsip.hash
index edac3d578f..36c2ea1289 100644
--- a/package/libpjsip/libpjsip.hash
+++ b/package/libpjsip/libpjsip.hash
@@ -1,6 +1,6 @@
-# From http://www.pjsip.org/release/2.7.1/MD5SUM.TXT
-md5	99a64110fa5c2debff40e0e8d4676380  pjproject-2.7.1.tar.bz2
+# From http://www.pjsip.org/release/2.7.2/MD5SUM.TXT
+md5	fa3f0bc098c4bff48ddd92db1c016a7a  pjproject-2.7.2.tar.bz2
 
 # Locally computed
-sha256	59fabc62a02b2b80857297cfb10e2c68c473f4a0acc6e848cfefe8421f2c3126	pjproject-2.7.1.tar.bz2
+sha256	9c2c828abab7626edf18e04b041ef274bfaa86f99adf2c25ff56f1509e813772	pjproject-2.7.2.tar.bz2
 sha256	8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643	COPYING
diff --git a/package/libpjsip/libpjsip.mk b/package/libpjsip/libpjsip.mk
index 53b654d072..db9e474be7 100644
--- a/package/libpjsip/libpjsip.mk
+++ b/package/libpjsip/libpjsip.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBPJSIP_VERSION = 2.7.1
+LIBPJSIP_VERSION = 2.7.2
 LIBPJSIP_SOURCE = pjproject-$(LIBPJSIP_VERSION).tar.bz2
 LIBPJSIP_SITE = http://www.pjsip.org/release/$(LIBPJSIP_VERSION)
 LIBPJSIP_DEPENDENCIES = libsrtp
-- 
2.14.3

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

* [Buildroot] [PATCH 1/1] libpjsip: security bump to 2.7.2
  2018-03-12  8:44 [Buildroot] [PATCH 1/1] libpjsip: security bump to 2.7.2 Adam Duskett
@ 2018-03-13 22:29 ` Peter Korsgaard
  2018-04-06 16:53 ` Peter Korsgaard
  2018-04-11 15:44 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-03-13 22:29 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > fixes:
 > - Crash when receiving SDP with invalid fmtp attribute
 > - Crash when parsing SDP with an invalid media format description

 > Signed-off-by: Adam Duskett <aduskett@gmail.com>

Committed after adding CVE information, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] libpjsip: security bump to 2.7.2
  2018-03-12  8:44 [Buildroot] [PATCH 1/1] libpjsip: security bump to 2.7.2 Adam Duskett
  2018-03-13 22:29 ` Peter Korsgaard
@ 2018-04-06 16:53 ` Peter Korsgaard
  2018-04-11 15:44 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-04-06 16:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > fixes:
 > - Crash when receiving SDP with invalid fmtp attribute
 > - Crash when parsing SDP with an invalid media format description

 > Signed-off-by: Adam Duskett <aduskett@gmail.com>

Committed to 2018.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] libpjsip: security bump to 2.7.2
  2018-03-12  8:44 [Buildroot] [PATCH 1/1] libpjsip: security bump to 2.7.2 Adam Duskett
  2018-03-13 22:29 ` Peter Korsgaard
  2018-04-06 16:53 ` Peter Korsgaard
@ 2018-04-11 15:44 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-04-11 15:44 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > fixes:
 > - Crash when receiving SDP with invalid fmtp attribute
 > - Crash when parsing SDP with an invalid media format description

 > Signed-off-by: Adam Duskett <aduskett@gmail.com>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-04-11 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-12  8:44 [Buildroot] [PATCH 1/1] libpjsip: security bump to 2.7.2 Adam Duskett
2018-03-13 22:29 ` Peter Korsgaard
2018-04-06 16:53 ` Peter Korsgaard
2018-04-11 15:44 ` 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.