Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zlib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
zlib
Commits
0a3b4781
Commit
0a3b4781
authored
3 years ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import zlib-1.2.11-17.el8
parent
5f807984
No related branches found
Branches containing commit
Tags
imports/r9/curl-7.76.1-19.el9_1.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SOURCES/zlib-1.2.11-IBM-DFLTCC-compression-level-switching-issues.patch
+12
-3
12 additions, 3 deletions
....2.11-IBM-DFLTCC-compression-level-switching-issues.patch
SPECS/zlib.spec
+6
-6
6 additions, 6 deletions
SPECS/zlib.spec
with
18 additions
and
9 deletions
SOURCES/zlib-1.2.11-IBM-DFLTCC-compression-level-switching-issues.patch
+
12
−
3
View file @
0a3b4781
Subject: [PATCH] Fixed DFLTCC compression level switching issues
---
configure |
2
+-
configure |
4
+-
-
contrib/s390/dfltcc.c | 52 ++++++++++++++++++++++++++++++-----
contrib/s390/dfltcc_deflate.h | 2 ++
deflate.c | 12 ++++----
test/infcover.c | 2 +-
5 files changed, 5
6
insertions(+), 1
4
deletions(-)
5 files changed, 5
7
insertions(+), 1
5
deletions(-)
diff --git a/configure b/configure
index bfe4386..
6fa0474
100755
index bfe4386..
70ed86b
100755
--- a/configure
+++ b/configure
@@ -139,7 +139,7 @@
case "$1" in
-w* | --warn) warn=1; shift ;;
-d* | --debug) debug=1; shift ;;
--dfltcc)
- CFLAGS="$CFLAGS -DDFLTCC"
+ CFLAGS="$CFLAGS -DDFLTCC -DDFLTCC_LEVEL_MASK=0x7e"
OBJC="$OBJC dfltcc.o"
PIC_OBJC="$PIC_OBJC dfltcc.lo"
shift
@@ -838,7 +838,7 @@
cat > $test.c << EOF
#include <sys/sdt.h>
int main() { return 0; }
...
...
This diff is collapsed.
Click to expand it.
SPECS/zlib.spec
+
6
−
6
View file @
0a3b4781
...
...
@@ -3,7 +3,7 @@
Name: zlib
Version: 1.2.11
Release: 1
6.2
%{?dist}
Release: 1
7
%{?dist}
Summary: The compression and decompression library
# /contrib/dotzlib/ have Boost license
License: zlib and Boost
...
...
@@ -27,6 +27,7 @@ Patch6: zlib-1.2.11-IBM-Z-hw-accelrated-deflate-fix.patch
# permit a deflateParams() parameter change
Patch7: zlib-1.2.11-permit-deflateParams-change.patch
# fixed DFLTCC compression level switching issues
# enabled HW compression for compression levels 1 through 6
Patch8: zlib-1.2.11-IBM-DFLTCC-compression-level-switching-issues.patch
# fixed inflateSyncPoint() bad return value on z15
Patch9: zlib-1.2.11-inflateSyncPoint-return-value-fix.patch
...
...
@@ -171,11 +172,10 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%changelog
* Wed Feb 24 2021 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-16.2
- Fixed inflateSyncPoint() bad return value on z15 (#1932270)
* Mon Jun 15 2020 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-16.1
- Fixed DFLTCC compression level switching issues (#1926104)
* Mon Jun 15 2020 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-17
- Fixed DFLTCC compression level switching issues (#1875492)
- Enabled HW compression for compression levels 1 through 6 (#1847438)
- Fixed inflateSyncPoint() bad return value on z15 (#1888930)
* Mon Jun 15 2020 Ondrej Dubaj <odubaj@redhat.com> - 1.2.11-16
- Permit a deflateParams() parameter change
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment