[PR #809] [MERGED] [IMPROVEMENT]Update LibPNG from 1.6.27 to 1.6.34 #1622

Closed
opened 2026-01-29 17:17:37 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/809
Author: @MatejMecka
Created: 11/30/2017
Status: Merged
Merged: 11/30/2017
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (1)

  • 24a1bc6 Update LibPNG from 1.6.27 to 1.6.34

📊 Changes

16 files changed (+714 additions, -218 deletions)

View changed files

📝 src/libpng/png.c (+124 -44)
📝 src/libpng/png.h (+43 -32)
📝 src/libpng/pngconf.h (+1 -1)
📝 src/libpng/pngerror.c (+4 -4)
📝 src/libpng/pngget.c (+31 -2)
📝 src/libpng/pnginfo.h (+8 -0)
📝 src/libpng/pngpread.c (+3 -2)
📝 src/libpng/pngpriv.h (+132 -20)
📝 src/libpng/pngread.c (+30 -8)
📝 src/libpng/pngrtran.c (+23 -18)
📝 src/libpng/pngrutil.c (+170 -47)
📝 src/libpng/pngset.c (+57 -6)
📝 src/libpng/pngstruct.h (+3 -3)
📝 src/libpng/pngtrans.c (+28 -14)
📝 src/libpng/pngwrite.c (+17 -6)
📝 src/libpng/pngwutil.c (+40 -11)

📄 Description

Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

  • Current Version of LibPNG is 1.6.27 last updated 11 months ago.
  • Latest version for LibPNG is 1.6.34 last modified 2017-09-29.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/809 **Author:** [@MatejMecka](https://github.com/MatejMecka) **Created:** 11/30/2017 **Status:** ✅ Merged **Merged:** 11/30/2017 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`24a1bc6`](https://github.com/CCExtractor/ccextractor/commit/24a1bc633a940207b36bb890dfe5b76bdd8d87b0) Update LibPNG from 1.6.27 to 1.6.34 ### 📊 Changes **16 files changed** (+714 additions, -218 deletions) <details> <summary>View changed files</summary> 📝 `src/libpng/png.c` (+124 -44) 📝 `src/libpng/png.h` (+43 -32) 📝 `src/libpng/pngconf.h` (+1 -1) 📝 `src/libpng/pngerror.c` (+4 -4) 📝 `src/libpng/pngget.c` (+31 -2) 📝 `src/libpng/pnginfo.h` (+8 -0) 📝 `src/libpng/pngpread.c` (+3 -2) 📝 `src/libpng/pngpriv.h` (+132 -20) 📝 `src/libpng/pngread.c` (+30 -8) 📝 `src/libpng/pngrtran.c` (+23 -18) 📝 `src/libpng/pngrutil.c` (+170 -47) 📝 `src/libpng/pngset.c` (+57 -6) 📝 `src/libpng/pngstruct.h` (+3 -3) 📝 `src/libpng/pngtrans.c` (+28 -14) 📝 `src/libpng/pngwrite.c` (+17 -6) 📝 `src/libpng/pngwutil.c` (+40 -11) </details> ### 📄 Description Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. **In raising this pull request, I confirm the following (please check boxes):** - [X] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [X] I have checked that another pull request for this purpose does not exist. - [X] I have considered, and confirmed that this submission will be valuable to others. - [X] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [X] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [X] I am an active contributor to CCExtractor. --- * Current Version of LibPNG is 1.6.27 last updated 11 months ago. * Latest version for LibPNG is 1.6.34 last modified 2017-09-29. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:17:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1622