[PR #1143] [CLOSED] Update libpng #1923

Open
opened 2026-01-29 17:19:17 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1143
Author: @drepram
Created: 12/10/2019
Status: Closed

Base: masterHead: update-libpng


📝 Commits (2)

📊 Changes

23 files changed (+7690 additions, -8529 deletions)

View changed files

📝 docs/CHANGES.TXT (+1 -0)
📝 src/libpng/png.c (+900 -1192)
📝 src/libpng/png.h (+552 -597)
📝 src/libpng/pngconf.h (+74 -79)
📝 src/libpng/pngdebug.h (+13 -9)
📝 src/libpng/pngerror.c (+92 -108)
📝 src/libpng/pngget.c (+112 -185)
📝 src/libpng/pnginfo.h (+11 -22)
📝 src/libpng/pnglibconf.h (+32 -45)
📝 src/libpng/pngmem.c (+25 -54)
📝 src/libpng/pngpread.c (+311 -116)
📝 src/libpng/pngpriv.h (+411 -620)
📝 src/libpng/pngread.c (+434 -676)
📝 src/libpng/pngrio.c (+9 -9)
📝 src/libpng/pngrtran.c (+1876 -1883)
📝 src/libpng/pngrutil.c (+620 -847)
📝 src/libpng/pngset.c (+243 -409)
📝 src/libpng/pngstruct.h (+331 -261)
📝 src/libpng/pngtrans.c (+42 -74)
📝 src/libpng/pngwio.c (+9 -11)

...and 3 more files

📄 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.
  • I have mentioned this change in the changelog.

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.

I've updated the libpng package.


🔄 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/1143 **Author:** [@drepram](https://github.com/drepram) **Created:** 12/10/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `update-libpng` --- ### 📝 Commits (2) - [`3eeec52`](https://github.com/CCExtractor/ccextractor/commit/3eeec52c90237ede825d845d2921bc91eae89680) Update libpng to 1.7.0 - [`2003497`](https://github.com/CCExtractor/ccextractor/commit/2003497a7c3c0de98504e39bdcb97ef46c308f83) Update changelog ### 📊 Changes **23 files changed** (+7690 additions, -8529 deletions) <details> <summary>View changed files</summary> 📝 `docs/CHANGES.TXT` (+1 -0) 📝 `src/libpng/png.c` (+900 -1192) 📝 `src/libpng/png.h` (+552 -597) 📝 `src/libpng/pngconf.h` (+74 -79) 📝 `src/libpng/pngdebug.h` (+13 -9) 📝 `src/libpng/pngerror.c` (+92 -108) 📝 `src/libpng/pngget.c` (+112 -185) 📝 `src/libpng/pnginfo.h` (+11 -22) 📝 `src/libpng/pnglibconf.h` (+32 -45) 📝 `src/libpng/pngmem.c` (+25 -54) 📝 `src/libpng/pngpread.c` (+311 -116) 📝 `src/libpng/pngpriv.h` (+411 -620) 📝 `src/libpng/pngread.c` (+434 -676) 📝 `src/libpng/pngrio.c` (+9 -9) 📝 `src/libpng/pngrtran.c` (+1876 -1883) 📝 `src/libpng/pngrutil.c` (+620 -847) 📝 `src/libpng/pngset.c` (+243 -409) 📝 `src/libpng/pngstruct.h` (+331 -261) 📝 `src/libpng/pngtrans.c` (+42 -74) 📝 `src/libpng/pngwio.c` (+9 -11) _...and 3 more files_ </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. - [x] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [x] 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. --- I've updated the libpng package. --- <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:19:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1923