Skip to Content.
Sympa Menu

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

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 (39b75bf7d97e08bf9be700114891ec342b3bba90)
  • Date: Thu, 15 Jul 2021 03:09:41 +0000

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

crypto/nettle/DETAILS | 1 +
crypto/nettle/HISTORY | 3 +++
doc/groff/DETAILS | 1 +
doc/groff/HISTORY | 3 +++
libs/ldb/DETAILS | 4 ++--
libs/ldb/HISTORY | 3 +++
libs/talloc/DETAILS | 4 ++--
libs/talloc/HISTORY | 3 +++
mail/exim/DETAILS | 8 ++++----
mail/exim/HISTORY | 4 ++++
net/samba4/DETAILS | 4 ++--
net/samba4/HISTORY | 3 +++
12 files changed, 31 insertions(+), 10 deletions(-)

New commits:
commit 39b75bf7d97e08bf9be700114891ec342b3bba90
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

exim: Fix united-kingdom and default mirrors to use http instead of ftp

These two mirrors, at least, no longer offer current version under old/

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

ldb: Updated to 2.3.0 (for samba4 4.14.x)

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

groff: Disable castfs or install cannot find /usr/share/info/dir

Otherwise we get this error
test -d /usr/share/info || /bin/sh
/usr/src/groff-1.22.4/build-aux/install-sh -d /usr/share/info
for p in doc/groff.info `ls doc/groff.info*`; do \
f=`basename $p`; \
rm -f /usr/share/info/$f; \
/bin/install -c -m 644 $p /usr/share/info/$f; \
done
install-info --info-dir=/usr/share/info \
/usr/share/info/groff.info
/usr/share/info/dir: No such file or directory
make[2]: *** [Makefile:11974: install_infodoc] Error 1

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

nettle: Disable castfs or install cannot find /usr/share/info/dir

make[1]: Entering directory '/usr/src/nettle-3.7.3'
/bin/mkdir -p /usr/share/info
f=nettle.info ; \
[ -f $f ] || f="./$f" ; \
/bin/install -c -m 644 "$f" /usr/share/info ; \
if (install-info --version && \
install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null
2>&1; then \
install-info --info-dir="/usr/share/info" "$f" ; \
else : ; fi
install-info: /usr/share/info/dir: could not read (No such file or
directory) and could not create (No such file or directory)
make[1]: *** [Makefile:532: install-info] Error 1
make[1]: Leaving directory '/usr/src/nettle-3.7.3'
make: *** [Makefile:48: install] Error 2

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

samba4: Updated to 4.14.6

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

samba4: Updated to 4.13.9

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

talloc: Updated to 2.3.2

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

ldb: Updated to 2.2.1

diff --git a/crypto/nettle/DETAILS b/crypto/nettle/DETAILS
index e876be9..9b7135b 100755
--- a/crypto/nettle/DETAILS
+++ b/crypto/nettle/DETAILS
@@ -8,6 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION}
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=nettle.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
+ STAGED_INSTALL=off
WEB_SITE=https://www.lysator.liu.se/~nisse/nettle/
ENTERED=20030909
LICENSE[0]=GPL
diff --git a/crypto/nettle/HISTORY b/crypto/nettle/HISTORY
index 525b7d7..7f91c7d 100644
--- a/crypto/nettle/HISTORY
+++ b/crypto/nettle/HISTORY
@@ -1,3 +1,6 @@
+2021-07-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Disable castfs or install cannot find /usr/share/info/dir
+
2021-06-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.7.3

diff --git a/doc/groff/DETAILS b/doc/groff/DETAILS
index c37f009..1b59f75 100755
--- a/doc/groff/DETAILS
+++ b/doc/groff/DETAILS
@@ -7,6 +7,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE2_URL[0]=$SOURCE_URL.sig
SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
+ STAGED_INSTALL=off
WEB_SITE=http://www.gnu.org/software/groff/groff.html
ENTERED=20010922
LICENSE[0]=GPL
diff --git a/doc/groff/HISTORY b/doc/groff/HISTORY
index 7625b4d..4004c36 100644
--- a/doc/groff/HISTORY
+++ b/doc/groff/HISTORY
@@ -1,3 +1,6 @@
+2021-07-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Disable castfs or install cannot find /usr/share/info/dir
+
2021-02-27 Remko van der Vossen <wich AT sourcemage.org>
* INSTALL: use make_single for install

