Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zlib into CMakeLists.txt #1128

Merged
merged 2 commits into from
May 2, 2024
Merged

Update zlib into CMakeLists.txt #1128

merged 2 commits into from
May 2, 2024

Conversation

mosfet80
Copy link
Contributor

Changes in 1.3 (18 Aug 2023)

  • Remove K&R function definitions and zlib2ansi
  • Fix bug in deflateBound() for level 0 and memLevel 9
  • Fix bug when gzungetc() is used immediately after gzopen()
  • Fix bug when using gzflush() with a very small buffer
  • Fix crash when gzsetparams() attempted for transparent write
  • Fix test/example.c to work with FORCE_STORED
  • Rewrite of zran in examples (see zran.c version history)
  • Fix minizip to allow it to open an empty zip file
  • Fix reading disk number start on zip64 files in minizip
  • Fix logic error in minizip argument processing
  • Add minizip testing to Makefile
  • Read multiple bytes instead of byte-by-byte in minizip unzip.c
  • Add memory sanitizer to configure (--memory)
  • Various portability improvements
  • Various documentation improvements
  • Various spelling and typo corrections

@mjcarroll
Copy link
Member

As a note, this version matches what is slated for noble: https://packages.ubuntu.com/noble/zlib1g-dev

CC: @marcoag

rviz_ogre_vendor/CMakeLists.txt Outdated Show resolved Hide resolved
Changes in 1.3 (18 Aug 2023)
- Remove K&R function definitions and zlib2ansi
- Fix bug in deflateBound() for level 0 and memLevel 9
- Fix bug when gzungetc() is used immediately after gzopen()
- Fix bug when using gzflush() with a very small buffer
- Fix crash when gzsetparams() attempted for transparent write
- Fix test/example.c to work with FORCE_STORED
- Rewrite of zran in examples (see zran.c version history)
- Fix minizip to allow it to open an empty zip file
- Fix reading disk number start on zip64 files in minizip
- Fix logic error in minizip argument processing
- Add minizip testing to Makefile
- Read multiple bytes instead of byte-by-byte in minizip unzip.c
- Add memory sanitizer to configure (--memory)
- Various portability improvements
- Various documentation improvements
- Various spelling and typo corrections

Signed-off-by: mosfet80 <realeandrea@yahoo.it>
Update rviz_ogre_vendor/CMakeLists.txt

Co-authored-by: Chris Lalancette <clalancette@gmail.com>
Signed-off-by: mosfet80 <realeandrea@yahoo.it>
Update CMakeLists.txt
Update CMakeLists.txt
@clalancette
Copy link
Contributor

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status

@clalancette clalancette merged commit 32eb8b9 into ros2:rolling May 2, 2024
2 checks passed
@ahcorde
Copy link
Contributor

ahcorde commented May 6, 2024

https://github.com/Mergifyio backport jazzy

Copy link

mergify bot commented May 6, 2024

backport jazzy

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request May 6, 2024
Changes in 1.3 (18 Aug 2023)
- Remove K&R function definitions and zlib2ansi
- Fix bug in deflateBound() for level 0 and memLevel 9
- Fix bug when gzungetc() is used immediately after gzopen()
- Fix bug when using gzflush() with a very small buffer
- Fix crash when gzsetparams() attempted for transparent write
- Fix test/example.c to work with FORCE_STORED
- Rewrite of zran in examples (see zran.c version history)
- Fix minizip to allow it to open an empty zip file
- Fix reading disk number start on zip64 files in minizip
- Fix logic error in minizip argument processing
- Add minizip testing to Makefile
- Read multiple bytes instead of byte-by-byte in minizip unzip.c
- Add memory sanitizer to configure (--memory)
- Various portability improvements
- Various documentation improvements
- Various spelling and typo corrections

Signed-off-by: mosfet80 <realeandrea@yahoo.it>
Co-authored-by: Chris Lalancette <clalancette@gmail.com>
(cherry picked from commit 32eb8b9)
ahcorde pushed a commit that referenced this pull request May 7, 2024
Changes in 1.3 (18 Aug 2023)
- Remove K&R function definitions and zlib2ansi
- Fix bug in deflateBound() for level 0 and memLevel 9
- Fix bug when gzungetc() is used immediately after gzopen()
- Fix bug when using gzflush() with a very small buffer
- Fix crash when gzsetparams() attempted for transparent write
- Fix test/example.c to work with FORCE_STORED
- Rewrite of zran in examples (see zran.c version history)
- Fix minizip to allow it to open an empty zip file
- Fix reading disk number start on zip64 files in minizip
- Fix logic error in minizip argument processing
- Add minizip testing to Makefile
- Read multiple bytes instead of byte-by-byte in minizip unzip.c
- Add memory sanitizer to configure (--memory)
- Various portability improvements
- Various documentation improvements
- Various spelling and typo corrections

Signed-off-by: mosfet80 <realeandrea@yahoo.it>
Co-authored-by: Chris Lalancette <clalancette@gmail.com>
(cherry picked from commit 32eb8b9)

Co-authored-by: mosfet80 <realeandrea@yahoo.it>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants