All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] neon: bump version to 0.28.3
@ 2009-02-16 14:15 Ihar Hrachyshka
  2009-02-16 14:47 ` Koen Kooi
  0 siblings, 1 reply; 10+ messages in thread
From: Ihar Hrachyshka @ 2009-02-16 14:15 UTC (permalink / raw)
  To: openembedded-devel

Seems that current neon versions doesn't work with gnutls 2.x

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
---
 conf/checksums.ini           |    4 ++++
 packages/neon/neon_0.28.3.bb |   17 +++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)
 create mode 100644 packages/neon/neon_0.28.3.bb

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 178f45c..a08be2a 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -15674,6 +15674,10 @@ sha256=76472e51576b42bfc129e487ae7dd3a5e1f1f380105b422fc14ee408e3a881df
 md5=516c576c0ca5c0a01ad24d018093cfee
 sha256=8a29457052b73ac0139e3b2824a74323256dd7631b1691239ddb18124e231a71
 
+[http://www.webdav.org/neon/neon-0.28.3.tar.gz]
+md5=47599a328862ce64ac3c52726d6daa12
+sha256=90dee51b4c70bc50ce2fa106ca945349b81cd86c90aa9d4dbff73abb284fcdc2
+
 [http://downloads.sourceforge.net/net-snmp/net-snmp-5.1.2.tar.gz]
 md5=8080555ab3f90011f25d5122042d9a8d
 sha256=1fca69e934c3d526e308450cc5af2478d440e012922dd0bb10388fcf093ef32e
diff --git a/packages/neon/neon_0.28.3.bb b/packages/neon/neon_0.28.3.bb
new file mode 100644
index 0000000..7f814b4
--- /dev/null
+++ b/packages/neon/neon_0.28.3.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
+SECTION = "libs"
+LICENSE = "LGPL"
+DEPENDS = "zlib libxml2 expat time gnutls"
+PR = "r2"
+
+DEFAULT_PREFERENCE = "1"
+
+SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz"
+
+inherit autotools binconfig lib_package pkgconfig
+
+EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
+
+do_stage () {
+	autotools_stage_all
+}
-- 
1.5.6.3





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

* [PATCH] neon: bump version to 0.28.3
@ 2009-02-16 14:37 Ihar Hrachyshka
  2009-02-16 17:16 ` Otavio Salvador
  2009-06-04 14:24 ` Ihar Hrachyshka
  0 siblings, 2 replies; 10+ messages in thread
From: Ihar Hrachyshka @ 2009-02-16 14:37 UTC (permalink / raw)
  To: openembedded-devel

Seems that current neon versions doesn't work with gnutls 2.x

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
---
 conf/checksums.ini           |    4 ++++
 packages/neon/neon_0.28.3.bb |   16 ++++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 packages/neon/neon_0.28.3.bb

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 178f45c..a08be2a 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -15674,6 +15674,10 @@ sha256=76472e51576b42bfc129e487ae7dd3a5e1f1f380105b422fc14ee408e3a881df
 md5=516c576c0ca5c0a01ad24d018093cfee
 sha256=8a29457052b73ac0139e3b2824a74323256dd7631b1691239ddb18124e231a71
 
+[http://www.webdav.org/neon/neon-0.28.3.tar.gz]
+md5=47599a328862ce64ac3c52726d6daa12
+sha256=90dee51b4c70bc50ce2fa106ca945349b81cd86c90aa9d4dbff73abb284fcdc2
+
 [http://downloads.sourceforge.net/net-snmp/net-snmp-5.1.2.tar.gz]
 md5=8080555ab3f90011f25d5122042d9a8d
 sha256=1fca69e934c3d526e308450cc5af2478d440e012922dd0bb10388fcf093ef32e
diff --git a/packages/neon/neon_0.28.3.bb b/packages/neon/neon_0.28.3.bb
new file mode 100644
index 0000000..0e347e7
--- /dev/null
+++ b/packages/neon/neon_0.28.3.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
+SECTION = "libs"
+LICENSE = "LGPL"
+DEPENDS = "zlib libxml2 expat time gnutls"
+
+DEFAULT_PREFERENCE = "1"
+
+SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz"
+
+inherit autotools binconfig lib_package pkgconfig
+
+EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
+
+do_stage () {
+	autotools_stage_all
+}
-- 
1.5.6.3





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

* Re: [PATCH] neon: bump version to 0.28.3
  2009-02-16 14:15 Ihar Hrachyshka
@ 2009-02-16 14:47 ` Koen Kooi
  2009-02-16 15:08   ` Ihar Hrachyshka
  0 siblings, 1 reply; 10+ messages in thread
From: Koen Kooi @ 2009-02-16 14:47 UTC (permalink / raw)
  To: openembedded-devel

On 16-02-09 15:15, Ihar Hrachyshka wrote:
> Seems that current neon versions doesn't work with gnutls 2.x
>

> +PR = "r2"

remove that line.

regards,

Koen




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

* Re: [PATCH] neon: bump version to 0.28.3
  2009-02-16 14:47 ` Koen Kooi
@ 2009-02-16 15:08   ` Ihar Hrachyshka
  0 siblings, 0 replies; 10+ messages in thread
From: Ihar Hrachyshka @ 2009-02-16 15:08 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Feb 16, 2009 at 4:47 PM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> On 16-02-09 15:15, Ihar Hrachyshka wrote:
>>
>> Seems that current neon versions doesn't work with gnutls 2.x
>>
>
>> +PR = "r2"
>
> remove that line.

I already resent new version of the patch..

>
> regards,
>
> Koen
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [PATCH] neon: bump version to 0.28.3
  2009-02-16 14:37 [PATCH] neon: bump version to 0.28.3 Ihar Hrachyshka
@ 2009-02-16 17:16 ` Otavio Salvador
  2009-02-16 21:56   ` Vitus Jensen
  2009-06-04 14:24 ` Ihar Hrachyshka
  1 sibling, 1 reply; 10+ messages in thread
From: Otavio Salvador @ 2009-02-16 17:16 UTC (permalink / raw)
  To: openembedded-devel

Ihar Hrachyshka <ihar.hrachyshka@gmail.com> writes:

> Seems that current neon versions doesn't work with gnutls 2.x

In this case I belive it could be droped; what others think?

-- 
Otavio Salvador                  O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br



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

* Re: [PATCH] neon: bump version to 0.28.3
  2009-02-16 17:16 ` Otavio Salvador
@ 2009-02-16 21:56   ` Vitus Jensen
  2009-02-16 23:02     ` Ihar Hrachyshka
  0 siblings, 1 reply; 10+ messages in thread
From: Vitus Jensen @ 2009-02-16 21:56 UTC (permalink / raw)
  To: openembedded-devel

Am Mon, 16 Feb 2009 14:16:34 -0300 schrieb Otavio Salvador:

> Ihar Hrachyshka <ihar.hrachyshka@gmail.com> writes:
> 
>> Seems that current neon versions doesn't work with gnutls 2.x
> 
> In this case I belive it could be droped; what others think?

Bad idea as "Please note: The neon API is subject to backwards-
incompatible change over minor versions (0.24.x -> 0.25.x) but is stable 
across patch releases (0.24.0 -> 0.24.x)." (http://www.webdav.org/neon/) 
and current recipes may rely on a specific minor version.  As least 
subversion and devfs2 tests neon versions.  I haven't checked the others.

Bye,
   Vitus

-- 
Vitus Jensen, Hannover, Germany, Earth, Milky Way, Universe (current)




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

* Re: [PATCH] neon: bump version to 0.28.3
  2009-02-16 21:56   ` Vitus Jensen
