Bug 230826 - [PATCH] mail/exim: Stop using arc4random_stir
Summary: [PATCH] mail/exim: Stop using arc4random_stir
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks: 230756
  Show dependency treegraph
 
Reported: 2018-08-23 02:59 UTC by Xin LI
Modified: 2018-08-26 07:54 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (vsevolod)


Attachments
Proposed patch (1.37 KB, patch)
2018-08-23 02:59 UTC, Xin LI
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xin LI freebsd_committer freebsd_triage 2018-08-23 02:59:04 UTC
Created attachment 196454 [details]
Proposed patch

arc4random_stir should not be used directly (it's fully automated after r227520, or approximately __FreeBSD_version 1000002), the interface will be removed soon (bug 230756).

Please upstream this patch.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-08-26 07:46:58 UTC
A commit references this bug:

Author: delphij
Date: Sun Aug 26 07:45:56 UTC 2018
New revision: 478103
URL: https://svnweb.freebsd.org/changeset/ports/478103

Log:
  mail/exim: Stop using arc4random_stir.

  PR:		230826, 230756
  Approved by:	portmgr

Changes:
  head/mail/exim/Makefile
  head/mail/exim/files/patch-OS_os.h-FreeBSD
Comment 2 Xin LI freebsd_committer freebsd_triage 2018-08-26 07:54:20 UTC
Patch upstreamed at https://bugs.exim.org/show_bug.cgi?id=2304 .