All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] libpjsip: bump to 2.7.1
@ 2017-11-09 21:51 Adam Duskett
  2017-11-10 17:17 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Adam Duskett @ 2017-11-09 21:51 UTC (permalink / raw)
  To: buildroot

Also add hash for license file

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

diff --git a/package/libpjsip/libpjsip.hash b/package/libpjsip/libpjsip.hash
index b35fed3403..edac3d578f 100644
--- a/package/libpjsip/libpjsip.hash
+++ b/package/libpjsip/libpjsip.hash
@@ -1,5 +1,6 @@
-# From http://www.pjsip.org/release/2.7/MD5SUM.TXT
-md5	c0d322261e526cafecc176facbb0bab7  pjproject-2.7.tar.bz2
+# From http://www.pjsip.org/release/2.7.1/MD5SUM.TXT
+md5	99a64110fa5c2debff40e0e8d4676380  pjproject-2.7.1.tar.bz2
 
 # Locally computed
-sha256	1c80621a11c39151b3c2511f06abc8ef031fc712bb2f9e9923b5301b04b28f6b	pjproject-2.7.tar.bz2
+sha256	59fabc62a02b2b80857297cfb10e2c68c473f4a0acc6e848cfefe8421f2c3126	pjproject-2.7.1.tar.bz2
+sha256	8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643	COPYING
diff --git a/package/libpjsip/libpjsip.mk b/package/libpjsip/libpjsip.mk
index a7fbd21503..6f3f9e3f1a 100644
--- a/package/libpjsip/libpjsip.mk
+++ b/package/libpjsip/libpjsip.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBPJSIP_VERSION = 2.7
+LIBPJSIP_VERSION = 2.7.1
 LIBPJSIP_SOURCE = pjproject-$(LIBPJSIP_VERSION).tar.bz2
 LIBPJSIP_SITE = http://www.pjsip.org/release/$(LIBPJSIP_VERSION)
 LIBPJSIP_DEPENDENCIES = libsrtp
-- 
2.13.6

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

* [Buildroot] [PATCH 1/1] libpjsip: bump to 2.7.1
  2017-11-09 21:51 [Buildroot] [PATCH 1/1] libpjsip: bump to 2.7.1 Adam Duskett
@ 2017-11-10 17:17 ` Peter Korsgaard
  2017-11-26 21:20   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2017-11-10 17:17 UTC (permalink / raw)
  To: buildroot

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

 > Also add hash for license file
 > Signed-off-by: Adam Duskett <Adamduskett@outlook.com>

Please state clearly if these version bumps are for master or next. I
was going to apply to next until I checked the website:

https://trac.pjsip.org/repos/milestone/release-2.7.1

Security update. This version is recommended for all users to improve
the security of applications using PJSIP.

So I've updated the commit message to make this clear and applied to
master, thanks.

> ---
 >  package/libpjsip/libpjsip.hash | 7 ++++---
 >  package/libpjsip/libpjsip.mk   | 2 +-
 >  2 files changed, 5 insertions(+), 4 deletions(-)

 > diff --git a/package/libpjsip/libpjsip.hash b/package/libpjsip/libpjsip.hash
 > index b35fed3403..edac3d578f 100644
 > --- a/package/libpjsip/libpjsip.hash
 > +++ b/package/libpjsip/libpjsip.hash
 > @@ -1,5 +1,6 @@
 > -# From http://www.pjsip.org/release/2.7/MD5SUM.TXT
 > -md5	c0d322261e526cafecc176facbb0bab7  pjproject-2.7.tar.bz2
 > +# From http://www.pjsip.org/release/2.7.1/MD5SUM.TXT
 > +md5	99a64110fa5c2debff40e0e8d4676380  pjproject-2.7.1.tar.bz2
 
 >  # Locally computed
 > -sha256	1c80621a11c39151b3c2511f06abc8ef031fc712bb2f9e9923b5301b04b28f6b	pjproject-2.7.tar.bz2
 > +sha256	59fabc62a02b2b80857297cfb10e2c68c473f4a0acc6e848cfefe8421f2c3126	pjproject-2.7.1.tar.bz2
 > +sha256	8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643	COPYING
 > diff --git a/package/libpjsip/libpjsip.mk b/package/libpjsip/libpjsip.mk
 > index a7fbd21503..6f3f9e3f1a 100644
 > --- a/package/libpjsip/libpjsip.mk
 > +++ b/package/libpjsip/libpjsip.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -LIBPJSIP_VERSION = 2.7
 > +LIBPJSIP_VERSION = 2.7.1
 >  LIBPJSIP_SOURCE = pjproject-$(LIBPJSIP_VERSION).tar.bz2
 >  LIBPJSIP_SITE = http://www.pjsip.org/release/$(LIBPJSIP_VERSION)
 >  LIBPJSIP_DEPENDENCIES = libsrtp
 > -- 
 > 2.13.6

 > _______________________________________________
 > buildroot mailing list
 > buildroot at busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] libpjsip: bump to 2.7.1
  2017-11-10 17:17 ` Peter Korsgaard
@ 2017-11-26 21:20   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-11-26 21:20 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:
 >> Also add hash for license file
 >> Signed-off-by: Adam Duskett <Adamduskett@outlook.com>

 > Please state clearly if these version bumps are for master or next. I
 > was going to apply to next until I checked the website:

 > https://trac.pjsip.org/repos/milestone/release-2.7.1

 > Security update. This version is recommended for all users to improve
 > the security of applications using PJSIP.

 > So I've updated the commit message to make this clear and applied to
 > master, thanks.

Committed to 2017.02.x and 2017.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-11-26 21:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-09 21:51 [Buildroot] [PATCH 1/1] libpjsip: bump to 2.7.1 Adam Duskett
2017-11-10 17:17 ` Peter Korsgaard
2017-11-26 21:20   ` 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.