The simplest and probably most common situation of backporting is a fixed security hole in a newer version of a piece of software. Consider this simplified example:
By taking the modification that fixes Software v2.0 and changing it so that it applies to Software v1.0, one has effectively backported the fix.1
In real-life situations, the modifications that a single aspect of the software has undergone may be simple (only a few lines of code have changed) up to heavy and massive (many modifications spread across multiple files of the code). In the latter case, backporting may become tedious and inefficient and should only be undertaken if the older version of the software is really needed in favour of the newer (if, for example, the newer version still suffers stability problems that prevent its use in mission-critical situations).2
The process of backporting can be roughly divided into these steps:3
Usually, multiple such modifications are bundled in a patch set.
Backports can be provided by the core developer group of the software. Since backporting needs access to the source code of a piece of software, this is the only way that backporting is done for closed source software – the backports will usually be incorporated in binary upgrades along the old version line of the software. With open-source software, backports are sometimes created by software distributors and later sent upstream (that is, submitted to the core developers of the afflicted software).4
"Backporting Security Fixes". Red Hat. Archived from the original on 2020-05-12. Retrieved 2020-05-11. https://access.redhat.com/security/updates/backporting/ ↩
Rahul Sundaram (2016-01-14). "Staying close to upstream projects". Fedora Project. Archived from the original on 2011-08-05. Retrieved 2020-05-11. https://fedoraproject.org/wiki/Staying_close_to_upstream_projects ↩
Donald Melanson (2007-10-09). "Microsoft backports Vista features for new Windows XP SP3 beta". Engadget. Archived from the original on 2016-03-04. Retrieved 2020-05-11. https://www.engadget.com/2007-10-09-microsoft-backports-vista-features-for-new-windows-xp-sp3-beta.html ↩
"Backports service becoming official". Debian Project. 2010-09-05. Archived from the original on 2011-09-03. Retrieved 2020-05-11. https://www.debian.org/News/2010/20100905 ↩
"UbuntuBackports". Ubuntu Project. 2015-11-29. Archived from the original on 2019-05-03. Retrieved 2020-05-11. https://help.ubuntu.com/community/UbuntuBackports ↩
Harper, Christopher (2024-04-14). "Thousands of apps ported back to Windows 95 twenty-eight years later — .NET Framework port enables backward compatibility for modern software". Tom's Hardware. Archived from the original on 2024-05-31. Retrieved 2024-07-01. https://www.tomshardware.com/software/operating-systems/thousands-of-apps-ported-back-to-windows-95-twenty-eight-years-later-net-framework-port-enables-backward-compatibility-for-modern-software ↩
Posch, Maya (2024-04-14). "Porting Modern Windows Applications To Windows 95". Hackaday. Archived from the original on 2024-07-01. Retrieved 2024-07-01. https://hackaday.com/2024/04/14/porting-modern-windows-applications-to-windows-95/ ↩