Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (e13bca2cc1a38bdbd280b0c5dd3104fa625818d6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (e13bca2cc1a38bdbd280b0c5dd3104fa625818d6)
  • Date: Wed, 10 Apr 2024 17:08:15 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

security-libs/linux-pam/DETAILS | 4 +--
security-libs/linux-pam/HISTORY | 5 ++++
security-libs/linux-pam/PRE_BUILD | 4 ---
security-libs/linux-pam/patches/0001-pam_init_handlers.patch | 12
----------
security-libs/linux-pam/patches/pam_namespace.diff | 13
-----------
5 files changed, 7 insertions(+), 31 deletions(-)

New commits:
commit e13bca2cc1a38bdbd280b0c5dd3104fa625818d6
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

security-libs/linux-pam: version 1.6.1

diff --git a/security-libs/linux-pam/DETAILS b/security-libs/linux-pam/DETAILS
index 3fdec42..d346e08 100755
--- a/security-libs/linux-pam/DETAILS
+++ b/security-libs/linux-pam/DETAILS
@@ -1,6 +1,6 @@
SPELL=linux-pam
- VERSION=1.6.0
-
SOURCE_HASH=sha512:7af07edb71a79275ad7f7f3bd82a4619b12a23a10f5fb2e5d810c6aadb718fd739ed17ca336c3420945d48d326e91874d8e45cfc5a4bf01a0cc5f9663bd2a0ad
+ VERSION=1.6.1
+
SOURCE_HASH=sha512:ddb5a5f296f564b76925324550d29f15d342841a97815336789c7bb922a8663e831edeb54f3dcd1eaf297e3325c9e2e6c14b8740def5c43cf3f160a8a14fa2ea
SECURITY_PATCH=5
SOURCE=Linux-PAM-$VERSION.tar.xz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Linux-PAM-${VERSION}"
diff --git a/security-libs/linux-pam/HISTORY b/security-libs/linux-pam/HISTORY
index 8d178e0..9163ea9 100644
--- a/security-libs/linux-pam/HISTORY
+++ b/security-libs/linux-pam/HISTORY
@@ -1,3 +1,8 @@
+2024-04-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.6.1
+ * PRE_BUILD, patches/0001-pam_init_handlers.patch,
patches/pam_namespace.diff:
+ removed, applied in upstream
+
2024-01-21 Treeve Jelbert <treeve AT sourcemage.org>
* patches/pam_namespace.diff: added, upstream patch

diff --git a/security-libs/linux-pam/PRE_BUILD
b/security-libs/linux-pam/PRE_BUILD
deleted file mode 100755
index f80ee7d..0000000
--- a/security-libs/linux-pam/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-apply_patch_dir patches
diff --git a/security-libs/linux-pam/patches/0001-pam_init_handlers.patch
b/security-libs/linux-pam/patches/0001-pam_init_handlers.patch
deleted file mode 100644
index 0b7f321..0000000
--- a/security-libs/linux-pam/patches/0001-pam_init_handlers.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/libpam/pam_handlers.c b/libpam/pam_handlers.c
---- a/libpam/pam_handlers.c
-+++ b/libpam/pam_handlers.c
-@@ -500,7 +500,7 @@ int _pam_init_handlers(pam_handle_t *pamh)
-
- if (pamh->confdir == NULL
- && (f = fopen(PAM_CONFIG,"r")) != NULL) {
-- retval = _pam_parse_conf_file(pamh, f, NULL, PAM_T_ANY,
0, 1);
-+ retval = _pam_parse_conf_file(pamh, f, NULL, PAM_T_ANY,
0, 1, 0);
- fclose(f);
- } else
- #endif /* PAM_READ_BOTH_CONFS */
diff --git a/security-libs/linux-pam/patches/pam_namespace.diff
b/security-libs/linux-pam/patches/pam_namespace.diff
deleted file mode 100644
index f7dfa16..0000000
--- a/security-libs/linux-pam/patches/pam_namespace.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/modules/pam_namespace/pam_namespace.c
b/modules/pam_namespace/pam_namespace.c
-index f72d67189..b16731c22 100644
---- a/modules/pam_namespace/pam_namespace.c
-+++ b/modules/pam_namespace/pam_namespace.c
-@@ -34,6 +34,8 @@
-
- #define _ATFILE_SOURCE
-
-+#include "config.h"
-+#include <stdint.h>
- #include "pam_cc_compat.h"
- #include "pam_inline.h"
- #include "pam_namespace.h"


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (e13bca2cc1a38bdbd280b0c5dd3104fa625818d6), Pavel Vinogradov, 04/10/2024

Archive powered by MHonArc 2.6.24.

Top of Page