All of lore.kernel.org
 help / color / mirror / Atom feed
* [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
* [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

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.