diff --git a/libs/ldb/DETAILS b/libs/ldb/DETAILS
index ab225ad..e1447d8 100755
--- a/libs/ldb/DETAILS
+++ b/libs/ldb/DETAILS
@@ -1,9 +1,9 @@
SPELL=ldb
- VERSION=2.2.0
+ VERSION=2.3.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://download.samba.org/pub/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:3814078a51d2110eeda291ac859c0027df88475812bd6b5f2ce8f8f50aba9c84faced97c37aa1f45e406783a8df97c60ae778df897bb0e89ba3ac8568acced69
+
SOURCE_HASH=sha512:7e389c0b4700a809893276d69216436ebd6d30e1f52407e4a08a1113cf14e151aed74300d8c36765c91c8f3195d8054b13a28cbdfcab031f88fd1d353e415348
LICENSE[0]=GPL
WEB_SITE=http://ldb.samba.org/
KEYWORDS="database embedded"
diff --git a/libs/ldb/HISTORY b/libs/ldb/HISTORY
index 6b099d0..4831078 100644
--- a/libs/ldb/HISTORY
+++ b/libs/ldb/HISTORY
@@ -1,3 +1,6 @@
+2021-07-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.3.0 (for samba4 4.14.x)
+
2020-09-15 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.2.0
* DEPENDS: updated dependencies and flags
diff --git a/libs/talloc/DETAILS b/libs/talloc/DETAILS
index 6350cc1..f091b90 100755
--- a/libs/talloc/DETAILS
+++ b/libs/talloc/DETAILS
@@ -8,8 +8,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/samba4-git
SOURCE_URL[0]=git://git.samba.org/samba.git:samba4
SOURCE_IGNORE=volatile
else
- VERSION=2.3.1
-
SOURCE_HASH=sha512:064fc39a9aaace6e0209f3251c8ff198d8a318b4cf4198006ff9892ca6e15e7d817b2fda43e0444fbbf04d2c3e70d06523dff5d57cbb796d27317ef4759e062e
+ VERSION=2.3.2
+
SOURCE_HASH=sha512:c851a6f43025720453a3bff8734bfcfff0e29fb7cf2ffcc6c03b6ab8589098daf01d668deec61aa2f238d4df3eb3c47bd080e26eec760cf04a70e1afcad5c5e1
SOURCE=$SPELL-$VERSION.tar.gz
# SOURCE2=${SOURCE/.gz/}.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/talloc/HISTORY b/libs/talloc/HISTORY
index a1cd9bc..8374bd9 100644
--- a/libs/talloc/HISTORY
+++ b/libs/talloc/HISTORY
@@ -1,3 +1,6 @@
+2021-07-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.3.2
+
2020-08-21 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 2.3.1

diff --git a/mail/exim/DETAILS b/mail/exim/DETAILS
index 8965ba1..8e329a9 100755
--- a/mail/exim/DETAILS
+++ b/mail/exim/DETAILS
@@ -64,11 +64,11 @@ elif [[ "$EXIM_MIRRORS" == "switzerland" ]]; then
SOURCE2_URL[0]=ftp://mirror.switch.ch/mirror/exim/$SOURCE_SUBURI/$SOURCE2

SOURCE2_URL[1]=http://mirror.switch.ch/ftp/mirror/exim/$SOURCE_SUBURI/$SOURCE2
elif [[ "$EXIM_MIRRORS" == "united-kingdom" ]]; then
- SOURCE_URL[0]=ftp://ftp.exim.org/pub/$SOURCE_SUBURI/$SOURCE
- SOURCE2_URL[0]=ftp://ftp.exim.org/pub/$SOURCE_SUBURI/$SOURCE2
+ SOURCE_URL[0]=http://ftp.exim.org/pub/exim/exim4/$SOURCE
+ SOURCE2_URL[0]=http://ftp.exim.org/pub/exim/exim4/$SOURCE2
else # use primary site as primary fallback
- SOURCE_URL[0]=ftp://ftp.exim.org/pub/$SOURCE_SUBURI/$SOURCE
- SOURCE2_URL[0]=ftp://ftp.exim.org/pub/$SOURCE_SUBURI/$SOURCE2
+ SOURCE_URL[0]=http://ftp.exim.org/pub/exim/exim4/$SOURCE
+ SOURCE2_URL[0]=http://ftp.exim.org/pub/exim/exim4/$SOURCE2
fi
LICENSE[0]=GPL
WEB_SITE=http://www.exim.org/
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index 6d14e84..4079016 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,7 @@
+2021-07-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Fix united-kingdom and default mirrors to use http instead
of ftp
+ These two mirrors, at least, no longer offer current version under
old/
+
2021-07-10 Vlad Glagolev <stealth AT sourcemage.org>
* CONFLICTS: conflicts with dma, qmail, ssmtp

diff --git a/net/samba4/DETAILS b/net/samba4/DETAILS
index 95270fd..1c2bb8e 100755
--- a/net/samba4/DETAILS
+++ b/net/samba4/DETAILS
@@ -7,8 +7,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
SOURCE_URL[0]=git://git.samba.org/samba.git:$SPELL
SOURCE_IGNORE=volatile
else
- VERSION=4.13.3
-
SOURCE_HASH=sha512:e7d29a89ba31ac6ca6c2dfd2629b8e07e47f4b1f265907847b43845dcf19a2200bcb1ca9f6845dd39c1ffca5dbf89f998bcc4defe33f5e3c4d8006ec9c6e88ab
+ VERSION=4.14.6
+
SOURCE_HASH=sha512:0ce3f46b2693daa27656fe9a04925cbe7dd398342cab352f0422a350eb9f91d1ea6d64fb18d04010b93fb3c0b9fe6434b23deb1f26018bd1f9bdc1b0f97beca2
SECURITY_PATCH=5
SOURCE=${SPELL/4}-$VERSION.tar.gz
# SOURCE2=${SPELL/4}-${VERSION}.tar.asc
diff --git a/net/samba4/HISTORY b/net/samba4/HISTORY
index 02cd173..855a114 100644
--- a/net/samba4/HISTORY
+++ b/net/samba4/HISTORY
@@ -1,3 +1,6 @@
+2021-07-21 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.14.6
+
2021-07-03 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: jansson added
* DETAILS: ++PATCHLEVEL



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (39b75bf7d97e08bf9be700114891ec342b3bba90), Eric Sandall, 07/14/2021

Archive powered by MHonArc 2.6.24.

Top of Page