[PR #1022] [MERGED] [IMPROVEMENT]Update Protobuf-c #1821

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1022
Author: @MatejMecka
Created: 10/27/2018
Status: Merged
Merged: 3/23/2019
Merged by: @cfsmp3

Base: masterHead: feat/updateProtobuf


📝 Commits (7)

  • 75e124d Update Protobuf-c
  • f6c330e Try changing place?
  • a99cf6e Merge pull request #1 from CCExtractor/master
  • 5bf903f Merge branch 'master' into feat/updateProtobuf
  • b485af8 Merge pull request #2 from CCExtractor/master
  • e05e1f1 Merge pull request #3 from MatejMecka/master
  • e3accd9 Remove Spaces

📊 Changes

3 files changed (+802 additions, -690 deletions)

View changed files

📝 docs/CHANGES.TXT (+2 -0)
📝 src/protobuf-c/protobuf-c.c (+697 -598)
📝 src/protobuf-c/protobuf-c.h (+103 -92)

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

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/1022 **Author:** [@MatejMecka](https://github.com/MatejMecka) **Created:** 10/27/2018 **Status:** ✅ Merged **Merged:** 3/23/2019 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `feat/updateProtobuf` --- ### 📝 Commits (7) - [`75e124d`](https://github.com/CCExtractor/ccextractor/commit/75e124d1d1d3d86710a54ef62849717293ab39df) Update Protobuf-c - [`f6c330e`](https://github.com/CCExtractor/ccextractor/commit/f6c330e2942ef14f9ffdb6269cd25535a67e79ab) Try changing place? - [`a99cf6e`](https://github.com/CCExtractor/ccextractor/commit/a99cf6e7e3d67792ab8f760f1319a24304e46840) Merge pull request #1 from CCExtractor/master - [`5bf903f`](https://github.com/CCExtractor/ccextractor/commit/5bf903fb679b8b522ec05cd34075d0274ada2597) Merge branch 'master' into feat/updateProtobuf - [`b485af8`](https://github.com/CCExtractor/ccextractor/commit/b485af80f1c6b6e395442bfffc35aff91d0b2070) Merge pull request #2 from CCExtractor/master - [`e05e1f1`](https://github.com/CCExtractor/ccextractor/commit/e05e1f1932c03c34405869651791745a738ac6b7) Merge pull request #3 from MatejMecka/master - [`e3accd9`](https://github.com/CCExtractor/ccextractor/commit/e3accd9040c2a1c15c1c5f3f50fee585373a1788) Remove Spaces ### 📊 Changes **3 files changed** (+802 additions, -690 deletions) <details> <summary>View changed files</summary> 📝 `docs/CHANGES.TXT` (+2 -0) 📝 `src/protobuf-c/protobuf-c.c` (+697 -598) 📝 `src/protobuf-c/protobuf-c.h` (+103 -92) </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):** - [ ] 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:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1821