-
Notifications
You must be signed in to change notification settings - Fork 51
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
What is the intention for keeping this project up-to-date with the current version of Bitcoin? #5
Comments
It's up to maintainers. |
MSan with ps(1) breaks now in non-kvm(3) code. $ ./ps Uninitialized bytes in __interceptor_strcmp at offset 0 inside [0x71a000000008, 5) ==7197==WARNING: MemorySanitizer: use-of-uninitialized-value #0 0x7c5d7db0b373 (/lib/libc.so.12+0x10b373) #1 0x7c5d7db0bdf9 in _sysctlgetmibinfo (/lib/libc.so.12+0x10bdf9) #2 0x7c5d7daaa359 in _sysctlbyname (/lib/libc.so.12+0xaa359) #3 0x7c5d7daa65b6 in getdevmajor (/lib/libc.so.12+0xa65b6) #4 0x7c5d7daa0083 (/lib/libc.so.12+0xa0083) #5 0x7c5d7ea06ccd in pthread_once (/usr/lib/libpthread.so.1+0x6ccd) #6 0x7c5d7daa00cb in devname_r (/lib/libc.so.12+0xa00cb) #7 0x7c5d7daa0309 in __devname50 (/lib/libc.so.12+0xa0309) #8 0x49875e in tname /public/src.git/bin/ps/print.c:725:32 #9 0x4a9bdf in main /public/src.git/bin/ps/ps.c:467:5 #10 0x419ffa in ___start (/public/src.git/bin/ps/./ps+0x419ffa) SUMMARY: MemorySanitizer: use-of-uninitialized-value (/lib/libc.so.12+0x10b373) Exiting Sponsored by <The NetBSD Foundation>
If someone provides an update, it'll be gladly accepted. No point in having a github issue about this though. |
My Pull Request in the Bitcoin project adds instructions for building on NetBSD, so perhaps a pkgsrc package is not necessary since the Bitcoin project as a whole is the beneficiary of frequent updates, and so keeping up with these regular changes could be a lot of extra (read "redundant") work for a NetBSD package maintainer. Link to my Pull Request; bitcoin/bitcoin#12294 |
0.04007 2018-07-18 22:49:22+02:00 Europe/Berlin GitHub PR #2 merged (thanks karenetheridge) * link to HTTP::Throwable GitHub PR #4 merged (thanks timbunce) * use q{} for _status_message so message can contain a single quote * throw exception on loader code error instead of silently ignoring GitHub PR #5 merged (thanks neilb) * Added [MetaJSON] so releases will include META.json * Added "use warnings" to all modules
* Add the flag -log filePath to write log messages to this path. Fix Issue #5
= libre Changelog == [v1.1.0] - 2020-10-04 === Added - tls: functions to get the certificate issuer and subject [#18] - uri: Added path field to struct uri and its decode to uri_decode [#22] - tcp: add tcp_connect_bind [#24] - http: support bind to laddr in http_request [#24] - sipreg: support Cisco REGISTER keep-alives [#19] - sip: websocket support [#26] === Fixed - tls/openssl: fix X509_NAME win32/wincrypt.h conflict - dns: listen on IPv4 and IPv6 socket [#27] - main: fix/optimize windows file descriptors [#25] === Contributors (many thanks) - Alfred E. Heggestad - Christian Spielberger - Christoph Huber - Franz Auernigg - Juha Heinanen - Sebastian Reimers == [v1.0.0] - 2020-09-08 === Added - sip: add trace - sdp: sdp_media_disabled API function [#2] - tls: add tls_set_selfsigned_rsa [#6] - tls: add functions to verify server cert, purpose and hostname [#10] - http: client should set SNI [#10] - http: client should use tls functions to verify server certs, purpose and hostname [#10] - sipreg: add proxy expires field and get function [#13] - sipreg: make re-register interval configurable [#13] === Changed - debian: Automatic cleanup after building debian package === Fixed - Set SDK path (SYSROOT) using xcrun (fix building on macOS 10.14) - tcp: close socket on windows if connection is aborted or reset [#1] - rtmp: Fix URL path parsing (creytiv#245) - ice: various fixes [baresip/baresip#925] - openssl/tls: replace deprecated openssl 1.1.0 functions [#5] === Contributors (many thanks) - Alfred E. Heggestad - Christian Spielberger - Christoph Huber - Franz Auernigg - juha-h - Juha Heinanen - Richard Aas - Sebastian Reimers [#25]: baresip/re#25 [#27]: baresip/re#27 [#26]: baresip/re#26 [#19]: baresip/re#19 [#24]: baresip/re#24 [#22]: baresip/re#22 [#18]: baresip/re#18 [#13]: baresip/re#13 [#10]: baresip/re#10 [#6]: baresip/re#6 [#5]: baresip/re#5 [#2]: baresip/re#2 [#1]: baresip/re#1 [v1.0.0]: baresip/re@v0.6.1...v1.0.0 [v1.1.0]: baresip/re@v1.0.0...v1.1.0 [Unreleased]: baresip/re@v1.1.0...HEAD
2.1.1 2021-04-04 - Makefile: fix undefined references with static builds (#19) 2.1.0 2020-02-11 - Makefile: use "-f" with prove always (to show failed tests) (#13) - Stop searching in further dirs on errors except ENOENT #12 - Makefile: do not rebuild t/static_%.c with updated gen-static-test - Add CMakeLists.txt and support for MSVC (#3) - Relax checks for extended capability to support new format (#5) - Makefile: use -Og with DEBUG=1 (#7) - unibi_from_mem: fix [clang-analyzer-deadcode.DeadStores] (#8) - Makefile: revisit regenerate-tests rule (#6) - unibi_from_term: handle $TERMINFO as curses does #2
What is the intention for keeping this project up-to-date with the current version of Bitcoin?
Thanks.
The text was updated successfully, but these errors were encountered: