Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (428a37b311ef2e46c9ec4be9599df1b13b1243d9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (428a37b311ef2e46c9ec4be9599df1b13b1243d9)
  • Date: Fri, 13 Nov 2015 19:53:22 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

crypto/keychain/DETAILS | 10 ++++------
crypto/keychain/HISTORY | 5 +++++
crypto/keychain/keychain-2.8.1.tar.bz2.sig |binary
dev/null |binary
devel/ocaml/DEPENDS | 1 -
devel/ocaml/HISTORY | 4 ++++
kernels/lm_sensors/DETAILS | 6 ++++--
kernels/lm_sensors/HISTORY | 3 +++
libs/mpfr/DETAILS | 1 +
libs/mpfr/HISTORY | 5 ++++-
libs/oniguruma/DETAILS | 10 +++++-----
libs/oniguruma/HISTORY | 4 ++++
libs/oniguruma/onig-5.9.6.tar.gz.sig |binary
net/nfs-utils/DEPENDS | 2 +-
net/nfs-utils/HISTORY | 4 ++++
net/nfs-utils/PRE_BUILD | 15 ++++++++++++---
security/nmap/DEPENDS | 2 +-
security/nmap/HISTORY | 3 +++
video-libs/libbluray/DEPENDS | 2 +-
video-libs/libbluray/HISTORY | 3 +++
20 files changed, 59 insertions(+), 21 deletions(-)

New commits:
commit 5de18b9bad26e32bfeab704aa6a83338ab53288b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

oniguruma: Updated to 5.9.6

Geocities site is way dead, moved to GitHub

commit 26844c3dca9eecb481cdfe4c6a95fe817355d5ba
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

lm_sensors: Added a mirror as lm-sensors.org has been down for a month

commit 87f14147b7d1ee239402e83f5ede8a114fc30e48
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ocaml: Removed Labltk from the distribution, now available as a
third-party library

commit bbbebe3048a38733d315cb5d77a13a105c51587d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

keychain: Updated to 2.8.1

Works with OpenSSH 6.8+, see

https://github.com/funtoo/keychain/commit/d76c2e9aa1c05ceac1c2d06a29783ee95e876a37
Updated SOURCE_URLs to only point to upstream SOURCE_URL

commit 7a327ca07a274ba29eb053c401a01d1eb3cb2148
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nfs-utils: Check for CONFIG_NFS_V4 and CONFIG_NFS_V4_1 as needed

commit c4465a0cb64dbb662a2b675773b9e52a9382c7f0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nfs-utils: Use correct CONFIG_NFS_V4 check for NFSv4

Disable both nfsv4 and nfsv41 if NFSv4 is not selected

commit 1a4793ed6efb88b83d4fefafda88ca71d066e28b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nmap: ncat will not build against lua, only lua51

commit 1a1a3c96a81d283c536834033b6a78f3c4afe8ac
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mpfr: HISTORY format cleanup

commit 3537165144c45d5a6cd74181d723bb80a8182e0c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mpfr: Added GNU_URL for mirror as mpfr.org keeps going offline

commit cc72c43afe51b44741d407179a9b44884fcc818b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libbluray: Re-word JAVA dependency text

diff --git a/crypto/keychain/DETAILS b/crypto/keychain/DETAILS
index ea69fe5..9a39b4d 100755
--- a/crypto/keychain/DETAILS
+++ b/crypto/keychain/DETAILS
@@ -1,12 +1,10 @@
SPELL=keychain
- VERSION=2.7.1
+ VERSION=2.8.1
SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://agriffis.n01se.net/$SPELL/$SOURCE
- SOURCE_URL[1]=ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/$SOURCE
- SOURCE_URL[2]=ftp://ftp.li.kernel.org/pub/.5/gentoo/distfiles/$SOURCE
-
SOURCE_URL[3]=ftp://ftp.cse.buffalo.edu/mirror/BSD/FreeBSD/ports/distfiles/$SOURCE
-#
SOURCE_HASH=sha512:bb84ce62b106c785bab98ab3aa7a0ee9b372d0cca0a32bd59be049d47a5b1188521c31a36b5dfa97c8a3782c9ef6789dc72899a01b056c6e5624215309cd3ea9
+ SOURCE_URL[0]=http://www.funtoo.org/distfiles/${SPELL}/${SOURCE}
+##
SOURCE_HASH=sha512:bb84ce62b106c785bab98ab3aa7a0ee9b372d0cca0a32bd59be049d47a5b1188521c31a36b5dfa97c8a3782c9ef6789dc72899a01b056c6e5624215309cd3ea9
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
WEB_SITE=http://www.funtoo.org/en/security/keychain/intro/
ENTERED=20020310
diff --git a/crypto/keychain/HISTORY b/crypto/keychain/HISTORY
index 06b1850..135ab64 100644
--- a/crypto/keychain/HISTORY
+++ b/crypto/keychain/HISTORY
@@ -1,3 +1,8 @@
+2015-11-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.8.1
+ Works with OpenSSH 6.8+, see
https://github.com/funtoo/keychain/commit/d76c2e9aa1c05ceac1c2d06a29783ee95e876a37
+ Updated SOURCE_URLs to only point to upstream SOURCE_URL
+
2010-12-14 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated WEB_SITE to current official site (non-Gentoo)
Updated to 2.7.1
diff --git a/crypto/keychain/keychain-2.7.1.tar.bz2.sig
b/crypto/keychain/keychain-2.7.1.tar.bz2.sig
deleted file mode 100644
index bd3c179..0000000
Binary files a/crypto/keychain/keychain-2.7.1.tar.bz2.sig and /dev/null differ
diff --git a/crypto/keychain/keychain-2.8.1.tar.bz2.sig
b/crypto/keychain/keychain-2.8.1.tar.bz2.sig
new file mode 100644
index 0000000..a0a1e3b
Binary files /dev/null and b/crypto/keychain/keychain-2.8.1.tar.bz2.sig differ
diff --git a/devel/ocaml/DEPENDS b/devel/ocaml/DEPENDS
index fc0cffd..3e9573e 100755
--- a/devel/ocaml/DEPENDS
+++ b/devel/ocaml/DEPENDS
@@ -1,4 +1,3 @@
optional_depends "ncurses" "" "-no-curses" "to use the curses library"
&&
-optional_depends "tk" "" "-no-tk" "to build LablTk"
&&
optional_depends "libx11" "" "-tk-no-x11" "building LablTk using X11"

diff --git a/devel/ocaml/HISTORY b/devel/ocaml/HISTORY
index 50785cc..42aef3c 100644
--- a/devel/ocaml/HISTORY
+++ b/devel/ocaml/HISTORY
@@ -1,3 +1,7 @@
+2015-11-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Removed Labltk from the distribution, now available as a
+ third-party library
+
2015-03-27 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Changed SOURCE_URL[0] extension
updated spell to 4.02.1
diff --git a/kernels/lm_sensors/DETAILS b/kernels/lm_sensors/DETAILS
index bb4fd31..db1024d 100755
--- a/kernels/lm_sensors/DETAILS
+++ b/kernels/lm_sensors/DETAILS
@@ -14,8 +14,10 @@ case $LM_SENSORS_BRANCH in
esac

SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL=http://dl.lm-sensors.org/lm-sensors/releases/$SOURCE
- SOURCE2_URL=http://dl.lm-sensors.org/lm-sensors/releases/$SOURCE2
+ SOURCE_URL[0]=http://dl.lm-sensors.org/lm-sensors/releases/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.netroedge.com/pub/lm-sensors/${SOURCE}
+ SOURCE2_URL[0]=http://dl.lm-sensors.org/lm-sensors/releases/$SOURCE2
+ SOURCE2_URL[1]=ftp://ftp.netroedge.com/pub/lm-sensors/${SOURCE2}
SOURCE_GPG=lm_sensors.gpg:$SOURCE2
SOURCE2_IGNORE=signature
WEB_SITE=http://www.lm-sensors.org/
diff --git a/kernels/lm_sensors/HISTORY b/kernels/lm_sensors/HISTORY
index ffb1108..cc5aafd 100644
--- a/kernels/lm_sensors/HISTORY
+++ b/kernels/lm_sensors/HISTORY
@@ -1,3 +1,6 @@
+2015-11-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Added a mirror as lm-sensors.org has been down for a month
+
2015-06-25 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 3.4.0
* lm_sensors.gpg: new key, B3CD4E6A,
diff --git a/libs/mpfr/DETAILS b/libs/mpfr/DETAILS
index 6680866..39d0ddb 100755
--- a/libs/mpfr/DETAILS
+++ b/libs/mpfr/DETAILS
@@ -7,6 +7,7 @@
SOURCE=$SPELL-$XVERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$XVERSION
SOURCE_URL[0]=http://www.mpfr.org/mpfr-$XVERSION/$SOURCE
+ SOURCE_URL[1]=${GNU_URL}/${SPELL}/${SOURCE}
WEB_SITE=http://www.mpfr.org/
ENTERED=20040218
LICENSE[0]=LGPL
diff --git a/libs/mpfr/HISTORY b/libs/mpfr/HISTORY
index 41c9b5e..13bb563 100644
--- a/libs/mpfr/HISTORY
+++ b/libs/mpfr/HISTORY
@@ -1,3 +1,6 @@
+2015-11-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Added GNU_URL for mirror as mpfr.org keeps going offline.
+
2015-07-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.1.3-p4
* allpatches-3.1.3-p2.xz: removed
@@ -37,7 +40,7 @@
* INSTALL: added, create a symlink so that cc1 still finds libmpfr
* PRE_BUILD, allpatches.bz2: added, apply patches recommended by
upstream
* DETAILS:: PATCHLEVEL=8 (upstream #)
-
+
2009-12-01 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.4.2, SECURITY_PATCH=2, buffer overflow

diff --git a/libs/oniguruma/DETAILS b/libs/oniguruma/DETAILS
index eb26dca..8fa043f 100755
--- a/libs/oniguruma/DETAILS
+++ b/libs/oniguruma/DETAILS
@@ -1,10 +1,11 @@
SPELL=oniguruma
- VERSION=4.7.1
+ VERSION=5.9.6
SOURCE=onig-$VERSION.tar.gz
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+#
SOURCE_HASH=sha512:6621f4e2e4ea1e71cd263c154ddba6b289a91a0200537c0549cb719f7ec556f790cb3a7e23be04ddc4415302b3beb5fa758de8aef0c54b675158d61de77c6943
SOURCE_DIRECTORY=$BUILD_DIRECTORY/onig-$VERSION
- SOURCE_URL[0]=http://www.geocities.jp/kosako3/oniguruma/archive/$SOURCE
- WEB_SITE=http://www.geocities.jp/kosako3/oniguruma
-
SOURCE_HASH=sha512:6621f4e2e4ea1e71cd263c154ddba6b289a91a0200537c0549cb719f7ec556f790cb3a7e23be04ddc4415302b3beb5fa758de8aef0c54b675158d61de77c6943
+
SOURCE_URL[0]=https://github.com/kkos/${SPELL}/releases/download/v${VERSION}/${SOURCE}
+ WEB_SITE=https://github.com/kkos/oniguruma
LICENSE[0]=BSD
ENTERED=20060210
KEYWORDS="libs"
@@ -24,4 +25,3 @@ this program.

In Ruby 1.9, Oniguruma is already integrated by Kazuo Saito
EOF
-
diff --git a/libs/oniguruma/HISTORY b/libs/oniguruma/HISTORY
index 7b4054c..716e31a 100644
--- a/libs/oniguruma/HISTORY
+++ b/libs/oniguruma/HISTORY
@@ -1,3 +1,7 @@
+2015-11-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 5.9.6
+ Geocities site is way dead, moved to GitHub
+
2015-03-10 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 4.7.1

diff --git a/libs/oniguruma/onig-5.9.6.tar.gz.sig
b/libs/oniguruma/onig-5.9.6.tar.gz.sig
new file mode 100644
index 0000000..42dfe08
Binary files /dev/null and b/libs/oniguruma/onig-5.9.6.tar.gz.sig differ
diff --git a/net/nfs-utils/DEPENDS b/net/nfs-utils/DEPENDS
index f7d1a23..3ff655c 100755
--- a/net/nfs-utils/DEPENDS
+++ b/net/nfs-utils/DEPENDS
@@ -20,5 +20,5 @@ if [[ "$NFS_UTILS_NFSV4" == "--enable-nfsv4" ]]; then
"--disable-nfsv41" \
"for NFS v4.1 support"
else
- list_add "NFS_UTILS_NFSV4" "--disable-nfsv41"
+ list_add "NFS_UTILS_NFSV4" "--disable-nfsv4 --disable-nfsv41"
fi
diff --git a/net/nfs-utils/HISTORY b/net/nfs-utils/HISTORY
index 9c9df33..0e5abc6 100644
--- a/net/nfs-utils/HISTORY
+++ b/net/nfs-utils/HISTORY
@@ -1,3 +1,7 @@
+2015-11-12 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Use correct CONFIG_NFS_V4 check for NFSv4
+ Check for CONFIG_NFS_V4 and CONFIG_NFS_V4_1 as needed.
+
2015-10-31 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: idmapd support requires DNOTIFY enabled in the kernel.

diff --git a/net/nfs-utils/PRE_BUILD b/net/nfs-utils/PRE_BUILD
index 434977b..29b2fca 100755
--- a/net/nfs-utils/PRE_BUILD
+++ b/net/nfs-utils/PRE_BUILD
@@ -1,9 +1,18 @@
if list_find "${NFS_UTILS_NFSV4}" "--enable-nfsv4"; then
- if [[ "$(get_kernel_config NFS_UTILS_NFSV4)" != "y" &&
- "$(get_kernel_config NFS_UTILS_NFSV4)" != "m" ]]; then
+ if [[ "$(get_kernel_config CONFIG_NFS_V4)" != "y" &&
+ "$(get_kernel_config CONFIG_NFS_V4)" != "m" ]]; then
message "${SPELL_COLOR}$SPELL${DEFAULT_COLOR}${PROBLEM_COLOR} requires" \
- "NFS_UTILS_NFSV4 module/built-in${DEFAULT_COLOR}" &&
+ "CONFIG_NFS_V4 module/built-in${DEFAULT_COLOR}" &&
return 1
+
+ if is_spell_enabled ${SPELL} lvm; then
+ if [[ "$(get_kernel_config CONFIG_NFS_V4_1)" != "y" &&
+ "$(get_kernel_config CONFIG_NFS_V4_1)" != "m" ]]; then
+ message "${SPELL_COLOR}$SPELL${DEFAULT_COLOR}${PROBLEM_COLOR}
requires" \
+ "CONFIG_NFS_V4_1 module/built-in${DEFAULT_COLOR}" &&
+ return 1
+ fi
+ fi
fi
fi &&

diff --git a/security/nmap/DEPENDS b/security/nmap/DEPENDS
index f21f4ab..13b0ada 100755
--- a/security/nmap/DEPENDS
+++ b/security/nmap/DEPENDS
@@ -29,7 +29,7 @@ optional_depends pcre \
"--with-libpcre=included" \
"use external PCRE lib?" &&

-optional_depends LUA \
+optional_depends lua51 \
"--with-liblua=$INSTALL_ROOT/usr" \
"--with-liblua=included" \
"use external Lua lib?"
diff --git a/security/nmap/HISTORY b/security/nmap/HISTORY
index 5aeb735..aa3d2d8 100644
--- a/security/nmap/HISTORY
+++ b/security/nmap/HISTORY
@@ -1,3 +1,6 @@
+2015-11-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: ncat will not build against lua, only lua51
+
2015-01-22 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: Specify to use python2 explicitly

diff --git a/video-libs/libbluray/DEPENDS b/video-libs/libbluray/DEPENDS
index 7dbc5d5..29ba1c5 100755
--- a/video-libs/libbluray/DEPENDS
+++ b/video-libs/libbluray/DEPENDS
@@ -5,7 +5,7 @@ optional_depends libxml2 \
optional_depends JAVA \
"" \
"--disable-bdjava" \
- "for building without Java" &&
+ "for building with Java" &&
if is_depends_enabled $SPELL $(get_spell_provider $SPELL JAVA); then
depends ant
fi
diff --git a/video-libs/libbluray/HISTORY b/video-libs/libbluray/HISTORY
index 2a928b7..3941d4c 100644
--- a/video-libs/libbluray/HISTORY
+++ b/video-libs/libbluray/HISTORY
@@ -1,3 +1,6 @@
+2015-11-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Re-word JAVA dependency text
+
2015-05-14 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.8.0
* DEPENDS: Added optional Java dependency



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (428a37b311ef2e46c9ec4be9599df1b13b1243d9), Eric Sandall, 11/13/2015

Archive powered by MHonArc 2.6.24.

Top of Page