--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2018-dd6e4a3f0b
2018-06-17 19:03:36.439061
--------------------------------------------------------------------------------
Name : python34
Product : Fedora EPEL 6
Version : 3.4.8
Release : 1.el6
URL : http://www.python.org/
Summary : Version 3 of the Python programming language aka Python 3000
Description :
Python 3 is a new version of the language that is incompatible with the 2.x
line of releases. The language is mostly the same, but many details, especially
how built-in objects like dictionaries and strings work, have changed
considerably, and a lot of deprecated features have finally been removed.
--------------------------------------------------------------------------------
Update Information:
Update to 3.4.8 security release
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python34' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/ht…
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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2018-5bfa67b79c
2018-06-16 19:30:35.182804
--------------------------------------------------------------------------------
Name : odcs
Product : Fedora EPEL 7
Version : 0.2.6.1
Release : 1.el7
URL : https://pagure.io/odcs
Summary : The On Demand Compose Service
Description :
The On Demand Compose Service (ODCS) creates temporary composes using Pungi
tool and manages their lifetime. The composes can be requested by external
services or users using the REST API provided by Flask frontend.
--------------------------------------------------------------------------------
Update Information:
Bugfix update to odcs-0.2.6-1.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update odcs' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/ht…
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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2018-53a4588059
2018-06-16 19:30:35.182782
--------------------------------------------------------------------------------
Name : lxi-tools
Product : Fedora EPEL 7
Version : 1.20
Release : 1.el7
URL : https://lxi-tools.github.io/
Summary : Tools collection to control LXI enabled instruments
Description :
LXI tools are a collection of open source software tools for GNU/Linux
systems that enable control of LXI enabled instruments such as modern
oscilloscopes, power supplies, spectrum analyzers etc.
--------------------------------------------------------------------------------
Update Information:
lxi-tools v1.20 =============== * Add bash completion for snap * Update
README Add tested instrument Keysight AWG 33612A as tested by Timur Aydin.
* Add const qualifier * Update AUTHORS * Require Lua 5.1 or newer *
Include test dir in distribution * Update Travis * Fix bash completion for
run command * Update basic-tests.lua * Move test directory * Add basic Lua
tests lxi-tools v1.19 =============== * Downgrade to Lua 5.2 * Update
Travis configuration * Add Lua scripting feature to support automation Add
run command which makes it possible to run Lua scripts to support advanced
instrument automation. To run a Lua script simply do: $ lxi run test.lua
The following LXI specific Lua functions are added and made available for use in
the Lua scripts: device = connect(ip) scpi(device, command)
scpi_raw(device, command) msleep(miliseconds) sleep(seconds)
disconnect(device) See src/test/test.lua for a simple Lua script example.
* Update README * Update AUTHORS * Improve regex of rs-hmo-rtb screenshot
plugin Include instruments made with "HAMEG" identifier. * README: Add
sponsors section * lxi-gui: Fix snap build * configure: use pkg-config to
check for Qt5 * lxi-gui: Cleanup Qt5 configuration * Reconfigure R&S
screenshot plugin to BMP * Add RTB2004 to list of tested instruments *
Dmitri Goutnik: Use QT_SELECT value instead of hardcoded QT version lxi-tools
v1.18 =============== * lxi-gui: Add X-axis title to data recorder chart *
lxi-gui: Fix data recorder chart colors and csv export * lxi-gui: Add SCPI
1999.0 commands * lxi-gui: Add data recorder save data feauture Add a save
button which allows to save recorded data to file in CSV format. * lxi:
Increase default discover mDNS timeout * lxi-gui: Optimize data recorder
plotting * lxi-gui: Fix arm snap build * lxi-gui: Print machine type during
qmake build * lxi-gui: Remove *OPT? SCPI command * lxi-gui: Use elapsed real
time in data recorder * lxi-gui: Print SCPI command requests * Add
screenshot support for RTB 2000 * Cleanup timeout handling, etc. * lxi-gui:
Reduce minimum window size * Add support for adding custom Qt qmake arguments
Add QMAKE_ARGUMENTS flag which allows to pass on arguments to qmake when
building lxi-gui. * lxi-gui: Make sure to call QT5 qmake lxi-tools v1.17
=============== * lxi-gui: Add input dialog for *ESE and *SRE commands *
lxi-gui: Fix qmake compile flags * lxi-gui: Start with SCPI page * Add
configure check for Qt5Charts * lxi-gui: Cleanup Name UI elements
accordingly * lxi-gui: Add screenshot live view * Update README screenshot
* lxi-gui: Add ID/IP instrument table header * lxi-gui: Tag as BETA * Update
README Introduce lxi-gui and include screenshot. * Link QT5 Charts
manually To avoid build issue with snap. * lxi-gui: Add data recorder
feature * lxi-gui: Add settings * lxi-gui: Add QT5 source files * lxi-gui:
Introduce responsive layout The lxi-gui application can now automatically
resize to fit any window size. * lxi-gui: Add 'Open in browser' right-click
feature * lxi-gui: Add IEEE 488.2 Common Commands * lxi-gui: Add about
details * lxi-gui: Add screenshot feature * lxi-gui: Add benchmark feature
* Split features into separate files * Update README * Update lxi-gui *
Add keysight-dmm screenshot plugin This plugin supports Keysight Truevolt
digital multimeters. * Set default discover timeout to 1 s * Add
experimental QT5 GUI Can be enabled using configure option --enable-lxi-gui
Requires QT 5.0.0 or newer. * Cleanup * Update Travis lxi-tools v1.16
=============== * Update AUTHORS * Convert tabs to spaces * Remove
experimental label from keysight-ivx plugin Tested with MSO-X 3024T by
ralphrmartin from EEVBlog forum. * Fix keysight-iv2000x plugin Fix header
strip and change image format to BMP. Improve regex. * Fix image format for
rigol-dg4000 plugin * Update completion script * Cleanup * Dmitri Goutnik:
Make code clang friendly lxi-tools v1.15 =============== * Update man page
* Add support for using raw/TCP in benchmark mode Add the option to run
benchmark using raw/TCP. For example: $ lxi benchmark --address 10.0.0.42
--port 5555 --raw Also, cleanup all port handling code and update
documentation accordingly. * Decrease timeout for discover to 2 s lxi-tools
v1.14 =============== * Make screenshot plugin only support Rigol DM3068
Rigol DM3068 is the only DM3000 series digital multimeter that seems to have
screenshot support. * Fix entering interactive mode Regardless of using
--interactive a SCPI command was still required to be provided to enter
interactive mode. * Update AUTHORS * Remove experimental label from Siglent
plugins Thanks to Siglent who helped fix and test all the screenshot plugins
for their instruments. * Cleanup screenshot plugins * Consolidate Rigol DSA
plugins into one * Update README and man page * Support writing screenshot
image to stdout To write screenshot image to stdout simply use '-' as the
output filename. This allows to pipe the screenshot image directly to other
tools for image processing. For example, using imagemagick to automatically
convert captured screenshot image to JPG: $ lxi screenshot -a 10.0.0.42 - |
convert - screenshot.jpg * Cleanup Siglent screenshot plugins * Update
siglent-ssa3000x plugin * Add siglent-sdg plugin * Add siglent-sdm3000
plugin * Move siglent-sds out of experimental * Extend Siglent plugin to
include SDS2000X lxi-tools v1.13 =============== * Update README * Update
SSA3000X capture command * Add completion for benchmark command * Update
AUTHORS * Fix get_device_id() This function was missing a call to
lxi_disconnect() which resulted in some instruments being left hanging when
capturing screenshots. Instruments that presumable only allow one active
connection. * Add benchmark feature This benchmark feature is useful if
you want to compare the VXI-11 request/response performance of your instruments.
By default the benchmark sends 100 SCPI ID requests ("*IDN?" commands) to the
instrument. For each request it waits for and reads the response. When done the
resulting request rate is printed. * Fix screenshot command when using plugin
autodetection The wrong timeout value was passed when trying to autodetect
which screenshot plugin to use. * Cleanup * Fix Rohde & Schwarz HMO 1000
screenshot plugin Fix plugin so that it does not strip off the PNG header of
the PNG image stream. Also, the source files and functions of the plugin is
now named more explicitly according to the name of the instrument series (HMO
1000). * Fix Siglent SSA3000 screenshot plugin
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update lxi-tools' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/ht…
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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2018-ce1838fd73
2018-06-16 19:30:35.182758
--------------------------------------------------------------------------------
Name : liblxi
Product : Fedora EPEL 7
Version : 1.13
Release : 1.el7
URL : https://lxi-tools.github.io/
Summary : Library with simple API for communication with LXI devices
Description :
The LXI library (liblxi) is an open source software library for GNU/Linux
systems which offers a simple API for communicating with LXI enabled
instruments. The API allows applications to easily discover instruments on
networks and communicate SCPI commands.
--------------------------------------------------------------------------------
Update Information:
liblxi v1.13 ============ * Fix Sun RPC headers configure check The Sun
RPC headers have been moved out of glibc into a separate library, libtirpc.
Hence, check for glibc headers first and in case that fails search for headers
in libtirpc via pkg-config. * Add const qualifier Because it is the right
thing to do. * Update Travis * Use libtirpc for Sun RPC headers * Move
test directory liblxi v1.12 ============ * Add send/receive sanity checks
* Strip CR from ID response string Fixes corrupted output from 'lxi
discover'. liblxi v1.11 ============ * Fix mDNS/DNS-SD discover feature
liblxi v1.10 ============ * Update Travis * Cleanup * Add --disable-avahi
configure option Makes avahi mandatory unless --disable-avahi is provided.
liblxi v1.9 =========== * Update AUTHORS * Convert tabs to spaces * Make
API usable in C++ As suggested by Dima Kogan, lets wrap the API so that it
is usable in C++. * Only export lxi API specific functions Hide visibility
of internal functions so that only the lxi API specific ones are
exported/visible to applications linking with liblxi. These changes are
applied on behalf of Dima Kogan. * Add discover fallback to request ID via
HTTP/XML If retrieving the instrument ID fails via VXI-11 during discovery
then try to retrieve the ID via the /lxi/identification XML file hosted by some
instruments via HTTP. Adds dependency on libxml2. * Dmitri Goutnik: Make
code clang friendly, fix warnings liblxi v1.8 =========== * Fix
lxi_connect() so it does not apply lock Some instruments fail to lock for
exclusive access when creating a VXI-11 connection. So, to play it safe, we will
simply not try to lock when setting up the connection.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update liblxi' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/ht…
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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2018-7155fb2e51
2018-06-16 19:30:35.182705
--------------------------------------------------------------------------------
Name : prosody
Product : Fedora EPEL 7
Version : 0.10.2
Release : 1.el7
URL : https://prosody.im/
Summary : Flexible communications server for Jabber/XMPP
Description :
Prosody is a flexible communications server for Jabber/XMPP written in Lua.
It aims to be easy to use, and light on resources. For developers it aims
to be easy to extend and give a flexible system on which to rapidly develop
added functionality, or prototype new protocols.
--------------------------------------------------------------------------------
Update Information:
Prosody 0.10.2 ============== See upstream's blog post at
https://blog.prosody.im/prosody-0-10-2-security-release/ for a full overview of
the release changes. Prosody 0.10.2 fixes a cross-host authentication
vulnerability, CVE-2018-10847. The issue affects Prosody instances that have
multiple virtual hosts (including anonymous authenticated hosts). All versions
of Prosody before 0.9.14 and 0.10.2 are affected. A full security advisory is
available at https://prosody.im/security/advisory_20180531 Security --------
* mod_c2s: Do not allow the stream ���to��� to change across stream restarts (fixes
#1147) Minor changes ------------- * mod_websocket: Store the request object
on the session for use by other modules (fixes #1153) * mod_c2s: Avoid
concatenating potential nil value (fixes #753) * core.certmanager: Allow all
non-whitespace in service name (fixes #1019) * mod_disco: Skip code specific
to disco on user accounts (avoids invoking usermanager, fixes #1150) *
mod_bosh: Store the normalized hostname on session (fixes #1151) * MUC: Fix
error logged when no persistent rooms present (fixes #1154) Dowstream
---------- * Changed log rotation from weekly/52 to local system defaults
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1584801 - CVE-2018-10847 prosody: cross-host authentication vulnerability
https://bugzilla.redhat.com/show_bug.cgi?id=1584801
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update prosody' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/ht…
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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2018-daf980272e
2018-06-16 18:52:36.626571
--------------------------------------------------------------------------------
Name : lxi-tools
Product : Fedora EPEL 6
Version : 1.20
Release : 1.el6
URL : https://lxi-tools.github.io/
Summary : Tools collection to control LXI enabled instruments
Description :
LXI tools are a collection of open source software tools for GNU/Linux
systems that enable control of LXI enabled instruments such as modern
oscilloscopes, power supplies, spectrum analyzers etc.
--------------------------------------------------------------------------------
Update Information:
lxi-tools v1.20 =============== * Add bash completion for snap * Update
README Add tested instrument Keysight AWG 33612A as tested by Timur Aydin.
* Add const qualifier * Update AUTHORS * Require Lua 5.1 or newer *
Include test dir in distribution * Update Travis * Fix bash completion for
run command * Update basic-tests.lua * Move test directory * Add basic Lua
tests lxi-tools v1.19 =============== * Downgrade to Lua 5.2 * Update
Travis configuration * Add Lua scripting feature to support automation Add
run command which makes it possible to run Lua scripts to support advanced
instrument automation. To run a Lua script simply do: $ lxi run test.lua
The following LXI specific Lua functions are added and made available for use in
the Lua scripts: device = connect(ip) scpi(device, command)
scpi_raw(device, command) msleep(miliseconds) sleep(seconds)
disconnect(device) See src/test/test.lua for a simple Lua script example.
* Update README * Update AUTHORS * Improve regex of rs-hmo-rtb screenshot
plugin Include instruments made with "HAMEG" identifier. * README: Add
sponsors section * lxi-gui: Fix snap build * configure: use pkg-config to
check for Qt5 * lxi-gui: Cleanup Qt5 configuration * Reconfigure R&S
screenshot plugin to BMP * Add RTB2004 to list of tested instruments *
Dmitri Goutnik: Use QT_SELECT value instead of hardcoded QT version lxi-tools
v1.18 =============== * lxi-gui: Add X-axis title to data recorder chart *
lxi-gui: Fix data recorder chart colors and csv export * lxi-gui: Add SCPI
1999.0 commands * lxi-gui: Add data recorder save data feauture Add a save
button which allows to save recorded data to file in CSV format. * lxi:
Increase default discover mDNS timeout * lxi-gui: Optimize data recorder
plotting * lxi-gui: Fix arm snap build * lxi-gui: Print machine type during
qmake build * lxi-gui: Remove *OPT? SCPI command * lxi-gui: Use elapsed real
time in data recorder * lxi-gui: Print SCPI command requests * Add
screenshot support for RTB 2000 * Cleanup timeout handling, etc. * lxi-gui:
Reduce minimum window size * Add support for adding custom Qt qmake arguments
Add QMAKE_ARGUMENTS flag which allows to pass on arguments to qmake when
building lxi-gui. * lxi-gui: Make sure to call QT5 qmake lxi-tools v1.17
=============== * lxi-gui: Add input dialog for *ESE and *SRE commands *
lxi-gui: Fix qmake compile flags * lxi-gui: Start with SCPI page * Add
configure check for Qt5Charts * lxi-gui: Cleanup Name UI elements
accordingly * lxi-gui: Add screenshot live view * Update README screenshot
* lxi-gui: Add ID/IP instrument table header * lxi-gui: Tag as BETA * Update
README Introduce lxi-gui and include screenshot. * Link QT5 Charts
manually To avoid build issue with snap. * lxi-gui: Add data recorder
feature * lxi-gui: Add settings * lxi-gui: Add QT5 source files * lxi-gui:
Introduce responsive layout The lxi-gui application can now automatically
resize to fit any window size. * lxi-gui: Add 'Open in browser' right-click
feature * lxi-gui: Add IEEE 488.2 Common Commands * lxi-gui: Add about
details * lxi-gui: Add screenshot feature * lxi-gui: Add benchmark feature
* Split features into separate files * Update README * Update lxi-gui *
Add keysight-dmm screenshot plugin This plugin supports Keysight Truevolt
digital multimeters. * Set default discover timeout to 1 s * Add
experimental QT5 GUI Can be enabled using configure option --enable-lxi-gui
Requires QT 5.0.0 or newer. * Cleanup * Update Travis lxi-tools v1.16
=============== * Update AUTHORS * Convert tabs to spaces * Remove
experimental label from keysight-ivx plugin Tested with MSO-X 3024T by
ralphrmartin from EEVBlog forum. * Fix keysight-iv2000x plugin Fix header
strip and change image format to BMP. Improve regex. * Fix image format for
rigol-dg4000 plugin * Update completion script * Cleanup * Dmitri Goutnik:
Make code clang friendly lxi-tools v1.15 =============== * Update man page
* Add support for using raw/TCP in benchmark mode Add the option to run
benchmark using raw/TCP. For example: $ lxi benchmark --address 10.0.0.42
--port 5555 --raw Also, cleanup all port handling code and update
documentation accordingly. * Decrease timeout for discover to 2 s lxi-tools
v1.14 =============== * Make screenshot plugin only support Rigol DM3068
Rigol DM3068 is the only DM3000 series digital multimeter that seems to have
screenshot support. * Fix entering interactive mode Regardless of using
--interactive a SCPI command was still required to be provided to enter
interactive mode. * Update AUTHORS * Remove experimental label from Siglent
plugins Thanks to Siglent who helped fix and test all the screenshot plugins
for their instruments. * Cleanup screenshot plugins * Consolidate Rigol DSA
plugins into one * Update README and man page * Support writing screenshot
image to stdout To write screenshot image to stdout simply use '-' as the
output filename. This allows to pipe the screenshot image directly to other
tools for image processing. For example, using imagemagick to automatically
convert captured screenshot image to JPG: $ lxi screenshot -a 10.0.0.42 - |
convert - screenshot.jpg * Cleanup Siglent screenshot plugins * Update
siglent-ssa3000x plugin * Add siglent-sdg plugin * Add siglent-sdm3000
plugin * Move siglent-sds out of experimental * Extend Siglent plugin to
include SDS2000X lxi-tools v1.13 =============== * Update README * Update
SSA3000X capture command * Add completion for benchmark command * Update
AUTHORS * Fix get_device_id() This function was missing a call to
lxi_disconnect() which resulted in some instruments being left hanging when
capturing screenshots. Instruments that presumable only allow one active
connection. * Add benchmark feature This benchmark feature is useful if
you want to compare the VXI-11 request/response performance of your instruments.
By default the benchmark sends 100 SCPI ID requests ("*IDN?" commands) to the
instrument. For each request it waits for and reads the response. When done the
resulting request rate is printed. * Fix screenshot command when using plugin
autodetection The wrong timeout value was passed when trying to autodetect
which screenshot plugin to use. * Cleanup * Fix Rohde & Schwarz HMO 1000
screenshot plugin Fix plugin so that it does not strip off the PNG header of
the PNG image stream. Also, the source files and functions of the plugin is
now named more explicitly according to the name of the instrument series (HMO
1000). * Fix Siglent SSA3000 screenshot plugin
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update lxi-tools' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/ht…
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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2018-10e83b5f2f
2018-06-16 18:52:36.626526
--------------------------------------------------------------------------------
Name : ipmiutil
Product : Fedora EPEL 6
Version : 3.1.1
Release : 1.el6
URL : http://ipmiutil.sourceforge.net
Summary : Easy-to-use IPMI server management utilities
Description :
The ipmiutil package provides easy-to-use utilities to view the SEL,
perform an IPMI chassis reset, set up the IPMI LAN and Platform Event Filter
entries to allow SNMP alerts, Serial-Over-LAN console, event daemon, and
other IPMI tasks.
These can be invoked with the metacommand ipmiutil, or via subcommand
shortcuts as well. IPMIUTIL can also write sensor thresholds, FRU asset tags,
and has a full IPMI configuration save/restore.
An IPMI driver can be provided by either the OpenIPMI driver (/dev/ipmi0)
or the Intel IPMI driver (/dev/imb), etc. If used locally and no driver is
detected, ipmiutil will use user-space direct I/Os instead.
--------------------------------------------------------------------------------
Update Information:
update to upstream 3.1.1, RHBZ# 1560767, 1555891
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1560767 - ipmiutil-3.1.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1560767
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update ipmiutil' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/ht…
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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2018-9267e3d14b
2018-06-16 18:52:36.626549
--------------------------------------------------------------------------------
Name : liblxi
Product : Fedora EPEL 6
Version : 1.13
Release : 1.el6
URL : https://lxi-tools.github.io/
Summary : Library with simple API for communication with LXI devices
Description :
The LXI library (liblxi) is an open source software library for GNU/Linux
systems which offers a simple API for communicating with LXI enabled
instruments. The API allows applications to easily discover instruments on
networks and communicate SCPI commands.
--------------------------------------------------------------------------------
Update Information:
liblxi v1.13 ============ * Fix Sun RPC headers configure check The Sun
RPC headers have been moved out of glibc into a separate library, libtirpc.
Hence, check for glibc headers first and in case that fails search for headers
in libtirpc via pkg-config. * Add const qualifier Because it is the right
thing to do. * Update Travis * Use libtirpc for Sun RPC headers * Move
test directory liblxi v1.12 ============ * Add send/receive sanity checks
* Strip CR from ID response string Fixes corrupted output from 'lxi
discover'. liblxi v1.11 ============ * Fix mDNS/DNS-SD discover feature
liblxi v1.10 ============ * Update Travis * Cleanup * Add --disable-avahi
configure option Makes avahi mandatory unless --disable-avahi is provided.
liblxi v1.9 =========== * Update AUTHORS * Convert tabs to spaces * Make
API usable in C++ As suggested by Dima Kogan, lets wrap the API so that it
is usable in C++. * Only export lxi API specific functions Hide visibility
of internal functions so that only the lxi API specific ones are
exported/visible to applications linking with liblxi. These changes are
applied on behalf of Dima Kogan. * Add discover fallback to request ID via
HTTP/XML If retrieving the instrument ID fails via VXI-11 during discovery
then try to retrieve the ID via the /lxi/identification XML file hosted by some
instruments via HTTP. Adds dependency on libxml2. * Dmitri Goutnik: Make
code clang friendly, fix warnings liblxi v1.8 =========== * Fix
lxi_connect() so it does not apply lock Some instruments fail to lock for
exclusive access when creating a VXI-11 connection. So, to play it safe, we will
simply not try to lock when setting up the connection.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update liblxi' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/ht…
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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2018-1ceee884b4
2018-06-16 18:52:36.626475
--------------------------------------------------------------------------------
Name : prosody
Product : Fedora EPEL 6
Version : 0.10.2
Release : 1.el6
URL : https://prosody.im/
Summary : Flexible communications server for Jabber/XMPP
Description :
Prosody is a flexible communications server for Jabber/XMPP written in Lua.
It aims to be easy to use, and light on resources. For developers it aims
to be easy to extend and give a flexible system on which to rapidly develop
added functionality, or prototype new protocols.
--------------------------------------------------------------------------------
Update Information:
Prosody 0.10.2 ============== See upstream's blog post at
https://blog.prosody.im/prosody-0-10-2-security-release/ for a full overview of
the release changes. Prosody 0.10.2 fixes a cross-host authentication
vulnerability, CVE-2018-10847. The issue affects Prosody instances that have
multiple virtual hosts (including anonymous authenticated hosts). All versions
of Prosody before 0.9.14 and 0.10.2 are affected. A full security advisory is
available at https://prosody.im/security/advisory_20180531 Security --------
* mod_c2s: Do not allow the stream ���to��� to change across stream restarts (fixes
#1147) Minor changes ------------- * mod_websocket: Store the request object
on the session for use by other modules (fixes #1153) * mod_c2s: Avoid
concatenating potential nil value (fixes #753) * core.certmanager: Allow all
non-whitespace in service name (fixes #1019) * mod_disco: Skip code specific
to disco on user accounts (avoids invoking usermanager, fixes #1150) *
mod_bosh: Store the normalized hostname on session (fixes #1151) * MUC: Fix
error logged when no persistent rooms present (fixes #1154) Dowstream
---------- * Changed log rotation from weekly/52 to local system defaults
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1584801 - CVE-2018-10847 prosody: cross-host authentication vulnerability
https://bugzilla.redhat.com/show_bug.cgi?id=1584801
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update prosody' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/ht…
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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2018-119fc0f4e6
2018-06-15 16:30:38.954800
--------------------------------------------------------------------------------
Name : odcs
Product : Fedora EPEL 7
Version : 0.2.6
Release : 1.el7
URL : https://pagure.io/odcs
Summary : The On Demand Compose Service
Description :
The On Demand Compose Service (ODCS) creates temporary composes using Pungi
tool and manages their lifetime. The composes can be requested by external
services or users using the REST API provided by Flask frontend.
--------------------------------------------------------------------------------
Update Information:
Latest upstream. Notably: - https://pagure.io/odcs/pull-request/204
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update odcs' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/ht…
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
--------------------------------------------------------------------------------