Skip to Content.
Sympa Menu

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

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 (f59f12e5b3ec5438fdaf420979b3f99df9c64b00)
  • Date: Thu, 30 May 2019 19:05:42 +0000

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

crypto/libmcrypt/HISTORY | 3 +++
crypto/libmcrypt/PRE_BUILD | 3 +++
dev/null |binary
ftp/wget/DEPENDS | 15 +++++++++++++++
ftp/wget/HISTORY | 3 +++
gnome2-libs/pygobject/DEPENDS | 1 +
gnome2-libs/pygobject/DETAILS | 12 +++++-------
gnome2-libs/pygobject/HISTORY | 5 +++++
libs/libical/DETAILS | 5 ++---
libs/libical/HISTORY | 4 ++++
10 files changed, 41 insertions(+), 10 deletions(-)

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

wget: Add missing dependencies

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

libmcrypt: Fix build against musl

commit 05a96ac750e61e7b96985e1f60c6e88de2fa5d1b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pygobject 2.28.7

diff --git a/crypto/libmcrypt/HISTORY b/crypto/libmcrypt/HISTORY
index 06000ef..b75a909 100644
--- a/crypto/libmcrypt/HISTORY
+++ b/crypto/libmcrypt/HISTORY
@@ -1,3 +1,6 @@
+2019-05-30 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/crypto/libmcrypt/PRE_BUILD b/crypto/libmcrypt/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/crypto/libmcrypt/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/ftp/wget/DEPENDS b/ftp/wget/DEPENDS
index 886883a..0364817 100755
--- a/ftp/wget/DEPENDS
+++ b/ftp/wget/DEPENDS
@@ -35,6 +35,21 @@ optional_depends "nettle" \
'--disable-ntlm' \
'for NTLM authentication' &&

+optional_depends libpsl \
+ '--with-libpsl' \
+ '--without-libpsl' \
+ 'for PSL cookie checking' &&
+
+optional_depends zlib \
+ '--with-zlib' \
+ '--without-zlib' \
+ 'for HTTP compression support' &&
+
+optional_depends util-linux \
+ '--with-libuuid' \
+ '--without-libuuid' \
+ 'for UUID generation for WARC files' &&
+
case $WGET_SSL in
none)
;;
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index ec5a727..9b2fa7a 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,6 @@
+2019-05-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Added missing dependencies on libpsl, zlib & util-linux
+
2019-04-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.20.3
SECURITY_PATCH++
diff --git a/gnome2-libs/pygobject/DEPENDS b/gnome2-libs/pygobject/DEPENDS
index f1f8e86..a19738e 100755
--- a/gnome2-libs/pygobject/DEPENDS
+++ b/gnome2-libs/pygobject/DEPENDS
@@ -1,3 +1,4 @@
+depends xz-utils &&
depends python &&
depends glib2 &&
depends pycairo &&
diff --git a/gnome2-libs/pygobject/DETAILS b/gnome2-libs/pygobject/DETAILS
index 486dbfd..20ed763 100755
--- a/gnome2-libs/pygobject/DETAILS
+++ b/gnome2-libs/pygobject/DETAILS
@@ -1,12 +1,10 @@
SPELL=pygobject
- VERSION=2.28.6
- PATCHLEVEL=1
- BRANCH=`echo $VERSION | cut -d . -f 1,2`
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
+ VERSION=2.28.7
+ SOURCE="$SPELL-$VERSION.tar.xz"
+ SOURCE_URL[0]="$GNOME_URL/sources/$SPELL/${VERSION%.*}/$SOURCE"
+
SOURCE_HASH=sha512:a5f3ae39f8156bd6234fb6d0ea31eba782fbdd4c292656c31b33e098abe3dcf0774d492cf602a4637cb679af9ecd511b24263349fbfd25708ca70f16cb052dfb
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE=http://www.pygtk.org/
+ WEB_SITE=https://pygobject.readthedocs.io/en/latest/
LICENSE[0]=LGPL
ENTERED=20060111
KEYWORDS="gnome2 libs"
diff --git a/gnome2-libs/pygobject/HISTORY b/gnome2-libs/pygobject/HISTORY
index d8294e8..a837ff7 100644
--- a/gnome2-libs/pygobject/HISTORY
+++ b/gnome2-libs/pygobject/HISTORY
@@ -1,3 +1,8 @@
+2019-05-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.28.7
+ * pygobject-2.28.6.tar.bz2.sig: removed, switched to SOURCE_HASH
+ * DEPENDS: added xz-utils (tarball compressed with xz)
+
2013-08-15 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* DEPENDS: Do not optionally depend on gobject-introspection
diff --git a/gnome2-libs/pygobject/pygobject-2.28.6.tar.bz2.sig
b/gnome2-libs/pygobject/pygobject-2.28.6.tar.bz2.sig
deleted file mode 100644
index c7e4d3e..0000000
Binary files a/gnome2-libs/pygobject/pygobject-2.28.6.tar.bz2.sig and
/dev/null differ
diff --git a/libs/libical/DETAILS b/libs/libical/DETAILS
index 120710d..ffaa08f 100755
--- a/libs/libical/DETAILS
+++ b/libs/libical/DETAILS
@@ -1,10 +1,9 @@
SPELL=libical
VERSION=3.0.5

SOURCE_HASH=sha512:9bf24b535864f66ea0b8d52d902d15fbfd20efbc480b5188ecd1b3d4aafdba063219763f99a8c30413964f7a024c7a902bade6bc40224bc59a438e672f65d656
- SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=https://github.com/libical/libical/releases/download/v$VERSION/$SOURCE
-# SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+
SOURCE_URL[0]="https://github.com/$SPELL/$SPELL/releases/download/v$VERSION/$SOURCE";
LICENSE[0]=LGPL
KEYWORDS="libs"
WEB_SITE=https://libical.github.io/libical/
diff --git a/libs/libical/HISTORY b/libs/libical/HISTORY
index 5311ddb..abd261b 100644
--- a/libs/libical/HISTORY
+++ b/libs/libical/HISTORY
@@ -1,3 +1,7 @@
+2019-05-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 3.0.5
+
2019-05-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.5




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f59f12e5b3ec5438fdaf420979b3f99df9c64b00), Ismael Luceno, 05/30/2019

Archive powered by MHonArc 2.6.24.

Top of Page