Skip to Content.
Sympa Menu

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

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 (bec49b74773f7f7205af2ef2659e2703c5d636f5)
  • Date: Thu, 13 Aug 2015 15:47:36 +0000

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

crypto/pinentry/0001-fix-curses-include.patch | 25
-------------------------
crypto/pinentry/DEPENDS | 5 +++--
crypto/pinentry/DETAILS | 2 +-
crypto/pinentry/HISTORY | 6 ++++++
crypto/pinentry/PRE_BUILD | 3 ---
gnome3-libs/libsecret/DETAILS | 4 ++--
gnome3-libs/libsecret/HISTORY | 3 +++
7 files changed, 15 insertions(+), 33 deletions(-)

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

libsecret: => 0.18.3

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

pinentry: => 0.9.5

diff --git a/crypto/pinentry/0001-fix-curses-include.patch
b/crypto/pinentry/0001-fix-curses-include.patch
deleted file mode 100644
index 5366179..0000000
--- a/crypto/pinentry/0001-fix-curses-include.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 5031bce345b8393a28526477d1a065436d669dca Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <siflfran AT hawo.net>
-Date: Sat, 27 Jun 2015 23:02:33 +0200
-Subject: [PATCH] fix curses include
-
----
- pinentry/pinentry-curses.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pinentry/pinentry-curses.c b/pinentry/pinentry-curses.c
-index d25ab2e..40650ba 100644
---- a/pinentry/pinentry-curses.c
-+++ b/pinentry/pinentry-curses.c
-@@ -23,7 +23,7 @@
- #endif
- #include <assert.h>
- #ifdef HAVE_NCURSESW
--#include <ncursesw/curses.h>
-+#include <curses.h>
- #else
- #include <curses.h>
- #endif
---
-2.4.1
-
diff --git a/crypto/pinentry/DEPENDS b/crypto/pinentry/DEPENDS
index a573065..3a492c6 100755
--- a/crypto/pinentry/DEPENDS
+++ b/crypto/pinentry/DEPENDS
@@ -1,7 +1,8 @@
depends -sub CXX gcc &&
depends pkgconfig &&
-depends gcr &&
-depends patchelf &&
+depends ncurses &&
+depends libassuan &&
+optional_depends libcap '' '' 'capabilities support' &&

optional_depends libsecret \
"--enable-libsecret" \
diff --git a/crypto/pinentry/DETAILS b/crypto/pinentry/DETAILS
index 2f79ab4..6395cab 100755
--- a/crypto/pinentry/DETAILS
+++ b/crypto/pinentry/DETAILS
@@ -1,5 +1,5 @@
SPELL=pinentry
- VERSION=0.9.4
+ VERSION=0.9.5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE2_IGNORE=signature
diff --git a/crypto/pinentry/HISTORY b/crypto/pinentry/HISTORY
index b133da5..920cdf3 100644
--- a/crypto/pinentry/HISTORY
+++ b/crypto/pinentry/HISTORY
@@ -1,3 +1,9 @@
+2015-08-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.5
+ * PRE_BUILD, 0001-fix-curses-include.patch: deleted
+ * DEPENDS: add ncurses, libassuan, libcap
+ delete gcr, patchelf
+
2015-08-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, INSTALL: fix rpath of pinentry-qt4

diff --git a/crypto/pinentry/PRE_BUILD b/crypto/pinentry/PRE_BUILD
deleted file mode 100755
index 0e6ecb9..0000000
--- a/crypto/pinentry/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p1 < $SPELL_DIRECTORY/0001-fix-curses-include.patch
diff --git a/gnome3-libs/libsecret/DETAILS b/gnome3-libs/libsecret/DETAILS
index 556b072..48c0459 100755
--- a/gnome3-libs/libsecret/DETAILS
+++ b/gnome3-libs/libsecret/DETAILS
@@ -1,9 +1,9 @@
SPELL=libsecret
- VERSION=0.18
+ VERSION=0.18.3
+
SOURCE_HASH=sha512:ff2cdc01f2d68eaa4e3de925616e22532aa41b489ba3da7d071eef64a11b652e78ed44447c5c161eca4aa13d7f3cfb5a6ddef67fee9e520cb58782cc0acac258
SOURCE="${SPELL}-${VERSION}.tar.xz"
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE_URL[0]=$GNOME_URL/sources/libsecret/${BRANCH}/${SOURCE}
-
SOURCE_HASH=sha512:5b3b460fe45b780fd4018dbb3b5fcc2c2e775725a8c74f4cfa86c00c643ccc1b29961b7e464c7b01846c5cc16a4bb9819c74016dd6758301ae2f67ab947c35bd
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://live.gnome.org/Libsecret";
LICENSE[0]="LGPLv2"
diff --git a/gnome3-libs/libsecret/HISTORY b/gnome3-libs/libsecret/HISTORY
index 07c26d7..ff5f345 100644
--- a/gnome3-libs/libsecret/HISTORY
+++ b/gnome3-libs/libsecret/HISTORY
@@ -1,3 +1,6 @@
+2015-08-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.18.3
+
2014-10-03 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.18




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bec49b74773f7f7205af2ef2659e2703c5d636f5), Treeve Jelbert, 08/13/2015

Archive powered by MHonArc 2.6.24.

Top of Page