mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libcurl: version bump to 7.26.0
@ 2012-06-12 20:38 Bernhard Walle
  2012-06-14  0:16 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Bernhard Walle @ 2012-06-12 20:38 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
---
 rules/libcurl.make |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libcurl.make b/rules/libcurl.make
index 58ff053..faa753b 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
 #
 # Paths and names
 #
-LIBCURL_VERSION	:= 7.21.0
-LIBCURL_MD5	:= 6dfb911a254a1b5ca8b534b98f2196aa
+LIBCURL_VERSION	:= 7.26.0
+LIBCURL_MD5	:= 3fa4d5236f2a36ca5c3af6715e837691
 LIBCURL		:= curl-$(LIBCURL_VERSION)
 LIBCURL_SUFFIX	:= tar.gz
 LIBCURL_URL	:= http://curl.haxx.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)
-- 
1.7.9.5


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH] libcurl: version bump to 7.26.0
  2012-06-12 20:38 [ptxdist] [PATCH] libcurl: version bump to 7.26.0 Bernhard Walle
@ 2012-06-14  0:16 ` Michael Olbrich
  2012-06-16 19:09   ` Bernhard Walle
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2012-06-14  0:16 UTC (permalink / raw)
  To: ptxdist

On Tue, Jun 12, 2012 at 10:38:15PM +0200, Bernhard Walle wrote:
> Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
> ---
>  rules/libcurl.make |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/libcurl.make b/rules/libcurl.make
> index 58ff053..faa753b 100644
> --- a/rules/libcurl.make
> +++ b/rules/libcurl.make
> @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
>  #
>  # Paths and names
>  #
> -LIBCURL_VERSION	:= 7.21.0
> -LIBCURL_MD5	:= 6dfb911a254a1b5ca8b534b98f2196aa
> +LIBCURL_VERSION	:= 7.26.0
> +LIBCURL_MD5	:= 3fa4d5236f2a36ca5c3af6715e837691
>  LIBCURL		:= curl-$(LIBCURL_VERSION)
>  LIBCURL_SUFFIX	:= tar.gz
>  LIBCURL_URL	:= http://curl.haxx.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)

Please explicitly enable/disable the new configure options. Probably just
disable them.

Michael

> -- 
> 1.7.9.5
> 
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH] libcurl: version bump to 7.26.0
  2012-06-14  0:16 ` Michael Olbrich
@ 2012-06-16 19:09   ` Bernhard Walle
  0 siblings, 0 replies; 3+ messages in thread
From: Bernhard Walle @ 2012-06-16 19:09 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
---
 rules/libcurl.make |    6 ++++--
 1 Datei geändert, 4 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-)

diff --git a/rules/libcurl.make b/rules/libcurl.make
index df24763..1f2b566 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
 #
 # Paths and names
 #
-LIBCURL_VERSION	:= 7.21.0
-LIBCURL_MD5	:= 6dfb911a254a1b5ca8b534b98f2196aa
+LIBCURL_VERSION	:= 7.26.0
+LIBCURL_MD5	:= 3fa4d5236f2a36ca5c3af6715e837691
 LIBCURL		:= curl-$(LIBCURL_VERSION)
 LIBCURL_SUFFIX	:= tar.gz
 LIBCURL_URL	:= http://curl.haxx.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)
@@ -65,6 +65,8 @@ LIBCURL_AUTOCONF := \
 	--without-ca-bundle \
 	--without-ca-path \
 	--without-libidn \
+	--without-axtls \
+	--without-cyassl \
 	\
 	--$(call ptx/endis, PTXCONF_LIBCURL_HTTP)-http \
 	--$(call ptx/endis, PTXCONF_LIBCURL_COOKIES)-cookies \
-- 
1.7.10.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2012-06-16 19:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-12 20:38 [ptxdist] [PATCH] libcurl: version bump to 7.26.0 Bernhard Walle
2012-06-14  0:16 ` Michael Olbrich
2012-06-16 19:09   ` Bernhard Walle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox