WO2015084150A1 - A system and method to determine version of deployed package - Google Patents

A system and method to determine version of deployed package Download PDF

Info

Publication number
WO2015084150A1
WO2015084150A1 PCT/MY2014/000167 MY2014000167W WO2015084150A1 WO 2015084150 A1 WO2015084150 A1 WO 2015084150A1 MY 2014000167 W MY2014000167 W MY 2014000167W WO 2015084150 A1 WO2015084150 A1 WO 2015084150A1
Authority
WO
WIPO (PCT)
Prior art keywords
package
signature
repository
version
deployed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/MY2014/000167
Other languages
French (fr)
Inventor
Soon Hin LEE
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mimos Bhd
Original Assignee
Mimos Bhd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mimos Bhd filed Critical Mimos Bhd
Publication of WO2015084150A1 publication Critical patent/WO2015084150A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Definitions

  • the present invention relates to a system and method to determine version of deployed package.
  • the invention relates to a system and method which provides for a version of a deployed package to be determined and verified against release packages stored in a versioning repository.
  • US 395 Patent One example of currently available method for verifying a version for each of a plurality of object files is disclosed in United States Patent No. US 7,143,395 B2 entitled “Verifying a Program Version" (hereinafter referred to as the US 395 Patent).
  • US 395 Patent a version of each of a plurality of object files is verified by identifying a version of an object file of a plurality of object files.
  • An alert is generated in response to the different version of the object code file found in one or more version of the remaining object code files.
  • the invention as disclosed in the US 395 Patent does not generate a single unique signature for the single release package based on a pre-determined list of non-changeable files as proposed in the present invention.
  • a proven version repository is not utilized for tracking purpose as provided in the present invention which identifies the version of the package used for deployment based on the repository.
  • Another example as disclosed in an IEEE paper (2001 IEEE) entitled “Design and Implementation of Component Repository for Supporting the Component Based Development Process” by Jung-Eun Cha, Young-Jung Yang, Mun-Sub Song, Hang-Gon Kim suggest a theory for repository construction to support and realize Component Based Development (CBD) process and developed the Component Repository Prototyping System (CRPS) as implementation product of proposal techniques.
  • CBD Component Based Development
  • CRPS Component Repository Prototyping System
  • component repository is provided as the most important part in Component Based Development (CBD).
  • CRPS Component Repository Prototyping System
  • the disclosure in the said IEEE paper does not relate to generation of a single unique signature for the single release package based on a pre-determined list of non-changeable files as proposed in the present invention and does not utilize a proven version repository for tracking purpose as proposed in the present invention which is able to identify the version of the package used for deployment based on the repository.
  • the present invention relates to a system and method to determine version of deployed package.
  • the invention relates to a system and method which provides for a version of a deployed package to be determined and verified against release packages stored in a versioning repository.
  • One aspect of the invention provides a system (100) to determine version of deployed package.
  • the system comprising at least one release package (102) for locating and extracting deposited package; at least one versioning repository (104) for pairing and committing signature with package; at least one signature generator (106) for generating signature; at least one traversor (108a) for traversing down repository tree from said versioning repository; and at least one comparor (108b) for comparing stored signature with signature generated from deployed system.
  • the at least one signature generator (106) for generating signature further having means to create a single unique signature by combining features of existing and proven versioning repositories by releasing and packaging version of system; depositing in at least one tag in versioning repository; creating non-volatile file list in machine readable code; locating and extracting files from versioning repository; unpackaging the same if required; generating unique signature (UID) using said non-volatile file list; and pairing the generated unique signature (UID) with package and commit back into the same tag in said repository.
  • UID unique signature
  • Another aspect of the invention provides a method (200) to determine version of deployed package.
  • the method comprising steps of determining version of deployed system against release packages stored in at least one versioning repository (202); creating package signature (204); and verifying version of deployed system package (206).
  • the step for creating package signature further comprises steps of releasing and packaging version of system (502); depositing in at least one tag in versioning repository (504); creating non-volatile file list in machine readable code (506); locating and extracting files from versioning repository (508); unpackaging the same if required (510); generating unique signature (UID) using said non-volatile file list (512); and pairing the generated unique signature (UID) with package and commit back into the same tag in said repository (514).
  • Yet another aspect of the invention relates to the step for determining version of deployed system against release packages stored in at least one versioning repository (202).
  • the said step (202) further comprises steps of locating and extracting deposited package from versioning repository (304); rehashing and constructing unique signature (306) based on combination of non-volatile file list (308) and deposited package (304); and pairing and committing constructed signature with package into versioning repository (310).
  • the said step (202) further comprises steps of rehashing and constructing unique signature (406) based on combination of non-volatile file list (402) and folder of deployed package (404); traversing down repository tree (410) from said versioning repository (408); comparing stored signature against signature generated from the deployed system (412); an generating and forwarding report to user (414).
  • Still another aspect of the invention provides for the step of verifying version of deployed system package (206).
  • the said step further comprises step of generating unique signature (UID) of the deployed package (604) from the created non-volatile file list (602); traversing versioning repository and comparing signatures to locate version (606); forwarding report version to user upon locating version of report (610); and generating report or exception if fail to locate version of report (612).
  • UID unique signature
  • FIG. 1 illustrates the general architecture of the system of the present invention.
  • FIG. 2 is a flowchart illustrating the general methodology of the present invention to determine version of deployed package.
  • FIG. 3 is a flowchart illustrating the steps for determining version of deployed system against release packages stored in at least one versioning repository for a repository package.
  • FIG. 4 is a flowchart illustrating the steps for determining version of deployed system against release packages stored in at least one versioning repository for a deployed package.
  • FIG. 5 is a flowchart illustrating the steps for creating package signature.
  • FIG. 6 is a flowchart illustrating the steps for verifying version of deployed system package.
  • the present invention relates to a system and method to determine version of deployed package.
  • the invention relates to a system and method which provides for a version of a deployed package to be determined and verified against release packages stored in a versioning repository.
  • the system (100) comprising a release package (102) for locating and extracting deposited package; a versioning repository (104) for pairing and committing signature with package; a signature generator (106) for generating signature; a traversor (108a) for traversing down repository tree from said versioning repository; and a comparor (108b) for comparing stored signature with signature generated from deployed system.
  • the signature generator (106) for generating signature further having means to create a single unique signature by combining features of existing and proven versioning repositories by releasing and packaging version of system; depositing in at least one tag in versioning repository; creating non-volatile file list in machine readable code; locating and extracting files from versioning repository; unpackaging the same if required; generating unique signature (UID) using said non-volatile file list; and pairing the generated unique signature (UID) with package and commit back into the same tag in said repository.
  • UID unique signature
  • FIG. 2.0 A general method (200) of an embodiment of the invention is illustrated in FIG. 2.0 wherein the method (200) to determine version of deployed package of the present invention comprising steps of determining version of deployed system against release packages stored in a versioning repository (202); creating package signature (204); and verifying version of deployed system package (206).
  • FIGs. 3.0 and 4.0 A detailed description of the steps to determine version of deployed system against release packages stored in the versioning repository is illustrated in FIGs. 3.0 and 4.0 respectively.
  • FIG. 3.0 for repository package (300); deposited package is first located and extracted from versioning repository (304). Upon locating and extracting deposited package, unique signature is rehashed and constructed (306) based on the combination of non-volatile file list (308) and deposited package (304).
  • the constructed signature is paired and committed with package into versioning repository (310).
  • unique signature is rehashed and constructed (406) based on combination of nonvolatile file list (402) and folder of deployed package (404).
  • the process traverse down the repository tree (410) from said versioning repository (408) and stored signature is compared against signature generated from the deployed system (412). Thereafter, the report is generated and forwarded to the user (414).
  • the steps for creating package signature is illustrated wherein the version of system is first released and packaged (502) and deposited under a tag in a versioning repository (504). Thereafter, non-volatile file list is created in machine readable code (506) and files are located and extracted from versioning repository (508). The extracted files are unpackage if required (510) and unique signature (UID) is generated using said non-volatile file list (512). The generated unique signature (UID) is paired with package and commit back into the same tag in said repository (514). The said signature is generated based on list of files in a release package stored within said versioning repository and list of files in said deployed package and said unique signature (UID) is used to identify version of package.
  • non-volatile file list is created in machine readable code (506) and files are located and extracted from versioning repository (508).
  • the extracted files are unpackage if required (510) and unique signature (UID) is generated using said non-volatile file list (512).
  • the generated unique signature (UID) is
  • the steps for verifying version of deployed system package (206) is illustrated wherein unique signature (UID) of the deployed package is generated (604) from the created non-volatile file list (602). Thereafter, versioning repository is traversed and signatures are compared to locate version (606). The report version is forwarded to user upon locating version of report (610); and report or exception is generated for failure of locating version of report (612). The step for traversing versioning repository and comparing signatures to locate version (606) further validates authenticity of the deployed package.
  • unique signature UID
  • versioning repository is traversed and signatures are compared to locate version (606).
  • the report version is forwarded to user upon locating version of report (610); and report or exception is generated for failure of locating version of report (612).
  • the step for traversing versioning repository and comparing signatures to locate version (606) further validates authenticity of the deployed package.
  • the present invention combines the features of existing and proven versioning repositories with a signature generator to uniquely identify the release system packages. These signatures are stored in the same tag within the repository and these signatures can be compared against the signature generated from the deployed system using an integrated tool.
  • the distinctiveness of the present invention lies in the creation of a single unique signature for the single release package based on a pre-determined list of non- changeable files.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Storage Device Security (AREA)

Abstract

The present invention provides system and method which provides for a version of a deployed package to be determined and verified against release packages stored in a versioning repository. The system (100) of the present invention to determine version of deployed package comprising at least one release package (102) for locating and extracting deposited package; at least one versioning repository (104) for pairing and committing signature with package; at least one signature generator (106) for generating signature; at least one traversor (108a) for traversing down repository tree from said versioning repository; and at least one comparor (108b) for comparing stored signature with signature generated from deployed system. The present invention combines the features of existing and proven versioning repositories with a signature generator to uniquely identify the release system packages. These signatures are stored in the same tag within the repository and these signatures can be compared against the signature generated from the deployed system using an integrated tool. The distinctiveness of the present invention lies in the creation of a single unique signature for the single release package based on a pre-determined list of non-changeable files.

Description

A SYSTEM AND METHOD TO DETERMINE VERSION OF DEPLOYED PACKAGE FIELD OF INVENTION The present invention relates to a system and method to determine version of deployed package. In particular, the invention relates to a system and method which provides for a version of a deployed package to be determined and verified against release packages stored in a versioning repository. BACKGROUND ART
Currently available deployed system relies on control procedures to determine and confirm the version of a deployed system. Verification is executed in one direction from a versioned repository to the deployed environment. Proper and control documentation of the system is maintained separately and requires synchronization. If the documents are not synchronized, it would be very difficult for verification in the reverse direction (i.e. deployed folder back to the versioning repository). The issue of the currently available deployed system drives the need of determining and verifying the version of a deployed system against release packages stored in a versioning repository as proposed in the present invention.
One example of currently available method for verifying a version for each of a plurality of object files is disclosed in United States Patent No. US 7,143,395 B2 entitled "Verifying a Program Version" (hereinafter referred to as the US 395 Patent). In the US 395 Patent, a version of each of a plurality of object files is verified by identifying a version of an object file of a plurality of object files. An alert is generated in response to the different version of the object code file found in one or more version of the remaining object code files. The invention as disclosed in the US 395 Patent does not generate a single unique signature for the single release package based on a pre-determined list of non-changeable files as proposed in the present invention. Further, a proven version repository is not utilized for tracking purpose as provided in the present invention which identifies the version of the package used for deployment based on the repository. Another example as disclosed in an IEEE paper (2001 IEEE) entitled "Design and Implementation of Component Repository for Supporting the Component Based Development Process" by Jung-Eun Cha, Young-Jung Yang, Mun-Sub Song, Hang-Gon Kim suggest a theory for repository construction to support and realize Component Based Development (CBD) process and developed the Component Repository Prototyping System (CRPS) as implementation product of proposal techniques. In the said IEEE paper, component repository is provided as the most important part in Component Based Development (CBD). Further, individual techniques theory for repository construction to support and realize the CBD process is provided and Component Repository Prototyping System (CRPS) is provided for supporting CBD process by managing variety component products classified by each step of component life cycle and domain based on component architecture. The disclosure in the said IEEE paper does not relate to generation of a single unique signature for the single release package based on a pre-determined list of non-changeable files as proposed in the present invention and does not utilize a proven version repository for tracking purpose as proposed in the present invention which is able to identify the version of the package used for deployment based on the repository.
Another mechanism which integrates Use case-based requirements specification into release planning process is disclosed in an IEEE paper (2008 IEEE) entitled "A proposed Method for Release Planning from Use Case-based Requirements Specification" by Akos Szoke. In the said paper, use case modelling is integrated with release planning objective to form a consistent planning repository. Release planning which addresses the decision related to implementation of a selected requirement's collection in incremental development is provided. The disclosure in the said IEEE paper does not relate to generation of a single unique signature for the single release package based on a pre-determined list of non-changeable files as proposed in the present invention and does not utilize a proven version repository for tracking purpose as proposed in the present invention which is able to identify the version of the package used for deployment based on the repository.
The subject matter claimed herein is not limited to embodiments that solve any disadvantages or that operate only in environments such as those described above. Rather, this background is only provided to illustrate one exemplary technology area where some embodiments described herein may be practice.
SU MARY OF INVENTION
The present invention relates to a system and method to determine version of deployed package. In particular, the invention relates to a system and method which provides for a version of a deployed package to be determined and verified against release packages stored in a versioning repository.
One aspect of the invention provides a system (100) to determine version of deployed package. The system comprising at least one release package (102) for locating and extracting deposited package; at least one versioning repository (104) for pairing and committing signature with package; at least one signature generator (106) for generating signature; at least one traversor (108a) for traversing down repository tree from said versioning repository; and at least one comparor (108b) for comparing stored signature with signature generated from deployed system. The at least one signature generator (106) for generating signature further having means to create a single unique signature by combining features of existing and proven versioning repositories by releasing and packaging version of system; depositing in at least one tag in versioning repository; creating non-volatile file list in machine readable code; locating and extracting files from versioning repository; unpackaging the same if required; generating unique signature (UID) using said non-volatile file list; and pairing the generated unique signature (UID) with package and commit back into the same tag in said repository.
Another aspect of the invention provides a method (200) to determine version of deployed package. The method comprising steps of determining version of deployed system against release packages stored in at least one versioning repository (202); creating package signature (204); and verifying version of deployed system package (206). The step for creating package signature further comprises steps of releasing and packaging version of system (502); depositing in at least one tag in versioning repository (504); creating non-volatile file list in machine readable code (506); locating and extracting files from versioning repository (508); unpackaging the same if required (510); generating unique signature (UID) using said non-volatile file list (512); and pairing the generated unique signature (UID) with package and commit back into the same tag in said repository (514). Yet another aspect of the invention relates to the step for determining version of deployed system against release packages stored in at least one versioning repository (202). For repository package (300), the said step (202) further comprises steps of locating and extracting deposited package from versioning repository (304); rehashing and constructing unique signature (306) based on combination of non-volatile file list (308) and deposited package (304); and pairing and committing constructed signature with package into versioning repository (310). For deployed package (400), the said step (202) further comprises steps of rehashing and constructing unique signature (406) based on combination of non-volatile file list (402) and folder of deployed package (404); traversing down repository tree (410) from said versioning repository (408); comparing stored signature against signature generated from the deployed system (412); an generating and forwarding report to user (414).
Still another aspect of the invention provides for the step of verifying version of deployed system package (206). The said step further comprises step of generating unique signature (UID) of the deployed package (604) from the created non-volatile file list (602); traversing versioning repository and comparing signatures to locate version (606); forwarding report version to user upon locating version of report (610); and generating report or exception if fail to locate version of report (612).
The present invention consists of features and a combination of parts hereinafter fully described and illustrated in the accompanying drawings, it being understood that various changes in the details may be made without departing from the scope of the invention or sacrificing any of the advantages of the present invention.
BRIEF DESCRIPTION OF ACCOMPANYING DRAWINGS
To further clarify various aspects of some embodiments of the present invention, a more particular description of the invention will be rendered by references to specific embodiments thereof, which are illustrated in the appended drawings. It is appreciated that these drawings depict only typical embodiments of the invention and are therefore not to be considered limiting of its scope. The invention will be described and explained with additional specificity and detail through the accompanying drawings in which: FIG. 1 illustrates the general architecture of the system of the present invention.
FIG. 2 is a flowchart illustrating the general methodology of the present invention to determine version of deployed package. FIG. 3 is a flowchart illustrating the steps for determining version of deployed system against release packages stored in at least one versioning repository for a repository package.
FIG. 4 is a flowchart illustrating the steps for determining version of deployed system against release packages stored in at least one versioning repository for a deployed package.
FIG. 5 is a flowchart illustrating the steps for creating package signature. FIG. 6 is a flowchart illustrating the steps for verifying version of deployed system package.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
The present invention relates to a system and method to determine version of deployed package. In particular, the invention relates to a system and method which provides for a version of a deployed package to be determined and verified against release packages stored in a versioning repository.
Hereinafter, this specification will describe the present invention according to the preferred embodiments. It is to be understood that limiting the description to the preferred embodiments of the invention is merely to facilitate discussion of the present invention and it is envisioned without departing from the scope of the appended claims.
Referring to FIG. 1.0, a system to determine version of deployed package is illustrated. As illustrated in FIG. 1.0, the system (100) comprising a release package (102) for locating and extracting deposited package; a versioning repository (104) for pairing and committing signature with package; a signature generator (106) for generating signature; a traversor (108a) for traversing down repository tree from said versioning repository; and a comparor (108b) for comparing stored signature with signature generated from deployed system. The signature generator (106) for generating signature further having means to create a single unique signature by combining features of existing and proven versioning repositories by releasing and packaging version of system; depositing in at least one tag in versioning repository; creating non-volatile file list in machine readable code; locating and extracting files from versioning repository; unpackaging the same if required; generating unique signature (UID) using said non-volatile file list; and pairing the generated unique signature (UID) with package and commit back into the same tag in said repository.
A general method (200) of an embodiment of the invention is illustrated in FIG. 2.0 wherein the method (200) to determine version of deployed package of the present invention comprising steps of determining version of deployed system against release packages stored in a versioning repository (202); creating package signature (204); and verifying version of deployed system package (206). A detailed description of the steps to determine version of deployed system against release packages stored in the versioning repository is illustrated in FIGs. 3.0 and 4.0 respectively. As illustrated in FIG. 3.0 for repository package (300); deposited package is first located and extracted from versioning repository (304). Upon locating and extracting deposited package, unique signature is rehashed and constructed (306) based on the combination of non-volatile file list (308) and deposited package (304). The constructed signature is paired and committed with package into versioning repository (310). For deployed package (400), unique signature is rehashed and constructed (406) based on combination of nonvolatile file list (402) and folder of deployed package (404). Subsequently, the process traverse down the repository tree (410) from said versioning repository (408) and stored signature is compared against signature generated from the deployed system (412). Thereafter, the report is generated and forwarded to the user (414).
Referring to FIG. 5.0, the steps for creating package signature is illustrated wherein the version of system is first released and packaged (502) and deposited under a tag in a versioning repository (504). Thereafter, non-volatile file list is created in machine readable code (506) and files are located and extracted from versioning repository (508). The extracted files are unpackage if required (510) and unique signature (UID) is generated using said non-volatile file list (512). The generated unique signature (UID) is paired with package and commit back into the same tag in said repository (514). The said signature is generated based on list of files in a release package stored within said versioning repository and list of files in said deployed package and said unique signature (UID) is used to identify version of package.
Referring to FIG. 6.0, the steps for verifying version of deployed system package (206) is illustrated wherein unique signature (UID) of the deployed package is generated (604) from the created non-volatile file list (602). Thereafter, versioning repository is traversed and signatures are compared to locate version (606). The report version is forwarded to user upon locating version of report (610); and report or exception is generated for failure of locating version of report (612). The step for traversing versioning repository and comparing signatures to locate version (606) further validates authenticity of the deployed package.
The present invention combines the features of existing and proven versioning repositories with a signature generator to uniquely identify the release system packages. These signatures are stored in the same tag within the repository and these signatures can be compared against the signature generated from the deployed system using an integrated tool. The distinctiveness of the present invention lies in the creation of a single unique signature for the single release package based on a pre-determined list of non- changeable files.
Unless the context requires otherwise or specifically stated to the contrary, integers, steps or elements of the invention recited herein as singular integers, steps or elements clearly encompass both singular and plural forms of the recited integers, steps or elements.
Throughout this specification, unless the context requires otherwise, the word "comprise", or variations such as "comprises" or "comprising", will be understood to imply the inclusion of a stated step or element or integer or group of steps or elements or integers, but not the exclusion of any other step or element or integer or group of steps, elements or integers. Thus, in the context of this specification, the term "comprising" is used in an inclusive sense and thus should be understood as meaning "including principally, but not necessarily solely".
It will be appreciated that the foregoing description has been given by way of illustrative example of the invention and that all such modifications and variations thereto as would be apparent to persons of skill in the art are deemed to fall within the broad scope and ambit of the invention as herein set forth.

Claims

1. A system (100) to determine version of deployed package comprising:
at least one release package (102) for locating and extracting deposited package;
at least one versioning repository (104) for pairing and committing signature with package;
at least one signature generator (106) for generating signature; at least one traversor (108a) for traversing down repository tree from said versioning repository; and
at least one comparor (108b) for comparing stored signature with signature generated from deployed system
characterized in that
the at least one signature generator (106) for generating signature further having means to create a single unique signature by combining features of existing and proven versioning repositories by:
releasing and packaging version of system;
depositing in at least one tag in versioning repository;
creating non-volatile file list in machine readable code;
locating and extracting files from versioning repository;
unpackaging the same if required;
generating unique signature (UID) using said non-volatile file list; and
pairing the generated unique signature (UID) with package and commit back into the same tag in said repository.
2. A method (200) to determine version of deployed package comprising steps of:
determining version of deployed system against release packages stored in at least one versioning repository (202);
creating package signature (204); and
verifying version of deployed system package (206)
characterized in that
creating package signature further comprises steps of:
releasing and packaging version of system (502); depositing in at least one tag in versioning repository (504);
creating non-volatile file list in machine readable code (506); locating and extracting files from versioning repository (508); unpackaging the same if required (510);
generating unique signature (UID) using said non-volatile file list (512); and
pairing the generated unique signature (UID) with package and commit back into the same tag in said repository (514).
3. A method according to Claim 2, wherein determining version of deployed system against release packages stored in at least one versioning repository (202) further comprises steps of:
for repository package (300)
locating and extracting deposited package from versioning repository (304);
rehashing and constructing unique signature (306) based on combination of non-volatile file list (308) and deposited package (304); and
pairing and committing constructed signature with package into versioning repository (310)
for deployed package (400)
rehashing and constructing unique signature (406) based on combination of non-volatile file list (402) and folder of deployed package (404);
traversing down repository tree (410) from said versioning repository (408);
comparing stored signature against signature generated from the deployed system (412); and
generating and forwarding report to user (414).
4. A method according to Claim 2, wherein verifying version of deployed system package (206) further comprises step of:
generating unique signature (UID) of the deployed package (604) from the created non-volatile file list (602); traversing versioning repository and comparing signatures to locate version (606);
forwarding report version to user upon locating version of report (610); and
generating report or exception if fail to locate version of report (612).
5. A method according to Claim 2, wherein generating unique signature (UID) using said non-volatile file list (512); said signature is generated based on list of files in a release package stored within said versioning repository and list of files in said deployed package.
6. A method according to Claim 2, wherein said unique signature (UID) is used to identify version of package.
7. A method according to Claim 4, wherein traversing versioning repository and comparing signatures to locate version (606) further comprising validating authenticity of the deployed package.
PCT/MY2014/000167 2013-12-05 2014-06-05 A system and method to determine version of deployed package Ceased WO2015084150A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
MYPI2013004385 2013-12-05
MYPI2013004385A MY175072A (en) 2013-12-05 2013-12-05 A system and method to determine version of deployed package

Publications (1)

Publication Number Publication Date
WO2015084150A1 true WO2015084150A1 (en) 2015-06-11

Family

ID=51703365

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/MY2014/000167 Ceased WO2015084150A1 (en) 2013-12-05 2014-06-05 A system and method to determine version of deployed package

Country Status (2)

Country Link
MY (1) MY175072A (en)
WO (1) WO2015084150A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10338916B2 (en) * 2016-12-07 2019-07-02 Sap Se Software version fingerprint generation and identification
US10782964B2 (en) 2017-06-29 2020-09-22 Red Hat, Inc. Measuring similarity of software components
WO2021133156A1 (en) * 2019-12-23 2021-07-01 Mimos Berhad A system and method for installing correct software release version and establishing installed version traceability matrix

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7143395B2 (en) 2002-02-14 2006-11-28 Hewlett-Packard Development Company, L.P. Verifying a program version
US20090064122A1 (en) * 2007-08-27 2009-03-05 International Business Machines Corporation Evaluating Computer Driver Update Compliance

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7143395B2 (en) 2002-02-14 2006-11-28 Hewlett-Packard Development Company, L.P. Verifying a program version
US20090064122A1 (en) * 2007-08-27 2009-03-05 International Business Machines Corporation Evaluating Computer Driver Update Compliance

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10338916B2 (en) * 2016-12-07 2019-07-02 Sap Se Software version fingerprint generation and identification
US10474456B2 (en) 2016-12-07 2019-11-12 Sap Se Software version fingerprint generation and identification
US10782964B2 (en) 2017-06-29 2020-09-22 Red Hat, Inc. Measuring similarity of software components
WO2021133156A1 (en) * 2019-12-23 2021-07-01 Mimos Berhad A system and method for installing correct software release version and establishing installed version traceability matrix

Also Published As

Publication number Publication date
MY175072A (en) 2020-06-04

Similar Documents

Publication Publication Date Title
Das et al. A secure and distributed construction document management system using blockchain
WO2013019869A3 (en) Data fingerpringting for copy accuracy assurance
WO2015084150A1 (en) A system and method to determine version of deployed package
CN104516755A (en) Installation package generating method and device
JP2008146601A5 (en)
CN107391112A (en) A kind of FileVersion detection method and its special purpose device
CN104933101A (en) SVN-based method for automatic statistics of configuration audit information
CN105843871B (en) Control and Management System of Distributed Application File
WO2013064398A1 (en) Parallel development of a software system
GB2564920A (en) Systems and methods for intelligent information management
IN2013CH01239A (en)
JP2014235738A5 (en)
KR101328641B1 (en) System for generating overall information for malicious code and management system for the same
CN111142927B (en) Configuration file merging and splitting processing method and device
US11468249B2 (en) Linking an entity relating to product development to a document portion
Ji et al. CELL: A Compositional Verification Framework.
JP2014074952A (en) Electronic data traceability management device, method and program
CN104360845A (en) SVN-based collaborative development construction method
Elfaki Automated Verification of Variability Model Using First-Order Logic
JI et al. CELL: A compositional verification framework.(2013)
Chung Construction of a shortcut model for amine-based $ CO_2 $ capture process
Yi et al. A study on the analysis about practicality after publishing linked open data: Focused on national bibliography and RISS
Lim Pricing and hedging parisian options
Kedaigle Network-based Interpretation of Diverse High-Throughput Datasets through the Omics Integrator Software Package
JP2014203308A (en) Book management system, book management method, and book management program

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14784117

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14784117

Country of ref document: EP

Kind code of ref document: A1