-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libhttp-parser: Bump to version 2.8.0 #5446
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2ab3b45
to
ea9acd4
Compare
Tiboris
added a commit
to Tiboris/packages-OpenWrt
that referenced
this pull request
Jan 14, 2018
Tang is lightweight server for binding data to network presence. Maintainer: @Tiboris Compile tested: (mips, TL-WR842N, 17.01.4, r3560-79f57e422d) **Tang requires a few other software libraries:** 1. libhttp-parser: - ~openwrt#4334 - openwrt#5189 - \+ upstream patch openwrt#5446 2. xinetd's socket activation 3. jose >= 8: - openwrt#4334 **Two new files compared to tang upstream:** - tangdx : configuration file for xinetd - tangdw : wrapper for tangd service - puts timestamp when service activated, and - redirects stderr to log file in /var/log/ **Removed systemd requirement** Signed-off-by: Tibor Dudlák <tdudlak@redhat.com>
Tiboris
added a commit
to Tiboris/packages-OpenWrt
that referenced
this pull request
Jan 14, 2018
Tang is lightweight server for binding data to network presence. Maintainer: @Tiboris Compile tested: (mips, TL-WR842N, 17.01.4, r3560-79f57e422d) **Tang requires a few other software libraries:** 1. libhttp-parser: - ~openwrt#4334 - openwrt#5189 - \+ upstream patch openwrt#5446 2. xinetd's socket activation 3. jose >= 8: - openwrt#4334 **Two new files compared to tang upstream:** - tangdx : configuration file for xinetd - tangdw : wrapper for tangd service - puts timestamp when service activated, and - redirects stderr to log file in /var/log/ **Removed systemd requirement** Signed-off-by: Tibor Dudlák <tibor.dudlak@gmail.com>
Tiboris
added a commit
to Tiboris/packages-OpenWrt
that referenced
this pull request
Jan 14, 2018
Tang is lightweight server for binding data to network presence. Maintainer: @Tiboris Compile tested: (mips, TL-WR842N, 17.01.4, r3560-79f57e422d) **Tang requires a few other software libraries:** 1. libhttp-parser: - ~openwrt#4334 - openwrt#5189 - \+ upstream patch openwrt#5446 2. xinetd's socket activation 3. jose >= 8: - openwrt#4334 **Two new files compared to tang upstream:** - tangdx : configuration file for xinetd - tangdw : wrapper for tangd service - puts timestamp when service activated, and - redirects stderr to log file in /var/log/ **Removed systemd requirement** Signed-off-by: Tibor Dudlák <tdudlak@redhat.com>
Tiboris
added a commit
to Tiboris/packages-OpenWrt
that referenced
this pull request
Jan 14, 2018
Tang is lightweight server for binding data to network presence. --- Maintainer: @Tiboris Compile tested: (mips, TL-WR842N, 17.01.4, r3560-79f57e422d) **Tang requires a few other software libraries:** 1. libhttp-parser: - ~openwrt#4334 - openwrt#5189 - \+ needs upstream patch openwrt#5446 2. xinetd's socket activation 3. jose >= 8: - openwrt#4334 **Two new files compared to tang upstream:** - tangdx : configuration file for xinetd - tangdw : wrapper for tangd service - puts timestamp when service activated, and - redirects stderr to log file in /var/log/ **Removed systemd requirement** Signed-off-by: Tibor Dudlák <tdudlak@redhat.com>
ea9acd4
to
eaa851a
Compare
Tiboris
added a commit
to Tiboris/packages-OpenWrt
that referenced
this pull request
Jan 14, 2018
Tang is lightweight server for binding data to network presence. --- Tang's source: https://github.com/latchset/tang Maintainer: @Tiboris Compile tested: (mips, TL-WR842N, 17.01.4, r3560-79f57e422d) **Tang requires a few other software libraries:** 1. libhttp-parser: - ~openwrt#4334 - openwrt#5189 - \+ needs upstream patch openwrt#5446 2. xinetd's socket activation 3. jose >= 8: - openwrt#4334 **Two new files compared to tang upstream:** - tangdx : configuration file for xinetd - tangdw : wrapper for tangd service - puts timestamp when service activated, and - redirects stderr to log file in /var/log/ **Removed systemd requirement** Signed-off-by: Tibor Dudlák <tdudlak@redhat.com>
champtar
requested changes
Jan 20, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to increase PKG_RELEASE
Sure! |
eaa851a
to
4073406
Compare
Would it be possible to update to the newly released 2.8.0 instead? |
Bumped package version. There was an issue with .so file: dependent package wanted lib.so.2.8 but there was only lib.so.2.8.0 there so one more symlink added. http-parser sources are owned by nodejs now. Signed-off-by: Tibor Dudlák <tdudlak@redhat.com>
4073406
to
3c4e99c
Compare
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Compile tested: (mips, TL-WR842N, 17.01.4, r3560-79f57e422d)
Maintainer: @ageekymonk
HTTP_STATUS_MAP-XX patch is requirement of tang and it was not part of any release yet.
Signed-off-by: Tibor Dudlák tibor.dudlak@gmail.com