pam ver. bump
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
diff -Nuar a/modules/pam_namespace/pam_namespace.c b/modules/pam_namespace/pam_namespace.c
|
||||||
|
--- a/modules/pam_namespace/pam_namespace.c 2024-01-17 11:00:00.000000000 +0300
|
||||||
|
+++ b/modules/pam_namespace/pam_namespace.c 2024-01-19 12:35:58.760987871 +0300
|
||||||
|
@@ -38,6 +38,7 @@
|
||||||
|
#include "pam_inline.h"
|
||||||
|
#include "pam_namespace.h"
|
||||||
|
#include "argv_parse.h"
|
||||||
|
+#include <stdint.h>
|
||||||
|
|
||||||
|
/* --- evaluating all files in VENDORDIR/security/namespace.d and /etc/security/namespace.d --- */
|
||||||
|
static const char *base_name(const char *path)
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Pluggable Authentication Modules</Summary>
|
<Summary>Pluggable Authentication Modules</Summary>
|
||||||
<Description>PAM (Pluggable Authentication Modules) is a system security tool that allows system administrators to set authentication policy without having to recompile programs that handle authentication.</Description>
|
<Description>PAM (Pluggable Authentication Modules) is a system security tool that allows system administrators to set authentication policy without having to recompile programs that handle authentication.</Description>
|
||||||
<Archive sha1sum="e61f6795ea81584917301d99c564d610e827295a" type="targz">https://github.com/linux-pam/linux-pam/archive/v1.5.3.tar.gz</Archive>
|
<Archive sha1sum="b91e60a7f55df5f4fd1fafe1d42177f5d8460b2f" type="targz">https://github.com/linux-pam/linux-pam/archive/v1.6.0.tar.gz</Archive>
|
||||||
<AdditionalFiles>
|
<AdditionalFiles>
|
||||||
<AdditionalFile target="pisi-pambase.sh" permission="0755">pisi-pambase.sh</AdditionalFile>
|
<AdditionalFile target="pisi-pambase.sh" permission="0755">pisi-pambase.sh</AdditionalFile>
|
||||||
<!--AdditionalFile target="dlopen.sh" permission="0755">dlopen.sh</AdditionalFile>
|
<!--AdditionalFile target="dlopen.sh" permission="0755">dlopen.sh</AdditionalFile>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<Dependency>libtirpc-devel</Dependency>
|
<Dependency>libtirpc-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">gentoo/pam-1.5.3-termios.patch</Patch>
|
<Patch level="1">glibc.patch</Patch>
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -69,6 +69,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="14">
|
||||||
|
<Date>2024-01-19</Date>
|
||||||
|
<Version>1.6.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="13">
|
<Update release="13">
|
||||||
<Date>2023-06-13</Date>
|
<Date>2023-06-13</Date>
|
||||||
<Version>1.5.3</Version>
|
<Version>1.5.3</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user