Backporting

Backporting

Backporting is the action of taking a certain software modification (patch) and applying it to an older version of the software than it was initially created for. It is part of the maintenance step in a software development process.

The simplest and probably most common situation of backporting is a fixed security hole in a younger version of a software. Consider this simplified example:
* Software v2.0 has a security vulnerability that is fixed by changing the text 'is_insecure' to 'is_secure'.
* The same security hole exists in Software v1.0, off which the codebase for the newer version is derived, but there the text is called 'is_notsecure'.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.

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 is tedious and inefficient and should only be undergone if the older version of the software is really needed in favour of the younger (if, for example, the younger version still suffers stability problems that prevent it from being used in mission-critical situations).

The process of backporting can roughly be divided into these steps:
* Identification of the problem in the older version of the software that needs to be fixed by a backport
* Finding out which (usually recent) modification of the code fixed the problem
* Adapting the modification to the old code situation (the proper backporting)
* One or several levels of quality control - testing whether the backported version maintains previous functionality as well as if it properly implements the new functionality

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 software, this is the only situation backporting occurs 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).

External links

* [http://www.redhat.com/advice/speaks_backport.html Red Hat about backporting security fixes]


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • Java backporting tools — are programs (usually written in Java) that convert Java classes bytecodes from one version of the Java Platform to an older one (for example Java 5.0 backported to 1.4). Contents 1 Java backporting tools comparison 1.1 Main information 1.2… …   Wikipedia

  • Comparison of backporting tools — Technical Information = Additional Information Links [http://www.ibm.com/developerworks/java/library/j jtp02277.html | How to use Java 5 language features in earlier JDKs] …   Wikipedia

  • Microsoft Windows XP — Windows XP Famille Microsoft Windows Type de noyau Noyau hybride État du projet …   Wikipédia en Français

  • Microsoft Windows XP Professionnel 64 — Windows XP Famille Microsoft Windows Type de noyau Noyau hybride État du projet …   Wikipédia en Français

  • Whistler (windows) — Windows XP Famille Microsoft Windows Type de noyau Noyau hybride État du projet …   Wikipédia en Français

  • Whistler Server — Windows XP Famille Microsoft Windows Type de noyau Noyau hybride État du projet …   Wikipédia en Français

  • Win Xp — Windows XP Famille Microsoft Windows Type de noyau Noyau hybride État du projet …   Wikipédia en Français

  • Windows XP — Pour les articles homonymes, voir Windows (homonymie). Windows XP Famille …   Wikipédia en Français

  • Windows XP 64 — Windows XP Famille Microsoft Windows Type de noyau Noyau hybride État du projet …   Wikipédia en Français

  • Windows XP Home Edition N — Windows XP Famille Microsoft Windows Type de noyau Noyau hybride État du projet …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”