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: multimedia/qmmp-qt5/files/patch-ffmpeg4
SVNWeb

Number of commits found: 2

Wed, 11 Aug 2021
[ 17:22 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:cda219f45085dc8ac5a79ee24db3181cd8b06754  commit hash:cda219f45085dc8ac5a79ee24db3181cd8b06754  commit hash:cda219f45085dc8ac5a79ee24db3181cd8b06754  cda219f 
multimedia/qmmp*-qt5: update to 1.5.1 release+

As PR256043 shown, maintainer (liangtai.s16@gmail.com) have lost any interest
to keep his ports updated.

I'll adopt the ports untill liangtai claims his rights back to keep them fresh.

With hat:	ports-secteam
Wed, 2 May 2018
[ 16:59 jbeich search for other commits by this committer ] Original commit   Revision:468855
multimedia/qmmp-qt5: unbreak with ffmpeg 4.0

src/plugins/Input/ffmpeg/decoder_ffmpeg.h:64:43: error: use of undeclared
identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
    uchar m_input_buf[INPUT_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE];
                                          ^
src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:37:17: error: cannot initialize
object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg'
    return (int)d->input()->read((char*)buf, size);
                ^
src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:49:16: error: cannot initialize
object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg'
        return d->input()->size();
               ^
src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:54:24: error: cannot initialize
object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg'
        absolute_pos = d->input()->pos() + offset;
                       ^
src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp:57:24: error: cannot initialize
object parameter of type 'Decoder' with an expression of type 'DecoderFFmpeg'
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 2