--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-8f5093b7ef
2020-03-15 14:00:04.994822
--------------------------------------------------------------------------------
Name : libabigail
Product : Fedora EPEL 6
Version : 1.7
Release : 1.el6
URL : https://sourceware.org/libabigail/
Summary : Set of ABI analysis tools
Description :
The libabigail package comprises seven command line utilities:
abidiff, kmidiff, abipkgdiff, abicompat, abidw, abilint and
fedabipkgdiff. The abidiff command line tool compares the ABI of two
ELF shared libraries and emits meaningful textual reports about
changes impacting exported functions, variables and their types.
Simarly, the kmidiff compares the kernel module interface of two Linux
kernels. abipkgdiff compares the ABIs of ELF binaries contained in
two packages. abicompat checks if a subsequent version of a shared
library is still compatible with an application that is linked against
it. abidw emits an XML representation of the ABI of a given ELF
shared library. abilint checks that a given XML representation of the
ABI of a shared library is correct. fedabipkgdiff interacts with the
Fedora Build System over the internet to let the user compare the ABI
of Fedora packages without having to download them manually.
Install libabigail if you need to compare the ABI of ELF shared
libraries.
--------------------------------------------------------------------------------
Update Information:
Update to upstream 1.7
--------------------------------------------------------------------------------
ChangeLog:
* Tue Feb 25 2020 Dodji Seketeli <dodji(a)redhat.com> - 1.7-1
- Update to upstream 1.7
- Add Koji as BuildRequires
Fixes: RHBZ#1799575
* Thu Mar 28 2019 Dodji Seketeli <dodji(a)seketeli.org> - 1.6-1
- Update to upstream 1.6
- Remove patches:
Support-having-several-debuginfo-search-dirs-for-a-b.patch
Add-a-fail-no-debug-info-to-abidiff.patch
* Mon Nov 12 2018 Dodji Seketeli <dodji(a)redhat.com> - 1.5-2
- Apply patches
Support-having-several-debuginfo-search-dirs-for-a-b.patch and
Add-a-fail-no-debug-info-to-abidiff.patch
* Thu Oct 25 2018 Dodji Seketeli <dodji(a)seketeli.org> - 1.5-1
- Update to upstream 1.5 tarball
* Fri Jul 13 2018 Dodji Seketeli <dodji(a)redhat.com> - 1.4-1
- Update to upstream 1.4
- Merge change to build fedabipkgdiff in Fedora only
* Wed May 16 2018 Dodji Seketeli <dodji(a)redhat.com> - 1.3-1
- Update to upstream 1.3 version
- Make sure to disable python3
* Tue Mar 6 2018 Dodji Seketeli <dodji(a)seketeli.org> - 1.2-1
- Update to upstream 1.2
* Tue Jan 30 2018 Dodji Seketeli <dodji(a)seketeli.org> - 1.1-1
- Update to upstream 1.1
* Wed Nov 22 2017 Dodji Seketeli <dodji(a)seketeli.org> - 1.0-1
- Add missing %{dist} to release.
* Tue Nov 7 2017 Dodji Seketeli <dodji(a)redhat.com> - 1.0-1
- Update to upstream 1.0 tarball
- Adjust tarball_revision and tarball_name macros
- Adjust Release macro
- Added missing build and runtime require 'mailcap' to allow
fedabipkgdiff to detect RPM files
- Update description to account for the new kmidiff tool
- Remove patches that got applied upstream:
0001-A-suppressed-diff-node-implies-suppressing-all-equiv.patch
0001-Bug-20927-Segfault-when-HOME-is-not-set.patch
0001-Fix-aborting-when-reading-.foo-symbols-from-a-ppc64-.patch
- Add kmidiff to the RPM
* Fri Dec 9 2016 Dodji Seketeli <dodji(a)redhat.com> - 1.0-0.8.rc6.4
- Fix upstream bug - Fix aborting when reading .foo symbols from a ppc64 binary
* Mon Dec 5 2016 Dodji Seketeli <dodji(a)redhat.com> - 1.0-0.8.rc6.3
- Fix upstream Bug 20927 - Segfault when abidiff is invoked with $HOME not set
Apply the upstream patch here.
* Sat Nov 26 2016 Dodji Seketeli <dodji(a)redhat.com> - 1.0-0.8.rc6.2
- Fix an issue where some suppressed diff nodes are still visible in change reports
This implies applying upstream patch:
"[PATCH] A suppressed diff node implies suppressing all equivalent nodes too"
* Thu Nov 24 2016 Dodji Seketeli <dodji(a)seketeli.org> - 1.0-0.8.rc6.1
- Update to upstream 1.0.rc6 tarball
- Add pyxdg, rpm-python, koji and python2 as runtime dependencies.
- Add wget as a build and runtime requirement. It's useful for fedabipkgdiff.
- Update package description to mention fedabipkgdiff
* Tue Jun 28 2016 Dodji Seketeli <dodji(a)seketeli.org> - 1.0-0.8.rc5.2
- Add README
* Mon Jun 27 2016 Dodji Seketeli <dodji(a)seketeli.org> - 1.0-0.8.rc5.1
- Update to upstream 1.0.rc5 tarball
- Add new build requires for new fedabipkgdiff tool: python2-devel,
python-argparse, rpm-python, python-mock, koji, pyxdg,
python-unittest2
- Add new %{_bindir}/fedabipkgdiff binary and
%{_libdir}/libabigail/default.abignore configuration file to the set
of distributed files.
- Drop patches that were integrated upstream:
0001-Bug-19961-Distinguish-between-PI-executable-and-shar.patch
0002-Bug-19964-Cannot-load-function-aliases-on-ppc64.patch
* Mon Apr 25 2016 Dodji Seketeli <dodji(a)seketeli.org> - 1.0-0.8.rc4.2
- Fix PIE and ppc64 function aliases handling.
The exact two upstream bugs fixed are:
Bug 19961 - Distinguish between PI executable and shared library
Bug 19964 - Cannot load function aliases on ppc64
The two upstream patches applied are 8944ceb9ef03a4187 and 2529f84ae0e2ca2a
* Sun Apr 17 2016 Dodji Seketeli <dodji(a)seketeli.org> - 1.0-0.8.rc4.1
- Update to upstream 1.0.rc4
- Remove patch fix-test-diff-pkg-patch.txt as it got applied upstream
* Tue Mar 8 2016 Dodji Seketeli <dodji(a)seketeli.org> - 1.0-0.rc3.2
- Fix test-diff-pkg regression test failure due to a race condition.
* Tue Mar 8 2016 Dodji Seketeli <dodji(a)seketeli.org> - 1.0-0.rc3.1
- Update to upstream 1.0.rc3
- Add gcc-c++ as BuildRequires
- Drop the pactches to 1.0.rc2 as they are now integrated upstream in 1.0.rc3
- Measure the time taken by regression tests
* Fri Jan 8 2016 Dodji Seketeli <dodji(a)seketeli.org> - 1.0-0.rc2.2
- Add enum-val-stable-on-32-64-bits-patch
* Fri Jan 8 2016 Dodji Seketeli <dodji(a)seketeli.org> - 1.0-0.rc2.1
- Update to upstream 1.0.rc2
- Build the tests in // if possible
- Add a patch to fix build on el6/g++ 4.4.7
- Drop the previous patches as they got integrated upstream
* Tue Nov 17 2015 Dodji Seketeli <dodji(a)seketeli.org> - 1.0-0.3.rc0
- Fix use of redhat-hardened-ld link script on el6
- Add a patch to avoid using designated initializers in tools/abipkgdiff.cc
- Add a patch to avoid a test failure do to loss of precision of
enumerator values on 32 bits x86.
* Tue Nov 17 2015 Dodji Seketeli <dodji(a)seketeli.org> - 1.0-0.2.rc0
- Update to upstream release 1.0.rc0
- Take a tarball built using make dist now.
- Do not run autoreconf -i anymore, during the build.
- Add redhat-rpm-config to have binaries linked with
/usr/lib/rpm/redhat/redhat-hardened-ld
* Wed Sep 9 2015 Dodji Seketeli <dodji(a)seketeli.org> - 1.0-0.1.20150909git164d17e
- Initial package for upstream git commit hash 164d17e
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update libabigail' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-3b652ce497
2020-03-15 13:45:02.245125
--------------------------------------------------------------------------------
Name : clamav
Product : Fedora EPEL 8
Version : 0.102.2
Release : 3.el8
URL : https://www.clamav.net/
Summary : End-user tools for the Clam Antivirus scanner
Description :
Clam AntiVirus is an anti-virus toolkit for UNIX. The main purpose of this
software is the integration with mail servers (attachment scanning). The
package provides a flexible and scalable multi-threaded daemon, a command
line scanner, and a tool for automatic updating via Internet. The programs
are based on a shared library distributed with the Clam AntiVirus package,
which you can use with your own software. The virus database is based on
the virus database from OpenAntiVirus, but contains additional signatures
(including signatures for popular polymorphic viruses, too) and is KEPT UP
TO DATE.
--------------------------------------------------------------------------------
Update Information:
Add missingok to clamav-update logrotate file,
--------------------------------------------------------------------------------
ChangeLog:
* Sat Feb 29 2020 Orion Poplawski <orion(a)nwra.com> - 0.102.2-3
- Add missingok to clamav-update.logrotate (bz#1807701)
* Mon Feb 10 2020 Orion Poplawski <orion(a)nwra.com> - 0.102.2-2
- Keep /var/log/freshclam.log handling - can still be used
- Restore clamav-server provides (bz#1801329)
- Fix old_freshclam cron conditional (bz#1801199)
* Sun Feb 9 2020 Orion Poplawski <orion(a)nwra.com> - 0.102.2-1
- Update to 0.102.2
- Drop supporting deprecated options for F32+ and EL8+
- Drop old umask patch
* Sun Feb 9 2020 Orion Poplawski <orion(a)nwra.com> - 0.101.5-10
- Re-add clamav-update.cron (bz#1800226)
- Add conditional old_freshclam
* Tue Feb 4 2020 S��rgio Basto <sergio(a)serjux.com> - 0.101.5-9
- Add a message warning that We now provide clamav-freshclam.service systemd
unit instead old scripts
* Tue Jan 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.101.5-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Jan 27 2020 S��rgio Basto <sergio(a)serjux.com> - 0.101.5-7
- More cleanups
- Remove llvm-glibc.patch (upstream already fixed it)
- Comment "Example" in scan.conf to make clamd(a)scan.service works without editing
- Improve description of clamav-update
* Sun Jan 26 2020 S��rgio Basto <sergio(a)serjux.com> - 0.101.5-6
- Fix clamd scriplets on update and add scriplets for clamav-freshclam.service
* Fri Jan 24 2020 S��rgio Basto <sergio(a)serjux.com> - 0.101.5-5
- Improve upgrade path
- Get rid of pkgdatadir variable
- Use upstream freshclam systemd unit file, remove freshclam-sleep
- Get rid of /var/log/freshclam.log variable
- Get rid of smartsubst function
* Fri Jan 17 2020 S��rgio Basto <sergio(a)serjux.com> - 0.101.5-4
- Fix scriplets (#1788338)
* Tue Dec 17 2019 S��rgio Basto <sergio(a)serjux.com> - 0.101.5-3
- Remove old init scripts and use systemd
* Tue Dec 17 2019 Orion Poplawski <orion(a)nwra.com> - 0.101.5-2
- Allow building --with unrar again (bz#1782638)
* Sat Nov 23 2019 Orion Poplawski <orion(a)nwra.com> - 0.101.5-1
- Update to 0.101.5 (CVE-2019-15961) (bz#1775550)
* Mon Nov 18 2019 Orion Poplawski <orion(a)nwra.com> - 0.101.4-3
- Drop clamd(a)scan.service file (bz#1725810)
- Change /var/run to /run
* Mon Nov 18 2019 Orion Poplawski <orion(a)nwra.com> - 0.101.4-2
- Add TimeoutStartSec=420 to clamd@.service to match upstream (bz#1764835)
* Thu Aug 22 2019 Orion Poplawski <orion(a)nwra.com> - 0.101.4-1
- Update to 0.101.4
* Wed Aug 7 2019 Orion Poplawski <orion(a)nwra.com> - 0.101.3-1
- Update to 0.101.3
- Fix permissions on freshclam.conf (bugz#1733112)
* Wed Jul 24 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.101.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Jun 30 2019 S��rgio Basto <sergio(a)serjux.com> - 0.101.2-2
- One year later we may remove pakages workaround of clamav-milter-systemd,
clamav-scanner-systemd and clamav-server-systemd, before I forget it was one
workaround to allow migration of service without stop it and disable it
(#1583599).
* Thu Mar 28 2019 S��rgio Basto <sergio(a)serjux.com> - 0.101.2-1
- Update to 0.101.2
* Thu Jan 31 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.101.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Jan 10 2019 S��rgio Basto <sergio(a)serjux.com> - 0.101.1-1
- Update to 0.101.1
* Thu Jan 3 2019 Orion Poplawski <orion(a)nwra.com> - 0.101.0-3
- Actually apply patch
* Thu Jan 3 2019 Orion Poplawski <orion(a)nwra.com> - 0.101.0-2
- Explicitly list sonames to catch soname bumps
- Backport header fix (bug #1663011)
* Thu Dec 13 2018 Orion Poplawski <orion(a)nwra.com> - 0.101.0-1
- Update to 0.101.0
- Add %license
- pdf docs replaced with html
* Thu Oct 4 2018 S��rgio Basto <sergio(a)serjux.com> - 0.100.2-2
- Revert unwanted committed parts of commit "clean whitespace"
* Thu Oct 4 2018 S��rgio Basto <sergio(a)serjux.com> - 0.100.2-1
- Update to 0.100.2
- Fix logrotate example (#1610735)
- Improve clamd@.service (enter in commit "clean whitespace" by mistake sorry)
* Mon Jul 30 2018 S��rgio Basto <sergio(a)serjux.com> - 0.100.1-4
- Change the default location of configuration files in clamconf, binaries and
man pages, replacing with our default packaging (#859339).
* Sun Jul 29 2018 S��rgio Basto <sergio(a)serjux.com> - 0.100.1-3
- Modify group of /var/run/clamd.scan to virusgroup
- Add some SELinux notes from (#787434)
- Drop pointless clamav-0.99.1-setsebool.patch
- Drop conditionalized build of noarch
* Thu Jul 12 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.100.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Jul 11 2018 S��rgio Basto <sergio(a)serjux.com> - 0.100.1-1
- Update to 0.100.1
* Mon Jul 2 2018 S��rgio Basto <sergio(a)serjux.com> - 0.100.0-3
- Remove sub-package clamav-data-empty
- Also remove conflicts between clamav-data and clamav-data-empty
* Sun Jun 3 2018 S��rgio Basto <sergio(a)serjux.com> - 0.100.0-2
- Try to mitigate bug #1583599
- Move comments one line (to read before starting the scriptlet)
- clamav-milter could work without clamd and without sendmail (#1583599)
- Get rid of provides/requires with updateuser, virusgroup, scanuser and
milteruser and just simply require clamav-filesystem
* Mon May 28 2018 Robert Scheck <robert(a)fedoraproject.org> - 0.100.0-1
- Upgrade to 0.100.0 (#1565381)
* Wed Mar 21 2018 S��rgio Basto <sergio(a)serjux.com> - 0.99.4-3
- Fix data-empty sub-package (ghost the correct files)
- Add Obsoletes systemd sub-packages
* Mon Mar 12 2018 S��rgio Basto <sergio(a)serjux.com> - 0.99.4-2
- Revert fix for llvm, build using -std=gnu++98 (#1307378)
- Revert CFLAG assignment in commmit a4a6d252 (made in 2006)
- BR systemd-devel to fix detection in configure.
- Disable llvm in ppc64 (#1534071)
- "Disable llvm will use the internal bytecode interpreter rather than the llvm
jit", so drop bytecode build condition and use condional on enable or disable
llvm.
* Fri Mar 2 2018 Orion Poplawski <orion(a)nwra.com> - 0.99.4-1
- Update to 0.99.4
- Security fixes CVE-2012-6706 CVE-2017-6419 CVE-2017-11423 CVE-2018-1000085
CVE-2018-0202
* Tue Feb 13 2018 S��rgio Basto <sergio(a)serjux.com> - 0.99.3-7
- Remove sub-packages sysvinit, upstart and systemd to be more compatible with
el6 .
- Remove provides/obsoletes for very old sub-packges clamav-milter-core,
clamav-milter-sendmail and clamav-milter-core
- Call server and scanner sub-packages as clamd (el6 compatible and as uppstream
call it)
- clamav-data provides clamav-db (el6 compatible)
- Explicitly enable-id-check and enable-dns in configure (as in el6).
- Add missing build-time requirement pcre2-devel (it misses in el6 at least)
* Fri Feb 9 2018 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.99.3-6
- Escape macros in %changelog
* Wed Feb 7 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.99.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sat Feb 3 2018 S��rgio Basto <sergio(a)serjux.com> - 0.99.3-4
- Last Epel 7 macro already have systemctl daemon-reload, reverting 0.99.3-3 release
- Remove BR _includedir/tcpd.h due:
https://fedoraproject.org/wiki/Changes/Deprecate_TCP_wrappers
* Wed Jan 31 2018 S��rgio Basto <sergio(a)serjux.com> - 0.99.3-3
- Use systemctl daemon-reload because we change services and epel7 seems not
reload services and break conditional restart.
* Wed Jan 31 2018 S��rgio Basto <sergio(a)serjux.com>
- Fix and organize systemd scriptlets, clamd@.service missed systemd_preun macro
and had a wrong systemd_postun_with_restart
- Remove triggerin macros that aren't need it anymore
- Fix scriplet
- Organize startup scriptlets
- Exclude one file listed twice
* Fri Jan 26 2018 Orion Poplawski <orion(a)nwra.com> - 0.99.3-1
- Update to 0.99.3
- Security fixes CVE-2017-12374 CVE-2017-12375 CVE-2017-12376 CVE-2017-12377
CVE-2017-12378 CVE-2017-12379 CVE-2017-12380 (bug #1539030)
- Drop clamav-notify-servers and it's dependency on ncat (bug #1530678)
* Wed Jan 17 2018 S��rgio Basto <sergio(a)serjux.com> - 0.99.2-18
- Fix type of clamd@ service
- Fix packages name of Obsoletes directives
- Also fix type of clamav-milter.service
* Thu Jan 11 2018 S��rgio Basto <sergio(a)serjux.com> - 0.99.2-17
- Security fixes CVE-2017-6420 (#1483910), CVE-2017-6418 (#1483908)
* Tue Jan 9 2018 S��rgio Basto <sergio(a)serjux.com> - 0.99.2-16
- Make sure that Obsoletes sysv and upstart for Epel upgrade and update
* Mon Jan 8 2018 S��rgio Basto <sergio(a)serjux.com> - 0.99.2-15
- Fix rundir path (#1126595)
- Update main.cvd, daily.cvd and bytecode.cvd
- Fixes for rhbz 1464269 and rhbz 1126625
- Move Sources and BuildRequires to the beginning
- Build systemd for F22+ and el7+
- Build sysv and upstart for el6 else build only sysv
- Only enable tmpfiles with systemd enabled
- Move descritions to near the package macro and remove his build
conditionals, this also fix the generation of src.rpm
- Remove hack from 2010 (git show e1a9be60)
- Use autoreconf without --force
* Thu Jan 4 2018 S��rgio Basto <sergio(a)serjux.com> - 0.99.2-14
- Use 4 spaces instead tabs
- Fix rhbz #1530678
- Fix rhbz #1518016
- Simplify conditional builds reference: /usr/lib/rpm/macros
- use make_build and make install macros
* Sun Nov 26 2017 Robert Scheck <robert(a)fedoraproject.org> - 0.99.2-13
- Backported upstream patch to unbreak e2guardian vs. temp files
* Fri Sep 15 2017 S��rgio Basto <sergio(a)serjux.com> - 0.99.2-12
- Try fix rhbz #1473642
* Wed Aug 2 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.99.2-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.99.2-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Mon Jul 17 2017 S��rgio Basto <sergio(a)serjux.com> - 0.99.2-9
- Add patch for openssl-1.1
* Mon Mar 27 2017 Orion Poplawski <orion(a)cora.nwra.com> - 0.99.2-8
- Create virusgroup group and add the various clam* users to it
* Sun Mar 26 2017 Orion Poplawski <orion(a)cora.nwra.com> - 0.99.2-7
- Fix clamav-milter startup under selinux (bug #1434176)
- Move /etc/clam.d to clamav-filesystem (bug #1275630)
- Make clamav-milter own /etc/mail (bug #1175473)
* Sun Mar 26 2017 Orion Poplawski <orion(a)cora.nwra.com> - 0.99.2-6
- Start clamav-milter after clamd@scan (bug #1356507))
* Sun Mar 26 2017 Orion Poplawski <orion(a)cora.nwra.com> - 0.99.2-5
- Allow freshclam to run automatically on install (bug #1408649)
* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.99.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Nov 7 2016 Richard W.M. Jones <rjones(a)redhat.com> - 0.99.2-3
- Rebuild for OCaml 4.04.0.
* Tue Oct 18 2016 Orion Poplawski <orion(a)cora.nwra.com> - 0.99.2-2
- Also send logrotate script stdout to /dev/null (bug #1376815)
* Mon Jun 13 2016 Orion Poplawski <orion(a)cora.nwra.com> - 0.99.2-1
- Update to 0.99.2
- Drop cliopts patch fixed upstream, use upstream's "--forground" option name
- Fix main.cvd (fedora #1325482, epel #1325717)
- Own bytecode.cld (#1176252) and mirrors.dat, ship bytecode.cvd
- Update daily.cvd
- Fixup Requires(pre) usage (#1319151)
* Tue Mar 29 2016 Robert Scheck <robert(a)fedoraproject.org> - 0.99.1-1
- Upgrade to 0.99.1 and updated main.cvd and daily.cvd (#1314115)
- Complain about antivirus_use_jit rather clamd_use_jit (#1295473)
* Tue Mar 29 2016 Robert Scheck <robert(a)fedoraproject.org> - 0.99-4
- Link using %{?__global_ldflags} for hardened builds (#1321173)
- Build using -std=gnu++98 (#1307378, thanks to Yaakov Selkowitz)
* Wed Feb 3 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.99-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Sun Dec 6 2015 Robert Scheck <robert(a)fedoraproject.org> - 0.99-2
- Require openssl-devel for clamav-devel
- Change clamav-milter unit for upstream changes (#1287795)
* Wed Dec 2 2015 Robert Scheck <robert(a)fedoraproject.org> - 0.99-1
- Upgrade to 0.99 and updated daily.cvd (#1287327)
* Tue Jun 30 2015 Robert Scheck <robert(a)fedoraproject.org> - 0.98.7-3
- Move /etc/tmpfiles.d/ to /usr/lib/tmpfiles.d/ (#1126595)
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.98.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Apr 29 2015 Robert Scheck <robert(a)fedoraproject.org> - 0.98.7-1
- Upgrade to 0.98.7 and updated daily.cvd (#1217014)
* Tue Mar 10 2015 Adam Jackson <ajax(a)redhat.com> 0.98.6-2
- Drop sysvinit subpackages in F23+
* Thu Jan 29 2015 Robert Scheck <robert(a)fedoraproject.org> - 0.98.6-1
- Upgrade to 0.98.6 and updated daily.cvd (#1187050)
* Wed Nov 19 2014 Robert Scheck <robert(a)fedoraproject.org> - 0.98.5-2
- Corrected summary of clamav-server-systemd package (#1165672)
* Wed Nov 19 2014 Robert Scheck <robert(a)fedoraproject.org> - 0.98.5-1
- Upgrade to 0.98.5 and updated daily.cvd (#1138101)
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.98.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 21 2014 Robert Scheck <robert(a)fedoraproject.org> - 0.98.4-1
- Upgrade to 0.98.4 and updated daily.cvd (#1111811)
- Add build requirement to libxml2 for DMG, OpenIOC and XAR
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.98.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sat May 10 2014 Robert Scheck <robert(a)fedoraproject.org> - 0.98.3-1
- Upgrade to 0.98.3 and updated daily.cvd (#1095614)
- Avoid automatic path detection breakage regarding curl
- Added build requirement to openssl-devel for hasing code
- Added clamsubmit to main package
* Wed Jan 15 2014 Robert Scheck <robert(a)fedoraproject.org> - 0.98.1-1
- Upgrade to 0.98.1 and updated daily.cvd (#1053400)
* Wed Oct 9 2013 Dan Hor��k <dan[at]danny.cz> - 0.98-2
- Use fanotify from glibc instead of the limited hand-crafted version
* Sun Oct 6 2013 Robert Scheck <robert(a)fedoraproject.org> - 0.98-1
- Upgrade to 0.98 and updated main.cvd and daily.cvd (#1010168)
* Wed Aug 7 2013 Pierre-Yves Chibon <pingou(a)pingoured.fr> - 0.97.8-4
- Add a missing requirement on crontabs to spec file
- Fix RHBZ#988605
* Sat Aug 3 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.97.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu May 2 2013 Nick Bebout <nb(a)fedoraproject.org> - 0.97.8-1
- Update to 0.97.8
* Wed Apr 10 2013 Jon Ciesla <limburgher(a)gmail.com> - 0.97.7-2
- Migrate from fedora-usermgmt to guideline scriptlets.
* Sat Mar 23 2013 Nick Bebout <nb(a)fedoraproject.org> - 0.97.7-1
- Update to 0.97.7
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.97.6-1901
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Sep 22 2012 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.97.6-1900
- updated to 0.97.6
- use %systemd macros
* Tue Aug 14 2012 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.97.5-1900
- disabled upstart support
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.97.5-1801
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jun 16 2012 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.97.5-1800
- updated to 0.97.5
- CVE-2012-1457: allows to bypass malware detection via a TAR archive
entry with a length field that exceeds the total TAR file size
- CVE-2012-1458: allows to bypass malware detection via a crafted
reset interval in the LZXC header of a CHM file
- CVE-2012-1459: allows to bypass malware detection via a TAR archive
entry with a length field corresponding to that entire entry, plus
part of the header of the next entry
- ship local copy of virus database; it was removed by accident from
0.97.5 tarball
- removed sysv compat stuff
* Fri Apr 13 2012 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.97.4-1801
- build with -fPIE
* Fri Mar 16 2012 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.97.4-1800
- updated to 0.97.4
* Sun Feb 5 2012 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.97.3-1703
- fixed SELinux restorecon invocation
- added trigger to fix SELinux contexts of logfiles created by old
packages
- fixed build with recent gcc/glibc toolchain
* Sat Jan 21 2012 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.97.3-1703
- rewrote clamav-notify-servers to be init system neutral
- set PrivateTmp systemd option (#782488)
* Sun Jan 8 2012 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.97.3-1702
- set correct SELinux context for logfiles generated in %post (#754555)
- create systemd tmpfiles in %post
- created -server-systemd subpackage providing a clamd@.service template
- made script in -scanner-systemd an instance of clamd@.service
* Tue Oct 18 2011 Nick Bebout <nb(a)fedoraproject.org> - 0.97.3-1700
- updated to 0.97.3
- CVE-2011-3627 clamav: Recursion level crash fixed in v0.97.3
* Thu Aug 4 2011 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.97.2-1700
- moved sysv wrapper script into -sysv subpackage
- start systemd services after network.target and nss-lookup.target
* Tue Jul 26 2011 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.97.2-1600
- updated to 0.97.2
- CVE-2011-2721 Off-by-one error by scanning message hashes (#725694)
- fixed systemd scripts and their installation
* Thu Jun 9 2011 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.97.1-1600
- updated to 0.97.1
- fixed Requires(preun) vs. Requires(postun) inconsistency
* Sat Apr 23 2011 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.97-1601
- fixed tmpfiles.d syntax (#696812)
* Sun Feb 20 2011 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.97-1600
- updated to 0.97
- rediffed some patches
* Tue Feb 8 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.96.5-1503
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Sat Jan 8 2011 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.96.5-1502
- fixed signal specifier in clamd-wrapper (#668131, James Ralston)
* Fri Dec 24 2010 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.96.5-1501
- added systemd init scripts which obsolete to old sysvinit ones
- added tmpfiles.d/ descriptions
* Sat Dec 4 2010 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.96.5-1500
- updated to 0.96.5
- CVE-2010-4260 Multiple errors within the processing of PDF files can
be exploited to e.g. cause a crash.
- CVE-2010-4261 An off-by-one error within the "icon_cb()" function
can be exploited to cause a memory corruption.
* Sun Oct 31 2010 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.96.4-1500
- updated to 0.96.4
- execute 'make check' (#640347) but ignore errors for now because
four checks are failing on f13
* Wed Sep 29 2010 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.96.3-1501
- lowered stop priority of sysv initscripts (#629435)
* Wed Sep 22 2010 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.96.3-1500
- updated to 0.96.3
- fixes CVE-2010-0405 in shipped bzlib.c copy
* Sun Aug 15 2010 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.96.2-1500
- updated to 0.96.2
- rediffed patches
- removed the -jit-disable patch which is replaced upstream by a more
detailed configuration option.
* Wed Aug 11 2010 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de>
- removed old %trigger which renamed the 'clamav' user- and groupnames
to 'clamupdate'
- use 'groupmems', not 'usermod' to add a user to a group because
'usermod' does not work when user does not exist in local /etc/passwd
* Tue Jul 13 2010 Dan Hor��k <dan[at]danny.cz> - 0.96.1-1401
- ocaml not available (at least) on s390(x)
* Tue Jun 1 2010 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.96.1-1400
- updated to 0.96.1
- rediffed patches
* Sat May 29 2010 Rakesh Pandit <rakesh(a)fedoraproject.org> - 0.96.1403
- CVE-2010-1639 Clam AntiVirus: Heap-based overflow, when processing malicious PDF file(s)
* Wed Apr 21 2010 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.96-1402
- updated to final 0.96
- applied upstream patch which allows to disable JIT compiler (#573191)
- build JIT compiler again
- disabled JIT compiler by default
- removed explicit 'pkgconfig' requirements in -devel (#533956)
* Sat Mar 20 2010 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.96-0.1401.rc1
- do not build the bytecode JIT compiler for now until it can be disabled
at runtime (#573191)
* Thu Mar 11 2010 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.96-1400.rc1
- updated to 0.96rc1
- added some BRs
* Sun Dec 6 2009 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.95.3-1301
- updated -upstart to upstart 0.6.3
* Sat Nov 21 2009 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de>
- adjusted chkconfig positions for clamav-milter (#530101)
- use %apply instead of %patch
* Thu Oct 29 2009 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.95.3-1300
- updated to 0.95.3
* Sun Sep 13 2009 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de>
- conditionalized build of noarch subpackages to ease packaging under RHEL5
* Sun Aug 9 2009 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.95.2-5
- modified freshclam configuration to log by syslog by default
- disabled LocalSocket option in sample configuration
- fixed clamav-milter sysv initscript to use bash interpreter and to
be disabled by default
* Sat Aug 8 2009 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.95.2-4
- renamed 'clamav' user/group to 'clamupdate'
- add the '%milteruser' user to the '%scanuser' group when the -scanner
subpackage is installed
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.95.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Jun 11 2009 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.95.2-1
- updated to 0.95.2
* Sun Apr 19 2009 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.95.1-3
- fixed '--without upstart' operation
* Wed Apr 15 2009 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.95.1-2
- added '%bcond_without upstart' conditional to ease skipping of
-upstart subpackage creation e.g. on EL5 systems
- fixed Provides/Obsoletes: typo in -milter-sysvinit subpackage which
broke update path
* Fri Apr 10 2009 Robert Scheck <robert(a)fedoraproject.org> - 0.95.1-1
- Upgrade to 0.95.1 (#495039)
* Wed Mar 25 2009 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.95-1
- updated to final 0.95
- added ncurses-devel (-> clamdtop) BR
- enforced IPv6 support
* Sun Mar 8 2009 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.95-0.1.rc1
- updated to 0.95rc1
- added -upstart subpackages
- renamed -sysv to -sysvinit to make -upstart win the default dep resolving
- reworked complete milter stuff
- added -scanner subpackage which contains a preconfigured daemon
(e.g. for use by -milter)
- moved %changelog entries from 2006 and before into ChangeLog-rpm.old
* Wed Feb 25 2009 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.94.2-3
- made some subpackages noarch
- fixed typo in SysV initscript which removes 'touch' file (#473513)
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.94.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Dec 2 2008 Robert Scheck <robert(a)fedoraproject.org> - 0.94.2-1
- Upgrade to 0.94.2 (#474002)
* Wed Nov 5 2008 Robert Scheck <robert(a)fedoraproject.org> - 0.94.1-1
- Upgrade to 0.94.1
* Sun Oct 26 2008 Robert Scheck <robert(a)fedoraproject.org> - 0.94-1
- Upgrade to 0.94 (SECURITY), fixes #461461:
- CVE-2008-1389 Invalid memory access in the CHM unpacker
- CVE-2008-3912 Out-of-memory NULL pointer dereference in mbox/msg
- CVE-2008-3913 Memory leak in code path in freshclam's manager.c
- CVE-2008-3914 Multiple file descriptor leaks on the code paths
* Sun Jul 13 2008 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.93.3-1
- updated to 0.93.3; another fix for CVE-2008-2713 (out-of-bounds read
on petite files)
- put pid instead of pgrp into pidfile of clamav-milter (bz #452359)
- rediffed patches
* Tue Jun 17 2008 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.93.1-1
- updated to 0.93.1
- rediffed -path patch
- CVE-2008-2713 Invalid Memory Access Denial Of Service Vulnerability
* Mon Apr 14 2008 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.93-1
- updated to final 0.93
- removed daily.inc + main.inc directories; they are now replaced by
*.cld containers
- trimmed down MAILTO list of cronjob to 'root' again; every well
configured system has an alias for this recipient
* Wed Mar 12 2008 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.93-0.1.rc1
- moved -milter scriptlets into -milter-core subpackage
- added a requirement on the milteruser to the -milter-sendmail
subpackage (reported by Bruce Jerrick)
* Tue Mar 4 2008 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.93-0.0.rc1
- updated to 0.93rc1
- fixed rpath issues
* Mon Feb 11 2008 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.92.1-1
- updated to 0.92.1
* Tue Jan 1 2008 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.92-6
- redisabled unrar stuff completely by using clean sources
- splitted -milter subpackage into pieces to allow use without sendmail
(#239037)
* Tue Jan 1 2008 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.92-5
- use a better way to disable RPATH-generation (needed for '--with
unrar' builds)
* Mon Dec 31 2007 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.92-4
- added a README.fedora to the milter package (#240610)
- ship original sources again; unrar is now licensed correctly (no more
stolen code put under GPL). Nevertheless, this license is not GPL
compatible, and to allow libclamav to be used by GPL applications,
unrar is disabled by a ./configure switch.
- use pkg-config in clamav-config to emulate --cflags and --libs
operations (fixes partly multilib issues)
- registered some more auto-updated files and marked them as %ghost
* Fri Dec 21 2007 Tom "spot" Callaway <tcallawa(a)redhat.com> - 0.92-3
- updated to 0.92 (SECURITY):
- CVE-2007-6335 MEW PE File Integer Overflow Vulnerability
* Mon Oct 29 2007 Tom "spot" Callaway <tcallawa(a)redhat.com> - 0.91.2-3
- remove RAR decompression code from source tarball because of
legal problems (resolves 334371)
- correct license tag
* Mon Sep 24 2007 Jesse Keating <jkeating(a)redhat.com> - 0.91.2-2
- Bump release for upgrade path.
* Sat Aug 25 2007 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.91.2-1
- updated to 0.91.2 (SECURITY):
- CVE-2007-4510 DOS in RTF parser
- DOS in html normalizer
- arbitrary command execution by special crafted recipients in
clamav-milter's black-hole mode
- fixed an open(2) issue
* Tue Jul 17 2007 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.91.1-0
- updated to 0.91.1
* Thu Jul 12 2007 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.91-1
- updated to 0.91
* Thu May 31 2007 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.90.3-1
- updated to 0.90.3
- BR tcpd.h instead of tcp_wrappers(-devel) to make it build both
in FC6- and F7+
* Fri Apr 13 2007 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.90.2-1
- [SECURITY] updated to 0.90.2; fixes CVE-2007-1745, CVE-2007-1997
* Fri Mar 2 2007 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.90.1-2
- BR 'tcp_wrappers-devel' instead of plain 'tcp_wrappers'
* Fri Mar 2 2007 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.90.1-1
- updated to 0.90.1
- updated %doc list
* Sun Feb 18 2007 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.90-1
- updated to final 0.90
- removed -visibility patch since fixed upstream
* Sun Feb 4 2007 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.90-0.3.rc3
- build with -Wl,-as-needed and cleaned up pkgconfig file
- removed old hack which forced installation of freshclam.conf; related
check was removed upstream
- removed static library
- removed %changelog entries from before 2004
* Sat Feb 3 2007 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 0.90-0.2.rc3
- updated to 0.90rc3
- splitted mandatory parts from the data-file into a separate -filesystem
subpackage
- added a -data-empty subpackage to allow a setup where database is
updated per cron-job and user does not want to download the large
-data package with outdated virus definitations (#214949)
- %ghost'ed the files downloaded by freshclam
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1807701 - daily clamav-update logrotate error
https://bugzilla.redhat.com/show_bug.cgi?id=1807701
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update clamav' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-7edbd1ef8a
2020-03-15 13:45:02.245095
--------------------------------------------------------------------------------
Name : zsh-syntax-highlighting
Product : Fedora EPEL 8
Version : 0.7.1
Release : 1.el8
URL : https://github.com/zsh-users/zsh-syntax-highlighting
Summary : Fish shell like syntax highlighting for Zsh
Description :
This package provides syntax highlighting for the shell zsh. It enables
highlighting of commands whilst they are typed at a zsh prompt into an
interactive terminal. This helps in reviewing commands before running them,
particularly in catching syntax errors.
--------------------------------------------------------------------------------
Update Information:
Update to 0.7.1
--------------------------------------------------------------------------------
ChangeLog:
* Sat Feb 29 2020 Michael Kuhn <suraia(a)fedoraproject.org> - 0.7.1-1
- Update to 0.7.1
* Fri Jan 31 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Jul 27 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Feb 3 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Fri Feb 9 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sat Sep 2 2017 Michael Kuhn <suraia(a)fedoraproject.org> - 0.6.0-1
- Update to 0.6.0
* Thu Jul 27 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sat Oct 29 2016 Michael Kuhn <suraia(a)fedoraproject.org> - 0.5.0-1
- Update to 0.5.0
* Mon Aug 29 2016 Michael Kuhn <suraia(a)fedoraproject.org> - 0.4.1-1
- Initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1790134 - zsh-syntax-highlighting-0.7.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1790134
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update zsh-syntax-highlighting' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-3abab182cd
2020-03-15 13:45:02.239872
--------------------------------------------------------------------------------
Name : nfdump
Product : Fedora EPEL 8
Version : 1.6.19
Release : 1.el8
URL : https://github.com/phaag/nfdump
Summary : NetFlow collecting and processing tools
Description :
Nfdump is a set of tools to collect and process NetFlow data. It's fast and has
a powerful filter pcap like syntax. It supports NetFlow versions v1, v5, v7, v9
and IPFIX as well as a limited set of sflow. It includes support for CISCO ASA
(NSEL) and CISCO NAT (NEL) devices which export event logging records as v9
flows. Nfdump is fully IPv6 compatible.
--------------------------------------------------------------------------------
Update Information:
2020-02-22 - Release 1.6.19 2020-02-16 - Add Source security group tag (SGT
34000) issue #192 - Modify heuristic for bidir flows #59 - Add Push for new sgt
tag. 2020-02-09 - Cleanup unused nffile records. Add nffileV2.h 2020-02-02 -
Fix various compiler warnings and automake issues 2020-02-01 - Remove external
global vars - Set verbose logging off by default in non daemon mode - Fix make
check 2020-01-31 - Remove old legacy records 2020-01-29 - Major code
rearrangement in order to prepare for futur versions of nfdump Move extension
definitions into extension files nfx.h Move exporter definition into
extension.h nffile.h should only contain nffile data block handlich
definitions 2020-01-26 - Fix compile error for FreeBSD #203 - Cleanup header
code - add new filter.h - free nfdump.h from dust - More code cleanup - delete
nf_common - add output_fmt 2020-01-11 - Fix bug for IPv6 network cidr
representation in raw and cvs output mode. 2019-12-05 - Remove unused old
code. Fix for #197 2019-12-04 - Fix bidir export issues. Cleanup code. Fix for
#195 2019-11-17 - Enable small time intervals < 60s. - #185 - Cleanup old code
2019-11-09 - Fix minor nfpcapd issues - Fix gcc compile issue 2019-11-08 -
Fix corrupt file handling #193 2019-11-03 - More code cleanup. Move code to
dedicated files. 2019-10-28 - Restructure code for output into separate files.
- Cleanup old code. - Fix bug #189 - valid json output - Fix issue #190. Add
compile time option for JunOS. 2019-09-01 - Cleanup configure.ac 2019-08-31
- Fix various c11 compile issues - Cleanup old compat15 comments 2019-08-24 -
Add vlan tags dot1qVlanId, 243, 254 - #182 - Fix sflow issue with Arista
switches 2019-08-19 - Fix ft2nfdump next hop and ip router fields 2019-08-16
- Cleanup and fix IPv6 network display in war records. 2019-08-14 - Fix
compile issues - Fix output buffer size for lzo1x_decompress_safe() 2019-08-07
- Fix VerifyExtensionMap #179 2019-08-06 - Fix compile errors
--------------------------------------------------------------------------------
ChangeLog:
* Fri Feb 28 2020 Denis Fateyev <denis(a)fateyev.com> - 1.6.19-1
- Update to version 1.6.19
* Wed Jan 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Aug 14 2019 Denis Fateyev <denis(a)fateyev.com> - 1.6.18-1
- Update to version 1.6.18
* Thu Jul 25 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.17-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Feb 1 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.17-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.17-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sat Apr 28 2018 Denis Fateyev <denis(a)fateyev.com> - 1.6.17-1
- Update to version 1.6.17
* Thu Feb 8 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.15-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Aug 3 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.15-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.15-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.15-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed Jun 29 2016 Denis Fateyev <denis(a)fateyev.com> - 1.6.15-2
- Remove extra debug output option
* Sat Jun 11 2016 Denis Fateyev <denis(a)fateyev.com> - 1.6.15-1
- Update to version 1.6.15
* Thu Feb 4 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.13-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.6.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sun Apr 26 2015 Denis Fateyev <denis(a)fateyev.com> - 1.6.13-1
- Update to version 1.6.13
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.6.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.6.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sat May 3 2014 Denis Fateyev <denis(a)fateyev.com> - 1.6.12-1
- Update to version 1.6.12
* Wed Feb 5 2014 Denis Fateyev <denis(a)fateyev.com> - 1.6.11-1
- Initial Fedora RPM release
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1806188 - nfdump-1.6.19 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1806188
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nfdump' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-fe044f4a01
2020-03-15 13:45:02.239858
--------------------------------------------------------------------------------
Name : scitokens-cpp
Product : Fedora EPEL 8
Version : 0.5.0
Release : 1.el8
URL : https://github.com/scitokens/scitokens-cpp
Summary : C++ Implementation of the SciTokens Library
Description :
C++ Implementation of the SciTokens Library
--------------------------------------------------------------------------------
Update Information:
Add API for retrieving string list attributes
--------------------------------------------------------------------------------
ChangeLog:
* Fri Feb 28 2020 Derek Weitzel <dweitzel(a)unl.edu> - 0.5.0-1
- Add API for retrieving string list attributes
* Fri Nov 8 2019 Derek Weitzel <dweitzel(a)unl.edu> - 0.4.0-1
- Add support for WLCG profile
* Fri Nov 8 2019 Derek Weitzel <dweitzel(a)unl.edu> - 0.3.5-1
- Fix EC public key handling
* Wed Sep 18 2019 Derek Weitzel <dweitzel(a)unl.edu> - 0.3.4-1
- Fix bugs for support with IAM
* Thu Aug 1 2019 Derek Weitzel <dweitzel(a)unl.edu> - 0.3.3-3
- Update the packaging to bring it line with EPEL (fedora) guidelines
* Tue Jul 30 2019 Derek Weitzel <dweitzel(a)unl.edu> - 0.3.3-2
- Change the Source URL
- Use make_build in the packaging
* Thu Jul 25 2019 Derek Weitzel <dweitzel(a)unl.edu> - 0.3.3-1
- Merge OSG changes
- Use a newer, still supported version of devtoolset
- Fix bug in verifying EC signed tokens #13
* Thu Jul 25 2019 Derek Weitzel <dweitzel(a)unl.edu> - 0.3.2-1
- Update RPM to v0.3.2 of the packaging.
- Fix downloading public key bug #12
* Thu Jun 20 2019 Brian Bockelman <brian.bockelman(a)cern.ch> - 0.3.1-1
- Update RPM to v0.3.1 of the packaging.
* Wed May 29 2019 M��ty��s Selmeci <matyas(a)cs.wisc.edu> - 0.3.0-4
- Use double layer of const for deserialize
(patch from https://github.com/scitokens/scitokens-cpp/commit/ac0b2f0679488fa91c14ed781…)
* Mon May 13 2019 M��ty��s Selmeci <matyas(a)cs.wisc.edu> - 0.3.0-3
- Add Force-aud-test-in-the-validator.patch from
https://github.com/scitokens/scitokens-cpp/pull/8
* Fri May 3 2019 M��ty��s Selmeci <matyas(a)cs.wisc.edu> - 0.3.0-2
- Fix requirements
* Thu May 2 2019 M��ty��s Selmeci <matyas(a)cs.wisc.edu> - 0.3.0-1
- Update to v0.3.0
- Add dependencies on libcurl-devel, libuuid-devel
* Thu Jan 3 2019 Brian Bockelman <bbockelm(a)cse.unl.edu> - 0.1.0-1
- Initial version of the SciTokens C++ RPM.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update scitokens-cpp' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-5f0edef101
2020-03-15 13:45:02.239829
--------------------------------------------------------------------------------
Name : aeskeyfind
Product : Fedora EPEL 8
Version : 1.0
Release : 7.el8
URL : https://citp.princeton.edu/our-work/memory/
Summary : Locate 128-bit and 256-bit AES keys in a captured memory image
Description :
This program illustrates automatic techniques for locating 128-bit and
256-bit AES keys in a captured memory image.
The program uses various algorithms and also performs a simple entropy
test to filter out blocks that are not keys. It counts the number of
repeated bytes and skips blocks that have too many repeats.
This method works even if several bits of the key schedule have been
corrupted due to memory decay.
This package is useful to several activities, as forensics investigations.
--------------------------------------------------------------------------------
Update Information:
New package aeskeyfind. Description: This program illustrates automatic
techniques for locating 128-bit and 256-bit AES keys in a captured memory image.
The program uses various algorithms and also performs a simple entropy test to
filter out blocks that are not keys. It counts the number of repeated bytes and
skips blocks that have too many repeats. This method works even if several bits
of the key schedule have been corrupted due to memory decay. This package is
useful to several activities, as forensics investigations.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Feb 10 2020 Michal Ambroz <rebus at, seznam.cz> - 1.0-7
- cosmetic changes in the signature verification
* Sun Oct 20 2019 Michal Ambroz <rebus at, seznam.cz> - 1.0-6
- check the signatures, fix man permission, comment patch
* Mon Apr 1 2019 Michal Ambroz <rebus at, seznam.cz> - 1.0-5
- package based on the cert.ord package by Lawrence R. Rogers (lrr(a)cert.org)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1694894 - Review Request: aeskeyfind - Locate 128-bit and 256-bit AES keys in a captured memory image
https://bugzilla.redhat.com/show_bug.cgi?id=1694894
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update aeskeyfind' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-f0b7353f3b
2020-03-15 13:45:02.239814
--------------------------------------------------------------------------------
Name : python-distutils-extra
Product : Fedora EPEL 8
Version : 2.39
Release : 16.el8
URL : https://launchpad.net/python-distutils-extra
Summary : Integrate more support into Python's distutils
Description :
Enables you to easily integrate gettext support, themed icons and
scrollkeeper based documentation into Python's distutils.
--------------------------------------------------------------------------------
Update Information:
Build for EPEL8
--------------------------------------------------------------------------------
ChangeLog:
* Sat Feb 22 2020 Orion Poplawski <orion(a)nwra.com> - 2.39-16
- Add Requires on intltool (bz#1651404)
* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.39-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Nov 28 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 2.39-14
- Subpackage python2-distutils-extra has been removed
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
* Thu Oct 3 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 2.39-13
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 2.39-12
- Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.39-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Feb 2 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.39-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.39-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hron��ok <mhroncok(a)redhat.com> - 2.39-8
- Rebuilt for Python 3.7
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb(a)redhat.com> - 2.39-7
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Fri Feb 9 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.39-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.39-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.39-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Dec 19 2016 Miro Hron��ok <mhroncok(a)redhat.com> - 2.39-3
- Rebuild for Python 3.6
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.39-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Pa…
* Wed Feb 3 2016 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.39-1
- Updated to new upstream version 2.39 (rhbz#1304361)
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.38-5
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.38-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.38-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed May 28 2014 Kalev Lember <kalevlember(a)gmail.com> - 2.38-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Wed Jul 31 2013 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.38-1
- Updated to new upstream version 2.38
* Wed Jun 26 2013 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.37-3
- Spec file updated
- Python 3 support added
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.37-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Sep 20 2012 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.37-1
- Updated to new upstream version 2.37
* Mon Aug 6 2012 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.35-1
- Updated to new upstream version 2.35
* Sun Aug 5 2012 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.34-1
- Updated to new upstream version 2.34
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.33-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jun 16 2012 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.33-1
- Updated to new upstream version 2.33
* Tue Mar 13 2012 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.32-1
- Updated to new upstream version 2.32
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.31-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Sun Nov 13 2011 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.31-1
- Updated to new upstream version 2.31
* Wed Aug 31 2011 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.29-1
- Updated to new upstream version 2.29
* Sun Jun 19 2011 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.28-1
- Updated to new upstream version 2.28
* Thu Jun 2 2011 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.27-1
- Updated to new upstream version 2.27
* Wed Mar 16 2011 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.26-1
- Added patch for DISPLAY support
- Updated to new upstream version 2.26
* Tue Feb 8 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Nov 12 2010 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.22-1
- Remove archive_name from 2010-06-04, this was useless and wrong
- Updated to new upstream version 2.22
* Thu Jul 22 2010 David Malcolm <dmalcolm(a)redhat.com> - 2.19-2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
* Fri Jun 4 2010 Rahul Sundaram <sundaram(a)fedoraproject.org> - 2.19-1
- Update to new upstream version 2.19. Resolves rhbz#600307
- Update spec to match latest guidelines
* Thu Feb 4 2010 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.15-1
- Updated to new upstream version 2.15
* Sun Dec 20 2009 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.12-2
- Bumped release
* Mon Dec 14 2009 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.12-1
- Updated to new upstream version 2.12
* Sat Aug 1 2009 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.6-2
- Bump release
* Sat Aug 1 2009 Fabian Affolter <mail(a)fabian-affolter.ch> - 2.6-1
- Minor spec file changes
- Changed source to launchpad
- Updated to new upstream version 2.6
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.91.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.91.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Jan 24 2009 Fabian Affolter <mail(a)fabian-affolter.ch> - 1.91.2-2
- Changed license to GPLv2+
* Tue Nov 18 2008 Fabian Affolter <mail(a)fabian-affolter.ch> - 1.91.2-1
- Initial package for Fedora
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1803283 - Please build python-distutils-extra for EPEL8
https://bugzilla.redhat.com/show_bug.cgi?id=1803283
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-distutils-extra' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-e55b39ee40
2020-03-15 13:45:02.239799
--------------------------------------------------------------------------------
Name : python-collectd_cvmfs
Product : Fedora EPEL 8
Version : 1.2.2
Release : 5.el8
URL : https://github.com/cvmfs/collectd-cvmfs
Summary : Collectd plugin to monitor CvmFS Clients
Description :
Collectd module for CvmFS clients
--------------------------------------------------------------------------------
Update Information:
First EPEL8 package
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 3 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 1.2.2-4
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 1.2.2-3
- Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Jul 26 2019 Steve Traylen <steve.traylen(a)cern.ch> - 1.2.2-1
- New 1.2.2 release
- Change source to pypi from github.
* Mon May 13 2019 Steve Traylen <steve.traylen(a)cern.ch> - 1.1.0-1
- New 1.1.0 release
* Sat Feb 2 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Oct 18 2018 Steve Traylen <steve.traylen(a)cern.ch> - 1.0.3-1
- New 1.0.3 release
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Fri May 25 2018 Steve Traylen <steve.traylen(a)cern.ch> - 1.0.1-1
- Initial package.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-collectd_cvmfs' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2020-43c031ede5
2020-03-15 13:45:02.239784
--------------------------------------------------------------------------------
Name : dar
Product : Fedora EPEL 8
Version : 2.6.8
Release : 1.el8
URL : http://dar.linux.free.fr
Summary : Software for making/restoring incremental CD/DVD backups
Description :
DAR is a command line tool to backup a directory tree and files. DAR is
able to make differential backups, split them over a set of disks or files
of a given size, use compression, filter files or subtrees to be saved or
not saved, directly access and restore given files. DAR is also able
to handle extented attributes, and can make remote backups through an
ssh session for example. Finally, DAR handles save and restore of hard
and symbolic links.
--------------------------------------------------------------------------------
Update Information:
New upstream version
--------------------------------------------------------------------------------
ChangeLog:
* Fri Feb 28 2020 Luis Bazan <lbazan(a)fedoraproject.org> - 2.6.8-1
- New upstream version
* Tue Jan 28 2020 Luis Bazan <lbazan(a)fedoraproject.org> - 2.6.7-1
- New upstream version
* Tue Sep 24 2019 Luis Bazan <lbazan(a)fedoraproject.org> - 2.6.6-1
- New upstream version
* Wed Jul 24 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.6.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Jul 6 2019 Luis M. Segundo <blackfile(a)fedoraproject.org> - 2.6.5-1
- New upstream version
* Mon May 27 2019 Luis Bazan <lbazan(a)fedoraproject.org> - 2.6.4-1
- New upstream version
* Mon Apr 1 2019 Luis Bazan <lbazan(a)fedoraproject.org> - 2.6.3-1
- New upstream version
* Mon Feb 11 2019 Luis Bazan <lbazan(a)fedoraproject.org> - 2.6.2-1
- New upstream version
* Thu Jan 31 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.6.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jan 19 2019 Luis Bazan <lbazan(a)fedoraproject.org> - 2.6.1-1
- New upstream version
* Tue Jan 15 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1:2.6.0-2
- Bump epoch to prevent downgrade
* Tue Jan 8 2019 Luis Bazan <lbazan(a)fedoraproject.org> - 2.6.0-1
- New upstream version
* Thu Nov 29 2018 Luis Segundo <blackfile(a)fedoraproject.org> - 2.6.0.RC10-1
- New upstream version
* Tue Oct 16 2018 Luis Bazan <lbazan(a)fedoraproject.org> - 2.5.17-1
- New upstream version
* Sat Jul 21 2018 Luis Bazan <lbazan(a)fedoraproject.org> - 2.5.16-2
- Fix BZ #1603740 add gcc-c++
* Sat Jul 21 2018 Luis Bazan <lbazan(a)fedoraproject.org> - 2.5.16-1
- New Upstream version
* Thu Jul 12 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.5.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sat Apr 28 2018 Luis Bazan <lbazan(a)fedoraproject.org> - 2.5.15-1
- New upstream version
* Wed Feb 7 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.5.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Dec 27 2017 Luis Bazan <lbazan(a)fedoraproject.org> - 2.5.14-1
- New Upstream version
* Tue Nov 21 2017 Luis Bazan <lbazan(a)fedoraproject.org> - 2.5.13-1
- New Upstream version
* Wed Oct 18 2017 Fedora Michael Powell <mwp.junk(a)gmail.com> - 2.5.10-3
- Add xz-devel
* Wed Aug 2 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.5.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.5.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Mon Apr 10 2017 Luis Bazan <lbazan(a)fedoraproject.org> - 2.5.10-1
- new upstream version
* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.5.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sun Jun 5 2016 Luis Bazan <lbazan(a)fedoraproject.org> - 2.5.5-1
- new upstream version
* Mon Mar 7 2016 Luis Bazan <lbazan(a)fedoraproject.org> - 2.5.3-1
- new upstream version
* Wed Feb 3 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.5.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Mon Dec 7 2015 Luis Bazan <lbazan(a)fedoraproject.org> - 2.5.2-1
- new upstream version
* Fri Sep 11 2015 Luis Baz��n <lbazan(a)fedoraproject.org> - 2.4.18-1
- New upstream version
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.4.17-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat May 2 2015 Kalev Lember <kalevlember(a)gmail.com> - 2.4.17-2
- Rebuilt for GCC 5 C++11 ABI change
* Sun Mar 8 2015 Luis Bazan <lbazan(a)fedoraproject.org> - 2.4.17-1
- New upstream version
* Mon Nov 3 2014 Luis Bazan <lbazan(a)fedoraproject.org> - 2.4.15-3
- add files pkgconfig
* Fri Oct 24 2014 Luis Bazan <lbazan(a)fedoraproject.org> - 2.4.15-2
- add pkgconfig BZ #1077403
* Wed Sep 10 2014 Luis Bazan <lbazan(a)fedoraproject.org> - 2.4.15-1
- new upstream version
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.4.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Aug 9 2014 Luis Bazan <lbazan(a)fedoraproject.org> - 2.4.14-1
- new upstream version
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.4.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Tue Apr 22 2014 Tom���� Mr��z <tmraz(a)redhat.com> - 2.4.12-4
- Rebuild for new libgcrypt
* Wed Feb 5 2014 Luis Bazan <lbazan(a)fedoraproject.org> - 2.4.12-3
- add config noreplace
* Wed Feb 5 2014 Luis Bazan <lbazan(a)fedoraproject.org> - 2.4.12-2
- fix changelog
* Tue Feb 4 2014 Luis Bazan <lbazan(a)fedoraproject.org> - 2.4.12-1
- new upstream version
* Tue Feb 4 2014 Luis Bazan <lbazan(a)fedoraproject.org> - 2.4.11-2
- Fix BZ# 1060412
* Tue Oct 29 2013 Luis Bazan <lbazan(a)fedoraproject.org> - 2.4.11-1
- New Upstream version
* Sat Aug 3 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.4.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu May 30 2013 Luis Bazan <lbazan(a)fedoraproject.org> - 2.4.10-2
- thanks echevemaster for help in this packages
- add requires needed to compile
* Wed May 22 2013 Luis Bazan <lbazan(a)fedoraproject.org> - 2.4.10-1
- New Upstream version
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.3.8-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.3.8-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.3.8-9
- Rebuilt for c++ ABI breakage
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.3.8-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.3.8-7
- Rebuilt for glibc bug#747377
* Tue Feb 8 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.3.8-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Aug 21 2009 Tomas Mraz <tmraz(a)redhat.com> - 2.3.8-5
- rebuilt with new openssl
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.3.8-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.3.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Thu Jan 15 2009 Tomas Mraz <tmraz(a)redhat.com> 2.3.8-2
- rebuild with new openssl
* Mon Aug 4 2008 Marcin Garski <mgarski[AT]post.pl> 2.3.8-1
- Update to 2.3.8 (#434519, #438953)
- Own dar's include directory
- Remove Rpath
- Update BR's
* Tue Jul 15 2008 Tom "spot" Callaway <tcallawa(a)redhat.com> 2.3.6-5
- fix license tag
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng(a)fedoraproject.org> - 2.3.6-4
- Autorebuild for GCC 4.3
* Wed Dec 5 2007 Chris Petersen <rpm(a)forevermore.net> 2.3.6-3
- Add openssl requirement
* Sun Nov 18 2007 Chris Petersen <rpm(a)forevermore.net> 2.3.6-2
- failed "make tag"
* Sun Nov 18 2007 Chris Petersen <rpm(a)forevermore.net> 2.3.6-1
- Update to 2.3.6
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.3.4-2
- Rebuild for selinux ppc32 issue.
* Tue Jul 3 2007 Chris Petersen <rpm(a)forevermore.net> 2.3.4-1
- Update to 2.3.4
* Mon May 28 2007 Chris Petersen <rpm(a)forevermore.net> 2.3.3-1
- Update to 2.3.3
- Remove man.dar.patch, which was added upstream
* Wed Nov 15 2006 Chris Petersen <rpm(a)forevermore.net> 2.3.1-4
- Change the main summary -- this is no longer a "collection of scripts"
* Tue Nov 14 2006 Chris Petersen <rpm(a)forevermore.net> 2.3.1-3
- Fix/standardize Requires/Provides for libdar and libdar-devel
- Remove redundant zlib-devel (covered by openssl-devel)
- Update README.Fedora with my name/date, as requested in the ticket
- Add a patch to fix a funky character in man/dar.1
* Sat Nov 4 2006 Chris Petersen <rpm(a)forevermore.net> 2.3.1-2
- Add README.Fedora explaining why we do not include static binaries (upstream's request)
- Add libdar-static-devel subpackage to hold the *.a files
- Disable static subpackages by default, enabled via "--with static" for those who want to compile them
* Thu May 11 2006 Chris Petersen <rpm(a)forevermore.net> 2.3.1-1
- Initial package, compiled from half a dozen third party packages
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update dar' 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
--------------------------------------------------------------------------------