Skip to Content.
Sympa Menu

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

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 (78912d7a1d9620ec6c717587155d8f0a45e9d7c0)
  • Date: Fri, 19 Dec 2014 03:11:13 -0600

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

devel/git/BUILD | 3 +++
devel/git/DETAILS | 10 +++++-----
devel/git/HISTORY | 4 ++++
libs/libgit2/DEPENDS | 4 ++--
libs/libgit2/DETAILS | 4 ++--
libs/libgit2/HISTORY | 4 ++++
6 files changed, 20 insertions(+), 9 deletions(-)

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

git-2.2.1 SECURITY FIX

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

libgit2: => 0.21.3

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

libgit2 - optional depends libssh2

diff --git a/devel/git/BUILD b/devel/git/BUILD
new file mode 100755
index 0000000..4e3a50d
--- /dev/null
+++ b/devel/git/BUILD
@@ -0,0 +1,3 @@
+export LIBS+=" -lintl"
+export LDFLAGS+=" -lintl"
+default_build
diff --git a/devel/git/DETAILS b/devel/git/DETAILS
index d478fa2..f3c62db 100755
--- a/devel/git/DETAILS
+++ b/devel/git/DETAILS
@@ -1,7 +1,7 @@
SPELL=git
- VERSION=2.2.0
-
SOURCE_HASH=sha512:2c9bdf17e65543034efe4c97593fafa1a9515e5698d6be14a8b9c3c881b0fa8e824b20e73733b67b4f4fcf6513389d736f47e4f1231659a9a8d3ce7039bc30fa
- SECURITY_PATCH=1
+ VERSION=2.2.1
+
SOURCE_HASH=sha512:66bccfa617d2c8e2e61e5aac9b8daef9d4dc151b85906af252cadef3306ecf792ad6d7869deb149f0d04f6e7c3e9f71119bfeece5690e61782fb357e5384027b
+ SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.xz
# SOURCE2=$SOURCE.sign
# SOURCE_GPG=kernel.gpg:$SOURCE.sign:UPSTREAM_KEY
@@ -12,7 +12,7 @@ if [[ $GIT_DOC == manpages || $GIT_DOC == both ]]; then
SOURCE3=$SPELL-manpages-$VERSION.tar.xz
# SOURCE4=$SOURCE3.sign
# SOURCE3_GPG=kernel.gpg:$SOURCE3.sign:UPSTREAM_KEY
-
SOURCE3_HASH=sha512:fd9fc7582315efba85434c66094841484f006de9c61dd25f94192f09ba3f041b1f5658298ecf4415e92d279857e305b49b81b07ea98856326a55302c947f69f4
+
SOURCE3_HASH=sha512:9fea3a61afa7336c7da9a4c9c130ed4dd05bb3b5b1cc7fe5a3953109085169d9fb92aafd2b932e6b66ad93ac46e3b60ea05c0f311a8178b53bc1c2184773ada5
SOURCE3_URL=$KERNEL_URL/pub/software/scm/git/$SOURCE3
# SOURCE4_URL=$KERNEL_URL/pub/software/scm/git/$SOURCE4
# SOURCE4_IGNORE=signature
@@ -21,7 +21,7 @@ if [[ $GIT_DOC == htmldocs || $GIT_DOC == both ]]; then
SOURCE5=$SPELL-htmldocs-$VERSION.tar.xz
# SOURCE6=$SOURCE5.sign
# SOURCE5_GPG=kernel.gpg:$SOURCE5.sign:UPSTREAM_KEY
-
SOURCE5_HASH=sha512:7b27631a37b4f1b31f7ce56c5bfbd7db61cad355261431f48ff6f34d89952a27f4ccfb384aff01e2d226c36ea90aaacdf266ff7247877f0a3183972f3efe964d
+
SOURCE5_HASH=sha512:68843b883e2fd4f14646ff97ba9e5f3fd4de9f6bbf57a40e9c1bceb6578ebf497e50f2b808fdb4174966e26bf9ac068b44cfdf111652d15796f4f84a7406d336
SOURCE5_URL=$KERNEL_URL/pub/software/scm/git/$SOURCE5
# SOURCE6_URL=$KERNEL_URL/pub/software/scm/git/$SOURCE6
# SOURCE6_IGNORE=signature
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index 7ca7718..e3886b8 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,7 @@
+2014-12-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.1;1
+ SECURITY_PATCH++
+
2014-11-27 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.2.0

diff --git a/libs/libgit2/DEPENDS b/libs/libgit2/DEPENDS
index 9dd290d..05dc003 100755
--- a/libs/libgit2/DEPENDS
+++ b/libs/libgit2/DEPENDS
@@ -1,4 +1,4 @@
depends cmake &&
-depends PYTHON &&
depends SSL &&
-depends zlib
+depends zlib &&
+optional_depends libssh2 '' '' 'SSH support'
diff --git a/libs/libgit2/DETAILS b/libs/libgit2/DETAILS
index d0afb1d..ce3a682 100755
--- a/libs/libgit2/DETAILS
+++ b/libs/libgit2/DETAILS
@@ -1,7 +1,7 @@
SPELL=libgit2
- VERSION=0.21.2
+ VERSION=0.21.3
+
SOURCE_HASH=sha512:399e16c9ca9d5a9e95ac929d7bd327038ba0e590e37ceee2aab062472f28a32905e90b5ee59990dad428d04c1c0d3f388381e3e44f775dfaafe37b21dbd7c892
SOURCE=v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:16c35aba5d50e3264982b0ecf9b30882f7edf34488be4607c42b98f50fac96c379485bc737edf85abca0a3251379d178651ea2bccdc55804776ecbf752b318de
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-${VERSION}
WEB_SITE=https://github.com/libgit2
SOURCE_URL=$WEB_SITE/$SPELL/archive/$SOURCE
diff --git a/libs/libgit2/HISTORY b/libs/libgit2/HISTORY
index e16042e..7c544f0 100644
--- a/libs/libgit2/HISTORY
+++ b/libs/libgit2/HISTORY
@@ -1,5 +1,9 @@
+2014-12-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.21.3
+
2014-12-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.21.2
+ * DEPENDS: add optional libssh2

2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: openssl => SSL



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (78912d7a1d9620ec6c717587155d8f0a45e9d7c0), Treeve Jelbert, 12/19/2014

Archive powered by MHonArc 2.6.24.

Top of Page