Bug 248179 - [PATCH] security/sudo update 1.9.1 --> 1.9.2
Summary: [PATCH] security/sudo update 1.9.1 --> 1.9.2
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: Cy Schubert
URL:
Keywords:
: 248174 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-07-22 16:19 UTC by Cy Schubert
Modified: 2020-07-22 20:12 UTC (History)
1 user (show)

See Also:
garga: maintainer-feedback+
garga: maintainer-feedback+


Attachments
Update sudo to 1.9.2 (775 bytes, patch)
2020-07-22 16:19 UTC, Cy Schubert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cy Schubert freebsd_committer freebsd_triage 2020-07-22 16:19:29 UTC
Created attachment 216669 [details]
Update sudo to 1.9.2

Major changes between sudo 1.9.2 and 1.9.1

 * Fixed package builds on RedHat Enterprise Linux 8.

 * The configure script now uses pkg-config to find the openssl
   cflags and libs where possible.

 * The contents of the log.json I/O log file is now documented in
   the sudoers manual.

 * The sudoers plugin now properly exports the sudoers_audit symbol
   on systems where the compiler lacks symbol visibility controls.
   This caused a regression in 1.9.1 where a successful sudo command
   was not logged due to the missing audit plugin.  Bug #931.

 * Fixed a regression introduced in 1.9.1 that can result in crash
   when there is a syntax error in the sudoers file.  Bug #934.
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2020-07-22 16:31:57 UTC
Approved.  Thanks!!!
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-07-22 17:17:24 UTC
A commit references this bug:

Author: cy
Date: Wed Jul 22 17:17:22 UTC 2020
New revision: 542878
URL: https://svnweb.freebsd.org/changeset/ports/542878

Log:
  Update 1.9.1 --> 1.9.2

  Major changes between sudo 1.9.2 and 1.9.1

   * The configure script now uses pkg-config to find the openssl
     cflags and libs where possible.

   * The contents of the log.json I/O log file is now documented in
     the sudoers manual.

   * The sudoers plugin now properly exports the sudoers_audit symbol
     on systems where the compiler lacks symbol visibility controls.
     This caused a regression in 1.9.1 where a successful sudo command
     was not logged due to the missing audit plugin.  Bug #931.

   * Fixed a regression introduced in 1.9.1 that can result in crash
     when there is a syntax error in the sudoers file.  Bug #934.

  PR:		248179
  Submitted by:	cy
  Reported by:	cy
  Approved by:	garga
  Obtained from:	sudo-announce mailing list
  MFH:		2020Q3 (because of regression fix)

Changes:
  head/security/sudo/Makefile
  head/security/sudo/distinfo
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-07-22 18:23:39 UTC
A commit references this bug:

Author: cy
Date: Wed Jul 22 18:23:05 UTC 2020
New revision: 542884
URL: https://svnweb.freebsd.org/changeset/ports/542884

Log:
  MFH: r542878

  Update 1.9.1 --> 1.9.2

  Major changes between sudo 1.9.2 and 1.9.1

   * The configure script now uses pkg-config to find the openssl
     cflags and libs where possible.

   * The contents of the log.json I/O log file is now documented in
     the sudoers manual.

   * The sudoers plugin now properly exports the sudoers_audit symbol
     on systems where the compiler lacks symbol visibility controls.
     This caused a regression in 1.9.1 where a successful sudo command
     was not logged due to the missing audit plugin.  Bug #931.

   * Fixed a regression introduced in 1.9.1 that can result in crash
     when there is a syntax error in the sudoers file.  Bug #934.

  PR:		248179
  Submitted by:	cy
  Reported by:	cy
  Approved by:	garga
  Approved by:	portmgr (joneum)
  Obtained from:	sudo-announce mailing list

Changes:
_U  branches/2020Q3/
  branches/2020Q3/security/sudo/Makefile
  branches/2020Q3/security/sudo/distinfo
Comment 4 Cy Schubert freebsd_committer freebsd_triage 2020-07-22 18:54:09 UTC
Committed.
Comment 5 Yasuhiro Kimura freebsd_committer freebsd_triage 2020-07-22 20:12:40 UTC
*** Bug 248174 has been marked as a duplicate of this bug. ***