A patch is a piece of software designed to fix problems with, or update a computer program or its supporting data. This includes fixing security vulnerabilities and other bugs, and improving the usability or performance.

learn more… | top users | synonyms (1)

0
votes
1answer
16 views

Applying patch to standard python file locally

I am not having any experience in applying patches to python libraries. I found one patch for difflib.py from this site. I want to apply this patch to standard difflib.py file (actually I don't want ...
0
votes
0answers
8 views

How to split a patch in MQ by files within the Workbench (no command line)?

The Mercurial Workbench within TortoiseHG allows a graphical use of many mercurial functions. I have a patch sitting in a mercurial queue from which I want to extract some files to another separate ...
0
votes
0answers
27 views

how to make install file to change few files only

For every once a week or once every two weeks, 2-5 files in one application is to be modified - most of them are few lines in a text file. I could make an instruction to change the contents manually ...
0
votes
0answers
26 views

How to find the difference between the 2 directory using diff?

I have a directory A and AA , in A is default setup directory and AA is customized directory ,So from this i need to know the exact difference of contents between A and AA files using diff command ...
-1
votes
0answers
13 views

monkey patch declarative authorization is reseted after some time

To make declarative_authorization Graphical View or Change Support run, I monkeypatch the render method of AuthorizationRulesController. It works fine but after some time and some changes it falls ...
0
votes
1answer
12 views

Editing a patched file

I have a general workflow question: I get a patch from a co-worker and would like to further edit one of the affected files. How do I isolate my changes? I'd like to be able to keep my changes when ...
0
votes
0answers
24 views

Installing an MSP using Powershell works on the local machine, fails remotely. Why?

I need some Powershell advice. I need to install an application's MSP update file on multiple Win08r2 servers. If I run these commands locally, within the target machine's PS window, it does exactly ...
0
votes
2answers
22 views

How to apply a Git patch to a file with a different name and path?

I have two repositories. In one, I make changes to file ./hello.test. I commit the changes and create a patch from that commit with git format-patch -1 HEAD. Now, I have a second repository that ...
1
vote
0answers
23 views

Tortoise Merge - not a working copy error

I am trying to use Tortoise Merge to apply a patch file, generated from WinMerge, to a new file to get an updated file. I've looked at questions/answers on here, but I am getting an error about the ...
1
vote
1answer
25 views

iOS App Store updates - Patching?

When submitting an update to an app to the app store (via iTunes Connect?), is the update necessarily a whole binary? Can an update come in the form of a patch? If a second version of an app shares ...
-4
votes
0answers
11 views

GPL software with patches under another license, is it possible? [closed]

everyone! Hope this question can be answered asap. We're going to develop for a GPL project, but we want to register our patches to another license. The base project will be intact, as it will ...
0
votes
0answers
20 views

git : How to create patches series without merge commits to one file if commit message the same

I'd tried to create patches for specific directory under GIT. git format-patch -o ../merge2 c872022f8^..HEAD app/my/dir Everything is ok but some commits which consecutive and has the same commit ...
0
votes
0answers
22 views

Exporting a patch from HgWorkbench / Mercurial does not include files that were added in that commit

When trying to export a patch for a commit, the resulting patch file doesn't include empty files that were added in the commit. Steps to reproduce: Create a new folder and initialize it as an Hg ...
-1
votes
0answers
7 views

confused on solaris missing patch revision [closed]

A quick question. At the below patch where 62 revision has been made for the patch 119059. https://getupdates.oracle.com/readme/README.119059-62 But only 3 vision has CVE numbers. CVE-2007-5958 was ...
-1
votes
0answers
47 views

Get bézier data of a Parametrical surface [closed]

My Homework is to do a Seal in opengl. I want to use Bézier surface for this. I already wrote the algorithm what makes the surface from control patches. Tested with this: ...
6
votes
3answers
72 views

How to use PATCH verb with curl

I am trying to make a PATCH call to a server. I am using the following command: curl --data status=closed -X PATCH https://api.viafoura.com/v2/dev.viafoura.com/pages/7000000043515 Is this the ...
0
votes
2answers
24 views

diff on Windows7 seems to be combining both paths

I'm trying to run GnuWin32 diff on window7, to generate a patch file, and it keeps coming back with an error saying it can't find a file. Only the file it claims to be looking for isn't either one ...
0
votes
0answers
31 views

Create diff patches in java

honorable developers! Could you say, is there exist a java-library, that allow to create diff-patches, preferably from jar-files and apply them to those jar-files? Maybe, somebody has an article ...
0
votes
0answers
35 views

about xml file update in patch using installshield 2010 patch design view

when i design patch package ,i cannot change xml file(add node) using patch design view. e.g. config.xml file <config> <servername>127.0.0.1</servername> ...
0
votes
1answer
28 views

SVN 1.7 reapply reverted changes

I have problem with applying svn patch. I'm using svn 1.7 with TortoiseSVN. Some changes were made in revision A. There were some following commits until revision B reverted changes done in revision ...
1
vote
1answer
19 views

How can I convert a raw patch set from Rietveld code review to a local Mercurial repository?

I would like to use the "Download raw patch set" link on Rietveld code review and apply that to my working directory under Mercurial. It's clear that the "raw patch set" isn't in Mercurial format. ...
0
votes
1answer
33 views

LoadRunner11.03 performance issue?

Recently, I received a PC installed LoadRunner 11.03(perhaps patch 3) from my client and watched a web performance with it by long-run test. In multiple user test, it seems not to work on proper ...
3
votes
0answers
40 views

Elastic Beanstalk security patches

I currently use Ubuntu with unattended-upgrades on all my ec2-instances, to keep any nasty holes closed, but when running apps via Elastic beanstalk i can't see any option on how to handle patches to ...
-4
votes
0answers
68 views

Largest number of updates for a software in 2012 [closed]

which software received the largest number of updates released in the entire software development history in 2012. Thanks and wait for your reply.
0
votes
1answer
33 views

How to push just one specific patch in Mercurial Queues?

This is what I did : hg init hg qnew -m "p1" p1.patch ; some changes hg qrefresh hg qpop hg qnew -m "p2" p2.patch ; some changes hg qrefresh hg qpop Now those 2 patches were separate features and ...
0
votes
1answer
31 views

Patch - How to check that a patched class's instance called a class function?

I'm trying to patch a class, have a function under test create an instance of the patched class, have that instance call a class function, then I want to test that that class function was called. How ...
1
vote
1answer
42 views

Patch - Why won't the relative patch target name work?

I've imported a class from a module, but when I try to patch the class name without it's module as a prefix I get a type error: TypeError: Need a valid target to patch. You supplied: 'MyClass' For ...
1
vote
2answers
29 views

Patch - Patching the class introduces an extra parameter?

First time using patch. I've tried to patch one of my classes for testing. Without the patch attempting to run gets past the test function definition, but with the patch the test function definition ...
1
vote
1answer
46 views

Creating a WiX patch from single file location

I am trying to create a patch for my application. Implementing the example described here worked as expected. However, the files for each version are stored in separate directories. Version 1.0 files ...
0
votes
1answer
47 views

Apply monkey patch for JSON parsing in rails

I'm trying to handle edge-case issues with the BigCommerce API returning invalid JSON objects, resulting in un-paired octects as discussed here: A JSON text must at least contain two octets I ...
0
votes
0answers
19 views

Application to view patch file graphically in Windows

I have a patch file generated by Reviewboard. Is there a graphical application for Windows to view patch file generated by Reviewboard and any other code diff generating tools.
0
votes
1answer
28 views

How use “patch” command meant for *nix on OS X?

In order to build the Utah Raster Toolkit for Mac OS X, I need to apply a patch file urt-3.0.patch1 to the source. The instructions say to use: patch -p -N <urt-3.0.patch1 But that doesn't seem ...
1
vote
1answer
159 views

git create patch with diff

I tried doing git diff 13.1_dev sale_edit > patch.diff Then I tried doing git apply patch.diff in another branch, but I got patch does not apply. How do I create patch files from diffs that I ...
0
votes
2answers
71 views

Need help applying MinGW patches for std string, getting unexpected ends

I'm trying to apply these patches: http://tehsausage.com/mingw-to-string So that I can use std string stuff that I should have access to anyways. I have MinGW 4.7.2, and at first, I tried copying ...
0
votes
1answer
22 views

Modifying committed patch in git

I applied a patch to my repo which accidentally contained trailing spaces. When I do a "git rebase master", git complains about the trailing spaces. How can I fix the patch to eliminate the trailing ...
0
votes
1answer
22 views

interpretation of the JSON Patch spec

I have a question about the interpretation of JSON Patch (RFC 6902). Suppose I had a resource that looked like this: { "type": "assembly", "uri": "http://example.com/campSrv/Assembly/18", ...
0
votes
0answers
124 views

git apply : error trailing whitespace

Lately, I've been playing a little bit with git. I'm trying to simulate to apply a patch to my master branch, this patch comprehends a commit where I added some comments to a java operation. I ...
2
votes
1answer
38 views

Creating a patch with Git - keep only the basename of the filepath?

My situation is I'm making changes to an installed Drupal module which I want to commit back to the project (yay for open source). My problem is this: diff --git ...
1
vote
2answers
49 views

NetLogo permission oddities

I'm having issues with my netlogo program. Code follows: globals[ growth-param money-size-ratio ] turtles-own[ location tsize bbalance ] to setup ca reset-ticks ask patches[set pcolor ...
9
votes
5answers
158 views

Apply update without restarting application [closed]

Recently I had an interview for a .NET position. Out of questions asked, I was having real trouble in answering one question. I hope someone can help me on this. Scenario (Question): The first ...
0
votes
2answers
22 views

Is there any way to open a file using a diff without patching the original?

Example, I have a 40Mb file, and i want to make some minor changes to it, maybe 20Kb of changes. I can create a diff between the resulting file and the original, simply enough, either by writing it ...
2
votes
2answers
66 views

how to apply a git patch as if the author committed to my repo?

Lets suppose there is a central repository where commits from satellite ones are pushed some time. Developer A makes some commits on his repo while B makes some on his own too. Now, A wants to ...
0
votes
1answer
154 views

How to use diff and patch in Cygwin on Windows?

I follow many articles out there but I still don't know how to use diff and patch in Cygwin Here I create 2 files in Windows Explorer origin.txt one two three new.txt one four five Then I diff ...
0
votes
0answers
19 views

How to verify that a patch was applied correctly when there are offsets and fuzz?

So I did a little research trying to understand what offset and fuzz is when applying a patch. I did not success as I wanted. I applied a patch and it gave me: Hunk #2 succeeded at 69 with fuzz 1 ...
1
vote
1answer
46 views

How to work on multiple patches at the same time using Mercurial Queues?

Lets say, I have 2 bugs to fix : bug1 and bug2. I start with bug1 and in the midst of fixing it, I go to bug2 and half fix it. I return to bug1 and again partially fix it and again go to bug2. Like ...
1
vote
2answers
47 views

Why doesn't my name and email appear in patches?

I have a remote repo cloned in my local computer. After I make changes to a file, I commit, and then I do this to create a patch: hg diff -U 8 -p -r PREVIOUS_REVISION_NUMBER file_name > ...
0
votes
0answers
191 views

memory exhausted : for large files using diff

I am trying to create a patch using two large size folders (~7GB). Here is how I'm doing it : $:# diff -Naurbw . ../other-folder > file.patch But maybe due to file sizes, patch is not getting ...
-1
votes
1answer
105 views

Applying incremental Linux patches [closed]

I have installed Linux 3.7.7 (stable) kernel. My goal is to apply all the available incremental patches, from 3.7.7-8 to .... whatever, in order to get to the latest stable version (which is 3.8.2). ...
1
vote
1answer
159 views

using diff/patch in windows, aka, “can't find file to patch at input line 4”

I am using CVS and win7. I need to copy some changes from the trunk to a branch, so I thought I could just use "diff -ruN" to put the changes into a file, and then use "patch -i" to apply them to the ...
0
votes
1answer
101 views

Applying a .patch file? (patch for a jquery-ui file)

I found a .patch file that would fix an issue I have with jQuery-ui. However, after googling for a long, long time, I can't find any good answer to this. (I haven't dealt with .patch files before). ...

1 2 3 4 5 15