I'm having problems with updating a port (Python in this case) for a security patch. I'm running FreeBSD 8.2 Release and currently the latest version of Python available is 2.6.2. The fixed version is 2.6.3. I can see it in FreshPorts but running
doesn't update it.
I guess it's because I'm on the Release branch? I think I need to change the port source tree but a) I'm not sure how to do this and b) I'm worried that when the correct version of Python is available on the release branch it won't get upgraded correctly.
Any advice?
# portsnap fetch
# portsnap update
# portupgrade -a
doesn't update it.
I guess it's because I'm on the Release branch? I think I need to change the port source tree but a) I'm not sure how to do this and b) I'm worried that when the correct version of Python is available on the release branch it won't get upgraded correctly.
Any advice?