@ 2009-02-16 23:02     ` Ihar Hrachyshka
  2009-02-17  6:57       ` Sledz, Steffen
  2009-06-04 14:23       ` Ihar Hrachyshka
  0 siblings, 2 replies; 10+ messages in thread
From: Ihar Hrachyshka @ 2009-02-16 23:02 UTC (permalink / raw)
  To: openembedded-devel; +Cc: openembedded-devel

How can I help to update neon version? testing some packages? Please
provide me with the list of them, I'll try to build it.
Anyway, I propose to update 'org.openembedded.dev' branch not stable
one so it's not a big problem for those who really care stability
issues I think.

On Mon, Feb 16, 2009 at 11:56 PM, Vitus Jensen <vjensen@gmx.de> wrote:
> Am Mon, 16 Feb 2009 14:16:34 -0300 schrieb Otavio Salvador:
>
>> Ihar Hrachyshka <ihar.hrachyshka@gmail.com> writes:
>>
>>> Seems that current neon versions doesn't work with gnutls 2.x
>>
>> In this case I belive it could be droped; what others think?
>
> Bad idea as "Please note: The neon API is subject to backwards-
> incompatible change over minor versions (0.24.x -> 0.25.x) but is stable
> across patch releases (0.24.0 -> 0.24.x)." (http://www.webdav.org/neon/)
> and current recipes may rely on a specific minor version.  As least
> subversion and devfs2 tests neon versions.  I haven't checked the others.
>
> Bye,
>   Vitus
>
> --
> Vitus Jensen, Hannover, Germany, Earth, Milky Way, Universe (current)
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [PATCH] neon: bump version to 0.28.3
  2009-02-16 23:02     ` Ihar Hrachyshka
@ 2009-02-17  6:57       ` Sledz, Steffen
  2009-06-04 14:23       ` Ihar Hrachyshka
  1 sibling, 0 replies; 10+ messages in thread
From: Sledz, Steffen @ 2009-02-17  6:57 UTC (permalink / raw)
  To: openembedded-devel

> >>> Seems that current neon versions doesn't work with gnutls 2.x
> >>
> >> In this case I belive it could be droped; what others think?
>
> How can I help to update neon version? testing some packages? Please
> provide me with the list of them, I'll try to build it.

I would like to try a little patch enabling gnutls-2 support in neon mentioned in <http://article.gmane.org/gmane.comp.handhelds.openembedded/21118> to build a subversion client. But i failed with building the client itself. May be you can help there.

Steffen



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

* Re: [PATCH] neon: bump version to 0.28.3
  2009-02-16 23:02     ` Ihar Hrachyshka
  2009-02-17  6:57       ` Sledz, Steffen
@ 2009-06-04 14:23       ` Ihar Hrachyshka
  1 sibling, 0 replies; 10+ messages in thread
From: Ihar Hrachyshka @ 2009-06-04 14:23 UTC (permalink / raw)
  To: openembedded-devel

So what's the status of the patch? Can you update neon library?

On Tue, Feb 17, 2009 at 2:02 AM, Ihar Hrachyshka
<ihar.hrachyshka@gmail.com> wrote:
> How can I help to update neon version? testing some packages? Please
> provide me with the list of them, I'll try to build it.
> Anyway, I propose to update 'org.openembedded.dev' branch not stable
> one so it's not a big problem for those who really care stability
> issues I think.
>
> On Mon, Feb 16, 2009 at 11:56 PM, Vitus Jensen <vjensen@gmx.de> wrote:
>> Am Mon, 16 Feb 2009 14:16:34 -0300 schrieb Otavio Salvador:
>>
>>> Ihar Hrachyshka <ihar.hrachyshka@gmail.com> writes:
>>>
>>>> Seems that current neon versions doesn't work with gnutls 2.x
>>>
>>> In this case I belive it could be droped; what others think?
>>
>> Bad idea as "Please note: The neon API is subject to backwards-
>> incompatible change over minor versions (0.24.x -> 0.25.x) but is stable
>> across patch releases (0.24.0 -> 0.24.x)." (http://www.webdav.org/neon/)
>> and current recipes may rely on a specific minor version.  As least
>> subversion and devfs2 tests neon versions.  I haven't checked the others.
>>
>> Bye,
>>   Vitus
>>
>> --
>> Vitus Jensen, Hannover, Germany, Earth, Milky Way, Universe (current)
>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>



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

* Re: [PATCH] neon: bump version to 0.28.3
  2009-02-16 14:37 [PATCH] neon: bump version to 0.28.3 Ihar Hrachyshka
  2009-02-16 17:16 ` Otavio Salvador
