Skip to Content.
Sympa Menu

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

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 (ba8cd5b80eedc2fac7a38494e369696a7b8c5377)
  • Date: Thu, 26 Nov 2020 07:39:42 +0000

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

crypto/libksba/DETAILS | 2 +-
crypto/libksba/HISTORY | 3 +++
doc/ebook-tools/CMakeLists.txt | 8 ++++++++
doc/ebook-tools/HISTORY | 6 ++++++
doc/ebook-tools/PRE_BUILD | 4 +++-
doc/ebook-tools/cm.diff | 13 -------------
net/dhcpcd/DETAILS | 4 ++--
net/dhcpcd/HISTORY | 3 +++
security-libs/libseccomp/DETAILS | 2 +-
security-libs/libseccomp/HISTORY | 4 ++++
security-libs/libseccomp/seccomp.gpg |binary
11 files changed, 31 insertions(+), 18 deletions(-)

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

dhcpcd: => 9.3.3

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

ebook-tools - fix build

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

libseccomp: => 2.5.1

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

libksba: => 1.5.0

diff --git a/crypto/libksba/DETAILS b/crypto/libksba/DETAILS
index 992854a..68def07 100755
--- a/crypto/libksba/DETAILS
+++ b/crypto/libksba/DETAILS
@@ -1,5 +1,5 @@
SPELL=libksba
- VERSION=1.3.5
+ VERSION=1.5.0
SECURITY_PATCH=2

SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/crypto/libksba/HISTORY b/crypto/libksba/HISTORY
index 53a45b0..1f99fd4 100644
--- a/crypto/libksba/HISTORY
+++ b/crypto/libksba/HISTORY
@@ -1,3 +1,6 @@
+2020-11-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.5.0
+
2019-02-05 Treeve Jelbert <treeve AT sourcemage.org>
* BUILD: deleted

diff --git a/doc/ebook-tools/CMakeLists.txt b/doc/ebook-tools/CMakeLists.txt
new file mode 100644
index 0000000..382a6ae
--- /dev/null
+++ b/doc/ebook-tools/CMakeLists.txt
@@ -0,0 +1,8 @@
+include_directories( . ${LIBXML2_INCLUDE_DIR} ${LIBZIP_INCLUDE_DIR})
+add_library (epub SHARED epub.c ocf.c opf.c linklist.c list.c)
+target_link_libraries (epub libzip::zip ${LIBXML2_LIBRARIES})
+
+set_target_properties (epub PROPERTIES VERSION 0.2.2 SOVERSION 0)
+
+install ( TARGETS epub RUNTIME DESTINATION bin LIBRARY DESTINATION lib )
+install ( FILES epub.h epub_shared.h epub_version.h DESTINATION include )
diff --git a/doc/ebook-tools/HISTORY b/doc/ebook-tools/HISTORY
index 764f427..f71c035 100644
--- a/doc/ebook-tools/HISTORY
+++ b/doc/ebook-tools/HISTORY
@@ -1,3 +1,9 @@
+2020-11-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * cm.diff: deleted
+ * PRE_BUILD: adjusted
+ * CMakeLists.txt: added
+ fix build
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/doc/ebook-tools/PRE_BUILD b/doc/ebook-tools/PRE_BUILD
index 8d5f7a4..94ad481 100755
--- a/doc/ebook-tools/PRE_BUILD
+++ b/doc/ebook-tools/PRE_BUILD
@@ -1,3 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-patch -p1 < $SPELL_DIRECTORY/cm.diff
+rm cmake/Find* &&
+sed -i 's/LibZip/libzip 1.7.3/;s/2.4.0/3.15.0/' CMakeLists.txt &&
+cp $SPELL_DIRECTORY/CMakeLists.txt src/libepub
diff --git a/doc/ebook-tools/cm.diff b/doc/ebook-tools/cm.diff
deleted file mode 100644
index 88d8119..0000000
--- a/doc/ebook-tools/cm.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -uNr ebook-tools-0.2.1.orig/cmake/FindLibZip.cmake
ebook-tools-0.2.1/cmake/FindLibZip.cmake
---- ebook-tools-0.2.1.orig/cmake/FindLibZip.cmake 2008-04-06
19:16:33.000000000 +0200
-+++ ebook-tools-0.2.1/cmake/FindLibZip.cmake 2012-03-30 12:39:59.000000000
+0200
-@@ -28,7 +28,8 @@
- FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibZip DEFAULT_MSG LIBZIP_LIBRARY
LIBZIP_INCLUDE_DIR)
-
- # ensure that they are cached
-- set(LIBZIP_INCLUDE_DIR ${LIBZIP_INCLUDE_DIR} CACHE INTERNAL "The libzip
include path")
-+ set(LIBZIP_INCLUDE_DIR ${LIBZIP_INCLUDE_DIR} /usr/lib/libzip/include
CACHE INTERNAL
-+"The libzip include path")
- set(LIBZIP_LIBRARY ${LIBZIP_LIBRARY} CACHE INTERNAL "The libraries
needed to use libzip")
-
- endif (LIBZIP_LIBRARY AND LIBZIP_INCLUDE_DIR)
diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS
index 55e06bf..fdc30a1 100755
--- a/net/dhcpcd/DETAILS
+++ b/net/dhcpcd/DETAILS
@@ -1,6 +1,6 @@
SPELL=dhcpcd
- VERSION=9.3.2
-
SOURCE_HASH=sha512:f7e5b060e8b5cd65e6d1660a79d444e066dd8a6c492cc44b9522577687a93d944227ad3ff840ac0f65a9aa725ca1a79a7178330d8445b808409e215ba7f042b0
+ VERSION=9.3.3
+
SOURCE_HASH=sha512:1ff58107fe7e45a42c8da32ce6554244c1cac289e0c207f7dd29f5fcab1a2aadd66434604cd35e979e0aa138de9d968e9360b5339d3f233e6c1a83d7a20799c4
SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/net/dhcpcd/HISTORY b/net/dhcpcd/HISTORY
index 16cbc62..d47b6c6 100644
--- a/net/dhcpcd/HISTORY
+++ b/net/dhcpcd/HISTORY
@@ -1,3 +1,6 @@
+2020-11-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 9.3.3
+
2020-11-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 9.3.2

diff --git a/security-libs/libseccomp/DETAILS
b/security-libs/libseccomp/DETAILS
index 11ab8fe..b056494 100755
--- a/security-libs/libseccomp/DETAILS
+++ b/security-libs/libseccomp/DETAILS
@@ -1,5 +1,5 @@
SPELL=libseccomp
- VERSION=2.3.3
+ VERSION=2.5.1
SOURCE_HASH=sha512:
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
diff --git a/security-libs/libseccomp/HISTORY
b/security-libs/libseccomp/HISTORY
index 25e5586..a8fd784 100644
--- a/security-libs/libseccomp/HISTORY
+++ b/security-libs/libseccomp/HISTORY
@@ -1,3 +1,7 @@
+2020-11-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.5.1
+ * seccomp.gpg: add Tom Hromatka <tom.hromatka AT oracle.com>
+
2018-01-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.3.3

diff --git a/security-libs/libseccomp/seccomp.gpg
b/security-libs/libseccomp/seccomp.gpg
index 9909e07..6befd74 100644
Binary files a/security-libs/libseccomp/seccomp.gpg and
b/security-libs/libseccomp/seccomp.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ba8cd5b80eedc2fac7a38494e369696a7b8c5377), Treeve Jelbert, 11/26/2020

Archive powered by MHonArc 2.6.24.

Top of Page