NVIDIA Question
by David St.Clair
This may be a dumb question, but why can't Redhat distribute NVIDIA binary
drivers?
In NVIDIA's licence (http://www.nvidia.com/object/nv_swlicense.html) it
says:
"2.1.2 Linux Exception. Notwithstanding the foregoing terms of Section
2.1.1, SOFTWARE designed exclusively for use on the Linux operating system
may be
copied and redistributed, provided that the binary files thereof are not
modified in any
way (except for unzipping of compressed files)."
So, what's keeping RedHat from putting the drivers in the distribution? If
it's a GPL
thing, would it be easy to just download it during installation or at
least give the option to the user?
Thanks,
--
David St.Clair
dstclair(a)cs.wcu.edu
1 year, 8 months
Mouse goes crazy
by Jonathan Villa
Ok, I have had Yarrow working well for a while now, but yesterday I
started experiencing some odd issues with my mouse. All of a sudden it
stops working correctly. The only thing that seems to fix is to kill X
and run mouse-test, then restart.
Any ideas?
Also, I have FC 1 running on a desktop which is hooked up to a KVM
switch. Whenever I go to another PC, and return, the same thing
happens, the mouse goes crazy.
???
1 year, 8 months
Fedora Modular 27 compose report: 20171028.n.0 changes
by Fedora Branched Report
OLD: Fedora-Modular-27-20171028.n.0
NEW: Fedora-Modular-27-20171028.n.0
===== SUMMARY =====
Added images: 0
Dropped images: 0
Added packages: 0
Dropped packages: 0
Upgraded packages: 0
Downgraded packages: 0
Size of added packages: 0.00 B
Size of dropped packages: 0.00 B
Size of upgraded packages: 0.00 B
Size of downgraded packages: 0.00 B
Size change of upgraded packages: 0.00 B
Size change of downgraded packages: 0.00 B
===== ADDED IMAGES =====
===== DROPPED IMAGES =====
===== ADDED PACKAGES =====
===== DROPPED PACKAGES =====
===== UPGRADED PACKAGES =====
===== DOWNGRADED PACKAGES =====
2 years, 11 months
Re: Criteria / validation proposal: drop Xen
by Adam Williamson
On Thu, 2017-07-06 at 15:13 -0400, Konrad Rzeszutek Wilk wrote:
> On Thu, Jul 06, 2017 at 11:59:01AM -0700, Adam Williamson wrote:
> > Hi, folks! A while ago, Xen virtualization functionality was added to
> > the criteria and the validation test case set, on the understanding
> > that Oracle would provide testing for it (and help fix bugs as they
> > arose).
> >
> > For the last couple of releases we really have not had any such testing
>
> We had been doing the testing, it just that we (or rather me and
> Dariof) seem to get a wind of this at the last minute. Not sure exactly
> how to fix that thought.
Well, I mean, every few *days* a compose gets nominated for validation
testing, and a mail is sent to test-announce. Just check your test-
announce archives for mails with "nominated for testing" in their
subject lines, and you'll see dozens. Is this not sufficient
notification?
> > from Oracle. On that basis, I'm proposing we remove this Final
> > criterion:
>
> s/Oracle/Xen Project/ I believe?
Perhaps, it's just that it always seemed to be you doing the testing,
so they got a bit conflated :)
> > "The release must boot successfully as Xen DomU with releases providing
> > a functional, supported Xen Dom0 and widely used cloud providers
> > utilizing Xen."
> >
> > and change the 'milestone' for the test case -
> > https://fedoraproject.org/wiki/QA:Testcase_Boot_Methods_Xen_Para_Virt -
> > from Final to Optional.
> >
> > Thoughts? Comments? Thanks!
>
> I would prefer for it to remain as it is.
This is only practical if it's going to be tested, and tested regularly
- not *only* on the final release candidate, right before we sign off
on the release. It needs to be tested regularly throughout the release
cycle, on the composes that are "nominated for testing".
Thanks!
--
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
4 years, 5 months
dnf system-upgrade download --refresh --releasever=30 errors
by Felix Miata
Output messages (partial, typed):
[]
Preparing:
Traceback (most recent call last):
file /usr/lib/python3.7/site-packages/dnf/yum/rpmtrans.py, line 260 in callback
self._elemProgress(key,amount)
...line 303, in _elemProgress
transaction_list=self._extract_cbkey(key)
...line 244, in _extract_cbkey
raise RuntimeError("TransactionItem not found for key: %s % cbkey)
RuntimeError: Transaction not found for key: rtkit
Complete!
Download complete! Use 'dnf system-upgrade reboot' to start the upgrade....
[/]
dnf system-upgrade reboot seems to be proceeding normally. :-p
install 9
upgrade 655
downgrade 9
Total size: 724M...
--
Evolution as taught in public schools is religion, not science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
4 years, 6 months
Blocking criteria proposal for F30+: Printing
by Stephen Gallagher
There was a bug[1] filed recently that indicated that printing was
broken on certain printers. As a result of that discussion, it became
apparent that there was no criteria for printing to work at all, which
seems like an oversight.
I discussed this briefly with Matthias Clasen this morning and he
agreed that this should be treated as blocking for Workstation.
I'd like to propose that we add the following criteria to Beta for Fedora 30+:
* Printing must work on at least one printer available to Fedora QA.
"Work" is defined as the output from the device matching a preview
shown on the GNOME print preview display. (Note that differences in
color reproduction are not considered "non-working".)
and this to Final for Fedora 30+:
* Printing must work on at least one printer using each of the
following drivers:
(I don't know which ones to specify here, but we ought to try to
figure out a cross-section that covers a large swath of our expected
user base).
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1628255
4 years, 6 months
Fedora infrastructure
by pmkellly@frontier.com
Please pardon my still learning questions as I have never been involved
with a software project that involved a large number of people before.
I have seen various e'mails on this list that mentioned Pull Requests
and Tickets. I was curious about these things and so I started reading
about them.
From what I read about Pull Requests, they are used by developers to
essentially submit something for review, inclusion in a build or
compose. Such submissions could be for fedora and accompanying
applications or for fedora infrastructure. To use Pull Requests you have
to get set up with GitHub and clone the fedora stuff on your PC. Then
you pick something to work on. When you're at a point where you what to
at least get some comments on what you've done, you submit a Pull
Request. If I have this wrong or incomplete please point me to where I
should read more.
Then I got curious about infrastructure; so I started reading about
fedora infrastructure. From what I've read the infrastructure term is
used to refer to the servers, networks, and websites that all the fedora
teams use to accomplish their fedora related work. I also thought this
might include the various build, compose, test procedures, and test
software used, but that wasn't clear to me. If I have this wrong or
incomplete please point me to where I should read more.
Then I read some about Tickets. From what I read, Tickets are the
vehicle used for report infrastructure bugs, problems or suggestions for
enhancement. From the e'mails I have seen on this list they also seem to
be used by teams to act as reminders for team members to do things. To
write or edit a Ticket Pagure seems to be used. I browsed the projects
in Pagure and you really need to know exactly which project to use
before you go there. If I have this wrong or incomplete please point me
to where I should read more.
Have a Great Day!
Pat (tablepc)
4 years, 8 months
Fedora 28 updates-testing report
by updates@fedoraproject.org
The following Fedora 28 Security updates need testing:
Age URL
294 https://bodhi.fedoraproject.org/updates/FEDORA-2018-d510cfd7eb jgraphx-3.6.0.0-6.fc28
243 https://bodhi.fedoraproject.org/updates/FEDORA-2018-d7aeaa74da nodejs-brace-expansion-1.1.11-1.fc28
242 https://bodhi.fedoraproject.org/updates/FEDORA-2018-bc073fdc1a nodejs-atob-2.1.1-1.fc28
118 https://bodhi.fedoraproject.org/updates/FEDORA-2018-cc4b7af297 xerces-c27-2.7.0-28.fc28
70 https://bodhi.fedoraproject.org/updates/FEDORA-2018-997a9e3e1f xen-4.10.2-4.fc28
70 https://bodhi.fedoraproject.org/updates/FEDORA-2018-aa3752ac3c nginx-1.14.1-1.fc28
50 https://bodhi.fedoraproject.org/updates/FEDORA-2018-cc86ef9e22 squid-4.4-1.fc28
47 https://bodhi.fedoraproject.org/updates/FEDORA-2018-b18f9dd65b tomcat-8.5.35-1.fc28
19 https://bodhi.fedoraproject.org/updates/FEDORA-2019-e0eb3d797e systemd-238-11.gita76ee90.fc28
12 https://bodhi.fedoraproject.org/updates/FEDORA-2019-0c1be924df gvfs-1.36.2-3.fc28
8 https://bodhi.fedoraproject.org/updates/FEDORA-2019-40f4af0687 poppler-0.62.0-14.fc28
3 https://bodhi.fedoraproject.org/updates/FEDORA-2019-6cf96757fe golang-1.10.8-1.fc28
3 https://bodhi.fedoraproject.org/updates/FEDORA-2019-333a7aa511 radvd-2.17-12.fc28
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-4002b91800 kernel-tools-4.20.5-100.fc28 kernel-4.20.5-100.fc28 kernel-headers-4.20.5-100.fc28
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-5146cd34e2 rdesktop-1.8.4-2.fc28
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-6cfd17b03d phpMyAdmin-4.8.5-1.fc28
The following Fedora 28 Critical Path updates have yet to be approved:
Age URL
70 https://bodhi.fedoraproject.org/updates/FEDORA-2018-997a9e3e1f xen-4.10.2-4.fc28
50 https://bodhi.fedoraproject.org/updates/FEDORA-2018-9f541b469b nfs-utils-2.3.3-1.rc2.fc28
40 https://bodhi.fedoraproject.org/updates/FEDORA-2018-4dddcb3e5e highlight-3.48-1.fc28
19 https://bodhi.fedoraproject.org/updates/FEDORA-2019-e0eb3d797e systemd-238-11.gita76ee90.fc28
17 https://bodhi.fedoraproject.org/updates/FEDORA-2019-e8a902b473 selinux-policy-3.14.1-51.fc28
14 https://bodhi.fedoraproject.org/updates/FEDORA-2019-78153d357c totem-pl-parser-3.26.2-1.fc28
13 https://bodhi.fedoraproject.org/updates/FEDORA-2019-0956d60ffd krb5-1.16.1-25.fc28
13 https://bodhi.fedoraproject.org/updates/FEDORA-2019-7ad550b301 glusterfs-4.1.7-2.fc28
13 https://bodhi.fedoraproject.org/updates/FEDORA-2019-031b192323 gnome-online-accounts-3.28.1-1.fc28
12 https://bodhi.fedoraproject.org/updates/FEDORA-2019-0c1be924df gvfs-1.36.2-3.fc28
12 https://bodhi.fedoraproject.org/updates/FEDORA-2019-2e1cc4fe99 pango-1.42.4-2.fc28
10 https://bodhi.fedoraproject.org/updates/FEDORA-2019-870e8d8234 osinfo-db-20190120-1.fc28
9 https://bodhi.fedoraproject.org/updates/FEDORA-2019-69bc69ce0b appstream-data-28-12.fc28
9 https://bodhi.fedoraproject.org/updates/FEDORA-2019-ffb6dfc8a9 p11-kit-0.23.15-1.fc28
8 https://bodhi.fedoraproject.org/updates/FEDORA-2019-40f4af0687 poppler-0.62.0-14.fc28
8 https://bodhi.fedoraproject.org/updates/FEDORA-2019-83a19b396a mingw-libwebp-1.0.2-1.fc28 libwebp-1.0.2-1.fc28
6 https://bodhi.fedoraproject.org/updates/FEDORA-2019-bb30467485 ostree-2019.1-2.fc28 rpm-ostree-2019.1-1.fc28
6 https://bodhi.fedoraproject.org/updates/FEDORA-2019-752f205a3a python-productmd-1.19-1.fc28
6 https://bodhi.fedoraproject.org/updates/FEDORA-2019-e9c4843d39 volume_key-0.3.12-2.fc28
6 https://bodhi.fedoraproject.org/updates/FEDORA-2019-8ae6a68d7b fwupd-1.2.3-1.fc28
5 https://bodhi.fedoraproject.org/updates/FEDORA-2019-8a8196e1e1 vim-8.1.818-1.fc28
3 https://bodhi.fedoraproject.org/updates/FEDORA-2019-333a7aa511 radvd-2.17-12.fc28
3 https://bodhi.fedoraproject.org/updates/FEDORA-2019-d9c73a4f66 gtk2-2.24.32-4.fc28
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-4002b91800 kernel-tools-4.20.5-100.fc28 kernel-4.20.5-100.fc28 kernel-headers-4.20.5-100.fc28
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-8d89d06043 ibus-1.5.19-10.fc28
The following builds have been pushed to Fedora 28 updates-testing
composer-1.8.3-1.fc28
doclifter-2.18-1.fc28
enscript-1.6.6-19.fc28
firefox-65.0-1.fc28
fotoxx-19.4-1.fc28
groonga-8.1.1-1.fc28
ibus-typing-booster-2.5.1-1.fc28
java-11-openjdk-11.0.2.7-0.fc28
libmodulemd-2.1.0-1.fc28.1
lorax-28.26-1.fc28
mujs-1.0.4-2.fc28
nbdkit-1.10.3-1.fc28
php-composer-xdebug-handler-1.3.2-1.fc28
php-pecl-ds-1.2.8-1.fc28
picard-2.1.2-1.fc28
python-cssutils-1.0.2-1.fc28
python-distroinfo-0.2.0-1.fc28
python-sqlalchemy-1.2.17-1.fc28
relval-2.4.2-1.fc28
sanlock-3.6.0-4.fc28
scribus-generator-2.8-1.fc28
Details about builds:
================================================================================
composer-1.8.3-1.fc28 (FEDORA-2019-5b6db48207)
Dependency Manager for PHP
--------------------------------------------------------------------------------
Update Information:
**Version 1.8.3**2019-01-30 * Fixed regression when executing partial updates
---- **Version 1.8.2** 2019-01-29 * Fixed invalid deprecation warning for
ext-pdo_mysql and similar * Updated to latest xdebug-handler ---- **Version
1.8.1** 2019-01-29 * Deprecated support for non-standard package names
(anything with uppercase, or no / in it). Make sure to follow the warnings if
you see any to avoid problems in 2.0. * Fixed some packages missing from the
autoloader config when installing with --no-dev * Fixed support for cloning
GitLab repos using OAuth tokens instead of SSH keys * Fixed metapackage
installs/updates missing from output * Fixed --with-dependencies / --with-all-
dependencies not updating some packages in some edge cases * Fixed
compatibility with Symfony 4.2 deprecations * Fixed temp dir not being cleaned
up on download error while archiving packages * Updated to latest ca-bundle
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Remi Collet <remi(a)remirepo.net> - 1.8.3-1
- update to 1.8.3
--------------------------------------------------------------------------------
================================================================================
doclifter-2.18-1.fc28 (FEDORA-2019-c4ca05b870)
Translates documents written in troff macros to DocBook
--------------------------------------------------------------------------------
Update Information:
New upstream version
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 19 2019 Dan ��erm��k <dan.cermak(a)cgc-instruments.com> - 2.18-1
- New upstream version
- Fix make check
- Add missing dependencies
* Thu Jul 12 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.17-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1569530 - doclifier fails on .SH DESCRIPTION
https://bugzilla.redhat.com/show_bug.cgi?id=1569530
[ 2 ] Bug #1569529 - manlifier fails
https://bugzilla.redhat.com/show_bug.cgi?id=1569529
--------------------------------------------------------------------------------
================================================================================
enscript-1.6.6-19.fc28 (FEDORA-2019-f2dda8c8b7)
A plain ASCII to PostScript converter
--------------------------------------------------------------------------------
Update Information:
Add support for 885915 and 885913 encodings
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 29 2019 Zdenek Dohnal <zdohnal(a)redhat.com> - 1.6.6-19
- 1664367 - [RFE] Add support for 885915 encoding in enscript
- remove old Obsoletes/Provides
- fix gnulib CVE
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal(a)redhat.com> - 1.6.6-18
- correcting license
* Thu Jul 12 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.6-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Jun 18 2018 Zdenek Dohnal <zdohnal(a)redhat.com> - 1.6.6-16
- remove install-info, info package does it now automatically when any package puts a file into %_infodir
--------------------------------------------------------------------------------
================================================================================
firefox-65.0-1.fc28 (FEDORA-2019-aa99c99f24)
Mozilla Firefox Web browser
--------------------------------------------------------------------------------
Update Information:
- Update to latest upstream (Firefox 65.0)
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jan 28 2019 Martin Stransky <stransky(a)redhat.com> - 65.0-1
- Update to 65.0 build 2
* Wed Jan 16 2019 Martin Stransky <stransky(a)redhat.com> - 64.0.2-2
- Rebuild
--------------------------------------------------------------------------------
================================================================================
fotoxx-19.4-1.fc28 (FEDORA-2019-8375f191cd)
Photo editor
--------------------------------------------------------------------------------
Update Information:
19.4 ---- 19.2
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Gwyn Ciesla <limburgher(a)gmail.com> - 19.4-1
- 19.4
* Tue Jan 29 2019 Gwyn Ciesla <limburgher(a)gmail.com> - 19.2-1
- 19.2
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1669903 - fotoxx-19.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1669903
[ 2 ] Bug #1670666 - fotoxx-19.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1670666
--------------------------------------------------------------------------------
================================================================================
groonga-8.1.1-1.fc28 (FEDORA-2019-af0be64c5e)
An Embeddable Fulltext Search Engine
--------------------------------------------------------------------------------
Update Information:
See http://groonga.org/en/blog/2019/01/29/groonga-8.1.1.html
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Kentaro Hayashi <hayashi(a)clear-code.com> 8.1.1-1
- new upstream release
* Mon Jan 14 2019 Bj��rn Esser <besser82(a)fedoraproject.org> - 8.0.9-2
- Rebuilt for libcrypt.so.2 (#1666033)
--------------------------------------------------------------------------------
================================================================================
ibus-typing-booster-2.5.1-1.fc28 (FEDORA-2019-1136f27894)
A completion input method
--------------------------------------------------------------------------------
Update Information:
Update to 2.5.1; Add option to automatically select the best candidate
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 29 2019 Mike FABIAN <mfabian(a)redhat.com> - 2.5.1-1
- Update to 2.5.1
- Update translations from zanata (de, ja, fr, pl updated)
- Show also dictionary when ���Show status in auxiliary text��� is on
- Set notebook in setup tool to scrollable
- Make filter for dictionary selection work for language descriptions if langtable available
- Show names of languages and territories in setup tool if langtable is available
- Add missing flag for csb_PL
- Add option to automatically select the best candidate
- Pressing Shift should not immediately change the case mode of the candidates
--------------------------------------------------------------------------------
================================================================================
java-11-openjdk-11.0.2.7-0.fc28 (FEDORA-2019-96ac060af3)
OpenJDK Runtime Environment 11
--------------------------------------------------------------------------------
Update Information:
Update to the Oracle January CPU (11.0.2).
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 15 2019 Andrew Hughes <gnu.andrew(a)redhat.com> - 1:11.0.2.7-0
- Update to shenandoah-jdk-11.0.2+7 (January 2019 CPU)
- Drop JDK-8211105/RH1628612/RH1630996 applied upstream.
- Drop JDK-8209639/RH1640127 applied upstream.
- Re-generate JDK-8210416/RH1632174 following JDK-8209786
* Fri Jan 11 2019 Andrew Hughes <gnu.andrew(a)redhat.com> - 1:11.0.1.13-11
- Update to shenandoah-jdk-11.0.1+13-20190101
- Update tarball generation script in preparation for PR3681/RH1656677 SunEC changes.
- Use remove-intree-libraries.sh to remove the remaining SunEC code for now.
- Fix PR1983 SunEC patch so that ecc_impl.h is patched rather than added
- Add missing RH1022017 patch to reduce curves reported by SSL to those we support.
- Remove RH1648995; fixed upstream.
--------------------------------------------------------------------------------
================================================================================
libmodulemd-2.1.0-1.fc28.1 (FEDORA-2019-1e79a2acad)
Module metadata manipulation library
--------------------------------------------------------------------------------
Update Information:
- Update to libmodulemd 2.1.0 and 1.8.2 - Drop upstreamed patches - Add new API
ModuleStream.depends_on_stream() and ModuleStream.build_depends_on_stream() to
help support auto-detection of when a module stream may need to be rebuilt
when its dependencies change. - Don't fail merges when default streams differ,
treat it as "no default for this module" - Fix error message - Copy modified
value when copying Modulemd.Defaults objects - Fixes discovered by clang and
coverity static analysis tools - Test improvements
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Stephen Gallagher <sgallagh(a)redhat.com> - 2.1.0-1.1
- Don't build the 2.0 API for F28
* Sat Jan 26 2019 Stephen Gallagher <sgallagh(a)redhat.com> - 2.1.0-1
- Update to libmodulemd 2.1.0 and 1.8.2
- Drop upstreamed patches
- Add new API ModuleStream.depends_on_stream() and
ModuleStream.build_depends_on_stream() to help support auto-detection of
when a module stream may need to be rebuilt when its dependencies change.
- Don't fail merges when default streams differ, treat it as "no default for
this module"
- Fix error message
- Copy modified value when copying Modulemd.Defaults objects
- Fixes discovered by clang and coverity static analysis tools
- Test improvements
* Fri Jan 11 2019 Stephen Gallagher <sgallagh(a)redhat.com> - 2.0.0-3
- Fix ordering issue with dependencies
- Use glib2 suppression file when running valgrind tests
* Fri Jan 11 2019 Stephen Gallagher <sgallagh(a)redhat.com> - 2.0.0-2
- Fix issue reading modified value for defaults from YAML streams
* Thu Dec 13 2018 Stephen Gallagher <sgallagh(a)redhat.com> - 2.0.0-1
- Update to 2.0.0 final
- Assorted fixes for validation
- Add modulemd-validator tool based on v2 code
- Fix a crash when merging defaults
* Tue Dec 11 2018 Stephen Gallagher <sgallagh(a)redhat.com> - 2.0.0-0.beta2
- Update to 2.0.0beta2
- Better validation of stored content during read and write operations
- ModuleIndex now returns FALSE if any subdocument fails
- Fix tests on 32-bit platforms
- Make unknown keys in YAML maps non-fatal for libmodulemd1
- Make unknown keys in YAML maps optionally fatal for libmodulemd 2.x
- Fix RPM version requirements for libmodulemd1
* Mon Dec 10 2018 Stephen Gallagher <sgallagh(a)redhat.com> - 2.0.0-0.beta1
- Update to 2.0.0beta1
- Total rewrite to 2.0 API
- https://sgallagh.fedorapeople.org/docs/libmodulemd/2.0/
--------------------------------------------------------------------------------
================================================================================
lorax-28.26-1.fc28 (FEDORA-2019-2735cb18d8)
Tool for creating the anaconda install images
--------------------------------------------------------------------------------
Update Information:
- Remove duplicate repositories from the sources list (bcl(a)redhat.com) - lorax:
Move default tmp dir to /var/tmp/lorax (bcl(a)redhat.com) ---- - Don't exclude
/dev from the `setfiles` in `novirt_install` (awilliam(a)redhat.com) - dracut-fips
is no longer a subpackage, it is included in dracut. (bcl(a)redhat.com) ----
- Remove unneeded else from for/else loop. It confuses pylint (bcl(a)redhat.com)
- Turn off pylint warning about docstring with backslash (bcl(a)redhat.com) -
Turn off smartquotes in Sphinx documentation (bcl(a)redhat.com) - fixes #543
qemu -nodefconfig deprecated (afm404(a)gmail.com) - fix spinx build warnings
(afm404(a)gmail.com) - Allow customizations to be specified as a toml list
(dshea(a)redhat.com) - Revert "lorax-composer: Cancel running Anaconda
process" (bcl(a)redhat.com) - Make sure cancel_func is not None
(bcl(a)redhat.com)
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Brian C. Lane <bcl(a)redhat.com> 28.26-1
- Remove duplicate repositories from the sources list (bcl(a)redhat.com)
- lorax: Move default tmp dir to /var/tmp/lorax (bcl(a)redhat.com)
* Fri Jan 18 2019 Brian C. Lane <bcl(a)redhat.com> 28.25-1
- Don't exclude /dev from the `setfiles` in `novirt_install` (awilliam(a)redhat.com)
- dracut-fips is no longer a subpackage, it is included in dracut. (bcl(a)redhat.com)
* Tue Jan 8 2019 Brian C. Lane <bcl(a)redhat.com> 28.24-1
- Remove unneeded else from for/else loop. It confuses pylint (bcl(a)redhat.com)
- Turn off pylint warning about docstring with backslash (bcl(a)redhat.com)
- Turn off smartquotes in Sphinx documentation (bcl(a)redhat.com)
- fixes #543 qemu -nodefconfig deprecated (afm404(a)gmail.com)
- fix spinx build warnings (afm404(a)gmail.com)
- Allow customizations to be specified as a toml list (dshea(a)redhat.com)
- Revert "lorax-composer: Cancel running Anaconda process" (bcl(a)redhat.com)
- Make sure cancel_func is not None (bcl(a)redhat.com)
* Mon Dec 17 2018 Brian C. Lane <bcl(a)redhat.com> 28.23-1
- lorax: Save information about rootfs filesystem size and usage (bcl(a)redhat.com)
- Turn on signed tags when using tito. (bcl(a)redhat.com)
- lorax-composer: Cancel running Anaconda process (bcl(a)redhat.com)
- Add cancel_func to virt and novirt_install functions (bcl(a)redhat.com)
- lorax-composer: Check for STATUS before deleting (bcl(a)redhat.com)
- Check for existing CANCEL request, and exit on FINISHED (bcl(a)redhat.com)
- Fix vhd images (vponcova(a)redhat.com)
* Thu Dec 6 2018 Brian C. Lane <bcl(a)redhat.com> 28.22-1
- lorax-composer: Handle packages with multiple builds (bcl(a)redhat.com)
- lorax-composer: Check the queue and results at startup (bcl(a)redhat.com)
* Thu Nov 29 2018 Brian C. Lane <bcl(a)redhat.com> 28.21-1
- Adjust tmux version in the tests to 2.8 (bcl(a)redhat.com)
- New lorax documentation - 28.21 (bcl(a)redhat.com)
- lorax-composer: Install selinux-policy-targeted in images (bcl(a)redhat.com)
- Remove setfiles from mkrootfsimage (bcl(a)redhat.com)
- Remove SELinux Permissive checks (bcl(a)redhat.com)
- Add --no-system-repos to lorax-composer (bcl(a)redhat.com)
* Mon Oct 29 2018 Brian C. Lane <bcl(a)redhat.com> 28.20-1
- New lorax documentation - 28.20 (bcl(a)redhat.com)
- Build manpages for composer-cli and lorax-composer (bcl(a)redhat.com)
- Add tests for ltmpl.py (bcl(a)redhat.com)
- Move get_dnf_base_object into a module (bcl(a)redhat.com)
- lorax: Fix dnf problems with selecting highest NEVRA from multiple repos (bcl(a)redhat.com)
--------------------------------------------------------------------------------
================================================================================
mujs-1.0.4-2.fc28 (FEDORA-2019-9e5d613667)
An embeddable Javascript interpreter
--------------------------------------------------------------------------------
Update Information:
- Fix build flags
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.4-2
- Fix build flags so debuginfo is generated
- Compile with fPIC
--------------------------------------------------------------------------------
================================================================================
nbdkit-1.10.3-1.fc28 (FEDORA-2019-5fe9afa6c0)
NBD server
--------------------------------------------------------------------------------
Update Information:
New upstream version 1.10.3. ---- New upstream version 1.10.2. ---- New
upstream version 1.10.1.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Richard W.M. Jones <rjones(a)redhat.com> - 1.10.3-1
- New upstream version 1.10.3.
* Mon Jan 28 2019 Richard W.M. Jones <rjones(a)redhat.com> - 1.10.2-1
- New upstream version 1.10.2.
* Sat Jan 26 2019 Richard W.M. Jones <rjones(a)redhat.com> - 1.10.1-1
- New upstream version 1.10.1.
* Fri Jan 18 2019 Richard W.M. Jones <rjones(a)redhat.com> - 1.10.0-1
- New upstream version 1.10.0.
- Add: nbdkit-full-plugin.
- Add: nbdkit-xz-filter.
- Add: nbdkit-loop(1) man page.
- Remove misguided LDFLAGS hack which removed server hardening.
https://bugzilla.redhat.com/show_bug.cgi?id=1624149#c6
* Mon Jan 7 2019 Richard W.M. Jones <rjones(a)redhat.com> - 1.8.3-1
- New upstream version 1.8.3.
--------------------------------------------------------------------------------
================================================================================
php-composer-xdebug-handler-1.3.2-1.fc28 (FEDORA-2019-bf87a487e0)
Restarts a process without xdebug
--------------------------------------------------------------------------------
Update Information:
**Version 1.3.2** - 2019-01-28 * Fixed: exit call being blocked by uopz
extension, resulting in application code running twice.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 29 2019 Remi Collet <remi(a)remirepo.net> - 1.3.2-1
- update to 1.3.2
--------------------------------------------------------------------------------
================================================================================
php-pecl-ds-1.2.8-1.fc28 (FEDORA-2019-8b40393647)
Data Structures for PHP
--------------------------------------------------------------------------------
Update Information:
**Version 1.2.8** * Fixed buffer outflow during deserialization of map
objects.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 29 2019 Remi Collet <remi(a)remirepo.net> - 1.2.8-1
- update to 1.2.8
--------------------------------------------------------------------------------
================================================================================
picard-2.1.2-1.fc28 (FEDORA-2019-afd3de990c)
MusicBrainz-based audio tagger
--------------------------------------------------------------------------------
Update Information:
Upstream release rhbz#1670378 ---- Upstream release rhbz#1670378
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Gerald Cox <gbcox(a)fedoraproject.org> - 2.1.2-1
- Upstream release rhbz#1670378
* Tue Jan 29 2019 Gerald Cox <gbcox(a)fedoraproject.org> - 2.1.1-1
- Upstream release rhbz#1670378
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1670378 - picard-2.1.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1670378
--------------------------------------------------------------------------------
================================================================================
python-cssutils-1.0.2-1.fc28 (FEDORA-2019-9c43f142f0)
CSS Cascading Style Sheets library for Python
--------------------------------------------------------------------------------
Update Information:
Update to 1.0.2. Fixes bug #1670431
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Kevin Fenzi <kevin(a)scrye.com> - 1.0.2-1
- Update to 1.0.2. Fixes bug #1670431
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1670431 - please update python-cssutils to 1.0.2
https://bugzilla.redhat.com/show_bug.cgi?id=1670431
--------------------------------------------------------------------------------
================================================================================
python-distroinfo-0.2.0-1.fc28 (FEDORA-2019-2dcb55d293)
Parsing and querying distribution metadata stored in text/YAML files
--------------------------------------------------------------------------------
Update Information:
Update to upstream 0.2.0
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Jakub Ru��i��ka <jruzicka(a)redhat.com> 0.2.0-1
- Update to 0.2.0
--------------------------------------------------------------------------------
================================================================================
python-sqlalchemy-1.2.17-1.fc28 (FEDORA-2019-1c00982238)
Modular and flexible ORM library for python
--------------------------------------------------------------------------------
Update Information:
This update contains a new upstream bugfix and enhancement release. The
upstream [changelog](https://docs.sqlalchemy.org/en/latest/changelog/changelog_1
2.html#change-1.2.17) contains a list of all changes in version 1.2.17.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Nils Philippsen <nils(a)tiptoe.de> - 1.2.17-1
- version 1.2.17
--------------------------------------------------------------------------------
================================================================================
relval-2.4.2-1.fc28 (FEDORA-2019-3c165b2577)
Tool for interacting with Fedora QA wiki pages
--------------------------------------------------------------------------------
Update Information:
This new version of relval enhances the JSON data output by `relval testcase-
stats` a little. This is the only change.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Adam Williamson <awilliam(a)redhat.com> - 2.4.2-1
- New release 2.4.2: per-environment last_tested in testcase_stats json
--------------------------------------------------------------------------------
================================================================================
sanlock-3.6.0-4.fc28 (FEDORA-2019-ea4ecdc166)
A shared storage lock manager
--------------------------------------------------------------------------------
Update Information:
lockfile: Keep lockfile owned by root
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 15 2019 David Teigland <teigland(a)redhat.com> - 3.6.0-4
- lockfile: Keep lockfile owned by root
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1593853 - Sanlock fail to create lockfile on Fedora 28
https://bugzilla.redhat.com/show_bug.cgi?id=1593853
--------------------------------------------------------------------------------
================================================================================
scribus-generator-2.8-1.fc28 (FEDORA-2019-1c0590e2d1)
Open source high-quality PDF template and mail-merge alternative
--------------------------------------------------------------------------------
Update Information:
Update to version 2.8
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 29 2019 Luya Tshimbalanga <luya(a)fedoraproject.org> - 2.8-1
- Update to 2.8
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hron��ok <mhroncok(a)redhat.com> - 2.6-2
- Rebuilt for Python 3.7
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1670643 - scribus-generator-2.8 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1670643
--------------------------------------------------------------------------------
4 years, 8 months
Fedora 29 updates-testing report
by updates@fedoraproject.org
The following Fedora 29 Security updates need testing:
Age URL
118 https://bodhi.fedoraproject.org/updates/FEDORA-2018-51ce232320 xerces-c27-2.7.0-28.fc29
47 https://bodhi.fedoraproject.org/updates/FEDORA-2018-b89746cb9b tomcat-9.0.13-1.fc29
3 https://bodhi.fedoraproject.org/updates/FEDORA-2019-7eb6d3b8ea python36-3.6.8-3.fc29
3 https://bodhi.fedoraproject.org/updates/FEDORA-2019-dbd82d0882 golang-1.11.5-1.fc29
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-aabdaa013d kernel-headers-4.20.5-200.fc29 kernel-4.20.5-200.fc29 kernel-tools-4.20.5-200.fc29
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-ac70292cfc rdesktop-1.8.4-2.fc29
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-09ae31d880 phpMyAdmin-4.8.5-1.fc29
The following Fedora 29 Critical Path updates have yet to be approved:
Age URL
48 https://bodhi.fedoraproject.org/updates/FEDORA-2018-3d43e7dd21 SLOF-0.1.git20180702-2.fc29
12 https://bodhi.fedoraproject.org/updates/FEDORA-2019-0ab485544f libguestfs-1.40.1-2.fc29
8 https://bodhi.fedoraproject.org/updates/FEDORA-2019-58052493a6 python-jsonschema-2.6.0-6.fc29
8 https://bodhi.fedoraproject.org/updates/FEDORA-2019-ea8a50f7eb exo-0.12.4-1.fc29
6 https://bodhi.fedoraproject.org/updates/FEDORA-2019-6406ad278b hivex-1.3.17-1.fc29
5 https://bodhi.fedoraproject.org/updates/FEDORA-2019-640a4bb060 supermin-5.1.20-2.fc29
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-efa22ad889 uboot-tools-2018.09-2.fc29
1 https://bodhi.fedoraproject.org/updates/FEDORA-2019-aabdaa013d kernel-headers-4.20.5-200.fc29 kernel-4.20.5-200.fc29 kernel-tools-4.20.5-200.fc29
The following builds have been pushed to Fedora 29 updates-testing
binutils-2.31.1-17.fc29
clover2-10.0.6-1.D20190122gitc392f9c.fc29
community-mysql-8.0.14-1.fc29
composer-1.8.3-1.fc29
electron-cash-3.3.5-3.fc29
enscript-1.6.6-19.fc29
flatpak-builder-1.0.3-2.fc29
fotoxx-19.4-1.fc29
gnome-builder-3.30.3-2.fc29
groonga-8.1.1-1.fc29
ibus-typing-booster-2.5.1-1.fc29
java-11-openjdk-11.0.2.7-0.fc29
langtable-0.0.41-1.fc29
libtiff-4.0.10-2.fc29
lorax-29.26-1.fc29
mingw-poppler-0.67.0-3.fc29
mujs-1.0.4-2.fc29
nbdkit-1.10.3-1.fc29
php-composer-xdebug-handler-1.3.2-1.fc29
php-pecl-ds-1.2.8-1.fc29
picard-2.1.2-1.fc29
python-distroinfo-0.2.0-1.fc29
python-remoto-0.0.35-1.fc29
python-sqlalchemy-1.2.17-1.fc29
qpid-proton-0.26.0-1.fc29
relval-2.4.2-1.fc29
rubygem-test-unit-3.3.0-200.fc29
sanlock-3.6.0-8.fc29
scribus-generator-2.8-1.fc29
Details about builds:
================================================================================
binutils-2.31.1-17.fc29 (FEDORA-2019-ba3cbcfd20)
A GNU collection of binary utilities
--------------------------------------------------------------------------------
Update Information:
Bug fixes for binutils including one that is preventing Yocot/oe-core from
building properly
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Nick Clifton <nickc(a)redhat.com> - 2.31.1-17
- Fix the assembler's check that the output file is not also one of the input files. (#1660279)
* Thu Jan 3 2019 Nick Clifton <nickc(a)redhat.com> - 2.31.1-16
- Fix a memory leak reading minisymbols. (#1661535)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1546608 - ld does not merge .gnu.build.attributes
https://bugzilla.redhat.com/show_bug.cgi?id=1546608
[ 2 ] Bug #1515934 - Mir build fails on ppc64 when LTO is enabled
https://bugzilla.redhat.com/show_bug.cgi?id=1515934
[ 3 ] Bug #1660279 - as from binutils 2.31.1 may fail at some certain condition
https://bugzilla.redhat.com/show_bug.cgi?id=1660279
[ 4 ] Bug #1646536 - CVE-2018-18700 binutils: Recursive Stack Overflow within function d_name, d_encoding, and d_local_name in cp-demangle.c [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1646536
[ 5 ] Bug #1553086 - gdb: warning: Loadable section ".note.gnu.property" outside of ELF segments
https://bugzilla.redhat.com/show_bug.cgi?id=1553086
[ 6 ] Bug #1483604 - CVE-2017-12448 CVE-2017-12449 CVE-2017-12450 CVE-2017-12451 CVE-2017-12452 CVE-2017-12453 CVE-2017-12454 CVE-2017-12455 CVE-2017-12456 CVE-2017-12457 CVE-2017-12458 CVE-2017-12459 CVE-2017-13710 CVE-2017-13716 binutils: various flaws [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1483604
[ 7 ] Bug #1639969 - After recent update, gold linker crashes while building chromium with fedora build flags
https://bugzilla.redhat.com/show_bug.cgi?id=1639969
[ 8 ] Bug #1626622 - readelf --unwind not supported
https://bugzilla.redhat.com/show_bug.cgi?id=1626622
--------------------------------------------------------------------------------
================================================================================
clover2-10.0.6-1.D20190122gitc392f9c.fc29 (FEDORA-2019-ceb096e2c2)
Yet another compiler language
--------------------------------------------------------------------------------
Update Information:
New version 10.0.6 is released.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 10.0.6-0.100.D20190122gitc392f9c
- 10.0.6
--------------------------------------------------------------------------------
================================================================================
community-mysql-8.0.14-1.fc29 (FEDORA-2019-614f1cd5a8)
MySQL client programs and shared libraries
--------------------------------------------------------------------------------
Update Information:
**MySQL 8.0.14** Release notes:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-14.html CVEs fixed:
CVE-2019-2420 CVE-2019-2434 CVE-2019-2436 CVE-2019-2455 CVE-2019-2481
CVE-2019-2482 CVE-2019-2486 CVE-2019-2494 CVE-2019-2495 CVE-2019-2502
CVE-2019-2503 CVE-2019-2507 CVE-2019-2510 CVE-2019-2528 CVE-2019-2529
CVE-2019-2530 CVE-2019-2531 CVE-2019-2532 CVE-2019-2533 CVE-2019-2534
CVE-2019-2535 CVE-2019-2536 CVE-2019-2537 CVE-2019-2539
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jan 21 2019 Lars Tangvald <lars.tangvald(a)oracle.com> - 8.0.14-1
- Update to MySQL 8.0.14
- Remove fedora version condition that are no longer relevant
- Update skipped tests list
- CVEs fixed: #1666778
CVE-2019-2420 CVE-2019-2434 CVE-2019-2436 CVE-2019-2455 CVE-2019-2481
CVE-2019-2482 CVE-2019-2486 CVE-2019-2494 CVE-2019-2495 CVE-2019-2502
CVE-2019-2503 CVE-2019-2507 CVE-2019-2510 CVE-2019-2528 CVE-2019-2529
CVE-2019-2530 CVE-2019-2531 CVE-2019-2532 CVE-2019-2533 CVE-2019-2534
CVE-2019-2535 CVE-2019-2536 CVE-2019-2537 CVE-2019-2539
* Wed Jan 16 2019 Michal Schorm <mschorm(a)redhat.com> - 8.0.13-3
- Tweak handling of the mysql-selinux requirement
* Mon Jan 14 2019 Bj��rn Esser <besser82(a)fedoraproject.org> - 8.0.13-2
- Rebuilt for libcrypt.so.2 (#1666033)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1666778 - CVE-2019-2420 CVE-2019-2434 CVE-2019-2436 CVE-2019-2455 CVE-2019-2481 CVE-2019-2482 CVE-2019-2486 CVE-2019-2494 CVE-2019-2495 CVE-2019-2502 CVE-2019-2503 CVE-2019-2507 CVE-2019-2510 CVE-2019-2528 ... community-mysql: various flaws [fedora-29]
https://bugzilla.redhat.com/show_bug.cgi?id=1666778
[ 2 ] Bug #1667907 - community-mysql-8.0.14 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1667907
--------------------------------------------------------------------------------
================================================================================
composer-1.8.3-1.fc29 (FEDORA-2019-a0ec3ce40f)
Dependency Manager for PHP
--------------------------------------------------------------------------------
Update Information:
**Version 1.8.3**2019-01-30 * Fixed regression when executing partial updates
---- **Version 1.8.2** 2019-01-29 * Fixed invalid deprecation warning for
ext-pdo_mysql and similar * Updated to latest xdebug-handler ---- **Version
1.8.1** 2019-01-29 * Deprecated support for non-standard package names
(anything with uppercase, or no / in it). Make sure to follow the warnings if
you see any to avoid problems in 2.0. * Fixed some packages missing from the
autoloader config when installing with --no-dev * Fixed support for cloning
GitLab repos using OAuth tokens instead of SSH keys * Fixed metapackage
installs/updates missing from output * Fixed --with-dependencies / --with-all-
dependencies not updating some packages in some edge cases * Fixed
compatibility with Symfony 4.2 deprecations * Fixed temp dir not being cleaned
up on download error while archiving packages * Updated to latest ca-bundle
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Remi Collet <remi(a)remirepo.net> - 1.8.3-1
- update to 1.8.3
--------------------------------------------------------------------------------
================================================================================
electron-cash-3.3.5-3.fc29 (FEDORA-2019-5245daafc2)
A lightweight Bitcoin Cash client
--------------------------------------------------------------------------------
Update Information:
Add python3-pycryptodomex as requires
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
================================================================================
enscript-1.6.6-19.fc29 (FEDORA-2019-6df5e1eafc)
A plain ASCII to PostScript converter
--------------------------------------------------------------------------------
Update Information:
Add support for 885915 and 885913 encodings
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 29 2019 Zdenek Dohnal <zdohnal(a)redhat.com> - 1.6.6-19
- 1664367 - [RFE] Add support for 885915 encoding in enscript
- remove old Obsoletes/Provides
- fix gnulib CVE
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal(a)redhat.com> - 1.6.6-18
- correcting license
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1664367 - [RFE] Add support for 885915 encoding in enscript
https://bugzilla.redhat.com/show_bug.cgi?id=1664367
--------------------------------------------------------------------------------
================================================================================
flatpak-builder-1.0.3-2.fc29 (FEDORA-2019-41649a716e)
Tool to build flatpaks from source
--------------------------------------------------------------------------------
Update Information:
Depend on lzip
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 David King <amigadave(a)amigadave.com> - 1.0.3-2
- Add dependency on lzip
--------------------------------------------------------------------------------
================================================================================
fotoxx-19.4-1.fc29 (FEDORA-2019-4a4bb372a3)
Photo editor
--------------------------------------------------------------------------------
Update Information:
19.4 ---- 19.2
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Gwyn Ciesla <limburgher(a)gmail.com> - 19.4-1
- 19.4
* Tue Jan 29 2019 Gwyn Ciesla <limburgher(a)gmail.com> - 19.2-1
- 19.2
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1669903 - fotoxx-19.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1669903
[ 2 ] Bug #1670666 - fotoxx-19.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1670666
--------------------------------------------------------------------------------
================================================================================
gnome-builder-3.30.3-2.fc29 (FEDORA-2019-ffe7c37c25)
IDE for writing GNOME-based software
--------------------------------------------------------------------------------
Update Information:
Add missing dependency on libpeas-loader-python3.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Kalev Lember <klember(a)redhat.com> - 3.30.3-2
- Require libpeas-loader-python3 (#1671093)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1671093 - gnome-builder should depend on libpeas-loader-python3, as otherwise the New Project screen is blank
https://bugzilla.redhat.com/show_bug.cgi?id=1671093
--------------------------------------------------------------------------------
================================================================================
groonga-8.1.1-1.fc29 (FEDORA-2019-f1736fcbdf)
An Embeddable Fulltext Search Engine
--------------------------------------------------------------------------------
Update Information:
See http://groonga.org/en/blog/2019/01/29/groonga-8.1.1.html
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Kentaro Hayashi <hayashi(a)clear-code.com> 8.1.1-1
- new upstream release
* Mon Jan 14 2019 Bj��rn Esser <besser82(a)fedoraproject.org> - 8.0.9-2
- Rebuilt for libcrypt.so.2 (#1666033)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1670101 - groonga-8.1.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1670101
--------------------------------------------------------------------------------
================================================================================
ibus-typing-booster-2.5.1-1.fc29 (FEDORA-2019-23b227f528)
A completion input method
--------------------------------------------------------------------------------
Update Information:
Update to 2.5.1; Add option to automatically select the best candidate
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 29 2019 Mike FABIAN <mfabian(a)redhat.com> - 2.5.1-1
- Update to 2.5.1
- Update translations from zanata (de, ja, fr, pl updated)
- Show also dictionary when ���Show status in auxiliary text��� is on
- Set notebook in setup tool to scrollable
- Make filter for dictionary selection work for language descriptions if langtable available
- Show names of languages and territories in setup tool if langtable is available
- Add missing flag for csb_PL
- Add option to automatically select the best candidate
- Pressing Shift should not immediately change the case mode of the candidates
--------------------------------------------------------------------------------
================================================================================
java-11-openjdk-11.0.2.7-0.fc29 (FEDORA-2019-d6717436ee)
OpenJDK Runtime Environment 11
--------------------------------------------------------------------------------
Update Information:
Update to the Oracle January CPU (11.0.2).
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 15 2019 Andrew Hughes <gnu.andrew(a)redhat.com> - 1:11.0.2.7-0
- Update to shenandoah-jdk-11.0.2+7 (January 2019 CPU)
- Drop JDK-8211105/RH1628612/RH1630996 applied upstream.
- Drop JDK-8209639/RH1640127 applied upstream.
- Re-generate JDK-8210416/RH1632174 following JDK-8209786
* Fri Jan 11 2019 Andrew Hughes <gnu.andrew(a)redhat.com> - 1:11.0.1.13-11
- Update to shenandoah-jdk-11.0.1+13-20190101
- Update tarball generation script in preparation for PR3681/RH1656677 SunEC changes.
- Use remove-intree-libraries.sh to remove the remaining SunEC code for now.
- Fix PR1983 SunEC patch so that ecc_impl.h is patched rather than added
- Add missing RH1022017 patch to reduce curves reported by SSL to those we support.
- Remove RH1648995; fixed upstream.
--------------------------------------------------------------------------------
================================================================================
langtable-0.0.41-1.fc29 (FEDORA-2019-20040a1449)
Guessing reasonable defaults for locale, keyboard layout, territory, and language.
--------------------------------------------------------------------------------
Update Information:
Add many languages and territories and also new translations from CLDR; The
territory can be 2 upper case letters *or* 3 digits
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 29 2019 Mike FABIAN <mfabian(a)redhat.com> - 0.0.41-1
- The territory can be 2 upper case letters *or* 3 digits
- Get translation changes from CLDR
- Add many languages and territories and also add new translations from CLDR
--------------------------------------------------------------------------------
================================================================================
libtiff-4.0.10-2.fc29 (FEDORA-2019-d7b5e168d1)
Library of functions for manipulating TIFF format image files
--------------------------------------------------------------------------------
Update Information:
Fix for **CVE-2019-6128**
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Nikola Forr�� <nforro(a)redhat.com> - 4.0.10-2
- Fix CVE-2019-6128 (#1667124)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1667124 - CVE-2019-6128 libtiff: memory leak in TIFFFdOpen function in tif_unix.c when using pal2rgb [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1667124
--------------------------------------------------------------------------------
================================================================================
lorax-29.26-1.fc29 (FEDORA-2019-08018846dd)
Tool for creating the anaconda install images
--------------------------------------------------------------------------------
Update Information:
- Remove duplicate repositories from the sources list (bcl(a)redhat.com) - lorax:
Move default tmp dir to /var/tmp/lorax (bcl(a)redhat.com) ---- - Don't exclude
/dev from the `setfiles` in `novirt_install` (awilliam(a)redhat.com) - dracut-fips
is no longer a subpackage, it is included in dracut. (bcl(a)redhat.com) ----
- Remove unneeded else from for/else loop. It confuses pylint (bcl(a)redhat.com)
- Turn off pylint warning about docstring with backslash (bcl(a)redhat.com) -
Turn off smartquotes in Sphinx documentation (bcl(a)redhat.com) - fixes #543
qemu -nodefconfig deprecated (afm404(a)gmail.com) - fix spinx build warnings
(afm404(a)gmail.com) - Allow customizations to be specified as a toml list
(dshea(a)redhat.com) - Revert "lorax-composer: Cancel running Anaconda
process" (bcl(a)redhat.com) - Make sure cancel_func is not None
(bcl(a)redhat.com)
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Brian C. Lane <bcl(a)redhat.com> 29.26-1
- Remove duplicate repositories from the sources list (bcl(a)redhat.com)
- lorax: Move default tmp dir to /var/tmp/lorax (bcl(a)redhat.com)
* Fri Jan 18 2019 Brian C. Lane <bcl(a)redhat.com> 29.25-1
- Don't exclude /dev from the `setfiles` in `novirt_install` (awilliam(a)redhat.com)
- dracut-fips is no longer a subpackage, it is included in dracut. (bcl(a)redhat.com)
* Tue Jan 8 2019 Brian C. Lane <bcl(a)redhat.com> 29.24-1
- Remove unneeded else from for/else loop. It confuses pylint (bcl(a)redhat.com)
- Turn off pylint warning about docstring with backslash (bcl(a)redhat.com)
- Turn off smartquotes in Sphinx documentation (bcl(a)redhat.com)
- fixes #543 qemu -nodefconfig deprecated (afm404(a)gmail.com)
- fix spinx build warnings (afm404(a)gmail.com)
- Allow customizations to be specified as a toml list (dshea(a)redhat.com)
- Revert "lorax-composer: Cancel running Anaconda process" (bcl(a)redhat.com)
- Make sure cancel_func is not None (bcl(a)redhat.com)
* Mon Dec 17 2018 Brian C. Lane <bcl(a)redhat.com> 29.23-1
- lorax: Save information about rootfs filesystem size and usage (bcl(a)redhat.com)
- Turn on signed tags when using tito. (bcl(a)redhat.com)
- lorax-composer: Cancel running Anaconda process (bcl(a)redhat.com)
- Add cancel_func to virt and novirt_install functions (bcl(a)redhat.com)
- lorax-composer: Check for STATUS before deleting (bcl(a)redhat.com)
- Check for existing CANCEL request, and exit on FINISHED (bcl(a)redhat.com)
- Fix vhd images (vponcova(a)redhat.com)
* Thu Dec 6 2018 Brian C. Lane <bcl(a)redhat.com> 29.22-1
- lorax-composer: Handle packages with multiple builds (bcl(a)redhat.com)
- lorax-composer: Check the queue and results at startup (bcl(a)redhat.com)
* Thu Nov 29 2018 Brian C. Lane <bcl(a)redhat.com> 29.21-1
- New lorax documentation - 29.21 (bcl(a)redhat.com)
- lorax-composer: Install selinux-policy-targeted in images (bcl(a)redhat.com)
- Remove setfiles from mkrootfsimage (bcl(a)redhat.com)
- Remove SELinux Permissive checks (bcl(a)redhat.com)
- Add --no-system-repos to lorax-composer (bcl(a)redhat.com)
* Mon Oct 29 2018 Brian C. Lane <bcl(a)redhat.com> 29.20-1
- New lorax documentation - 29.20 (bcl(a)redhat.com)
- Add tests for ltmpl.py (bcl(a)redhat.com)
- Move get_dnf_base_object into a module (bcl(a)redhat.com)
- Build manpages for composer-cli and lorax-composer (bcl(a)redhat.com)
- Fix singlerepo test for f29 (bcl(a)redhat.com)
- Update the projects tests to use DNF Repo object (bcl(a)redhat.com)
- dnf changed the type of gpgkey to a tuple (bcl(a)redhat.com)
- Install python3-librepo in the test container (bcl(a)redhat.com)
* Fri Oct 12 2018 Brian C. Lane <bcl(a)redhat.com> 29.19-1
- Update depsolving with suggestions from dnf (#1636239) (bcl(a)redhat.com)
- Disable false context-manager pylint error (bcl(a)redhat.com)
- Fix directory creation for blueprints (bcl(a)redhat.com)
- Update the tests for new make_dnf_dir arguments. (bcl(a)redhat.com)
- Change make_dnf_dirs to be run as root (bcl(a)redhat.com)
--------------------------------------------------------------------------------
================================================================================
mingw-poppler-0.67.0-3.fc29 (FEDORA-2019-b0bd3c604a)
MinGW Windows Poppler library
--------------------------------------------------------------------------------
Update Information:
Backport security fixes for CVE-2018-20481, CVE-2018-20551, CVE-2018-20650
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Sandro Mani <manisandro(a)gmail.com> - 0.67.0-3
- Backport security fixes:
CVE-2018-20481, CVE-2018-20551, CVE-2018-20650
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1665269 - CVE-2018-20481 mingw-poppler: poppler: NULL pointer dereference in the XRef::getEntry in XRef.cc [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1665269
[ 2 ] Bug #1665265 - CVE-2018-20650 mingw-poppler: poppler: reachable Object::dictLookup assertion in FileSpec class in FileSpec.cc [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1665265
[ 3 ] Bug #1665261 - CVE-2018-20551 mingw-poppler: poppler: reachable Object::getString assertion in AnnotRichMedia class in Annot.c [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1665261
--------------------------------------------------------------------------------
================================================================================
mujs-1.0.4-2.fc29 (FEDORA-2019-b3ec3d0425)
An embeddable Javascript interpreter
--------------------------------------------------------------------------------
Update Information:
- Fix build flags
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.4-2
- Fix build flags so debuginfo is generated
- Compile with fPIC
--------------------------------------------------------------------------------
================================================================================
nbdkit-1.10.3-1.fc29 (FEDORA-2019-c884364303)
NBD server
--------------------------------------------------------------------------------
Update Information:
New upstream version 1.10.3. ---- New upstream version 1.10.2. ---- New
upstream version 1.10.1.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Richard W.M. Jones <rjones(a)redhat.com> - 1.10.3-1
- New upstream version 1.10.3.
* Mon Jan 28 2019 Richard W.M. Jones <rjones(a)redhat.com> - 1.10.2-1
- New upstream version 1.10.2.
* Sat Jan 26 2019 Richard W.M. Jones <rjones(a)redhat.com> - 1.10.1-1
- New upstream version 1.10.1.
--------------------------------------------------------------------------------
================================================================================
php-composer-xdebug-handler-1.3.2-1.fc29 (FEDORA-2019-7a9ec920fa)
Restarts a process without xdebug
--------------------------------------------------------------------------------
Update Information:
**Version 1.3.2** - 2019-01-28 * Fixed: exit call being blocked by uopz
extension, resulting in application code running twice.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 29 2019 Remi Collet <remi(a)remirepo.net> - 1.3.2-1
- update to 1.3.2
--------------------------------------------------------------------------------
================================================================================
php-pecl-ds-1.2.8-1.fc29 (FEDORA-2019-cb132f49a8)
Data Structures for PHP
--------------------------------------------------------------------------------
Update Information:
**Version 1.2.8** * Fixed buffer outflow during deserialization of map
objects.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 29 2019 Remi Collet <remi(a)remirepo.net> - 1.2.8-1
- update to 1.2.8
--------------------------------------------------------------------------------
================================================================================
picard-2.1.2-1.fc29 (FEDORA-2019-a0aad89aa3)
MusicBrainz-based audio tagger
--------------------------------------------------------------------------------
Update Information:
Upstream release rhbz#1670378 ---- Upstream release rhbz#1670378
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Gerald Cox <gbcox(a)fedoraproject.org> - 2.1.2-1
- Upstream release rhbz#1670378
* Tue Jan 29 2019 Gerald Cox <gbcox(a)fedoraproject.org> - 2.1.1-1
- Upstream release rhbz#1670378
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1670378 - picard-2.1.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1670378
--------------------------------------------------------------------------------
================================================================================
python-distroinfo-0.2.0-1.fc29 (FEDORA-2019-041e589ae0)
Parsing and querying distribution metadata stored in text/YAML files
--------------------------------------------------------------------------------
Update Information:
Update to upstream 0.2.0
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Jakub Ru��i��ka <jruzicka(a)redhat.com> 0.2.0-1
- Update to 0.2.0
--------------------------------------------------------------------------------
================================================================================
python-remoto-0.0.35-1.fc29 (FEDORA-2019-1438c41070)
Execute remote commands or processes
--------------------------------------------------------------------------------
Update Information:
Update to the latest release, 0.0.35. See the [upstream
changelog](https://github.com/alfredodeza/remoto/blob/master/CHANGELOG.rst) for
more details.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Ken Dreyer <kdreyer(a)redhat.com> - 0.0.35-1
- Update to 0.0.35
- Fix EPEL 7 compatibility with BR: python-execnet
--------------------------------------------------------------------------------
================================================================================
python-sqlalchemy-1.2.17-1.fc29 (FEDORA-2019-acb1fb3ed0)
Modular and flexible ORM library for python
--------------------------------------------------------------------------------
Update Information:
This update contains a new upstream bugfix and enhancement release. The
upstream [changelog](https://docs.sqlalchemy.org/en/latest/changelog/changelog_1
2.html#change-1.2.17) contains a list of all changes in version 1.2.17.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Nils Philippsen <nils(a)tiptoe.de> - 1.2.17-1
- version 1.2.17
--------------------------------------------------------------------------------
================================================================================
qpid-proton-0.26.0-1.fc29 (FEDORA-2019-f0fddf08af)
A high performance, lightweight messaging library
--------------------------------------------------------------------------------
Update Information:
Rebased to 0.26.0.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Jan 7 2019 Irina Boverman <iboverma(a)redhat.com> - 0.26.0-1
- Rebased to 0.26.0
--------------------------------------------------------------------------------
================================================================================
relval-2.4.2-1.fc29 (FEDORA-2019-6a39f0ae12)
Tool for interacting with Fedora QA wiki pages
--------------------------------------------------------------------------------
Update Information:
This new version of relval enhances the JSON data output by `relval testcase-
stats` a little. This is the only change.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Adam Williamson <awilliam(a)redhat.com> - 2.4.2-1
- New release 2.4.2: per-environment last_tested in testcase_stats json
--------------------------------------------------------------------------------
================================================================================
rubygem-test-unit-3.3.0-200.fc29 (FEDORA-2019-ee2744f28e)
Improved version of Test::Unit bundled in Ruby 1.8.x
--------------------------------------------------------------------------------
Update Information:
New version 3.3.0 is released.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 30 2019 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 3.3.0-200
- 3.3.0
--------------------------------------------------------------------------------
================================================================================
sanlock-3.6.0-8.fc29 (FEDORA-2019-a27b970ddf)
A shared storage lock manager
--------------------------------------------------------------------------------
Update Information:
lockfile: Keep lockfile owned by root
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 29 2019 David Teigland <teigland(a)redhat.com> - 3.6.0-8
- python build fix for fedora
* Thu Nov 29 2018 David Teigland <teigland(a)redhat.com> - 3.6.0-7
- lockfile ownership patch
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.6.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1593853 - Sanlock fail to create lockfile on Fedora 28
https://bugzilla.redhat.com/show_bug.cgi?id=1593853
--------------------------------------------------------------------------------
================================================================================
scribus-generator-2.8-1.fc29 (FEDORA-2019-9ff816ce15)
Open source high-quality PDF template and mail-merge alternative
--------------------------------------------------------------------------------
Update Information:
Update to version 2.8
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jan 29 2019 Luya Tshimbalanga <luya(a)fedoraproject.org> - 2.8-1
- Update to 2.8
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1670643 - scribus-generator-2.8 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1670643
--------------------------------------------------------------------------------
4 years, 8 months