mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Update the Windows dependencies.
[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
This commit is contained in:
parent
57a4eca963
commit
9723936f26
2
.github/workflows/ci-windows.yml
vendored
2
.github/workflows/ci-windows.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Setup Conan
|
||||
uses: turtlebrowser/get-conan@v1.2
|
||||
with:
|
||||
version: 1.60.2
|
||||
version: 1.63.0
|
||||
|
||||
- name: Install libraries
|
||||
working-directory: ${{ github.workspace }}/win/build
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Last updated: 2022-12-14
|
||||
# Last updated: 2024-03-01
|
||||
#
|
||||
# Modules we can't legally ship: geo_maxmind, ssl_mbedtls, ssl_openssl
|
||||
# Modules which don't apply to Windows: sslrehashsignal
|
||||
@ -6,15 +6,15 @@
|
||||
|
||||
[requires]
|
||||
argon2/20190702
|
||||
## libmaxminddb/1.8.0
|
||||
## libmaxminddb/1.9.1
|
||||
libmysqlclient/8.1.0
|
||||
libpq/15.4
|
||||
## mbedtls/3.2.1 # unable to upgrade until mbedTLS issue #7087 is fixed
|
||||
## openssl/3.2.0
|
||||
## openssl/3.2.1
|
||||
pcre/8.45
|
||||
pcre2/10.42
|
||||
pcre2/10.43
|
||||
re2/20231101
|
||||
sqlite3/3.44.2
|
||||
sqlite3/3.45.1
|
||||
|
||||
[options]
|
||||
argon2:shared=True
|
||||
|
@ -1,9 +1,9 @@
|
||||
#
|
||||
# InspIRCd -- Internet Relay Chat Daemon
|
||||
#
|
||||
# Copyright (C) 2021-2022 Sadie Powell <sadie@witchery.services>
|
||||
# Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
|
||||
# Copyright (C) 2013 Adam <Adam@anope.org>
|
||||
# Copyright (C) 2021-2022 Sadie Powell <sadie@witchery.services>
|
||||
# Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
|
||||
# Copyright (C) 2013 Adam <Adam@anope.org>
|
||||
#
|
||||
# This file is part of InspIRCd. InspIRCd is free software: you can
|
||||
# redistribute it and/or modify it under the terms of the GNU General Public
|
||||
|
Loading…
x
Reference in New Issue
Block a user