PDA

View Full Version : 4/19 patch



Newby
04-19-2023, 06:11 PM
structs and opcodes...

xerxes
04-19-2023, 06:38 PM
Thanks, Newby!

splooge
04-19-2023, 10:33 PM
Lifesaver... thanks!

BlueAdept
04-20-2023, 08:15 AM
I'll do the release tonight when I get home.

BlueAdept
04-20-2023, 07:16 PM
Late Night. I got the SVN and tarball updated!

cn187
04-21-2023, 09:33 AM
Thanks BA! And thanks Newby!

CipherSalt
05-01-2023, 10:17 AM
Hey Newby,

Kind of a newbie here, trying to use this file to patch but encountering some errors. Using patch < diffs-230419.txt. Any chance I could get some context on how to use that?

cn187
05-01-2023, 12:04 PM
Mentioning the error(s) would be helpful.

If it complains about not being able to find the file to patch, then try



patch -p0 < diffs-230419.txt


But svn and the tarball download have both been updated, so if you pull the latest from svn or download the latest tarball, then there's no need to patch. If you're getting
"Patch already applied, do you want to reverse it?" (or whatever the exact message is) then you're probably trying to patch an up-to-date version.

CipherSalt
05-01-2023, 12:43 PM
Thanks, that was the context I was looking for. Although i'm running into a whole new issue with packet capture. I won't both you all with that though. :D
Mentioning the error(s) would be helpful. If it complains about not being able to find the file to patch, then try
patch -p0 < diffs-230419.txt But svn and the tarball download have both been updated, so if you pull the latest from svn or download the latest tarball, then there's no need to patch. If you're getting "Patch already applied, do you want to reverse it?" (or whatever the exact message is) then you're probably trying to patch an up-to-date version.