Discussion:
[Samba] Applying patches on bug fixes
l***@gmail.com
2016-07-28 12:50:59 UTC
Permalink
Hello,

Could someone assist with the proper way to apply patches relating
to bug fixes? I'm specifically referencing this bug. Thanks.

https://bugzilla.samba.org/show_bug.cgi?id=11520
--
-James
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
l***@gmail.com
2016-07-28 15:55:15 UTC
Permalink
Hello James,
Post by l***@gmail.com
Could someone assist with the proper way to apply patches relating
to bug fixes? I'm specifically referencing this bug. Thanks.
https://bugzilla.samba.org/show_bug.cgi?id=11520
# wget -O /tmp/BZ11520.patch
https://bugzilla.samba.org/attachment.cgi?id=1219
# cd /usr/src/samba-4.4.4/
# patch -p 1 < /tmp/BZ11520.patch
# ./configure && make && make install
Regards,
Marc
Thank you Marc for the clear explanation.
--
-James
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Continue reading on narkive:
Loading...