Updates to vuxml ranges fails

If a vuxml entry is updated, and the ranges change, those changes are not recorded in FreshPorts. This came to my attention from the FreeBSD Security team. They noticed that for the recent Oracla Java vuln FreshPorts had all versions for > 7. It boiled down to this: http://www.freshports.org/vuxml.php?vid=16846d1e-f1de-11e1-8bd8-0022156e8794 [1] differs from this: http://www.vuxml.org/freebsd/16846d1e-f1de-11e1-8bd8-0022156e8794.html [2] […]

Updates to vuxml ranges fails Read More »

Getting more accurate results…

FreshPorts has always strived to be correct. Even when it’s difficult. One issue which always always proven difficult is ports that rely upon other ports. or cannot be installed with other ports. Case in point, sysutils/msktutil, which includes this message: IGNORE: cannot install: SASL support requested and openldap-client-2.4.20 is installed That’s not really appropriate on

Getting more accurate results… Read More »

Solution found for base64 emails

I think I have a solution for base64 emails. I emailed Matthew Seaman on Wednesday about this issue. He put me onto two very useful Perl modules: Email::MIME mail/p5-Email-MIME Email::Simple mail/p5-Email-Simple/ Email::Simple::Header The solution is coded below: sub myGetMessage { my ($message); my ($encoding); while () { $message .= $_; } $encoding = myGetMessage_ContentTransferEncoding($message); print

Solution found for base64 emails Read More »

Scroll to Top