Version: 0.32.1, Package name: neon-0.32.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description neon is an HTTP and WebDAV client library, with a C interface. Featuring: * High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD etc) * Low-level interface to HTTP request handling, to allow implementing new methods easily. * persistent connections * RFC2617 basic and digest authentication (including auth-int, md5-sess) * Proxy support (including basic/digest authentication) * SSL/TLS support using OpenSSL (including client certificate support) * Generic WebDAV 207 XML response handling mechanism * XML parsing using the expat or libxml parsers * Easy generation of error messages from 207 error responses * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL. * WebDAV metadata support: set and remove properties, query any set of properties (PROPPATCH/PROPFIND). * autoconf macros supplied for easily embedding neon directly inside an application source tree. |
Filesize: 859.799 KB |
Version History (View Complete History) |
|
2021-07-11 07:12:53 by Robert Nagy | Files touched by this commit (4) |
Log message: update to 0.31.2 |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-06-17 07:23:32 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: update to neon-0.30.2 |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2011-05-01 14:38:18 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - remove unneeded patch - prevent patch left-over from ending up in PLIST |
2010-11-19 15:31:39 by Marc Espie | Files touched by this commit (372) |
Log message: new depends |
2010-10-18 12:37:00 by Marc Espie | Files touched by this commit (357) |
Log message: USE_GROFF=Yes |
2010-10-03 07:02:19 by David Coppa | Files touched by this commit (4) |
Log message: Unbreak after openssl update (OpenSSL 1.0.0a). From upstream. OK sthen@ |
2009-08-30 12:37:55 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: SECURITY UPDATE of neon to 0.28.6 for CVE-2009-2473 and CVE-2009-2474 |
2008-11-13 06:14:05 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: - update to neon-0.28.3 - add gssapi support tested by naddy@ in a bulk build, thanks! |
2008-05-02 02:14:53 by Steven Mestdagh | Files touched by this commit (2) |
Log message: use libexpat, remove libxml2 dependency. from brad@ |
2007-10-20 07:05:35 by Marc Espie | Files touched by this commit (2) |
Log message: fix build: - explicitly choose the xml library you want. - give enough details so that libintl is found, *even if xml2 is not used*. No package change. |
2007-09-15 16:37:00 by Michael Erdely | Files touched by this commit (333) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@) |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2007-01-29 09:31:59 by Steven Mestdagh | Files touched by this commit (3) |
Log message: update to neon 0.26.2 |
2006-08-03 17:15:58 by Marc Espie | Files touched by this commit (58) |
Log message: new style specs |
2006-01-08 04:19:24 by Steven Mestdagh | Files touched by this commit (1) |
Log message: remove unneeded patch |
2005-12-30 14:48:20 by Steven Mestdagh | Files touched by this commit (3) |
Log message: SHARED_LIBS and USE_LIBTOOL some tips from naddy@ |
2005-01-05 10:15:08 by Christian Weisgerber | Files touched by this commit (250) |
Log message: SIZE |
2004-11-28 06:52:53 by Aleksander Piotrowski | Files touched by this commit (3) |
Log message: - Update to 0.24.7 - Add WANTLIB marker - Enable regression tests (some tests don't work) ok naddy@ |
2004-09-15 12:17:48 by Marc Espie | Files touched by this commit (262) |
Log message: new plists, kill a few INSTALL scripts. |
2004-09-14 18:07:00 by Peter Valchev | Files touched by this commit (25) |
Log message: remove David Lebel from maintainer position per his request. |
2004-08-10 03:38:35 by Xavier Santolaria | Files touched by this commit (16) |
Log message: more new-style MODULES. |
2004-05-19 12:25:47 by Robert Nagy | Files touched by this commit (2) |
Log message: update to 0.24.6: SECURITY (CVE CAN-2004-0398): Fix sscanf overflow in ne_rfc1036_parse ok brad@ |
2004-05-19 12:16:59 by Robert Nagy | Files touched by this commit (2) |
Log message: update to 0.24.6: SECURITY (CVE CAN-2004-0398): Fix sscanf overflow in ne_rfc1036_parse ok brad@ |
2004-05-19 12:03:00 by David Lebel | Files touched by this commit (3) |
Log message: SECURITY (CVE CAN-2004-0398): Fix sscanf overflow in ne_rfc1036_parse, thanks to Stefan Esser. From Robert Nagy. |
2004-05-06 03:41:14 by Robert Nagy | Files touched by this commit (3) |
Log message: update to net/neon to 0.24.5: SECURITY (CVE CAN-2004-0179): Fix format string vulnerabilities in XML/207 response handling, reported by greuff@void.at. ok brad@ |
2004-05-06 03:24:17 by Robert Nagy | Files touched by this commit (2) |
Log message: update to net/neon to 0.24.5: SECURITY (CVE CAN-2004-0179): Fix format string vulnerabilities in XML/207 response handling, reported by greuff@void.at. ok brad@ |
2004-04-16 07:08:54 by David Lebel | Files touched by this commit (3) |
Log message: update to net/neon to 0.24.5: SECURITY (CVE CAN-2004-0179): Fix format string vulnerabilities in XML/207 response handling, reported by greuff@void.at. >From Robert Nagy. |
2003-12-15 14:55:58 by Christian Weisgerber | Files touched by this commit (479) |
Log message: remove WWW lines |
2003-11-27 09:46:24 by David Lebel | Files touched by this commit (5) |
Log message: update net/neon to 0.24.4 |
2003-07-10 09:32:23 by David Lebel | Files touched by this commit (4) |
Log message: update net/neon to 0.24.0 |
2003-05-27 08:09:38 by David Lebel | Files touched by this commit (3) |
Log message: update net/neon to 0.23.9 |
2002-11-26 19:23:28 by David Lebel | Files touched by this commit (3) |
Log message: Update net/neon to 0.23.5; thanks to Jim Geovedi <jim@corebsd.or.id> for the heads up. |
2002-09-08 11:32:50 by David Lebel | Files touched by this commit (4) |
Log message: update net/neon to 0.23.3 |