aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/zlib/patches/002-arm-specific-optimisations-for-inflate.patch
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-10-21 14:36:47 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-11-13 20:47:57 +0100
commitde79a0a9e0679b03d35c92e3abbce6e9fbb19a9d (patch)
tree5ec843446bbfeb385b3340b231fb5d8c6bf3173f /package/libs/zlib/patches/002-arm-specific-optimisations-for-inflate.patch
parentcec9cbef449daea6529fbda64777ff1b7ae4e499 (diff)
downloadupstream-de79a0a9e0679b03d35c92e3abbce6e9fbb19a9d.tar.gz
upstream-de79a0a9e0679b03d35c92e3abbce6e9fbb19a9d.tar.bz2
upstream-de79a0a9e0679b03d35c92e3abbce6e9fbb19a9d.zip
zlib: update to 1.2.13
Remove "001-neon-implementation-of-adler32.patch" because upstreamed deleted assembler code optimizations: https://github.com/madler/zlib/commit/d0704a820186481da35d08f4b655881e1d32089f Remove upstreamed patches: - 006-fix-CVE-2022-37434.patch - 007-fix-null-dereference-in-fix-CVE-2022-37434.patch Refresh patches: - 002-arm-specific-optimisations-for-inflate.patch - 003-arm-specific-optimisations-for-inflate.patch - 004-attach-sourcefiles-in-patch-002-to-buildsystem.patch Switch to "https github.com" for downloading source files. Release Announcements: https://github.com/madler/zlib/releases/tag/v1.2.13 Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/libs/zlib/patches/002-arm-specific-optimisations-for-inflate.patch')
-rw-r--r--package/libs/zlib/patches/002-arm-specific-optimisations-for-inflate.patch6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/libs/zlib/patches/002-arm-specific-optimisations-for-inflate.patch b/package/libs/zlib/patches/002-arm-specific-optimisations-for-inflate.patch
index d181b034e5..04e66621e1 100644
--- a/package/libs/zlib/patches/002-arm-specific-optimisations-for-inflate.patch
+++ b/package/libs/zlib/patches/002-arm-specific-optimisations-for-inflate.patch
@@ -11,9 +11,6 @@ Change-Id: Id4cda552b39bfb39ab35ec499dbe122b43b6d1a1
create mode 100644 contrib/arm/inffast.c
create mode 100644 contrib/arm/inflate.c
-diff --git a/contrib/arm/inffast.c b/contrib/arm/inffast.c
-new file mode 100644
-index 00000000..0dbd1dbc
--- /dev/null
+++ b/contrib/arm/inffast.c
@@ -0,0 +1,323 @@
@@ -340,9 +337,6 @@ index 00000000..0dbd1dbc
+ */
+
+#endif /* !ASMINF */
-diff --git a/contrib/arm/inflate.c b/contrib/arm/inflate.c
-new file mode 100644
-index 00000000..ac333e8c
--- /dev/null
+++ b/contrib/arm/inflate.c
@@ -0,0 +1,1561 @@