@ 2009-06-04 14:24 ` Ihar Hrachyshka
  1 sibling, 0 replies; 10+ messages in thread
From: Ihar Hrachyshka @ 2009-06-04 14:24 UTC (permalink / raw)
  To: openembedded-devel

So what's the status of the patch? Can you update neon library?

PS: Sorry for the previous unneeded email.

On Mon, Feb 16, 2009 at 5:37 PM, Ihar Hrachyshka
<ihar.hrachyshka@gmail.com> wrote:
> Seems that current neon versions doesn't work with gnutls 2.x
>
> Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
> ---
>  conf/checksums.ini           |    4 ++++
>  packages/neon/neon_0.28.3.bb |   16 ++++++++++++++++
>  2 files changed, 20 insertions(+), 0 deletions(-)
>  create mode 100644 packages/neon/neon_0.28.3.bb
>
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> index 178f45c..a08be2a 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -15674,6 +15674,10 @@ sha256=76472e51576b42bfc129e487ae7dd3a5e1f1f380105b422fc14ee408e3a881df
>  md5=516c576c0ca5c0a01ad24d018093cfee
>  sha256=8a29457052b73ac0139e3b2824a74323256dd7631b1691239ddb18124e231a71
>
> +[http://www.webdav.org/neon/neon-0.28.3.tar.gz]
> +md5=47599a328862ce64ac3c52726d6daa12
> +sha256=90dee51b4c70bc50ce2fa106ca945349b81cd86c90aa9d4dbff73abb284fcdc2
> +
>  [http://downloads.sourceforge.net/net-snmp/net-snmp-5.1.2.tar.gz]
>  md5=8080555ab3f90011f25d5122042d9a8d
>  sha256=1fca69e934c3d526e308450cc5af2478d440e012922dd0bb10388fcf093ef32e
> diff --git a/packages/neon/neon_0.28.3.bb b/packages/neon/neon_0.28.3.bb
> new file mode 100644
> index 0000000..0e347e7
> --- /dev/null
> +++ b/packages/neon/neon_0.28.3.bb
> @@ -0,0 +1,16 @@
> +DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
> +SECTION = "libs"
> +LICENSE = "LGPL"
> +DEPENDS = "zlib libxml2 expat time gnutls"
> +
> +DEFAULT_PREFERENCE = "1"
> +
> +SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz"
> +
> +inherit autotools binconfig lib_package pkgconfig
> +
> +EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
> +
> +do_stage () {
> +       autotools_stage_all
> +}
> --
> 1.5.6.3
>
>
>



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

end of thread, other threads:[~2009-06-04 14:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-16 14:37 [PATCH] neon: bump version to 0.28.3 Ihar Hrachyshka
2009-02-16 17:16 ` Otavio Salvador
2009-02-16 21:56   ` Vitus Jensen
2009-02-16 23:02     ` Ihar Hrachyshka
2009-02-17  6:57       ` Sledz, Steffen
2009-06-04 14:23       ` Ihar Hrachyshka
2009-06-04 14:24 ` Ihar Hrachyshka
  -- strict thread matches above, loose matches on Subject: below --
2009-02-16 14:15 Ihar Hrachyshka
2009-02-16 14:47 ` Koen Kooi
2009-02-16 15:08   ` Ihar Hrachyshka

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.