Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b417287270ad82e18c269d2df240bba6977b5c60)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b417287270ad82e18c269d2df240bba6977b5c60)
  • Date: Thu, 9 Jan 2020 21:01:16 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3
http/firefox/DEPENDS | 12
http/firefox/HISTORY | 7
http/firefox/patches/2001_system_graphite2_support.patch | 233
----------
http/firefox/patches/6008_musl_sandbox_membarrier.patch | 86 ---
kernels/linux/HISTORY | 5
kernels/linux/info/patches/maintenance_patches_5/patch-5.4.10 | 5
kernels/linux/latest.defaults | 2
kernels/linux/liblinux | 5
perl-cpan/inline/DETAILS | 4
perl-cpan/inline/HISTORY | 3
python-pypi/python-musicbrainzngs/DETAILS | 4
python-pypi/python-musicbrainzngs/HISTORY | 3
rust-crates/FUNCTIONS | 7
14 files changed, 47 insertions(+), 332 deletions(-)

New commits:
commit b417287270ad82e18c269d2df240bba6977b5c60
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-musicbrainzngs: version 0.7

commit 134e462418e76a98d527ee811f8614a8732319c8
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

kernels/linux: version 5.4.10

commit 16fe9eba7b79298cfbe30d764cf844ad26d52f3d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

kernels/linux: add support for sha512 checksums

commit 8b30b5d0eeedcd14190af2f118a221fd3a9e0cd8
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

http/firefox: depend on nss 3.48

commit ec0c4d897dffbb6929944e2ea608ff9bba47d7c6
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

http/firefox: remove non-applying patches

commit f18d565a05742f902480f6de8709e98befdf53d8
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

perl-cpan/inline: version 0.86

commit 4880d12c351033eb7d0334cd109f9f95e505b15d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

rust-crates/FUNCTIONS: fix build/install by specifying CARGO_HOME

diff --git a/ChangeLog b/ChangeLog
index 0e66a02..075aa22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-01-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * rust-cargo/FUNCTIONS: fix build/install by specifying CARGO_HOME
+
2020-01-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* wm-addons/i3blocks: new spell, a feed generator for text based
status bars
diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index cf09bea..74268ac 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -30,7 +30,7 @@ depends libwebp "--with-system-webp"
&&

depends nspr "--with-system-nspr" &&

-local NSS_BRANCH="3.47" &&
+local NSS_BRANCH="3.48" &&
if spell_ok nss &&
is_version_less "$(installed_version nss)" "${NSS_BRANCH}"; then
depends -sub "${NSS_BRANCH}.x" nss "--with-system-nss"
@@ -123,11 +123,11 @@ optional_depends LIBAVCODEC \
suggest_depends_2 firefox-smglwiki "" "" \
"to enable searching the SMGL Wiki from the Search Bar" &&

