You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: enhance patch application system for squid versions
Refactor the patch application logic to support hierarchical patch selection based on major, minor, and patch version components. The new system:
- Parses full version string into components (major.minor.patch)
- Searches patches in version-specific directories (vX/Y/Z)
- Implements priority-based patch selection with numeric prefixes
- Maintains backward compatibility with existing patch structure
- Adds proper error handling and logging for patch application
0 commit comments