libnghttp2_asio-devel-1.7.1-1.15>p  @D\lY`(/=„c61:8z6ЯSƾ cCV<K甉_XȜ;gHBA`-=vxɎVSF$Xm%XopyV4}B k3"~?pmO(4PdMٝ 9SEAҨH2ijh/ftT =3=2%[sZ'b;MZם\1jSҚvJ y'.᪥Pbx3"|H͔:XϼiYPʏIF8GGD"t,?hG &,ŷ2zgnfAj)ofC&p:6j4hjq*HG]WV bM,'fLNLh۸v \D>:V?Vd # A !6<D\ h t   0Hf(89(:FSGSHT IT$XT,YT8\TT]Tl^TbUcUdUeVfVlVuVvV4wVhxVyVzVClibnghttp2_asio-devel1.7.11.15Development files for nghttp2Development files for usage with libnghttp2_aio, which implements asynchronous Hypertext Transfer Protocol version 2.Y` lamb52X9openSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Languages/C and C++https://nghttp2.org/linuxx86_64##YA큤Y`Y`Y`Y`Y`Y`d459289f4d5ad56b97ea2ca318ca6e457854777f021cc5c849f4aba6204fb78d95667a3658ea6ba31312592e5646b1a6e4a0300a0fde49d75934a31e5a5ba71alibnghttp2_asio.so.1.0.0rootrootrootrootrootrootrootrootrootrootrootrootnghttp2-1.7.1-1.15.src.rpmlibnghttp2_asio-devellibnghttp2_asio-devel(x86-64)pkgconfig(libnghttp2_asio)@   /usr/bin/pkg-configlibnghttp2_asio1rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)1.7.13.0.4-14.0-14.4.6-14.11.2VVV@V%@VzV]VI@V4@V@UU@UUȒ@UUUUUcU]USweight even if stream->last_writelen is 0 * Compile third-party libraries if hpack-tools is enabled * nghttpx-init: Start nghttpx with --daemon * Bundle sphinxcontrib.rubydomain https://bitbucket.org/birkenfeld/sphinx-contrib/src/default/rubydomain/ * Bundle mruby * h2load: Record TTFB on first byte of response body, rather than first socket read * h2load: Improve checking for timing script input, prevent false positive in certain situations * nghttpx: Implement PROXY protocol version 1 (--accept-proxy-protocol option) * nghttpx: Allow link header server push for HTTP/2 backend as well * nghttpx: Don't initiate push if client disabled push * nghttpx: Allow absolute URI in Link header field for push * nghttpx: Fix crash with multi workers and QUIT signal * nghttpx: Add mruby support which is disabled by default (use --with-mruby configure option to enable it) * nghttpx: Drop connection before TLS finish if h2 requirement is not fulfilled - Fix typo in previous changelog entry- Update to 1.3.1 * Limit the number of incoming reserved (remote) streams * Add stream public API * Rewrite priority tree handling * Fix parallel make distcheck * Define it and itprep recursive target if AM_EXTRA_RECURSIVE_TARGETS is defined * fetch-ocsp-response: Handle spurious openssl exist status 0 * nghttpx: Use nghttp2::ssl::DEFAULT_CIPHER_LIST for backend TLS connection * nghttpx: Don't allow blacked listed cipher suites for HTTP/2 connection * nghttpx: better handle /dev/stderr and /dev/stdout (Patch from Tomasz Buchert) * nghttpd: GOAWAY if SSL/TLS requirements for HTTP/2 are not met * nghttpd: Return date header field for 304 * nghttpd: Support HEAD request * h2load: Add Timing-script and base URI support (Patch from Lucas Pardue) * h2load: Add timeout options (Patch from Nora) - Fix typo in changelog- Update to 1.2.1 * doc: Reword the HPACK tutorial (Patch from Tom Harwood) * nghttpx: Fix stability issues * h2load: Fix crash if -r > -n- Update to 1.2.0 * Fix crash if response or data is submitted to closing stream * Header table size UINT32_MAX must be accepted * Use PROTOCOL_ERROR against DATA sent to idle stream * Allow multiple in-flight SETTINGS * Strictly check occurrence of dynamic table size update * Fix configure warning that 'missing' is missing or too old * Fix rm: cannot remove ‘*.rst’: No such file or directory when "make clean" (Patch from Alexis La Goutte) * doc: Reword some of the server and client tutorial (Patch from Tom Harwood) * src: Remove monotonic_clock replacement macro for gcc-4.6 * nghttpx: Add TLS ticket key sharing among nghttpx instances using memcached * nghttpx: Add shared session cache using memcached * nghttpx: Set SSL/TLS session timeout to 12 hours * nghttpx: Enable session resumption on HTTP/2 backend * nghttpx: Don't rewrite host header field by default * nghttpx: Generate new ticket key every 1hr and its life time is now 12hrs * nghttpx: Don't reuse backend connection if it is not clean * nghttpx: Add AES-256-CBC encryption for TLS session ticket * nghttpd: Fix the bug that 304 response has non-empty body * h2load: Add -r and -C options to h2load (Patch from Nora Shoemaker) - Changes for 1.1.2 * Fix linker error with libnghttp2_asio * Allow custom installation location for Python bindings - Drop no longer needed missing_nghttp2_timegm.patch- Update to 1.1.1 * nghttpx: Fix various stability issues and memory leak bug - Changes for 1.1.0 * Fix DATA is not consumed if nghttp2_http_on_data_chunk failed * nghttp2_submit_response and nghttp2_submit_headers may return * NGHTTP2_ERR_DATA_EXIST * msvc build fixes and enchantments (Patch from Gabi Davar) * Compile with IRIX gcc-4.7 (Patch from Klaus Ziegler) * nghttp: Add --max-concurrent-streams option * nghttp: Add comment on HAR on pushed objects (Patch from acesso) * nghttpx: Add --include option to read additional configuration from given file * nghttpx: Add backend routing based on request host and path by extending -b option * nghttpx: Allow log variable to be enclosed by curly braces for disambiguation * nghttpx: Add log variables related to SSL/TLS connection * h2load: Add --ciphers option - Add patches * missing_nghttp2_timegm.patch to fix building of asio library * nghttp2-remove-python-build.patch to fix python bindings installation when autotools are used- Update to 1.0.5 * Add STREAM_DEP_DEBUG macro switch to enable runtime validation of depedency tree * Fix another bug in priority handling; sibling's item is not queued when ancestor's item is detached * nghttpx: Fix crash with --http2-bridge and both frontend and backend TLS- Update to 1.0.4 * Fix assertion failure in stream_update_dep_on_detach_item (GH-264) - Changes for 1.0.3 * Fix bug that idle self-depending PRIORITY is not handled gracefully * Optimize dependency based priority code to Firefox style tree * enable third-party for asio_lib too (Patch from Mike Frysinger) * fetch-ocsp-response: Support LibreSSL, and include port in ocsp_host * src: Support compile with LibreSSL * nghttpx: Fix bug that x-forwarded-proto header field does not reflect frontend scheme on HTTP/2 backend * nghttpx: Validate :path on SPDY frontend- Update to 1.0.2 * Fix bug that data are not consumed for connection in race condition (GH-253) * Define NGHTTP2_EXTERN to __declspec(dllimport) when using nghttp2 for Windows build * Translate fetch-ocsp-response into Python * libevent-client: Fix bug that path is broken if URI does not contain path part * python: Call on_close callback when connection is lost for server session * python: Expose client certificate, if available (Patch from Fabian Wiesel) * python: Catch and log failure to set TCP_NODELAY (Patch from Fabian Wiesel) * nghttpx: Add --add-request-header option * nghttpx: Make WebSocket upgrade work * nghttpx: Fix bug that END_STREAM is not set in backend for POST with Upgrade * nghttpx: Don't send "Expect" header field twice- Update to 1.0.1 * Include stdint.h instead of inttypes.h when compiled with MSVC < 2013 * Fix invalid memory free on out-of-memory handling * integration: Use our own copy of golang spdy package * android: Don't link zlib bundled with android NDK * Dockerfile.android: Update NDK ver, and ubuntu; build and link zlib * src, examples: Fix up OpenSSL initialization * nghttpx: Allow HTTP Upgrade from POST request if response header has not been sent to the client * nghttpx: Fix bug that PUSH_PROMISE is sent after associated response HEADERS * nghttpd: Close connection after settings timeout and GOAWAY was sent * h2load: Fix bug that NPN fails if ALPN is enabled- Update to 1.0.0 * v1.0.0 introduced backward incompatible changes from 0.7 series. Read https://nghttp2.org/documentation/package_README.html#migration-from-v0-7-15-or-earlier to migrate from older version to this latest version. - Changes for 0.7.15 * Hopefully, this is the last release for 0.7.x series. Development continues in 1.x series. * Access violation in buffers (GH-232) (Patch from Etienne Cimon) * Retry finding jemalloc lib by je_malloc_stats_print (GH-233) * inflatehd: Fix crash if 'wire' value is not string (GH-235) * nghttpx: Revert 585af93 to fix crash with TLS (GH-234) * nghttpd: Add --echo-upload option to send back request body- Update to 0.7.14 * Fix global-buffer-overflow in HPACK code * Fix doc for nghttp2_select_next_protocol * Fix bug that promised stream was not reset on decompression error * Add systemd and upstart configuration file for nghttpx (Patch from Zhuoyun Wei) * Improve nghttpx logrotate configuration file (Patch from Zhuoyun Wei) * Update sphinx_rtd_theme * h2load: Update h2load to give connect time and ttfb stats (Patch from ericcarlschwartz) * nghttpd: Add -m, --max-concurrent-streams option * nghttpx: Log absolute URI for HTTP/2 or client proxy request * nghttpx: Add --header-field-buffer and --max-header-fields options * nghttp: Fix assertion error if very large value is given to -t- Update to 0.7.13 * Fix bug that promised stream was not reset by returning NGHTTP2_ERR_TEMPORAL_CALLBACK_FAILURE from nghttp2_on_header_callback. Instead, associated stream was reset. * Allow NGHTTP2_ERR_TEMPORAL_CALLBACK_FAILURE from nghttp2_on_begin_headers_callback * h2load: Effectively disable flow control by setting large window size * asio: Graceful shutdown and joinable server (Patch from Xiaoguang Sun)- Update to 0.7.12 * Fix bug that nghttp2_session_set_next_stream_id accepts invalid stream_id * HPACK: Rewrite static header table handling * HPACK: Never index authorization and small cookie header field * Don't install libnghttp2_asio headers if they are disabled * doc: Specify program directive so that hyperlink to option is correctly pointed to the intended location * asio: client: Call error_cb on error occurred in do_read and do_write (Fixes GH-207) * nghttp: Add --no-push option to disable server push * nghttp: Show stream ID in statistics output * nghttp: Remove --dep-idle option * nghttp: Use same priority anchor nodes as Firefox does * nghttpx: Don't push resource if link header has non empty loadpolicy * nghttpx: Add logging for somewhat important events (logs, tickets, and ocsp) * nghttpx: Set Downstream to stream user data on HTTP Upgrade to h2- Update to 0.7.11 * nghttpx: Fix waitpid race condition in ocsp response update * nghttp: Consider user-provided :authority header field for SNI as well as host header field - Changes for 0.7.10 * Make sure that nghttp2 license is MIT license * Add nghttp2_session_consume_{connection,stream} to consume bytes independent * Add nghttp2_send_data_callback to send DATA payload without copying "static inline" fix for build with VS2013 (Patch from Remo E) * Update lib/Makefile.msvc (Patch from Remo E) * Remove dependency on libws2_32 on Windows build * Define NGHTTP2_EXTERN macro to export function for Windows build * doc: Generate API doc per function * python: Add async body generation support * python: Fix pseudo-header field ordering bug * nghttpx: Redirect stderr to errorlog file * nghttpx: Fix bug that data buffered in SSL object are not read * nghttpx: Remove --tls-ctx-per-worker option * nghttpx: Add OCSP stapling feature- Enable python bindings - Update to 0.7.9 * Implements h2-14 protocol (http://tools.ietf.org/html/draft-ietf-httpbis-http2-14) * Implements HPACK 09 (http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09) * h2load: Fix crash if -t > -c * h2load: Add -d option to upload data to server * nghttpx: Forward only "trailers" keyword in te when forwarding HTTP/2 backend * nghttpx: Fix PUSH_PROMISE header field corruption [GH-194] * nghttpx: Fix te header field is duplicated when forwarding HTTP/2 backend * nghttp, nghttpd: Add --hexdump option to hexdump incoming traffic. * examples: Place AM_CPPFLAGS first to use in-package header files first [GH-192] - Changes for 0.7.8 * Implements h2-14 protocol (http://tools.ietf.org/html/draft-ietf-httpbis-http2-14) * Implements HPACK 09 (http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09) * Validate :path header field for http or https URI scheme * NULL-terminate header field name and value presented by callback * README.rst: Cleaned up the grammar a bit (Patch from Ross Smith II) * h2load: fix for segfault by reserving correct worker count (Patch from Stefan Eissing)- Avoid shipping documentation redundantly. Set RPM groups.- Fix rpm group- Update to 0.7.5 * Implements h2-14 protocol (http://tools.ietf.org/html/draft-ietf-httpbis-http2-14) * Implements HPACK 09 (http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09) * Validate HTTP semantics by default * Add nghttp2_option_set_no_http_messaging() API function * Update http-parser * nghttp, nghttpd, nghttpx: Use "sensitive" to indicate "never indexed" header field * nghttp, nghttpd, nghttpx, h2load: Select/announce h2 in ALPN/NPN * nghttp: Fix unaligned field output in --stat * nghttp: Fix -H does not work with -u upgrade request * nghttp: Update resource timing terminology according to Resource Timing TR * nghttpd: Add -a option which takes an address parameter that allows nghttpd to bind to a non-default address. Patch from Brian Card * nghttpx: Use omit minor version in case of HTTP/2 in via header and access log * nghttpx: Support UNIX domain socket on both frontend and backend * nghttpx: Fix crash in http/1 backend when backend returns more bytes than CL * nghttpx: Cast configuration value to rlim_t to avoid compile error on 32bit * nghttpx: Fix 1 second delay in HTTP/2 backend connection * nghttpx: Fix request re-submission bug in HTTP/2 backend * asio-sv2: Fix compile error with OS X- Initial packaging of 0.7.4lamb52 14994713721.7.1-1.151.7.1-1.151.7.1nghttp2asio_http2.hasio_http2_client.hasio_http2_server.hlibnghttp2_asio.solibnghttp2_asio.pc/usr/include//usr/include/nghttp2//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/b74b550bd2dc9b70b4207d410a8c9769-nghttp2cpiolzma5x86_64-suse-linuxdirectoryC++ source, ASCII textpkgconfig filePR}>33T{Mx+]?`] crt:bLL'>\r ap.} PĽB3Za m=EݡX2#k+mh l;ô,b`P RMĪvx!tn ^htTQ}WĪb@'CMs"׀^WC-b-N;Yȝ.E6d+^kQ,Gˁ.kO܋:@,FiAc1$ )΢AB6^y~0QniG:?cpHF9`Iyx6c oĀbqv[q"Wk5+qDIL<Jۘ)20登|8ۗ:"ԎFLTT_߇QKA%5W]f] xI}WCz%) ,G{e6"jr#L~߬ %9-dr`vH~.v<ɹ?2]yG:2_lpb1?Ih\m3v >bFNh<ٲxJ]}-*.OcsԽ ,,pM74cHg KHK^gq[OY.Z!djîVVږsdDP$zo>Pz8@FljTk4 iHdOl}]Hפ^ ƘWn~,E[,?,_.(Ԩ օêyu7vxׯ[`tȠz~21JLU0:]!Xt\9ISU=rPL&3`Iim hI95d&M梟ʀ7򘩤nXFo2K8zd ؙŷ@=s]r!ı奵eBw~T~U(tz&،L͘9O[pG]12=U-si,Yv@79iVr<ݖ!E`*88یU?Gmgfyy^>R)~[/OY 0^02]XʍdS 3ݷ&בAPw0/ΗE>u-J4.sZPcHxL5ʵ*'\ QL 3勭O&N/_w$0UH1GzUBx \ !|37}ly"bc; ݛpDT]# "sLu}3#bKPS4ecc0(rgV|B)`d\>~*Ay`H+M?R\exð.з.ηyl'b{DKu5$]QJcN{NΆvtK(},f`sO俽gttV%W aw=Bu6i',M*'"*ԃzfOs&题+fqQkkІ{t4W/y8"vbXs'麀UY d]Ac) ͥyifFEeTpʎCRkŦKc[q^88Yj, K5"n"u`hf_ ڳt5AIp^L;o%a@qe B49gΥZ@(>_n8ewbGњ&=\ɪ,pܫ ́K/r&' lo0ҮD"IۄS#RPM˾nz*Yn+dA5Ao-#'jլ,mTO{fxs,)k<_>170@_ ʀ? Jw|0Lߎ&\9fCsDw _FC `Xlzj0-c +3D 6K 6t. \~si#lc}/nVk]D ⾁)״}aexe^y ;zL\1{~>A]&[6)6jns[$'c7_m-ivo%RDe.EXW=CYﵝNJ Fs4,\W&?1Q5Q&HP DbS Ukwtt9glk:+sh%t 5_O1P3<|)[tcO!On*S߆ҷL)1ɲFQtxod(>d7ƌ{U`,> Ԙe0'ϳOH </ߨ Ӽ˅t^w6,bzu'0p5tČi3O{=dVZZ򡋌@!Lb*LAy7t0cĄ,Zp?Q v|'y45ѹaӴZuÒܣŵ`0O>?xӬyY H_-@YZ [CgO@2cCIxr\k@37vй!{eYz@d?uw+y7>Vm;C(9+SG9M-G͆yX} 0,*pU_8WߙJs! ; ҬS{CK{I>Җxl4$}5fԔ)b\34Qc sؗr-esԄ; 9Vr{ ca"u{{"9U w&v54hڔ:7fl~CĻPT] e}aG~ſN62V:RCCD19m I;>/ntQ.ʏZmz?ZފIN]>v[Wz7\LOčv gNmݙ )sɸWg1ŻK)Lk<-$#,Тuw$#-l,8NXrK^8?m9k/P/Kng=-*L]/7-^r_ra%ynt[_34F><҉% }DIfiw@J{IG4stRRAXe\0ma&CX]8Tig*n[~̋_9aX'uN6ӋL5qέg>Ow*D<#{T"hf@uxnKNvBht_U|J9N<()UtxJ v-^IfguT6tvꝸoCX4S"g|4˶&!{m r8 ᓓ+; ,l0JW\,{NcoQ^Yg:zc&ihŞd{.ut,O'y*ڋzaCAc9>R qPS߽=OŞ[vঢ4:嶲Ϻ't HŻ?lwU*Խ.'n +xsN V l 1xPMT{Qkvl]4TK"51qG؀W#_!s}Kb("^_6荌π+ZCydu#`Țp Q7 8,Bcf Ծɥ[*>n$LaB?]k K@ok'WOH~oc)EG̽U6 kB%b\XO?80SV:-vUICޱOmXߒj98KHL)pJ{pr-%OxHD)@ HR@nb2’яz1 G,r(,:C?,̵ &% "jwg\;!QE^>TtU/Ir.1=]#H/UՈ*_ϿH͹}v%+