Skip to Content.
Sympa Menu

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

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 (7d68f770e9f8b38735e6f74512a6e037957080e5)
  • Date: Mon, 16 Apr 2018 14:33:26 +0000

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

archive-libs/libzip/BUILD | 1 +
archive-libs/libzip/CONFIGURE | 1 +
archive-libs/libzip/DEPENDS | 8 ++++++--
archive-libs/libzip/DETAILS | 4 ++--
archive-libs/libzip/HISTORY | 5 +++++
archive-libs/libzip/INSTALL | 1 +
disk/fuse3/DETAILS | 2 +-
disk/fuse3/HISTORY | 3 +++
8 files changed, 20 insertions(+), 5 deletions(-)

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

libzip: => 1.5.1

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

fuse3: => 3.2.2

diff --git a/archive-libs/libzip/BUILD b/archive-libs/libzip/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/archive-libs/libzip/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/archive-libs/libzip/CONFIGURE b/archive-libs/libzip/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/archive-libs/libzip/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/archive-libs/libzip/DEPENDS b/archive-libs/libzip/DEPENDS
index 2109f98..6c471fd 100755
--- a/archive-libs/libzip/DEPENDS
+++ b/archive-libs/libzip/DEPENDS
@@ -1,2 +1,6 @@
-depends zlib &&
-depends bzip2
+source $GRIMOIRE/CMAKE_DEPENDS &&
+depends zlib &&
+depends bzip2 &&
+depends gnutls &&
+depends nettle &&
+depends SSL
diff --git a/archive-libs/libzip/DETAILS b/archive-libs/libzip/DETAILS
index 051074f..07d85a3 100755
--- a/archive-libs/libzip/DETAILS
+++ b/archive-libs/libzip/DETAILS
@@ -1,6 +1,6 @@
SPELL=libzip
- VERSION=1.3.0
-
SOURCE_HASH=sha512:8e12a23fe62b993ff4592e1b9da152533a363b0603fc1f65e6cbb6121d4260c45f98171effbccb76dec4030b0fcdcd273919755a2496ab462431646ac83bb900
+ VERSION=1.5.1
+
SOURCE_HASH=sha512:92df9490a9910ebb1da49ecaec96f364fce39a779e1bc739f7796b27b3a864301f5e1ba0108947708dda1d90af7a9e751be54cbb8a0de2a04a48f9f3eb728e3d
SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/archive-libs/libzip/HISTORY b/archive-libs/libzip/HISTORY
index 8d06bf5..82f4209 100644
--- a/archive-libs/libzip/HISTORY
+++ b/archive-libs/libzip/HISTORY
@@ -1,3 +1,8 @@
+2018-04-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.5.1
+ * DEPENDS: BUILD CONFIGURE INSTALL: now uses cmake
+ * DEPENDS: add SSL nettle gnutls
+
2017-09-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.0
* SECURITY_PATCH++ fix CVE-2017-12858 CVE-2017-14107
diff --git a/archive-libs/libzip/INSTALL b/archive-libs/libzip/INSTALL
new file mode 100755
index 0000000..157bcdc
--- /dev/null
+++ b/archive-libs/libzip/INSTALL
@@ -0,0 +1 @@
+cmake_install
diff --git a/disk/fuse3/DETAILS b/disk/fuse3/DETAILS
index e0c126e..c6a067d 100755
--- a/disk/fuse3/DETAILS
+++ b/disk/fuse3/DETAILS
@@ -2,7 +2,7 @@
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=fuse3
SPELLX=fuse
- VERSION=3.2.1
+ VERSION=3.2.2
SOURCE=$SPELLX-$VERSION.tar.xz

SOURCE_URL[0]=https://github.com/libfuse/libfuse/releases/download/${SPELLX}-${VERSION}/$SOURCE
SOURCE2=$SOURCE.asc
diff --git a/disk/fuse3/HISTORY b/disk/fuse3/HISTORY
index dd55986..a4405cb 100644
--- a/disk/fuse3/HISTORY
+++ b/disk/fuse3/HISTORY
@@ -1,3 +1,6 @@
+2018-04-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.2.2
+
2018-01-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.2.1




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7d68f770e9f8b38735e6f74512a6e037957080e5), Treeve Jelbert, 04/16/2018

Archive powered by MHonArc 2.6.24.

Top of Page