Recent CentOS Stream Qt update broke some EPEL packages like keepassxc
that needed a rebuild against the new Qt version.
Can we talk about a way to prevent this from happening again?
Best regards
[1]: https://bugzilla.redhat.com/show_bug.cgi?id=2077742
The following Fedora EPEL 9 Security updates need testing:
Age URL
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-1ee1fe2c17 libopenmpt-0.6.6-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
coin-or-Sample-1.2.12-6.el9
exim-4.96-2.el9
fail2ban-1.0.1-1.el9
gpsbabel-1.8.0-3.el9
icewm-3.0.0-1.el9
java-latest-openjdk-19.0.0.0.36-2.rolling.el9
lua-expat-1.4.1-1.el9
lua-readline-3.2-1.el9
openarc-1.0.0-0.15.Beta3.el9
packit-0.59.1-1.el9
perl-Parallel-ForkManager-2.02-14.el9
python-google-auth-2.12.0-1.el9
python-textfsm-1.1.2-1.el9
Details about builds:
================================================================================
coin-or-Sample-1.2.12-6.el9 (FEDORA-EPEL-2022-531374e46a)
Coin-or Sample data files
--------------------------------------------------------------------------------
Update Information:
- New build
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jul 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.12-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jan 19 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 21 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2131244 - request epel 9 branch for coin-or-Sample
https://bugzilla.redhat.com/show_bug.cgi?id=2131244
--------------------------------------------------------------------------------
================================================================================
exim-4.96-2.el9 (FEDORA-EPEL-2022-fa3d472c04)
The exim mail transfer agent
--------------------------------------------------------------------------------
Update Information:
This is an update fixing "tainted search query is not properly quoted" for
greylisting.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 3 2022 Jaroslav ��karvada <jskarvad(a)redhat.com> - 4.96-2
- Fixed "tainted search query is not properly quoted" for greylisting,
patch provided by Marcel H��rry <mh+fedora(a)scrit.ch>
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2127633 - exim-greylist 4.96 "tainted search query is not properly quoted"
https://bugzilla.redhat.com/show_bug.cgi?id=2127633
--------------------------------------------------------------------------------
================================================================================
fail2ban-1.0.1-1.el9 (FEDORA-EPEL-2022-e7b2b9cfe2)
Daemon to ban hosts that cause multiple authentication errors
--------------------------------------------------------------------------------
Update Information:
Fail2Ban: Changelog =================== ver. 1.0.1 (2022/09/27) - energy-
equals-mass-times-the-speed-of-light-squared ----------- ### Compatibility *
the minimum supported python version is now 2.7, if you have previous python
version you can use the 0.11 version of fail2ban or upgrade python (or even
build it from source). * potential incompatibility by parsing of options of
`backend`, `filter` and `action` parameters (if they are partially incorrect),
because fail2ban could throw an error now (doesn't silently bypass it anymore).
* due to fix for CVE-2021-32749 (GHSA-m985-3f3v-cwmm) the mailing action using
mailutils may require extra configuration, if it is not compatible or doesn't
support `-E 'set escape'` (e. g. with `mailcmd` parameter), see gh-3059 *
automatic invocation of 2to3 is removed in setup now (gh-3098), there is also no
option `--disable-2to3` anymore, `./fail2ban-2to3` should be called outside
before setup * to v.0.11: - due to change of `actioncheck` behavior (gh-488),
some actions can be incompatible as regards the invariant check, if
`actionban` or `actionunban` would not throw an error (exit code different
from 0) in case of unsane environment. - actions that have used tag `<ip>`
(instead of `<fid>` or `<F-ID>`) to get failure-ID may become incompatible,
if filter uses IP-related tags (like `<ADDR>` or `<HOST>`) additionally to
`<F-ID>` and the values are different (gh-3217) ### Fixes * theoretical RCE
vulnerability in mailing action using mailutils (mail-whois), CVE-2021-32749,
GHSA-m985-3f3v-cwmm * readline fixed to consider interim new-line character as
part of code point in multi-byte logs (e. g. unicode encoding like utf-16be,
utf-16le); * [stability] solves race condition with uncontrolled growth of
failure list (jail with too many matches, that did not cause ban), behavior
changed to ban ASAP, gh-2945 * fixes search for the best datepattern - e. g. if
line is too short, boundaries check for previously known unprecise pattern may
fail on incomplete lines (logging break-off, no flush, etc), gh-3020 *
[stability, performance] backend `systemd`: - fixes error "local variable
'line' referenced before assignment", introduced in 55d7d9e2, gh-3097 - don't
update database too often (every 10 ticks or ~ 10 seconds in production) -
fixes wrong time point of "in operation" mode, gh-2882 - better avoidance of
landing in dead space by seeks over journals (improved seek to time) - fixes
missing space in message (tag `<matches>`) between timestamp and host if the
message read from systemd journal, gh-3293 * [stability] backend `pyinotify`:
fixes sporadic runtime error "dictionary changed size during iteration" *
several backends optimizations (in file and journal filters): - don't need to
wait if we still had log-entries from last iteration (which got interrupted for
servicing) - rewritten update log/journal position, it is more stable and
faster now (fewer DB access and surely up-to-date at end) * `paths-debian.conf`:
- add debian path to roundcube error logs * `action.d/firewallcmd-*.conf`
(multiport only): fixed port range selector, replacing `:` with `-`;" reverted
the incompatibility gh-3047 introduced in a038fd5, gh-2821, because this depends
now on firewalld backend (e. g. `-` vs. `:` related to `iptables` vs.
`nftables`) * `action.d/nginx-block-map.conf`: reload nginx only if it is
running (also avoid error in nginx-errorlog, gh-2949) * `action.d/ufw.conf`: -
fixed handling on IPv6 (using prepend, gh-2331, gh-3018) - application names
containing spaces can be used now (gh-656, gh-1532, gh-3018) * `filter.d/apache-
fakegooglebot.conf`: - better, more precise regex and datepattern (closes
possible weakness like gh-3013) - `filter.d/ignorecommands/apache-
fakegooglebot` - added timeout parameter (default 55 seconds), avoid fail with
timeout (default 1 minute) by reverse lookup on some slow DNS services
(googlebots must be resolved fast), gh-2951 * `filter.d/apache-overflows.conf` -
extended to match AH00126 error (Invalid URI ...), gh-2908 *
`filter.d/asterisk.conf` - add transport to asterisk RE: call rejection messages
can have the transport prefixed to the IP address, gh-2913 * `filter.d/courier-
auth.conf`: - consider optional port after IP, gh-3211 - regex is rewritten
without catch-all's and right anchor, so it is more stable against further
modifications now * `filter.d/dovecot.conf`: - adjusted for updated dovecot
log format with `read(size=...)` in message (gh-3210) - parse everything in
parenthesis by auth-worker info, e. g. can match (pid=...,uid=...) too (amend to
gh-2553) - extended to match prefix like `conn unix:auth-worker (uid=143):
auth-worker<13247>:` (authenticate from external service like exim), gh-2553
- fixed "Authentication failure" regex, matches "Password mismatch" in title
case (gh-2880) * `filter.d/drupal-auth.conf` - more strict regex, extended to
match "Login attempt failed from" (gh-2742) * `filter.d/exim-common.conf` - pid-
prefix extended to match `mx1 exim[...]:` (gh-2553) * `filter.d/lighttpd-
auth.conf` - adjusted to the current source code + avoiding catch-all's, etc
(gh-3116) * `filter.d/named-refused.conf`: - added support for alternate names
(suffix), FreeIPA renames the BIND9 named daemon to named-pkcs11, gh-2636 -
fixes prefix for messages from systemd journal (no mandatory space ahead,
because don't have timestamp), gh-2899 * `filter.d/nginx-*.conf` - added
journalmatch to nginx filters, gh-2935 * `filter.d/nsd.conf` - support for
current log format, gh-2965 * `filter.d/postfix.conf`: fixes and new vectors,
review and combining several regex to single RE: - mode `ddos` (and
`aggressive`) extended: * to consider abusive handling of clients hitting
command limit, gh-3040 * to handle postscreen's PREGREET and HANGUP
messages, gh-2898 - matches rejects with "undeliverable address"
(sender/recipient verification) additionally to "Unknown user", gh-3039
both are configurable now via extended parameter and can be disabled using
`exre-user=` supplied in filter parameters - reject: BDAT/DATA from, gh-2927
- (since regex is more precise now) token selector changed to `[A-Z]{4}`, e. g.
no matter what a command is supplied now (RCPT, EHLO, VRFY, DATA, BDAT or
something else) - matches "Command rejected" and "Data command rejected" now
- matches RCPT from unknown, 504 5.5.2, need fully-qualified hostname, gh-2995
- matches 550 5.7.25 Client host rejected, gh-2996 * `filter.d/sendmail-
auth.conf`: - detect several "authentication failure" messages, sendmail
8.16.1, gh-2757 - detect user not found, gh-3030 - detect failures without
user part, gh-3324 * `filter.d/sendmail-reject.conf`: - fix reverse DNS for
... (gh-3012) - fixed regex to consider "Connection rate limit exceeded" with
different combination of arguments * `filter.d/sshd.conf`: - mode `ddos`
extended - recognizes messages "kex_exchange_identification: Connection closed /
reset by pear", gh-3086 (fixed possible regression of f77398c) - mode
`ddos` extended - recognizes new message "banner exchange: invalid format"
generated by port scanner (https payload on ssh port), gh-3169 *
`filter.d/zoneminder.conf` - support new log format (ERR instead of WAR), add
detection of non-existent user login attempts, gh-2984 * amend to gh-980 fixing
several actions (correctly supporting new enhancements now) * fixed typo by
`--dump-pretty` option which did never work (only `--dp` was working) * fixes
start of fail2ban-client in docker: speedup daemonization process by huge open
files limit, gh-3334 * provides details of failed regex compilation in the error
message we throw in Regex-constructor (it's good to know what exactly is
wrong) * fixed failed update of database didn't signal with an error, gh-3352:
- client and server exit with error code by failure during start process (in
foreground mode) - added fallback to repair if database cannot be upgraded
### New Features and Enhancements * python 3.10 and 3.11 compatibility (and GHA-
CI support) * `actioncheck` behavior is changed now (gh-488), so invariant check
as well as restore or repair of sane environment (in case of recognized
unsane state) would only occur on action errors (e. g. if ban or unban
operations are exiting with other code as 0) * better recognition of log
rotation, better performance by reopen: avoid unnecessary seek to begin of file
(and hash calculation) * file filter reads only complete lines (ended with new-
line) now, so waits for end of line (for its completion) * datedetector: -
token `%Z` must recognize zone abbreviation `Z` (GMT/UTC) also (similar to `%z`)
- token `%Z` recognizes all known zone abbreviation besides Z, GMT, UTC
correctly, if it is matching (`%z` remains unchanged for backwards-
compatibility, see comment in code) - date patterns `%ExY` and `%Exy` accept
every year from 19xx up to current century (+3 years) in `fail2ban-regex` -
better grouping algorithm for resulting century RE for `%ExY` and `%Exy` *
actions differentiate tags `<ip>` and `<fid>` (`<F-ID>`), if IP-address deviates
from ID then the value of `<ip>` is not equal `<fid>` anymore (gh-3217) *
action info extended with new members for jail info (usable as tags in command
actions), gh-10: - `<jail.found>`, `<jail.found_total>` - current and total
found failures - `<jail.banned>`, `<jail.banned_total>` - current and total
bans * `filter.d/monitorix.conf` - added new filter and jail for Monitorix,
gh-2679 * `filter.d/mssql-auth.conf` - new filter and jail for Microsoft SQL
Server, gh-2642 * `filter.d/nginx-bad-request.conf` - added filter to find bad
requests (400), gh-2750 * `filter.d/nginx-http-auth.conf` - extended with
parameter mode, so additionally to `auth` (or `normal`) mode `fallback` (or
combined as `aggressive`) can find SSL errors while SSL handshaking, gh-2881 *
`filter.d/scanlogd.conf` - new filter and jail, add support for filtering out
detected port scans via scanlogd, gh-2950 * `action.d/apprise.conf` - added
Apprise support (50+ Notifications), gh-2565 * `action.d/badips.*` - removed
actions, badips.com is no longer active, gh-2889 * `action.d/cloudflare.conf` -
better IPv6 capability, gh-2891 * `action.d/cloudflare-token.conf` - added
support for Cloudflare Token APIs. This method is more restrictive and
therefore safter than using API Keys. * `action.d/ipthreat.conf` - new action
for IPThreat integration, gh-3349 * `action.d/ufw.conf` (gh-3018): - new
option `add` (default `prepend`), can be supplied as `insert 1` for ufw versions
before v.0.36 (gh-2331, gh-3018) - new options `kill-mode` and `kill` to drop
established connections of intruder (see action for details, gh-3018) *
`iptables` and `iptables-ipset` actions extended to support multiple protocols
with single action for multiport or oneport type (back-ported from nftables
action); * `iptables` actions are more breakdown-safe: start wouldn't fail if
chain or rule already exists (e. g. created by previous instance and doesn't
get purged properly); ultimately closes gh-980 * `ipset` actions are more
breakdown-safe: start wouldn't fail if set with this name already exists (e.
g. created by previous instance and don't deleted properly) * replace internals
of several `iptables` and `iptables-ipset` actions using internals of iptables
include: - better check mechanism (using `-C`, option `--check` is available
long time); - additionally iptables-ipset is a common action for `iptables-
ipset-proto6-*` now (which become obsolete now); - many features of different
iptables actions are combinable as single chain/rule (can be supplied to action
as parameters); - iptables is a replacement for iptables-common now, several
actions using this as include now become obsolete; * new logtarget SYSTEMD-
JOURNAL, gh-1403 * fail2ban.conf: new fail2ban configuration option `allowipv6`
(default `auto`), can be used to allow or disallow IPv6 interface in fail2ban
immediately by start (e. g. if fail2ban starts before network interfaces),
gh-2804 * invalidate IP/DNS caches by reload, so inter alia would allow to
recognize IPv6IsAllowed immediately, previously retarded up to cache max-time
(5m), gh-2804 * OpenRC (Gentoo, mainly) service script improvements, gh-2182 *
suppress unneeded info "Jail is not a JournalFilter instance" (moved to debug
level), gh-3186 * implements new interpolation variable `%(fail2ban_confpath)s`
(automatically substituted from config-reader path, default `/etc/fail2ban`
or `/usr/local/etc/fail2ban` depending on distribution); `ignorecommands_dir` is
unneeded anymore, thus removed from `paths-common.conf`, fixes gh-3005 *
`fail2ban-regex`: accepts filter parameters containing new-line
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 2 2022 Richard Shaw <hobbes1069(a)gmail.com> - 1.0.1-1
- Update to 1.0.1.
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.11.2-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 15 2022 Python Maint <python-maint(a)redhat.com> - 0.11.2-13
- Rebuilt for Python 3.11
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2130834 - fail2ban-1.0.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2130834
--------------------------------------------------------------------------------
================================================================================
gpsbabel-1.8.0-3.el9 (FEDORA-EPEL-2022-bc15c240ad)
A tool to convert between various formats used by GPS devices
--------------------------------------------------------------------------------
Update Information:
Start EPEL 9
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 2 2022 Fedora Release Engineering <corsepiu(a)fedoraproject.org> - 1.8.0-3
- Build against libusb1 instead of libusb (F37FTBS, RHBZ#2113432).
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Jan 22 2022 Ralf Cors��pius <corsepiu(a)fedoraproject.org> - 1.8.0-1
- Update to 1.8.0.
- Drop unused patches.
- Drop qtwebkit (Upstream unsupported).
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.7.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Sep 3 2020 Jeff Law <law(a)redhat.com> - 1.7.0-2
- Drop local extern decl for errno (again)
* Thu Aug 13 2020 Ralf Cors��pius <corsepiu(a)fedoraproject.org> - 1.7.0-1
- Update to 1.7.0.
- Rework patches.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #213193 - Review Request: gaim-rhythmbox - Rhythmbox plugin for GAIM
https://bugzilla.redhat.com/show_bug.cgi?id=213193
--------------------------------------------------------------------------------
================================================================================
icewm-3.0.0-1.el9 (FEDORA-EPEL-2022-e35e0d5101)
Window manager designed for speed, usability, and consistency
--------------------------------------------------------------------------------
Update Information:
Update to latest version
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 3 2022 Artem Polishchuk <ego.cordatus(a)gmail.com> 3.0.0-1
- chore(update): 3.0.0
--------------------------------------------------------------------------------
================================================================================
java-latest-openjdk-19.0.0.0.36-2.rolling.el9 (FEDORA-EPEL-2022-9b375cb42e)
OpenJDK 19 Runtime Environment
--------------------------------------------------------------------------------
Update Information:
update to rc version of JDK 19
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 29 2022 Andrew Hughes <gnu.andrew(a)redhat.com> - 1:19.0.0.0.36-2.rolling
- Switch to static builds, reducing system dependencies and making build more portable
* Mon Aug 29 2022 Andrew Hughes <gnu.andrew(a)redhat.com> - 1:19.0.0.0.36-1.rolling
- Update to RC version of OpenJDK 19
- Update release notes to 19.0.0
- Rebase FIPS patches from fips-19u branch
- Need to include the '.S' suffix in debuginfo checks after JDK-8284661
- Add patch to provide translations for Europe/Kyiv added in tzdata2022b
- Add test to ensure timezones can be translated
- Remove references to sample directory removed by JDK-8284999
--------------------------------------------------------------------------------
================================================================================
lua-expat-1.4.1-1.el9 (FEDORA-EPEL-2022-68ff8b3b5f)
SAX XML parser based on the Expat library
--------------------------------------------------------------------------------
Update Information:
# LuaExpat 1.4.1 * Fix bad buffer size calculation in threat parser #
LuaExpat 1.4.0 * Improved Lua version support (5.1 - 5.4) * Fix memory leak
when callbacks reference a parser object * Expose Expat library version
(lxp._EXPAT_VERSION) * Added `lxp.totable` module * Fix integers being
returned as floats on Lua 5.3+ * Fix `XmlDecl` callback can also return `nil`
for 'standalone' * Many documentation updates * Added triplet namespace
setting (returnnstriplet) * Added `EntityDecl` handler * Added `AttlistDecl`
handler * Added `ElementDecl` handler * Added `SkippedEntity` handler *
Added `EndDoctypeDecl` handler * More tests and new test setup; Busted,
LuaCheck, Github actions * Improved finishing, multiple nil-calls no longer
throw errors * Fix `lxp.lom` to properly handle input as function, table, or
file * Added option for namespace aware parsing to the `lxp.lom` module *
Repository moved to lunarmodules * Added threat protection parser (protects
against excessivly large inputs), with options for the `lxp.lom` and
`lxp.totable` to use it
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 3 2022 Robert Scheck <robert(a)fedoraproject.org> 1.4.1-1
- Upgrade to 1.4.1
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
lua-readline-3.2-1.el9 (FEDORA-EPEL-2022-1188d91d64)
Lua interface to the readline and history libraries
--------------------------------------------------------------------------------
Update Information:
* Update to 3.2 (#2131450) * Upstream change: fix a memory leak in
`readline()`
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 3 2022 Robert Scheck <robert(a)fedoraproject.org> 3.2-1
- Update to 3.2 (#2131450)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2131450 - lua-readline-3.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2131450
--------------------------------------------------------------------------------
================================================================================
openarc-1.0.0-0.15.Beta3.el9 (FEDORA-EPEL-2022-b8ba136d3c)
An open source library and milter for providing ARC service
--------------------------------------------------------------------------------
Update Information:
- config: Remove PidFile from config as systemd doesn't need it - systemd:
Remove ReadWritePaths as it's not needed - systemd: Add Restart=on-failure -
RPM: add postun to restart on upgrade
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 2 2022 Matt Domsch<mdomsch(a)fedoraproject.org> - 1.0.0-0.15.Beta3
- Remove PidFile from config as systemd doesn't need it
- Remove ReadWritePaths from systemd as it's not needed
* Mon Sep 5 2022 Matt Domsch<mdomsch(a)fedoraproject.org> - 1.0.0-0.14.Beta3
- Add Restart=on-failure to systemd service file
- add postun to restart on upgrade
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-0.13.Beta3.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue May 24 2022 Matt Domsch <mdomsch(a)fedoraproject.org> - 1.0.0-0.13.Beta3
- Add upstream PR 121 to fix Office 365 signature validation
- Use systemd service type=simple to avoid PID file race
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-0.11.Beta3.5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Sep 14 2021 Sahana Prasad <sahana(a)redhat.com> - 1.0.0-0.11.Beta3.4
- Rebuilt with OpenSSL 3.0.0
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-0.11.Beta3.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-0.11.Beta3.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2131610 - [RFE:EPEL9] EPEL9 branch for openarc
https://bugzilla.redhat.com/show_bug.cgi?id=2131610
--------------------------------------------------------------------------------
================================================================================
packit-0.59.1-1.el9 (FEDORA-EPEL-2022-5963a06891)
A tool for integrating upstream projects with Fedora operating system
--------------------------------------------------------------------------------
Update Information:
Initial build for EPEL 9.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Sep 16 2022 Packit Team <hello(a)packit.dev> - 0.59.1-1
- New upstream release 0.59.1
* Thu Aug 25 2022 Nikola Forr�� <nforro(a)redhat.com> - 0.59.0-1
- New upstream release 0.59.0
* Thu Aug 18 2022 Laura Barcziova <lbarczio(a)redhat.com> - 0.58.0-1
- New upstream release 0.58.0
* Thu Aug 4 2022 Frantisek Lachman <flachman(a)redhat.com> - 0.57.0-1
- New upstream release 0.57.0
* Thu Jul 28 2022 Matej Focko <mfocko(a)redhat.com> - 0.56.0-1
- New upstream release 0.56.0
* Thu Jul 14 2022 Franti��ek Ne��as <fnecas(a)redhat.com> - 0.55.0-1
- New upstream release 0.55.0
* Wed Jun 29 2022 Tomas Tomecek <ttomecek(a)redhat.com> - 0.54.0-1
- New upstream release 0.54.0
* Wed Jun 22 2022 Nikola Forr�� <nforro(a)redhat.com> - 0.53.0-1
- New upstream release 0.53.0
* Wed Jun 8 2022 Maja Massarini <mmassari(a)redhat.com> - 0.52.1-1
- New upstream release 0.52.1
* Thu May 26 2022 Laura Barcziova <lbarczio(a)redhat.com> - 0.52.0-1
- New upstream release 0.52.0
* Thu May 12 2022 Tomas Tomecek <ttomecek(a)redhat.com> - 0.51.0-1
- New upstream release 0.51.0
* Thu May 5 2022 Matej Focko <mfocko(a)redhat.com> - 0.50.0-1
- New upstream release 0.50.0
* Tue Apr 12 2022 Jiri Popelka <jpopelka(a)redhat.com> - 0.49.0-1
- new upstream release 0.49.0
* Wed Mar 30 2022 Maja Massarini <mmassari(a)redhat.com> - 0.48.0-1
- new upstream release 0.48.0
* Wed Mar 16 2022 Frantisek Lachman <flachman(a)redhat.com> - 0.47.1-1
- new upstream release 0.47.1
* Tue Mar 8 2022 Ji���� Kyjovsk�� <jkyjovsk(a)redhat.com> - 0.47.0-1
- new upstream release 0.47.0
* Wed Feb 16 2022 Tomas Tomecek <ttomecek(a)redhat.com> - 0.46.0-1
- new upstream release 0.46.0
* Fri Feb 4 2022 Matej Focko <mfocko(a)redhat.com> - 0.45.0-1
- new upstream release 0.45.0
* Thu Jan 20 2022 Hunor Csomort��ni <csomh(a)redhat.com> - 0.44.0-1
- new upstream release 0.44.0
* Wed Dec 8 2021 Tomas Tomecek <ttomecek(a)redhat.com> - 0.43.0-1
- 0.43.0 upstream release
* Wed Nov 24 2021 Laura Barcziova <lbarczio(a)redhat.com> - 0.42.0-1
- new upstream release 0.42.0
* Thu Nov 11 2021 Hunor Csomort��ni <csomh(a)redhat.com> - 0.41.0-1
- new upstream release 0.41.0
* Tue Oct 26 2021 Frantisek Lachman <flachman(a)redhat.com> - 0.40.0-1
- new upstream release 0.40.0
* Thu Oct 14 2021 Jiri Kyjovsky <jkyjovsk(a)redhat.com> - 0.39.0-1
- new upstream release 0.39.0
* Thu Sep 30 2021 Hunor Csomort��ni <csomh(a)redhat.com> - 0.38.0-1
- new upstream release 0.38.0
* Fri Sep 17 2021 Matej Focko <mfocko(a)redhat.com> - 0.37.0-1
- new upstream release 0.37.0
* Wed Sep 1 2021 Jiri Popelka <jpopelka(a)redhat.com> - 0.36.0-1
- new upstream release 0.36.0
* Thu Aug 5 2021 Tomas Tomecek <ttomecek(a)redhat.com> - 0.35.0-1
- new upstream release 0.35.0
* Thu Jul 8 2021 Laura Barcziova <lbarczio(a)redhat.com> - 0.34.0-1
- new upstream release 0.34.0
* Thu Jun 24 2021 Ben Crocker <bcrocker(a)redhat.com> - 0.33.1-1
- new upstream release 0.33.1
* Wed Jun 9 2021 Matej Mu��ila <mmuzila(a)redhat.com> - 0.32.0-1
- new upstream release 0.32.0
* Thu May 27 2021 Frantisek Lachman <flachman(a)redhat.com> - 0.31.0-1
- new upstream release 0.31.0
* Fri May 14 2021 Matej Focko <mfocko(a)redhat.com> - 0.30.1-1
- new upstream release 0.30.1
* Fri May 14 2021 Matej Focko <mfocko(a)redhat.com> - 0.30.0-1
- new upstream release 0.30.0
* Thu Apr 29 2021 Jiri Popelka <jpopelka(a)redhat.com> - 0.29.0-1
- new upstream release 0.29.0
* Wed Mar 31 2021 Hunor Csomort��ni <csomh(a)redhat.com> - 0.28.0-1
- new upstream release 0.28.0
* Wed Mar 17 2021 Jiri Popelka <jpopelka(a)redhat.com> - 0.27.0-1
- new upstream release 0.27.0
* Wed Mar 3 2021 Laura Barcziova <lbarczio(a)redhat.com> - 0.26.0-1
- new upstream release 0.26.0
* Fri Feb 12 2021 Matej Mu��ila <mmuzila(a)redhat.com> - 0.25.0-1
- new upstream release 0.25.0
* Thu Jan 21 2021 Jan ����otka <jscotka(a)redhat.com> - 0.24.0-1
- new upstream release 0.24.0
* Thu Jan 7 2021 Frantisek Lachman <flachman(a)redhat.com> - 0.23.0-1
- new upstream release 0.23.0
* Thu Dec 10 2020 Laura Barcziova <lbarczio(a)redhat.com> - 0.22.0-1
- new upstream release 0.22.0
* Wed Nov 25 2020 Jiri Popelka <jpopelka(a)redhat.com> - 0.21.0-1
- new upstream release 0.21.0
* Thu Oct 29 2020 Matej Focko <mfocko(a)redhat.com> - 0.19.0-1
- new upstream release 0.19.0
* Thu Oct 15 2020 Jiri Popelka <jpopelka(a)redhat.com> - 0.18.0-1
- new upstream release 0.18.0
* Tue Sep 29 2020 Dominika Hodovska <dhodovsk(a)redhat.com> - 0.17.0-1
- new upstream release 0.17.0
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2120229 - Build packit in EPEL 9
https://bugzilla.redhat.com/show_bug.cgi?id=2120229
--------------------------------------------------------------------------------
================================================================================
perl-Parallel-ForkManager-2.02-14.el9 (FEDORA-EPEL-2022-523b11d6fc)
Simple parallel processing fork manager
--------------------------------------------------------------------------------
Update Information:
This package contains the Perl module Parallel-ForkManager, a module intended
for use in operations that can be done in parallel where the number of processes
to be forked off should be limited.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.02-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 1 2022 Jitka Plesnikova <jplesnik(a)redhat.com> - 2.02-13
- Perl 5.36 rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.02-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.02-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri May 21 2021 Jitka Plesnikova <jplesnik(a)redhat.com> - 2.02-10
- Perl 5.34 rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.02-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.02-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2099988 - Please branch and build perl-Parallel-ForkManager in epel9
https://bugzilla.redhat.com/show_bug.cgi?id=2099988
--------------------------------------------------------------------------------
================================================================================
python-google-auth-2.12.0-1.el9 (FEDORA-EPEL-2022-95dca19b75)
Google Auth Python Library
--------------------------------------------------------------------------------
Update Information:
Update to 2.12.0
--------------------------------------------------------------------------------
ChangeLog:
* Fri Sep 30 2022 Fedora Release Monitoring <release-monitoring(a)fedoraproject.org> - 1:2.12.0-1
- Update to 2.12.0 (#2128641)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2128641 - python-google-auth-2.12.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2128641
--------------------------------------------------------------------------------
================================================================================
python-textfsm-1.1.2-1.el9 (FEDORA-EPEL-2022-18fdcf4de0)
Python module for parsing semi-structured text into python tables
--------------------------------------------------------------------------------
Update Information:
Build for EPEL9
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jul 26 2022 Joel Capitao <jcapitao(a)redhat.com> - 1.1.2-1
- Update to upstream version 1.1.2 (#1697095)
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint(a)redhat.com> - 1.1.0-5
- Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 1.1.0-2
- Rebuilt for Python 3.10
* Mon Feb 22 2021 Javier Pe��a <jpena(a)redhat.com> - 1.1.0-1
- Update to upstream version 1.1.0 (#1931302)
- Remove python2 subpackage
- Enable unit tests
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.2-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.2-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2101224 - Please branch and build python-textfsm for EPEL9
https://bugzilla.redhat.com/show_bug.cgi?id=2101224
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-f0317a13d8 dropbear-2017.75-2.el7
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-de23d337b0 libopenmpt-0.6.6-1.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
exim-4.96-2.el7
lua-expat-1.4.1-1.el7
lua-readline-3.2-1.el7
seamonkey-2.53.14-3.el7
Details about builds:
================================================================================
exim-4.96-2.el7 (FEDORA-EPEL-2022-2ea6df27c0)
The exim mail transfer agent
--------------------------------------------------------------------------------
Update Information:
This is an update fixing "tainted search query is not properly quoted" for
greylisting.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 3 2022 Jaroslav ��karvada <jskarvad(a)redhat.com> - 4.96-2
- Fixed "tainted search query is not properly quoted" for greylisting,
patch provided by Marcel H��rry <mh+fedora(a)scrit.ch>
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2127633 - exim-greylist 4.96 "tainted search query is not properly quoted"
https://bugzilla.redhat.com/show_bug.cgi?id=2127633
--------------------------------------------------------------------------------
================================================================================
lua-expat-1.4.1-1.el7 (FEDORA-EPEL-2022-1f19c2eaa9)
SAX XML parser based on the Expat library
--------------------------------------------------------------------------------
Update Information:
# LuaExpat 1.4.1 * Fix bad buffer size calculation in threat parser #
LuaExpat 1.4.0 * Improved Lua version support (5.1 - 5.4) * Fix memory leak
when callbacks reference a parser object * Expose Expat library version
(lxp._EXPAT_VERSION) * Added `lxp.totable` module * Fix integers being
returned as floats on Lua 5.3+ * Fix `XmlDecl` callback can also return `nil`
for 'standalone' * Many documentation updates * Added triplet namespace
setting (returnnstriplet) * Added `EntityDecl` handler * Added `AttlistDecl`
handler * Added `ElementDecl` handler * Added `SkippedEntity` handler *
Added `EndDoctypeDecl` handler * More tests and new test setup; Busted,
LuaCheck, Github actions * Improved finishing, multiple nil-calls no longer
throw errors * Fix `lxp.lom` to properly handle input as function, table, or
file * Added option for namespace aware parsing to the `lxp.lom` module *
Repository moved to lunarmodules * Added threat protection parser (protects
against excessivly large inputs), with options for the `lxp.lom` and
`lxp.totable` to use it
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 3 2022 Robert Scheck <robert(a)fedoraproject.org> 1.4.1-1
- Upgrade to 1.4.1
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jun 29 2020 Tom Callaway <spot(a)fedoraproject.org> - 1.3.0-19
- rebuild for lua 5.4
* Wed Jan 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Sep 9 2019 Jan Beran <jaberan(a)redhat.com> - 1.3.0-17
- Add -std=c99 flag when building
* Sat Jul 27 2019 Robert Scheck <robert(a)fedoraproject.org> - 1.3.0-16
- Spec file cleanups
* Thu Jul 25 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Feb 1 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.3.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
lua-readline-3.2-1.el7 (FEDORA-EPEL-2022-92aa1c1f7f)
Lua interface to the readline and history libraries
--------------------------------------------------------------------------------
Update Information:
* Update to 3.2 (#2131450) * Upstream changes: * fix a memory leak in
`readline()` * reset `OldHistoryLength` if `histfile` gets set
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 3 2022 Robert Scheck <robert(a)fedoraproject.org> 3.2-1
- Update to 3.2 (#2131450)
* Sun Jul 24 2022 Robert Scheck <robert(a)fedoraproject.org> 3.1-1
- Update to 3.1 (#2076855)
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> 3.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> 3.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Dec 9 2021 Michel Alexandre Salim <salimma(a)fedoraproject.org> - 3.0-3
- Opt-in to rpmautospec
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2131450 - lua-readline-3.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2131450
--------------------------------------------------------------------------------
================================================================================
seamonkey-2.53.14-3.el7 (FEDORA-EPEL-2022-66467c33ea)
Web browser, e-mail, news, IRC client, HTML editor
--------------------------------------------------------------------------------
Update Information:
Some stability fixes. ---- Update to 2.53.14 Note that besides the ordinary
builds for the current Fedora and EPEL branches, there is an additional distro-
independed build available at https://buc.fedorapeople.org/seamonkey . So if you
have friends who use other Linux distro, but that distro does not provide
SeaMonkey yet, you can recommend it for them.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 3 2022 Dmitry Butskoy <Dmitry(a)Butskoy.name> 2.53.14-3
- add fix for mozbz 1443429 and mozbz 1443746,
return back no more broken patches
* Sun Oct 2 2022 Dmitry Butskoy <Dmitry(a)Butskoy.name> 2.53.14-2
- rebuild without potentially broken patches
* Tue Sep 27 2022 Dmitry Butskoy <Dmitry(a)Butskoy.name> 2.53.14-1
- update to 2.53.14
--------------------------------------------------------------------------------
The following Fedora EPEL 8 Security updates need testing:
Age URL
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-9f67252d52 chromium-105.0.5195.125-2.el8
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-6319bfdcaa python-dnslib-0.9.21-1.el8
5 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-3bebee4625 openssl3-3.0.1-41.el8.1
4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-54e8e9bf3b dropbear-2019.78-4.el8
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-39cd10714f lighttpd-1.4.67-1.el8
2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-f70a782e69 gitqlient-1.5.0-2.el8
1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-6ae624fe64 libopenmpt-0.6.6-1.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
epel-release-8-18.el8
exim-4.96-2.el8
icewm-3.0.0-2.el8
lua-readline-3.2-1.el8
mmtf-cpp-1.1.0-1.el8
openarc-1.0.0-0.15.Beta3.el8
seamonkey-2.53.14-3.el8
Details about builds:
================================================================================
epel-release-8-18.el8 (FEDORA-EPEL-2022-1244a58967)
Extra Packages for Enterprise Linux repository configuration
--------------------------------------------------------------------------------
Update Information:
Disable epel-modular repo by default and mark all epel-modular repos as
deprecated. https://pagure.io/epel/issue/198
--------------------------------------------------------------------------------
ChangeLog:
* Thu Sep 29 2022 Carl George <carl(a)george.computer> - 8-18
- Disable epel-modular repo by default
- Mark all epel-modular repos as deprecated
--------------------------------------------------------------------------------
================================================================================
exim-4.96-2.el8 (FEDORA-EPEL-2022-0d7031d4ae)
The exim mail transfer agent
--------------------------------------------------------------------------------
Update Information:
This is an update fixing "tainted search query is not properly quoted" for
greylisting.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 3 2022 Jaroslav ��karvada <jskarvad(a)redhat.com> - 4.96-2
- Fixed "tainted search query is not properly quoted" for greylisting,
patch provided by Marcel H��rry <mh+fedora(a)scrit.ch>
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2127633 - exim-greylist 4.96 "tainted search query is not properly quoted"
https://bugzilla.redhat.com/show_bug.cgi?id=2127633
--------------------------------------------------------------------------------
================================================================================
icewm-3.0.0-2.el8 (FEDORA-EPEL-2022-7825da5c2c)
Window manager designed for speed, usability, and consistency
--------------------------------------------------------------------------------
Update Information:
Update to latest version
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 3 2022 Artem Polishchuk <ego.cordatus(a)gmail.com> 3.0.0-1
- chore(update): 3.0.0
--------------------------------------------------------------------------------
================================================================================
lua-readline-3.2-1.el8 (FEDORA-EPEL-2022-8b22a897f6)
Lua interface to the readline and history libraries
--------------------------------------------------------------------------------
Update Information:
* Update to 3.2 (#2131450) * Upstream changes: * fix a memory leak in
`readline()` * reset `OldHistoryLength` if `histfile` gets set
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 3 2022 Robert Scheck <robert(a)fedoraproject.org> 3.2-1
- Update to 3.2 (#2131450)
* Sun Jul 24 2022 Robert Scheck <robert(a)fedoraproject.org> 3.1-1
- Update to 3.1 (#2076855)
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> 3.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> 3.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Dec 9 2021 Michel Alexandre Salim <salimma(a)fedoraproject.org> - 3.0-3
- Opt-in to rpmautospec
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2131450 - lua-readline-3.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2131450
--------------------------------------------------------------------------------
================================================================================
mmtf-cpp-1.1.0-1.el8 (FEDORA-EPEL-2022-a687e65ea3)
The Macromolecular Transmission Format (MMTF) header only files
--------------------------------------------------------------------------------
Update Information:
- Release 1.1.0
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 3 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 1.1.0-1
- Release 1.1.0
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Aug 1 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-7
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
openarc-1.0.0-0.15.Beta3.el8 (FEDORA-EPEL-2022-7bd95d726b)
An open source library and milter for providing ARC service
--------------------------------------------------------------------------------
Update Information:
- config: Remove PidFile from config as systemd doesn't need it - systemd:
Remove ReadWritePaths as it's not needed - systemd: Add Restart=on-failure -
RPM: add postun to restart on upgrade
--------------------------------------------------------------------------------
ChangeLog:
* Sun Oct 2 2022 Matt Domsch<mdomsch(a)fedoraproject.org> - 1.0.0-0.15.Beta3
- Remove PidFile from config as systemd doesn't need it
- Remove ReadWritePaths from systemd as it's not needed
* Mon Sep 5 2022 Matt Domsch<mdomsch(a)fedoraproject.org> - 1.0.0-0.14.Beta3
- Add Restart=on-failure to systemd service file
- add postun to restart on upgrade
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-0.13.Beta3.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue May 24 2022 Matt Domsch <mdomsch(a)fedoraproject.org> - 1.0.0-0.13.Beta3
- Add upstream PR 121 to fix Office 365 signature validation
- Use systemd service type=simple to avoid PID file race
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-0.11.Beta3.5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Sep 14 2021 Sahana Prasad <sahana(a)redhat.com> - 1.0.0-0.11.Beta3.4
- Rebuilt with OpenSSL 3.0.0
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-0.11.Beta3.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-0.11.Beta3.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-0.11.Beta3.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2131610 - [RFE:EPEL9] EPEL9 branch for openarc
https://bugzilla.redhat.com/show_bug.cgi?id=2131610
--------------------------------------------------------------------------------
================================================================================
seamonkey-2.53.14-3.el8 (FEDORA-EPEL-2022-0dc9b5c110)
Web browser, e-mail, news, IRC client, HTML editor
--------------------------------------------------------------------------------
Update Information:
Some stability fixes. ---- Update to 2.53.14 Note that besides the ordinary
builds for the current Fedora and EPEL branches, there is an additional distro-
independed build available at https://buc.fedorapeople.org/seamonkey . So if you
have friends who use other Linux distro, but that distro does not provide
SeaMonkey yet, you can recommend it for them.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 3 2022 Dmitry Butskoy <Dmitry(a)Butskoy.name> 2.53.14-3
- add fix for mozbz 1443429 and mozbz 1443746,
return no more broken patches
* Sun Oct 2 2022 Dmitry Butskoy <Dmitry(a)Butskoy.name> 2.53.14-2
- rebuild without potentially broken patches
* Tue Sep 27 2022 Dmitry Butskoy <Dmitry(a)Butskoy.name> 2.53.14-1
- update to 2.53.14
--------------------------------------------------------------------------------