Displaying 3 results from an estimated 3 matches for "applying_a_patch".
2016 Jul 28
2
Applying patches on bug fixes
Am 28.07.2016 um 17:32 schrieb Marc Muehlfeld:
> * Download the patch from the Bugzilla:
> # wget -O /tmp/BZ11520.patch
> https://bugzilla.samba.org/attachment.cgi?id=1219
>
> * Change into the root of your Samba sources directory:
> # cd /usr/src/samba-4.4.4/
>
> * Apply the patch to the sources:
> # patch -p 1 < /tmp/BZ11520.patch
>
> * And the rest
2017 Jun 29
2
Patch application doubt
Hi,
By the way is there a document that explains the process of applying the
patch.
We are using samba 4.6.3 compiled using source.
--
Thanks & Regards,
Anantha Raghava
Do not print this e-mail unless required. Save Paper & trees.
On 29/06/17 6:37 AM, Andrew Bartlett via samba wrote:
> On Wed, 2017-06-28 at 21:51 -0300, Marcio Demetrio Bacci via samba
> wrote:
>> Hi,
2016 Aug 22
2
Applying patches on bug fixes
...e && make install
>>
>>
>> I've added the steps to the Wiki:
>> https://wiki.samba.org/index.php/Build_Samba_from_source#Upgrading_a_Self-compiled_Samba_Installation
>
> Ups, wrong link. :-)
>
> https://wiki.samba.org/index.php/Build_Samba_from_source#Applying_a_Patch
Marc,
I have additional questions on patches if you don't mind. Once a
patch has been applied, is it necessary to reapply a patch when updating
Samba? How does one confirm on know when a patch has been officially
applied to a tar release, if not noted in the release notes? Thanks again...