mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:08:59 +08:00
[libice] Update version to 1.1.1 (#40726)
This commit is contained in:
parent
0877312702
commit
801d85006a
@ -1,5 +1,5 @@
|
||||
diff --git a/src/error.c b/src/error.c
|
||||
index 055452ec3..0ce530a96 100644
|
||||
index 055452e..0ce530a 100644
|
||||
--- a/src/error.c
|
||||
+++ b/src/error.c
|
||||
@@ -32,7 +32,11 @@ Author: Ralph Mor, X Consortium
|
||||
@ -15,14 +15,13 @@ index 055452ec3..0ce530a96 100644
|
||||
|
||||
void
|
||||
diff --git a/src/iceauth.c b/src/iceauth.c
|
||||
index 147efc76c..ea6d1a67b 100644
|
||||
index 5a4d400..4549f0e 100644
|
||||
--- a/src/iceauth.c
|
||||
+++ b/src/iceauth.c
|
||||
@@ -38,8 +38,12 @@ Author: Ralph Mor, X Consortium
|
||||
#ifdef HAVE_LIBBSD
|
||||
#include <bsd/stdlib.h> /* for arc4random_buf() */
|
||||
@@ -39,7 +39,12 @@ Author: Ralph Mor, X Consortium
|
||||
#include <stdlib.h> /* for arc4random_buf() */
|
||||
#endif
|
||||
-
|
||||
|
||||
+#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
+#elif _MSC_VER
|
||||
|
@ -7,8 +7,8 @@ vcpkg_from_gitlab(
|
||||
GITLAB_URL https://gitlab.freedesktop.org/xorg
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO lib/libice
|
||||
REF 8e6a14c63d6b73cde87cb331439f2a4d19cba5b9 # 1.0.10
|
||||
SHA512 ad79cfbc3b1d51fb1f019bc088999ac8a64062a71667dbb4ffb62fe6d1b7dba7665944f64be6dcd27de08cc77e91512de97231db1e4ac018088727e90113d040
|
||||
REF be1888a46e446dfcaa62ac0a97d96bb77b6816d4 # 1.1.1
|
||||
SHA512 0892ee9210302e787297763bcf0c7788bcd5f5572d5fd86472e8104dc291e7e190effc0100bbca98c6b048b445bd9e8bdf490287e1dbf2a64693aa1895950610
|
||||
HEAD_REF master
|
||||
PATCHES fix_build.patch
|
||||
replace_macros.patch
|
||||
|
@ -1,5 +1,5 @@
|
||||
diff --git a/include/X11/ICE/ICElib.h b/include/X11/ICE/ICElib.h
|
||||
index 402cbc8bd..506c18baf 100644
|
||||
index 402cbc8..506c18b 100644
|
||||
--- a/include/X11/ICE/ICElib.h
|
||||
+++ b/include/X11/ICE/ICElib.h
|
||||
@@ -32,8 +32,8 @@ Author: Ralph Mor, X Consortium
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "libice",
|
||||
"version": "1.0.10",
|
||||
"port-version": 1,
|
||||
"version": "1.1.1",
|
||||
"description": "Inter-Client Exchange Library",
|
||||
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libice",
|
||||
"license": "MIT-open-group",
|
||||
|
@ -4589,8 +4589,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libice": {
|
||||
"baseline": "1.0.10",
|
||||
"port-version": 1
|
||||
"baseline": "1.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"libiconv": {
|
||||
"baseline": "1.17",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6c69693bd283d8e6b8e9c1303f7cafbd0ecec572",
|
||||
"version": "1.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c19081b820dd8056dbb7bbb052ca0c3bcf628cd7",
|
||||
"version": "1.0.10",
|
||||
|
Loading…
Reference in New Issue
Block a user