diff options
| author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-06-01 11:14:05 +0200 |
|---|---|---|
| committer | Sven Nierlein <sven@nierlein.de> | 2018-10-22 16:30:31 +0200 |
| commit | d6491ba403d37abf54e56c96fb5c7b808943b5d3 (patch) | |
| tree | ab7f5da00831e146ef71b55a47b14ba43cdcec6b /ACKNOWLEDGEMENTS | |
| parent | 46c5b54254026a170006cdcdbe1ffe38771274cb (diff) | |
| download | monitoring-plugins-d6491ba403d37abf54e56c96fb5c7b808943b5d3.tar.gz | |
removed embedded uriparser library, added --with-uriparser configure option
to use uriparser library from the system
Diffstat (limited to 'ACKNOWLEDGEMENTS')
| -rw-r--r-- | ACKNOWLEDGEMENTS | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ACKNOWLEDGEMENTS b/ACKNOWLEDGEMENTS index a8c4ba0f..d73be549 100644 --- a/ACKNOWLEDGEMENTS +++ b/ACKNOWLEDGEMENTS | |||
| @@ -20,7 +20,7 @@ Using the DLPI support on SysV systems to get the host MAC address in check_dhcp | |||
| 20 | Stenberg, Daniel | 20 | Stenberg, Daniel |
| 21 | Copyright (c) 1996 - 2004, Daniel Stenberg, <daniel@haxx.se> | 21 | Copyright (c) 1996 - 2004, Daniel Stenberg, <daniel@haxx.se> |
| 22 | http://curl.haxx.se/ | 22 | http://curl.haxx.se/ |
| 23 | Use of duplication of macros in m4/np_curl.m4 | 23 | Use of duplication of macros in m4/np_curl.m4 (slighly adapted for m4/uriparser.m4 too) |
| 24 | 24 | ||
| 25 | Coreutils team | 25 | Coreutils team |
| 26 | Copyright (C) 91, 1995-2004 Free Software Foundation, Inc. | 26 | Copyright (C) 91, 1995-2004 Free Software Foundation, Inc. |
| @@ -37,10 +37,3 @@ Copyright (c) 2009-2014 Kazuho Oku, Tokuhiro Matsuno, Daisuke Murase, | |||
| 37 | picohttpparser | 37 | picohttpparser |
| 38 | https://github.com/h2o/picohttpparser | 38 | https://github.com/h2o/picohttpparser |
| 39 | Use of the library for HTTP header parsing in check_curl. | 39 | Use of the library for HTTP header parsing in check_curl. |
| 40 | |||
| 41 | Copyright (C) 2007, Weijia Song <songweijia@gmail.com> | ||
| 42 | Copyright (C) 2007, Sebastian Pipping <sebastian@pipping.org> | ||
| 43 | All rights reserved. | ||
| 44 | uriparser - RFC 3986 URI parsing library | ||
| 45 | http://uriparser.sourceforge.net/ | ||
| 46 | Use of the library for URL parsing in check_curl. | ||
