Skip to Content.
Sympa Menu

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

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 (9dda45d7ac8361b1f4ae0b277e508a07fa81c068)
  • Date: Sun, 9 Dec 2018 18:46:42 +0000

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

crypto/cyrus.gpg |binary
crypto/libgpg-error/DETAILS | 2 +-
crypto/libgpg-error/HISTORY | 3 +++
crypto/libsasl/BUILD | 11 -----------
crypto/libsasl/DETAILS | 9 ++++-----
crypto/libsasl/HISTORY | 5 +++++
devel/binutils/DETAILS | 1 +
devel/binutils/HISTORY | 5 +++++
devel/binutils/PRE_BUILD | 3 +++
devel/binutils/patches/elflink.patch | 24 ++++++++++++++++++++++++
10 files changed, 46 insertions(+), 17 deletions(-)

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

binutils - upstream patch

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

libgpg-error: => 1.33

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

libsasl - use gpg checking

diff --git a/crypto/cyrus.gpg b/crypto/cyrus.gpg
new file mode 100644
index 0000000..cb3f861
Binary files /dev/null and b/crypto/cyrus.gpg differ
diff --git a/crypto/libgpg-error/DETAILS b/crypto/libgpg-error/DETAILS
index 79940c7..f90d08d 100755
--- a/crypto/libgpg-error/DETAILS
+++ b/crypto/libgpg-error/DETAILS
@@ -1,5 +1,5 @@
SPELL=libgpg-error
- VERSION=1.32
+ VERSION=1.33
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=https://www.gnupg.org/ftp/gcrypt/libgpg-error/$SOURCE
SOURCE_URL[1]=https://gd.tuwien.ac.at/privacy/gnupg/libgpg-error/$SOURCE
diff --git a/crypto/libgpg-error/HISTORY b/crypto/libgpg-error/HISTORY
index 41af3ad..6728732 100644
--- a/crypto/libgpg-error/HISTORY
+++ b/crypto/libgpg-error/HISTORY
@@ -1,3 +1,6 @@
+2018-12-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.33
+
2018-11-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.32

diff --git a/crypto/libsasl/BUILD b/crypto/libsasl/BUILD
index 90cfb4d..5ab8fd4 100755
--- a/crypto/libsasl/BUILD
+++ b/crypto/libsasl/BUILD
@@ -4,14 +4,3 @@ for AUTH in `echo ${SASL_AUTH}` ;do
done &&
echo opts-$OPTS &&
default_build
-if(false);then
-./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- ${OPTS} &&
-pushd lib &&
-make &&
-popd
-fi
diff --git a/crypto/libsasl/DETAILS b/crypto/libsasl/DETAILS
index 4ef8323..86aa0ab 100755
--- a/crypto/libsasl/DETAILS
+++ b/crypto/libsasl/DETAILS
@@ -1,14 +1,13 @@
SPELL=libsasl
VERSION=2.1.27
-
SOURCE_HASH=sha512:d11549a99b3b06af79fc62d5478dba3305d7e7cc0824f4b91f0d2638daafbe940623eab235f85af9be38dcf5d42fc131db531c177040a85187aee5096b8df63b
PATCHLEVEL=2
SOURCE=cyrus-sasl-$VERSION.tar.gz
-# SOURCE2=$SOURCE.sig
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/cyrus-sasl-$VERSION
SOURCE_URL[0]=ftp://ftp.cyrusimap.org/cyrus-sasl/$SOURCE
-# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
-# SOURCE_GPG=6581B5F1.gpg:$SOURCE2:UPSTREAM_KEY
-# SOURCE2_IGNORE=signature
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=cyrus.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
LICENSE[0]=BSD
WEB_SITE=https://cyrusimap.web.cmu.edu/
ENTERED=20090722
diff --git a/crypto/libsasl/HISTORY b/crypto/libsasl/HISTORY
index a0bb1f0..2ea8e9e 100644
--- a/crypto/libsasl/HISTORY
+++ b/crypto/libsasl/HISTORY
@@ -1,3 +1,8 @@
+2018-112-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: cleanup
+ * DETAILS: use gpg check
+ * cyrus.gpg: added, Partha Susarla <mail AT spartha.org
+
2018-11-18 Pavel Vinogradov <public AT sourcemage.org>
* INSTALL: actually install libsasl2.pc and plugins

diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS
index 3c26ef1..79bdac4 100755
--- a/devel/binutils/DETAILS
+++ b/devel/binutils/DETAILS
@@ -1,5 +1,6 @@
SPELL=binutils
VERSION=2.31.1
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/devel/binutils/HISTORY b/devel/binutils/HISTORY
index 224d3b5..08997a2 100644
--- a/devel/binutils/HISTORY
+++ b/devel/binutils/HISTORY
@@ -1,3 +1,8 @@
+2018-12-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD patches/*: added
+ apply upstream patch commit 48e30f5238c70e738f44474d595c476ef4e4ec38
+
2018-07-18 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.31,1

diff --git a/devel/binutils/PRE_BUILD b/devel/binutils/PRE_BUILD
new file mode 100755
index 0000000..922c0ab
--- /dev/null
+++ b/devel/binutils/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+apply_patch_dir patches
diff --git a/devel/binutils/patches/elflink.patch
b/devel/binutils/patches/elflink.patch
new file mode 100644
index 0000000..4b5746c
--- /dev/null
+++ b/devel/binutils/patches/elflink.patch
@@ -0,0 +1,24 @@
+diff --git a/bfd/elflink.c b/bfd/elflink.c
+index b24fb95848..02618bed8f 100644
+--- a/bfd/elflink.c
++++ b/bfd/elflink.c
+@@ -686,13 +686,11 @@ bfd_elf_record_link_assignment (bfd *output_bfd,
+ && !h->def_regular)
+ h->root.type = bfd_link_hash_undefined;
+
+- /* If this symbol is not being provided by the linker script, and it is
+- currently defined by a dynamic object, but not by a regular object,
+- then clear out any version information because the symbol will not be
+- associated with the dynamic object any more. */
+- if (!provide
+- && h->def_dynamic
+- && !h->def_regular)
++ /* If this symbol is currently defined by a dynamic object, but not
++ by a regular object, then clear out any version information because
++ the symbol will not be associated with the dynamic object any
++ more. */
++ if (h->def_dynamic && !h->def_regular)
+ h->verinfo.verdef = NULL;
+
+ /* Make sure this symbol is not garbage collected. */
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (9dda45d7ac8361b1f4ae0b277e508a07fa81c068), Treeve Jelbert, 12/09/2018

Archive powered by MHonArc 2.6.24.

Top of Page