Skip to Content.
Sympa Menu

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

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 (e21bc1b90354843d723671c99dfe42ede64d5318)
  • Date: Tue, 8 Aug 2017 08:43:30 +0000

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

ChangeLog | 3 +++
libs/libcfg+/DETAILS | 8 ++++----
libs/libcfg+/HISTORY | 4 ++++
libs/libnsl/DEPENDS | 2 ++
libs/libnsl/DETAILS | 15 +++++++++++++++
libs/libnsl/HISTORY | 3 +++
libs/libnsl/PRE_BUILD | 3 +++
security-libs/linux-pam/DEPENDS | 5 ++++-
security-libs/linux-pam/DETAILS | 1 +
security-libs/linux-pam/HISTORY | 5 +++++
10 files changed, 44 insertions(+), 5 deletions(-)

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

linux-pam - fix NSL usage

commit 68a9cefd11c0dbe74daaa15689cfb4210add58d4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libnsl-1.0.5

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

libcfg+: => 0.7.0

diff --git a/ChangeLog b/ChangeLog
index f02dbbb..b5c8ddb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-08-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/libnsl: NIS(YP) and NIS+ in a IPv6 ready version
+
2017-08-05 Vlad Glagolev <stealth AT sourcemage.org>
* net/nettop: new spell, simple process/network usage report for Linux

diff --git a/libs/libcfg+/DETAILS b/libs/libcfg+/DETAILS
index ba89926..7b76b43 100755
--- a/libs/libcfg+/DETAILS
+++ b/libs/libcfg+/DETAILS
@@ -1,11 +1,11 @@
SPELL=libcfg+
- VERSION=0.6.2
+ VERSION=0.7.0
+ VX=136
+
SOURCE_HASH=sha512:73444c89aab9e835ecc630b8fee5e83717fccc3d78736b1e9055b2404cbac7caf9b9fb84709b48800e2409bd40a8727e74db77eeb796079cd435aec8e3bdcc2b
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-# SOURCE_URL[0]=http://platon.sk/projects/download.php?id=57
- SOURCE_URL[0]=http://platon.sk/upload/_projects/00003/$SOURCE
+ SOURCE_URL[0]="http://platon.sk/projects/download.php?id=$VX";

WEB_SITE=http://opensource.platon.sk/projects/main_page.php?project_id=3
-
SOURCE_HASH=sha512:9fbdd22ab405dcf330d39cee5f1c4b80344feaa55b5cefa592dd2c0fd0b16a571d05df4e42ad2915dfacd2f1a586b8a893def450fc7ba0e6516eb07cdee0a0fd
LICENSE[0]=GPL
ENTERED=20051005
KEYWORDS="libs"
diff --git a/libs/libcfg+/HISTORY b/libs/libcfg+/HISTORY
index d67b19e..9ccc782 100644
--- a/libs/libcfg+/HISTORY
+++ b/libs/libcfg+/HISTORY
@@ -1,3 +1,7 @@
+2017-08-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.0
+ it may be necessary to do the download manually, as summon has
problems
+
2012-05-25 Sukneet Basuta <sukneet AT sourcemage.org>
* BUILD: if x86_64, force fPIC cflag
* DETAILS: fixed website
diff --git a/libs/libnsl/DEPENDS b/libs/libnsl/DEPENDS
new file mode 100755
index 0000000..bdcf16c
--- /dev/null
+++ b/libs/libnsl/DEPENDS
@@ -0,0 +1,2 @@
+depends libtirpc &&
+optional_depends gettext '--enable-nls' '--disable-nls' 'NLS support'
diff --git a/libs/libnsl/DETAILS b/libs/libnsl/DETAILS
new file mode 100755
index 0000000..ed94329
--- /dev/null
+++ b/libs/libnsl/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libnsl
+ VERSION=1.0.5
+
SOURCE_HASH=sha512:ce0423042d372a9f800738480d222164e7ad2e09c9efa80d4845b9a06b78f478c395a65a4c175dd708d01f0bb9be9514526c44df48990221fd6d28c785767c49
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-$SPELL-${VERSION}"
+ WEB_SITE="https://github.com/thkukuk/libnsl";
+ SOURCE_URL[0]="$WEB_SITE/archive/$SOURCE"
+ LICENSE[0]="LGPL"
+ ENTERED=20170808
+ KEYWORDS=""
+ SHORT="NIS(YP) and NIS+ library"
+
+cat << EOF
+public client interface for NIS(YP) and NIS+ in a IPv6 ready version
+EOF
diff --git a/libs/libnsl/HISTORY b/libs/libnsl/HISTORY
new file mode 100644
index 0000000..970390b
--- /dev/null
+++ b/libs/libnsl/HISTORY
@@ -0,0 +1,3 @@
+2017-08-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.5
+ spell created
diff --git a/libs/libnsl/PRE_BUILD b/libs/libnsl/PRE_BUILD
new file mode 100755
index 0000000..c51d7b2
--- /dev/null
+++ b/libs/libnsl/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoreconf -f -i --symlink
diff --git a/security-libs/linux-pam/DEPENDS b/security-libs/linux-pam/DEPENDS
index 025c925..3810203 100755
--- a/security-libs/linux-pam/DEPENDS
+++ b/security-libs/linux-pam/DEPENDS
@@ -14,4 +14,7 @@ optional_depends db '--enable-db=db'
'--enable-db=no' 'database backen
optional_depends gettext '--enable-nls' '--disable-nls' 'NLS support'
&&
optional_depends libselinux "--enable-selinux" "--disable-selinux" "for
selinux support" &&
optional_depends libprelude "--enable-prelude" "--disable-prelude" "for
prelude ids support" &&
-optional_depends libtirpc '' '' 'RPC protocol, for NIS support'
+optional_depends libtirpc '--enable-nis' '--disable-nis' 'RPC protocol,
for NIS support' &&
+if is_depends_enabled $SPELL libtirpc;then
+ depends libnsl
+fi
diff --git a/security-libs/linux-pam/DETAILS b/security-libs/linux-pam/DETAILS
index 5da8073..614fa88 100755
--- a/security-libs/linux-pam/DETAILS
+++ b/security-libs/linux-pam/DETAILS
@@ -1,5 +1,6 @@
SPELL=linux-pam
VERSION=1.3.0
+ PATCHELEVEL=1
SECURITY_PATCH=4

SOURCE_HASH=sha512:4a89ca4b6f4676107aca4018f7c11addf03495266b209cb11c913f8b5d191d9a1f72197715dcf2a69216b4036de88780bcbbb5a8652e386910d71ba1b6282e42
SOURCE=Linux-PAM-$VERSION.tar.bz2
diff --git a/security-libs/linux-pam/HISTORY b/security-libs/linux-pam/HISTORY
index 1f4ab3a..e2c4e93 100644
--- a/security-libs/linux-pam/HISTORY
+++ b/security-libs/linux-pam/HISTORY
@@ -1,3 +1,8 @@
+2017-08-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHELEVEL=1
+ * DEPENDS: properly disable nis support
+ add libnsl, otherwise pam is broken by glibc-2.26
+
2016-05-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: SECURITY_PATCH++ (missed security update for 1.2.1)




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e21bc1b90354843d723671c99dfe42ede64d5318), Treeve Jelbert, 08/08/2017

Archive powered by MHonArc 2.6.24.

Top of Page