summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/import/TARGETS.zlib14
-rw-r--r--etc/repos.json10
2 files changed, 14 insertions, 10 deletions
diff --git a/etc/import/TARGETS.zlib b/etc/import/TARGETS.zlib
index 27f7bf5b..0b85bea6 100644
--- a/etc/import/TARGETS.zlib
+++ b/etc/import/TARGETS.zlib
@@ -41,15 +41,20 @@
, "compress.c"
, "crc32.c"
, "deflate.c"
- , "infback.c"
- , "inffast.c"
+ , "gzclose.c"
+ , "gzlib.c"
+ , "gzread.c"
+ , "gzwrite.c"
, "inflate.c"
+ , "infback.c"
, "inftrees.c"
+ , "inffast.c"
, "trees.c"
, "uncompr.c"
, "zutil.c"
]
- , "hdrs":
+ , "hdrs": ["zlib.h", "zconf.h"]
+ , "private-hdrs":
[ "crc32.h"
, "deflate.h"
, "gzguts.h"
@@ -58,9 +63,8 @@
, "inflate.h"
, "inftrees.h"
, "trees.h"
- , "zconf.h"
- , "zlib.h"
, "zutil.h"
]
+ , "private-cflags": ["-Wno-implicit-function-declaration"]
}
}
diff --git a/etc/repos.json b/etc/repos.json
index 62edeb62..c1b93018 100644
--- a/etc/repos.json
+++ b/etc/repos.json
@@ -279,11 +279,11 @@
, "zlib":
{ "repository":
{ "type": "archive"
- , "content": "c47b5e6e3db9dd9f5dfec2ba28428a0444d1c052"
- , "fetch": "https://github.com/madler/zlib/archive/cacf7f1d4e3d44d871b605da3b647f07d718623f.tar.gz"
- , "sha256": "6d4d6640ca3121620995ee255945161821218752b551a1a180f4215f7d124d45"
- , "sha512": "c6a9e08d7cb11ed90faf40335f5378ae92cf3d973edd96be40a5dd46e9b2ab5fa26acea666ee0d3e3c69e3c7d7d709702b82ace809e59972447386c9955cf280"
- , "subdir": "zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f"
+ , "content": "d115fc690fa59d3be51b3442158876536140b6c2"
+ , "fetch": "https://github.com/madler/zlib/releases/download/v1.2.13/zlib-1.2.13.tar.gz"
+ , "sha256": "b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30"
+ , "sha512": "99f0e843f52290e6950cc328820c0f322a4d934a504f66c7caa76bd0cc17ece4bf0546424fc95135de85a2656fed5115abb835fd8d8a390d60ffaf946c8887ad"
+ , "subdir": "zlib-1.2.13"
}
, "target_root": "import targets"
, "target_file_name": "TARGETS.zlib"