latest git snapshot

- fixes buffer overflow in tests
This commit is contained in:
T.C. Hollingsworth 2012-12-02 18:48:56 -07:00
parent 09a3696222
commit 12744ac4e4
3 changed files with 15 additions and 11 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/ry-http-parser-v1.0-0-g32c0e11.tar.gz
/joyent-http-parser-v2.0-0-g3fb4e06.tar.gz
/joyent-http-parser-v2.0-5-g245f6f0.tar.gz
/joyent-http-parser-v2.0-7-gcd01361.tar.gz

View File

@ -2,13 +2,13 @@
%global somajor 2
%global sominor 0
%global git_date 20121110
%global git_commit_hash 245f6f0
%global github_seq 5
%global git_date 20121128
%global git_commit_hash cd01361
%global github_seq 7
Name: http-parser
Version: %{somajor}.%{sominor}
Release: 2.%{git_date}git%{git_commit_hash}%{?dist}
Release: 3.%{git_date}git%{git_commit_hash}%{?dist}
Summary: HTTP request/response parser for C
Group: System Environment/Libraries
@ -73,12 +73,10 @@ ln -sf libhttp_parser_strict.so.%{somajor}.%{sominor} %{buildroot}%{_libdir}/lib
ln -sf libhttp_parser_strict.so.%{somajor}.%{sominor} %{buildroot}%{_libdir}/libhttp_parser_strict.so
# Tests still failing, possibly due to FORTIFY_SOURCE
# https://github.com/joyent/http-parser/issues/136
#%%check
#export LD_LIBRARY_PATH='./out/Release/lib.target'
#./out/Release/test-nonstrict
#./out/Release/test-strict
%check
export LD_LIBRARY_PATH='./out/Release/lib.target'
./out/Release/test-nonstrict
./out/Release/test-strict
%clean
@ -104,8 +102,13 @@ rm -rf %{buildroot}
%changelog
* Sun Dec 02 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.0-3.20121128gitcd01361
- latest git snapshot
- fixes buffer overflow in tests
* Tue Nov 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.0-2.20121110git245f6f0
- latest git snapshot
- fixes tests
- use SMP make flags
- build as Release instead of Debug
- ship new strict variant

View File

@ -1 +1 @@
89487e551505de759c82c3df40435611 joyent-http-parser-v2.0-5-g245f6f0.tar.gz
340f2aab333c435cbaf49a4949645a06 joyent-http-parser-v2.0-7-gcd01361.tar.gz