Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sudo: update to 1.9.12p1.
@ 2022-12-08  0:52 mhmdanas
  2023-01-12 20:57 ` [PR PATCH] [Closed]: " abenson
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: mhmdanas @ 2022-12-08  0:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages sudo-1.9.12p1
https://github.com/void-linux/void-packages/pull/40971

sudo: update to 1.9.12p1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/40971.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sudo-1.9.12p1-40971.patch --]
[-- Type: text/x-diff, Size: 1063 bytes --]

From b80ecfc8db8be35df325c230e3ec7fcad0293eb4 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 8 Dec 2022 00:51:19 +0000
Subject: [PATCH] sudo: update to 1.9.12p1.

---
 srcpkgs/sudo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template
index b28ced997ea8..e9fa6fcd091f 100644
--- a/srcpkgs/sudo/template
+++ b/srcpkgs/sudo/template
@@ -1,6 +1,6 @@
 # Template file for 'sudo'
 pkgname=sudo
-version=1.9.11p3
+version=1.9.12p1
 revision=1
 build_style=gnu-configure
 configure_args="--with-ignore-dot --with-insults=disabled --with-all-insults --with-env-editor
@@ -15,7 +15,7 @@ license="ISC"
 homepage="https://www.sudo.ws/"
 changelog="https://www.sudo.ws/repos/sudo/raw-file/tip/NEWS"
 distfiles="https://www.sudo.ws/dist/sudo-${version}.tar.gz"
-checksum=4687e7d2f56721708f59cca2e1352c056cb23de526c22725615a42bb094f1f70
+checksum=475a18a8eb3da8b2917ceab063a6baf51ea09128c3c47e3e0e33ab7497bab7d8
 conf_files="/etc/pam.d/sudo /etc/sudoers"
 lib32disabled=yes
 

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

* Re: [PR PATCH] [Closed]: sudo: update to 1.9.12p1.
  2022-12-08  0:52 [PR PATCH] sudo: update to 1.9.12p1 mhmdanas
@ 2023-01-12 20:57 ` abenson
  2023-01-13 19:13 ` johna23-lab
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: abenson @ 2023-01-12 20:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1086 bytes --]

There's a closed pull request on the void-packages repository

sudo: update to 1.9.12p1.
https://github.com/void-linux/void-packages/pull/40971

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: sudo: update to 1.9.12p1.
  2022-12-08  0:52 [PR PATCH] sudo: update to 1.9.12p1 mhmdanas
  2023-01-12 20:57 ` [PR PATCH] [Closed]: " abenson
@ 2023-01-13 19:13 ` johna23-lab
  2023-01-13 19:13 ` johna23-lab
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: johna23-lab @ 2023-01-13 19:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 411 bytes --]

New comment by johna23-lab on void-packages repository

https://github.com/void-linux/void-packages/pull/40971#issuecomment-1382269758

Comment:
After udate the system and the sudo (using xpbs-install -Suv) now i get this errors

sudo
sudo: /etc/sudoers is not a regular file
sudo: no valid sudoers sources found, quitting
sudo: error initializing audit plugin sudoers_audit

Something broke the system?

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

* Re: sudo: update to 1.9.12p1.
  2022-12-08  0:52 [PR PATCH] sudo: update to 1.9.12p1 mhmdanas
  2023-01-12 20:57 ` [PR PATCH] [Closed]: " abenson
  2023-01-13 19:13 ` johna23-lab
@ 2023-01-13 19:13 ` johna23-lab
  2023-01-13 19:30 ` mhmdanas
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: johna23-lab @ 2023-01-13 19:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

New comment by johna23-lab on void-packages repository

https://github.com/void-linux/void-packages/pull/40971#issuecomment-1382269758

Comment:
After update the system and the sudo (using xpbs-install -Suv) now i get this errors

sudo
sudo: /etc/sudoers is not a regular file
sudo: no valid sudoers sources found, quitting
sudo: error initializing audit plugin sudoers_audit

Something broke the system?

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

* Re: sudo: update to 1.9.12p1.
  2022-12-08  0:52 [PR PATCH] sudo: update to 1.9.12p1 mhmdanas
                   ` (2 preceding siblings ...)
  2023-01-13 19:13 ` johna23-lab
@ 2023-01-13 19:30 ` mhmdanas
  2023-01-13 19:36 ` johna23-lab
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mhmdanas @ 2023-01-13 19:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 298 bytes --]

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/40971#issuecomment-1382299262

Comment:
@johna23-lab that sounds worrying, could you please run `su -`, then open /etc/sudoers, and copy and paste its contents in a comment so we can take a look?

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

* Re: sudo: update to 1.9.12p1.
  2022-12-08  0:52 [PR PATCH] sudo: update to 1.9.12p1 mhmdanas
                   ` (3 preceding siblings ...)
  2023-01-13 19:30 ` mhmdanas
@ 2023-01-13 19:36 ` johna23-lab
  2023-01-13 19:44 ` classabbyamp
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: johna23-lab @ 2023-01-13 19:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

