!122 update to 1.9.15p5
From: @qsw333 Reviewed-by: @houmingyong, @HuaxinLuGitee Signed-off-by: @HuaxinLuGitee
This commit is contained in:
commit
fe2f22cd38
@ -10,7 +10,7 @@ Subject: [PATCH] Fix compilation error on sw64 arch.
|
|||||||
3 files changed, 6 insertions(+), 6 deletions(-)
|
3 files changed, 6 insertions(+), 6 deletions(-)
|
||||||
|
|
||||||
diff --git a/include/compat/endian.h b/include/compat/endian.h
|
diff --git a/include/compat/endian.h b/include/compat/endian.h
|
||||||
index fe6ee83..76ce6e9 100644
|
index fe6ee838e..76ce6e959 100644
|
||||||
--- a/include/compat/endian.h
|
--- a/include/compat/endian.h
|
||||||
+++ b/include/compat/endian.h
|
+++ b/include/compat/endian.h
|
||||||
@@ -51,7 +51,7 @@
|
@@ -51,7 +51,7 @@
|
||||||
@ -23,11 +23,11 @@ index fe6ee83..76ce6e9 100644
|
|||||||
defined(MIPSEL) || defined(_MIPSEL) || defined(ns32000) || \
|
defined(MIPSEL) || defined(_MIPSEL) || defined(ns32000) || \
|
||||||
defined(__ns3200) || defined(sun386) || defined(vax) || \
|
defined(__ns3200) || defined(sun386) || defined(vax) || \
|
||||||
diff --git a/plugins/sudoers/auth/secureware.c b/plugins/sudoers/auth/secureware.c
|
diff --git a/plugins/sudoers/auth/secureware.c b/plugins/sudoers/auth/secureware.c
|
||||||
index 49a4b4e..b47c0b8 100644
|
index a193e5561..a15101a90 100644
|
||||||
--- a/plugins/sudoers/auth/secureware.c
|
--- a/plugins/sudoers/auth/secureware.c
|
||||||
+++ b/plugins/sudoers/auth/secureware.c
|
+++ b/plugins/sudoers/auth/secureware.c
|
||||||
@@ -46,7 +46,7 @@
|
@@ -46,7 +46,7 @@
|
||||||
#include "sudoers.h"
|
#include <sudoers.h>
|
||||||
#include "sudo_auth.h"
|
#include "sudo_auth.h"
|
||||||
|
|
||||||
-#ifdef __alpha
|
-#ifdef __alpha
|
||||||
@ -35,7 +35,7 @@ index 49a4b4e..b47c0b8 100644
|
|||||||
extern int crypt_type;
|
extern int crypt_type;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@ sudo_secureware_init(struct passwd *pw, sudo_auth *auth)
|
@@ -60,7 +60,7 @@ sudo_secureware_init(const struct sudoers_context *ctx, struct passwd *pw,
|
||||||
if (auth->data != NULL)
|
if (auth->data != NULL)
|
||||||
debug_return_int(AUTH_SUCCESS);
|
debug_return_int(AUTH_SUCCESS);
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ index 49a4b4e..b47c0b8 100644
|
|||||||
if (crypt_type == INT_MAX)
|
if (crypt_type == INT_MAX)
|
||||||
debug_return_int(AUTH_FAILURE); /* no shadow */
|
debug_return_int(AUTH_FAILURE); /* no shadow */
|
||||||
#endif
|
#endif
|
||||||
@@ -81,7 +81,7 @@ sudo_secureware_verify(struct passwd *pw, const char *pass, sudo_auth *auth, str
|
@@ -83,7 +83,7 @@ sudo_secureware_verify(const struct sudoers_context *ctx, struct passwd *pw,
|
||||||
if (pass[0] == '\0')
|
if (pass[0] == '\0')
|
||||||
debug_return_int(pw_epasswd[0] ? AUTH_FAILURE : AUTH_SUCCESS);
|
debug_return_int(pw_epasswd[0] ? AUTH_FAILURE : AUTH_SUCCESS);
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ index 49a4b4e..b47c0b8 100644
|
|||||||
epass = dispcrypt(pass, pw_epasswd, crypt_type);
|
epass = dispcrypt(pass, pw_epasswd, crypt_type);
|
||||||
# else
|
# else
|
||||||
diff --git a/plugins/sudoers/getspwuid.c b/plugins/sudoers/getspwuid.c
|
diff --git a/plugins/sudoers/getspwuid.c b/plugins/sudoers/getspwuid.c
|
||||||
index 650b3f3..f31dd5f 100644
|
index dd5092d72..0b48cb8f7 100644
|
||||||
--- a/plugins/sudoers/getspwuid.c
|
--- a/plugins/sudoers/getspwuid.c
|
||||||
+++ b/plugins/sudoers/getspwuid.c
|
+++ b/plugins/sudoers/getspwuid.c
|
||||||
@@ -51,7 +51,7 @@
|
@@ -51,7 +51,7 @@
|
||||||
@ -78,4 +78,3 @@ index 650b3f3..f31dd5f 100644
|
|||||||
--
|
--
|
||||||
2.33.0
|
2.33.0
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
sudo-1.9.15p5.tar.gz
Normal file
BIN
sudo-1.9.15p5.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.9.14p1
|
Version: 1.9.15p5
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Allows restricted root access for specified users
|
Summary: Allows restricted root access for specified users
|
||||||
License: ISC
|
License: ISC
|
||||||
@ -155,6 +155,9 @@ chrpath -d $RPM_BUILD_ROOT/usr/libexec/sudo/*
|
|||||||
%exclude %{_pkgdocdir}/ChangeLog
|
%exclude %{_pkgdocdir}/ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 8 2024 wangqingsan <wangqingsan@huawei.com> - 1.9.15p5-1
|
||||||
|
- Upgrade to 1.9.15p5
|
||||||
|
|
||||||
* Wed Jul 19 2023 zhoushuiqing <zhoushuiqing2@huawei.com> - 1.9.14p1-1
|
* Wed Jul 19 2023 zhoushuiqing <zhoushuiqing2@huawei.com> - 1.9.14p1-1
|
||||||
- Upgrade to 1.9.14p1
|
- Upgrade to 1.9.14p1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user