Debian Patches
Status for python-grpc-tools/1.14.1-8
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
setuptools-60 | Import setuptools before distutils setuptools 60 uses its own bundled version of distutils, by default. It injects this into sys.modules, at import time. So we need to make sure that it is imported, before anything else imports distutils, to ensure everything is using the same distutils version. This change in setuptools is to prepare for Python 3.12, which will drop distutils. |
Stefano Rivera <stefanor@debian.org> | not-needed | debian | 2021-12-21 | |
cython-0.29.32 | bump autogenerated cython file _protoc_compiler.cpp This file is autogenerated, and should have been excluded from the source archive. Since the version of cython in Debian is now newer than the version used by upstream during the source import, the content of the file is changed. This patch is a quick fix to align the content of the file with the newer version of cython. It can be dropped if the package is updated, because the proper solution would be to create a +ds source archive excluding this autogenerated file in the first place. |
Agathe Porte <debian@microjoe.org> | not-needed | debian | 2023-02-12 | |
0020-generic-64-compareandswap.patch | Adding Release_CompareAndSwap 64-bit variant While building Protobuf v3.5.0 (latest stable) facing an issue: undefined reference to `google::protobuf::internal::Release_CompareAndSwap(long volatile*, long, long)' Need to add 64-bit version for function : Release_CompareAndSwap I had already raised an issue here : #3937 |
Nayana-ibn | no | debian | https://github.com/protocolbuffers/protobuf/pull/3955 | |
replace-pkg_resources-with-importlib-and-packaging.patch | replace usages of pkg_resources with packaging and importlib | Ananthu C V <weepingclown@debian.org> | no | debian | 2025-04-21 | |
1010-hurd-no-path-max.patch | Stopped assuming readlink() result fit in PATH_MAX. This avoid assuming something that might not be true for all file systems, and get the code building on Hurd. |
Petter Reinholdtsen <pere@hungry.com> | no | debian | 2025-04-21 | |
1020-hurd-pthreads.patch | Recognize that Hurd support pthreads too. | Petter Reinholdtsen <pere@hungry.com> | no | debian | 2025-04-21 |