On Wed, 1 Jul 2020 at 15:05, Fabio Valentini <decathorpe@xxxxxxxxx> wrote:
On Mon, Jun 29, 2020 at 4:06 PM Jie Kang <jkang@xxxxxxxxxx> wrote:
>
> Hi all,
>
> javamail ursine is using version 1.5.2 while there are some module
> streams at 1.6.x
>
> The upstream project also moved to the eclipse foundation and these
> 1.6.x releases have different exports for OSGi, making an update to
> them potentially breaking for users.
>
> I'd like to update ursine to 1.6.x, but I understand packages
> depending on them should be notified or some such. However I realized
> I don't know what commands to run to get a list of such and then where
> to send it. Could anyone advise?
>
> Also, upstream repo was renamed: https://github.com/eclipse-ee4j/mail
> so maybe a new package 'mail' can be introduced to use it? Any
> thoughts there?
I use this command to check for dependent packages:
$ dnf --repo rawhide --repo rawhide-source --releasever rawhide
repoquery --whatrequires javamail
Which is enough, since there are no other subpackages except -javadoc.
The command yielded (on July 1):
ant-0:1.10.8-1.fc33.src
ant-javamail-0:1.10.8-1.fc33.noarch
bouncycastle-0:1.65-2.fc33.src
httpunit-0:1.7-29.fc32.src
log4j-0:2.13.1-1.fc33.src
log4j12-0:1.2.17-26.fc32.src
openas2-0:2.10.0-2.fc33.src
openas2-lib-0:2.10.0-2.fc33.noarch
So the list of affected packages seems to be:
- ant (Stewardship / Java SIG will deal with this)
- bouncycastle (?)
Bouncycastle is me (it is a dep of jgit). From reading the javamail "compat" document: https://javaee.github.io/javamail/docs/COMPAT.txt it looks like I probably will need to take no action at all.
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx