ajacoutot
547f29c3e2
Correct the configure patch to patch the correct location so that the
...
bindtextdomain() check finds libintl as expected and remove the LDFLAGS
hack because the patch was not patching the correct location.
from Brad
2012-08-28 18:42:30 +00:00
jasper
fa5ee7998b
Fix build without openssl sslv2
...
from brad
2012-06-27 12:10:19 +00:00
ajacoutot
1d31a54d41
Fix an implicit declaration of writev(2).
2012-06-16 09:01:29 +00:00
ajacoutot
fcb9deccef
Update to neon-0.29.6; needed by a WIP csync port.
...
tested in a bulk by jasper@, thanks!
from Markus Schatzl with several tweaks from me
ok jasper@
2012-05-14 06:26:19 +00:00
jasper
2b21a3e13c
- remove unneeded patch
...
- prevent patch left-over from ending up in PLIST
2011-05-01 20:38:18 +00:00
espie
0397d65db0
new depends
2010-11-19 22:31:32 +00:00
espie
47ff75aa46
USE_GROFF=Yes
2010-10-18 18:36:45 +00:00
dcoppa
45fc5dbec4
Unbreak after openssl update (OpenSSL 1.0.0a).
...
From upstream.
OK sthen@
2010-10-03 13:02:19 +00:00
jasper
a917ff8bbe
SECURITY UPDATE of neon to 0.28.6 for CVE-2009-2473 and
...
CVE-2009-2474
2009-08-30 18:37:55 +00:00
ajacoutot
994149c63f
- update to neon-0.28.3
...
- add gssapi support
tested by naddy@ in a bulk build, thanks!
2008-11-13 13:14:05 +00:00
steven
925e007395
use libexpat, remove libxml2 dependency.
...
from brad@
2008-05-02 08:14:53 +00:00
espie
50232f1030
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-10-20 13:05:35 +00:00
merdely
241b722760
Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
...
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00
espie
9eafbbfb35
base64 checksums.
2007-04-05 16:19:55 +00:00
steven
fcb758d8c3
update to neon 0.26.2
2007-01-29 16:31:59 +00:00
espie
081f45d827
new style specs
2006-08-03 23:15:57 +00:00
steven
c67f953afb
remove unneeded patch
2006-01-08 11:19:24 +00:00
steven
94299b33dc
SHARED_LIBS and USE_LIBTOOL
...
some tips from naddy@
2005-12-30 21:48:20 +00:00
naddy
fedfc3867f
SIZE
2005-01-05 17:14:37 +00:00
alek
14d2428655
- Update to 0.24.7
...
- Add WANTLIB marker
- Enable regression tests (some tests don't work)
ok naddy@
2004-11-28 13:52:53 +00:00
espie
52b24f12ea
new plists, kill a few INSTALL scripts.
2004-09-15 18:17:38 +00:00
pvalchev
a4e1e24ad5
remove David Lebel from maintainer position per his request.
2004-09-15 00:06:58 +00:00
xsa
4372f23100
more new-style MODULES.
2004-08-10 09:38:34 +00:00
lebel
d7767e71c6
SECURITY (CVE CAN-2004-0398): Fix sscanf overflow in ne_rfc1036_parse,
...
thanks to Stefan Esser. From Robert Nagy.
2004-05-19 18:03:00 +00:00
lebel
76f4d7869c
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.
2004-04-16 13:08:54 +00:00
naddy
112339c1d4
remove WWW lines
2003-12-15 21:54:59 +00:00
lebel
4c1c55d990
update net/neon to 0.24.4
2003-11-27 16:46:24 +00:00
lebel
604886b50c
update net/neon to 0.24.0
2003-07-10 15:32:23 +00:00
lebel
3f4eba73dd
update net/neon to 0.23.9
2003-05-27 14:09:38 +00:00
lebel
7de08d47ed
Update net/neon to 0.23.5; thanks to Jim Geovedi <jim@corebsd.or.id> for the
...
heads up.
2002-11-27 02:23:28 +00:00
lebel
a8dc62396c
update net/neon to 0.23.3
2002-09-08 17:32:50 +00:00
lebel
f5be045506
update net/neon to 0.21.3
2002-07-04 17:50:37 +00:00
lebel
58947bb8ab
update net/neon to 0.21.0; thanks Jim Geovedi <jim@corebsd.or.id>
2002-05-28 12:56:27 +00:00
lebel
b5693a0574
update net/neon to 0.19.4
2002-04-28 15:52:07 +00:00
lebel
14426910d5
* install neon's autoconf macros
...
* install html documentation
* install man pages
* install README, NEWS, BUGS, TODO, and THANKS
2002-03-19 03:34:04 +00:00
lebel
81e7907f2d
initial import of neon-0.19.3:
...
--
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.
WWW: http://www.webdev.org/neon/
2002-03-19 02:56:40 +00:00