As I can fix the vulnerability of linux-c6-openssl without breaking the ports?

The ports do not break when deleting files with rm /var/db/portsnap/tag portsnap fetch extract

Sorry, I forget the "and" - they are two commands rm /var/db/portsnap/tag and portsnap fetch extract.

No, it don't break the ports.

(By the way, what says freebsd-version, I have 10.1-RELEASE-p8 - but I don't know if this is related to your problem).
 
Sorry, I forget the "and" - they are two commands rm /var/db/portsnap/tag and portsnap fetch extract.

No, it don't break the ports.

(By the way, what says freebsd-version, I have 10.1-RELEASE-p8 - but I don't know if this is related to your problem).

Do not believe that the system will fill with problems with extracting the ports again? The FreeBSD Handbook says a single ves. And to update you have to do portsnap update or portsnap fetch update. Thanks for the answers, and are again extracted ports.
 
By the way, what says freebsd-version, I have 10.1-RELEASE-p8 - but I don't know if this is related to your problem
I have forgot: after freebsd-update fetch you have to do freebsd-update install.
 
Try to fetch a new portstree with rm /var/db/portsnap/tag and portsnap fetch extract and after that try again with portmaster

And I did of fix the vulnerability of security/linux-c6-openssl of this way, what more must I do? How must I check if there are no broken ports? Entering XFCE desktop this message went out, any solution?

Delete the file:
# rm /var/db/portsnap/tag
Extraction of ports:
# portsnap extract
Update the ports:
# portsnap fetch update
Update the ports with ports-mgmt/portmaster:
# portmaster -aD
Update of packages and repositories:
# pkg upgrade
Safety check of the system:
# pkg audit -F
Code:
pkg: vulnxml file up-to-date
0 problem(s) in the installed packages found.
#
Error message at the entrance to XFCE desktop on VirtualBox:
Code:
VBoxClient: Initialising service: VERR_INTERNAL_ERROR
 
For each result of pkg_libchk you have to reinstall or recompile the specific package.

Good comunity
It seems that are of minor importance, how do I proceed to resolve the anomalies of the system? It does not exist by means of ports, and the command pkg check --dependencies average keeps giving the same results.

# pkg_libchk
Code:
opera-12.16_5: /usr/local/lib/opera/liboperakde4.so misses libkdeui.so.7
opera-12.16_5: /usr/local/lib/opera/liboperakde4.so misses libkio.so.7
opera-12.16_5: /usr/local/lib/opera/liboperakde4.so misses libkdecore.so.7
You have new mail in  /var/mail/root
#
# pkg check --dependencies
Code:
Checking all packages: 100%
#
On the other hand, you have clear idea of how to update the system fonts without having installed the port devel/subversion? The FreeBSD Handbook, recommended to install and check the sources before installing software of third.
 
The Opera message is a false positive. The option KDE in www/opera is per default off, and so there is no need for this libraries.
 
Last edited by a moderator:
I only update svn if I compile a kernel or compile directly something from sources. The fonts should be updated with the "normal" update.
 
Last edited by a moderator:
Back
Top