Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/next 1/1] package/jsoncpp: bump version to 1.6.5
Date: Sun, 9 Aug 2015 17:54:43 +0300	[thread overview]
Message-ID: <20150809145443.GB2570@tarshish> (raw)
In-Reply-To: <1439123310-6602-1-git-send-email-bernd.kuhls@t-online.de>

Hi Bernd,

On Sun, Aug 09, 2015 at 02:28:30PM +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  .../jsoncpp/0001-Revert-Use-std-namespace-for-snprintf.patch | 12 +++++++-----
>  package/jsoncpp/jsoncpp.mk                                   |  2 +-
>  2 files changed, 8 insertions(+), 6 deletions(-)
> 
> diff --git a/package/jsoncpp/0001-Revert-Use-std-namespace-for-snprintf.patch b/package/jsoncpp/0001-Revert-Use-std-namespace-for-snprintf.patch
> index 7935849..1178cc2 100644
> --- a/package/jsoncpp/0001-Revert-Use-std-namespace-for-snprintf.patch
> +++ b/package/jsoncpp/0001-Revert-Use-std-namespace-for-snprintf.patch
> @@ -16,6 +16,8 @@ Upstream status: sent upstream
>  package/jsoncpp/0001-Revert-Use-std-namespace-for-snprintf.patch
>  
>  Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> +(bumped patch to jsoncpp 1.6.5)
> +Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

I think this patch is not needed anymore. See 
https://github.com/open-source-parsers/jsoncpp/pull/232. I haven't tested 
though.

baruch

>   src/lib_json/json_writer.cpp | 2 --
> @@ -25,15 +27,15 @@ diff --git a/src/lib_json/json_writer.cpp b/src/lib_json/json_writer.cpp
>  index 83102fd2bb86..f7ad1e21bbc0 100644
>  --- a/src/lib_json/json_writer.cpp
>  +++ b/src/lib_json/json_writer.cpp
> -@@ -29,8 +29,6 @@
> - 
> - #if defined(_MSC_VER) && _MSC_VER < 1500 // VC++ 8.0 and below
> +@@ -31,8 +31,6 @@
>   #define snprintf _snprintf
> + #elif defined(__ANDROID__)
> + #define snprintf snprintf
>  -#elif __cplusplus >= 201103L
>  -#define snprintf std::snprintf
>   #endif
>   
> - #if defined(_MSC_VER) && _MSC_VER >= 1400 // VC++ 8.0
> --- 
> + #if defined(__BORLANDC__)  
> +---
>  2.1.4
>  
> diff --git a/package/jsoncpp/jsoncpp.mk b/package/jsoncpp/jsoncpp.mk
> index 63b18e6..132e264 100644
> --- a/package/jsoncpp/jsoncpp.mk
> +++ b/package/jsoncpp/jsoncpp.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -JSONCPP_VERSION = 1.6.1
> +JSONCPP_VERSION = 1.6.5
>  JSONCPP_SITE = $(call github,open-source-parsers,jsoncpp,$(JSONCPP_VERSION))
>  JSONCPP_LICENSE = Public Domain or MIT
>  JSONCPP_LICENSE_FILES = LICENSE

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

  reply	other threads:[~2015-08-09 14:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-09 12:28 [Buildroot] [PATCH/next 1/1] package/jsoncpp: bump version to 1.6.5 Bernd Kuhls
2015-08-09 14:54 ` Baruch Siach [this message]
2015-08-09 18:05   ` Jörg Krause
2015-08-09 20:01     ` Bernd Kuhls
2015-08-09 20:13       ` Baruch Siach
2015-08-09 20:35         ` Bernd Kuhls
2015-08-09 20:50           ` Baruch Siach
2015-08-09 20:03     ` Baruch Siach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150809145443.GB2570@tarshish \
    --to=baruch@tkos.co.il \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox