Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (27570676ac66834f577aaa145a4b2cbaf2fb5080)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (27570676ac66834f577aaa145a4b2cbaf2fb5080)
  • Date: Wed, 17 Jan 2018 09:08:33 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

crypto/p11-kit/DEPENDS | 1 +
crypto/p11-kit/HISTORY | 3 +++
libs/icu/DETAILS | 3 +++
libs/icu/HISTORY | 4 ++++
security/audit/DETAILS | 4 ++--
security/audit/HISTORY | 3 +++
6 files changed, 16 insertions(+), 2 deletions(-)

New commits:
commit 33288e55af5d839fa8d0c978cf041b995676c8cf
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

p11-kit: depends gettext

commit 85e92caa5a4152ddf27ae466b52b20c36f53c264
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

icu: fix build of 58.2 again (no signature)

commit 1de20055951cc2badb93218048917d5cfda9b9e1
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

audit: version 2.8.2 (needed for shadow optional dep)

diff --git a/crypto/p11-kit/DEPENDS b/crypto/p11-kit/DEPENDS
index bba423f..ac0d321 100755
--- a/crypto/p11-kit/DEPENDS
+++ b/crypto/p11-kit/DEPENDS
@@ -1,3 +1,4 @@
+depends gettext &&
# Not strictly necessary, but important enough that the configure script
# by default aborts unless dependency forcibly disabled. I'm not testing
# the disabled case. -- ThOr
diff --git a/crypto/p11-kit/HISTORY b/crypto/p11-kit/HISTORY
index 0d88c5d..0a1ec24 100644
--- a/crypto/p11-kit/HISTORY
+++ b/crypto/p11-kit/HISTORY
@@ -1,3 +1,6 @@
+2018-01-08 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: unconditionally uses gettext (libintl)
+
2017-02-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.23.2

diff --git a/libs/icu/DETAILS b/libs/icu/DETAILS
index 65ec1e5..d189dbe 100755
--- a/libs/icu/DETAILS
+++ b/libs/icu/DETAILS
@@ -4,6 +4,7 @@ if [[ "$ICU_DEV" == 'y' ]]; then
VX=${VERSION//.r/r}
else
VERSION=58.2
+
SOURCE_HASH=sha512:5c21af748f48b392e6c0412bd0aee92162ea931820dcbfab4ec6e0299868504b303d88f7586cc95de55c777ac0dca3a29d6c8ca0892c646ebc864c8a5b5a162a
fi
VX=$VERSION
SPELLX=icu4c
@@ -23,10 +24,12 @@ fi

SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL"
SOURCE_URL[0]=$SITE/$SPELLX/$VX/$SOURCE
+if [[ $ICU_DEV == y ]]; then
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=icu.gpg:$SOURCE.asc:UPSTREAM_KEY
SOURCE2_IGNORE=signature
+fi
WEB_SITE=http://site.icu-project.org/
LICENSE[0]=$WEB_SITE/license.jsp
ENTERED=20030320
diff --git a/libs/icu/HISTORY b/libs/icu/HISTORY
index 0df54be..c271d84 100644
--- a/libs/icu/HISTORY
+++ b/libs/icu/HISTORY
@@ -1,3 +1,7 @@
+2018-01-08 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: You see a signature file for the non-dev version?
+ I don't. Restored the SOURCE_HASH for version 58.2 .
+
2017-12-14 Treeve Jelbert <treeve AT sourcemage.org>
* UP_TRIGGERS: only check major versions

diff --git a/security/audit/DETAILS b/security/audit/DETAILS
index 9fc6f78..51adcbb 100755
--- a/security/audit/DETAILS
+++ b/security/audit/DETAILS
@@ -1,6 +1,6 @@
SPELL="audit"
- VERSION="2.4.4"
-
SOURCE_HASH=sha512:752fa75fdf3406c0a61b57d05cf048e2b79c48589d881a231cb410c8b6031ec50c56b694c7f545c8d78000d4969933cb965016ef5b4a54a9391ad3ea6a55ee40
+ VERSION="2.8.2"
+
SOURCE_HASH=sha512:888ebf5e8e9d285b82d87377fc8836886d7a8b089c1be4091420a77a0250c9baf09aebb7a6330ff5043fb35f51eb6baf8d4491e26da7ad0811f0087e395b5012
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SOURCE_URL[0]="http://people.redhat.com/sgrubb/${SPELL}/${SOURCE}";
diff --git a/security/audit/HISTORY b/security/audit/HISTORY
index 7db71db..aeb0f27 100644
--- a/security/audit/HISTORY
+++ b/security/audit/HISTORY
@@ -1,3 +1,6 @@
+2018-01-08 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: verson 2.8.2
+
2915-10-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.4.4
* DEPENDS: python => PYTHON



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (27570676ac66834f577aaa145a4b2cbaf2fb5080), Thomas Orgis, 01/17/2018

Archive powered by MHonArc 2.6.24.

Top of Page