[PR #1016] [CLOSED] [IMPROVEMENT]Update Protobuf-c to 1.3.1 #1813

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1016
Author: @MatejMecka
Created: 10/25/2018
Status: Closed

Base: masterHead: feat/updateProtobuf


📝 Commits (9)

📊 Changes

27 files changed (+12770 additions, -13243 deletions)

View changed files

📝 .github/PULL_REQUEST_TEMPLATE.md (+1 -0)
📝 README.md (+9 -5)
docs/CHANGES.TXT (+0 -1158)
📝 src/lib_ccx/params.c (+1 -1)
📝 src/libpng/png.c (+20 -20)
📝 src/libpng/png.h (+40 -40)
📝 src/libpng/pngconf.h (+15 -14)
📝 src/libpng/pngget.c (+9 -8)
📝 src/libpng/pnginfo.h (+7 -7)
📝 src/libpng/pngpread.c (+19 -19)
📝 src/libpng/pngpriv.h (+25 -19)
📝 src/libpng/pngread.c (+6 -6)
📝 src/libpng/pngrio.c (+6 -6)
📝 src/libpng/pngrtran.c (+784 -790)
📝 src/libpng/pngrutil.c (+46 -25)
📝 src/libpng/pngset.c (+9 -9)
📝 src/libpng/pngstruct.h (+11 -11)
📝 src/libpng/pngtrans.c (+9 -9)
📝 src/libpng/pngwio.c (+5 -5)
📝 src/libpng/pngwrite.c (+4 -5)

...and 7 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.

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.

Update Protobuf-c to 1.3.1 released on August 13


🔄 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/1016 **Author:** [@MatejMecka](https://github.com/MatejMecka) **Created:** 10/25/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/updateProtobuf` --- ### 📝 Commits (9) - [`edae5a3`](https://github.com/CCExtractor/ccextractor/commit/edae5a3cea45ec28d362659f1eca874dfa55beda) Add GCI banner and change text. - [`96edd90`](https://github.com/CCExtractor/ccextractor/commit/96edd9031e9ad530400401b6212372f0dbd14d51) Add a requirement in PR to update changelog. - [`1427c09`](https://github.com/CCExtractor/ccextractor/commit/1427c09ebd88ff7d8fb8a3806803c092fe2b7a5d) Update Protobuf-c to 1.3.1 - [`8861f7b`](https://github.com/CCExtractor/ccextractor/commit/8861f7b40a7d2d398dd3e679bbd612ad5988094a) Take 2 on upgrading (#1019) - [`4ff40f1`](https://github.com/CCExtractor/ccextractor/commit/4ff40f1be89af3cc8b0d051109660d9d62d52126) Fix compilation of utf8proc on Windows - [`81a00dd`](https://github.com/CCExtractor/ccextractor/commit/81a00ddf553ebbb16d7f5316b6403ea2c95a6c5e) [IMPROVEMENT]Update LibPNG to 1.6.35 (#1017) - [`3a6fd34`](https://github.com/CCExtractor/ccextractor/commit/3a6fd3450d484e7bdcc38d8942e0802fda27a8f7) Merge pull request #1012 from saurabhshri/changelog - [`475865b`](https://github.com/CCExtractor/ccextractor/commit/475865b3beb1bb31a4ae02afc927bac284e1aa3a) Merge pull request #1009 from saurabhshri/gci - [`d5d6287`](https://github.com/CCExtractor/ccextractor/commit/d5d628797ac8e87737df3777219f13302b24a5d9) add define ### 📊 Changes **27 files changed** (+12770 additions, -13243 deletions) <details> <summary>View changed files</summary> 📝 `.github/PULL_REQUEST_TEMPLATE.md` (+1 -0) 📝 `README.md` (+9 -5) ➖ `docs/CHANGES.TXT` (+0 -1158) 📝 `src/lib_ccx/params.c` (+1 -1) 📝 `src/libpng/png.c` (+20 -20) 📝 `src/libpng/png.h` (+40 -40) 📝 `src/libpng/pngconf.h` (+15 -14) 📝 `src/libpng/pngget.c` (+9 -8) 📝 `src/libpng/pnginfo.h` (+7 -7) 📝 `src/libpng/pngpread.c` (+19 -19) 📝 `src/libpng/pngpriv.h` (+25 -19) 📝 `src/libpng/pngread.c` (+6 -6) 📝 `src/libpng/pngrio.c` (+6 -6) 📝 `src/libpng/pngrtran.c` (+784 -790) 📝 `src/libpng/pngrutil.c` (+46 -25) 📝 `src/libpng/pngset.c` (+9 -9) 📝 `src/libpng/pngstruct.h` (+11 -11) 📝 `src/libpng/pngtrans.c` (+9 -9) 📝 `src/libpng/pngwio.c` (+5 -5) 📝 `src/libpng/pngwrite.c` (+4 -5) _...and 7 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. **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. --- Update Protobuf-c to 1.3.1 released on August 13 --- <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:18:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1813