diff options
author | Renaud AUBIN <root@renaud.io> | 2015-12-01 13:15:19 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-01 17:47:51 +0100 |
commit | 3e280283b7d4f4a7f7bb17edeea84dbb4fe09383 (patch) | |
tree | fc3f16812621d4692e1588860ab9eef21d7dc062 /package/libhttpparser/Config.in | |
parent | 8c088c6d5402d898af23016b56c734e9c82fc2f6 (diff) | |
download | buildroot-3e280283b7d4f4a7f7bb17edeea84dbb4fe09383.tar.gz buildroot-3e280283b7d4f4a7f7bb17edeea84dbb4fe09383.zip |
libhttpparser: bump to 2.6.0
The http-parser repository has been transfered from joyent to nodejs.
Bump version to 2.6.0.
Signed-off-by: Renaud AUBIN <root@renaud.io>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libhttpparser/Config.in')
-rw-r--r-- | package/libhttpparser/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libhttpparser/Config.in b/package/libhttpparser/Config.in index 31b8b9b376..43563049e4 100644 --- a/package/libhttpparser/Config.in +++ b/package/libhttpparser/Config.in @@ -11,7 +11,7 @@ config BR2_PACKAGE_LIBHTTPPARSER 40 bytes of data per message stream (in a web server that is per connection). - https://github.com/joyent/http-parser + https://github.com/nodejs/http-parser comment "libhttpparser needs a toolchain w/ dynamic library" depends on BR2_STATIC_LIBS |