Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8c916f96e1d41ca2d0a7472e7913c64cadf0aa28)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8c916f96e1d41ca2d0a7472e7913c64cadf0aa28)
  • Date: Sun, 21 Jan 2024 14:26:53 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

graphics/ocrad/DETAILS | 2 +-
graphics/ocrad/HISTORY | 3 +++
security-libs/linux-pam/HISTORY | 3 +++
security-libs/linux-pam/patches/pam_namespace.diff | 13 +++++++++++++
4 files changed, 20 insertions(+), 1 deletion(-)

New commits:
commit 8c916f96e1d41ca2d0a7472e7913c64cadf0aa28
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

linux-pam - fix build

commit 58a7de1c6c1546d9dd5b73de2bab72cddb1eddd0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ocrad: => 0.29

diff --git a/graphics/ocrad/DETAILS b/graphics/ocrad/DETAILS
index eff31ba..ba9fa16 100755
--- a/graphics/ocrad/DETAILS
+++ b/graphics/ocrad/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://ftp.gnu.org/gnu/ocrad
SPELL=ocrad
- VERSION=0.28
+ VERSION=0.29
SOURCE=$SPELL-$VERSION.tar.lz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/graphics/ocrad/HISTORY b/graphics/ocrad/HISTORY
index 40aa10b..f5bde5e 100644
--- a/graphics/ocrad/HISTORY
+++ b/graphics/ocrad/HISTORY
@@ -1,3 +1,6 @@
+2024-01-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.29
+
2022-01-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.28

diff --git a/security-libs/linux-pam/HISTORY b/security-libs/linux-pam/HISTORY
index 62acacb..8d178e0 100644
--- a/security-libs/linux-pam/HISTORY
+++ b/security-libs/linux-pam/HISTORY
@@ -1,3 +1,6 @@
+2024-01-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * patches/pam_namespace.diff: added, upstream patch
+
2024-01-17 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.6.0
* DEPENDS: added optional systemd
diff --git a/security-libs/linux-pam/patches/pam_namespace.diff
b/security-libs/linux-pam/patches/pam_namespace.diff
new file mode 100644
index 0000000..f7dfa16
--- /dev/null
+++ b/security-libs/linux-pam/patches/pam_namespace.diff
@@ -0,0 +1,13 @@
+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 Treeve Jelbert (8c916f96e1d41ca2d0a7472e7913c64cadf0aa28), Treeve Jelbert, 01/21/2024

Archive powered by MHonArc 2.6.24.

Top of Page