Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a48cd88627b129921ff9cc42a3232d2ea272cfcc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a48cd88627b129921ff9cc42a3232d2ea272cfcc)
  • Date: Sat, 20 Jul 2019 22:55:08 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ftp/axel/DETAILS | 6 +++---
ftp/axel/HISTORY | 4 ++++
graphics-libs/libwmf/HISTORY | 3 +++
graphics-libs/libwmf/PRE_BUILD | 1 +
4 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit a48cd88627b129921ff9cc42a3232d2ea272cfcc
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

axel 2.17.4, SECURITY_PATCH++

commit 23cac98298b495e55e92e88b6bbb1834922ae7c6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libwmf: Fix build against musl

diff --git a/ftp/axel/DETAILS b/ftp/axel/DETAILS
index e5b4f56..d35d0ed 100755
--- a/ftp/axel/DETAILS
+++ b/ftp/axel/DETAILS
@@ -1,9 +1,9 @@
SPELL=axel
- VERSION=2.17.3
- SECURITY_PATCH=2
+ VERSION=2.17.4
+ SECURITY_PATCH=3
SOURCE="$SPELL-$VERSION.tar.xz"

SOURCE_URL[0]=https://github.com/axel-download-accelerator/axel/releases/download/v$VERSION/$SOURCE
-
SOURCE_HASH=sha512:6f1f64db0f62a4182b6f80302fcda3c71290cbf16191bad8ada33cb28c593524b7173666a85c409af2ad1d553f5b6b7dfb01dc2700a45e503a14673fb270dabb
+
SOURCE_HASH=sha512:f00f9f1d28066ac2951d05a438c412c04a1d897e8b9606748ee8c3186ed755ebb3bc04c56dfaa2eed43369878906a62ffe9d35aa49c45591cda8a92da6dfa4af
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://github.com/axel-download-accelerator/axel/
LICENSE[0]="GPL"
diff --git a/ftp/axel/HISTORY b/ftp/axel/HISTORY
index f453b37..f5842df 100644
--- a/ftp/axel/HISTORY
+++ b/ftp/axel/HISTORY
@@ -1,3 +1,7 @@
+2019-07-21 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: SECURITY_PATCH++
+ updated spell to 2.17.4
+
2019-05-20 Ismael Luceno <ismael.luceno AT silicon-gears.com>
* DETAILS: Updated WEB_SITE
* DETAILS: updated spell to 2.17.3
diff --git a/graphics-libs/libwmf/HISTORY b/graphics-libs/libwmf/HISTORY
index b3e6ba9..e81d683 100644
--- a/graphics-libs/libwmf/HISTORY
+++ b/graphics-libs/libwmf/HISTORY
@@ -1,3 +1,6 @@
+2019-07-20 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2016-03-06 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove stray quote that broke things
* PRE_BUILD: another PNG patch to fix build
diff --git a/graphics-libs/libwmf/PRE_BUILD b/graphics-libs/libwmf/PRE_BUILD
index 97484e3..1e489e4 100755
--- a/graphics-libs/libwmf/PRE_BUILD
+++ b/graphics-libs/libwmf/PRE_BUILD
@@ -1,5 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub &&
patch -p0 < $SCRIPT_DIRECTORY/png_header_fix.patch &&
# libpng-1.5 fix from
https://raw.githubusercontent.com/KaOSx/main/master/libwmf/libwmf-0.2.8.4-libpng-1.5.patch.gz
patch -p1 <<'EOT'



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a48cd88627b129921ff9cc42a3232d2ea272cfcc), Ismael Luceno, 07/20/2019

Archive powered by MHonArc 2.6.24.

Top of Page