All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/sudo: drop unneeded autoreconf
@ 2021-01-27 20:59 Peter Korsgaard
  2021-01-28 20:10 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2021-01-27 20:59 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=84a8aac451906c30f79c123afe4a415573021dc5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Commit 4fea71ac785cc (package/sudo: security bump to version 1.9.5p2)
removed the patch, but forgot to remove the now unneeded autoreconf.  Fix
that.

Reported-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/sudo/sudo.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk
index 7a6320e7e4..ce18b9d965 100644
--- a/package/sudo/sudo.mk
+++ b/package/sudo/sudo.mk
@@ -11,8 +11,6 @@ SUDO_LICENSE_FILES = doc/LICENSE
 SUDO_CPE_ID_VALID = YES
 SUDO_CPE_ID_VERSION = 1.9.5
 SUDO_CPE_ID_VERSION_MINOR = p2
-# We're patching lib/eventlog/Makefile.in
-SUDO_AUTORECONF = YES
 # This is to avoid sudo's make install from chown()ing files which fails
 SUDO_INSTALL_TARGET_OPTS = INSTALL_OWNER="" DESTDIR="$(TARGET_DIR)" install
 SUDO_CONF_OPTS = \

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [git commit] package/sudo: drop unneeded autoreconf
  2021-01-27 20:59 [Buildroot] [git commit] package/sudo: drop unneeded autoreconf Peter Korsgaard
@ 2021-01-28 20:10 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2021-01-28 20:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=84a8aac451906c30f79c123afe4a415573021dc5
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > Commit 4fea71ac785cc (package/sudo: security bump to version 1.9.5p2)
 > removed the patch, but forgot to remove the now unneeded autoreconf.  Fix
 > that.

 > Reported-by: Baruch Siach <baruch@tkos.co.il>
 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2020.02.x and 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-28 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27 20:59 [Buildroot] [git commit] package/sudo: drop unneeded autoreconf Peter Korsgaard
2021-01-28 20:10 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.