notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: textproc/exempi/files
SVNWeb

Number of commits found: 2

Sat, 6 Jan 2018
[ 04:13 jbeich search for other commits by this committer ] Original commit   Revision:458191
textproc/exempi: unbreak build with Clang 6 (C++14 by default)

In file included from MP3_Handler.cpp:11:
In file included from ./MP3_Handler.hpp:15:
./../FormatSupport/ID3_Support.hpp:703:81: error: cannot initialize a parameter
of type 'XMP_OptionBits *' (aka 'unsigned int *') with an rvalue of type
'XMP_OptionBits' (aka 'unsigned int')
                        if ( meta->GetLocalizedText( kXMP_NS_DC, "title", "",
"x-default", 0, &utf8, kXMP_NoOptions ))
                                                                                
                    ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro
'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:1232:28: note: passing argument to
parameter 'options' here
                                                    XMP_OptionBits * options )
const;
                                                                     ^
In file included from MP3_Handler.cpp:11:
In file included from ./MP3_Handler.hpp:15:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 1 Nov 2014
[ 11:55 kwm search for other commits by this committer ] Original commit   Revision:372005
Update to 2.2.2.

Drop :keepla from USES=libtool
Drop @dirrm from plist.

Number of commits found: 2