Skip to content
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

LLVM 6 toolchain #6

Closed
ghost opened this issue May 3, 2018 · 3 comments
Closed

LLVM 6 toolchain #6

ghost opened this issue May 3, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented May 3, 2018

http://llvm.org/
LLVM 6 toolchain (containing clang, lldb and llvm-libunwind etc.) was released in March, with some interesting WebAssembly improvements. Would it be possible to port it in Q2?

@0-wiz-0
Copy link
Member

0-wiz-0 commented May 3, 2018

llvm is in pkgsrc itself, and pkgsrc uses gnats. (http://gnats.netbsd.org)
llvm-6.0 is already noted in pkgsrc/doc/TODO, I hope someone will do the update sooner rather than later.

@0-wiz-0 0-wiz-0 closed this as completed May 3, 2018
@ghost
Copy link
Author

ghost commented May 3, 2018

llvm is in pkgsrc itself

Could this issue be then opened at https://github.com/NetBSD/pkgsrc/issues for progress tracking?

@krytarowski
Copy link
Member

Upgrades aren't that simple, we need to rebase projects using it. This means that we aren't in rush.

0-wiz-0 pushed a commit that referenced this issue Jun 29, 2018
* Add support for replying to a toot (#6)
* Add toot delete command for deleting a toot (#54)
* Add global --quiet flag to silence output (#46)
* Make toot login provide browser login, and toot login_cli log in
via console. This makes it clear what's the preferred option.
* Use Idempotency-Key header to prevent multiple toots being posted
if request is retried
* Fix a bug where all media would be marked as sensitive
wip-sync pushed a commit that referenced this issue Nov 28, 2020
= 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
wip-sync pushed a commit that referenced this issue Aug 21, 2021
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
wip-sync pushed a commit that referenced this issue Sep 28, 2023
0.8.6
  * Fix crash on Windows, Linux introduced in 0.8.5 (#7)
  * Restore compatibility with Python 2.7
    (malformed runtime error messages, compilation warnings) (#6)

---------------------------------------------------------------------------
0.8.5
  * Get rid of SWIG
  * Python 3 support

---------------------------------------------------------------------------
0.8.4.1
  * New maintainer (Mikhail Gusarov)
  * Fix compilation under OS X and Windows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants