Fedora EPEL 8 Update: aha-0.5.1-1.el8
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-c0c043c53f
2020-09-30 01:37:13.786944
--------------------------------------------------------------------------------
Name : aha
Product : Fedora EPEL 8
Version : 0.5.1
Release : 1.el8
URL : https://github.com/theZiz/aha
Summary : Convert terminal output to HTML
Description :
aha parses output from other programs,
recognizes ANSI terminal escape sequences
and produces an HTML rendition of the original text.
--------------------------------------------------------------------------------
Update Information:
Update to latest upstream release (v0.5.1)
--------------------------------------------------------------------------------
ChangeLog:
* Mon Sep 14 2020 Artur Frenszek-Iwicki <fedora(a)svgames.pl> - 0.5.1-1
- Update to latest upstream release
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update aha' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
2 years, 5 months
Fedora EPEL 7 Update: ripmime-1.4.0.10-7.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-7f1b1d582a
2020-09-30 00:33:20.163620
--------------------------------------------------------------------------------
Name : ripmime
Product : Fedora EPEL 7
Version : 1.4.0.10
Release : 7.el7
URL : http://www.pldaniels.com/ripmime/
Summary : Extract attachments out of a MIME encoded email packages
Description :
ripMIME extract attachments out of a MIME encoded email packages.
--------------------------------------------------------------------------------
Update Information:
new package
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1883473 - Please build ripmime for EPEL7
https://bugzilla.redhat.com/show_bug.cgi?id=1883473
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update ripmime' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
2 years, 5 months
Fedora EPEL 7 Update: python-enlighten-1.6.2-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-3515ba9ce4
2020-09-30 00:33:20.163600
--------------------------------------------------------------------------------
Name : python-enlighten
Product : Fedora EPEL 7
Version : 1.6.2
Release : 1.el7
URL : https://github.com/Rockhopper-Technologies/enlighten
Summary : Enlighten Progress Bar
Description :
Enlighten Progress Bar is console progress bar module for Python.
The main advantage of Enlighten is it allows writing to stdout and stderr
without any redirection.
--------------------------------------------------------------------------------
Update Information:
Update to 1.6.2
--------------------------------------------------------------------------------
ChangeLog:
* Tue Sep 15 2020 Avram Lubkin <aviso(a)rockhopper.net> - 1.6.2-1
- Update to 1.6.2
* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-enlighten' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
2 years, 5 months
[SECURITY] Fedora EPEL 7 Update: golang-1.15.2-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-d968abb383
2020-09-30 00:33:20.163590
--------------------------------------------------------------------------------
Name : golang
Product : Fedora EPEL 7
Version : 1.15.2
Release : 1.el7
URL : http://golang.org/
Summary : The Go Programming Language
Description :
The Go Programming Language.
--------------------------------------------------------------------------------
Update Information:
* Rebase to go1.15.2 * Security fix for CVE-2020-24553
--------------------------------------------------------------------------------
ChangeLog:
* Thu Sep 10 2020 Jakub ��ajka <jcajka(a)redhat.com> - 1.15.2-1
- Rebase to go1.15.2
- Security fix for CVE-2020-24553
- Resolves: BZ#1874859
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1874857 - CVE-2020-24553 golang: default Content-Type setting in net/http/cgi and net/http/fcgi could cause XSS
https://bugzilla.redhat.com/show_bug.cgi?id=1874857
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update golang' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
2 years, 5 months
Fedora EPEL 7 Update: python-blessed-1.17.10-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-3cb65988df
2020-09-30 00:33:20.163579
--------------------------------------------------------------------------------
Name : python-blessed
Product : Fedora EPEL 7
Version : 1.17.10
Release : 1.el7
URL : https://github.com/jquast/blessed
Summary : A thin, practical wrapper around terminal capabilities in Python
Description :
Blessed is a thin, practical wrapper around terminal styling, screen
positioning, and keyboard input.
It provides:
- Styles, color, and maybe a little positioning without necessarily clearing
the whole screen first.
- Works great with standard Python string formatting.
- Provides up-to-the-moment terminal height and width, so you can respond
to terminal size changes.
- Avoids making a mess if the output gets piped to a non-terminal: outputs
to any file-like object such as StringIO, files, or pipes.
- Uses the terminfo(5) database so it works with any terminal type and
supports any terminal capability: No more C-like calls to tigetstr and
tparm.
- Keeps a minimum of internal state, so you can feel free to mix and match
with calls to curses or whatever other terminal libraries you like.
- Provides plenty of context managers to safely express terminal modes,
automatically restoring the terminal to a safe state on exit.
- Act intelligently when somebody redirects your output to a file, omitting
all of the terminal sequences such as styling, colors, or positioning.
- Dead-simple keyboard handling: safely decoding unicode input in your
system���s preferred locale and supports application/arrow keys.
- Allows the printable length of strings containing sequences to be
determined.
--------------------------------------------------------------------------------
Update Information:
Updated to 1.17.10
--------------------------------------------------------------------------------
ChangeLog:
* Mon Sep 14 2020 Avram Lubkin <aviso(a)rockhopper.net> - 1.17.10-1
- Updated to 1.17.10
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.17.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-blessed' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
2 years, 5 months
Fedora EPEL 7 Update: amavisd-milter-1.7.1-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-54755f7337
2020-09-30 00:33:20.163568
--------------------------------------------------------------------------------
Name : amavisd-milter
Product : Fedora EPEL 7
Version : 1.7.1
Release : 1.el7
URL : https://github.com/prehor/amavisd-milter
Summary : Sendmail milter for amavisd-new using the AM.PDP protocol
Description :
The amavisd-milter is a sendmail milter (mail filter) for amavisd-new
2.4.3 (and above) and sendmail 8.13 (and above) which use the new AM.PDP
protocol.
Run 'usermod -a -G amavis postfix' when using Postfix and amavisd-milter
via the unix socket.
--------------------------------------------------------------------------------
Update Information:
# amavisd-milter ## Bug and compatibility fixes - An empty sender must always
be enclosed in angle brackets
--------------------------------------------------------------------------------
ChangeLog:
* Mon Sep 14 2020 Robert Scheck <robert(a)fedoraproject.org> 1.7.1-1
- Upgrade to 1.7.1 (#1878910)
* Mon Jul 27 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1878910 - amavisd-milter-1.7.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1878910
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update amavisd-milter' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
2 years, 5 months
[SECURITY] Fedora EPEL 7 Update: proftpd-1.3.5e-10.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-918ad695f6
2020-09-30 00:33:20.163554
--------------------------------------------------------------------------------
Name : proftpd
Product : Fedora EPEL 7
Version : 1.3.5e
Release : 10.el7
URL : http://www.proftpd.org/
Summary : Flexible, stable and highly-configurable FTP server
Description :
ProFTPD is an enhanced FTP server with a focus toward simplicity, security,
and ease of configuration. It features a very Apache-like configuration
syntax, and a highly customizable server infrastructure, including support for
multiple 'virtual' FTP servers, anonymous FTP, and permission-based directory
visibility.
This package defaults to the standalone behavior of ProFTPD, but all the
needed scripts to have it run by xinetd instead are included.
--------------------------------------------------------------------------------
Update Information:
This update fixes a NULL pointer dereference in SCP options processing. An
authenticated remote attacker could issue invalid SCP commands, possibly
resulting in a Denial of Service condition. Note: the sftp/scp server is not
enabled by the default configuration.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Sep 14 2020 Paul Howarth <paul(a)city-fan.org> - 1.3.5e-10
- Fix null pointer dereference for invalid SCP command by passing the
correct argument count to getopt(3)
https://github.com/proftpd/proftpd/issues/1043
https://github.com/proftpd/proftpd/pull/1044
https://bugzilla.redhat.com/show_bug.cgi?id=1878869
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1878869 - proftpd: NULL pointer dereference via invalid SCP command leads to DoS
https://bugzilla.redhat.com/show_bug.cgi?id=1878869
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update proftpd' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
2 years, 5 months
Fedora EPEL 7 Update: aha-0.5.1-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-815118b7ca
2020-09-30 00:33:20.163489
--------------------------------------------------------------------------------
Name : aha
Product : Fedora EPEL 7
Version : 0.5.1
Release : 1.el7
URL : https://github.com/theZiz/aha
Summary : Convert terminal output to HTML
Description :
aha parses output from other programs,
recognizes ANSI terminal escape sequences
and produces an HTML rendition of the original text.
--------------------------------------------------------------------------------
Update Information:
Update to latest upstream release (v0.5.1)
--------------------------------------------------------------------------------
ChangeLog:
* Mon Sep 14 2020 Artur Frenszek-Iwicki <fedora(a)svgames.pl> - 0.5.1-1
- Update to latest upstream release
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update aha' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
2 years, 5 months
[SECURITY] Fedora EPEL 6 Update: golang-1.15.2-1.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-54aaef4451
2020-09-30 00:31:31.050669
--------------------------------------------------------------------------------
Name : golang
Product : Fedora EPEL 6
Version : 1.15.2
Release : 1.el6
URL : http://golang.org/
Summary : The Go Programming Language
Description :
The Go Programming Language.
--------------------------------------------------------------------------------
Update Information:
* Rebase to go1.15.2 * Security fix for CVE-2020-24553
--------------------------------------------------------------------------------
ChangeLog:
* Thu Sep 10 2020 Jakub ��ajka <jcajka(a)redhat.com> - 1.15.2-1
- Rebase to go1.15.2
- Security fix for CVE-2020-24553
- Resolves: BZ#1874859
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1874857 - CVE-2020-24553 golang: default Content-Type setting in net/http/cgi and net/http/fcgi could cause XSS
https://bugzilla.redhat.com/show_bug.cgi?id=1874857
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update golang' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
2 years, 5 months