-optional_depends graphite2 \
- "--with-system-graphite2" \
- "--without-system-graphite2" \
- "for system graphite2" &&
-
+#optional_depends graphite2 \
+# "--with-system-graphite2" \
+# "--without-system-graphite2" \
+# "for system graphite2" &&
+#
optional_depends harfbuzz \
"--with-system-harfbuzz" \
"--without-system-harfbuzz" \
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index f54ca44..008dc39 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,10 @@
+2020-01-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * patches/6008_musl_sandbox_membarrier.patch,
+ patches/2001_system_graphite2_support.patch: remove non-applying
+ patch
+ * DEPENDS: remove dependency on graphite2
+ * DEPENDS: depend on nss 3.48
+
2020-01-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 72.0.1, SECURITY_PATCH++,
CVE-2019-17015..CVE-2019-17026
diff --git a/http/firefox/patches/2001_system_graphite2_support.patch
b/http/firefox/patches/2001_system_graphite2_support.patch
deleted file mode 100644
index 6d15f1b..0000000
--- a/http/firefox/patches/2001_system_graphite2_support.patch
+++ /dev/null
@@ -1,233 +0,0 @@
-From: Jan Beich <jbeich AT FreeBSD.org>
-
-Allow building against system-wide graphite2.
-
-https://bugzilla.mozilla.org/show_bug.cgi?id=847568
-
-diff --git a/config/system-headers.mozbuild b/config/system-headers.mozbuild
---- a/config/system-headers.mozbuild
-+++ b/config/system-headers.mozbuild
-@@ -1235,16 +1235,22 @@ if CONFIG['OS_TARGET'] == 'Android':
-
- if CONFIG['MOZ_SYSTEM_HARFBUZZ']:
- system_headers += [
- 'harfbuzz/hb-glib.h',
- 'harfbuzz/hb-ot.h',
- 'harfbuzz/hb.h',
- ]
-
-+if CONFIG['MOZ_SYSTEM_GRAPHITE2']:
-+ system_headers += [
-+ 'graphite2/Font.h',
-+ 'graphite2/Segment.h',
-+ ]
-+
- if CONFIG['MOZ_JACK']:
- system_headers += [
- 'jack/jack.h',
- 'jack/statistics.h',
- ]
-
- if CONFIG['MOZ_SYSTEM_JPEG']:
- system_headers += [
-diff --git a/gfx/graphite2/moz-gr-update.sh b/gfx/graphite2/moz-gr-update.sh
---- a/gfx/graphite2/moz-gr-update.sh
-+++ b/gfx/graphite2/moz-gr-update.sh
-@@ -1,11 +1,12 @@
- #!/bin/bash
-
- # Script used to update the Graphite2 library in the mozilla source tree
-+# and bump version for --with-system-graphite2
-
- # This script lives in gfx/graphite2, along with the library source,
- # but must be run from the top level of the mozilla-central tree.
-
- # Run as
- #
- # ./gfx/graphite2/moz-gr-update.sh RELEASE
- #
-@@ -32,22 +33,26 @@ echo "This directory contains the Graphi
- echo "$TARBALL" >> gfx/graphite2/README.mozilla
- echo ""
- echo "See" $0 "for update procedure." >> gfx/graphite2/README.mozilla
-
- # fix up includes because of bug 721839 (cstdio) and bug 803066 (Windows.h)
- #find gfx/graphite2/ -name "*.cpp" -exec perl -p -i -e
"s/<cstdio>/<stdio.h>/;s/Windows.h/windows.h/;" {} \;
- #find gfx/graphite2/ -name "*.h" -exec perl -p -i -e
"s/<cstdio>/<stdio.h>/;s/Windows.h/windows.h/;" {} \;
-
-+# chase version for --with-system-graphite2
-+perl -p -i -e "s/[0-9]+\,[0-9]+\,[0-9]+/$RELEASE/ and tr/./,/ \
-+ if /GR2_VERSION_REQUIRE/" old-configure.in
-+
- # summarize what's been touched
- echo Updated to $RELEASE.
- echo Here is what changed in the gfx/graphite2 directory:
- echo
-
--hg stat gfx/graphite2
-+hg stat old-configure.in gfx/graphite2
-
- echo
- echo If gfx/graphite2/src/files.mk has changed, please make corresponding
- echo changes to gfx/graphite2/src/moz.build
- echo
-
- echo
- echo Now use hg commands to create a patch for the mozilla tree.
-diff --git a/gfx/moz.build b/gfx/moz.build
---- a/gfx/moz.build
-+++ b/gfx/moz.build
-@@ -8,28 +8,30 @@ with Files('**'):
- BUG_COMPONENT = ('Core', 'Graphics')
- SCHEDULES.inclusive += ['android-hw-gfx']
- with Files('wr/**'):
- BUG_COMPONENT = ('Core', 'Graphics: WebRender')
-
- if CONFIG['MOZ_TREE_CAIRO']:
- DIRS += ['cairo']
-
-+if not CONFIG['MOZ_SYSTEM_GRAPHITE2']:
-+ DIRS += ['graphite2/src' ]
-+
- if not CONFIG['MOZ_SYSTEM_HARFBUZZ']:
- DIRS += ['harfbuzz/src']
-
- DIRS += [
- '2d',
- 'ycbcr',
- 'angle',
- 'src',
- 'qcms',
- 'gl',
- 'layers',
-- 'graphite2/src',
- 'ots/src',
- 'thebes',
- 'ipc',
- 'vr',
- 'config',
- 'webrender_bindings',
- ]
-
-diff --git a/gfx/thebes/moz.build b/gfx/thebes/moz.build
---- a/gfx/thebes/moz.build
-+++ b/gfx/thebes/moz.build
-@@ -279,16 +279,19 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('and
- if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk':
- CXXFLAGS += CONFIG['MOZ_PANGO_CFLAGS']
-
- if CONFIG['MOZ_WAYLAND']:
- CXXFLAGS += CONFIG['MOZ_WAYLAND_CFLAGS']
-
- LOCAL_INCLUDES += CONFIG['SKIA_INCLUDES']
-
--DEFINES['GRAPHITE2_STATIC'] = True
-+if CONFIG['MOZ_SYSTEM_GRAPHITE2']:
-+ CXXFLAGS += CONFIG['MOZ_GRAPHITE2_CFLAGS']
-+else:
-+ DEFINES['GRAPHITE2_STATIC'] = True
-
- if CONFIG['MOZ_SYSTEM_HARFBUZZ']:
- CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS']
-
- if CONFIG['CC_TYPE'] == 'clang':
- # Suppress warnings from Skia header files.
- SOURCES['gfxPlatform.cpp'].flags += ['-Wno-implicit-fallthrough']
-diff --git a/old-configure.in b/old-configure.in
---- a/old-configure.in
-+++ b/old-configure.in
-@@ -2649,16 +2649,37 @@ if test "$USE_FC_FREETYPE"; then
- CPPFLAGS="$CPPFLAGS $FT2_CFLAGS $XCFLAGS"
- MOZ_CHECK_HEADERS([fontconfig/fcfreetype.h], ,
- [AC_MSG_ERROR(Can't find header fontconfig/fcfreetype.h.)],
[#include <fontconfig/fontconfig.h>])
- CPPFLAGS="$_SAVE_CPPFLAGS"
- fi
- fi
-
- dnl ========================================================
-+dnl Check for graphite2
-+dnl ========================================================
-+if test -n "$MOZ_SYSTEM_GRAPHITE2"; then
-+ dnl graphite2.pc has bogus version, check manually
-+ _SAVE_CFLAGS=$CFLAGS
-+ CFLAGS="$CFLAGS $MOZ_GRAPHITE2_CFLAGS"
-+ AC_TRY_COMPILE([ #include <graphite2/Font.h>
-+ #define GR2_VERSION_REQUIRE(major,minor,bugfix) \
-+ ( GR2_VERSION_MAJOR * 10000 +
GR2_VERSION_MINOR \
-+ * 100 + GR2_VERSION_BUGFIX >= \
-+ (major) * 10000 + (minor) * 100 + (bugfix) )
-+ ], [
-+ #if !GR2_VERSION_REQUIRE(1,3,8)
-+ #error "Insufficient graphite2 version."
-+ #endif
-+ ], [],
-+ [AC_MSG_ERROR([--with-system-graphite2 requested but no
working libgraphite2 found])])
-+ CFLAGS=$_SAVE_CFLAGS
-+fi
-+
-+dnl ========================================================
- dnl Check if we need the 32-bit Linux SSE2 error dialog
- dnl ========================================================
-
- AC_SUBST(MOZ_LINUX_32_SSE2_STARTUP_ERROR)
-
- dnl ========================================================
- dnl Check for pixman and cairo
- dnl ========================================================
-diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build
---- a/toolkit/library/moz.build
-+++ b/toolkit/library/moz.build
-@@ -240,16 +240,19 @@ if CONFIG['MOZ_ANDROID_GOOGLE_VR']:
- OS_LIBS += [
- '-L%s' % CONFIG['MOZ_ANDROID_GOOGLE_VR_LIBS'],
- '-lgvr',
- ]
-
- OS_LIBS += CONFIG['MOZ_CAIRO_OSLIBS']
- OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS']
-
-+if CONFIG['MOZ_SYSTEM_GRAPHITE2']:
-+ OS_LIBS += CONFIG['MOZ_GRAPHITE2_LIBS']
-+
- if CONFIG['MOZ_SYSTEM_HARFBUZZ']:
- OS_LIBS += CONFIG['MOZ_HARFBUZZ_LIBS']
-
- if CONFIG['MOZ_SYSTEM_JPEG']:
- OS_LIBS += CONFIG['MOZ_JPEG_LIBS']
-
- if CONFIG['MOZ_SYSTEM_PNG']:
- OS_LIBS += CONFIG['MOZ_PNG_LIBS']
-diff --git a/toolkit/moz.configure b/toolkit/moz.configure
---- a/toolkit/moz.configure
-+++ b/toolkit/moz.configure
-@@ -390,16 +390,30 @@ def freetype2_combined_info(fontconfig_i
- return namespace(
- cflags=freetype2_info.cflags + fontconfig_info.cflags,
- libs=freetype2_info.libs + fontconfig_info.libs,
- )
-
- add_old_configure_assignment('_HAVE_FREETYPE2',
- depends_if(freetype2_info)(lambda _: True))
-
-+# Graphite2
-+# ==============================================================
-+option('--with-system-graphite2',
-+ help="Use system graphite2 (located with pkgconfig)")
-+
-+@depends('--with-system-graphite2')
-+def check_for_graphite2(value):
-+ return bool(value)
-+
-+system_graphite2 = pkg_check_modules('MOZ_GRAPHITE2', 'graphite2',
-+ when=check_for_graphite2)
-+
-+set_config('MOZ_SYSTEM_GRAPHITE2', depends_if(system_graphite2)(lambda _:
True))
-+
- # HarfBuzz
- # ==============================================================
- option('--with-system-harfbuzz',
- help="Use system harfbuzz (located with pkgconfig)")
-
- system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 2.3.1',
- when='--with-system-harfbuzz')
-
diff --git a/http/firefox/patches/6008_musl_sandbox_membarrier.patch
b/http/firefox/patches/6008_musl_sandbox_membarrier.patch
deleted file mode 100644
index c139fe8..0000000
--- a/http/firefox/patches/6008_musl_sandbox_membarrier.patch
+++ /dev/null
@@ -1,86 +0,0 @@
-# HG changeset patch
-# Parent 3ff47ffc0d011be2a27c83f8a64fc71d5ed65d52
-Allow the usage of SYS_membarrier for musl-1.1.22
-
-diff --git
a/security/sandbox/chromium/sandbox/linux/system_headers/arm_linux_syscalls.h
b/security/sandbox/chromium/sandbox/linux/system_headers/arm_linux_syscalls.h
----
a/security/sandbox/chromium/sandbox/linux/system_headers/arm_linux_syscalls.h
-+++
b/security/sandbox/chromium/sandbox/linux/system_headers/arm_linux_syscalls.h
-@@ -1380,16 +1380,20 @@
- #if !defined(__NR_getrandom)
- #define __NR_getrandom (__NR_SYSCALL_BASE+384)
- #endif
-
- #if !defined(__NR_memfd_create)
- #define __NR_memfd_create (__NR_SYSCALL_BASE+385)
- #endif
-
-+#if !defined(__NR_membarrier)
-+#define __NR_membarrier (__NR_SYSCALL_BASE+389)
-+#endif
-+
- // ARM private syscalls.
- #if !defined(__ARM_NR_BASE)
- #define __ARM_NR_BASE (__NR_SYSCALL_BASE + 0xF0000)
- #endif
-
- #if !defined(__ARM_NR_breakpoint)
- #define __ARM_NR_breakpoint (__ARM_NR_BASE+1)
- #endif
-diff --git
a/security/sandbox/chromium/sandbox/linux/system_headers/x86_32_linux_syscalls.h

b/security/sandbox/chromium/sandbox/linux/system_headers/x86_32_linux_syscalls.h
----
a/security/sandbox/chromium/sandbox/linux/system_headers/x86_32_linux_syscalls.h
-+++
b/security/sandbox/chromium/sandbox/linux/system_headers/x86_32_linux_syscalls.h
-@@ -1485,10 +1485,14 @@
- #if !defined(__NR_recvmsg)
- #define __NR_recvmsg 372
- #endif
-
- #if !defined(__NR_shutdown)
- #define __NR_shutdown 373
- #endif
-
-+#if !defined(__NR_membarrier)
-+#define __NR_membarrier 375
-+#endif
-+
- #endif // SANDBOX_LINUX_SYSTEM_HEADERS_X86_32_LINUX_SYSCALLS_H_
-
-diff --git
a/security/sandbox/chromium/sandbox/linux/system_headers/x86_64_linux_syscalls.h

b/security/sandbox/chromium/sandbox/linux/system_headers/x86_64_linux_syscalls.h
----
a/security/sandbox/chromium/sandbox/linux/system_headers/x86_64_linux_syscalls.h
-+++
b/security/sandbox/chromium/sandbox/linux/system_headers/x86_64_linux_syscalls.h
-@@ -1285,10 +1285,14 @@
- #if !defined(__NR_getrandom)
- #define __NR_getrandom 318
- #endif
-
- #if !defined(__NR_memfd_create)
- #define __NR_memfd_create 319
- #endif
-
-+#if !defined(__NR_membarrier)
-+#define __NR_membarrier 324
-+#endif
-+
- #endif // SANDBOX_LINUX_SYSTEM_HEADERS_X86_64_LINUX_SYSCALLS_H_
-
-diff --git a/security/sandbox/linux/SandboxFilter.cpp
b/security/sandbox/linux/SandboxFilter.cpp
---- a/security/sandbox/linux/SandboxFilter.cpp
-+++ b/security/sandbox/linux/SandboxFilter.cpp
-@@ -569,16 +569,18 @@ class SandboxPolicyCommon : public Sandb
- #ifdef __NR_set_robust_list
- case __NR_set_robust_list:
- return Allow();
- #endif
- #ifdef ANDROID
- case __NR_set_tid_address:
- return Allow();
- #endif
-+ case __NR_membarrier:
-+ return Allow();
-
- // prctl
- case __NR_prctl: {
- if (SandboxInfo::Get().Test(SandboxInfo::kHasSeccompTSync)) {
- return PrctlPolicy();
- }
-
- Arg<int> option(0);
diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 3f19048..0b7a46a 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,8 @@
+2020-01-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * liblinux: add support for sha512 checksums
+ * latest.defaults: LATEST_maintenance_patches_5=patch-5.4.10
+ * info/patches/maintenance_patches_5/patch-5.4.10: added
+
2020-01-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* latest.defaults: LATEST_maintenance_patches_5=patch-5.4.8
* info/patches/maintenance_patches_5/patch-5.4.8: added
diff --git a/kernels/linux/info/patches/maintenance_patches_5/patch-5.4.10
b/kernels/linux/info/patches/maintenance_patches_5/patch-5.4.10
new file mode 100755
index 0000000..c0198c6
--- /dev/null
+++ b/kernels/linux/info/patches/maintenance_patches_5/patch-5.4.10
@@ -0,0 +1,5 @@
+appliedkernels="5.4"
+patchversion="${appliedkernels}.10"
+source="patch-${patchversion}.xz"
+source_url="${KERNEL_URL}/pub/linux/kernel/v5.x/${source}"
+sha512sum="7e707be8e24ceb41331dff4e6bb2cf33ce3e4908d8059e39e67c1774e6a86ca4f56934f90a7336cdc2b207fab84d09257055f6130bb0f560f26f4668428cc71d"
diff --git a/kernels/linux/latest.defaults b/kernels/linux/latest.defaults
index 2f5b989..d35669c 100644
--- a/kernels/linux/latest.defaults
+++ b/kernels/linux/latest.defaults
@@ -3,4 +3,4 @@ LATEST_4=4.19
LATEST_3=3.19
LATEST_maintenance_patches_3=patch-3.19.3
LATEST_maintenance_patches_4=patch-4.19.81
-LATEST_maintenance_patches_5=patch-5.4.8
+LATEST_maintenance_patches_5=patch-5.4.10
diff --git a/kernels/linux/liblinux b/kernels/linux/liblinux
index 2e5a634..abb5bff 100755
--- a/kernels/linux/liblinux
+++ b/kernels/linux/liblinux
@@ -254,6 +254,7 @@ function create_details()
local patch
local md5sum
local sha1sum
+ local sha512sum
local patch_det_version="false"
case "$KMODE" in
*ktree)
@@ -278,6 +279,7 @@ function create_details()
gpg_source_url=""
md5sum=""
sha1sum=""
+ sha512sum=""
appliedkernels=""
patchversion=""
appendversion=""
@@ -316,6 +318,9 @@ function create_details()
then

source_gpg_list_url="${source_gpg_list_url}${patch}:${counter} "
fi
+ elif [[ "$sha512sum" != "" ]]
+ then
+ echo
"SOURCE${counter}_HASH=\"sha512:\$sha512sum\""
elif [[ "$sha1sum" != "" ]]
then
echo
"SOURCE${counter}_HASH=\"sha1:\$sha1sum\""
diff --git a/perl-cpan/inline/DETAILS b/perl-cpan/inline/DETAILS
index 864fec9..9b5a25b 100755
--- a/perl-cpan/inline/DETAILS
+++ b/perl-cpan/inline/DETAILS
@@ -1,9 +1,9 @@
SPELL=inline
- VERSION=0.80
+ VERSION=0.86
SOURCE=Inline-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Inline-$VERSION
SOURCE_URL[0]=http://www.cpan.org/authors/id/I/IN/INGY/$SOURCE
-
SOURCE_HASH=sha512:e64f7752f32fd07c7c7a975429e04730f2987c9588f99b95502d4e5c87d458736a606c03943a68660940c3987cd632ad2f75ec3862342956c1754b1aca86e0bb
+
SOURCE_HASH=sha512:d7f5a15f66c686c89dbc0b6aa3e2496b939683befeb5033b242b4d5281cc1ed6bb5d7303f51059177e042d6fe8c903e4df535099b60eb16dbef431b50a179ac0
LICENSE=ART
WEB_SITE="http://search.cpan.org/search?module=Inline";
ENTERED=20020314
diff --git a/perl-cpan/inline/HISTORY b/perl-cpan/inline/HISTORY
index 6e2bb39..f40fbd4 100644
--- a/perl-cpan/inline/HISTORY
+++ b/perl-cpan/inline/HISTORY
@@ -1,3 +1,6 @@
+2020-01-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.86
+
2015-10-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.80

diff --git a/python-pypi/python-musicbrainzngs/DETAILS
b/python-pypi/python-musicbrainzngs/DETAILS
index f4bbc6a..8e771f3 100755
--- a/python-pypi/python-musicbrainzngs/DETAILS
+++ b/python-pypi/python-musicbrainzngs/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-musicbrainzngs
- VERSION=0.6
+ VERSION=0.7
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/alastair/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:901729f736b207f2f086e3d44a3515d405f6621706ad9c7ca07dd304349e048c5790bb16b054393651808bac4905ceb9493dd66d9fb17a1612692427c0bd3bd4
+
SOURCE_HASH=sha512:2ade54b6a8aa875ea188721a8dd4e769346edf7af87657566508ef8b642402af61e96d7f80431a4eae709e8f06adfdb33cf4db632f3774a25bea51c18c0d8490
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/alastair/python-musicbrainzngs";
LICENSE[0]=BSD
diff --git a/python-pypi/python-musicbrainzngs/HISTORY
b/python-pypi/python-musicbrainzngs/HISTORY
index 8f17d78..18d2c30 100644
--- a/python-pypi/python-musicbrainzngs/HISTORY
+++ b/python-pypi/python-musicbrainzngs/HISTORY
@@ -1,3 +1,6 @@
+2020-01-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.7
+
2020-01-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: use PY_DEPENDS

diff --git a/rust-crates/FUNCTIONS b/rust-crates/FUNCTIONS
index bf7fb8c..cba2919 100755
--- a/rust-crates/FUNCTIONS
+++ b/rust-crates/FUNCTIONS
@@ -2,14 +2,17 @@
## Section-default build script.
#-------------------------------------------------------------------------
function default_build_cargo() {
- cargo build
+ env CARGO_HOME="$SOURCE_DIRECTORY/cargo_home" cargo build --release
}

#-------------------------------------------------------------------------
## Section-default install script.
#-------------------------------------------------------------------------
function default_install_cargo() {
- cargo install --root "${INSTALL_ROOT}/usr"
+ env CARGO_HOME="$SOURCE_DIRECTORY/cargo_home" \
+ cargo install --path "$SOURCE_DIRECTORY" --root "${INSTALL_ROOT}/usr"
--locked $@ &&
+ rm -f "$INSTALL_ROOT/usr/.crates.toml" &&
+ rm -f "$INSTALL_ROOT/usr/.crates2.json"
}

function default_build() {



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b417287270ad82e18c269d2df240bba6977b5c60), Florian Franzmann, 01/09/2020

Archive powered by MHonArc 2.6.24.

Top of Page