Skip to Content.
Sympa Menu

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

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 (abdeefc50427d516962d94256690d79ab4008881)
  • Date: Wed, 9 Feb 2022 17:26:40 +0000

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

crypto/keepassxc/DEPENDS | 12 +++++++-----
crypto/keepassxc/DETAILS | 4 ++--
crypto/keepassxc/HISTORY | 4 ++++
crypto/libargon2/HISTORY | 3 +++
crypto/libargon2/PRE_BUILD | 3 +++
devel/binutils/DETAILS | 2 +-
devel/binutils/HISTORY | 3 +++
editors/nano/DETAILS | 2 +-
editors/nano/HISTORY | 3 +++
9 files changed, 27 insertions(+), 9 deletions(-)

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

binutils: => 2.38

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

nano: => 6.1

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

libargon2 - fix lib location

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

keepassxc: => 2.6.6

diff --git a/crypto/keepassxc/DEPENDS b/crypto/keepassxc/DEPENDS
index d3c7a29..3bef1f4 100755
--- a/crypto/keepassxc/DEPENDS
+++ b/crypto/keepassxc/DEPENDS
@@ -1,13 +1,15 @@
-source $GRIMOIRE/CMAKE_DEPENDS &&
-depends -sub CXX gcc &&
+source $GRIMOIRE/QT5_DEPENDS &&
depends libargon2 &&
depends libgcrypt &&
-depends patchelf &&
-depends qtbase &&
+depends libgpg-error &&
+depends libqrencode &&
+depends libsodium &&
+#depends patchelf &&
depends qttools &&
depends zlib &&

optional_depends libxtst '' '' 'for auto-type support' &&
if is_depends_enabled $SPELL libxtst; then
depends libxi
-fi
+fi &&
+optional_depends asciidoctor '' '-DWITH_XC_DOCS=0' 'buildd docs'
diff --git a/crypto/keepassxc/DETAILS b/crypto/keepassxc/DETAILS
index 201f428..52ac0ef 100755
--- a/crypto/keepassxc/DETAILS
+++ b/crypto/keepassxc/DETAILS
@@ -1,9 +1,9 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=keepassxc
- VERSION=2.5.2
+ VERSION=2.6.6
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/keepassxreboot/${SPELL}/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:d5f62dbe709677e3dab6128d56ccd5829637fc659d9d4675506e6da6cfb155bd5965e657e570127e8670dfbbc9686b52793532d4c700e5ae05ec07d8d3cb3eb7
+
SOURCE_HASH=sha512:fb41d25b9b4ac97feddf9632e7a26140d7a9fbba4256ac0394814fd9097d0d30f810cb48939325b4b858cac1378747aadd1987eb468657c929e0008b736eddd7
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://keepassxc.org/";
LICENSE[0]=GPL
diff --git a/crypto/keepassxc/HISTORY b/crypto/keepassxc/HISTORY
index 16e8306..aee9836 100644
--- a/crypto/keepassxc/HISTORY
+++ b/crypto/keepassxc/HISTORY
@@ -1,3 +1,7 @@
+2022-02-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.6.6
+ * DEPENDS: update
+
2020-03-16 Treeve Jelbert <treeve AT sourcemage.org>
* INSTALL: delete

diff --git a/crypto/libargon2/HISTORY b/crypto/libargon2/HISTORY
index 5269392..eba3cdd 100644
--- a/crypto/libargon2/HISTORY
+++ b/crypto/libargon2/HISTORY
@@ -1,3 +1,6 @@
+2022-02-09 Treeve Jelbert <treve AT sourcemage.org>
+ * PRE_BUILD: added, fix lib location
+
2020-01-01 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 20190702

diff --git a/crypto/libargon2/PRE_BUILD b/crypto/libargon2/PRE_BUILD
new file mode 100755
index 0000000..9722a50
--- /dev/null
+++ b/crypto/libargon2/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i 's|/x86_64-linux-gnu||' Makefile
diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS
index c492f19..5aaf848 100755
--- a/devel/binutils/DETAILS
+++ b/devel/binutils/DETAILS
@@ -1,5 +1,5 @@
SPELL=binutils
- VERSION=2.37
+ VERSION=2.38
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 ba69b81..de90157 100644
--- a/devel/binutils/HISTORY
+++ b/devel/binutils/HISTORY
@@ -1,3 +1,6 @@
+2022-02-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.38
+
2021-07-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.37

diff --git a/editors/nano/DETAILS b/editors/nano/DETAILS
index 29172da..3303830 100755
--- a/editors/nano/DETAILS
+++ b/editors/nano/DETAILS
@@ -1,5 +1,5 @@
SPELL=nano
- VERSION=6.0
+ VERSION=6.1
SECURITY_PATCH=1
BRANCH=`echo $VERSION | cut -d . -f 1`
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/editors/nano/HISTORY b/editors/nano/HISTORY
index 93050a5..4fefa50 100644
--- a/editors/nano/HISTORY
+++ b/editors/nano/HISTORY
@@ -1,3 +1,6 @@
+2022-02-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 6.1
+
2021-12-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 6.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (abdeefc50427d516962d94256690d79ab4008881), Treeve Jelbert, 02/09/2022

Archive powered by MHonArc 2.6.24.

Top of Page