On FreeBSD 10, I can't seem to use the same method I've always used when trying to install a vulnerable port. Has anything changed with this version? I'm trying to install linux-flashplugin, however am (expectedly) running into some vulnerable ports that (unexpectedly) refuse to install no matter what I do.
---
---
Any ideas?
Code:
root@dlaptop:/usr/ports/security/linux-f10-openssl # make -DDISABLE_VULNERABILITIES
===> linux-f10-openssl-0.9.8g is forbidden: http://www.freshports.org/vuxml.php?vid=2ecb7b20-d97e-11e0-b2e2-00215c6a37bb|82b55df8-4d5a-11de-8811-0030843d3802.
*** Error code 1
Stop.
make: stopped in /usr/ports/security/linux-f10-openssl
Code:
root@dlaptop:/usr/ports/security/linux-f10-openssl # make -DDISABLE_VULNERABILITIES install clean
===> linux-f10-openssl-0.9.8g is forbidden: http://www.freshports.org/vuxml.php?vid=2ecb7b20-d97e-11e0-b2e2-00215c6a37bb|82b55df8-4d5a-11de-8811-0030843d3802.
*** Error code 1
Stop.
make: stopped in /usr/ports/security/linux-f10-openssl
Code:
root@dlaptop:/usr/ports/security/linux-f10-openssl # portinstall -m DISABLE_VULNERABILITIES=yes security/linux-f10-openssl
[Reading data from pkg(8) ... - 793 packages found - done]
[Gathering depends for security/linux-f10-openssl . done]
** Port marked as IGNORE: security/linux-f10-openssl:
is forbidden: http://www.freshports.org/vuxml.php?vid=2ecb7b20-d97e-11e0-b2e2-00215c6a37bb|82b55df8-4d5a-11de-8811-0030843d3802
** Listing the failed packages (-:ignored / *:skipped / !:failed)
- security/linux-f10-openssl
Any ideas?