New comment by johna23-lab on void-packages repository

https://github.com/void-linux/void-packages/pull/40971#issuecomment-1382307878

Comment:
Here is

https://pastebin.com/raw/3JicgkvF

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

* Re: sudo: update to 1.9.12p1.
  2022-12-08  0:52 [PR PATCH] sudo: update to 1.9.12p1 mhmdanas
                   ` (4 preceding siblings ...)
  2023-01-13 19:36 ` johna23-lab
@ 2023-01-13 19:44 ` classabbyamp
  2023-01-13 19:45 ` classabbyamp
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2023-01-13 19:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40971#issuecomment-1382315304

Comment:
is /etc/suoders a regular file? i.e., what is the output of `ls -l /etc/sudoers` and `file /etc/sudoers`?

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

* Re: sudo: update to 1.9.12p1.
  2022-12-08  0:52 [PR PATCH] sudo: update to 1.9.12p1 mhmdanas
                   ` (5 preceding siblings ...)
  2023-01-13 19:44 ` classabbyamp
@ 2023-01-13 19:45 ` classabbyamp
  2023-01-13 19:57 ` johna23-lab
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2023-01-13 19:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40971#issuecomment-1382315304

Comment:
is /etc/suoders a regular file? i.e., what is the output of `ls -l /etc/sudoers` and `file /etc/sudoers`?

are you using any dotfile manager or something that could change that file?

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

* Re: sudo: update to 1.9.12p1.
  2022-12-08  0:52 [PR PATCH] sudo: update to 1.9.12p1 mhmdanas
                   ` (6 preceding siblings ...)
  2023-01-13 19:45 ` classabbyamp
@ 2023-01-13 19:57 ` johna23-lab
  2023-01-13 19:58 ` johna23-lab
  2023-01-13 19:58 ` johna23-lab
  9 siblings, 0 replies; 11+ messages in thread
From: johna23-lab @ 2023-01-13 19:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 535 bytes --]

New comment by johna23-lab on void-packages repository

https://github.com/void-linux/void-packages/pull/40971#issuecomment-1382326369

Comment:
Well , i tried in a VM i have and the update of sudo worked well, so looks my main system is a bit broke, wich i solved manully downgroading the package and fixing the permissions

Like this one:
pkexec chown root /usr/libexec/sudo/sudoers.so

Summarized: Something was already broke and corrupted the update of sudo, now i fixed and i don't see any problems in the fresh VM i created

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

* Re: sudo: update to 1.9.12p1.
  2022-12-08  0:52 [PR PATCH] sudo: update to 1.9.12p1 mhmdanas
                   ` (7 preceding siblings ...)
  2023-01-13 19:57 ` johna23-lab
@ 2023-01-13 19:58 ` johna23-lab
  2023-01-13 19:58 ` johna23-lab
  9 siblings, 0 replies; 11+ messages in thread
From: johna23-lab @ 2023-01-13 19:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 534 bytes --]

New comment by johna23-lab on void-packages repository

https://github.com/void-linux/void-packages/pull/40971#issuecomment-1382326369

Comment:
Well , i tried in a VM i have and the update of sudo worked well, so looks my main system is a bit broke, wich i solved manully downgrading the package and fixing the permissions

Like this one:
pkexec chown root /usr/libexec/sudo/sudoers.so

Summarized: Something was already broke and corrupted the update of sudo, now i fixed and i don't see any problems in the fresh VM i created

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

* Re: sudo: update to 1.9.12p1.
  2022-12-08  0:52 [PR PATCH] sudo: update to 1.9.12p1 mhmdanas
                   ` (8 preceding siblings ...)
  2023-01-13 19:58 ` johna23-lab
@ 2023-01-13 19:58 ` johna23-lab
  9 siblings, 0 replies; 11+ messages in thread
From: johna23-lab @ 2023-01-13 19:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 535 bytes --]

New comment by johna23-lab on void-packages repository

https://github.com/void-linux/void-packages/pull/40971#issuecomment-1382326369

Comment:
Well , i tried in a VM i have and the update of sudo worked well, so looks my main system is a bit broke, wich i solved manually downgrading the package and fixing the permissions

Like this one:
pkexec chown root /usr/libexec/sudo/sudoers.so

Summarized: Something was already broke and corrupted the update of sudo, now i fixed and i don't see any problems in the fresh VM i created

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

end of thread, other threads:[~2023-01-13 19:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08  0:52 [PR PATCH] sudo: update to 1.9.12p1 mhmdanas
2023-01-12 20:57 ` [PR PATCH] [Closed]: " abenson
2023-01-13 19:13 ` johna23-lab
2023-01-13 19:13 ` johna23-lab
2023-01-13 19:30 ` mhmdanas
2023-01-13 19:36 ` johna23-lab
2023-01-13 19:44 ` classabbyamp
2023-01-13 19:45 ` classabbyamp
2023-01-13 19:57 ` johna23-lab
2023-01-13 19:58 ` johna23-lab
2023-01-13 19:58 ` johna23-lab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).