Fix bad unicode dependency specs

This commit is contained in:
Max Howell 2023-06-16 14:09:48 -04:00
parent d71213e086
commit 5a93ed036c
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC
4 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ versions:
strip: /^mysql-/ strip: /^mysql-/
dependencies: dependencies:
unicode.org: '>=71' unicode.org: ^71
libevent.org: ^2 libevent.org: ^2
lz4.org: ^1 lz4.org: ^1
openssl.org: ^1.1 openssl.org: ^1.1
@ -54,7 +54,7 @@ build:
- -DWITH_PROTOBUF=system - -DWITH_PROTOBUF=system
- -DWITH_SSL=system - -DWITH_SSL=system
# FIXME: starting with 8.0.33, mysql reports: # FIXME: starting with 8.0.33, mysql reports:
# -- Found ZLIB: /Users/jacob/.tea/zlib.net/v1.2.13/lib/libz.dylib (found version "1.2.13") # -- Found ZLIB: /Users/jacob/.tea/zlib.net/v1.2.13/lib/libz.dylib (found version "1.2.13")
# CMake Error at cmake/zlib.cmake:118 (MESSAGE): # CMake Error at cmake/zlib.cmake:118 (MESSAGE):
# Cannot find system zlib libraries. # Cannot find system zlib libraries.
# Call Stack (most recent call first): # Call Stack (most recent call first):

View file

@ -9,7 +9,7 @@ companions:
npmjs.com: '*' npmjs.com: '*'
dependencies: dependencies:
unicode.org: '>=71' unicode.org: ^71
openssl.org: 1.1 openssl.org: 1.1
zlib.net: 1 zlib.net: 1

View file

@ -22,7 +22,7 @@ dependencies:
openssl.org: '*' openssl.org: '*'
pcre.org/v2: '>=10.30' pcre.org/v2: '>=10.30'
sqlite.org: '*' sqlite.org: '*'
unicode.org: '*' unicode.org: ^71
gnu.org/libiconv: '*' gnu.org/libiconv: '*'
kerberos.org: '*' kerberos.org: '*'
gnome.org/libxml2: '>=2.9.0' gnome.org/libxml2: '>=2.9.0'

View file

@ -12,7 +12,7 @@ dependencies:
harfbuzz.org: "*" harfbuzz.org: "*"
libpng.org: "*" libpng.org: "*"
openssl.org: ^1.1 openssl.org: ^1.1
unicode.org: "*" unicode.org: ^71
build: build:
dependencies: dependencies: